@charset "utf-8";
.tw_caption03_text {
    font-size: var(--tw-sub01-fs);
    font-weight: 400;
    line-height: var(--tw-sub01-lh);
    color: var(--tw-color-darkgray);
}
.click_jump{
    cursor: pointer;
}
.tw_service_detail_tab_button sup {
    top: -0.5em;
}
.bt_dashed{
    border-top: dashed 1px #666;
}
.arrow{
    position: relative;
    padding-bottom: 50px;
}
.arrow::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    width:0;
    height:0;
    border-style:solid;
    border-width: 22px 30px 0 30px;
    border-color: #D82662 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
.arrow02-only_sp{
    position: relative;
    padding-bottom: 50px;
}
.arrow02-only_sp::after{
    content: "";
    position: absolute;
    bottom: 15px;
    left: calc(50% - 30px);
    width:0;
    height:0;
    border-style:solid;
    border-width: 22px 30px 0 30px;
    border-color: #B3B3B3 transparent transparent transparent;
}
}
@media screen and (max-width: 768px) {
.sp_bt_dashed{
    border-top: dashed 1px #666;
}
}
.tw_lowerpage_kv01{
    background: linear-gradient(to right, #CD3A71 0%, #CD3A71 50%, #C51C5C 50%, #C51C5C 100%);
}
.tw_lowerpage_kv01_inner{
    max-width: 1120px;
    margin: 0 auto;
    height: auto;
}
.tw_lowerpage_kv01_bg img {
    object-fit: contain;
    position: static;
}
@media screen and (max-width: 768px) {
    .tw_lowerpage_kv01_inner {
        padding-top: 0;
    }
}
.tw_service_heading03{
    margin-top: 32px;
    margin-bottom: 48px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .tw_service_heading03 {
        font-size: 18px;
    }
}
.tw_service_heading_mt03 {
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .tw_service_heading_mt03 {
        margin-top: 24px;
    }
}
.tw_line_title{
    position: relative;
}
.tw_line_title::after{
    content: "";
    position: absolute;
    width: 32px;
    height: 4px;
    background: var(--tw-color-primary);
    bottom: -16px;
    left: calc(50% - 16px);
}
._tw_border_bottom_primary{
    border-bottom: solid 2px var(--tw-color-primary);
}
.tw_benefit_imagetext {
	display: flex;
	column-gap: 32px;
}
.tw_benefit_imagetext_image {
	width: 320px;
}
.tw_benefit_imagetext_text {
	flex: 1 0 0%;
}
.tw_benefit_imagetext_text .tw_arrow_link01 {
	font-size: 16px;
}
.tw_benefit_imagetext_indent_desc {
	font-size: 17px;
}
.tw_benefit_imagetext_mt01,
.tw_benefit_imagetext_mt02,
.tw_benefit_imagetext_mt03 {
	margin-top: 32px;
}

@media screen and (max-width: 768px) {
	.tw_benefit_imagetext {
		display: block;
	}
	.tw_benefit_imagetext_image {
		width: auto;
		max-width: 295px;
		margin-bottom: 24px;
		margin-inline: auto;
	}
	.tw_benefit_imagetext_indent_desc {
		font-size: 16px;
	}
	.tw_benefit_imagetext_mt01 {
		margin-top: 34px;
	}
	.tw_benefit_imagetext_mt02 {
		margin-top: 42px;
	}
	.tw_benefit_imagetext_mt03 {
		margin-top: 36px;
	}
}

@media screen and (max-width: 768px) {
	.tw_service_leadbox {
		display: block;
		margin-bottom: 40px;
		padding: 24px;
		line-height: 1.47;
		background-color: #fff;
		border-radius: 4px;
	}
	.tw_service_leadbox_image {
		margin: 0;
		text-align: center;
	}
	.tw_service_leadbox_heading {
		margin: 16px 0;
		font-size: 22px;
	}
	.tw_service_leadbox_text {
		margin-top: 16px;
	}
}


.tw_benefit_box {
	padding: 40px;
	background-color: #fff;
	border-radius: 4px;
}

@media screen and (max-width: 768px) {
	.tw_benefit_box {
		padding: 32px 24px;
	}
}

.tw_benefit_step_figuer_inner {
	position: relative;
	max-width: 100%;
	color: var(--tw-color-darknavy);
    counter-reset: number;
    margin-top: 24px;
}
.tw_benefit_step_figuer_item {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-left: 52px;
}
.tw_benefit_step_figuer_item:not(:first-child) {
	margin-top: 16px;
}
.tw_benefit_step_figuer_item::before,
.tw_benefit_step_figuer_item::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 34px;
	height: 34px;
	background-color:var(--tw-color-primary);
	border-radius: 100%;
}
.tw_benefit_step_figuer_item::after {
	top: 8px;
	left: 12px;
	width: 10px;
	height: 10px;
    counter-increment: number 1;
    content: counter(number) " ";
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    z-index: 2;
}
.tw_benefit_step_figuer_item_inner01 {
	width: 100%;
	height: 100%;
}
.tw_benefit_step_figuer_item_inner01::before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	bottom: calc(-34px);
	top: 16px;
	width: 2px;
	background-color:var(--tw-color-primary);
	z-index: 1;
}
.tw_benefit_step_figuer_item:last-child .tw_benefit_step_figuer_item_inner01::before {
	content: none;
}
.tw_benefit_step_figuer_item_inner02 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 4px 32px 24px 10px;
	border-radius: 4px;
}
.tw_benefit_step_figuer_item_inner02:after,
.tw_benefit_step_figuer_item_inner02:before {
	border: solid transparent;
	content: "";
	top: 13px;
	right: 100%;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tw_benefit_step_figuer_item_inner02:after {
	margin-left: -6px;
	border-right-color: #fff;
	border-width: 6px 10px;
}
.tw_benefit_step_figuer_item_inner02 p {
	font-size: 16px;
	line-height: 22px;
}

@media screen and (max-width: 768px) {
	.tw_benefit_step_figuer_item {
		padding-left: 42px;
	}
	.tw_benefit_step_figuer_item::before,
	.tw_benefit_step_figuer_item::after {
		top: 7px;
		width: 24px;
		height: 24px;
	}
	.tw_benefit_step_figuer_item::after {
        top: 10px;
        left: 8px;
        width: 8px;
        height: 8px;
        font-size: 16px;
	}
	.tw_benefit_step_figuer_item_inner01::before {
		left: 11px;
		top: 18px;
	}
	.tw_benefit_step_figuer_item_inner02 {
		padding: 6px 16px 16px;
	}
}


.indent_mark01 {
    display: flex;
    align-items: baseline;
}

.tw_benefit_step {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
}
.tw_benefit_step_circle {
    width: 30px;
    height: 30px;
    background-color: var(--tw-color-primary);
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.tw_benefit_step_text{
    width: calc(100% - 35px);
}
.tw_benefit_step_circle02 {
    width: 1.5em;
    height: 1.5em;
    background-color: var(--tw-color-primary);
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1.4em;
    border-radius: 50%;
    display: inline-block;
    vertical-align: baseline;
}
.tw_benefit_step_number{
    width: 2em;
}
.tw_step_list {
  padding-left: 1em;
  margin: 12px 0;
}

.tw_step_list li {
  margin-bottom: 6px;
}
.tw_numbered_steps {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  margin-top: 20px;
}

.tw_numbered_steps .tw_numbered_steps_list {
  display: flex;
  align-items: baseline;
  counter-increment: step-counter;
  margin-bottom: 20px;
  line-height: 1.6;
}

.tw_numbered_steps .tw_numbered_steps_list:last-child {
  margin-bottom: 0;
}
.tw_numbered_steps .tw_numbered_steps_list::before {
  content: counter(step-counter);
  display: inline-block;
  background: #eee;
  color: #000;
  font-weight: bold;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-right: 12px;
  border-radius: 2px;
  font-size: 14px;
}

.tw_numbered_steps h4 {
  margin: 0 0 4px;
  font-weight: 700;
}

.tw_numbered_steps p {
  margin: 0;
}

.tw_service_detail_carousel_wrap {
    background-color: var(--tw-color-white);
}

@media screen and (max-width: 768px) {
    .tw_service_detail_carousel_wrap {
        margin: 0 -24px;
    }
    .tw_service_detail_carousel_wrap.inner {
        margin: 0;
    }
    .tw_service_detail_carousel_wrap.inner02 {
        margin: 0 -16px;
    }
}
.tw_service_detail_carousel .tw_carousel01_slide_item {
    border: 1px solid #D3D6D9;
    box-shadow: none;
}

.tw_guide_slide_title_num {
    padding: 4px 12px;
}
.tw_guide_slide_title_text {
    margin-top: 12px;
    text-align: center;
}
.tw_service_detail_carousel_image {
    max-width: 200px;
    margin: 20px auto 16px;
}

/* tab */
.tw_service_detail_tab_button.tab_setting_detail{
    max-width: 400px;
    margin: 0 auto;
    background-color: #ebebeb;
    border-radius: 100px;
}
.tw_service_detail_tab_button.tab_setting_detail::before {
    content: none;
}
@media screen and (max-width: 768px) {
    .tw_service_detail_tab_button > ul {
        padding: 0;
    }
}
.tw_service_detail_tab_button.tab_setting_detail > ul > li > button {
    color: var(--tw-color-darknavy);
}
@media screen and (max-width: 768px) {
.tw_service_detail_tab_button.tab_setting_detail > ul > li > button {
    min-height: 42px;
}
}
.tw_service_detail_tab_button.tab_setting_detail > ul > li > button[aria-selected="true"] {
    color: var(--tw-color-surface);
    background-color: #07227d;
    border-radius: 100px 0 0 100px;
}

.tw_service_detail_tab_button.tab_setting_detail > ul > li > button.button_id[aria-selected="true"] {
    color: var(--tw-color-darknavy);
    background-color: #F6BE4A;
}
.tw_service_detail_tab_button.tab_setting_detail > ul > li+li > button[aria-selected="true"] {
    border-radius: 0 100px 100px 0;
}
.tw_service_detail_tab_button.tab_setting_detail > ul > li > button[aria-selected="true"]::before {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    bottom: -9px;
    background-color: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 13px solid #07227d;
    border-bottom: 0;
}
.tw_service_detail_tab_button.tab_setting_detail > ul > li > button.button_id[aria-selected="true"]::before {
    content: "";    
    border-top: 13px solid #F6BE4A;
}
@media screen and (max-width: 768px) {
    .tw_service_detail_tab_inner_title{
        padding: 0 30px;
}
}

.tw_phone-number{
    font-size: 32px;
    margin-top: 12px;
    font-weight: 700;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .tw_phone-number_area{
        text-align: center;
    }
}
@media screen and (min-width: 769px) {
  .column1_2 {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .column1_2 {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
    .column1_2 .column__child {
        flex-basis: 48%;
    }
}

.column1_2 .column__child {
  display: block;
  position: relative;
}
.column1_2 .column__child .heading__h4 {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .column1_2 .column__child {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 768px) {
  .column1_2 .column__child {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
.scroll_image_outer{
    position: relative;
    overflow: auto;
}
.scroll_image{
    overflow-x: scroll;
    min-width: 540px;
}
}
/*footer*/
.tw_footer{
    padding-top: 24px;
}
.tw_ft_link_wrap,.tw_ft_link_wrap,.tw_ft_bottom_logo,.tw_ft_pagetop,.tw_ft_companylink{
    display: none;
}
.tw_ft_bottom{
    display: block;
    text-align: center;
    margin: 0;
    border: none;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .tw_ft_bottom_text {
        margin-top: 0;
    }
}
.eye-catch-box.eye-catch-pink{
    background: #FFF2F7;
}
._tw_terminal_area{
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.6;
}
._tw_terminal_area dt {
    width: 6.5em;
    position: relative;
    margin-top: 8px;
}
._tw_terminal_area dt::after{
    content: ':';
    position: absolute;
    right: 5px;
}
._tw_terminal_area dd {
    width: calc(100% - 6.5em);
    margin-top: 8px;
}
.tw_guide_receipt_list > li {
    background-color: #fff;
    border-radius: 8px;
    border: solid 2px #D82662;
}
.tw_guide_receipt_list > li + li{
    margin-top: 24px;
}
.tw_guide_receipt_list > li > button{
    background-color: #D82662;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 76px;
    padding: 16px 56px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}
.tw_guide_receipt_list > li > button::before,
.tw_guide_receipt_list > li > button::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 3px;
	margin-top: -2px;
	background-color: #fff;
	border-radius: 4px;
}
.tw_guide_receipt_list > li > button::after {
	transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
	transform: rotate(90deg);
}
.tw_guide_receipt_list > li > button[aria-expanded=true]::after {
	transform: rotate(180deg);
}
.tw_guide_receipt_number {
    font-size: 28px;
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
}
.tw_guide_receipt_body {
	overflow: hidden;
	height: 0;
	transition: height .3s cubic-bezier(0.16, 1, 0.3, 1);
}
.tw_guide_receipt_body_inner {
	padding: 8px 24px 32px;
}
.tw_guide_anclist_outer{
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
    border-radius: 16px;
    padding: 24px;
}
@media screen and (max-width: 768px) {
.tw_guide_anclist_outer{
    padding: 16px;
}
}
.tw_guide_anclist-list{
    margin-top: 16px;
}
@media screen and (min-width: 769px) {
.tw_guide_anclist-list{
    display: flex;
    justify-content: space-around;
}
.tw_guide_anclist-list > li{
   /* width: calc(100% / 3 - 16px);*/
    text-align: center;
}
}
.tw_guide_anclist-list > li > a{
    display: block;
    position: relative;
    padding-right: 1.5em;
}
@media screen and (max-width: 768px) {
.tw_guide_anclist-list > li {
    border-bottom: solid 1px #d9d9d9;
}
.tw_guide_anclist-list > li > a{
    padding: 15px 1.5em 15px 10px;
    font-size: var(--tw-body02-fs);
    display:flex;
    align-items:center;
}
}
.tw_guide_anclist-list > li > a::after{
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-image: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/common/icon_arrow01.svg);
    background-size: cover;
    transform: rotate(90deg);
    right: 0;
    top: calc(50% - 6px);
}

.tw_guide_anclist-list > li > a:hover{
    opacity: 0.6;
}
.tw_service_detail_carousel_outer{
    border-radius: 8px;
    border: solid 2px #D82662;
}
.tw_service_detail_carousel_title{
    background: #D82662;
    text-align: center;
    color: #fff;
    padding: 16px 20px;
}
.tw_service_detail_carousel_wrap.inner .tw_service_detail_carousel .swiper-button-prev,.tw_service_detail_carousel_wrap.inner02 .tw_service_detail_carousel .swiper-button-prev {
    left: calc(50% - 45vw);
}
.tw_service_detail_carousel_wrap.inner .tw_service_detail_carousel .swiper-button-next,.tw_service_detail_carousel_wrap.inner02 .tw_service_detail_carousel .swiper-button-next {
    right: calc(50% - 45vw);
}
@media screen and (max-width: 768px) {
.eye-catch-box.eye-catch-pink{
    padding: 14px;
}
}
.tw_benefit_step_list{
    display:flex;
    align-items:center;
}