@charset "UTF-8";

/*reset*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  color: #1B4DFF;
  text-decoration: underline;
}

a:active, a:hover {
  outline-width: 0;
  opacity: .6;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}
/*base style*/
body {
  color: #242526;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  vertical-align: top;
  border-style: none;
  width: 100%;
}

ul {
  list-style-type: none;
}

sup {
  top: 0;
  vertical-align: super;
  line-height: normal;
}

sub {
  bottom: 0;
  vertical-align: sub;
  line-height: normal;
}

main {
  position: relative;
}
@media screen and (min-width: 769px) {
  main {
    margin-bottom: 70px;
    padding-top: 112px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-bottom: 70px;
    padding-top: 64px;
  }
}
em {
  font-weight: 700;
  font-style: normal;
}
footer{
    padding: 32px 16px 26px;
    text-align: center;
    font-size: 12px;
}
.tw_arrow_link01::after {
	content: "";
	display: inline-block;
    margin-left: 0.2em;
    margin-top: -0.2em;
    margin-right: 0.2em;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	background-size: cover;
}
.tw_arrow_link01._outlink::after {
	background-image: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/securitytoken/2026/icon_blank_blue.svg);
}
._tw_text01{
    color: #242526;
}
._tw_text02{
    color: #525359;
}
.arrow{
    position: relative;
    margin-top: 16px;
    padding-top: 32px;
}
.arrow::before{
    content: "";
    position: absolute;
    display: block;
    background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/securitytoken/2026/icon_arrow.svg) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 16px;
    text-align: center;
    top: 0;
    left: calc(50% - 8px);
}
.tw_indent_list {
	list-style: none;
    margin-top: 14px;
}
.tw_indent_list > li{
	display:flex;
	font-feature-settings: "palt";
}
.tw_indent_list > li > .tw_indent_item {
	flex-shrink: 0;
	margin-right:.5em;
}
.list-note-wrap {
    margin-top: 14px;
    margin-bottom: 0;
}

.list-note__item {
  list-style: none;
  margin-bottom: 4px;
  padding-left: 16px;
  font-size: 13px;
  position: relative;
  color: #525359;;
}
.list-note__item::before {
  content: "※";
  width: 13px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}

/*header*/
.header {
  position: relative;
}
.header--fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 15;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .header__top {
    height: 112px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__top {
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
    align-items: center;
  }
}
.header__logo-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

.header__logo {
  width: auto;
}
@media screen and (min-width: 769px) {
  .header__logo {
    height: 69px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 46px;
  }
}
.keyvisual{
    background:url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/securitytoken/2026/kv-bg-pc.png) no-repeat bottom center #fdfdff;
    background-size:cover;
}
@media screen and (min-width: 769px) {
.keyvisual{
    padding-top:72px;
    padding-bottom: 100px;
}
.keyvisual_inner{
    margin: 0 auto;
    position: relative;
    max-width: 780px;
}
}
.title{
    font-size: 36px;
    font-weight: 900;
    line-height: normal;
}
@media screen and (max-width: 768px) {
.keyvisual{
    font-size: 28px;
    padding-top:56px;
    padding-bottom: 83px;
    padding-left: 32px;
    padding-right: 32px;
}
}
.title_color{
  background: linear-gradient(90deg, #1B4DFF 0%, #C720BF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
}
@media screen and (max-width: 768px) {
.title_color{
  font-size: 40px;
}
}
.title_lead-01{
  color: #242526;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
.title_lead-01{
  font-size: 18px;
}
}
.title_lead-02{
  font-size: 17px;
  color: #525359;
  margin-top: 56px;
  max-width: 532px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.50);
  box-shadow: 0 0 20px 0 rgba(27, 77, 255, 0.10);
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 768px) {
.title_lead-02{
  margin-top: 32px;
}
}
@media screen and (min-width: 781px) {
.keyvisual_image{
    position: absolute;
    right: -20px;
    top: -20px;
}
}
@media screen and (max-width: 780px) {
.keyvisual_image{ 
    position: absolute;
    right: 0;
    top: -20px;
}
}
@media screen and (max-width: 768px) {
.keyvisual_image{
    display: none;
}
}
.section{
  padding-top: 32px;
  padding-bottom: 32px;
}
.section.section_01{
  background: #F8F9FF;
}
.section.section_02{
  background: #FFF;
}
@media screen and (min-width: 912px) {
.section-inner{
  max-width: 912px;
  margin: 0 auto;
}
}
@media screen and (max-width: 911px) {
.section-inner{
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
}
}
.section-title{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
.section-title{
  text-align: left;
}
}
.mechanism-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}

