/* rem　用*/
html {
    font-size: 62.5%;
}

body {
    background-color: #ffffff;
    color: #253b4f;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6em;
    line-height: 1.7;
    margin: 0 0 !important;
}

@media (max-width:768px) {
    body {
        line-height: 2;
    }
}

img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}

video {
    width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.font-blue {
    color: #0061ca;
}

.font-red {
    color: #d1266b;
}

.font-yellow {
    color: #fff57d;
}

.font-w {
    color: #ffffff;
}


.strong {
    font-weight: 900;
}


h1 {
    font-size: 2.5em;
}


h2 {
    font-size: 2.1em;
    line-height: 1.5;
}

h3 {
    font-size: 1.5em;
}

p {
    font-size: 1.3em;
}

.font-ss {
    font-size: .8em;
}


.marker {
    padding: 2px .5em;
}

@media (max-width:768px) {
    body {
        font-size: 1.4em;
    }

    h1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.6em;
    }
}

@media (max-width:486px) {
    body {
        font-size: 1.2em;
    }


    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.2em;
    }


    .font-ss {
        font-size: 8.5px;
        line-height: 1.2;
    }

    .marker {
        padding: .2em;
    }
}

span {
    /* display: inline-block; */
    margin-left: 0;
    padding-left: 0;
}


.left-align {
    text-align: left !important;
}

.center-align {
    text-align: center !important;
}



/* =================
header
==================== */
header {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 auto;
    width: 100%;
}

.header .inner {
    margin: 0 auto;
    padding: 1.5em .8em;
    position: relative;
}

.header .inner .logo {
    margin: 0 auto;
    width: 160px;
}

.header .inner .pr {
    bottom: 30%;
    position: absolute;
    right: 2em;
    width: 35px;
}


/* =================
body
==================== */
.wrapper {
    /* max-width: 800px; */
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1020px;
    padding: 1em;
}

.content {
    padding: 2em;
}

.content-txt {
    padding: 2em !important;
}

.detail-content {
    padding: 5% 5%;
}

.clinic-img {
    position: relative;
}

.evaluation-img {
    position: absolute;
    right: -5%;
    top: -5%;
    width: 25%;
}

.section-01, .section-02, .section-03 {
    overflow: hidden;
    width: 100%;
}


@media (max-width:768px) {
    .header .inner .logo {
        width: 28vw;
    }

    .header .inner .pr {
        width: 5vw;
    }

    .header .inner {
        padding: 2.8vw auto;
    }

    .section-01 .content {
        padding: 0;
    }

    .content {
        padding: 2em 0;
    }

    .detail-content {
        /*---５選の詳細説明*/
        padding: 2vw 1vw;
    }
}

/*-------------比較表-------------*/
.ranking {
    text-align: center;
}


.ranking .sp-txt {
    padding: 2vw;
    position: relative;
}

.ranking .sp-txt .font-l::after {
    background-color: #0061ca;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10vw;
}

.ranking .sp-txt .font-l::before {
    background-color: #0061ca;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10vw;
}


/* .ranking .sp-txt {
    padding: 2vw;
} */

.ranking .inner {
    overflow-x: auto;
}

table {
    line-height: 1.7;
}

table td {
    border: 1px solid #d9d9d9;
    font-size: 1em;
    padding: .7em;
    text-align: center;
    width: 150px;
}

table td .font-ss {
    display: inline-block;

    color: #253b4f;
    font-size: 6px;
    line-height: 1.2;
}

table th {
    border: 1px solid #d9d9d9;
    padding: .7em;
    text-align: center;
    width: 150px;
    width: 35%;
}


.sign img {
    width: 2.3em;
}

table .item-top {
    border: 0 solid #ffffff !important;
}

table .item {
    background-color: #2480d3;
    /* 上下中央揃え */
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: .9em;
    min-width: 70px;
    padding: .7em;
    text-align: center;
    /* 左右中央揃え */
    vertical-align: middle;
    width: 80px;
}

table img {
    margin: .5em;
    width: 120px;
}

table .font-l {
    font-size: 28px;
}

table .font-m {
    font-size: 21px;
    line-height: 1;
}


