@charset "UTF-8";

/* ===================================================
    Common
=================================================== */
html { font-size: 62.5%; }
* {
    box-sizing: border-box;
}
body{
    background-color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 400;
    color: #333;
}
a {
    color: #226aab;
    text-decoration: underline;
}
a:hover { text-decoration: none; }
a img { transition: opacity .2s ease-in-out; }
a:hover img { opacity: 0.7; }
img{
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: top;   
}
div, p, img, h1, h2, h3, h4, h5, h6, ul {
    margin: auto;
}
main {
    display: block;
    overflow: hidden;
    background: #FFF;
    color: #434343;
}
.block-sp { display: none; }
.block-pc { display: block; }
.notes {
    font-size: 14px;
    line-height: 1.6;
}
.text-orange {
    color: #ed680c;
}
.text-bold {
    font-weight: bold;
}
.text-underline{
    background: linear-gradient(transparent 60%, #fff99c 60%);
    font-weight: bold;
}
.text-center{
    text-align: center;
}

/* margin */
/* top */
.mt-15 { margin-top: -15px; }
.mt-10 { margin-top: -10px; }
.mt-5 { margin-top: -5px; }
.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }

/* bottom */
.mb-15 { margin-bottom: -15px; }
.mb-10 { margin-bottom: -10px; }
.mb-5 { margin-bottom: -5px; }
.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }

/* left */
.ml-15 { margin-left: -15px; }
.ml-10 { margin-left: -10px; }
.ml-5 { margin-left: -5px; }
.ml0 { margin-left: 0; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml55 { margin-left: 55px; }
.ml60 { margin-left: 60px; }

/* right */
.mr-15 { margin-right: -15px; }
.mr-10 { margin-right: -10px; }
.mr-5 { margin-right: -5px; }
.mr0 { margin-right: 0; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr55 { margin-right: 55px; }
.mr60 { margin-right: 60px; }

/* all */
.m0 { margin: 0; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.m25 { margin: 25px; }
.m30 { margin: 30px; }
.m35 { margin: 35px; }
.m40 { margin: 40px; }
.m45 { margin: 45px; }
.m50 { margin: 50px; }
.m55 { margin: 55px; }
.m60 { margin: 60px; }

/* padding */
/* top */
.pt0 { padding-top: 0; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }

/* bottom */
.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }

/* left */
.pl0 { padding-left: 0; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }

/* right */
.pr0 { padding-right: 0; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr70 { padding-right: 70px; }

/* all */
.p0 { padding: 0; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.p30 { padding: 30px; }

/* width */
.w5p{width: 5%;}
.w10p{width: 10%;}
.w15p{width: 15%;}
.w20p{width: 20%;}
.w25p{width: 25%;}
.w30p{width: 30%;}
.w35p{width: 35%;}
.w40p{width: 40%;}
.w45p{width: 45%;}
.w50p{width: 50%;}
.w55p{width: 55%;}
.w60p{width: 60%;}
.w65p{width: 65%;}
.w70p{width: 70%;}
.w75p{width: 75%;}
.w80p{width: 80%;}
.w85p{width: 85%;}
.w90p{width: 90%;}
.w95p{width: 95%;}
.w100p{width: 100%;}

@media screen and (max-width:640px){
    body {
        font-size: calc((30/750)*100vw);
        line-height: 1.7;
    }
    a:hover img { opacity: 1; }
    .block-sp { display: block; }
    .block-pc { display: none; }
    .accContent{ padding: 0 calc((10/750)*100vw); }
    .notes {
        font-size: calc((24/750)*100vw);
        line-height: 1.6;
    }
    .container{
        padding: 0 calc((30/750)*100vw);
    }
}

@media screen and (min-width:641px){
    .container{
        max-width: 1000px;
        margin: 0 auto;
    }
}

/* ===================================================
    header
=================================================== */
header { background: #FFF; }
.headerInner {
    padding: 30px 10px;
    max-width: 1000px;
    text-align: center;
}
@media screen and (max-width:640px){
    .headerInner{ padding: calc((32/750)*100vw) calc((40/750)*100vw); }
    .headerInner img {
        width: calc((500/750)*100vw);
    }
}
@media screen and (min-width:641px){
    .logo{
        width: 400px;
    }
}
/* ===================================================
    記事LP
=================================================== */
.title-top{
    border-bottom: 5px solid #ed680c;
    border-right: 5px solid #ed680c;
    background: #fff9e8;
    line-height: 1.4;
    font-weight: bold;
}
.title-section{
    background: #f6f6f6;
    border-left: 5px solid #ed680c;
    line-height: 1.4;
    font-weight: bold;
}
.title-category {
    border-bottom: 2px solid #ed680c;
}
.txt{
    margin-bottom: 15px;
}
.box-wrap{
    background: #f6f6f6;
    border: dashed 2px #ccc;
}
.box-wrap-gray {
    background: #f6f6f6;
}
.list-style li{
    position: relative;
    padding-left: 15px;
}
.list-style li:not(:last-child){
    margin-bottom: 6px;
}
.list-style li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #ed680c;
    border-radius: 50%;
}
.table-style{
    width: 100%;
}
.table-style th,
.table-style td {
    border: 1px solid #ccc;
    line-height: 1.4;
}
.table-style th {
    background: #f6f6f6;
    vertical-align: middle;
    text-align: left;
}
.table-style thead th {
    background: #ddd;
}
.table-style td {
    vertical-align: top;
}
.table-note {
    font-weight: normal;
}
.section-img{
    display: block;
    text-align: center;
}
.section-bnr {
    display: block;
    text-align: center;
}
.box-ttl{
    display: inline-block;
    background: #ed680c;
    color: #fff;
    font-weight: bold;
}
.list-check-style li {
    position: relative;
}
.list-check-style li::before{
    content: '';
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    z-index: 2;
    border-left: 2px solid #ed680c;
    border-bottom: 2px solid #ed680c;
}
.list-check-style li::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ed680c;
}
/* 目次 */
.toc_container{
	background-color:#fff9e8;
    padding: 10px;
    border-radius: 3px;
    margin-top: 30px;
}
.toc_container.mb30{
    margin-bottom: 30px;
}
.toc_container .toc_title{
    font-size: 20px;
    font-weight: bold;
	text-align:center;
    padding-bottom: 8px;
    border-bottom: 1px solid #ed680c;
    margin-bottom: 0;
}
.toc{
    counter-reset: hl_count;
    margin: 0 auto;
    padding: 16px;
    font-size: 16px;
}
.toc ol{
	counter-reset: hl_count;
	list-style: none;
}
.toc li {
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    margin-top: 8px;
    padding-left: 16px;
    text-indent: -27px;
    counter-increment: hl_count;
}
.toc li ol{
	margin: 0 0 16px 27px;
}
.toc li ol li{
	font-size: 14px;
	font-weight: normal;
	padding-left: 1em;
	text-indent: -3em;
}
.toc li ol li ol li{
	padding-left: 1em;
	text-indent: -4em;
}
.toc li ol li ol{
	margin-left: 3em;
}
.toc li:before{
    font-size: 14px;
	color: #fff;
	background-color: #fa7921;
    margin-right: 8px;
    padding: 2px 8px;
    text-align: center;
    border-radius: 5px;
    font-family: 'Arial', 'sans-serif';
    content: counters(hl_count, "-");
}
.toc li a,
.toc li ol li a{
    color:#21262b;
}
.toc ol ol,
.toc li ol li{
	margin-top: 8px;
}

@media screen and (max-width:640px){
    .section-wrap{
        margin: 40px 0;
    }
    .title-top{
        font-size: calc((48/750)*100vw);
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    .title-section{
        font-size: calc((40/750)*100vw);
        line-height: 1.4;
        font-weight: bold;
        padding: 15px;
        margin-bottom: 15px;
    }
    .title-category {
        font-size: calc((36/750)*100vw);
        line-height: 1.4;
        font-weight: bold;
        padding: 10px 5px;
        margin-bottom: 15px;
    }
    .box-wrap,
    .box-wrap-gray{
        padding: 20px 15px;
        margin-top: 30px;
    }
    .table-style th,
    .table-style td {
        padding: 15px 10px;
        font-size: calc((28/750)*100vw);
    }
    .table-note {
        font-size: calc((24/750)*100vw);
    }
    .box-ttl{
        margin: 0 0 15px -15px;
        padding: 5px 15px;
    }
    .list-check-style li {
        padding-left: 35px;
    }
    .list-check-style li:not(:last-child){
        margin-bottom: 15px;
    }
    .list-check-style li::before{
        top: calc(50% - 5px);
        left: 7px;
        width: 10px;
        height: 4px;
    }
    .list-check-style li::after {
        top: calc(50% - 14px);
        left: 0;
        width: 22px;
        height: 22px;
    }
    .list-style li::before{
        top: 8px;
    }
    .section-img{
        margin: 30px 0;
    }
    .section-img-caption{
        margin: 15px 0 30px;
    }
    .section-bnr {
        margin: 30px 0;
    }
}
@media screen and (min-width:641px){
    .section-wrap{
        margin: 60px 0;
    }
    .title-top{
        font-size: 30px;
        padding: 20px 30px;
        margin-bottom: 40px;
    }
    .title-section{
        font-size: 24px;
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    .title-category {
        font-size: 20px;
        padding: 10px 10px;
        margin-bottom: 20px;
    }
    .box-wrap,
    .box-wrap-gray {
        padding: 20px 30px;
        margin-top: 30px;
    }
    .title-section + table {
        margin-top: 40px;
    }
    .table-style th,
    .table-style td {
        padding: 20px 15px;
        font-size: 16px;
    }
    .table-note {
        font-size: 12px;
    }
    .box-ttl{
        margin: 0 0 15px -30px;
        padding: 2px 30px;
    }
    .list-check-style li {
        padding-left: 30px;
    }
    .list-check-style li:not(:last-child){
        margin-bottom: 15px;
    }
    .list-check-style li::before{
        top: calc(50% - 5px);
        left: 0;
        width: 12px;
        height: 5px;
    }
    .list-check-style li::after {
        top: calc(50% - 15px);
        left: -8px;
        width: 26px;
        height: 26px;
    }
    .section-img{
        margin: 30px 0;
    }
    .section-img-caption{
        margin: 15px 0 40px;
    }
    .section-bnr {
        margin: 30px 0 50px;
    }
}
/* ===================================================
    診断LP
=================================================== */
@media screen and (max-width:640px) {
    .mv-label-pc {
        display: none;
    }

    .question__wrapper {
        max-width: calc(100% - 38px);
        margin: 30px 0 30px 15px;
        border-radius: 8px;
    }

    .main-ttl {
        font-size: calc((44/750)*100vw);
        text-align: center;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .question__progress_box {
        position: relative;
        z-index: 0;
        padding: 20px 20px 15px;
        margin: 0 0 20px;
        text-align: center;
    }

    .question__progress {
        width: 250px;
        height: 8px;
        background: #ddd;
        position: relative;
        z-index: 0;
        border-radius: 6.5px;
        overflow: hidden;
    }

    .question__progress_inr {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 20%;
        transition: width 1s ease;
        background: #9575ab;
        border-radius: 6.5px;
    }

    .question__progress_inr._40 {
        width: 40%;
    }

    .question__progress_inr._60 {
        width: 60%;
    }

    .question__progress_inr._80 {
        width: 80%;
    }

    .question__progress_inr._100 {
        width: 100%;
    }

    .question__progress_txt_box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-bottom: 10px;
    }

    .question__progress_txt_ttl {
        font-size: calc((28/750)*100vw);
        font-weight: bold;
        color: #333;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .question__progress_txt_num {
        font-size: calc((28/750)*100vw);
        color: #9575ab;
    }

    .question__content {
        background: #fff;
        position: relative;
        z-index: -1;
        opacity: 0;
        height: 0;
        transition: .3s opacity ease;
    }

    .question__content.is-active {
        padding: 0 0 30px;
        opacity: 1;
        z-index: 0;
        height: auto;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }

    .question__content.is-active._form {
        box-shadow: 0px 0 0 #0000001A;
        margin-right: -8px;
    }

    .question__ttl {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 12px;
        margin: 0 15px 20px;
    }

    .question__ttl_ico {
        aspect-ratio: 1 / 1;
        width: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc((28/750)*100vw);
        font-weight: bold;
        color: #fff;
        background: #9575ab;
        margin: 0;
    }

    .question__ttl_num {
        font-family: Arial, Helvetica, sans-serif;
        font-size: calc((32/750)*100vw);
    }

    .question__ttl_ico_num {
        font-family: Arial, Helvetica, sans-serif;
    }

    .question__ttl_txt {
        font-size: calc((36/750)*100vw);
        line-height: 1.5;
        font-weight: bold;
        flex: 1;
    }

    .question__ttl_txt_subtxt {
        display: block;
        font-size: calc((30/750)*100vw);
        font-weight: normal;
        line-height: 1.4;
    }

    .question__btn-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        margin: 0 15px;
    }

    .radio-field,
    .check-field {
        display: none;
    }

    .question__btn {
        display: block;
        text-align: center;
        background: #fff;
        padding: 15px 10px;
        border-radius: 6px;
        border: 1px solid #7e7e7e;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
        font-size: calc((32/750)*100vw);
        line-height: 1.5;
        font-weight: bold;
        cursor: pointer;
        color: #333;
    }

    .question__btn:hover {
        opacity: 0.8;
        box-shadow: none;
    }

    .question__btn_subtxt {
        display: block;
        font-size: calc((28/750)*100vw);
        font-weight: normal;
        line-height: 1.6;
    }

    .question__btn--check {
        text-align: left;
        position: relative;
        padding-left: 44px;
    }

    .question__btn--check::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #7e7e7e;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .check-field:checked+.question__btn--check {
        background: #f8f5fa;
    }

    .check-field:checked+.question__btn--check::after {
        content: "";
        display: block;
        width: 10px;
        height: 4px;
        border-left: 2px solid #9575ab;
        border-bottom: 2px solid #9575ab;
        transform: rotate(-45deg);
        position: absolute;
        left: 17px;
        top: 50%;
        margin-top: -4px;
    }

    .question__btn--check:hover {
        opacity: 0.8;
        box-shadow: none;
    }

    .question__textbox {
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 10px;
        font-size: calc((32/750)*100vw);
        border: solid 1px #ccc;
        line-height: 1.4;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }

    .question__prevnext {
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: space-between;
        margin: 0 50px;
        padding-top: 25px;
    }

    .question__prev {
        display: block;
        color: #333;
        background: #ddd;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
        border: none;
        padding: 8px 20px;
        border-radius: 24px;
        cursor: pointer;
        position: relative;
        width: 100%;
        font-size: calc((28/750)*100vw);
        text-align: center;
    }

    .question__prev::before {
        content: "";
        display: block;
        width: 16px;
        height: 12px;
        background: url(/lp_2509/assets/img/icon-onemore.svg) no-repeat center center / contain;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .question__next {
        display: block;
        color: #fff;
        background: #ef7d21;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
        border: none;
        font-size: calc((32/750)*100vw);
        font-weight: bold;
        padding: 12px 30px 12px 20px;
        border-radius: 24px;
        cursor: pointer;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .question__next::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        right: 15px;
        top: calc(50% - 4px);
        transform: rotate(45deg);
    }

    .question__prev:hover,
    .question__next:hover {
        opacity: 0.8;
    }

    .form-group__wrap {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }

    .form-group__txtbox {
        font-size: calc((24/750)*100vw);
        border: 2px solid #ccc;
        background: #f8f8f8;
        padding: 15px;
        margin: 0 0 30px;
        overflow: hidden;
    }

    .form-group__row+.form-group__row {
        margin-top: 30px;
    }

    .form-group__label {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: calc((36/750)*100vw);
        font-weight: bold;
    }

    .form-group__label:before {
        content: "必須";
        font-size: calc((28/750)*100vw);
        line-height: 1;
        font-weight: bold;
        color: #fff;
        background: #9575ab;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-control {
        height: 48px;
        border-radius: 5px;
        padding: 0 18px;
        background: #f8f8f8;
        border: 1px solid #aaa;
        font-size: calc((36/750)*100vw);
        max-width: 620px;
        width: 100%;
        display: block;
    }

    .form-group__body {
        margin-top: 15px;
    }

    .form-group__body._flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .form-group__btn {
        display: block;
        width: 338px;
        height: 56px;
        margin: 30px auto 0;
        border-radius: 60px;
        background-color: #FB8A21;
        border: none;
        color: #fff;
        text-align: center;
        font-size: calc((40/750)*100vw);
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: normal;
        cursor: pointer;
    }

    .form-group__accept_checkbox {
        font-size: calc((30/750)*100vw);
        line-height: 1.4;
        font-weight: bold;
        padding: 20px;
        border: 2px solid #9575ab;
        background: #f8f5fa;
        margin: 30px 0 0;
    }

    .form-group__accept_checkbox a {
        color: #517EB4;
    }

    .form-group__accept_checkbox_txt {
        padding-left: 26px;
        position: relative;
        z-index: 0;
        display: block;
    }

    .form-group__accept_checkbox_txt:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background-color: #c0c0c0;
    }

    .form-group__accept_checkbox_txt:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 6px;
        width: 8px;
        height: 4px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
        z-index: 1;
    }

    .form-group__accept_checkbox input[type=checkbox]:checked+.form-group__accept_checkbox_txt::before {
        background: #9575ab;
    }

    .result-complete {
        padding: 30px 15px;
        border: 2px solid #ccc;
        background: #f8f8f8;
        margin: 30px 20px 0;
    }

    .result-complete__ttl {
        font-size: 20px;
        line-height: calc(24 / 18);
        font-weight: bold;
        text-align: center;
        margin: 0 0 15px;
    }

    .result-complete__txt {
        font-size: 15px;
        text-align: center;
    }

    .result-complete__txt .em {
        color: #897199;
        font-weight: bold;
    }

    .result-complete__tel_wrap {
        margin: 40px 0 30px;
        position: relative;
        z-index: 0;
        background: #fff;
        box-shadow: 0 0 10px #0000001A;
        border-radius: 10px;
        padding: 38px 20px 20px;
    }

    .result-complete__tel_ttl {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 270px;
        height: 31px;
        border-radius: 19px;
        background: #897199;
        position: absolute;
        left: 50%;
        top: -15px;
        transform: translateX(-50%);
        z-index: 1;
    }

    .result-complete__tel_item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .result-complete__tel_item:not(:first-of-type) {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #EAEAEA;
        position: relative;
        z-index: 0;
    }

    .result-complete__tel_item:first-of-type:before {
        content: "";
        width: 1px;
        height: 58px;
        background: #eaeaea;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .result-complete__tel {
        display: flex;
        align-items: center;
        gap: 11px;
        font-size: 30px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
    }

    .result-complete__tel:before {
        content: "";
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .result-complete__tel._free:before {
        width: 31px;
        height: 27px;
        background-image: url(/lp_2509/assets/img/icon_freedial.svg);
    }

    .result-complete__tel._tel:before {
        width: 25px;
        height: 25px;
        background-image: url(/lp_2509/assets/img/icon_tel.svg);
    }
    .result-complete__telbtn{
        background: #ef7d21;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        text-decoration: none;
        text-align: center;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
        margin-top: 10px;
    }
    .result-complete__telbtn_main{
        font-size: 24px;
        font-weight: bold;
        position: relative;
        padding-left: 40px;
    }
    .result-complete__telbtn_main::before{
        content: "";
        display: inline-block;
        width: 30px;
        height: 25px;
        background: url(/lp_2509/assets/img/icon-tell_sp.svg) no-repeat center center / contain;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .result-complete__tel_time{
        display: block;
        font-size: 13px;
    }
}

@media screen and (min-width:641px) {
    .mv {
        padding: 45px 10px 0;
        background: url(/lp_2509/assets/img/bg-shidankv-leftPC.webp) no-repeat left top, url(/lp_2509/assets/img/bg-shidankv-rightPC.webp) no-repeat right bottom #f8f5fa;
        text-align: center;
    }

    .mv-label-pc {
        display: block;
        background: #897199;
        padding: 25px 0;
        text-align: center;
    }

    .question__wrapper {
        max-width: 800px;
        margin: 60px auto;
        padding: 0 30px;
        border-radius: 15px;
    }

    .main-ttl {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }

    .question__progress_box {
        border-radius: 15px 15px 0 0;
        position: relative;
        z-index: 0;
        padding: 30px 10px;
        margin: 0 0 10px;
    }

    .question__progress {
        width: 455px;
        height: 10px;
        background: #ddd;
        position: relative;
        z-index: 0;
        overflow: hidden;
        border-radius: 12.5px;
    }

    .question__progress_inr {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 20%;
        transition: width 1s ease;
        background: #9575ab;
        border-radius: 12.5px;
    }

    .question__progress_inr._40 {
        width: 40%;
    }

    .question__progress_inr._60 {
        width: 60%;
    }

    .question__progress_inr._80 {
        width: 80%;
    }

    .question__progress_inr._100 {
        width: 100%;
    }

    .question__progress_txt_box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

    .question__progress_txt_ttl {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .question__progress_txt_num {
        font-size: 16px;
        color: #9575ab;
    }

    .question__content {
        background: #fff;
        position: relative;
        z-index: -1;
        opacity: 0;
        height: 0;
        transition: .3s opacity ease;
        overflow: hidden;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
    }

    .question__content._form {
        height: 0;
    }

    .question__content.is-active {
        opacity: 1;
        z-index: 0;
        height: auto;
        display: block;
    }

    .question__content.is-active._form {
        box-shadow: none;
        border-radius: 0;
    }

    .question__ttl {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 15px;
        margin: 0 50px 30px;
    }

    .question__ttl_ico {
        aspect-ratio: 1 / 1;
        width: 56px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: #9575ab;
        margin: 0;
    }

    .question__ttl_num {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
    }

    .question__ttl_txt {
        font-size: 22px;
        line-height: 1.6;
        font-weight: bold;
        color: #333;
        margin: 0;
    }

    .question__ttl_txt_subtxt {
        font-size: 16px;
        font-weight: normal;
    }

    .question__btn-box {
        display: flex;
        gap: 20px 15px;
        justify-content: center;
        margin: 0 50px;
        padding-bottom: 40px;
    }

    .question__btn-box label {
        flex: 1;
    }

    .question__btn-box--long {
        flex-direction: column;
    }

    .radio-field,
    .check-field {
        display: none;
    }

    .question__btn {
        display: block;
        text-align: center;
        background: #fff;
        border-radius: 6px;
        border: 1px solid #7e7e7e;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        color: #333;
        line-height: 1.4;
        padding: 15px 10px;
    }

    .question__btn:hover {
        opacity: 0.8;
        box-shadow: none;
    }

    .question__btn_subtxt {
        font-size: 16px;
        font-weight: normal;
    }

    .question__btn--check {
        text-align: left;
        position: relative;
        padding-left: 54px;
    }

    .question__btn--check::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #7e7e7e;
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .check-field:checked+.question__btn--check {
        background: #f8f5fa;
    }

    .check-field:checked+.question__btn--check::after {
        content: "";
        display: block;
        width: 12px;
        height: 5px;
        border-left: 2px solid #9575ab;
        border-bottom: 2px solid #9575ab;
        transform: rotate(-45deg);
        position: absolute;
        left: 21px;
        top: 22px;
    }

    .question__btn--check:hover {
        opacity: 0.8;
        box-shadow: none;
    }

    .question__textbox_subtxt {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .question__textbox--wrap {
        background: #fff;
        border-radius: 6px;
        border: 1px solid #7e7e7e;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
        font-size: 18px;
        padding: 10px 15px 15px;
        width: 100%;
    }

    .question__textbox {
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 15px;
        font-size: 16px;
        line-height: 1.4;
        border: solid 1px #ccc;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }

    .question__prevnext {
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
        justify-content: space-between;
        margin: 0 50px;
        padding-bottom: 40px;
    }

    .question__prev {
        display: block;
        color: #333;
        background: #ddd;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
        border: none;
        padding: 10px 30px 10px 50px;
        border-radius: 28px;
        cursor: pointer;
        position: relative;
        margin-right: auto;
    }

    .question__prev::before {
        content: "";
        display: block;
        width: 20px;
        height: 14px;
        background: url(/lp_2509/assets/img/icon-onemore.svg) no-repeat center center / contain;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .question__next {
        display: block;
        color: #fff;
        background: #ef7d21;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
        border: none;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 40px 10px 30px;
        border-radius: 28px;
        cursor: pointer;
        position: relative;
    }

    .question__next::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        right: 20px;
        top: calc(50% - 5px);
        transform: rotate(45deg);
    }

    .question__prev:hover,
    .question__next:hover {
        opacity: 0.8;
    }

    .form-group__wrap {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }

    .form-group__txtbox {
        font-size: 16px;
        border: 2px solid #ccc;
        background: #f8f8f8;
        text-align: center;
        padding: 30px 15px;
        margin: 0 0 40px;
    }

    .form-group__row+.form-group__row {
        margin-top: 30px;
    }

    .form-group__label {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .form-group__label:before {
        content: "必須";
        font-size: 15px;
        line-height: 1;
        font-weight: bold;
        color: #fff;
        background: #9575ab;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-group__body._flex {
        display: flex;
        gap: 10px;
    }

    .form-control {
        height: 48px;
        border-radius: 5px;
        padding: 0 18px;
        background: #f8f8f8;
        border: 1px solid #aaa;
        font-size: 18px;
        max-width: 620px;
        width: 100%;
        display: block;
    }

    .form-group__btn {
        display: block;
        width: 338px;
        height: 56px;
        margin: 40px auto 0;
        border-radius: 60px;
        background-color: #ef7d21;
        border: none;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: normal;
        cursor: pointer;
    }

    .form-group__accept_checkbox {
        font-size: 15px;
        line-height: 1.5;
        font-weight: bold;
        padding: 20px;
        border: 1px solid #9575ab;
        background: #f8f5fa;
        margin: 30px 0 0;
    }

    .form-group__accept_checkbox a {
        color: #517EB4;
    }

    .form-group__accept_checkbox_txt {
        padding-left: 26px;
        position: relative;
        z-index: 0;
        display: block;
        cursor: pointer;
    }

    .form-group__accept_checkbox_txt:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background-color: #c0c0c0;
    }

    .form-group__accept_checkbox_txt:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 6px;
        width: 8px;
        height: 4px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
        z-index: 1;
    }

    .form-group__accept_checkbox input[type=checkbox]:checked+.form-group__accept_checkbox_txt::before {
        background: #9575ab;
    }
}

/* 診断結果 */
@media screen and (max-width:640px) {
    .result-main-ttl {
        background: #897199;
        color: #fff;
        font-size: calc((40/750)*100vw);
        font-weight: bold;
        text-align: center;
        padding: 15px 0;
        margin: 0 0 30px;
        line-height: 1.4;
    }

    .result-wrapper {
        padding: 20px 15px;
        margin: 0 20px;
        background: #fff1e6;
    }

    .result-wrapper-purple {
        background: #f8f5fa;
    }

    .result-head__ttl {
        font-size: calc((42/750)*100vw);
        font-weight: bold;
        margin-bottom: 15px;
        text-align: center;
        color: #ef7d21;
        line-height: 1.4;
    }

    .result-head__ttl-purple {
        color: #897199;
    }

    .result-head__txt {
        padding: 15px;
        background: #fff;
    }

    .btn-onemore {
        display: block;
        width: 90%;
        margin: 30px auto 20px;
        font-size: calc((32/750)*100vw);
        color: #333;
        background: #ddd;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
        border: none;
        padding: 15px 10px;
        border-radius: 30px;
        cursor: pointer;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

    .btn-onemore::before {
        content: "";
        display: block;
        width: calc((32/750)*100vw);
        height: calc((24/750)*100vw);
        background: url(/lp_2509/assets/img/icon-onemore.svg) no-repeat center center / contain;
        position: absolute;
        left: calc((40/750)*100vw);
        top: 50%;
        transform: translateY(-50%);
    }

    .btn-onemore:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width:641px) {
    .result-main-ttl {
        background: #897199;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding: 20px 0;
        margin: 0 0 60px;
    }

    .result-wrapper {
        padding: 40px 50px 50px;
        max-width: 800px;
        margin: 0 auto;
        background: #fff1e6;
    }

    .result-wrapper-purple {
        background: #f8f5fa;
    }

    .result-head__ttl {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        color: #ef7d21;
        line-height: 1.4;
    }

    .result-head__ttl-purple {
        color: #897199;
    }

    .result-head__txt {
        padding: 20px 30px;
        background: #fff;
    }

    .btn-onemore {
        display: block;
        width: 300px;
        margin: 40px auto 10px;
        font-size: 18px;
        color: #333;
        background: #ddd;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
        border: none;
        padding: 12px 15px;
        border-radius: 28px;
        cursor: pointer;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

    .btn-onemore::before {
        content: "";
        display: block;
        width: 22px;
        height: 16px;
        background: url(/lp_2509/assets/img/icon-onemore.svg) no-repeat center center / contain;
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .btn-onemore:hover {
        opacity: 0.8;
    }
    
    .result-complete {
        padding: 40px;
        border: 2px solid #ccc;
        background: #f8f8f8;
        margin: 40px auto 0;
        max-width: 800px;
    }

    .result-complete__inr {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
    }
    .result-complete__ttl {
        font-size: 26px;
        line-height: calc(40 / 26);
        font-weight: bold;
        text-align: center;
        margin: 0 0 10px;
    }
    .result-complete__txt {
        font-size: 18px;
        line-height: calc(30 / 18);
        text-align: center;
    }
    .result-complete__txt .em {
        color: #897199;
        font-weight: bold;
    }
    .result-complete__tel_wrap {
        margin: 40px 0 30px;
        position: relative;
        z-index: 0;
        background: #fff;
        box-shadow: 0 0 10px #0000001A;
        border-radius: 20px;
        padding: 0 0 25px;
    }
    .result-complete__tel_ttl {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 385px;
        height: 37px;
        border-radius: 19px;
        background: #897199;
        position: absolute;
        left: 50%;
        top: -18px;
        transform: translateX(-50%);
        z-index: 1;
    }
    .result-complete__tel_box {
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 30px;
        padding-top: 40px;
    }
    .result-complete__tel_item {
        display: flex;
        align-items: center;
        margin: 0;
    }
    .result-complete__tel_item:first-of-type {
        padding-right: 30px;
        position: relative;
        z-index: 0;
    }
    .result-complete__tel_item:first-of-type:before {
        content: "";
        width: 1px;
        height: 58px;
        background: #eaeaea;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .result-complete__tel {
        display: flex;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
        gap: 11px;
        font-size: 30px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
    }
    .result-complete__tel:before {
        content: "";
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .result-complete__tel._free:before {
        width: 31px;
        height: 27px;
        background-image: url(/lp_2509/assets/img/icon_freedial.svg);
    }
    .result-complete__tel._tel:before {
        width: 25px;
        height: 25px;
        background-image: url(/lp_2509/assets/img/icon_tel.svg);
    }
    .result-complete__telbtn-wrap{
        text-align: center;
        line-height: 1.3;
    }
    .result-complete__telbtn-wrap .result-complete__tel_item{
        justify-content: center;
        margin: 10px 0 0;
        padding: 0;
    }
    .result-complete__telbtn-wrap .result-complete__tel_item:first-of-type:before{
        display: none;
    }
    .result-complete__tel_time{
        font-size: 14px;
    }
    .toc_container{
        padding: 30px;
        width: 75%;
        margin: 40px auto 0;
    }
    .toc {
        padding: 20px 30px 0;
    }
    .toc_container .toc_title {
        font-size: 24px;
    }
    .toc li {
        font-size: 16px;
    }
    .toc li:before {
        font-size: 16px;
    }
    .toc li ol li{
        font-size: 16px;
    }
}

/* ===================================================
    Validator CSS
=================================================== */
.js-vali-err {
    color: #b21f31;
    font-weight: 700;
    margin-top: 1em;
}

.js-vali-err .js-vali-err-elm{
    display: block;
    position: relative;
    background-color: #f7e8ea;
    padding: .6em 1em .5em;
    font-size: 14px;
}

.js-vali-err .js-vali-err-elm::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .8em .8em .8em;
    border-color: transparent transparent #f7e8ea transparent;
    position: absolute;
    top: -.7em;
    left: 2em;
}



/* ===================================================
    footer
=================================================== */
footer {
    background: #333;
    color: #fff;
}
.footer_menu{
    display: flex;
    gap: 10px;
    justify-content: center;
    list-style: none;
    margin-bottom: 5px;
}
.footer_menu a{
    color: #fff;
}
.copyright{
    text-align: center;
}
@media screen and (max-width:640px){
    footer {
        font-size: calc((24/750)*100vw);
        margin-top: 40px;
        padding: 15px 0;
    }
}
@media screen and (min-width:641px){
    footer {
        font-size: 12px;
        margin-top: 60px;
        padding: 30px 0;
    }
}