@charset "UTF-8";


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

.lp-swap {
    padding: 0;
}

/*----------------------------------------------------
 triangle
----------------------------------------------------*/
.triangle-yellow {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #FFFE00;
    display: inline-block;
    height: 0;
    width: 0;
}

.triangle-blue {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #002053;
    display: inline-block;
    height: 0;
    width: 0;
}

@media (min-width: 940px) {
    .triangle-yellow,
    .triangle-blue {
        border-left-width: 100px;
        border-right-width: 100px;
        border-top-width: 60px;
    }
}

/*----------------------------------------------------
 arrow
----------------------------------------------------*/
.lp-swap-arrow {
    text-align: center;
}
.lp-swap-arrow-white {
    background: #fff;
}


/*----------------------------------------------------
 mv
----------------------------------------------------*/
.lp-swap-mv {
    background: url(../img/main-visual-bg-sp.png) repeat-y center center;
    background-size: 100% auto;
}
.lp-swap-mv img {
    width: 100%;
}

@media (min-width: 940px) {
    .lp-swap-mv {
        background-image: url(../img/main-visual-bg.png);
    }
}

/*----------------------------------------------------
 buy
----------------------------------------------------*/
.lp-swap-buy {
    background: url(../img/main-visual-bg-sp.png) repeat-y center center;
    background-size: 100% auto;
    color: #fff;
    padding: 40px 20px 20px;
}
/* list */
.lp-swap-buy-each {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.lp-swap-buy-each:nth-child(n+2) {
    margin-top: 10px;
}
/* title */
.lp-swap-buy-title {
    width: 41.25%;
}
/* val */
.lp-swap-buy-val {
    align-items: center;
    display: flex;
    font-size: 13vw;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    line-height: 1;
    width: 54.66%;
}
.lp-swap-buy-val small {
    font-size: 42.5%;
    margin-left: 5px;
}

.lp-swap-buy-val span:nth-child(1) {
    width: 30.8%;
}
.lp-swap-buy-val span:nth-child(2) {
    margin-left: 10px;
}
/* renmark */
.lp-swap-buy-remark {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 940px) {
    .lp-swap-buy {
        background-image: url(../img/main-visual-bg.png);
        padding: 50px 30px 35px;
    }
    /* list */
    .lp-swap-buy-list {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1000px;
    }
    .lp-swap-buy-each {
        display: block;
        width: 29%;
    }
    .lp-swap-buy-each:nth-child(n+2) {
        margin-top: 10px;
    }
    /* title */
    .lp-swap-buy-title {
        background: #ff6922;
        border: 2px solid #fff;
        border-radius: 2em;
        font-size: min(22.6px, 1.17vw);
        line-height: 1;
        margin-bottom: 1em;
        padding: .5em 0;
        text-align: center;
        width: 100%;
    }
    /* val */
    .lp-swap-buy-val {
        align-items: center;
        display: flex;
        font-size: min(84px, 4.375vw);
        width: 100%;
    }
    .lp-swap-buy-val small {
        margin-left: 5px;
    }
    
    .lp-swap-buy-val span:nth-child(1) {
        width: 30.8%;
    }
    .lp-swap-buy-val span:nth-child(2) {
        flex-grow: 100;
        margin-left: 10px;
        text-align: center;
    }
    /* renmark */
    .lp-swap-buy-remark {
        font-size: 14px;
    }
}


/*----------------------------------------------------
 reason-title
----------------------------------------------------*/
.lp-swap-reason-title-wrap {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.lp-swap-reason-title-wrap::after {
    content: '';
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #ff6922;
    display: inline-block;
    height: 0;
    margin: -2px;
    width: 0;
}

.lp-swap-reason-title {
    background: #ff6922;
    padding: 20px;
}
.lp-swap-reason-title img {
    margin: 0 auto;
    max-width: 685px;
    width: 71%;
}

@media (min-width: 940px) {
    .lp-swap-reason-title-wrap {
        margin-top: 150px;
        margin-bottom: 50px;
    }
    .lp-swap-reason-title-wrap::after {
        border-left-width: 100px;
        border-right-width: 100px;
        border-top-width: 60px;
    }
    .lp-swap-reason-title {
        padding: 80px 0;
    }
}

/*----------------------------------------------------
 nav
----------------------------------------------------*/
.lp-swap-nav {
    margin: 0 auto;
    padding: 0 20px 20px;
}
.lp-swap-nav li:nth-child(n+2) {
    margin-top: 20px;
}

@media (min-width: 940px) {
    .lp-swap-nav {
        padding: 0 40px 40px;
    }
    .lp-swap-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -15px;
        margin-right: -15px;
    }
    .lp-swap-nav li {
        padding: 0 20px;
        max-width: 50%;
    }
    .lp-swap-nav li:nth-child(n+2) {
        margin-top: 0;
    }
    .lp-swap-nav li:nth-child(n+3) {
        margin-top: 40px;
    }
}
@media (min-width: 1280px) {
    .lp-swap-nav {
        max-width: 1280px;
    }
}

/*----------------------------------------------------
 reason,voice共通
----------------------------------------------------*/
.lp-swap-reason1,
.lp-swap-reason2,
.lp-swap-reason3,
.lp-swap-reason4,
.lp-swap-reason-other1,
.lp-swap-reason-other2,
.lp-swap-voice,
.triauto-fxlp-faq,
.lp-swap-trust,
.triauto-fxlp-banner,
.l-kv-sub {
    margin: 30px 20px 0;
}

.lp-swap-voice,
.triauto-fxlp-faq {
    margin-bottom: 80px;
}

.lp-swap-trust {
    margin-top: 50px;
    margin-bottom: 50px;
}
.lp-swap-reason-other1,
.triauto-fxlp-banner,
.l-kv-sub {
    margin-top: 50px;
}

@media (min-width: 940px) {
    .lp-swap-reason1,
    .lp-swap-reason2,
    .lp-swap-reason3,
    .lp-swap-reason4,
    .lp-swap-reason-other1,
    .lp-swap-reason-other2,
    .lp-swap-voice,
    .triauto-fxlp-faq,
    .lp-swap-trust,
    .triauto-fxlp-banner,
    .l-kv-sub {
        margin: 80px 40px 0;
    }
    .lp-swap-voice,
    .triauto-fxlp-faq {
        margin-bottom: 150px;
    }
    .lp-swap-trust {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .lp-swap-reason-other1,
    .triauto-fxlp-banner {
        margin-top: 150px;
    }
    .lp-swap-buy + .triauto-fxlp-banner,
    .triauto-fxlp-banner + .l-kv-sub {
        margin-top: 75px;
    }
}
@media (min-width: 1080px) {
    .lp-swap-reason1,
    .lp-swap-reason2,
    .lp-swap-reason3,
    .lp-swap-reason4,
    .lp-swap-reason-other1,
    .lp-swap-reason-other2,
    .lp-swap-voice,
    .triauto-fxlp-faq,
    .lp-swap-trust,
    .triauto-fxlp-banner,
    .l-kv-sub {
        margin-left: auto;
        margin-right: auto;
        max-width: 1005px;
    }
}

/*----------------------------------------------------
 reason1
----------------------------------------------------*/
.lp-swap-reason1-body {
    border: 3px solid #39b38f;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.lp-swap-reason1-main {
    background: rgba(55, 168, 87, .3);
    border-radius: 1em;
    margin: 0 auto 30px;
    padding: 20px;
    width: 80.7%;
}
/* title */
.lp-swap-reason1-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.lp-swap-reason1-main-remark {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}
/* list */
.lp-swap-reason1-main-list {
    margin-bottom: 20px;
}
.lp-swap-reason1-main-each {
    align-items: center;
    background: #fff;
    border-radius: .5em;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.lp-swap-reason1-main-each:nth-child(n+2) {
    margin-top: 10px;
}

/* unit */
.lp-swap-reason1-main-unit {
    width: 29%;
}
.lp-swap-reason1-main-unit-title {
    background: #ff5940;
    border-radius: 1em;
    color: #fff;
    font-size: 1.24vw;
    font-weight: bold;
    line-height: 1;
    padding: .25em;
    text-align: center;
}
.lp-swap-reason1-main-unit-val {
    align-items: center;
    display: flex;
    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: 4.6vw;
    justify-content: space-between;
}
.lp-swap-reason1-main-unit-val small {
    font-size: 43%;
}
.lp-swap-reason1-main-unit-val span:nth-child(1) {
    display: inline-block;
    width: 31%;
}
.lp-swap-reason1-main-unit-val span:nth-child(2) {
    display: inline-block;
    width: 61.5%;
}
/* arrow */
.lp-swap-reason1-main-arrow {
    flex-grow: 100;
    position: relative;
    display: inline-block;
    height: 29px;
}

.lp-swap-reason1-main-arrow::before,
.lp-swap-reason1-main-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 18px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ff5940;
  transform-origin: calc(100% - 1px) 50%;
}

.lp-swap-reason1-main-arrow::before {
  transform: rotate(57.5deg);
}

.lp-swap-reason1-main-arrow::after {
  transform: rotate(-57.5deg);
}

/* sum */
.lp-swap-reason1-main-sum {
    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.25vw;
    font-weight: bold;
    text-align: right;
    width: 57%;
}
.lp-swap-reason1-main-sum small {
    font-size: 33%;
    margin-left: .25em;
}

/* arrow-down */
.lp-swap-reason1-main-arrow-down {
    position: relative;
    height: 18px;
    margin-bottom: 20px;
}

.lp-swap-reason1-main-arrow-down::before,
.lp-swap-reason1-main-arrow-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 30px;
  border-radius: 9999px;
  background-color: #ff5940;
  transform-origin: 50% calc(100% - 2px);
}

.lp-swap-reason1-main-arrow-down::before {
  transform: rotate(57.5deg);
}

.lp-swap-reason1-main-arrow-down::after {
  transform: rotate(-57.5deg);
}
/* summary */
.lp-swap-reason1-main-summary {
    background: #ff5940;
    border-radius: 1em;
    color: #fff;
    font-size: 3.26vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px 0;
    text-align: center;
}
.lp-swap-reason1-main-summary-val {
    color: #fffe00;
    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: 337%;
}
.lp-swap-reason1-main-summary small {
    color: #fffe00;
    font-size: 111.7%;
    margin-left: .25em;
}

@media (min-width: 940px) {
    .lp-swap-reason1-body {
        border-radius: 0 0 50px 50px;
        border-width: 5px;
        border-top: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .lp-swap-reason1-main {
        border-radius: 2em;
        margin-bottom: 60px;
        padding: 40px 7% 60px;
    }
    /* title */
    .lp-swap-reason1-title {
        font-size: min(42px ,2.18vw);
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .lp-swap-reason1-main-remark {
        font-size: 19px;
        margin-bottom: 30px;
    }
    /* list */
    .lp-swap-reason1-main-list {
        margin-bottom: 40px;
    }
    .lp-swap-reason1-main-each {
        border-radius: 1em;
        padding: 20px 7%;
    }
    .lp-swap-reason1-main-each:nth-child(n+2) {
        margin-top: 20px;
    }
    
    /* unit */
    .lp-swap-reason1-main-unit-title {
        border-radius: 1em;
        font-size: min(16.6px, .86vw);
        padding: .5em;
    }
    .lp-swap-reason1-main-unit-val {
        font-size: min(45px, 2.72vw);
    }
    .lp-swap-reason1-main-unit-val small {
        margin-left: .25em;
    }
    .lp-swap-reason1-main-unit-val span:nth-child(1) {
        display: inline-block;
        width: 31%;
    }
    .lp-swap-reason1-main-unit-val span:nth-child(2) {
        display: inline-block;
        width: 61.5%;
    }
    /* arrow */
    .lp-swap-reason1-main-arrow {
        height: 85px;
    }
    
    .lp-swap-reason1-main-arrow::before,
    .lp-swap-reason1-main-arrow::after {
        top: calc(50% - 1.5px);
        width: 52px;
        height: 3px;
    }
    
    /* sum */
    .lp-swap-reason1-main-sum {
        font-size: min(78px, 4.72vw);
        width: 57%;
    }
    .lp-swap-reason1-main-sum small {
        font-size: 33%;
        margin-left: .25em;
    }
    
    /* arrow-down */
    .lp-swap-reason1-main-arrow-down {
        height: 29.8px;
        margin-bottom: 40px;
    }
    
    .lp-swap-reason1-main-arrow-down::before,
    .lp-swap-reason1-main-arrow-down::after {
        left: calc(50% - 3px);
        width: 6px;
        height: 52px;
        transform-origin: 50% calc(100% - 3px);
    }
    /* summary */
    .lp-swap-reason1-main-summary {
        border-radius: .5em;
        font-size: min(40px ,2vw);
        padding: 30px 0;
    }
}

@media (min-width: 1500px) {
    /* unit */
    .lp-swap-reason1-main-unit-title {
        font-size: min(16.6px, .76vw);
    }
}

/*----------------------------------------------------
 reason-remark
----------------------------------------------------*/
.lp-swap-reason-remark {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 80.7%;
}
.lp-swap-reason-remark > * + * {
    margin-top: 1em;
}
/* title */
.lp-swap-reason-remark-title {
    font-size: 13px;
}
/* list */
.lp-swap-reason-remark li {
    padding-left: 1em;
    text-indent: -1em;
}

@media (min-width: 940px) {
    .lp-swap-reason-remark {
        font-size: 16px;
    }
    /* title */
    .lp-swap-reason-remark-title {
        font-size: 20px;
    }
}


/*----------------------------------------------------
 reason2
----------------------------------------------------*/
.lp-swap-reason2-body {
    border: 3px solid #ff8e00;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* main */
.lp-swap-reason2-main {
    margin: 0 auto 30px;
    width: 80.7%;
}
.lp-swap-reason2-main table {
    border-collapse: collapse;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}
.lp-swap-reason2-main thead {
    font-size: 12px;
}
.lp-swap-reason2-main thead tr:first-child > *:first-child{
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #ff7340 50%, #ff7340 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
}
.lp-swap-reason2-main tbody th {
    font-size: 12px;
}
.lp-swap-reason2-main tbody th img {
    display: inline-block;
    vertical-align: middle;
    width: 62.8%;
}
.lp-swap-reason2-main tbody td {
    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: 4vw;
}
.lp-swap-reason2-main tbody td small {
    font-size: 50%;
    margin-left: .25em;
}
.lp-swap-reason2-main th,
.lp-swap-reason2-main td {
    border: 1px solid #ff7340;
    padding: 5px 0;
    text-align: center;
}
.lp-swap-reason2-main thead th:nth-child(n+2) {
    width: 31%;
}
.lp-swap-reason2-main tbody tr:first-child th,
.lp-swap-reason2-main tbody tr:first-child td {
    background: #fffe00;
}
/* remark */
.lp-swap-reason2-remark {
    font-size: 12px;
    margin-bottom: 30px;
    padding-left: 1em;
    text-indent: -1em;
}

.lp-swap-reason2-summary {
    margin-bottom: 30px;
}
@media (min-width: 940px) {
    .lp-swap-reason2-body {
        border-radius: 0 0 50px 50px;
        border-width: 5px;
        border-top: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    /* main */
    .lp-swap-reason2-main {
        margin-bottom: 60px;
    }
    .lp-swap-reason2-main table {
        margin-bottom: 20px;
    }
    .lp-swap-reason2-main thead {
        font-size: min(30.6px, 1.59vw);
    }
    .lp-swap-reason2-main thead tr:first-child > *:first-child{
        background-image: linear-gradient(to right top, transparent calc(50% - 1.5px), #ff7340 50%, #ff7340 calc(50% + 1.5px), transparent calc(50% + 3px)) !important;
    }
    .lp-swap-reason2-main tbody th {
        font-size: min(39.6px, 2.06vw);
    }
    .lp-swap-reason2-main tbody th img {
        width: 62.8%;
    }
    .lp-swap-reason2-main tbody td {
        font-size: min(56px, 2.9vw);
    }
    .lp-swap-reason2-main th,
    .lp-swap-reason2-main td {
        border-width: 3px;
        line-height: 1.5;
        padding: 10px 0;
    }
    /* remark */
    .lp-swap-reason2-remark {
        font-size: 16px;
        margin-bottom: 60px;
        text-align: center;
    }
    
    .lp-swap-reason2-summary {
        margin-bottom: 60px;
    }
}

/*----------------------------------------------------
 reason3
----------------------------------------------------*/

/*----------------------------------------------------
 reason4
----------------------------------------------------*/

/*----------------------------------------------------
 features
----------------------------------------------------*/
.lp-swap-features {
    background: rgba(255, 115, 64, .4); 
    padding: 50px 0;
}
.lp-swap-feature {
    background: #fff;
    border-radius: 1em;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 20px 20px;
    width: 80.7%;
}
.lp-swap-feature:nth-child(n+2) {
    margin-top: 30px;
}

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

.lp-swap-feature-title {
    font-size: 100%;
    padding: 10px 0;
    text-align: center;
}
.lp-swap-feature-title2 {
    font-size: 90%;
}
.lp-swap-feature-text p {
    font-size: 12px;
}
/* list */
.lp-swap-feature-list {
    margin-bottom: 20px;
}
.lp-swap-feature-each:nth-child(n+2) {
    margin-top: 40px;
}
.lp-swap-feature-text {
    border-left: 3px solid #ff8e00; 
    padding-left: 1em;
}
.lp-swap-feature-each:nth-child(even) .lp-swap-feature-text {
    border-left-color: #006843; 
}

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

@media (min-width: 940px) {
    .lp-swap-features {
        padding: 150px 0;
    }
    .lp-swap-feature {
        border-radius: 1em;
        font-size: min(62px, 3.22vw);
        padding: 0 10% 80px;
        margin-left: 40px;
        margin-right: 40px;
        width: auto;
    }
    .lp-swap-feature:nth-child(n+2) {
        margin-top: 120px;
    }
    
    .lp-swap-feature-flag img {
        width: 12.5%;
    }
    
    .lp-swap-feature-title {
        padding: 10px 0 20px;
    }
    .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-width: 7px; 
        padding-left: .75em;
        width: 55.1%;
    }
    .lp-swap-feature-each:nth-child(n+2) {
        margin-top: 30px;
    }
    .lp-swap-feature-img {
        width: 33.8%;
    }
}

@media (min-width: 1480px) {
    .lp-swap-feature {
        margin-left: auto;
        margin-right: auto;
        padding: 0 10% 60px;
        max-width: 1400px;
    }
}




/*----------------------------------------------------
 faq
----------------------------------------------------*/
.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-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: min(21px, 1.1vw);
    }
    /* 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, 0.9vw);
        padding: 0 1.5em;
    }
    .triauto-fxlp-faq-text strong {
        font-size: min(28px, 1.5vw);
    }
}


/*----------------------------------------------------
 triauto-fxlp-banner
----------------------------------------------------*/
.triauto-fxlp-banner {
    color: #000;
}
.triauto-fxlp-banner-kojin {
    margin: 0 auto min(50px, 4.2vw);
}
.triauto-fxlp-banner-houjin {
    text-align: center;
}
.triauto-fxlp-banner-houjin a {
    color: inherit;
    font-size: 14.5px;
    line-height: 1;
    text-decoration: underline;
}
@media (min-width: 940px) {
    .triauto-fxlp-banner {
        margin-left: auto;
        margin-right: auto;
        width: 573px;
    }
    .triauto-fxlp-banner-kojin {
        margin: 0 auto 20px;
    }
    .triauto-fxlp-banner-houjin a {
        font-size: 20px;
    }
}


/*----------------------------------------------------
 l-kv-sub
----------------------------------------------------*/
.l-kv-sub {
}
.l-kv-sub img {
    width: 100%;
}

@media (min-width: 940px) {
}


/* -----------------------------------------------------
* 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-content table {
    border-collapse: collapse;
}
.l-modal table {
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #808080;
}

.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;
}