table .font-m img {
    width: 4.4em;
}


/* ボタンのスタイル */
table .btn a {
    display: block;

    background: #d1266b;
    border-radius: .6em;
    box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, .30);
    color: #ffffff;
    font-weight: 800;
    padding: 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

/* ボタンアイコンのスタイル */
.btn-triangle-right a::after {
    background-image: url("../img/btn-sign.webp");
    background-position: center;
    background-repeat: no-repeat;
    /*公式っサイト矢印記号*/
    background-size: contain;
    content: "";
    height: 1em;
    position: absolute;
    right: .3em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
}



/* オファーボタンのスタイル */
.offer-btn a {
    display: block;

    background: #ea653d;
    border-radius: .6em;
    box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, .30);
    color: #ffffff;
    font-size: 2em;
    left: 5%;
    padding: 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 90%;
}

/* オファー　ボタンアイコンのスタイル */
.offer-btn a::after {
    background-image: url("../img/btn-sign.webp");
    background-position: center;
    background-repeat: no-repeat;
    /*公式っサイト矢印記号*/
    background-size: contain;
    content: "";
    height: 1em;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
}

/* ランキングマーク */
.item-top img {
    left: 2em;
    margin-bottom: -3em;
    width: 3.5em;
    z-index: 99;
}

@media (max-width:486px) {
    table td .font-ss {
        font-size: 1.7vw;
    }

    .sign img {
        width: 7.5vw;
    }

    table .item {
        background-color: #2480d3;
        /* 上下中央揃え */
        border: 1px solid #d9d9d9;
        color: #ffffff;
        font-size: .9em;
        min-width: 80px;
        padding: 2vw;
        text-align: center;
        /* 左右中央揃え */
        vertical-align: middle;
        width: 100px;
    }

    table img {
        margin: 1vw 2vw;
        width: 28vw;
    }

    table .font-l {
        font-size: 6vw;
    }

    table .font-m {
        font-size: 4vw;
        line-height: 1;
    }

    table .left-align {
        text-align: left !important;
    }

    table .font-m img {
        width: 25vw;
    }

    /* ボタンのスタイル */
    table .btn a {
        display: block;

        background: #d1266b;
        border-radius: 6px;
        box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, .30);
        color: #ffffff;
        padding: 1em;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

    /* ボタンアイコンのスタイル */
    .btn-triangle-right a::after {
        background-image: url("../img/btn-sign.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 1.1em;
        position: absolute;
        right: 6%;
        top: 50%;
        transform: translateY(-50%);
        width: 1.1em;
    }

    /* ランキングマーク */
    /* .item-top img {
        width: 3.5em;
        margin-bottom: -3em;
        z-index: 99;
        left: 2em;
    } */
}

/*-----------------FV--------------*/

.fv .inner {
    margin-top: 2vw;
}

.fv h1 {
    font-size: 2em;
    line-height: 1;
}


.fv h2 {
    margin-left: -1rem;
}

.fv .inner h2 {
    margin-top: .2em;
}

.fv .font-l {
    font-size: 1.5em;
}

.fv .strong {
    font-size: 1.2em;
}

.gold-bg {
    background: linear-gradient(to right, #e8d6ae, #d6c39e);
    margin: .6em .2em;
}

.y-bg {
    background-color: #fff9a9;
}

.b-bg {
    background-color: #2480d3;
}

.red-bg {
    background-color: #d1266b;
}

.duck-b-bg {
    background-color: #1a3fa9 !important;
}

.duck2-b-bg {
    background-color: #0f2759 !important;
    padding: 1% 0;
}

.orange-b-bg {
    background-color: #ea653d;
}

.gray-bg {
    background-color: #f6f4f3;
}

.gray-bg2 {
    background-color: #f7f7f7;
}

.b-gl-bg {
    background: linear-gradient(90deg, #e5f4ff 0%, #ffffff 100%);
    border-left: 2px solid #2480d3;
    /* padding: 1.2em; */
    border-right: 2px solid #2480d3;
    margin: 1em 0;
}


.b-gl-bg2 {
    background: linear-gradient(90deg, #e5f4ff 0%, #ffffff 46.97%, #e5f4ff 100%);
    margin: 1em 0;
}

.opeopacity0 {
    border: 0 !important;
    opacity: 0;
}

.w-bg {
    background-color: #ffffff;
}

.fv-img-pc {
    margin: 2em 0;
}

.fv-img-sp {
    display: none;
}

.sp-txt {
    display: none;
}


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

@media (max-width:768px) {
    .fv-img-sp {
        display: block;

        margin: 1.5em 0;
    }

    .fv-img-pc {
        display: none;
    }


    .fv .font-l {
        font-size: 7.5vw;
    }

    .fv .strong {
        font-size: 5vw;
    }

    .gold-bg {
        margin-right: .5%;
    }


    .fv h2 {
        font-size: 4vw;
        margin-left: -2%;
    }
}


@media (max-width:486px) {
    .fv h1 {
        font-size: 5vw;
    }
}

/*--------------------コンテンツ-------------------*/
.content .font-l {
    font-size: 1.5em;
}

@media (max-width:768px) {
    .content .font-l {
        font-size: 1.3em;
    }
}

@media (max-width:486px) {
    .content .font-l {
        font-size: 4vw;
    }
}

/*-----タイトル-----*/
.title {
    line-height: 1.5;
}

.main-title {
    background: linear-gradient(90deg, #e5f4ff 0%, #ffffff 100%);
    border-bottom: 3px solid #2480d3;
    border-left: 10px solid #2480d3;
    margin: 1em 0;
    padding: 1.2em;
}



.main-sb-title {
    background: linear-gradient(90deg, #e5f4ff 0%, #ffffff 100%);
    border-bottom: 3px solid #2480d3;
    border-top: 3px solid #2480d3;
    margin: 1em 0;
    padding: 1.2em 3em;
}


/*-----------------選ぶポイント--------------*/

.inner-wrapper {
    margin: 1em;
    padding: 4em 2em 2em;
}

.blue-border {
    background-color: #fffef9;
    background-image: repeating-linear-gradient(45deg,
    /* 斜めの角度 */
    #fafaf7,
    /* 線の色 */
    #fafaf7 2px,
    /* 線の太さ */
    #fffef9 2px,
    /* 線の後の背景色（開始点） */
    #fffef9 1.5vw
    /* 線の間隔 */
    );
    border: .4em solid #2480d3;
    border-radius: 45px;
}

.blue-border2 {
    background-color: #f0faff;
    background-image: repeating-linear-gradient(45deg,
    /* 斜めの角度 */
    #fffcf0,
    /* 線の色 */
    #fffcf0 2px,
    /* 線の太さ */
    #f0faff 2px,
    /* 線の後の背景色（開始点） */
    #f0faff 1.5vw
    /* 線の間隔 */
    );
    border: 2px solid #2480d3;
    border-radius: 45px 45px 0 0;
}

.blue-border3 {
    background-color: #2480d3;
    border: 2px solid #2480d3;
    border-radius: 45px 45px 0 0;
}


.blue-border4 {
    background-color: #ffffff;
    border: 2px solid #2480d3;
}

#choices .inner {
    position: relative;
}

#choices .blue-border {
    margin: 8em 5em;
}

#choices .title {
    left: 53%;
    max-width: 550px;
    position: absolute;
    top: -90px;
    transform: translateX(-50%);
    width: 70%;
}

#choices .title .title-inner {
    background-color: #0061ca;
    border-radius: 580px;
    color: #ffffff;
    padding: 1.5em;
    position: relative;
    text-align: center;
}

#choices .title .icon {
    bottom: 0;
    left: -80px;
    max-width: 165px;
    position: absolute;
    width: 32%;
}

#results-ranking .title {
    left: 53%;
    max-width: 550px;
    position: absolute;
    top: -90px;
    transform: translateX(-50%);
    width: 70%;
}