.mechanism-scroll::-webkit-scrollbar {
  display: block;
  height: 8px;
}

.mechanism-scroll::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 999px;
}

.mechanism-scroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 999px;
}


.mechanism-area{
  display:flex;
  gap:48px;
  max-width: 856px;
  justify-content: space-between;
  margin: 24px auto 0;
}

.mechanism-item{
    width: 248px;
    flex:0 0 248px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(27, 77, 255, 0.10);
    padding: 24px;
    position: relative;
    flex-shrink: 0;
}
.mechanism-item::after{
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/securitytoken/2026/icon_arrow.svg) no-repeat center;
    background-size: contain;
    transform: rotate(270deg);
    position: absolute;
    top: 50%;
    right: -30px;
}
.mechanism-item:last-child::after{
    content: none;
}
.eye-catch-box{
    margin-top: 24px;
    padding: 32px 37px;
    text-align: center;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 16px;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(45deg, #C720BF 0%, #1B4DFF 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
@media screen and (max-width: 768px) {
.eye-catch-box{
  text-align: left;
  padding: 24px;
}
}
.eye-catch-text-01{
    margin-top: 16px;
}
.caution{
    color: #525359;
    font-size: 13px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
.caution{
    justify-content: flex-start;
}
}
.bonus-list-outer{
    margin-top: 24px;
    position: relative;
}
.bonus-list-title{
    font-size: 17px;
    margin-top: 14px;
}
.bonus-list-text{
    margin-top: 14px;
}
@media screen and (min-width: 769px) {
.bonus-list-outer{
    display: flex;
    gap: 48px;
    justify-content: space-between;
}
.bonus-list{
    width: calc(50% - 24px);
}
.bonus-list-outer + .bonus-list-outer{
    padding-top: 24px;
}
.bonus-list-outer + .bonus-list-outer::before {
    content: "";
    display: block;
    width: 116px;
    height: 4px;
    background-image: radial-gradient(circle, #b3b3b3 2px, transparent 2px);
    background-size: 16px 4px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: calc(50% - 58px);
}
}
@media screen and (max-width: 768px) {
.bonus-list{
    position: relative;
}
.bonus-list + .bonus-list::before{
  content: "";
  display: block;
  width: 116px;
  height: 4px;
  margin: 24px auto;
  background-image: radial-gradient(circle, #b3b3b3 2px, transparent 2px);
  background-size: 16px 4px;
  background-repeat: repeat-x;
}
.bonus-list-outer + .bonus-list-outer::before {
  content: "";
  display: block;
  width: 116px;
  height: 4px;
  margin: 0 auto 24px auto;
  background-image: radial-gradient(circle, #b3b3b3 2px, transparent 2px);
  background-size: 16px 4px;
  background-repeat: repeat-x;

}
}

.flow{
    margin-top: 24px;
    background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/securitytoken/2026/bg-sec3-sp.png) no-repeat top center;
    background-size: cover;
}
.flow-item{
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(5px);
    padding: 24px;
}

@media screen and (min-width: 769px) {    
.flow{
    margin-top: 24px;
    background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/securitytoken/2026/bg-sec3-pc.png) no-repeat top center;
    background-size: 100%;
    padding: 0 69px;
}
.flow-item{
    display: flex;
    gap: 24px;
    padding: 21px 30px;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(5px);
}
}
.flow-item + .flow-item{
    margin-top: 64px;
}
.flow-item.arrow::before {
    top: -40px;
}
.flow-item.step1{
    border: 1px solid #BA24C4;
}
.flow-item.step2{
    border: 1px solid #952DD2;
}
.flow-item.step3{
    border: 1px solid #7236DE;
}
.flow-item.step4{
    border: 1px solid #4E40ED;
}
.flow-item.step5{
    border: 1px solid #2949FA;
}
.flow-step{
    font-size: 24px;
    font-weight: 700;
}
.flow-item.step1 .flow-step{
    color: #BA24C4;
}
.flow-item.step2 .flow-step{
    color: #952DD2;
}
.flow-item.step3 .flow-step{
    color: #7236DE;
}
.flow-item.step4 .flow-step{
    color: #4E40ED;
}
.flow-title{
    font-weight: 700;
    font-size: 17px;
}
@media screen and (min-width: 769px) {
.flow-title{
    text-align: left;
    width: calc(50% - 81px - 48px);
}
.flow-desc{
    width: 50%;
}
.flow-step{
    width: 81px;
}
}

@media screen and (max-width: 768px) {
.flow-title{
    margin-top: 12px;
}
.flow-desc{
    margin-top: 12px;
}
}
.inquiry-outer{
    max-width: 592px;
    margin: 24px auto 0;
}
.inquiry-text{
    margin-top: 24px;
}
.inquiry-subtext{
    color: #525359;
    font-size: 13px;
    margin-top: 12px;
}
.inquiry-icon{
    text-align: left;
    padding-left: 32px;
    position: relative;
}
.inquiry-icon::before{
    content: '';
    position: absolute;
}
.icon-company::before{
    width: 12px;
    height: 16px;
    display: block;
    top: calc(50% - 8px);
    left: 0;
    background:url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/securitytoken/2026/icon_build.svg) no-repeat 0 0;
}
.icon-mail::before{
    width: 16px;
    height: 12px;
    display: block;
    top: calc(50% - 6px);
    left: 0;
    background:url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/securitytoken/2026/icon_mail.svg) no-repeat 0 0;
}
.tw_securitytoken_question_list > li {
	margin-top: 24px;
}
.tw_securitytoken_question_list > li > button {	
    background: linear-gradient(to right,#FEF7FF 0,#FEF7FF calc(100% - 48px),#FDEFFF calc(100% - 48px));
    position: relative;
	width: 100%;
	padding: 12px 60px 12px 12px;
    font-weight: 700;
	text-align: left;
}
.tw_securitytoken_question_list > li > button::before,
.tw_securitytoken_question_list > li > button::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 14px;
	height: 2px;
	margin-top: -2px;
	background-color: #242526;
	border-radius: 4px;
}
.tw_securitytoken_question_list > li > button::after {
	transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
	transform: rotate(90deg);
}
.tw_securitytoken_question_list > li > button[aria-expanded=true]::after {
	transform: rotate(180deg);
}
.tw_securitytoken_question_list > li > button>span{
    position: relative;
    padding-left: 2em;
    display: block;
}
.tw_securitytoken_question_list > li > button>span::before{
    content:'Q：';
    position: absolute;
    left: 0;
}

.tw_securitytoken_question_icon {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}
.tw_securitytoken_question_body {
	overflow: hidden;
	height: 0;
	transition: height .3s cubic-bezier(0.16, 1, 0.3, 1);
}
.tw_securitytoken_question_body_inner {
	padding: 8px 16px 32px;
}
.tw_securitytoken_question_answer{
    padding-left: 2em;
    position: relative;
}
.tw_securitytoken_question_answer::before{
    content:'A：';
    position: absolute;
    left: 0;
}



/*tab*/
.tw_service_detail_tab._tw_bg_white .tw_service_detail_carousel_wrap {
	padding: 0;
	background-color: transparent;
}
.tw_service_detail_tab._tw_bg_white .tw_service_detail_carousel .tw_carousel01_slide_item {
	border: 1px solid #A8A8A8;;
	box-shadow: none;
}
.tw_service_detail_tab_button {
	position: relative;
}
.tw_service_detail_tab_button::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #A8A8A8;;
}
.tw_service_detail_tab_button > ul {
	display: flex;
	max-width: 890px;
	margin-inline: auto;
}
.tw_service_detail_tab_button > ul > li {
	width: 100%;
}
.tw_service_detail_tab_button > ul > li > button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 32px;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	background: linear-gradient(90deg, #1B4DFF 0%, #C720BF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tw_service_detail_tab_button > ul > li > button[aria-selected="true"] {
    font-weight: 700;
	color: #242526;
	background: linear-gradient(90deg, #242526 0%, #242526 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tw_service_detail_tab_button > ul > li > button[aria-selected="true"]::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #1B4DFF 0%, #C720BF 100%);
}
.tw_service_detail_tab_contents{
    max-width: 960px;
    margin: 0 auto;
}
.tw_service_detail_tab_contents_item .tw_indent_list li{
    font-size: 16px;
    line-height: 2.0;
}
.tw_service_detail_tab_contents_item .tw_indent_list li + li{
    margin-top: 14px;
}
@media screen and (min-width: 769px) {
	.tw_service_detail_tab_button > ul > li > button[aria-selected="false"]:hover {
		opacity: .5;
	}
}
@media screen and (max-width: 959px) {
    .tw_service_detail_tab_contents{
        padding-left: 32px;
        padding-right: 32px;
    }
	.tw_service_detail_tab_button > ul {
		padding: 0 16px;
	}
	.tw_service_detail_tab_button > ul > li > button {
		font-size: 14px;
		line-height: 1.2;
		padding-inline: 5px;
	}
}

[data-tab-target] {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
[data-tab-target][aria-hidden="true"] {
	display: none;
}
[data-tab-target][aria-hidden="false"] {
	display: block;
}
/* Button */
.tw_button01,
.tw_button02 {
	display:flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin:0 auto;
	padding:16px;
	width:fit-content;
	min-width:220px;
	font-size:13px;
	line-height:1.5;
	text-align: center;
    text-decoration: none;
}
.tw_button01 {
	border:1px solid;
	color:#D82662;
    background: #fff;
	border-radius: 100px;
}
.tw_button02 {
	padding:32px;
	color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(90deg, #1B4DFF 0%, #C720BF 100%);
	border-radius: 32px;
    box-shadow: 0 0 20px 0 rgba(27, 77, 255, 0.20);
}

@media (max-width: 768px) {
.tw_button02 {
	padding:20px;
}
}
.tw_button01:where(._outlink,._pdflink,._arrow,._anc-arrow)::after {
	content:"";
	display:inline-block;
	margin-top:.1em;
	margin-left:4px;
	width:13px;
	height:13px;
	background-size:cover;
}
.tw_button02:where(._outlink,._pdflink,._arrow,._anc-arrow)::after {
	content:"";
	display:inline-block;
	margin-top:.1em;
	margin-left:8px;
	width:17px;
	height:17px;
	background-size:cover;
}
.tw_button01._outlink::after {
	background-image:url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/common/icon_outlink_red.svg);
}
.tw_button02._outlink::after {
	background-image:url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/common/icon_outlink_white.svg);
}
.tw_button01._arrow::after {
	background-image:url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/common/icon_arrow01.svg);
}
.tw_button02._arrow::after {
	background-image:url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/common/icon_arrow01_white.svg);
}
.tw_button02._anc-arrow::after {
	background-image:url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/securitytoken/2026/icon_anc_arrow.svg);
    background-size: contain;
}
.tw_button02._anc-arrow.under-area::after {
    transform: rotate(180deg);
}
.tw_button02.disabled{
    background: linear-gradient(92deg, #869AE1 0%, #C098BF 100%);
}
.tw_button02.disabled:hover{
    opacity: 1;
}
.btn-area {
  position: fixed;
  padding: 24px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 -1px 20px 0 rgba(199, 32, 191, 0.20);
  backdrop-filter: blur(5px);
}

.btn-area.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 769px) {
	.tw_button01:hover {
		background-color: #fcf4f7;
	}
	.tw_button02:hover {
		opacity: .6;
	}
    .tw_button02{
        font-size:20px;
    }
    .tw_button02:where(._outlink,._pdflink,._arrow)::after {
	width:20px;
	height:20px;
}
}

