/* 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 auto !important;
}

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

@media only screen and (max-width: 768px) {
    html {
        font-size: 50%;
    }
}

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

video {
    width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

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

.strong {
    font-weight: 900;
}

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

.font-red {
    color: #d1266b;
}

.font-y {
    color: #ffff71;
}

.font-orange {
    color: #e8a26d;
}

.font-w {
    color: #fff;
}

.font-wight {
    font-weight: 800;
}

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

.y-bg {
    background: rgb(255, 255, 253);
}

.y-bg2 {
    background: rgb(248, 248, 210);
}

.b-bg {
    background: #f3faff;
}

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

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

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

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

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

.item-txt {
    margin-top: 24px;
}

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


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

.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: 20px 20px 0 0;
}

.header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1em;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    padding: .5em .3em;
    width: 100%;
}

.header .logo {
    width: 20%;
}

.header .pr_header {
    width: 3%;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.content {
    padding: 50px .3em;
    max-width: 900px;
    margin: 0 auto;
    /* background: #fff; */
}

.content h2 {
    font-size: 26px;
    line-height: 1.5;
}

.content .font-ss {
    font-size: .6em;
    line-height: 1.3;
}

.fv .content .area {
    border-radius: .2em;
    margin-top: .5em;
    font-weight: 800;
    padding: .1em 1em;
    color: #fff;
    background-color: #d1266b;
    width: 15em;
    font-size: 1.4em;
}

.fv .content h1 {
    font-size: 35px;
    line-height: 1.3;
}

.fv .content h1 .font-l {
    font-size: 45px;
}

.fv .content h2 {
    font-size: 30px;
    line-height: 1.5;
}



/*--------比較表-------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16.5px;
}

.char .item-top {
    border: 0px solid #afafaf;
}

.vertical_section {
    margin: 1em auto !important;
    width: 900px;
    line-height: 1.3;
}


.chart table tr th {
    width: 90px;
    overflow-wrap: break-word;
    padding: 0.8em 0.5em;
    border: 1.5px solid #afafaf;
    vertical-align: middle;
}

.chart table tr td {
    width: 160px;
    overflow-wrap: break-word;
    padding: 0.8em 0.6em;
    border: 1.5px solid #4384af;
    vertical-align: middle;
    text-align: center;
}

.chart table tr .left-align {
    text-align: left;
}

.chart .top {
    border: 0px solid #afafaf !important;
    padding: 1em .5em;
}

.chart .top img {
    width: 60px;
    margin-bottom: -55px;
}

.chart .item {
    background-color: #0061ca;
    color: #fff;
    font-size: 1em;
}

.chart .name a {
    text-decoration: underline;
}

.chart table tr h3 {
    margin-top: 5px;
    font-size: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.chart table tr h3 a {
    color: #108ff6;
}

.chart .font-l {
    font-size: 26px;
    font-weight: 600;
}

.chart .font-m {
    font-size: 22px;
    font-weight: 600;
}

.chart table tr td .icon {
    width: 50px;
    margin-bottom: .8em
}

/* ボタンのスタイル */
table .btn a {
    display: block;
    background: #d1266b;
    border-radius: .6em;
    box-shadow: 5px 5px 3px 0 rgba(139, 139, 139, 0.3);
    color: #ffffff;
    font-weight: 800;
    padding: 1em;
    position: relative;
    text-align: left;
    text-decoration: none;
}


/* ボタンアイコンのスタイル */
.chart .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: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
}

/*--------流れ------------*/
.flow_section .inner {
    border: .5em solid #0061ca;
    margin-top: 0;
    padding: 2em 5em;
}


.flow_section .title,
.recommend_section.title {
    text-align: center;
    padding: 30px .3em;
    background-color: #0061ca;
    border-radius: 20px 20px 0 0;
}

.flow_section .title h2 {
    font-size: 35px;
}

.flow_section .feature {
    display: flex;
    border: 2px solid #e5e5e5;
    border-radius: 2em;
    padding: 2em 2em;
    margin-bottom: 2em;
    /* background-color: #fefdff; */
}

.flow_section .feature .detail {
    width: 70%;
    margin-right: 1em;
}


