@charset "utf-8";
/* CSS Document */

:root {
    --bl: #00a0e9;
    --gr: #0fbe7a;
    --pi: #f2005c;
}

.section-inner {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

@media screen and (max-width:1200px) {
    .section-inner {
        padding: 20px;
    }
}

@media screen and (max-width:640px) {
    .section-inner {
        padding: 10px;
    }
}

.tag {
    border: solid 2px;
    padding: 3px 5px 1px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}

.tag-lightblue {
    border-color: var(--bl);
    color: var(--bl);
}

.tag-pink {
    border-color: #e4007d;
    color: #e4007d;
}

.lightblue {
    color: var(--bl);
}

.pink {
    color: #e4007d;
}

.num {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-weight: 500;
}

.br900 {
    display: none;
}

@media screen and (max-width:900px) {
    .br900 {
        display: block;
    }
}

/* 　header
******************************************/
header {
    position: relative;
    text-align: center;
}

header .section-inner {
    padding: 0;
}

header .logo {
    max-width: 230px;
    padding-top: 10px;
    float: left;
}

header .tel {
    max-width: 260px;
    padding: 16px 10px 0 0;
    float: right;
}

header .nav {
    width: 45%;
    display: inline-block;
    font-size: 13px;
    vertical-align: bottom;
}

.nav-list>li {
    display: block;
    float: left;
    width: 25%;
    border-left: solid 1px #ddd;
    position: static;
}

.nav-list>li:last-child {
    border-right: solid 1px #ddd;
}

.nav-list>li>a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    min-height: 80px;
    line-height: 80px;
}

.nav-list>li>a:hover, .nav-list>li>a:active, .nav-list>li>a:focus {
    background: var(--bl);
    color: #fff;
    text-decoration: none;
}

.nav-list>li.dropdown.open>a {
    background: var(--bl);
    color: #fff;
}

.nav-lineup-outer {
    width: 100%;
    margin: -1px 0 0;
}

.nav-lineup {
    max-width: 1200px;
    margin: auto;
    padding: 10px 0;
}

.nav-lineup li {
    display: block;
    width: 10%;
    float: left;
    text-align: center;
    font-size: 10px;
    position: relative;
    height: 79px;
}

.nav-lineup li:nth-child(10n+1) {
    clear: both;
}

.nav-lineup li {
    margin-bottom: 10px;
}

.nav-lineup li.type {
    padding: 30px 0;
    border-radius: 10px;
    /*background: #666;*/
    color: #fff;
}

.nav-lineup li.model a {
    color: #111;
}

.nav-lineup li a {
    display: block;
    padding: 5px;
    border-radius: 5px;
}

.nav-lineup li.type-all {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    vertical-align: baseline;
    line-height: 1;
}

.nav-lineup li.type-all a {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: #eee;
    border-radius: 10px;
    width: 100%;
    margin: 0 4px 0 0;
    color: #333;
    line-height: 1;
}

.nav-lineup li.type-all a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nav-lineup li a:hover, .nav-lineup li a:active, .nav-lineup li a:focus {
    background: #f6f6f6;
    text-decoration: none;
}

.nav-lineup .nav-model span:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.nav-lineup img {
    width: 90%;
}

/*.nav-lineup li .nav-limited{position: absolute;width: 50px;top: 0;left: 0;display: none;}
.nav-lineup .nav-model-alphard .nav-limited,
.nav-lineup .nav-model-harrier .nav-limited{display: block;}*/

.nav-lineup li.type-ev {
    background-color: #ff007b;
}

.nav-lineup li.type-minivan {
    background-color: var(--bl);
}

.nav-lineup li.type-suv {
    background-color: #8dba2c;
}

.nav-lineup li.type-compact {
    background-color: #d8941e;
}

.nav-lineup li.type-kei {
    background-color: #e26fb6;
}

.nav-lineup li.type-business {
    background-color: #287182;
}

.nav-lineup li.model-ev .nav-model span:before {
    background-color: #ff007b;
}

.nav-lineup li.model-minivan .nav-model span:before {
    background-color: var(--bl);
}

.nav-lineup li.model-suv .nav-model span:before {
    background-color: #8dba2c;
}

.nav-lineup li.model-compact .nav-model span:before {
    background-color: #d8941e;
}

.nav-lineup li.model-kei .nav-model span:before {
    background-color: #e26fb6;
}

.nav-lineup li.model-business .nav-model span:before {
    background-color: #287182;
}

.nav-lineup .model .nav-img {
    position: relative;
}

/*「台数限定」バッジ */
/*
.nav-lineup .nav-model-harrier .nav-img:after,
.nav-lineup .nav-model-voxy .nav-img:after{background: url(/src/img/campaign-price/202204/nav-model-badge.png) no-repeat;background-size:contain;display: block;content:"";width: 40px;height: 40px;position: absolute;top: 0;left: 0;}

.nav-lineup .nav-model-harrier .nav-img:after {
    background: url(/src/img/campaign-price/202204/nav-model-badge.png) no-repeat;
    background-size: contain;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
*/

/*「NEW」バッジ */
/*
.nav-lineup .nav-model-delica .nav-img:after,
.nav-lineup .nav-model-crownestate .nav-img:after,
.nav-lineup .nav-model-crownesport .nav-img:after,
.nav-lineup .nav-model-crownecrossover .nav-img:after,
.nav-lineup .nav-model-eclipsecross .nav-img:after,
.nav-lineup .nav-model-legacyoutback .nav-img:after,
.nav-lineup .nav-model-forester .nav-img:after,
.nav-lineup .nav-model-crosstrek .nav-img:after,
.nav-lineup .nav-model-fronx .nav-img:after,
.nav-lineup .nav-model-swift .nav-img:after,
.nav-lineup .nav-model-swiftsport .nav-img:after,
.nav-lineup .nav-model-delicamini .nav-img:after,
*/
.nav-lineup .nav-model-jimny .nav-img:after,
.nav-lineup .nav-model-jimnysierra .nav-img:after {
    background: url(/src/img/lineup/lineup-new.png) no-repeat;
    background-size: contain;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

/* 発注準備中 */
.nav-lineup .lineups-pause .nav-img img {
    filter: opacity(40%);
}

.nav-lineup .lineups-pause .nav-img::after {
    position: absolute;
    display: block;
    content: "発注準備中";
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    margin: 0 auto;
    padding: 3px 8px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
}

@media screen and (max-width:1200px) {
    .nav-lineup {
        padding: 10px;
    }

    .nav-lineup li {
        width: 12.5%;
    }

    .nav-lineup li:nth-child(10n+1) {
        clear: none;
    }

    .nav-lineup li:nth-child(8n+1) {
        clear: both;
    }
}

@media screen and (max-width:1000px) {
    .nav-lineup li {
        width: 16.66%;
    }

    .nav-lineup li:nth-child(8n+1) {
        clear: none;
    }

    .nav-lineup li:nth-child(6n+1) {
        clear: both;
    }
}

@media screen and (max-width:940px) {
    .nav-lineup li {
        width: 20%;
    }

    .nav-lineup li:nth-child(6n+1) {
        clear: none;
    }

    .nav-lineup li:nth-child(5n+1) {
        clear: both;
    }

    header .nav {
        width: 100%;
        clear: both;
        border-bottom: solid 1px #ddd;
    }

    .nav-list>li:first-child {
        border-left: 0;
    }

    .nav-list>li:last-child {
        border-right: 0;
    }

    .nav-list>li>a {
        min-height: 0;
        line-height: 1;
        padding: 15px 10px;
    }
}

@media screen and (max-width:640px) {
    .nav-lineup-outer {
        padding: 0;
        border-right: 0;
        border-left: 0;
    }

    .nav-lineup li {
        width: 25%;
    }

    .nav-lineup li:nth-child(5n+1) {
        clear: none;
    }

    .nav-lineup li:nth-child(4n+1) {
        clear: both;
    }

    .nav-list>li>a {
        padding: 15px 5px;
    }

    header .logo {
        width: 30%;
    }

    header .tel {
        width: 34%;
    }
}

@media screen and (max-width:500px) {
    header .nav {
        font-size: 11px;
    }

    .nav-lineup li {
        width: 33.33%;
    }

    .nav-lineup li:nth-child(4n+1) {
        clear: none;
    }

    .nav-lineup li:nth-child(3n+1) {
        clear: both;
    }

    header .tel {
        width: 40%;
        padding: 10px 10px 0 0;
    }
}

/* 　breadcrumb
******************************************/

.breadcrumb {
    background: #eee;
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .2);
    font-size: 70%;
    margin-top: -1px;
    padding: 0;
}

.breadcrumb ul {
    max-width: 1200px;
    margin: auto;
}

.breadcrumb li {
    display: inline-block;
    border-left: solid 1px #999;
}

.breadcrumb li:first-child {
    border-left: 0;
}

.breadcrumb li i {
    margin-right: 0;
    font-size: 150%;
    line-height: 0;
    margin-top: 10px;
}

.breadcrumb li a {
    display: block;
    padding: 3px 8px;
    color: #007aaa;
}

.breadcrumb li a:hover, .breadcrumb li a:active, .breadcrumb li a:focus {
    background: #ddd;
}

.breadcrumb li:last-child a {
    background: #007aaa;
    color: #fff;
}

.breadcrumb li:last-child a:hover {
    text-decoration: none;
}

@media screen and (max-width:640px) {
    .breadcrumb {
        font-size: 50%;
    }

    .breadcrumb li i {
        margin-top: 0;
    }
}