/* table */

.tw_servicelist_content_table {
	margin-top: 24px;
}
.tw_servicelist_content_table table {
	width: 100%;
	table-layout: fixed;
    border-collapse: separate;
	border-spacing: 2px;
	color: #525359;
}
.tw_servicelist_content_table_col01 {
	width: 16.6%;
}
.tw_servicelist_content_table_col02 {
	width: 83.4%;
}
.tw_servicelist_content_table table th {
	font-size: 13px;
	font-weight: 700;
	text-align: left;
    vertical-align: top;
    padding: 14px;
	background-color: #FEF5FF;
}
.tw_servicelist_content_table table tr:nth-child(odd) th {
	background-color: #F5F6FF;
}
.tw_servicelist_content_table table td {
	font-size: 13px;
	padding: 14px 20px;
	background-color: #FEF7FF;
	text-align: left;
    vertical-align: top;
}
.tw_servicelist_content_table table tr:nth-child(odd) td {
	background-color: #F8F9FF;
}
.tw_servicelist_content_table_th_text {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.tw_servicelist_content_table {
		margin-top: 32px;
	}
	.tw_servicelist_content_table_col01 {
		width: 96px;
	}
	.tw_servicelist_content_table_col02 {
		width: calc(100% - 96px)
	}
	.tw_servicelist_content_table table th {
		font-size: 12px;
	}
	.tw_servicelist_content_table table tbody th,
    .tw_servicelist_content_table table tbody td {
		padding: 12px;
	}
}