.flow_section .feature .detail .title {
    display: flex;
    background-color: #f3faff;
    padding: 0 0;
    align-items: center;
    border-bottom: 2px solid #0061ca;
    border-radius: 0;
}

.flow_section .feature .detail .title .title-txt {
    text-align: center;
    width: 100%;
}

.flow_section .feature .detail .title .warp {
    background-color: #0f2759;
    padding: .3em 1em;
    font-size: 1.2em;
}

.flow_section .feature .detail .txt {
    background-color: #f3faff;
    padding: 1em 1em;
    margin-top: .3em;
    text-align: center;
    line-height: 1.3;
    height: auto;
    font-weight: 800;
}

.flow_section .feature .detail .txt .icon {
    width: 35%;
    margin: 1em 1em;
}

.step1-img {
    background-image: url(../img/clinic_6.webp);
    background-size: 155%;
    background-repeat: no-repeat;
}


.step2-img {
    background-image: url(../img/step2-img.webp);
    background-size: 155%;
    background-repeat: no-repeat;
}

.step3-img {
    background-image: url(../img/step3-img.webp);
    background-size: 155%;
    background-repeat: no-repeat;
}

.step4-img {
    background-image: url(../img/step4-img.webp);
    background-size: 155%;
    background-repeat: no-repeat;
}



.flow_section .feature .img {
    width: 45%;
    /* margin-right: 1em; */
    /* overflow-x: hidden; */
}

/*----失敗しないポイント-------*/
.recommend_section {
    font-size: 22px;
}

.recommend_section .title {
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding: 30px .3em;
    background-color: #0061ca;
    font-size: 45px;
    line-height: 1.3;
}

.recommend_section .font-l {
    font-size: 45px;
}

.recommend_section .title h2 {
    position: relative;
    font-size: 35px;
}

.recommend_section .title h2::before {
    content: "";
    left: 22%;
    transform: translateY(-50%) rotate(-35deg);
    display: block;
    width: 3px;
    height: 60px;
    border-left: 4px solid #fff;
    position: absolute;
    top: 70%;
}

.recommend_section .title h2::after {
    content: "";
    right: 22%;
    transform: translateY(-50%) rotate(35deg);
    display: block;
    width: 3px;
    height: 60px;
    border-left: 4px solid #fff;
    position: absolute;
    top: 70%;
}


.recommend_section .title .sb-title {
    background-color: #fff;
    font-size: 45px;
    padding: .5em 1em;
    margin: 0 auto;
    line-height: 1.3;
    border-radius: 20px;
    width: 750px;
}


.recommend_section .inner {
    border: .5em solid #0061ca;
    margin-top: 0;
    padding: 2em 4em;
}


.recommend_section .font-m {
    font-size: 26px;
    font-weight: 600;
}

.recommend_section img {
    margin-top: 1em;
}

.recommend_section2 .title {
    text-align: center;
    padding: 30px .3em;
    background-color: #0061ca;
    font-size: 45px;
    line-height: 1.4;
}