.inner-wrapper .inner-box {
    padding: 3em 0 2em;
}

.inner-wrapper-txt {
    margin: 2em;
}

.point-inner {
    display: flex;

    align-items: center;
    /* border-bottom: 2px dotted #4a90e2; */
    margin: 0 auto;
    padding: 1em 0;
}

.point-inner-txt {
    margin-left: 9.5%;
    margin-top: -3%;
    padding: 0 0 1em;
    width: 78%;
}

.border-bottom-dotted {
    border-bottom: 2px dotted #4a90e2;
    /* padding: 0 0 1em; */
}

.bottom {
    /*最後の下線取り消す*/
    border-bottom: 0 dotted #4a90e2;
}


.point-icon {
    display: flex;
    justify-content: center;

    align-items: center;
    background-color: #4a90e2;
    border-radius: 4px;
    color: white;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    height: 1.3em;
    margin-right: .75em;
    width: 1.3em;
}

.point-icon svg {
    height: 4em;
    width: 4em;
}

.point-text {
    color: #4a90e2;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    width: 100%;
}

.inner-wrapper-inner .border-bottom-dotted {
    margin-left: 5%;
    width: 90%;
}

.inner-wrapper-inner {
    padding-top: 5em;
    position: relative;
}

.inner-wrapper-inner-title {
    background-color: #4a90e2;
    border-radius: 30px 30px 0 0;
    left: 10%;
    margin: 0 auto;
    padding: 1em 0;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 80%;
}