/* 　info
******************************************/

.info-title {
    text-align: center;
    font-size: 30px;
    margin: 30px 0;
}

.info-title .en {
    margin-top: 3px;
}

.link-home {
    padding: 30px 0;
}

body.policy .info-title {
    line-height: 1.2em;
}

.info-title .subtit {
    font-size: 20px;
    line-height: 1.2em;
}

@media screen and (max-width:640px) {
    .info-title {
        font-size: 24px;
    }
}

/* 　faq
******************************************/
.faq .info-content .section-inner {
    padding: 20px 0 40px 0;
}

.faq .leadtxt {
    font-weight: 700;
}

.faq .leadtxt a {
    color: #0090ce;
    text-decoration: underline;
}

.faq .faq-nav {
    margin: 40px 0;
}

.faq .faq-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.faq .faq-nav ul li {
    margin: 0;
}

.faq .faq-nav ul li a {
    position: relative;
    display: block;
    background-color: #f6f6f6;
    border-radius: 6px;
    padding: 10px 20px 30px;
    color: #333;
    text-decoration: none;
}

.faq .faq-nav ul li a::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.faq .faq-nav ul li a:hover {
    /*background-color: #1ca0e9;*/
    outline: #1ca0e9 2px solid;
    outline-offset: -2px;
    /*color: #fff;*/
}

.faq .faq-nav-dropdown {
    display: none;
    margin: 30px 0;
}

.faq .faq-nav-dropdown details {
    background-color: #f6f6f6;
    border-radius: 6px;
}


.faq .faq-nav-dropdown details[open] summary {
    border-bottom: 1px solid #d4e0e2;
}

.faq .faq-nav-dropdown summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 44px 12px 14px;
    font-size: 16px;
    position: relative;
}

.faq .faq-nav-dropdown summary::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.faq .faq-nav-dropdown details ul {
    margin: 0;
    padding: 8px;
    list-style: none;
    border-top: 1px solid #eef3f4;
}

.faq .faq-nav-dropdown details ul li a {
    display: block;
    padding: 10px 8px 10px 16px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
}

.faq h2 {
    padding:20px 0 0 0;
    color: #1ca0e9;
}

.faq h2 .en {
    margin-top: 0;
    color: #333;
}

.faq .list-faq {
    font-size: 120%;
    margin-bottom: 30px;
}

.faq .list-faq dt {
    background: var(--bl);
    border-radius: 5px 5px 0 0;
    margin-top: 20px;
    padding: 15px;
    color: #fff;
    /*text-shadow: -1px -1px 1px rgba(0, 0, 0, .1);*/
}

.faq .list-faq dd {
    padding: 30px;
    border-radius: 0 0 5px 5px;
    border: solid 1px rgba(0, 0, 0, .05);
}

/*
.faq .list-faq dt:hover {
    background: #0090ce;
}
*/
.faq .list-faq dt .faq-q {
    background: #0090ce;
    border-radius: 5px;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 10px;
}

.faq .list-faq dd {
    background: #f6f6f6;
    line-height: 1.6;
    font-size: 16px;
}

@media screen and (max-width:1200px) {
    .faq .info-content .section-inner {
        padding: 20px 20px 40px;
    }
}

@media screen and (max-width:640px) {
    .faq .info-content .section-inner {
        padding: 10px;
    }

    .faq .leadtxt,
    .faq .list-faq dd {
        font-size: 14px;
    }

    .faq .faq-nav {
        display: none;
    }

    .faq .faq-nav-dropdown {
        display: block;
    }

    .faq .list-faq {
        font-size: 90%;
    }

    .faq .list-faq dt .faq-q {
        display: none;
    }

    .faq .list-faq dd {
        padding: 15px;
    }
}

@media screen and (max-width:470px) {
    .faq .faq-nav-dropdown summary {
        font-size: 14px;
    }
}

/* 　cta
******************************************/
.cta {
    background: #f6f6f6 url(/src/img/cta/cta-bg.png) no-repeat center top;
    border-top: solid 1px #ddd;
}

.cta-inner {
    max-width: 1200px;
    margin: auto;
    padding-top: 10px;
    position: relative;
}

.cta .right {
    max-width: 800px;
}

@media screen and (max-width:1200px) {
    .cta .left {
        width: 30%;
        position: absolute;
        bottom: 0;
    }

    .cta .right {
        width: 70%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:800px) {
    .cta {
        background-size: cover;
        padding: 20px;
    }

    .cta .left {
        display: none;
    }

    .cta .right {
        width: 100%;
        margin-bottom: 0;
    }
}

/* 　interrior
******************************************/
#interrior {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1c1c1c), color-stop(0.00, #424242));
    background: -webkit-linear-gradient(#424242, #1c1c1c);
    background: -moz-linear-gradient(#424242, #1c1c1c);
    background: -o-linear-gradient(#424242, #1c1c1c);
    background: -ms-linear-gradient(#424242, #1c1c1c);
    background: linear-gradient(#424242, #1c1c1c);
}

#interrior h2 {
    max-width: 980px;
    text-align: center;
    margin: auto;
}

#interrior h3 {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
}

#interrior p {
    font-size: 12px;
    text-align: center;
}

#interrior h3 .en {
    display: block;
    font-size: 70%;
    opacity: .7;
    line-height: 1;
}

.interrior-single {
    padding: 10px;
    border-radius: 8px;
}

.interrior-single.in-black {
    background: #111;
}

.interrior-single.in-bordeaux {
    background: #74353d;
}

.interrior-single.in-beige {
    background: #ebe5d9;
    color: #000;
}

.interrior-single.in-white {
    background: #fff;
    color: #111;
}

.interrior-single.in-deepred {
    background: #844e44;
}

.interrior-single.in-brown {
    background: #664023;
}

.interrior-single.in-red {
    background: #b30018;
}

.interrior-single .come {
    font-size: 60%;
    text-align: right;
}

.interrior-single-inner li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
    margin-bottom: 3%;
}

.interrior-single-inner li:nth-child(2n) {
    margin-right: 0;
}

.interrior-single-inner li img {
    border: solid 1px #999;
}

.interrior-single-inner.col1 li {
    width: 100%;
    float: none;
    margin-right: 0;
}

/* custom
---------------------------------------*/

#custom {
    background: #049DDE;
}

.plan-custom .plan-option-img .option-desc {
    background: rgba(0, 0, 0, .4);
    padding: 10px;
    line-height: 1.4;
}

.plan-custom .plan-option-img img {
    border: solid 2px #111;
}

.plan-custom .plan-option-img .option-desc .come {
    color: #eee;
    display: block;
}

@media screen and (min-width:641px) {
    .plan-custom .plan-option-img.col2 {
        width: 66.6%;
        margin: auto;
    }
}

/* 　calc
******************************************/
#calc {
    background: #f6f6f6;
    border: solid 1px #ddd;
    border-left: 0;
    border-right: 0;
}

.table-calc {
    border-collapse: separate;
    border-spacing: 5px;
    border-radius: 10px;
    background: transparent;
}

.table-calc tr {
    background: #fff;
}

.table-calc th {
    background: #049DDE;
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .2);
    font-size: 18px;
    position: relative;
    border-radius: 10px 0 0 10px;
    padding: 20px 10px;
}

.table-calc td {
    border-radius: 0 10px 10px 0;
    vertical-align: middle;
}

.table-calc .ballon {
    background: yellow;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .2);
    color: #049DDE;
    font-size: 11px;
    display: inline-block;
    line-height: 1;
    border-radius: 30px;
    padding: 7px 10px;
    text-shadow: none;
    position: absolute;
    top: -3%;
    left: -3%;
}

.table-calc .ballon .num {
    display: block;
    text-align: center;
    font-size: 200%;
}

.calc-result {
    margin-bottom: 20px;
}

.calc-result .come {
    display: inline-block;
}

.calc-month {
    font-size: 150%;
    line-height: 1;
    margin-bottom: 10px;
}

.calc-month .num {
    color: #F8427A;
    font-size: 300%;
    letter-spacing: -1px;
}

.calc-bonus {
    background: #eee;
    padding: 10px;
    font-size: 90%;
    line-height: 1;
    display: inline-block;
}

.calc-bonus .num {
    color: #666;
    font-size: 150%;
}

.calc-bonus i {
    margin-right: 0;
    color: #666;
    margin-left: 10px;
}

@media screen and (max-width:640px) {
    #calc h2+p {
        font-size: 12px;
    }

    .table-calc tr {
        margin-bottom: 10px;
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
        border-radius: 10px 10px 0 0;
    }

    .table-calc th {
        border-radius: 10px 10px 0 0;
        padding: 5px 10px;
        font-size: 14px;
    }

    .table-calc td {
        border-radius: 0 0 10px 10px;
        text-align: center;
    }

    .table-calc li {
        font-size: 80%;
    }

    .table-calc select {
        font-size: 16px;
        max-width: 90%;
        overflow: hidden;
        height: 32px;
        line-height: 32px;
        width: 90%;
    }

    .table-calc .label-block label {
        padding: 20px 10px;
        width: 100%;
        font-size: 11px;
    }

    .calc-month .num {
        font-size: 200%;
        font-family: 'Roboto', sans-serif;
    }

    .calc-bonus .num {
        font-family: 'Roboto', sans-serif;
    }
}

/* 　flow
******************************************/

#flow {
    background: #f6f6f6;
}

#flow h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

#flow h2 .en {
    margin-top: 0;
    color: #333;
}

.flow-single {
    display: block;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    color: #111;
}