.main-title {
    background: linear-gradient(90deg, #e5f4ff 0%, #ffffff 100%);
    /* border-bottom: 3px solid #2480d3; */
    border-left: 10px solid #2480d3;
    margin: 1em 0;
    border-right: 10px solid #2480d3;
    padding: 1.2em;
    color: #0061ca;
    text-align: center;
    font-size: 33px;
}

.main-title .font-l {
    font-size: 35px;
}

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

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

.ranking-war .title {
    margin: 25px 50px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    background: #0061ca;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.ranking-war h3 {
    font-size: 28px;
    line-height: 1.5;
    padding: 5px 2px;
}


.ranking-war .title .txt {
    width: 85%;
    line-height: 1.2;
}


.ranking-war .title .img {
    width: 100px;
    margin-top: -.4em;
}


.ranking-war h2 {
    font-size: 30px;
}

.ranking-war {
    font-size: 22px;
}

.ranking-war .inner {
    margin: 50px 50px;
}

.evaluation {
    position: relative;
}

.evaluation-img {
    position: absolute;
    width: 20%;
    right: 0;
    bottom: 78%;
}

.ueno {
    background: linear-gradient(90deg, #e5f4ff 0%, #ffffff 46.97%, #e5f4ff 100%);
}


.ranking-war .voices {
    background-color: #0061ca;
    border: .5em solid #0061ca;
}

.raking-war .voices .detail-content {
    margin-left: 0 10% !important;
}

.ranking-war .voices .detail-content {
    margin: 10px 5%;
    padding: .5em 0;
}

.google-voices {
    padding-bottom: 2%;
}

.google-voices .warp {
    padding-top: 5%;
}

.ranking-war .google-voices .detail-content {
    margin: 10px 5%;
    padding: .5em 0;
}

.ranking-war .border-blue {
    margin: 0 1em;
}

.slider-area {
    background-color: #0061ca;
}

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


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

.slick-prev {
    font-size: 100px;
    left: -7.5%;
    z-index: 99;
}


.item-txt p {
    font-size: 22px;
}

.comment {
    position: relative;
}

.comment .comment-txt {
    padding: 6% 5%;
}

.comment .comment-icon {
    position: absolute;
    width: 15%;
    left: 10%;
    top: 0%
}


.point-short {
    margin: 0 5%;
    width: 90%;
}


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


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

.point-short .blue-border2 {
    padding-top: 6%
}

.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: 20px 20px 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: 98%;
}

.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-short .title1 {
    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: 100%;
}

.point-short .title1::before {
    border: 15px solid transparent;
    border-top: 15px solid #0061ca;
    bottom: -29px;
    content: "";
    left: 50%;
    margin-left: -15px;
    position: absolute;
    z-index: 0;
}


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


.cp-title h2 {
    line-height: 1.3;
}


.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: .7em solid #ea653d;
    padding: 1em 1em;
    text-align: center;
}

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


/* オファーボタンのスタイル */
.offer-btn {
    position: relative;
    overflow: hidden;
    /* はみ出し防止 */
}


.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%;
    margin: 2% 0;
}


/* オファー　ボタンアイコンのスタイル */
.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;
}

.ueno-btn a::before {
    position: absolute;
    position: absolute;
    content: '';
    display: inline-block;
    background-color: #fbfbfb;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    animation: shine 3s ease-in-out infinite;
}