/* Common Parts */

/* Text Align */
._tw_ta_center {
	text-align: center;
}
._tw_ta_left {
	text-align: left;
}
._tw_ta_right {
	text-align: right;
}

/* Font Weight */
._tw_fw_regular {
	font-weight:400;
}
._tw_fw_bold {
	font-weight:700;
}
/* margin top */
._tw_mt_120 {
	margin-top:120px;
}
._tw_mt_88 {
	margin-top:88px !important;
}
._tw_mt_80 {
	margin-top:80px !important;
}
._tw_mt_72 {
	margin-top:72px !important;
}
._tw_mt_64 {
	margin-top:64px !important;
}
._tw_mt_56 {
	margin-top:56px !important;
}
._tw_mt_48 {
	margin-top:48px !important;
}
._tw_mt_40 {
	margin-top:40px !important;
}
._tw_mt_32 {
	margin-top:32px !important;
}
._tw_mt_24 {
	margin-top:24px !important;
}
._tw_mt_16 {
	margin-top:16px !important;
}
._tw_mt_10 {
	margin-top:10px !important;
}
._tw_mt_8 {
	margin-top:8px !important;
}
._tw_mt_4 {
	margin-top:4px !important;
}
._tw_mt_0 {
	margin-top:0 !important;
}

@media (min-width: 769px) {
	._tw_pc_mt_88 {
		margin-top:88px !important;
	}
	._tw_pc_mt_80 {
		margin-top:80px !important;
	}
	._tw_pc_mt_72 {
		margin-top:72px !important;
	}
	._tw_pc_mt_64 {
		margin-top:64px !important;
	}
	._tw_pc_mt_56 {
		margin-top:56px !important;
	}
	._tw_pc_mt_48 {
		margin-top:48px !important;
	}
	._tw_pc_mt_40 {
		margin-top:40px !important;
	}
	._tw_pc_mt_32 {
		margin-top:32px !important;
	}
	._tw_pc_mt_24 {
		margin-top:24px !important;
	}
	._tw_pc_mt_16 {
		margin-top:16px !important;
	}
	._tw_pc_mt_10 {
		margin-top:10px !important;
	}
	._tw_pc_mt_8 {
		margin-top:8px !important;
	}
	._tw_pc_mt_4 {
		margin-top:4px !important;
	}
	._tw_pc_mt_0 {
		margin-top:0 !important;
	}
}

@media (max-width: 768px) {
	._tw_sp_mt_88 {
		margin-top:88px !important;
	}
	._tw_sp_mt_80 {
		margin-top:80px !important;
	}
	._tw_sp_mt_72 {
		margin-top:72px !important;
	}
	._tw_sp_mt_64 {
		margin-top:64px !important;
	}
	._tw_sp_mt_56 {
		margin-top:56px !important;
	}
	._tw_sp_mt_48 {
		margin-top:48px !important;
	}
	._tw_sp_mt_40 {
		margin-top:40px !important;
	}
	._tw_sp_mt_32 {
		margin-top:32px !important;
	}
	._tw_sp_mt_24 {
		margin-top:24px !important;
	}
	._tw_sp_mt_16 {
		margin-top:16px !important;
	}
	._tw_sp_mt_10 {
		margin-top:10px !important;
	}
	._tw_sp_mt_8 {
		margin-top:8px !important;
	}
	._tw_sp_mt_4 {
		margin-top:4px !important;
	}
	._tw_sp_mt_0 {
		margin-top:0 !important;
	}

}


@media (min-width: 769px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none !important;
	}
}


@-webkit-keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}