.flow-single h2 {
    padding: 10px;
    font-size: 120%;
}

.flow-single .no {
    background: #343434;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 5px;
}

.flow-single i {
    font-size: 300%;
    text-align: center;
    display: block;
    padding: 10px;
    color: #f00;
}

.flow-single .text {
    padding: 15px;
    line-height: 1.6;
    font-size: 90%;
    color: #666;
    font-weight: normal;
}

@media screen and (max-width:640px) {
    #flow h2 {
        font-size: 24px;
    }

    #flow .col4>div, #flow .col4>li {
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }

    #flow .col4>div:nth-child(2n), #flow .col4>li:nth-child(2n) {
        margin-left: 0;
    }
}

/* 　car-loan-banner
******************************************/
#car-loan-banner {
    background-color: #f6f6f6;
    border-bottom: #d6d6d6 1px solid;
}

#car-loan-banner img {
    width: 400px;
}

.home #car-loan-banner {
    background-color: #fff;
    border: none;
}

@media screen and (max-width:640px) {
    #car-loan-banner img {
        width: 80%;
    }
}

/* 　company
******************************************/
.company-inner {
    text-align: center;
}

.table-company {
    margin: 10px auto 30px;
}

.table-company a {
    color: var(--bl);
}

.table-company a:hover, .table-company a:active {
    color: #666;
}

.table-company th {
    background: #eee;
}

.table-company td {
    text-align: left;
}

.table-company img {
    width: auto;
}

.table-company tr {
    box-shadow: none;
}

@media screen and (min-width:641px) {
    .table-company {
        width: 60%;
    }
}

@media screen and (max-width:640px) {
    .table-company th {
        border-bottom: solid 1px rgba(255, 255, 255, .5);
        padding: 5px;
        text-align: center;
    }

    .table-company td {
        padding: 5px;
        font-size: 80%;
    }
}

/* 　footer
******************************************/
#pagetop {
    position: fixed;
    left: 20px;
    bottom: -50px;
    color: #999;
    font-size: 150%;
    text-decoration: none;
    transition: all .5s linear 0s;
}

#pagetop.show {
    display: inline-block;
    bottom: 20px;
}

#entry-bnr {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    max-width: 400px;
}

#entry-bnr a {
    display: block;
}

#bnr-fix {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    max-width: 400px;
    transition: all .2s linear 0s;
}

#bnr-fix a {
    display: block;
}

.sub #bnr-fix {
    display: none !important;
}

#bnr-fix.h {
    bottom: -300px;
}

#bnr-fix {
    background: rgba(255, 255, 0, .6);
    text-align: center;
    padding: 10px;
}

#bnr-fix .btn-speed a {
    display: block;
}

#bnr-fix .btn-speed a img {
    transition: all .1s linear 0s;
}

#bnr-fix .btn-speed a:hover img {
    opacity: 1;
    transform: scale(1.01);
}

#bnr-fix .btn-col2 {
    clear: both;
    padding-top: 10px;
}

#bnr-fix .btn-col2>div {
    width: 50%;
    float: left;
    padding: 0 5px;
}

#bnr-fix .btn {
    border: solid 1px #0090ec;
    background: #fff;
    padding: 0;
}

#bnr-fix .desc {
    font-size: 11px;
    background: #0090ec;
    color: #fff;
    display: block;
    padding: 2px 10px;
}

#bnr-fix .inner {
    padding: 7px 10px;
    display: block;
}

#bnr-fix .btn:hover .desc, #bnr-fix .btn:active .desc, #bnr-fix .btn:focus .desc {
    background: #006cb1;
}

#bnr-fix .btn:hover .inner, #bnr-fix .btn:active .inner, #bnr-fix .btn:focus .inner {
    background: #0090ec;
    color: #fff;
}

@media screen and (max-width:640px) {
    /*#bnr-fix{max-width: 300px;}*/

    #bnr-fix {
        max-width: 100%;
        width: 100%;
        padding: 5px;
    }

    /*#bnr-fix .btn-speed,
#bnr-fix .btn-col2{width: 50%;float: left;}*/
    #bnr-fix .btn-speed a {
        padding: 0 5px;
    }

    #bnr-fix .btn-col2 {
        padding-top: 5px;
    }

    #bnr-fix .desc {
        font-size: 10px;
    }

    #bnr-fix .inner {
        padding: 3px 5px;
        font-size: 12px;
    }
}

.footer-link {
    background: #333;
    padding: 20px 0 0 0;
    position: relative;
}

.footer-link a {
    display: inline-block;
    padding-right: 10px;
    border-right: solid 1px #666;
    margin-right: 5px;
    font-weight: normal;
}

/*
.footer-link a:first-child {
    border-left: solid 1px #666;
    padding-left: 10px;
    margin-left: 5px;
}*/

.footer-link a:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.footer-lineup {
    background: #222;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.footer-lineup .section-inner {
    padding: 40px;
}

.footer-lineup h2 {
    color: #33b3ed;
    margin-bottom: 20px;
}

.footer-lineup dl {
    display: flex;
    gap: 20px;
    margin: 10px 0;
}

.footer-lineup dt.type {
    color: #33b3ed;
    width: 10em;
}

.footer-lineup dd {
    width: calc((100% - 9em - 20px));
}

.footer-lineup a {
    display: block;
    color: #fff;
}

.footer-lineup ul {
    margin-bottom: 5px;
}

.footer-lineup li {
    display: inline-block;
    margin-bottom: 3px;
}

.footer-lineup li a {
    border-right: solid 1px #666;
    padding-right: 8px;
    margin-right: 5px;
}

.footer-lineup li:last-child a {
    border-right: 0;
}

.footer-lineup li.type {
    color: #33b3ed;
    width: 9em;
    margin-right: 5px;
}

.footer-lineup-used h5 {
    color: #29c59d;
}

.footer-lineup-used li.type {
    color: #29c59d;
}

.footer-gnav {
    background: #000;
}

.footer-gnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}

.footer-gnav li {
    display: block;
}

.footer-gnav li a {
    display: block;
    border: none;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
}


.footer-sns {
    position: absolute;
    right: 20px;
    top: 20px;
}

.footer-sns a {
    background: #ccc;
    color: #111;
    border-radius: 30px;
    line-height: 1;
    font-size: 24px;
    padding: 3px 10px;
    display: block;
    text-align: center;
    transition: all .1s linear 0s;
}

.footer-sns a:hover {
    transform: scale(1.05);
    background: #fff;
}

.footer-sns i {
    margin: 0;
}

.footer-sns i.fa-twitter {
    position: relative;
    left: -5px;
}

footer {
    width: 100%;
    background: #111;
    color: #999;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 30px 40px 180px 40px;
}

@media screen and (max-width:640px) {
    footer {
        padding: 10px 40px 170px 40px;
    }

    footer small {
        font-size: 80%;
        display: block;
        margin-top: 10px;
    }

    .footer-sns {
        position: static;
        text-align: center;
        margin-top: 20px;
    }

    .footer-link {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .footer-link a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: solid 1px #666;
        border-bottom: solid 1px #666;
        width: 50%;
        margin-right: 0;
        padding: 10px 5px;
    }

    .footer-link a:nth-child(2n) {
        border-right: none;
        border-bottom: solid 1px #666 !important;
    }


    .footer-lineup .section-inner {
        padding: 10px;
    }

    .footer-lineup h2 {
        font-size: 18px;
        text-align: center;
    }

    .footer-lineup dl {
        flex-direction: column;
        display: flex;
        gap: 20px;
        margin: 10px 0;
    }

    .footer-lineup dt.type,
    .footer-lineup dd {
        width: 100%;
    }

    .footer-lineup ul {
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
    }

    .footer-lineup li.type {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 16px;
    }

    .footer-lineup li {
        width: calc((100% - 4px) / 3);
    }

    .footer-lineup li a {
        padding: 16px 10px;
        border-right: 0;
        margin-right: 0;
        border-radius: 5px;
        background: #111;
        font-size: 11px;
    }

    .footer-gnav ul {
        flex-direction: column;
        padding: 0;
    }

    .footer-gnav li {
        display: block;
    }

    .footer-gnav li a {
        border-bottom: #333 solid 1px;
        padding: 16px 10px;
        font-size: 13px;
    }
}

/* 　sub
******************************************/
.sub header {
    background: none;
    padding-bottom: 0;
}

.sub .main {
    padding: 40px;
}

.sub #entry-bnr {
    display: none !important;
}

@media screen and (max-width:640px) {
    .sub .main {
        padding: 20px;
    }
}

/* 　contact
******************************************/
#contact h2 {
    margin-bottom: 30px;
}

#contact h2 img {
    max-width: 600px;
}

#contact h2.alert-pause {
    margin-top: 40px;
    font-size: 36px;
    text-align: center;
    color: #E4007D;
}

.form-title .label {
    margin-left: 10px;
}

.contact-alert {
    color: #222;
    background: #f9f4f8;
}

.contact-alert strong {
    color: #e4007d;
    font-size: 110%;
    border-bottom: solid 1px #e4007d;
}

.contact-alert a {
    color: var(--bl);
}

.come-subject {
    margin-top: 5px;
}

.come-subject a {
    color: #E4007D;
    text-decoration: underline;
}

.come-subject a:hover, .come-subject a:active, .come-subject a:focus {
    color: #333;
}

@media screen and (max-width:640px) {
    .contact-alert {
        font-size: 85%;
        margin-top: 10px;
    }

    #calendar-alert {
        font-size: 12px;
    }

    .come-subject {
        font-size: 12px;
    }
}