@-webkit-keyframes shine {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@media (max-width:768px) {
    .header .inner {
        padding: .2em .3em;
    }

    .header .logo {
        width: 30%;
    }

    .header .pr_header {
        width: 6%;
    }

    .content {
        padding: 2em 1em;
        overflow: hidden;
    }

    .content h2 {
        font-size: 1.3em;
    }

    .content .font-ss {
        font-size: 2.4vw;
        line-height: 1.3;
    }

    .item-txt {
        margin-top: 3vw;
    }

    /**--------FV------**/
    .pc {
        display: none;
    }

    .fv .content .area {
        width: 60vw;
        font-size: 1.5em;
        border-radius: 1vw;
    }

    .fv .content h1 {
        font-size: 1.8em;
    }

    .fv .content h1 .font-l {
        font-size: 1.2em;
    }

    .fv .content h2 {
        font-size: 1.3em;
    }

    .vertical_section {
        overflow-x: auto;
        width: 100%;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        margin: 0 0;
        padding: 0 0;
        width: 890px;
    }

.chart .item {
    font-size: 3.5vw;
}

    .chart table tr td .icon {
        width: 8vw;
        margin-bottom: .8em
    }

    .chart table tr td {
        width: 150px;
        overflow-wrap: break-word;
    }

    .chart table tr h3 {
        margin-top: .4vw;
        font-size: 4vw;
    }


    .chart .font-l {
        font-size: 5vw;
        font-weight: 600;
    }

    .chart .font-m {
        font-size: 4.5vw;
        font-weight: 600;
    }

    table .btn a {
        font-size: 4.4vw;
    }
    /* ボタンアイコンのスタイル */
    .btn-triangle-right a::after {
        right: 9%;
    }

    .flow_section .title {
        padding: 1em 1em;
        border-radius: 20px 20px 0 0;
        font-size: 3vw;
    }

    .flow_section .title h2 {
        font-size: 5vw;
    }

    .flow_section .inner {
        padding: 1em 1em;
    }

    .flow_section .feature {
        border-radius: 1em;
        padding: 1em 1em;
        margin-bottom: 1em;
    }


    .flow_section .feature .detail {
        width: 58%;
        margin-right: 0;
        padding: auto 2px;
    }


    .step4-img {
        background-position: calc(50% - 0em) center;
    }


    .flow_section .feature .detail .txt {
        background-color: #f3faff;
        height: auto;
        font-weight: 800;
        padding: .6em .5em;
        /* height: 25vw; */
        margin-top: 0;
    }


    .flow_section .feature .detail .txt .icon {
        width: 11vw;
    }

    .recommend_section {
        font-size: 4vw;
    }

    .recommend_section .title {
        border-radius: 20px 20px 0 0;
    }

    .recommend_section .font-l {
        font-size: 6vw;
        line-height: 1.5;
    }

    .recommend_section .title h2 {
        font-size: 5vw;
        line-height: 1.4;
    }


    .recommend_section .title h2::before {
        content: "";
        left: 25%;
        transform: translateY(-50%) rotate(-35deg);
        display: block;
        width: 3vw;
        height: 8vw;
        border-left: 3px solid #fff;
        position: absolute;
        top: 75%;
    }

    .recommend_section .title h2::after {
        content: "";
        right: 25%;
        transform: translateY(-50%) rotate(35deg);
        display: block;
        width: 3vw;
        height: 8vw;
        border-left: 3px solid #fff;
        position: absolute;
        top: 80%;
    }

    .recommend_section .title .sb-title {
        background-color: #fff;
        margin: 0 1vw;
        line-height: 1.3;
        font-size: 6vw;
        border-radius: 10px;
        width: 98%;

    }

    .recommend_section .content {
        padding-top: .5em;
        padding-bottom: 1em;
    }

    .recommend_section .inner {
        border: .5em solid #0061ca;
        margin-top: 0;
        padding: 1em .3em;
        line-height: 1.5;
    }

    .recommend_section .inner .font-m {
        font-size: 4vw;
    }

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


    .main-title {
        font-size: 4vw;
    }

    .main-title .font-l {
        font-size: 6vw;
    }

    .ranking-war {
        border: 1.5px solid #0061ca;
        padding: 0 .7vw;
        line-height: 1.8;
    }

    .ranking-war .title {
        padding-bottom: 2vw;
        margin: 1em 1em;

    }

    .ranking-war .inner {
        margin: 1em 1em;
    }

    .ranking-war .title .txt {
        width: 88%;
        line-height: 1.2;
        font-size: 3.6vw;
        padding: 1vw;
    }

    .ranking-war .title .img {
        width: 14vw;
    }


    .ranking-war h2 {
        font-size: 5.3vw;
    }

    .ranking-war {
        font-size: 4vw;
    }

    .ranking-war h3 {
        font-size: 5vw;
        line-height: 1.5;
        padding: 5px 2px;
    }

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

    .slick-prev {
        font-size: 100px;
        left: -8.5%;
        z-index: 99;
    }


    .item-txt p {
        font-size: 4vw;
    }

    .comment .comment-icon {
        position: absolute;
        width: 20%;
        left: 5%;
        top: -2%
    }

    .comment h2 {
        margin-left: 15%;
    }

    .point-short {
        /* padding: 0 1em; */
        width: 100%;
        margin: 0 0;
    }

    .point-short .blue-border2 {
        padding-top: 12%;
    }

    .point-short .title-img {
        width: 23%;
        right: 5%;
    }

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

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

    .offer-btn {
        padding-bottom: 4vw;
    }

    .offer-btn a {
        font-size: 5vw;
        left: 2.5%;
        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;
        right: 5%;
    }

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

    .chart-sp .font-l {
        font-size: 5vw;
    }


}


@media (min-width:768px) {

    /**--------FV------**/
    .fv-img-pc {
        display: block;
    }

    .sp {
        display: none;
    }

}

footer {
    background-color: #2480d3;
    color: #ffffff;
    padding: 1em 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}