/* ---------------------------------

診断結果ページ 

-----------------------------------*/
.simulator-answer {
    padding-bottom: 172px;
}

.simulator-answer .answer {
    max-width: 1120px;
    width: 95%;
    margin: 0 auto 32px;
    background-color: #FFF;
    padding: 40px 0;
}

.simulator-answer .answer .answer__contents {
    margin: 0 58px;
}

.simulator-answer .answer_top {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-bottom: 20px;
}

.simulator-answer .answer_top .answer_head {
    color: #0F516D;
    font-weight: bold;
}

.simulator-answer .answer_top .answer_head h2 {
    font-weight: bold;
    font-size: 32px;
    color: #0F516D;
}

.simulator-answer .answer_top .answer_text {
    background-color: #F4F5F5;
    max-width: 560px;
    width: 95%;
    padding: 20px 0;
    margin-top: 32px;
}

.simulator-answer .answer_top .answer_text p {
    margin: 0 18px;
    font-weight: 500;
}

.simulator-answer .answer_top .answer_image {
    max-width: 413px;
    width: 100%;
}

.simulator-answer .answer_top .answer_image img {
    width: 100%;
    height: auto;
}

.simulator-answer .answer_top .answer_image.pc-hide {
    display: none;
}


.simulator-answer .answer .answer__contents .answer_bottom {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    align-items: flex-start;
}

.simulator-answer .answer .answer_bottom .shop-list_btn {
    max-width: 400px;
    width: 95%;
}

.simulator-answer .answer .answer_bottom .shop-list_btn a {
    display: block;
    background-color: #297842;
    border: 1px solid #297842;
    border-radius: 50px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0;
    text-align: center;
    transition: all 0.2s;
}

.simulator-answer .answer .answer_bottom .shop-list_btn a:hover {
    background-color: #FFF;
    color: #297842;
}

.simulator-answer .answer .answer_bottom .sns-btns {
    display: flex;
    align-items: center;
    gap: 0 22px;
    padding: 0;
}

.simulator-answer .answer .answer_bottom .sns-btns::before {
    content: "SHARE";
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    color: #000000;
}

.simulator-answer .answer .answer_bottom .sns-btns li {
    width: 32px;
    height: 32px;
}

.simulator-answer .answer .answer_bottom .sns-btns li a {
    display: block;
}

.simulator-answer .answer .answer_bottom .sns-btns li a img {
    width: 100%;
    height: auto;
}


.simulator-answer .retry_btn {
    width: fit-content;
    color: #0F516D;
    text-decoration: underline;
    display: block;
    margin: 40px auto 0;
    position: relative;
    font-weight: bold;
    font-size: 20px;
}

.simulator-answer .retry_btn::before {
    display: inline-block;
    content: "";
    width: 34px;
    height: 34px;
    background-color: #0F516D;
    position: relative;
    border-radius: 50%;
    margin-right: 20px;
    top: 5px;
}

.simulator-answer .retry_btn::after {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: calc(tan(25deg) * 60px / 2);
    width: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    bottom: 28%;
    left: 6%;
}