.contact-date, .contact-time {
    width: 47.5%;
}

@media screen and (max-width:640px) {
    .contact-date, .contact-time {
        width: 80%;
    }

    .contact-date {
        margin-bottom: 10px;
    }
}

.contact-soon label {
    font-size: 90%;
    border: solid 1px #eee;
    padding: 5px 10px;
}

.contact-soon label:hover, .contact-soon label:active, .contact-soon label:focus {
    background: #eee;
    border-color: #ddd;
}

#contact-date1-toggle {
    cursor: pointer;
}

#contact-date1-toggle:hover, #contact-date1-toggle:active {
    background: #ddd;
    color: #222;
}

.loanbnr {
    margin-top: 20px;
    display: block;
    max-width: 582px;
}

@media screen and (max-width:640px) {
    .loanbnr {
        margin-top: 40px;
    }
}

.form-submit {
    padding: 0 0 30px 0;
}

.form-submit .submit-info {
    margin: 0 0 10px 0;
    padding: 0 10px;
    text-align: center;
}

.form-submit .submit-info a {
    text-decoration: underline;
    /*color:#1B9DDE;*/
    color: #E4007D;
}

.form-submit .submit-info a i {
    margin: 0 5px;
}

.form-submit .submit-info a:hover {
    color: #333;
}

.form-submit .submit-come {
    margin: 0 0 30px 0;
    padding: 0 10px;
    font-weight: 500;
}

@media screen and (max-width:640px) {
    .form-submit .submit-info, .form-submit .submit-come {
        text-align: left;
        font-size: 13px;
    }
}

/* 　thanks
******************************************/
.form-complete-img {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 40px;
}


/* 　policy
******************************************/
.policy {
    font-size: 90%;
}

.policy .desc {
    color: #999;
    font-weight: normal;
    font-size: 80%;
}

.policy-frame {
    height: 150px;
    overflow-y: scroll;
    text-align: left;
    border: solid 1px #ccc;
    padding: 30px;
    font-size: 80%;
    background: #fcfcfc;
    font-weight: normal;
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1);
    width: 80%;
    margin: auto;
    color: #444;
}

.policy-frame .num {
    display: inline;
    font-weight: bold;
}

.policy-frame dt {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 110%;
}

.policy-frame li dt {
    display: inline-block;
}

.policy-frame dd {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

.policy-frame li, .policy-frame p {
    margin-bottom: 8px;
}

.policy-frame th {
    background: #eee;
}

.policy-frame td {
    background: #f6f6f6;
}

.policy-check {
    font-size: 110%;
    margin-top: 20px;
}

.policy-check label {
    /*display: inline-block;border: solid 1px #ddd;background: #f6f6f6;*/
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 90%;
}

.policy-check label:hover {
    opacity: .8;
}

.policy-check .label {
    display: none;
}

.policy-check input {
    margin-right: 10px;
    display: inline-block;
    margin-top: -3px;
}

@media screen and (max-width:640px) {
    .policy .desc, .policy-check {
        font-size: 90%;
    }

    .policy-frame {
        height: 100px;
        font-size: 70%;
        padding: 15px;
        width: 100%;
    }

    .policy-check label {
        padding: 15px;
    }
}

body.policy .post-content ol {
    display: block;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

body.policy .post-content ol>li {
    list-style-type: none;
    margin-bottom: 10px;
}

body.policy .post-content dl {
    margin: 10px 0;
}

body.policy .post-content dt, body.policy .post-content dd {
    display: block;
    margin-bottom: 10px;
}

body.policy .post-content ul>li {
    margin: 5px 0 5px 20px;
    list-style-type: disc;
}

body.policy .post-content .come {
    font-size: 1em;
    font-weight: normal;
}

body.policy .post-content .profile {
    display: flex;
    margin-top: 0 !important;
}

body.policy .post-content .profile dt {
    margin: 0 5px 0 0;
}

body.policy .post-content .profile dd {
    margin: 0;
}

body.policy .post-content a {
    margin: 0 0 0 20px;
    color: #00a0e9;
}

body.policy .post-content a:hover {
    color: #666;
    text-decoration: underline;
}

body.policy .post-content a i {
    margin: 0 0 0 5px;
}

body.policy .post-content p a, body.policy .post-content .profile dd a {
    margin: 0;
}

body.policy .post-content .pmark-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0 0 0;
}

body.policy .post-content .pmark-wrap div:first-child {
    width: 100px;
}

body.policy .post-content .pmark-wrap div:first-child a {
    width: 100%;
    margin: 0 !important;
}

body.policy .post-content .pmark-wrap div:last-child {
    width: calc(100% - 100px - 20px);
}

@media screen and (max-width:640px) {
    body.policy .post-content {
        font-size: 90%;
    }

    body.policy .post-content h3 {
        font-size: 100%;
        padding: 10px;
    }

    body.policy .post-content h4 {
        font-size: 100%;
    }

    body.policy .post-content .profile {
        flex-wrap: wrap;
    }

    body.policy .post-content .profile dt, body.policy .post-content .profile dd {
        width: 100%;
    }
}

/* 　youtube
******************************************/

#youtube-content {
    text-align: center;
}

#youtube {
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
}

@media screen and (min-width:641px) {
    #company {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    #youtube-outer {
        position: absolute;
        top: 0;
        bottom: 0;
        min-width: 180%;
        right: -40%;
    }

    #youtube-content {
        padding-top: 40%;
        position: relative;
        height: 100%;
    }

    #youtube {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        display: block;
        z-index: 0;
        top: 0;
        left: 0;
    }

    #company .section-inner {
        position: relative;
        z-index: 2;
    }
}

/* 　wp post
******************************************/
#knowledge {
    /*background: #eee;box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.2);*/
    padding-top: 30px;
}

#knowledge h2 {
    margin-top: 0;
    margin-bottom: 30px;
    background: #33b3ed;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 20px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .2);
    font-size: 150%;
}

#knowledge h2 a {
    color: #fff;
    text-decoration: none;
}

#knowledge h2::before,
#knowledge h2::after {
    position: absolute;
    content: '';
    top: 100%;
    border: none;
    border-bottom: solid 15px transparent;
}

#knowledge h2::before {
    left: 0;
    border-right: solid 20px #0072a3;
}

#knowledge h2::after {
    right: 0;
    border-left: solid 20px #0072a3;
}

#knowledge .post-all {
    display: flex;
    flex-wrap: wrap;
}

#knowledge .post-single {
    width: calc(94% / 4);
    margin-right: 2%;
    margin-bottom: 20px;
    font-size: 90%;
}

#knowledge .post-single:nth-child(4n) {
    margin-right: 0;
}

#knowledge .post-title {
    text-align: left;
    color: #000;
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.4;
}

#knowledge .post-img {
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 282 / 112.8;
    object-fit: cover;
    object-position: center center;
}

#knowledge .post-img img {
    transition: all .1s linear 0s;
}

#knowledge a:hover .post-img img {
    transform: scale(1.03);
}

#knowledge .post-category {
    margin-bottom: 10px;
    display: inline-block;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .6);
    font-size: 90%;
    outline: none;
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
}

#knowledge .post-category:hover {
    background: rgba(10, 0, 0, .8);
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

#knowledge .post-excerpt {
    color: #666;
    font-weight: normal;
}

#knowledge .post-more {
    text-align: right;
}

#knowledge .post-more a {
    color: #f6618f;
}

@media screen and (max-width:800px) {
    #knowledge .post-single {
        width: 49%;
    }

    #knowledge .post-single:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:640px) {
    #knowledge h2 {
        font-size: 18px;
    }

    #knowledge .post-single {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    #knowledge .post-title {
        font-size: 14px;
        line-height: 1.3;
    }
}

.post-content h2 {
    margin-top: 40px;
    border-top: dashed 1px #666;
    padding-top: 40px;
    color: #007aaa;
    font-size: 180%;
    clear: both;
}

.post-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    background: #f6f6f6;
    padding: 20px;
    border-radius: 5px;
}

.post-content h3, .post-content h4, .post-content h5 {
    color: #777;
    clear: both;
}

/* 　maintenance
******************************************/

#maintenance {
    background: #fff000;
}

#maintenance .section-inner {
    position: relative;
    background: url(/src/img/maintenance/bg.png) no-repeat left bottom;
    background-size: 32%;
    /*image-rendering: -webkit-optimize-contrast;*/
}

#maintenance h3 {
    width: 43%;
    position: absolute;
    left: 0;
    top: 30px;
    border: solid 6px #000;
    border-radius: 10px;
    background: #fff;
}

#maintenance h3 img {
    position: relative;
    margin-top: -30px;
    left: -30px;
    margin-bottom: 20px;
}

#maintenance .inner {
    width: 77%;
    float: right;
}

.table-maintenance {
    border-collapse: separate;
    background-color: transparent;
    border-spacing: 10px 0;
    text-align: center;
}

.table-maintenance thead img {
    max-width: 240px;
}

.table-maintenance thead .cell-plan1, .table-maintenance thead .cell-plan2 {
    width: 35%;
    text-align: center;
    border-top: solid 6px #000;
    border-radius: 10px 10px 0 0;
}

.table-maintenance .cell-plan1, .table-maintenance .cell-plan2 {
    background: #fff;
    border-left: solid 6px #000;
    border-right: solid 6px #000;
}

.table-maintenance tbody tr:nth-child(2n-1) .cell-plan1, .table-maintenance tbody tr:nth-child(2n-1) .cell-plan2 {
    background: #eee;
}

