@charset "UTF-8";

body {
    font-size: 1.4rem;
    padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-weight: inherit;
}

@media (min-width: 940px) {
    body {
        font-size: 1.8rem;
    }
}

/*----------------------------------------------------
 triauto-fxlp-header
----------------------------------------------------*/
.triauto-fxlp-header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 4;
}
.triauto-fxlp-header-in {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    width: 100%;
}

.triauto-fxlp-header-logo {
    padding-left: 15px;
    width: 50%;
}
.triauto-fxlp-header-logo img {
    margin-left: 0;
    max-height: 30px;
}
.triauto-fxlp-header-logo2 {
    margin-top: 10px;
}
.triauto-fxlp-header-link {
    margin-right: 10px;
    text-align: right;
    width: 50%;
}
.triauto-fxlp-header-link a {
    align-items: center;
    background-color: #fe491f;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    font-weight: 550;
    line-height: 36px;
    height: 36px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.triauto-fxlp-header-link a:hover {
    opacity: .7;
    text-decoration: none;
}
.triauto-fxlp-header-link-icon {
    background-color: #fff;
    border-radius: 5px;
    color: #fe491f;
    font-size: 80%;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.triauto-fxlp-header-link-text {
    margin-left: 8px;
    margin-right: 8px;
}
.triauto-fxlp-header-link-triangle {
  background: #ffffff;
  height: calc(tan(60deg) * 10px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 940px) {
    .triauto-fxlp-header {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .triauto-fxlp-header-in {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        width: 100%;
    }
    
    .triauto-fxlp-header-logo {
        padding-left: 40px;
        max-width: 394px;
        width: 19.7%;
    }
    .triauto-fxlp-header-logo img {
        margin-left: auto;
        max-height: none;
    }
    .triauto-fxlp-header-logo.original-logo {
        width: 50%;
    }
    .triauto-fxlp-header-logo2 {
        margin-top: 0;
    }
    .triauto-fxlp-header-link {
        margin-right: 40px;
        max-width: 214px;
        width: 25%;
    }


    .triauto-fxlp-header-link a {
        color: #fff;
        font-family: sans-serif;
        font-size: 1.5rem;
        line-height: 40px;
        height: 40px;
        padding-left: 1em;
        padding-right: 1em;
    }
    .triauto-fxlp-header-link-icon {
        font-size: 80%;
        font-weight: inherit;
        height: 20px;
        line-height: 20px;
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .triauto-fxlp-header-link-text {
        font-size: 120%;
        margin-top: 0;
        margin-left: 12px;
        margin-right: 12px;
        padding-bottom: 2px;
    }
    .triauto-fxlp-header-link-triangle {
      height: calc(tan(60deg) * 12px / 2);
      width: 12px;
    }
}


/*----------------------------------------------------
 mv
----------------------------------------------------*/
.lp-swap-mv {
    margin-top: 50px;
    position: relative;
}
.lp-swap-mv img {
    width: 100%;
}
/* val */
.lp-swap-mv-val {
    color: #4d4d4d;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 10.76vw;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    position: absolute;
}
.lp-swap-mv-val small {
    font-size: 46.4%;
    vertical-align: baseline;
}
.lp-swap-mv-val1 {
    left: 22%;
    top: 59.7%;
}
.lp-swap-mv-val2 {
    left: 67%;
    top: 59.7%;
}
.lp-swap-mv-val3 {
    left: 22%;
    top: 81.5%
}
.lp-swap-mv-val4 {
    left: 67%;
    top: 81.5%
}
.lp-swap-mv-remark2 {
    color: #4d4d4d;
    font-size: 2.13vw;
    line-height: 1.4;
    left: 0;
    top: 93.5%;
    text-align: center;
    width: 100%;
}

@media (min-width: 940px) {
    .lp-swap-mv {
        margin-top: 72px;
    }
    /* val */
    .lp-swap-mv-val {
        font-size: 3.96vw;
        top: 62.5%;
    }
    .lp-swap-mv-val small {
        font-size: 46.4%;
    }
    .lp-swap-mv-val1 {
        left: 24.4%;
    }
    .lp-swap-mv-val2 {
        left: 40.2%;
    }
    .lp-swap-mv-val3 {
        left: 56%;
    }
    .lp-swap-mv-val4 {
        left: 71.8%;
    }
    .lp-swap-mv-remark2 {
        font-size: .99vw;
        line-height: 1;
        top: 81.5%;
    }
}

/*----------------------------------------------------
 triauto-fxlp-banner
----------------------------------------------------*/
.triauto-fxlp-banner {
    color: #000;
    padding: 6.84vw 0;
}
.lp-swap-features + .triauto-fxlp-banner {
    margin-bottom: 50px;
}

.triauto-fxlp-banner-kojin {
    margin: 0 auto min(50px, 4.2vw);
    width: 62.22vw;
}
.triauto-fxlp-banner-houjin {
    text-align: center;
}
.triauto-fxlp-banner-houjin a {
    color: #4d4d4d;
    font-size: 14.5px;
    line-height: 1;
    text-decoration: underline;
}
@media (min-width: 940px) {
    .triauto-fxlp-banner {
        padding: min(83px, 6.48vw) 40px;
    }
    .triauto-fxlp-banner-kojin {
        margin-bottom: 20px;
        width: min(720px, 56.25vw);
    }
    .triauto-fxlp-banner-houjin a {
        font-size: 22px;
    }
}

/*----------------------------------------------------
 triauto-swap-banner
----------------------------------------------------*/
.lp-swap-banner {
    background: #bce2de;
    padding: 7.29vw 20px 8.44vw;
    z-index: 2;
}
.lp-swap-banner img {
    margin: 0 auto;
    max-width: 100%;
}
.lp-swap-banner-title {
    margin: 0 auto;
    width: 76.89vw;
}
.lp-swap-banner-each {
    margin: 6.67vw auto 0;
    width: 87.11vw;;
}
@media (min-width: 940px) {
    .lp-swap-banner {
        padding: min(67px, 5.23vw) 40px;
    }
    .lp-swap-banner-title {
        width: min(866px, 67.66vw);
    }
    .lp-swap-banner-each {
        margin: min(63px, 4.92vw) auto 0;
        width: min(1151px, 89.92vw);
    }
    .lp-swap-banner-each:nth-child(n+3) {
        margin-top: min(31.5px, 2.46vw);
    }
}

/*----------------------------------------------------
 triauto-swap-banner2
----------------------------------------------------*/
.lp-swap-banner2 {
    margin: 20px 20px 0;
    z-index: 2;
}
.lp-swap-banner2 img {
    width: 100%;
}
@media (min-width: 940px) {
    .lp-swap-banner2 {
        margin-top: -3vw;
        margin-left: auto;
        margin-right: auto;
        width: 62.5%;
        padding: 0 40px;
    }
}

/*----------------------------------------------------
 l-kv-sub
----------------------------------------------------*/

/*----------------------------------------------------
 lp-swap-operation
----------------------------------------------------*/
.lp-swap-operation {

}
@media (min-width: 940px) {
    .lp-swap-operation {
        background: #ffdbca;
        padding: min(135px, 10.55vw) 40px min(110px, 8.59vw);
    }
    .lp-swap-operation img {
        margin: 0 auto;
        width: min(1047px, 81.8vw);
    }    
}

/*----------------------------------------------------
 lp-swap-about
----------------------------------------------------*/
.lp-swap-about {
    background: #c4e6e5;
    text-align: center;
}
.lp-swap-about-img {
    background: #fff;
    display: inline-block;
    position: relative;
    text-align: left;
}

/* val */
.lp-swap-about-val {
    color: #4d4d4d;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    position: absolute;
}
.lp-swap-about-val small {
    font-size: 53.5%;
    vertical-align: baseline;
}
.lp-swap-about-sum,
.lp-swap-about-turkiye-sum,
.lp-swap-about-mexico-sum,
.lp-swap-about-southaland-sum {
    color: #ff5a00;
}
.lp-swap-about-turkiye-sum,
.lp-swap-about-mexico-sum,
.lp-swap-about-southaland-sum {
    font-size: 9.5vw;
    right: 16.8%;
}
.lp-swap-about-turkiye,
.lp-swap-about-mexico,
.lp-swap-about-southaland {
    font-size: 6.3vw;
    left: 24.3%;
}
.lp-swap-about-sum {
    font-size: 11.5vw;
    left: 47%;
    top: 55%
}
.lp-swap-about-turkiye {
    top: 67.0%;
}
.lp-swap-about-turkiye-sum {
    top: 65.8%;
}
.lp-swap-about-mexico {
    top: 72.6%;
}
.lp-swap-about-mexico-sum {
    top: 71.5%;
}
.lp-swap-about-southaland {
    top: 78.3%;
}
.lp-swap-about-southaland-sum {
    top: 77.0%;
}
.lp-swap-about-remark {
    color: #4d4d4d;
    font-size: 1.62vw;
    line-height: 1.7;
    left: 14.0%;
    top: 90.5%;
    width: 75%;
}

@media (min-width: 940px) {
    .lp-swap-about {
        padding: min(70px, 5.47vw) 40px min(155px, 12.11vw);
    }
    .lp-swap-about-img {
        background: transparent;
    }
    /* val */
    .lp-swap-about-val {
        letter-spacing: -0.5px;
    }
    .lp-swap-about-val small {
        font-size: 52.5%;
    }
    .lp-swap-about-sum {
        font-size: min(137px, 9.6vw);
        left: 47%;
        top: 45%
    }
    .lp-swap-about-turkiye-sum,
    .lp-swap-about-mexico-sum,
    .lp-swap-about-southaland-sum {
        font-size: min(82px, 5.5vw);
        right: 17.1%;
    }
    .lp-swap-about-turkiye,
    .lp-swap-about-mexico,
    .lp-swap-about-southaland {
        font-size: min(72px, 5.0vw);
        left: 42.2%;
    }
    
    .lp-swap-about-turkiye {
        top: 59.8%;
    }
    .lp-swap-about-turkiye-sum {
        top: 59.5%;
    }
    .lp-swap-about-mexico {
        top: 66.7%;
    }
    .lp-swap-about-mexico-sum {
        top: 66.4%;
    }
    .lp-swap-about-southaland {
        top: 73.5%;
    }
    .lp-swap-about-southaland-sum {
        top: 73.2%;
    }
    .lp-swap-about-remark {
        font-size: min(14px, 1.0vw);
        left: 15.7%;
        top: 87.3%;
    }
    .lp-swap-about-remark li {
        padding-left: 1em;
        text-indent: -1em;
    }
}

/*----------------------------------------------------
 nav
----------------------------------------------------*/
.lp-swap-reason-nav {
    margin: 0 auto;
}
.lp-swap-reason-nav li:nth-child(n+2) {
    margin-top: 3.47vw;
}

@media (min-width: 940px) {
    .lp-swap-reason-nav {
    }
    .lp-swap-reason-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    .lp-swap-reason-nav li {
        max-width: 19.1%;
    }
    .lp-swap-reason-nav li:nth-child(n+2) {
        margin-top: 0;
    }
}

/*----------------------------------------------------
 reason
----------------------------------------------------*/
.lp-swap-reason {
    background: #ffdbca;
    padding: 7.82vw 5.55vw 7.56vw;
}
.lp-swap-reason img {
    margin: 0 auto;
}
/* title */
.lp-swap-reason-title {
    margin-bottom: 6.13vw;
}

/* banner */
.lp-swap-reason-banner  {
    padding: 6vw 0 ;
}
/* each */
.lp-swap-reason-each  {
    margin-top: 4.89vw;
}

.lp-swap-reason-img1,
.lp-swap-reason-img4 {
    position: relative;
}

/* img1 */
.lp-swap-reason-val {
    color: #4d4d4d;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 7.5vw;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 69.5%;
}
.lp-swap-reason-val small {
    font-size: 46.4%;
    vertical-align: baseline;
}
.lp-swap-reason-val1 {
    left: 7.3%;
}
.lp-swap-reason-val2 {
    left: 29%;
}
.lp-swap-reason-val3 {
    left: 52.2%;
}
.lp-swap-reason-val4 {
    left: 75%;
}
.lp-swap-reason-remark {
    color: #4d4d4d;
    font-size: 1.62vw;
    line-height: 1.7;
    left: 10.6%;
    top: 86.0%;
    width: 85%;
}

/* img4 */
.lp-swap-reason-img4-link {
    height: 5%;
    position: absolute;
    left: 64%;
    top: 90%;
    width: 10%;
}

@media (min-width: 940px) {
    .lp-swap-reason {
        padding: min(95px, 7.42vw) 40px min(180px, 14.06vw);
    }
    /* title */
    .lp-swap-reason-title {
        margin-bottom: min(70px, 5.47vw);;
    }
    
    .lp-swap-reason-title img {
        margin: 0 auto;
    }
    /* banner */
    .lp-swap-reason-banner  {
        padding: min(95px, 7.42vw) 0 min(45px, 3.52vw);
    }
    /* each */
    .lp-swap-reason-each  {
        margin-top: min(40px, 3.13vw);;
    }
    
    /* img1 */
    .lp-swap-reason1 {
        text-align: center;
    }
    .lp-swap-reason-img1 {
        display: inline-block;
        text-align: left;
    }
    .lp-swap-reason-val {
        font-size: min(77px, 5.8vw);
        top: 61.5%;
    }
    .lp-swap-reason-val small {
        font-size: 46.4%;
    }
    .lp-swap-reason-val1 {
        left: 14.3%;
    }
    .lp-swap-reason-val2 {
        left: 33.0%;
    }
    .lp-swap-reason-val3 {
        left: 52.7%;
    }
    .lp-swap-reason-val4 {
        left: 71.8%;
    }
    .lp-swap-reason-remark {
        font-size: min(14px, 1.2vw);
        left: 25.8%;
        top: 82.5%;
        width: 70%;
    }
    
    /* img4 */
    .lp-swap-reason4 {
        text-align: center;
    }
    .lp-swap-reason-img4 {
        display: inline-block;
    }
    .lp-swap-reason-img4-link {
        height: 4%;
        left: 57.5%;
        top: 90.25%;
        width: 6%;
    }
}


/*----------------------------------------------------
 other & voice
----------------------------------------------------*/
@media (min-width: 940px) {
    .lp-swap-voice {
        background: #56bab5;
        padding: min(165px, 12.89vw) 40px min(155px, 12.11vw);;
    }
    .lp-swap-voice img {
        margin: 0 auto;
    }
}

/*----------------------------------------------------
 bg
----------------------------------------------------*/
.lp-swap-bg {
    background: #ffdbca;
    padding-bottom: 6.22vw;
}

.lp-swap-bg > * {
    margin: 6.22vw auto 0;
    width: 88.89vw;
}

@media (min-width: 940px) {
    .lp-swap-bg {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: min(162px, 12.66vw);
    }
    
    .lp-swap-bg > * {
        margin-top: min(45px, 3.52vw);
        width: 100%;
    }
    .lp-swap-bg > *:first-child {
        margin-top: min(162px, 12.66vw);
    }
    .lp-swap-bg > * img {
        margin: 0 auto;
    }
}

/*----------------------------------------------------
 app
----------------------------------------------------*/
.lp-swap-app {
    text-align: center;
}
.lp-swap-app-in {
    display: block;
    position: relative;
}
.lp-swap-app-ios,
.lp-swap-app-google {
    height: 6%;
    position: absolute;
    top: 43%;
}
.lp-swap-app-ios {
    left: 21%;
    width: 14%;
}
.lp-swap-app-google {
    left: 35.5%;
    width: 17.5%;
}

@media (min-width: 940px) {
    .lp-swap-app-ios,
    .lp-swap-app-google {
        height: 5.5%;
        top: 34.25%
    }
    .lp-swap-app-ios {
        left: 24.5%;
        width: 11.6%;
    }
    .lp-swap-app-google {
        left: 37.2%;
        width: 14.5%;
    }
}





















/*----------------------------------------------------
 logo
----------------------------------------------------*/
.triauto-fxlp-logo {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.triauto-fxlp-logo h1 {
    margin-left: 12px;
    width: 50%;
}

/* header__logo */
.header__logo {
    display: none;
    min-width: 100px;
    max-width: 20%;
}

.header__btn--list {
    margin-left: 0;
    margin-right: 12px;
    text-align: center;
}
.header__btn--list a {
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
}

@media (min-width: 500px) {
    .header__btn--list a {
        font-size: 1.5vw;
    }
    .header__btn--list .btn {
        width: 100px;
    }
}

@media (min-width: 940px) {
    .triauto-fxlp-logo {
        padding: 0;
    }
    .triauto-fxlp-logo h1 {
        margin-left: 0;
        width: 15vw;
    }
    /* header__logo */
    .header__logo {
        display: inline-block;
        height: 50px;
        width: auto;
    }
    .triauto-fxlp-logo h1.header__logo-change {
        width: 35vw;
    }
    .header__btn--list {
        height: 65px;
        margin-right: 0;
    }
    .header__btn--list a {
        font-size: inherit;
        line-height: 1.3;
    }
    .header__btn--list .btn {
        width: 130px;
    }
}





/* -----------------------------------------------------
* Footer
* -------------------------------------------------- */

.l-footer {
	position: relative;
	padding: 40px 50px 30px;
	text-align: center;
}

.l-footer .logo {
	position: relative;
	z-index: 2;
}

.l-footer .logo img {
	width: 150px;
	height: auto;
}

.l-footer .copyright {
	margin: 15px 0 0;
	font-size: 1.4rem;
}

.l-footer .mod-pagetop {
	outline: 0;
	display: block;
	position: absolute;
	z-index: 1;
	top: -40px;
	right: 0;
	left: 0;
	overflow: hidden;
	width: 100px;
	height: 0;
	margin: 0 auto;
	padding: 100px 0 0;
	border-radius: 50%;
	background: #fff url(/lp/triauto/img/2/ico_arrow_02.png) no-repeat 50% 20px;
	background-size: 20px auto;
}


@media print, screen and (min-width: 768px) {
	.l-footer .mod-pagetop {
		transition: opacity 0.2s ease-in-out;
	}

	.l-footer .mod-pagetop:hover {
		opacity: 0.7;
	}

	.l-footer {
		padding: 3.125vw 3.90625vw 2.34375vw;
	}

	.l-footer .logo img {
		width: 11.71875vw;
	}

	.l-footer .copyright {
		margin: 1.17188vw 0 0;
		font-size: 1.09375vw;
	}

	.l-footer .mod-pagetop {
		top: -3.125vw;
		width: 7.8125vw;
		padding: 7.8125vw 0 0;
		background-position: 50% 1.5625vw;
		background-size: 1.5625vw auto;
	}
}


/* .l-footer .logo img */
.l-footer .logo img {
    display: inline;
}



/* -----------------------------------------------------
 * Layout
 * -------------------------------------------------- */

 .l-section {
	width: 100%;
}

.l-section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 50px;
}
.l-section-inner date {
    display: block;
    margin-bottom: .5em;
    text-align: right;
}

@media screen and (max-width: 767px) {

	.l-section-inner {
		padding: 8vw 5.33333vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 1079px) {

	.l-section-inner {
		padding: 4.6875vw 3.90625vw;
	}
}

/* -----------------------------------------------------
* l-section-important
* -------------------------------------------------- */

.l-section-important {
	background-color: #dcdcdc;
}

.l-section-important h2 {
	font-size: 1.8rem;
}

.l-section-important h3 {
	margin: 1.5em 0 0;
	font-size: 1.8rem;
}

.l-section-important p {
	margin: 1.5em 0 0;
	font-size: 1.5rem;
}

.l-section-important .more {
	font-size: 1.8rem;
}
.l-section-important .more a {
    text-decoration: underline;
}

.l-section-important section {
	margin: 1.5em 0;
	padding: 1.5em 0;
	border: 1px #7d7d7d solid;
	border-width: 1px 0;
}

.l-section-important-01 ul {
	margin: -1.5em 0 0;
}

.l-section-important-01 ul > li {
	margin: 1.5em 0 0 1.2em;
	font-size: 1.8rem;
	text-indent: -1.2em;
}

.l-section-important-01 ul > li:before {
	content: '● ';
}

.l-section-important-01 ul > li > ul {
	margin: 1.5em 0 0;
}

.l-section-important-01 ul > li > ul > li {
	margin: 0;
	font-size: 1.5rem;
	text-indent: -1em;
}

.l-section-important-01 ul > li > ul > li:before {
	content: '・';
}

.l-section-important-02 h3:first-child {
	margin: 0;
}


@media screen and (max-width: 767px) {
	.l-section-important h2 {
		font-size: 4.26667vw;
	}

	.l-section-important h3 {
		font-size: 4.26667vw;
	}

	.l-section-important p {
		font-size: 3.2vw;
	}

	.l-section-important .more {
		margin-top: 1em;
		font-size: 4.26667vw;
	}

	.l-section-important-01 ul > li {
		font-size: 4.26667vw;
	}

	.l-section-important-01 ul > li > ul > li {
		font-size: 3.2vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
	.l-section-important h2 {
		font-size: 1.40625vw;
	}

	.l-section-important h3 {
		font-size: 1.40625vw;
	}

	.l-section-important p {
		font-size: 1.17188vw;
	}

	.l-section-important .more {
		font-size: 1.40625vw;
	}

	.l-section-important section {
		border-width: 0.07812vw 0;
	}

	.l-section-important-01 ul > li {
		font-size: 1.40625vw;
	}

	.l-section-important-01 ul > li > ul > li {
		font-size: 1.17188vw;
	}

}



.l-modal-logo img {
	margin-left: auto;
	margin-right: auto;
}
.mod-center {
	text-align: center;
}



























.lp-swap {
    padding: 0;
}






/*----------------------------------------------------
 faq
----------------------------------------------------*/
.triauto-fxlp-faq {
    margin: 80px auto 0;
}

.triauto-fxlp-faq-title {
    margin: 0 auto 20px;
    width: 33%;
}
.triauto-fxlp-faq-main {
    font-weight: bold;
}
.triauto-fxlp-faq-each {
    border-bottom: 2px dotted #b3b3b3;
    padding: min(60px, 5vw) min(30px, 2.5vw);
}
.triauto-fxlp-faq-each:nth-child(1) {
    border-top: 2px dotted #b3b3b3;
}
/* q */
.triauto-fxlp-faq-q {
    align-items: center;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.triauto-fxlp-faq-q-icon {
    width: min(153px, 12.8vw);
}
.triauto-fxlp-faq-q-text {
    color: #000;
    flex-grow: 100;
    flex-shrink: 100;
    font-size: 16px;
    padding: 0 1em;
}
.triauto-fxlp-faq-toggle {
    transform: scale(1, 1);
    width: min(79px, 6.6vw);
}
.triauto-fxlp-faq-open .triauto-fxlp-faq-toggle {
    transform: scale(1, -1);
}
/* a */
.triauto-fxlp-faq-a-wrap {
    display: none;
}
.triauto-fxlp-faq-a {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-top: min(60px, 5vw);
    padding-bottom: 0;
}
.triauto-fxlp-faq-a-icon {
    margin-left: min(20px, 1.7vw);
    margin-right: min(20px, 1.7vw);
    width: min(113px, 9.4vw);
}
.triauto-fxlp-faq-text {
    font-size: 14.5px;
    flex-grow: 100;
    flex-shrink: 100;
    padding: 0 1em;
}
.triauto-fxlp-faq-text p:nth-child(n+2) {
    margin-top: 1.5em;
}
.triauto-fxlp-faq-text strong {
    font-size: min(47px, 3.9vw);
}

@media (min-width: 940px) {
    .triauto-fxlp-faq {
        margin-top: 190px;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1085px;
        width: 100%;
    }
    .triauto-fxlp-faq-title {
        margin-bottom: 50px;
        width: 13%;
    }
    .triauto-fxlp-faq-main {
    }
    .triauto-fxlp-faq-each {
        padding: min(63px, 3.3vw) min(10px, 0.5vw);
    }
    /* q */
    .triauto-fxlp-faq-q-icon {
        width: min(60px, 3.1vw);
    }
    .triauto-fxlp-faq-q-text {
        font-size: min(28px, 1.5vw);
        padding: 0 1.5em;
    }
    .triauto-fxlp-faq-toggle {
        width: 25px;
    }
    /* a */
    .triauto-fxlp-faq-a {
        padding-top: min(60px, 3.1vw);
    }
    .triauto-fxlp-faq-a-icon {
        margin-left: min(5px, 0.3vw);
        margin-right: min(5px, 0.3vw);
        width: min(50px, 2.6vw);
    }
    .triauto-fxlp-faq-text {
        font-size: min(18px, 1.1vw);
        padding: 0 1.5em;
    }
    .triauto-fxlp-faq-text strong {
        font-size: min(28px, 1.5vw);
    }
}

/*----------------------------------------------------
 features
----------------------------------------------------*/
.lp-swap-features {
    background: #97cfbc; 
    margin-top: 80px;
    padding: 50px 0;
}
.lp-swap-feature {
    background: #fff;
    border-radius: 1em;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 20px 20px;
    width: 87.1%;
}
.lp-swap-feature:nth-child(n+2) {
    margin-top: 30px;
}
/* head */
.lp-swap-feature-head {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}
.lp-swap-feature-head img {
    border-radius: 1em 1em 0 0;
}

/* flag */
.lp-swap-feature-flag img {
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18%;
}

/* title */
.lp-swap-feature-title {
    font-size: 100%;
    padding: 10px 0;
    text-align: center;
}
.lp-swap-feature-title2 {
    color: #031636;
    font-size: 18px;
    margin-bottom: .25em;
    width: 100%;
}
.lp-swap-feature-text p {
    font-size: 12px;
}
/* list */
.lp-swap-feature-list {
    margin-bottom: 20px;
}
.lp-swap-feature-each:nth-child(2) {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lp-swap-feature-each:nth-child(2) .lp-swap-feature-text {
    width: 47.4%;
}
.lp-swap-feature-each:nth-child(2) .lp-swap-feature-img {
    width: 46.2%;
}
.lp-swap-feature-each:nth-child(n+2) {
    margin-top: 20px;
}

.lp-swap-feature-img div {
    display: flex;
}
.lp-swap-feature-img div img {
    width: 50%;
}

@media (min-width: 940px) {
    .lp-swap-features {
        margin-top: 180px;
        padding: 150px 0;
    }
    .lp-swap-feature {
        border-radius: 1em;
        font-size: min(62px, 3.22vw);
        padding: 0 min(80px, 9%) 80px;
        margin-left: auto;
        margin-right: auto;
        width: min(1080px, 100%);
    }
    .lp-swap-feature:nth-child(n+2) {
        margin-top: 120px;
    }
    
    .lp-swap-feature-flag img {
        width: 12.5%;
    }
    
    .lp-swap-feature-title {
        padding: 0 0 30px;
    }
    .lp-swap-feature-title2 {
        font-size: 56.2%;
    }
    .lp-swap-feature-text p {
        font-size: 32.8%;
    }
    /* list */
    .lp-swap-feature-list {
        margin-bottom: 0;
    }
    .lp-swap-feature-each {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
    }
    .lp-swap-feature-text {
        border-left: 7px solid #ff8e00; 
        padding-left: .75em;
        width: 55%;
    }
    .lp-swap-feature-each:nth-child(even) .lp-swap-feature-text {
        border-left-color: #006843; 
    }
    .lp-swap-feature-each:nth-child(2) .lp-swap-feature-text {
        width: 55%;
    }
    .lp-swap-feature-each:nth-child(n+2) {
        margin-top: 30px;
    }
    .lp-swap-feature-img,
    .lp-swap-feature-each:nth-child(2) .lp-swap-feature-img {
        width: 38%;
    }
}































/* -----------------------------------------------------
* l-modal
* -------------------------------------------------- */

@-webkit-keyframes fadein-flex {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: flex;
		opacity: 0;
	}

	100% {
		display: flex;
		opacity: 1;
	}
}

@keyframes fadein-flex {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: flex;
		opacity: 0;
	}

	100% {
		display: flex;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout-flex {
	0% {
		display: flex;
		opacity: 1;
	}

	99% {
		display: flex;
		opacity: 0;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes fadeout-flex {
	0% {
		display: flex;
		opacity: 1;
	}

	99% {
		display: flex;
		opacity: 0;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

.l-modal {
	display: none;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.6);
}

.l-modal.is-open {
	display: flex;
}

.l-modal.is-close {
	-webkit-animation: fadeout-flex 0.3s ease forwards;
	animation: fadeout-flex 0.3s ease forwards;
}

.l-modal-inner {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	width: 650px;
	height: auto;
	max-height: 600px;
	border-radius: 10px;
	background-color: #fff;
}

.is-overflow .l-modal-inner {
	max-height: 100%;
}

.ie11 .l-modal-inner.no-scroll {
	overflow-y: hidden;
}

.ie11 .is-overflow .l-modal-inner {
	overflow-y: scroll;
}

.l-modal-inner.is-active {
	display: block;
}

.l-modal-content {
	flex: 1 0 auto;
	padding: 45px 35px;
}

.l-modal-content-inner {
	margin: 40px 0 0;
}

.l-modal-content-inner > *:first-child {
	margin-top: 0;
}

.l-modal h2 {
	color: #2aa85f;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.l-modal h3 {
	margin: 30px 0 0;
	padding: 0 0 4px;
	border-bottom: 2px solid #2aa85f;
	color: #808080;
	font-size: 2.1rem;
}

.l-modal h3 + p {
	margin-top: 10px;
}

.l-modal h3 + ol {
	margin-top: 10px;
}

.l-modal p {
	margin: 45px 0 0;
	font-size: 1.6rem;
	line-height: 2;
}

.l-modal p + p {
	margin-top: 1em;
}

.l-modal ol {
	margin: 45px 0 0 30px;
	font-size: 1.6rem;
	line-height: 2;
}

.l-modal .notes {
	margin-top: 20px;
	font-size: 1.4rem;
}

.l-modal .notes li {
	margin-left: 1em;
	text-indent: -1em;
}

.l-modal .mod-button {
	width: 390px;
	height: 75px;
	margin: 50px auto 0;
	font-size: 2.4rem;
}

.l-modal table {
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #808080;
}
.l-modal-inner table {
    border-collapse: collapse;
}
.l-modal table + p {
	margin-top: 10px;
}

.l-modal table caption {
	margin: 0 0 5px;
	color: #808080;
	font-size: 1.4rem;
	text-align: left;
}

.l-modal table th,
.l-modal table td {
	padding: 16px 10px 15px;
	border-right: 1px solid #808080;
	font-size: 1.6rem;
	text-align: center;
}

.l-modal table thead th {
	background-color: #e5e5e5;
}

.l-modal table tbody td {
	border-top: 1px solid #808080;
}

.l-modal table.table2 tbody td strong {
	color: red;
	font-size: 2.8rem;
}

.l-modal table.table2 tbody td span {
	font-size: 1.2rem;
}

.l-modal-footer {
	min-height: 0;
	margin: auto 0 0;
	border-top: 2px solid #724d9a;
}

.l-modal-footer img {
	width: 100%;
	height: auto;
}

.l-modal-close {
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	overflow: hidden;
	width: 41px;
	height: 41px;
	background: url(../img/2/ico_close_01.png) no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

@media screen and (max-width: 767px) {

	.l-modal {
		padding: 6.66667vw 2.66667vw;
        padding-top: 80px;
	}

	.l-modal-inner {
		width: 100%;
		max-height: 100%;
		border-radius: 1.33333vw;
	}

	.l-modal-content {
		padding: 5.33333vw 2.66667vw;
	}

	.l-modal h2 {
		font-size: 5.06667vw;
	}

	.l-modal p {
		margin: 6.66667vw 0 0;
		font-size: 3.73333vw;
	}

	.l-modal ol {
		margin: 6.66667vw 0 0 1.5em;
		font-size: 3.73333vw;
	}

	.l-modal .notes {
		font-size: 3.2vw;
	}

	.l-modal .mod-button {
		width: 80%;
		height: 13.33333vw;
		margin: 10.66667vw auto 0;
		font-size: 5.33333vw;
	}

	.l-modal table {
		margin: 5.33333vw 0 0;
	}

	.l-modal table caption {
		margin: 0 0 0.66667vw;
		font-size: 3.2vw;
	}

	.l-modal table th,
  .l-modal table td {
		padding: 1.33333vw;
		font-size: 3.73333vw;
	}

	.l-modal table.table2 tbody td span {
		font-size: 2.93333vw;
	}

	.l-modal-footer {
		margin: 6.66667vw 0 0;
		border-width: 0.53333vw;
	}

	.l-modal-close {
		width: 10.66667vw;
		height: 10.66667vw;
	}
}

/* --- custom --- */
.l-modal-content div:nth-child(1) .l-modal-content-inner {
	margin-top: 0;
}
.l-modal h2 {
	color: #ff4e00;
}
.l-modal h3 {
	border-bottom: 2px solid #f9824d;
}
.l-modal-footer {
    border-top: 2px solid #ff4e00;
}