.inner-wrapper-inner .title-img {
    position: absolute;
    right: 70px;
    top: 10px;
    width: 110px;
}

.point-check {
    padding-bottom: 4em;
}

.sb-title {
    margin: 0 auto;
    margin-top: 4em;
    position: relative;
    text-align: center;
    width: 90%;
}

.title-line {
    display: inline-block;

    background-color: transparent;
    border-top: .3em solid #4a90e2;
    content: "";
    height: 10px;
    transform: rotate(-45deg);
    width: 3em;
}


.title-line.left {
    bottom: 20% !important;
    left: 5%;
    position: absolute;
    transform: rotate(45deg);
}

.title-line.right {
    bottom: 20%;
    position: absolute;
    right: 5%;
    transform: rotate(-45deg);
}

/*-----------　チェックPOINT実績ランキング表 ------*/
#results-ranking, #voices-ranking {
    margin-top: -15em;
    position: relative;
}



.ranking3 {
    background-image: url("../img/voice-ra-bg.webp");
    background-size: 100%;
}

#results-ranking .title, #voices-ranking .title {
    background-blend-mode: multiply;
    background-color: #1a3fa9;
    height: 200px;
    left: 50% !important;
    max-width: 1000px;
    position: absolute;
    top: 29% !important;
    width: 100% !important;
}

#results-ranking .title .img, #voices-ranking .title .img {
    margin-left: 15%;
    margin-top: 3%;
    width: 70%;
}

/* #results-ranking .item-top img ,
#voices-ranking .item-top img{
    width: 70%;
    margin-left: 15%;
    margin-bottom: -2em;
} */
/* 
#results-ranking .ranking ,
#voices-ranking .ranking{
    position: absolute;
    width: 95%;
    margin: 0 auto;
    left: 2.5%;
    bottom: 5%;
} */

.voices-ranking table td {
    font-size: 15px !important;
}


.border {
    border: 1px solid #dadada;
}

.border-blue {
    border: 1.5px solid #0061ca;
    ;
}


.radius-l-up {
    border-radius: 2em 0 0 0;
}

.radius-r-up {
    border-radius: 0 2em 0 0;
}

.radius-up {
    border-radius: 2em 2em 0 0;
}

.ranking3 {
    padding: .5em 0 2em !important;
}

.ranking3 .item-top img {
    margin-bottom: -2.5em;
    margin-left: 20%;
    width: 80%;
}

.ranking3 table {
    margin: 0 auto;
    width: 90%;
}

.ranking3 table td {
    border: 1px solid #2480d3;
    width: 30%;
}

.ranking3 table th {
    border: 1px solid #2480d3;
}

.content-inner {
    /*-------------無料カウンセリング----------*/
    /* margin: 0 4em; */
    padding: 1.2em;
}

#free-counseling {
    margin: 3em 0 0;
    position: relative;
}