.table-maintenance th, .table-maintenance td {
    vertical-align: middle;
}

.table-maintenance th {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}

.table-maintenance th.small {
    font-size: 14px;
}

.table-maintenance td i {
    font-size: 30px;
    margin-right: 0;
}

.table-maintenance td i.fa-times {
    color: #999;
}

.table-maintenance td .come {
    display: block;
}

.table-maintenance tbody tr:last-child .cell-plan1, .table-maintenance tbody tr:last-child .cell-plan2 {
    border-radius: 0 0 10px 10px;
    border-bottom: solid 6px #000;
}

@media screen and (max-width:1200px) {
    #maintenance h3 {
        left: 20px;
    }
}

@media screen and (max-width:900px) {
    #maintenance .section-inner {
        background-image: url(/src/img/maintenance/bg-sp.png);
        background-position: 0 0;
        background-size: 40%;
        padding: 20px 10px 10px;
    }

    #maintenance h3 {
        width: 72%;
        float: right;
        position: static;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    #maintenance h3 img {
        margin-top: -20px;
        left: -20px;
        margin-bottom: 5px;
    }

    #maintenance .inner {
        width: 100%;
        float: none;
    }

    #maintenance h3, .table-maintenance .cell-plan1, .table-maintenance .cell-plan2 {
        border-width: 4px !important;
    }

    .table-maintenance {
        border-spacing: 5px 0;
    }

    .table-maintenance thead .cell-plan1, .table-maintenance thead .cell-plan2 {
        width: 37%;
    }

    .table-maintenance thead th, .table-maintenance tbody td {
        padding: 5px;
    }

    .table-maintenance tbody th {
        font-size: 18px;
        line-height: 1.3;
    }

    .table-maintenance th.small {
        font-size: 14px;
    }

    .table-maintenance br.pc {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .table-maintenance .cell-title {
        padding: 0;
        font-size: 11px;
    }

    .table-maintenance .cell-title .sp {
        display: none;
    }

    .table-maintenance tbody th {
        font-size: 12px;
    }

    .table-maintenance th.small {
        font-size: 10px;
    }

    .table-maintenance td {
        line-height: 1.3;
    }

    .table-maintenance td i {
        font-size: 18px;
    }

    .table-maintenance td .come {
        font-size: 10px;
    }

    .table-maintenance thead .cell-plan1, .table-maintenance thead .cell-plan2 {
        width: 35%;
    }
}

/* 　かえせ〜る kaeseru
******************************************/
#modal-kaeseru .modal-body {
    padding: 0;
}

#kaeseru {
    background: #d8e7b2;
}

#kaeseru img {
    width: 100%;
    height: auto;
}

#kaeseru .main-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 30px 30px 30px;
}

#kaeseru .main-area h3 {
    width: 60%;
}

#kaeseru .main-area .main-illust {
    width: 40%;
}

#kaeseru .main-area .main-read {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0 0 0;
}

#kaeseru .main-area .main-read p {
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

#kaeseru .main-area .main-read .green-txt {
    color: #009b63;
}

#kaeseru .main-area .main-read .green-bg {
    background: #009b63;
    border-radius: 6px;
    margin: 0 5px;
    padding: 10px 15px;
    color: #f8d734;
}

#kaeseru .main-area .main-read .green-bg i {
    font-style: normal;
    color: #fff;
}

#kaeseru .about {
    background: #d6b4d3;
}

#kaeseru .about h4 {
    position: relative;
    background: #f8d734;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

#kaeseru .about h4:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f8d734 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

#kaeseru .about .blue-txt {
    color: #3983c9;
}

#kaeseru .about .red-txt {
    color: #d92247;
}

#kaeseru .about h5 {
    max-width: 475px;
    margin: 30px auto;
}

#kaeseru .about ul {
    display: flex;
    gap: 30px;
    margin: 0 40px;
}

#kaeseru .about ul li {
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: calc((100% - 60px) / 3);
    padding: 25px;
}

#kaeseru .about ul li:after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: -36px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    transform: rotate(-90deg);
}

#kaeseru .about ul li:last-child:after {
    content: none;
    border: none;
}

#kaeseru .about ul li dt {
    display: flex;
    align-items: center;
    gap: 10px;
}

#kaeseru .about ul li dt .mark {
    box-sizing: border-box;
    background: #f8d734;
    border-radius: 6px;
    width: 46px;
    height: 46px;
    text-align: center;
}

#kaeseru .about ul li dt .mark i {
    position: relative;
    display: block;
    font-style: normal;
    font-weight: bold;
    color: #3983c9;
}

#kaeseru .about ul li dt .mark b {
    position: absolute;
    display: block;
    width: calc(46px - 6px);
    font-size: 30px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    -webkit-text-stroke: 1px #FFF;
    -webkit-text-stroke-color: #3983c9;
}

#kaeseru .about ul li dt .blue-txt {
    width: calc(100% - 10px - 46px);
    font-size: 20px;
    line-height: 1.3em;
    text-align: left;
}

#kaeseru .about ul li dd.tit {
    margin: 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #d92247;
}

#kaeseru .about ul li:first-child dd.tit {
    width: 100px;
    margin: 10px auto;
}

#kaeseru .about ul li dd.read {
    font-weight: bold;
    text-align: left;
}

#kaeseru .about ul li dd.read sup {
    font-size: 13px;
}

#kaeseru .about .sup-detail {
    display: flex;
    margin: 30px 40px 0 40px;
    padding: 0 0 40px 0;
}

#kaeseru .about .sup-detail h6 {
    width: 3em;
}

#kaeseru .about .sup-detail ol {
    /*width: calc(100% - 3em);*/
}

#kaeseru .about .sup-detail ol li {
    width: 100%;
    list-style-type: none;
    text-align: left;
}

#kaeseru .about .sup-detail ol li::before {
    content: "●";
    color: #965b91;
}

#kaeseru .conditions {
    background: #fff;
}

#kaeseru .conditions h4 {
    background: #d92247;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
}

#kaeseru .conditions>div {
    display: flex;
    padding: 40px;
}

#kaeseru .conditions ul {
    width: 50%;
}

#kaeseru .conditions ul:first-child {
    padding: 0 20px 0 0;
}

#kaeseru .conditions ul:last-child {
    border-left: #d92247 dotted 4px;
    padding: 0 0 0 20px;
}

#kaeseru .conditions ul>li {
    border-bottom: #d92247 dotted 4px;
    width: 100%;
}

#kaeseru .conditions ul>li p {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

#kaeseru .conditions ul li:last-child {
    border-bottom: none;
}

#kaeseru .conditions ul>li>p i {
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    color: #f8d734;
    -webkit-text-stroke: 1px #FFF;
    -webkit-text-stroke-color: #d92247;
}

#kaeseru .conditions ul li span {
    padding: 0 0 0 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
}

#kaeseru .conditions ul li span b {
    color: #d92247;
}

#kaeseru .conditions ul li div {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

#kaeseru .conditions ul li div div {
    display: flex;
    width: 85px;
}

#kaeseru .conditions ul li div ol {
    margin: 0 0 0 20px;
    width: calc(100% - 85px);
}

#kaeseru .conditions ul li div ol li {
    font-weight: bold;
    list-style: none;
    text-align: left;
}

#kaeseru .conditions ul li div ol li::before {
    content: "";
    display: inline-block !important;
    border-radius: 100px;
    background: #d92247;
    width: 18px;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

#kaeseru .conditions ul li div ol li:nth-child(1)::before {
    content: "1";
}

#kaeseru .conditions ul li div ol li:nth-child(2)::before {
    content: "2";
}

#kaeseru .conditions ul li div ol li:nth-child(3)::before {
    content: "3";
}

@media screen and (max-width:1320px) {
    #kaeseru .main-area .main-read {
        flex-direction: column;
    }

    #kaeseru .main-area .main-read p:last-child {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width:1240px) {
    #kaeseru .about ul li dt {
        align-items: flex-start;
    }

    #kaeseru .about ul li dt .blue-txt br {
        display: none;
    }
}

@media screen and (max-width:970px) {
    #kaeseru .about h4 {
        font-size: 24px;
        line-height: 1.3em;
    }

    #kaeseru .about ul {
        gap: 30px;
        margin: 0 30px;
    }

    #kaeseru .about ul li {
        padding: 20px;
    }

    #kaeseru .conditions ul>li p {
        margin: 5px 0;
    }

    #kaeseru .conditions ul li span {
        font-size: 20px;
    }
}

@media screen and (max-width:860px) {
    #kaeseru .about ul {
        flex-wrap: wrap;
    }

    #kaeseru .about ul li {
        width: 100%;
    }

    #kaeseru .about ul li:after {
        content: "";
        position: absolute;
        bottom: -26px;
        right: calc(50% - 20px);
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        border-width: 20px 20px 0 20px;
        transform: rotate(0deg);
    }

    #kaeseru .conditions ul li div ol li {
        font-size: 14px;
    }

    #kaeseru .conditions ul li div ol li::before {
        width: 14px;
        margin: 0 5px 0 0;
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (max-width:768px) {
    #kaeseru .conditions>div {
        display: flex;
        padding: 40px;
        flex-direction: column;
    }

    #kaeseru .conditions ul {
        width: 100%;
    }

    #kaeseru .conditions ul:first-child {
        padding: 0;
    }

    #kaeseru .conditions ul:last-child {
        border-left: none;
        padding: 0;
    }

    #kaeseru .conditions ul:first-child li:last-child {
        border-bottom: #d92247 dotted 4px;
    }
}

