@charset "utf-8";

main {
    margin-bottom: 0;
    color: #58595E;
}
.heading__h3 {
    font-size: 28px;
}
@media (min-width: 769px) {
._tw_pc_w1080 {
        margin-left: auto;
        margin-right: auto;
        width: 1080px;
        max-width: calc(100% - 80px);
}
}
.lead{
    text-align: center;
    font-size: 20px;
}
@media (max-width: 768px) {
.lead{
    font-size: 16px;
}
}
._tw_mobilityservice_cp {
    display: flex;
    justify-content: center;
    gap: 40px;
}
._tw_mobilityservice_cp_card {
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 40px;
  padding: 24px 16px 32px;
  text-align: center;
  position: relative;
  border: 2px solid #ddd;
}
.circle-number {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  background: #D7447C;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  box-sizing: border-box;
}
._tw_mobilityservice_cp_card::before{
  display: block;
  content: "";
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 0;
}
._tw_mobilityservice_cp_card::after{
  display: block;
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  background: #d9d9d9;
  width: 92px;
  height: 92px;
  line-height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: -1; 
}
@media (max-width: 768px) {
.circle-number {
  top: -20px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
._tw_mobilityservice_cp_card::before{
  top: -23px;
  width: 46px;
  height: 46px;
}
._tw_mobilityservice_cp_card::after{
  top: -25px;
  width: 50px;
  height: 50px;
}
}
._tw_mobilityservice_cp_card p {
  font-size: 20px;
}
@media (max-width: 768px) {
._tw_mobilityservice_cp_card p {
  font-size: 14px;
}
}
.logo {
  margin-top: 32px;
}
.logo img{
  max-width: 100%;
}
.note {
  font-size: 16px;
  margin-top: 6px;
  font-weight: 400;
}
@media (max-width: 768px) {
.note {
  font-size: 11px;
}
}
.image_text{
    margin-top: 12px;
}
@media (max-width: 768px) {
._tw_mobilityservice_cp {
    display: block;
}
._tw_mobilityservice_cp_card {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
}
._tw_mobilityservice_btn_wrap{
    margin: 32px auto 0;
    display: flex;
    justify-content: center;
}
._tw_mobilityservice_btn{
    text-decoration: none;
    color: #333;
    border: 1px solid #D9D9D9;
    border-radius: 36px;
    padding: 13px 90px 13px 32px;
    font-size: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
    outline: none;
}
@media (max-width: 768px) {
    ._tw_mobilityservice_btn{
    font-size: 16px;
    }
}
._tw_mobilityservice_btn::before{
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFC5D9;
    right: 8px;
    top: calc(50% - 24px);
}
._tw_mobilityservice_btn::after{
    content: '';
    position: absolute;
    width: 24px;
    height: 16px;
    background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/campaign/2025/mobilityservice/icon_arrow_gray.svg) no-repeat;
    background-size: contain;
    transform: translateY(-50%) rotate(-90deg);
    right: 20px;
    top: 50%;
}
._tw_mobilityservice_btn._anc::after{
    content: '';
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}
._tw_mobilityservice_btn:hover{
    opacity: 0.6;
}

._tw_mobilityservice_btn._cv{
    text-decoration: none;
    color: #58595E;
    border: 1px solid #D82662;
    border-radius: 44px;
    padding: 13px 90px 13px 32px;
    font-size: 32px;
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
    outline: none;
}
@media (max-width: 768px) {
    ._tw_mobilityservice_btn._cv{
    font-size: 20px;
    }
}
._tw_mobilityservice_btn._cv::before{
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #D82662;
    right: 8px;
    top: calc(50% - 28px);
}
._tw_mobilityservice_btn._cv::after{    
    content: '';
    position: absolute;
    width: 16px;
    height: 24px;
    background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/campaign/2025/mobilityservice/icon_arrow_white.svg) no-repeat;
    background-size: contain;
    transform: translateY(-50%) rotate(0deg);
    right: 26px;
    top: 50%;
}
.btn_logo_icon{
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

@media (min-width: 960px) {
    ._tw_mobilityservice_btn {
        max-width: 630px;
        min-width: 400px;
    }
}
@media (max-width: 959px) {
    ._tw_mobilityservice_btn {
        max-width: 400px;
        width: 100%;
    }
}
._tw_column1_2 {
  width: 100%;
}
@media (min-width: 769px) {
  ._tw_column1_2 {
    flex-direction: row;
    justify-content: space-around;
  }
  ._tw_mobilityservice_btn_wrap.left_btn {
    justify-content: right;
    margin: 48px auto 0;
  }
  ._tw_mobilityservice_btn_wrap.right_btn {
    justify-content: left;
    margin: 48px auto 0;
  }
}
@media (max-width: 768px) {
  ._tw_column1_2 {
    flex-direction: column;
  }
}
._tw_column1_2 .column__child {
  display: block;
  position: relative;
}
._tw_column1_2 .column__child .heading__h4 {
  margin-top: 32px;
}
@media (min-width: 769px) {
  ._tw_column1_2 .column__child {
    flex-basis: 47%;
  }
}
@media (max-width: 768px) {
  ._tw_column1_2 .column__child {
    max-width: 100%;
  }
}
._tw_column1_4 {
  width: 100%;
}
@media (min-width: 769px) {
  ._tw_column1_4 {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  ._tw_column1_4 {
    flex-direction: column;
  }
}
._tw_column1_4 .column__child {
  display: block;
  position: relative;
}
@media (min-width: 769px) {
    ._tw_column1_4 .column__child {
        max-width: 486px;
        flex-basis: 45%;
    }
    ._tw_column1_4 .column__child + .column__child {
        max-width: 572px;
        flex-basis: 53%;
    }
}
.label-text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
}
.label.blue {
  background-color: #009FE8;
}
.label.pink {
  background-color: #D82662;
}
.arrow{
  position: relative;
  padding: 66px 0 0;
}
.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  left: calc(50% - 78px);
  width: 156px;
  height: 20px;
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/campaign/2025/mobilityservice/icon_arrow02.png) no-repeat;
}
.table {
    border: 2px solid #fff;
    text-align: left;
}
.table th, .table td {
    border: 2px solid #fff;
    padding: 14px;
}
.table th {
    background: #F2F0F0;
    text-align: center;
    font-weight: 700;
}
table td {
  background: #FFF6F9;
}
table tr:nth-child(odd) td {
  background: #FFEAF1;
}
.service_caution_ttl{
    color: #58595E;
    font-size: 16px;
    background: #FFF6F9;
    padding: 6px;
    margin-top: 12px;
    position: relative;
}
.service_caution_ttl::after{
    content: '+';
    width: 36px;
    height: 100%;
    display: inline-flex;
    right: 0;
    top: 0;
    background: #FFEAF1;
    text-align: center;
    font-size: 16px;
    position: absolute;
    justify-content: center;
    align-items: center;
}
.service_caution_ttl.is_open::after{
    content: '-';
}
.service_caution_txt{
    display: none;
}

@media (max-width: 768px) {
._tw_sp_ta_center {
	text-align: center;
}
._tw_sp_ta_left {
	text-align: left;
}
._tw_sp_ta_right {
	text-align: right;
}
}
.img_caution{
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}