#free-counseling .title {
    display: inline-block;

    background-color: #0061ca;
    border-radius: 580px;
    color: #ffffff;
    left: 10%;
    margin: 0 auto;
    padding: 1.5em;
    position: relative;
    text-align: center;
    text-align: center;
    width: 80%;
}

#free-counseling .title:before {
    border: 15px solid transparent;
    border-top: 15px solid #0061ca;
    bottom: -25px;
    content: "";
    left: 50%;
    margin-left: -15px;
    position: absolute;
    z-index: 0;
}

.title .badge {
    bottom: 65%;
    color: #fff57d;
    left: 5%;
    position: absolute;
    transform: rotate(345deg);
    z-index: 10;
}

.title .badge-stroke {
    bottom: 65%;
    color: #fff57d;
    left: 5%;
    position: absolute;
    -webkit-text-stroke: 10px #0061ca;
            text-stroke: 10px #0061ca;
    transform: rotate(345deg);
    /* 一部ブラウザ用（冗長でもOK） */
}


#free-counseling .title-box {
    left: 10%;
    position: absolute;
    top: -3%;
    width: 80%;
}


.detail {
    margin-left: 2%;
    text-align: center;
}

.detail-title {
    line-height: 1.7;
    margin: 2% auto;
    margin-left: 23%;
    width: 80%;
}

.detail-title h2 {
    font-size: 2.3em;
}

.detail-title p {
    font-size: 1.8em;
}

.detail-sb-title {
    padding: 2% 0;
}

.section-02 .btn-triangle-right a::after, .section-03 .btn-triangle-right a::after {
    right: 16% !important;
}

.section-03 .blue-border3, .section-03 .blue-border2 {
    position: relative;
    /* width: 100%; */
    /* left: 10%; */
}

.section-03 .blue-border2 {
    border-radius: 0 0;
    padding-top: 8%;
}