@media screen and (max-width:640px) {
    #kaeseru .main-area {
        margin: 0 0 30px 0;
    }

    #kaeseru .main-area h3 {
        width: 100%;
        margin: 10px 20px;
    }

    #kaeseru .main-area .main-illust {
        width: 100%;
        margin: 0 60px;
    }

    #kaeseru .main-area .main-read {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px 0 0 0;
    }

    #kaeseru .main-area .main-read p {
        margin: 0;
        font-size: 16px;
        line-height: 1.3em;
        text-align: center;
    }

    #kaeseru .main-area .main-read .green-bg {
        margin: 0 5px;
        padding: 10px 10px;
    }

    #kaeseru .about h4 {
        padding: 10px;
        font-size: 16px;
    }

    #kaeseru .about h5 {
        margin: 20px auto;
        padding: 0 20px;
    }

    #kaeseru .about ul {
        gap: 30px;
        margin: 0 20px;
    }

    #kaeseru .about ul li dt {
        align-items: center;
    }

    #kaeseru .about ul li dt .mark {
        width: 46px;
        height: 46px;
    }

    #kaeseru .about ul li dt .mark i {
        color: #3983c9;
    }

    #kaeseru .about ul li dt .mark b {
        width: calc(46px - 6px);
        font-size: 30px;
    }

    #kaeseru .about ul li dt .blue-txt {
        width: calc(100% - 10px - 46px);
        font-size: 16px;
    }

    #kaeseru .about ul li dd.tit {
        margin: 10px 0;
        font-size: 20px;
    }

    #kaeseru .about ul li:first-child dd.tit {
        width: 100px;
        margin: 10px auto;
    }

    #kaeseru .about ul li dd.read {
        font-size: 13px;
    }

    #kaeseru .about ul li dd.read sup {
        font-size: 11px;
    }

    #kaeseru .about .sup-detail {
        flex-direction: column;
        margin: 20px 20px 0 20px;
        padding: 0 0 40px 0;
    }

    #kaeseru .about .sup-detail h6 {
        font-size: 13px;
    }

    #kaeseru .about .sup-detail ol li {
        width: 100%;
        padding: 0;
        list-style-type: none;
        font-size: 13px;
    }

    #kaeseru .conditions {
        background: #fff;
    }

    #kaeseru .conditions h4 {
        padding: 15px;
        font-size: 18px;
    }

    #kaeseru .conditions>div {
        padding: 20px;
    }

    #kaeseru .conditions ul>li>p i {
        font-size: 24px;
    }

    #kaeseru .conditions ul li span {
        padding: 0 0 0 10px;
        font-size: 18px;
    }
}

/* 　notice
******************************************/
header+.notice.hide {
    display: block !important;
}

.notice {
    background: #f6f6f6;
    text-align: center;
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .2);
}

.model .notice {
    padding-bottom: 80px;
}

/*.notice .section-inner{padding-top: 40px;}*/
.notice dt {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.notice dt i {
    color: #FF418C;
}

.notice dd {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.notice dd strong {
    font-size: 120%;
}

@media screen and (max-width:640px) {
    .notice {
        font-size: 70%;
    }

    .model .notice {
        padding-bottom: 15%;
    }

    .notice .section-inner {
        padding-top: 20px;
    }

    .notice dd {
        font-size: 11px;
    }

    .notice dd strong {
        font-size: 13px;
    }
}

/* 　modal
******************************************/

.modal-dialog {
    width: 90%;
}

.modal-dialog .modal-footer {
    text-align: center;
}

.modal-dialog .modal-footer .btn {
    padding: 10px 30px;
    font-size: 12px;
}

.modal-dialog .modal-header {
    padding: 10px;
    position: relative;
}

.modal-dialog .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media screen and (max-width:640px) {
    .modal-dialog {
        width: 95%;
        margin: 20px auto;
    }
}

/* 　zanka
******************************************/

.zanka-about {
    background: #0052A5;
    text-align: center;
    color: #fff;
}

.zanka-about .section-inner {
    max-width: 1000px;
}

.zanka-about h1 {
    width: 80%;
    margin: 0 auto 20px;
}

.zanka-about h1 img {
    max-width: 600px;
}

.zanka-about .about-img {
    max-width: 550px;
}

.zanka-about .text {
    color: #fff;
    text-align: left;
}

.zanka-about strong {
    color: #ff0;
}

.zanka-about .btn-zanka {
    background: #ff0;
    color: #0052A5;
    margin-top: 10px;
}

.zanka-about .btn-zanka:hover, .zanka-about .btn-zanka:active, .zanka-about .btn-zanka:focus {
    background: #f7ea00;
}

@media screen and (min-width:641px) {
    .zanka-about .left {
        width: 52%;
    }

    .zanka-about .right {
        width: 48%;
    }
}

@media screen and (max-width:640px) {
    .zanka-about {
        padding: 0;
        text-align: center;
    }

    .zanka-about .section-inner {
        padding: 20px 10px;
    }

    .zanka-about .about-img {
        max-width: 60%;
        margin-left: 10%;
    }

    .zanka-about .text {
        font-size: 11px;
    }

    .zanka-about h1 {
        background-size: 200%;
        padding: 0;
    }

    .zanka-about h1 img {
        max-width: 70%;
    }
}

/* 　stock-list
******************************************/
.stock-list {
    background: var(--pi) url(/service/stock/src/img/mainimg-bg.jpg) no-repeat center;
    background-size: cover;
}

.stock-list.onbnr {
    background: #8c0000 url(/service/stock/src/img/mainimg-bg-nocar.jpg) no-repeat 0 0;
    background-size: 100%;
}

.stock-list .section-inner {
    padding: 0 0 60px;
}

.stock-list h1 {
    text-align: center;
    margin: 0;
}

.stock-list h1 img {
    max-width: 600px;
}

.stock-list .bnr-area {
    width: 100%;
    margin: 0 0 40px 0;
}

.stock-list .list-footer {
    text-align: center;
    margin-top: 40px;
}

.stock-list .list-footer .btn {
    position: relative;
    border-radius: 100px;
    padding: 20px 60px;
    font-size: 18px;
    line-height: 1em;
}

.stock-list .list-footer .btn i {
    position: absolute;
    right: 10px;
    top: calc((53px / 2) - 4px);
    margin: 0;
    font-size: 13px;
    line-height: 13px;
}


.stock-list .stock-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.stock-list .single {
    display: flex;
    width: 32%;
    margin-right: 2%;
}

.stock-list .single:last-child {
    margin-right: 0;
}

.stock-list .single a {
    display: block;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 10px;
    /*box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);*/
    transition: all .2s linear 0s;
    color: #222;
}

.stock-list .single .thumb {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.stock-list .single .thumb img {
    /*transition: all .2s linear 0s;*/
    /*border-radius: 10px;*/
}

.stock-list .single .thumb .belt {
    position: absolute;
    top: 10%;
    right: -40%;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #000;
    transform: rotate(45deg);
    text-align: center;
    /*box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);*/
    background: rgba(249, 252, 0, 1);
    z-index: 10;
    font-size: 14px;
    line-height: 1;
}

.stock-list .single a:hover {
    text-decoration: none;
}

.stock-list .single a:hover .thumb img {
    /*transform: scale(1.03);*/
    opacity: 1;
}

.stock-list .single .model {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
}

.stock-list .single .model span {
    font-size: 13px;
    line-height: 1;
    color: #777;
}

.stock-list .single .model i {
    margin: 0 0 0 5px;
    font-size: 16px;
    font-style: normal;
}

.stock-list .single a:hover {
    text-decoration: none;
    transform: scale(1.03);
}

.stock-list .single .price {
    display: block;
    margin: 5px 0;
    text-align: center;
}

.stock-list .single .price .month {
    display: inline-block;
    margin-right: 0;
    font-size: 12px;
    vertical-align: text-top;
}

.stock-list .single .price .num {
    font-size: 36px;
    color: var(--pi);
}

.stock-list .single .table-detail {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    width: auto;
    max-width: 100%;
    width: 100%;
}

.stock-list .single .table-detail th, .stock-list .single .table-detail td {
    padding: 5px;
    vertical-align: middle;
    line-height: 1.2;
}

.stock-list .single .table-detail tr {
    border-bottom: #fff solid 2px;
}

.stock-list .single .table-detail th {
    background: #eee;
    width: 20%;
}

.stock-list .single .table-detail td {
    width: 30%;
    text-align: left;
}

.stock-list .single .btn {
    border-radius: 30px;
    color: #fff !important;
}

.stock-list .single .btn i {
    vertical-align: middle;
    color: #ff0;
    font-size: 10px;
}

.stock-list.col-single .stock-all {
    max-width: 960px;
}

.stock-list.col-single .single {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 0;
}

.stock-list.col-single .single:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.stock-list.col-single .single a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.stock-list.col-single .thumb {
    width: 30%;
    margin-right: 3%;
}

.stock-list.col-single .data {
    width: 67%;
}

.stock-list.col-single .single .model, .stock-list.col-single .single .price {
    text-align: left;
}

.stock-list.col-single .single .table-detail th, .stock-list.col-single .single .table-detail td {
    padding: 10px;
}

/*共通*/
.soldout .thumb img, .soldout .skide img {
    filter: brightness(0.5);
}

.soldout .thumb .belt, .soldout .slide .belt {
    background: rgba(220, 0, 0, .9) !important;
    color: #fff !important;
}

@media screen and (max-width:1200px) {
    .stock-list .section-inner {
        margin: 0 20px;
        padding: 0 0 60px;
    }
}

@media screen and (max-width:900px) {
    .stock-list .single {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .stock-list .single a {
        display: flex;
        flex-wrap: wrap;
    }

    .stock-list .thumb {
        width: 30%;
        margin-right: 3%;
    }

    .stock-list .data {
        width: 67%;
    }

    .stock-list .single .thumb .belt {
        font-size: 10px;
        top: 7%;
        right: -35%;
    }
}

@media screen and (max-width:500px) {
    .stock-list .section-inner {
        margin: 0 10px;
        padding: 0 0 30px;
    }

    .stock-list .bnr-area {
        margin: 0 0 20px 0;
    }

    .stock-list .thumb, .stock-list .data {
        width: 100%;
        margin-right: 0;
    }

    .stock-list .single .thumb .belt {
        font-size: 14px;
        top: 10%;
        right: -40%;
    }

    .stock-list .single .model {
        font-size: 16px;
    }

    .stock-list.col-single .single .table-detail th, .stock-list.col-single .single .table-detail td {
        font-size: 11px;
    }

    .stock-list.col-single .thumb, .stock-list.col-single .data {
        width: 100%;
        margin-right: 0;
    }

    .stock-list.col-single .single .model, .stock-list.col-single .single .price {
        text-align: center;
    }

    .stock-list.col-single .single a {
        align-items: start;
    }

    .stock-list.col-single .single .table-detail th, .stock-list.col-single .single .table-detail td {
        padding: 5px;
    }

    .stock-list .list-footer {
        margin-top: 20px;
    }

    .stock-list .list-footer .btn {
        padding: 20px 60px;
        font-size: 16px;
    }

    .stock-list .list-footer .btn i {
        right: 10px;
        top: calc((56px / 2) - 6px);
        font-size: 12px;
        line-height: 12px;
    }
}

/* 　bnr-sidefix
******************************************/

#bnr-sidefix {
    position: fixed;
    left: 0;
    bottom: 100px;
    z-index: 20;
}

#bnr-sidefix a {
    display: block;
}

#bnr-sidefix img {
    max-width: 150px;
    transition: all .1s linear 0s;
    opacity: 1 !important;
}

#bnr-sidefix a:hover img {
    transform: scale(1.02);
}