@media (max-width:768px) {
    .simulator-answer .answer_top .answer_head h2 {
        font-size: 24px;
        color: #0F516D;
    }

    .simulator-answer .answer_top .answer_text {
        margin-top: 16px;
        padding: 10px 0;
    }

    .simulator-answer .answer_top .answer_text p {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .simulator-answer {
        padding-bottom: 80px;
    }

    .simulator-answer .simulator__head {
        margin: 0;
    }    

    .simulator-answer .answer {
        padding: 36px 0 24px;
        width: 100%;
    }

    .simulator-answer .answer .answer__contents {
        margin: 0 10px;
    }
    
    .simulator-answer .answer_top {
        flex-direction: column;
    }

    .simulator-answer .answer_top .answer_head {
        text-align: center;
    }

    .simulator-answer .answer_top .answer_head span {
        font-size: 14px;
    }

    .simulator-answer .answer_top .answer_head h2 {
        font-size: 24px;
        color: #0F516D;
    }

    .simulator-answer .answer_top .answer_image.pc-hide {
        display: block;
    }

    .simulator-answer .answer_top .answer_image.sp-hide {
        display: none;
    }

    .simulator-answer .answer_top .answer_text {
        margin-top: 14px;
        width: 100%;
    }

    .simulator-answer .answer_top .answer_text p {
        font-size: 14px;
    }

    .simulator-answer .answer .answer_bottom .shop-list_btn {
        max-width: 297px;
        margin: 0 auto;
    }

    .simulator-answer .answer .answer_bottom .shop-list_btn a {
        font-size: 16px;
        padding: 16px 0;
    }

    .simulator-answer .answer .answer__contents .answer_bottom {
        flex-direction: column;
        gap: 20px 0;
    }

    .simulator-answer .answer .answer_bottom .sns-btns {
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
    }

    .simulator-answer .answer .answer_bottom .sns-btns li {
        width: 24px;
        height: 24px;
    }

    .simulator-answer .retry_btn {
        font-size: 16px;
        margin: 24px auto 0;
    }

    .simulator-answer .retry_btn::before {
        width: 22px;
        height: 22px;
        margin-right: 13px;
    }

    .simulator-answer .retry_btn::after {
        height: calc(tan(18deg) * 60px / 2);
        width: 8px;
        bottom: 22%;
        left: 5%;
    }
}

/* ---------------------------------
result-01ページ専用: 全国の教室はこちら！セクション
-----------------------------------*/
.simulator-result-head--result01 {
    background-color: #297842;
    padding: 3% 0% 3% 0%;
    color: #fff;
}

.simulator-result-head--result01 .simulator-result-head__container {
    /* コンテナのスタイル */
    color: #fff;
}

.simulator-result-head--result01 .simulator-result-head__content {
    /* コンテンツのスタイル */
    color: #fff;
}

.shop-list__head--result01 {
    /* ヘッダー部分のスタイル */
    text-align: center;
    color: #fff;
}

.shop-list__head--result01 .shop-list__head-text {
    /* テキスト部分のスタイル */
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/* PC表示: 外側のspanにスラッシュ */
.shop-list__head--result01 .shop-list__head-text::after {
    content: "／";
    display: inline;
}

.shop-list__head--result01 .shop-list__head-text::before {
    content: "＼";
    margin-right: 3px;
    display: inline;
}

/* PC表示: 内側のspanのスラッシュは非表示 */
.shop-list__head--result01 .shop-list__head-text-inner {
    display: inline;
}

.shop-list__head--result01 .shop-list__head-text-inner::after,
.shop-list__head--result01 .shop-list__head-text-inner::before {
    content: none;
    display: none;
}

.shop-list__head--result01 .shop-list__head-title {
    /* タイトル（h2）のスタイル - PC用 */
    font-weight: bold;
    font-size: 40px;
    margin: 0;
    color: #fff;
}

@media (max-width: 768px) {
    .shop-list__head--result01 .shop-list__head-text {
        font-size: 16px;
    }

    /* スマホ表示: 外側のspanのスラッシュは非表示 */
    .shop-list__head--result01 .shop-list__head-text::before,
    .shop-list__head--result01 .shop-list__head-text::after {
        content: none;
        display: none;
    }

    /* スマホ表示: 内側のspanにスラッシュ */
    .shop-list__head--result01 .shop-list__head-text-inner {
        display: inline-flex;
        align-items: flex-end;
    }

    .shop-list__head--result01 .shop-list__head-text-inner::before {
        content: "＼";
        margin-right: 3px;
        display: inline;
    }

    .shop-list__head--result01 .shop-list__head-text-inner::after {
        content: "／";
        display: inline;
    }

    .shop-list__head--result01 .shop-list__head-title {
        /* タイトル（h2）のスタイル - スマホ用 */
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .shop-list__head--result01 .shop-list__head-text {
        font-size: 14px;
    }

    /* スマホ表示: 外側のspanのスラッシュは非表示 */
    .shop-list__head--result01 .shop-list__head-text::before,
    .shop-list__head--result01 .shop-list__head-text::after {
        content: none;
        display: none;
    }

    /* スマホ表示: 内側のspanにスラッシュ */
    .shop-list__head--result01 .shop-list__head-text-inner {
        display: inline-flex;
        align-items: flex-end;
    }

    .shop-list__head--result01 .shop-list__head-text-inner::before {
        content: "＼";
        margin-right: 3px;
        display: inline;
    }

    .shop-list__head--result01 .shop-list__head-text-inner::after {
        content: "／";
        display: inline;
    }

    .shop-list__head--result01 .shop-list__head-title {
        font-size: 24px;
    }
}

/* スマホ限定改行タグ */
.sp-br {
    display: none;
}

@media (max-width: 767px) {
    .sp-br {
        display: block;
    }
}