.section-03 .blue-border3 .ranking-1::after {
    background-image: url("../img/no1.webp");
    background-position: center;
    background-repeat: no-repeat;
    /*公式っサイト矢印記号*/
    background-size: contain;
    content: "";
    height: 100%;
    left: -35%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.section-03 .blue-border3 .ranking-2::after {
    background-image: url("../img/no2.webp");
    background-position: center;
    background-repeat: no-repeat;
    /*公式っサイト矢印記号*/
    background-size: contain;
    content: "";
    height: 100%;
    left: -35%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.section-03 .blue-border3 .ranking-3::after {
    background-image: url("../img/no3.webp");
    background-position: center;
    background-repeat: no-repeat;
    /*公式っサイト矢印記号*/
    background-size: contain;
    content: "";
    height: 100%;
    left: -35%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.section-03 .blue-border3 .ranking-4::after {
    background-image: url("../img/no4.webp");
    background-position: center;
    background-repeat: no-repeat;
    /*公式っサイト矢印記号*/
    background-size: contain;
    content: "";
    height: 100%;
    left: -35%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.section-03 .blue-border3 .ranking-5::after {
    background-image: url("../img/no5.webp");
    background-position: center;
    background-repeat: no-repeat;
    /*公式っサイト矢印記号*/
    background-size: contain;
    content: "";
    height: 100%;
    left: -35%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.section-03 .inner-wrapper {
    padding: 2em 2em;
}

.section-03 .b-gl-bg {
    border: 0 solid #2480d3 !important;
}

.section-03 .content-inner {
    /*-------------無料カウンセリング----------*/
    padding: 0 1.2em 3em;
}


.cp-title {
    padding: 1em 0;
    position: relative;
}

.cp-title:before {
    border: 2em solid transparent;
    border-top: 2em solid #ea653d;
    content: "";
    left: 50%;
    margin-left: -3em;
    position: absolute;
    top: 90%;
    z-index: 0;
}


.cp-txt {
    border: 1em solid #ea653d;
    padding: 1em 1em;
    text-align: center;
}

.cp-txt .font-l {
    font-size: 2em;
}


/*------人気の理由-----*/

.section-03 .detail-sb-title .main-title {
    background: linear-gradient(90deg, #0f2759 0%, #0f2759 100%);
    background-color: #0f2759 !important;
    border: 0;
    color: #ffffff;
}
.section-03 .detail-content .border {
    position: relative;
}

.reason-title-box {
    left: 25%;
    margin-top: -3%;
    position: absolute;
    width: 50%;
}

.reason-title {
    padding: 5px 0;
    position: relative;
}

.reason-title:before {
    border: 1em solid transparent;
    border-top: 1em solid #d1266b;
    content: "";
    left: 50%;
    margin-left: -1em;
    position: absolute;
    top: 95%;
    z-index: 0;
}


.reason {
    padding-top: 4em;
}

.voice-box {
    margin-bottom: 0 !important;
    padding: 2em;
}


/*--------------スライダー----------*/
.slider-area {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0;
}

.slick-slide {
    margin: 0 0;
}

.slick-slide img {
    height: auto;
    width: 100%;
}

.slick-prev, .slick-next {
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    color: #d1266b;
    font-size: 40px;
}

.slick-slide {
    opacity: 1;
    transition: all ease-in-out .3s;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-next {
    font-size: 100px;
    right: 3%;
}

.slick-prev {
    font-size: 100px;
    left: 0;
}


.point-short {
    margin: 0 10%;
    width: 80%;
}


.point-short .font-ss {
    line-height: 1;
    margin-bottom: 2em;
    margin-top: -4%;
    padding-left: 9%;
}


.comment {
    margin-left: 5%;
    margin-top: 2em;
    position: relative;
    width: 90%;
}

.comment .comment-txt {
    padding-top: 50px;
}

.comment .detail-sb-title h3 {
    margin-left: 10%;
    width: 80%;
}

.comment-icon {
    bottom: 60%;
    left: 10%;
    max-width: 130px;
    position: absolute;
    width: 25%;
}

@media(max-width: 1000px) {
    .inner-wrapper {
        padding: 8vw 0 3vw;
        /* margin: 3vw; */
    }

    #choices .blue-border {
        margin: 15vw 1vw;
    }

    #results-ranking .title, #voices-ranking .title {
        height: 11em;
    }

    .inner-wrapper-inner .title-img {
        max-width: 120px;
        overflow: hidden;
        right: 12%;
        top: -1%;
        width: 18%;
    }

    .ranking3 table th {
        font-size: 2vw !important;
        padding: 1%;
        width: 5% !important;
    }


    .ranking3 table td {
        font-size: 2.5vw !important;
        padding: 2% !important;
        width: 30% !important;
    }

    .ranking3 table img {
        width: 90%;
    }

    .ranking3 .sign img {
        width: 20%;
    }

    /* .content-inner {
        margin: 0 1vw;
    } */

    .voices-ranking table td {
        font-size: 1.5vw !important;
    }

    .comment .detail-sb-title h3 {
        margin-left: 20%;
        width: 70%;
    }

    .comment .comment-txt {
        padding-top: 5vw;
    }

    .comment-icon {
        left: 6vw;
        width: 20%;
    }
}



@media (max-width:768px) {
    .header .inner {
        width: 100%;
    }

    .wrapper {
        padding: 2vw;
    }

    .inner-wrapper-txt {
        margin: 2vw 1vw;
    }

    .section-02 .btn-triangle-right a::after, .section-03 .btn-triangle-right a::after {
        height: 2.5vw;
        right: 6% !important;
        width: 2.5vw;
    }

    #choices .title {
        left: 53%;
        max-width: 768px;
        position: absolute;
        top: -3em;
        transform: translateX(-50%);
        width: 70%;
    }



    #choices .title .title-inner {
        padding: 1em;
    }

    #choices .title .icon {
        left: -15%;
    }

    #results-ranking .title, #voices-ranking .title {
        height: 22vw;
    }

    /* 
    #results-ranking .ranking,
    #voices-ranking .ranking{
        width: 88%;
        left:6%;
        bottom: 0%;
    } */



    .sb-title {
        margin: 0 auto;
        margin-top: 3em;
        position: relative;
        text-align: center;
        width: 90%;
    }


    #free-counseling .title {
        left: 0;
        width: 100%;
    }

    .section-03 .blue-border3, .section-03 .blue-border2 {
        left: 0;
        position: relative;
        width: 100%;
    }

    .blue-border3 {
        background-color: #2480d3;
        border: 2px solid #2480d3;
        border-radius: 8vw 8vw 0 0;
    }

    .cp-txt .font-l {
        font-size: 4vw;
    }

    .detail-title h2 {
        font-size: 6vw;
    }

    .detail-title p {
        font-size: 4vw;
    }

    .offer-btn a {
        font-size: 5vw;
        left: 2.5%;
        margin-bottom: 2%;
        padding: 3vw;
        width: 95%;
    }

    .offer-btn a::after {
        background-image: url("../img/btn-sign.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        /*公式っサイト矢印記号*/
        background-size: contain;
        height: 5.5vw !important;
        width: 5.5vw !important;
    }

    .main-sb-title {
        padding: 1.2em;
    }

    .reason-title {
        padding: .8vw 0;
        position: relative;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 9vw;
    }

    .point-short {
        margin: 0 1%;
        width: 98%;
    }


    .point-short .font-ss {
        margin-top: -3vw;
    }


    .comment {
        /* margin-top: 8%; */
        margin: 8vw 0;
        width: 100%;
    }
}

@media (min-width: 486px) and (max-width: 1000px) {
    #results-ranking, #voices-ranking {
        margin-top: -33%;
    }

    .inner-wrapper .inner-box {
        padding-top: 8vw !important;
    }

    .inner-wrapper-inner-title {
        padding: 2% 0;
    }

    .inner-wrapper-inner .title-img {
        right: 10%;
        top: 2%;
        width: 18%;
    }
}