#close-sidefix {
    cursor: pointer;
    position: absolute;
    bottom: -30px;
    left: 5px;
}

#close-sidefix i {
    font-size: 30px;
}

#close-sidefix:hover i {
    color: var(--bl);
}

@media screen and (max-width:640px) {
    #bnr-sidefix {
        top: 40%;
        bottom: auto;
    }

    #bnr-sidefix img {
        max-width: 100px;
    }
}

.datepicker-days {
    display: block !important;
}

#a8sales img {
    width: 0;
    height: 0;
}

/*///////////////////////////////////////////////////////////////////////////////

リースナブルが選ばれる6つの理由

Add : 2023.10.24

///////////////////////////////////////////////////////////////////////////////*/

/* 　override
******************************************/
body.reason .breadcrumb {
    margin-bottom: 0 !important;
}

/* 　共通
******************************************/
br.pc {
    display: block;
}

br.pctb {
    display: block;
}

br.tb {
    display: none;
}

br.sp {
    display: none;
}

@media all and (max-width: 1000px) {
    br.pc {
        display: none;
    }

    br.pctb {
        display: block;
    }

    br.tb {
        display: block;
    }

    br.sp {
        display: none;
    }
}

@media all and (max-width: 750px) {
    br.pc {
        display: none;
    }

    br.pctb {
        display: none;
    }

    br.tb {
        display: none;
    }

    br.sp {
        display: block;
    }
}

.reason-wrapper section {
    background: #fff;
    width: 100%;
    padding: 90px 0 60px;
}

.reason-wrapper section:nth-child(odd) {
    background: #e7f6ff;
}

.reason-wrapper .sec-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 40px;
}

.reason-wrapper section .sec-inner>div {
    max-width: 540px;
    width: 56%;
    order: 1;
}

.reason-wrapper section:nth-child(even) .sec-inner>div {
    order: 0;
}

.reason-wrapper section .sec-inner>div h2 {
    margin: 0 0 30px 0;
}

.reason-wrapper section .sec-inner>div p {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 30px;
}

.reason-wrapper section .sec-inner>picture {
    max-width: 400px;
    width: 40%;
    padding: 0;
    order: 0;
}

.reason-wrapper section:nth-child(even) .sec-inner>picture {
    padding: 0 20px 0 0;
    order: 1;
}

.reason-wrapper aside {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 0;
}

.reason-wrapper b {
    background: linear-gradient(transparent 60%, #fbef39 0%);
}

@media all and (max-width: 750px) {
    .reason-wrapper section {
        padding: 40px 0 30px;
    }

    .reason-wrapper section .sec-inner>div p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media all and (max-width: 640px) {
    .reason-wrapper .sec-inner {
        margin: 0 auto;
        flex-wrap: wrap;
        gap: inherit;
    }

    .reason-wrapper section .sec-inner>div {
        max-width: inherit;
        width: 100%;
        order: 0;
    }

    .reason-wrapper section .sec-inner>div h2 {
        margin: 0 0 20px 0;
    }

    .reason-wrapper section .sec-inner>picture {
        max-width: 400px;
        width: 70%;
        margin: 0 auto;
        padding: 0;
        order: 1;
    }

    .reason-wrapper section .sec-inner>div p {
        margin: 0 0 10px 0;
        font-size: 14px;
        line-height: 24px;
    }
}

@media all and (max-width: 470px) {
    .reason-wrapper section {
        padding: 40px 0 30px;
    }

    .reason-wrapper .sec-inner {
        padding: 0 10px;
    }

    .reason-wrapper section .sec-inner>picture {
        width: 80%;
    }

    .reason-wrapper aside {
        padding: 20px 10px 0;
    }
}

/* 　main
******************************************/
main {
    position: relative;
    background: #397acf url(/src/img/reason/v6/main_bg_pc.png) 50% 0 no-repeat;
    background-size: 1920px;
    width: 100%;
    overflow: hidden;
}

main h1 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 63px 20px 68px;
}

main h1 img {
    max-width: 601px;
}

main div {
    position: absolute;
    width: 474px;
    top: 20px;
    right: calc((100% - 1000px)/2 - 73px);
}

@media all and (max-width: 1000px) {
    main {
        background: #397acf url(/src/img/reason/v6/main_bg_pc.png) 50% 50% no-repeat;
        background-size: cover;
        width: 100%;
    }

    main h1 {
        width: 100%;
        margin: 0 auto;
        padding: calc(100vw *0.063) 20px calc(100vw *0.068);
    }

    main h1 img {
        width: 60.1vw;
    }

    main div {
        width: calc(100vw * 0.474);
        top: calc(100vw * 0.02);
        right: calc(100vw * -0.073);
    }
}

@media all and (max-width: 640px) {
    main h1 {
        padding: calc(100vw *0.063) 10px calc(100vw *0.068);
    }
}

@media all and (max-width: 470px) {
    main h1 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    main h1 img {
        width: 100%;
    }

    main div {
        display: none;
    }
}

/* 　section：理由1
******************************************/
.reason-wrapper .sec1 {
    padding: 60px 0 90px;
}

.reason-wrapper .sec1 .sec-inner {
    align-items: center;
}

.reason-wrapper .sec1 .sec-inner>div h2 {
    position: relative;
    max-width: 610px;
    margin: 0 0 30px 0;
    z-index: 0;
}

.reason-wrapper .sec1 .sec-inner>div h2::before {
    position: absolute;
    content: "";
    background: url(/src/img/reason/v6/sec1_tit_num_pc.png) 0 100% no-repeat;
    background-size: 100%;
    width: 74px;
    height: 183px;
    bottom: 0;
    left: -20px;
    z-index: -1;
}

.reason-wrapper .sec1 aside {
    display: flex;
    flex-wrap: wrap;
}

.reason-wrapper .sec1 aside .illust {
    background: #fff;
    margin: 0;
    order: 1;
}

.reason-wrapper .sec1 aside .illust img {
    padding: 32px 60px 0 60px;
}

.reason-wrapper .sec1 aside h3 {
    background: #fff;
    padding: 20px 0 0 0;
    order: 2;
}

.reason-wrapper .sec1 aside div {
    background: #ef018d;
    padding: 15px 30px 30px;
    display: flex;
    gap: 30px;
    order: 3;
}

.reason-wrapper .sec1 aside p {
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    order: 4;
}

.reason-wrapper .sec1 aside p b {
    background: #fff;
    padding: 5px;
    color: #ef018d;
}

@media all and (max-width: 1000px) {
    .reason-wrapper .sec1 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.074);
    }

    .reason-wrapper .sec1 aside p {
        width: 100%;
        margin: 30px 0 0 0;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }
}

@media all and (max-width: 750px) {
    .reason-wrapper .sec1 {
        padding: 60px 0 60px;
    }

    .reason-wrapper .sec1 .sec-inner {
        align-items: flex-start;
    }

    .reason-wrapper .sec1 aside .illust img {
        padding: 20px 60px 0 60px;
    }

    .reason-wrapper .sec1 aside p {
        text-align: left;
    }
}

@media all and (max-width: 640px) {
    .reason-wrapper .sec1 .sec-inner>div h2 {
        width: calc(100vw * 0.47);
        margin: 0 0 20px 0;
    }

    .reason-wrapper .sec1 aside div {
        padding: 15px 15px 15px;
        display: flex;
        gap: 10px;
    }

    .reason-wrapper .sec1 aside .illust img {
        padding: 20px 20px 0 20px;
    }

    .reason-wrapper .sec1 aside p {
        margin: 20px 0 0 0;
        font-size: 14px;
        line-height: 24px;
    }
}

@media all and (max-width: 470px) {
    .reason-wrapper .sec1 {
        padding: 30px 0 30px;
    }

    .reason-wrapper .sec1 aside div {
        padding: 15px 15px 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .reason-wrapper .sec1 .sec-inner>div h2 {
        width: 85.492958%;
        margin: 0 0 20px 0;
    }

    .reason-wrapper .sec1 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.13);
        left: -10px;
    }
}

/* 　section：理由2
******************************************/
.reason-wrapper .sec2 h2 {
    position: relative;
    max-width: 539px;
    z-index: 0;
}

.reason-wrapper .sec2 .sec-inner>div h2::before {
    position: absolute;
    content: "";
    background: url(/src/img/reason/v6/sec2_tit_num_pc.png) 0 100% no-repeat;
    background-size: 100%;
    width: 115px;
    height: 185px;
    bottom: 0;
    left: -20px;
    z-index: -1;
}

@media all and (max-width: 1000px) {
    .reason-wrapper .sec2 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.115);
    }
}

@media all and (max-width: 640px) {
    .reason-wrapper .sec2 .sec-inner>div h2 {
        width: calc(100vw * 0.539);
    }

    .reason-wrapper .sec2 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.13);
    }
}

@media all and (max-width: 470px) {
    .reason-wrapper .sec2 .sec-inner>div h2 {
        width: 100%;
    }

    .reason-wrapper .sec2 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.21);
        left: -10px;
    }
}

/* 　section：理由3
******************************************/
.reason-wrapper .sec3 h2 {
    position: relative;
    max-width: 460px;
    z-index: 0;
}

.reason-wrapper .sec3 .sec-inner>div h2::before {
    position: absolute;
    content: "";
    background: url(/src/img/reason/v6/sec3_tit_num_pc.png) 0 100% no-repeat;
    background-size: 100%;
    width: 108px;
    height: 188px;
    bottom: 0;
    left: -20px;
    z-index: -1;
}

@media all and (max-width: 1000px) {
    .reason-wrapper .sec3 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.108);
    }
}

@media all and (max-width: 640px) {
    .reason-wrapper .sec3 .sec-inner>div h2 {
        width: calc(100vw * 0.46);
    }
}

@media all and (max-width: 470px) {
    .reason-wrapper .sec3 .sec-inner>div h2 {
        width: 83.661972%;
    }

    .reason-wrapper .sec3 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.185);
        left: -10px;
    }
}

/* 　section：理由4
******************************************/
.reason-wrapper .sec4 h2 {
    position: relative;
    max-width: 519px;
    z-index: 0;
}

.reason-wrapper .sec4 .sec-inner>div h2::before {
    position: absolute;
    content: "";
    background: url(/src/img/reason/v6/sec4_tit_num_pc.png) 0 100% no-repeat;
    background-size: 100%;
    width: 134px;
    height: 180px;
    bottom: 94px;
    left: -20px;
    z-index: -1;
}

.reason-wrapper .sec4 aside h3 {
    background: #397acf;
    padding: 20px;
    text-align: center;
}

.reason-wrapper .sec4 aside h3 img {
    max-width: 679px;
}

.reason-wrapper .sec4 aside p {
    background: #e7f6ff;
    padding: 25px 18px 0 18px;
}

@media all and (max-width: 1000px) {
    .reason-wrapper .sec4 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.134);
        bottom: calc(100vw * 0.09);
    }
}

@media all and (max-width: 640px) {
    .reason-wrapper .sec4 .sec-inner>div h2 {
        width: calc(100vw * 0.519);
    }
}

@media all and (max-width: 470px) {
    .reason-wrapper .sec4 .sec-inner>div h2 {
        width: 98.169014%;
    }

    .reason-wrapper .sec4 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.248);
        bottom: calc(100vw * 0.162);
        left: -10px;
    }

    .reason-wrapper .sec4 aside p {
        padding: 20px 10px 0 10px;
    }
}

/* 　section：理由5
******************************************/
.reason-wrapper .sec5 h2 {
    position: relative;
    max-width: 538px;
    z-index: 0;
}

.reason-wrapper .sec5 .sec-inner>div h2::before {
    position: absolute;
    content: "";
    background: url(/src/img/reason/v6/sec5_tit_num_pc.png) 0 100% no-repeat;
    background-size: 100%;
    width: 108px;
    height: 184px;
    bottom: 0;
    left: -20px;
    z-index: -1;
}

@media all and (max-width: 1000px) {
    .reason-wrapper .sec5 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.108);
    }
}

@media all and (max-width: 640px) {
    .reason-wrapper .sec5 .sec-inner>div h2 {
        width: calc(100vw * 0.538);
    }
}

@media all and (max-width: 470px) {
    .reason-wrapper .sec5 .sec-inner>div h2 {
        width: 93.7333333%;
    }

    .reason-wrapper .sec5 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.185);
        left: -10px;
    }
}

/* 　section：理由6
******************************************/
.reason-wrapper .sec6 h2 {
    position: relative;
    max-width: 534px;
    z-index: 0;
}

.reason-wrapper .sec6 .sec-inner>div h2::before {
    position: absolute;
    content: "";
    background: url(/src/img/reason/v6/sec6_tit_num_pc.png) 0 100% no-repeat;
    background-size: 100%;
    width: 130px;
    height: 191px;
    bottom: 0;
    left: -20px;
    z-index: -1;
}

.reason-wrapper .sec6 aside {
    position: relative;
}

.reason-wrapper .sec6 aside::after {
    position: absolute;
    content: "";
    background: url(/src/img/reason/v6/sec6_aside_img1.png) 0 0 no-repeat;
    background-size: 176px;
    width: 176px;
    height: 326px;
    top: 80px;
    left: 40px;
}

.reason-wrapper .sec6 aside div {
    background: #e7f6ff;
}

.reason-wrapper .sec6 aside h3 {
    background: #397acf;
    padding: 20px;
    text-align: center;
}

.reason-wrapper .sec6 aside h3 img {
    max-width: 391px;
}

.reason-wrapper .sec6 aside ul {
    padding: 30px 20px 0 220px;
}

.reason-wrapper .sec6 aside li {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    margin: 10px 20px 30px 90px;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
}

.reason-wrapper .sec6 aside li::before {
    position: absolute;
    content: "";
    width: 74px;
    height: 74px;
    top: -15px;
    left: -90px;
}

.reason-wrapper .sec6 aside li:nth-child(1)::before {
    background: url(/src/img/reason/v6/sec6_aside_img2.png) 0 0 no-repeat;
    background-size: 100%;
}

.reason-wrapper .sec6 aside li:nth-child(2)::before {
    background: url(/src/img/reason/v6/sec6_aside_img3.png) 0 0 no-repeat;
    background-size: 100%;
}

.reason-wrapper .sec6 aside li::after {
    position: absolute;
    content: "";
    background: url(/src/img/reason/v6/balloon.png) 0 0 no-repeat;
    background-size: 100%;
    width: 24px;
    height: 13px;
    top: 4px;
    left: -13px;
}

.reason-wrapper .sec6 aside p {
    padding: 0 30px 30px 220px;
    font-size: 18px;
}

@media all and (max-width: 1000px) {
    .reason-wrapper .sec6 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.13);
    }
}

@media all and (max-width: 750px) {
    .reason-wrapper .sec6 aside::after {
        background-size: 150px;
        width: 176px;
        height: 326px;
        top: 140px;
        left: 40px;
    }

    .reason-wrapper .sec6 aside li {
        border-radius: 30px;
        font-size: 16px;
        line-height: 20px;
    }

    .reason-wrapper .sec6 aside p {
        padding: 0 30px 30px 220px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media all and (max-width: 640px) {
    .reason-wrapper .sec6 aside {
        padding: 0 10px 20px 10px;
    }

    .reason-wrapper .sec6 aside::after {
        display: none;
    }

    .reason-wrapper .sec6 .sec-inner>div h2 {
        width: calc(100vw * 0.534);
    }

    .reason-wrapper .sec6 aside h3 {
        background: none;
        width: 100%;
        padding: 0;
    }

    .reason-wrapper .sec6 aside h3 img {
        max-width: inherit;
    }

    .reason-wrapper .sec6 aside ul {
        padding: 20px 10px 0 20px;
    }

    .reason-wrapper .sec6 aside li {
        border-radius: 20px;
        margin: 10px 10px 30px 90px;
        font-size: 13px;
        line-height: 20px;
    }

    .reason-wrapper .sec6 aside p {
        padding: 0 20px 20px 20px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media all and (max-width: 470px) {
    .reason-wrapper .sec6 .sec-inner>div h2 {
        width: 99.71831%;
    }

    .reason-wrapper .sec6 .sec-inner>div h2::before {
        background-size: calc(100vw * 0.232);
        left: -10px;
    }

    .reason-wrapper .sec6 aside ul {
        padding: 20px 10px 0 10px;
    }

    .reason-wrapper .sec6 aside li {
        border-radius: 10px;
        margin: 10px 10px 20px 90px;
        font-size: 13px;
        line-height: 20px;
    }

    .reason-wrapper .sec6 aside p {
        padding: 0 15px 15px 15px;
    }
}