@media (max-width:486px) {
    .point-icon {
        display: flex;
        justify-content: center;

        align-items: center;
        border-radius: 4px;
        font-family: "Arial", sans-serif;
        height: 5vw;
        margin-right: .75em;
        width: 5vw;
    }

    .point-inner {
        margin: 0 auto;
        width: 95%;
    }

    .inner-wrapper .inner-box {
        padding: 4.5vw 0 3vw;
    }

    .point-inner-txt {
        margin-left: 12.8%;
        margin-top: -4%;
        width: 90%;
    }

    .blue-border {
        background-color: #fffef9;
        border: 4px solid #2480d3;
        border-radius: 30px;
    }

    .blue-border2 {
        border: 1.5px solid #2480d3;
        border-radius: 25px 25px 0 0;
    }

    .inner-wrapper-inner {
        padding-top: 8%;
        position: relative;
    }

    .inner-wrapper-inner-title {
        left: 10%;
        margin: 0 auto;
        padding: 2% 0;
        position: absolute;
        text-align: center;
        top: 2%;
        width: 80%;
    }

    .inner-wrapper-inner-title {
        background-color: #4a90e2;
        border-radius: 20px 20px 0 0;
        padding: 2% 0;
        top: 2%;
    }

    .inner-wrapper-inner .title-img {
        right: 10%;
        top: -3%;
        width: 18;
    }

    .point-check {
        padding-bottom: 7em;
    }

    .ranking3 table th {
        min-width: 48px;
    }

    .sb-title {
        margin: 0 auto;
        margin-top: 2em;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .title-line.left {
        left: 0 !important;
    }

    .title-line.right {
        right: 0 !important;
    }

    .voices-ranking table td {
        font-size: 2.5vw !important;
    }

    .voices-ranking .font-m {
        font-size: 4vw !important;
    }


    #results-ranking .title .img, #voices-ranking .title .img {
        margin-left: 7.5%;
        margin-top: 3%;
        width: 85%;
    }

    .cp-txt .font-l {
        font-size: 4vw;
    }

    .reason {
        padding-top: 8vw;
    }

    .comment .comment-txt {
        padding-top: 8%;
    }

    .comment-icon {
        left: 5%;
        position: absolute;
        top: -3vw;
        width: 22%;
    }
}


footer {
    background-color: #2480d3;
    color: #ffffff;
    padding: 2em 0;
    text-align: center;
}