
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    text-decoration: none;
    }

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

*,
*::before,
*::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
    }

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}

button{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

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

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: #000;
}
a:visited{
    color: #000;
}


/* Regular フォント */
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../libs/font/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* Medium フォント (500) */
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../libs/font/NotoSansJP-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* Bold フォント */
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../libs/font/NotoSansJP-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* Black フォント (900) */
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../libs/font/NotoSansJP-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


html {
    font-size: 62.5%
}

body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #3c3c3c;
    position: relative;
    z-index: 0;
}
p{
    font-weight: 400;
}

main{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.u-inline_block{
    display: inline-block;
}

.u-pc_block{
    display: block;
}

@media (max-width: 768px) {
    .u-pc_block{
        display: none;
    }
}
.u-sp_block{
    display: none;
}
@media (max-width: 768px) {
    .u-sp_block{
        display: block;
    }
}

.u-text__pink{
    color: #FF648D;
    font-weight: 700;

}

.u-section__paddingTop{
    padding-top: 60px;
}
@media (max-width: 768px) {
    .u-section__paddingTop{
        padding-top: 50px;
    }
}

.u-fcolor--orange{
    color: #F7711E;
    font-weight: 700;
}
.u-fcolor--blue{
    color: #005cc7;
    font-weight: 700;
}

.u-text__line--yellow{
    background: linear-gradient(transparent 50%, #FFEF35 50%);
}

/* layout */

body{
    background-image: url(../img/pv_bg.webp);
    background-size: 100vw 100vh;
    background-attachment: fixed;
}

.l-main{
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.l-container{
    padding: 0 15px;
    margin: 0 auto;
}

@media screen and (min-width: 500px) {
    .l-container{
        padding: 0 40px;
        margin: 0 auto;
    }
    
}

/* common */



/* fv */



/* ranking */
.p-ranking .l-container{
    padding: 0 0 0 15px;
}

@media screen and (min-width: 424px) {
    .p-ranking .l-container{
        padding: 0 40px;
    }
}

.p-ranking__content{
    padding: 30px 0 50px;
}
@media screen and (min-width: 500px) {
    .p-ranking__content{
        padding: 50px 0;
    }
    
}

.p-ranking__table{
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.p-ranking__table::-webkit-scrollbar{
    display: none;
  }

tbody{
font-size: 15px;
min-width: 424px;
}
@media screen and (min-width: 700px) {
    tbody{
        font-size: 22px;
        min-width: 424px;
    }
}
tr.p-ranking__no td{
    background-color: #8D98A4;
    min-width: 128px;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    border:1px solid #fff;
}
@media screen and (min-width: 700px) {
    tr.p-ranking__no td{
        padding: 10px 0;
        text-align: center;
        border-radius: 7px 7px 0 0;
    }
}
tr.p-ranking__no td.--1{
    background-color: #005CC7;
}
tr.p-ranking__no td img{
    width: 60px;
}
@media screen and (min-width: 700px) {
    tr.p-ranking__no td img{
        width: 89px;
    }
}
.p-ranking__table th{
    min-width: 34px;
    background-color: #8D98A4;
    border-radius: 3px 0px 0 3px;
}

.p-ranking__table th span{
    color: #fff;
    font-size: 11px;
    padding: 0 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: pre;
    /* display: inline-block; */
    text-align: center;
    /* min-height: auto; */
    font-weight: 500;
    line-height: 1.2em;
}

@media screen and (min-width: 700px) {
    .p-ranking__table th{
        min-width: 50px;
        
    }
    .p-ranking__table th span{
        font-size: 17px;
    }
}

.p-ranking__table td{
    padding: 8px;
}

@media screen and (min-width: 700px) {
    .p-ranking__table td{
        padding: 13px;
        max-width: 190px;
    }
}
.p-ranking__head a{
    transition: 0.3s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.p-ranking__head a:hover{ 
    opacity: 0.6;
}

.p-ranking__head td{
    border:1px solid #8D98A4;
}
.p-ranking__head td > a{
    margin-top: -13px;
}

.p-ranking__head td.--clinic1 > a{
    transform: translateY(11px);
}
@media screen and (min-width: 700px) {
    .p-ranking__head td > a{
        margin-top: -19px;
    }
    .p-ranking__head td.--clinic1 > a{
        transform: translateY(17px);
    }
}

.p-ranking__head td:first-of-type{
    background-color: #fffff1;
}
.p-ranking__body td:first-of-type{
    background-color: #fffff1;
}

.p-ranking__no th{
    background-color: #fff;
}

.p-ranking__head td p{
    color: #005CC7;
    letter-spacing: 0.01em;
    height: 50px;
    text-align: left;
}
@media screen and (min-width: 700px) {
    .p-ranking__head td p{
        height: 72px;
    }
}
.p-ranking__head td p span.--pr{
    color: #fff;
    font-size: 11px;
    background-color: #005CC7;
    padding: 0 1px;
    line-height: 12px;
    margin-left: 3px;
}

.c-pr{
    color: #fff;
    font-size: 11px;
    background-color: #005CC7;
    padding: 1px;
    line-height: 1em;
    margin-left: 3px;
    border-radius: 2px;
    display: inline-block;
    letter-spacing: 0.01em;
}

.p-ranking__head td a p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-ranking__head td a img{
margin-top: 10px;
}

.p-ranking__head td p span.--clinic{
    /* text-decoration: underline #005CC7; */
    text-decoration: underline;
    text-decoration-color:  #005CC7;
    font-weight: 700;
    /* display: inline; */
    line-height: 1em;
}
.p-ranking__head td p span.--clinic.--1{
    display: inline-block;
    
}
.p-ranking__head th{
    border-bottom:1px solid #fff;
    line-height: 1em;
    vertical-align: middle;
}
.p-ranking__body th{
    border-bottom:1px solid #fff;
    line-height: 1em;
    vertical-align: middle;
}

.p-ranking__body td{
    text-align: center;
    border:1px solid #8D98A4;
    font-weight: 500;
}
.p-ranking__body td:first-of-type p{
    color: #F7711E;
    line-height: 1em;
    font-weight: 700;
}

.p-ranking__body td p{
    font-weight: 500;
}

.p-ranking__body td ul{
    text-align: left;
}

.p-ranking__body td ul li{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 10px;
    font-weight: 500;
}
@media screen and (min-width: 700px) {
    .p-ranking__body td ul li{
        font-size: 14px;
    }
    .p-ranking__body img{
        width: 30px;
        height: 3%;
    }
}
.p-ranking__body.--cell2 th{
    /* min-height:  65px; */
    border-bottom:none;
    border-radius: 3px 0px 0px 0px;
    position: relative;
}
.p-ranking__body.--cell2 th span{
    min-height:  58px;
}


@media screen and (min-width: 700px) {
    .p-ranking__body.--cell2 th{
        min-height:  50px;
    }
    
}


.p-ranking__body.--cell2 th::before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 80%;
    border-bottom: 1px dotted #fff;
    left: 50%;
    transform: translateX(-50%);
}


.p-ranking__body.--cell3 th{
    border-top: none;
    border-radius: 0px 0px 0px 3px;
    /* border: 1px dotted #fff; */
}
.p-ranking__body.--cell3 th span{
    min-height:  43px;
}


@media screen and (min-width: 700px) {
    .p-ranking__body.--cell3 th span{
        min-height:  43px;
    }
    
}


.p-ranking__body.--cell2 td .--top{
    min-height:  50px;
}

@media screen and (min-width: 700px) {
    .p-ranking__body.--cell2 td .--top{
        min-height:  85px;
    }
    
}
.p-ranking__body.--cell2 td .--under{
    min-height:  34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px dotted #3c3c3c;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 700px) {
    .p-ranking__body.--cell2 td .--under{
        min-height:  50px;
        font-size: 20px;
    }
    
}

/* point */

.p-point{
    position: relative;
    z-index: 1;
}

.p-point_content{
    background-color: #EAF5FF;
    padding: 55px 0 40px;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 376px) {
    .p-point_content{
        padding: 18.67vw 0;
    }
}
@media screen and (min-width: 700px) {
    .p-point_content{
        padding: 70px 0;
    }
}

.p-point_list{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
}
@media screen and (min-width: 375px) {
    .p-point_list{
        margin-bottom: 16vw;
    }
}

@media screen and (min-width: 700px) {
    .p-point_list{
        margin-bottom: 90px;
    }
}
.p-point_list:nth-of-type(2n){
    justify-content: flex-start;

}
.p-point_list::before{
    content: "";
    width: 140px;
    height: 144px;
    background-image: url(../img/check01_img.webp);
    background-size: contain;
    position: absolute;
    left: 0;
}
@media screen and (min-width: 375px) {
    .p-point_list::before{
        content: "";
        width: 37.33vw;
        height: 37.33vw;
    }
}
@media screen and (min-width: 700px) {
    .p-point_list::before{
        content: "";
        width: 230px;
        height: 230px;
    }
}
.p-point_list:nth-of-type(2n)::before{
    left: auto;
    right: 0;
}
.p-point_list:nth-of-type(1)::before{
    background-image: url(../img/check01_img.webp);
}
.p-point_list:nth-of-type(2)::before{
    background-image: url(../img/check02_img.webp);
}
.p-point_list:nth-of-type(3)::before{
    background-image: url(../img/check03_img.webp);
}
.p-point_list:nth-of-type(4)::before{
    background-image: url(../img/check04_img.webp);
}
.p-point_list:nth-of-type(4){
    margin-bottom: 0;
}

.p-point_list_text {
    position: relative;
    width: 63%;
}
@media screen and (min-width: 700px) {
    .p-point_list_text {
        width: 66%;
    }
}


.p-point_list_text h3{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 1px solid  #000;
    padding-bottom: 10px;
}
.p-point_list_text img{
    width: 30px;
    margin-right: 10px;
}
.p-point_list_text h3 p{
    font-size: 18px;
    color: #005CC7;
    font-weight: 700;
    line-height: 1.1em;
}
@media screen and (min-width: 375px) {
    .p-point_list_text img{
        width: 10.4vw;
        margin-right: 2.67vw;
    }
    .p-point_list_text h3 p{
        font-size: 4.8vw;
    }
}
@media screen and (min-width: 700px) {
    .p-point_list_text h3{
        border-bottom: 2px solid  #000;
    }
    .p-point_list_text img{
        width: 57px;
        margin-right: 15px;
    }
    .p-point_list_text h3 p{
        font-size: 30px;
    }
}

.p-point_list_img{
    width: 35%;
}

.p-point_list_text p{
font-size: 15px;
margin-top: 10px;
}
@media screen and (min-width: 375px) {
    .p-point_list_text p{
        font-size: 4vw;
    }
}
@media screen and (min-width: 700px) {
    .p-point_list_text p{
        font-size: 23px;
        margin-top: 13px;
        }
}


.p-point_bg{
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 50px;
    left: 0;
}

.p-point_bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: -1px;
    left: 50%;
    border-top: 50px solid  #EAF5FF;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    transform: translateX(-50%);
    }

    @media screen and (min-width: 375px) {
        .p-point_bg::after {
        }
    }
    @media screen and (min-width: 700px) {
        .p-point_bg::after {
            border-top: 150px solid  #EAF5FF;
            top: -68px;
            z-index: -1;
            }
    }
    

.p-point_cta{
    background-image: url(../img/cta_bg_s.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top:30px;
    padding: 50px 0 50px;
    position: relative;
    z-index: 0;
}

.p-point_cta_msg{
    margin-top: 80px;
}

@media screen and (min-width: 700px) {
    .p-point_cta{
        padding: 100px 0 50px;
    }
}
.c-cta_msg{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px; 
}
@media screen and (min-width: 700px) {
    .c-cta_msg{
        margin-bottom: 30px; 
    }
}

.c-clinic_img{
    width: 88%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.p-point_cta .c-btn_parent{
    width: 80%;
}


.c-btn_parent{
    position: relative;
    z-index: 1;
    width: 100%;
    margin:  0 auto;
}

a.c-btn{
    display: block;
    width: 100%;
    /* margin:  0 auto; */
    padding: 6px;
    border-radius: 100vh;
    background-color: #F7711E;
    background-image: linear-gradient(to bottom, #FFB600, #FFB600 53%,#FE7900 100%);
    border: 2px solid  #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0.08em; 
    position: relative;
    z-index:10;
    transition: 0.3s;

}

.c-btn_deco{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin:  0 auto;
    padding: 8px;
    border-radius: 100vh;
    background-image: linear-gradient(to right, #6B400D,#706A0F 100%);
    z-index:1;
    left: 0;
    bottom: -8%;
}


/* .c-btn::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin:  0 auto;
    padding: 8px;
    border-radius: 100vh;
    background-image: linear-gradient(to right, #6B400D,#706A0F 100%);
    z-index:1;
    left: 0;
    bottom: -10%;
    
} */
a.c-btn:hover{
    transform: translateY(3px);
    opacity: 0.9;
}

a.c-btn::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/btn_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index:1;
}

@media screen and (min-width: 700px) {
    a.c-btn{
        font-size: 24px;
        line-height: 1.2em;
        padding: 10px;
    }
    a.c-btn::before{
        width: 40px;
        height: 40px;
    }
}


/* detail */

.p-detail_content{
    padding: 30px 0 0;
}

@media screen and (min-width: 700px) {
    .p-detail_content{
        padding: 50px 0 0;
    }
}

.p-detail_box{
    margin-bottom: 50px;
}

.p-detail_box_main_clinic_img{
    margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
    .p-detail_box_main_clinic_img{
        margin-bottom: 30px;
    }
}
.p-detail_box_head{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
    .p-detail_box_head{
        margin-bottom: 30px;
    }
}
.p-detail_box_head_title{
    margin-left: 10px;
    transition: 0.3s;
}
.p-detail_box_head_title:hover{
    opacity: 0.6;
}

.p-detail_box_head_title span{
    font-size: 14px;
}
.p-detail_box_head_title p{
    font-size: 19px;
    color: #005CC7;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #005CC7;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 700px) {
    .p-detail_box_head img{
        width: 80px;
        margin-right: 10px;

    }
    .p-detail_box_head_title span{
        font-size: 18px;
    }
    .p-detail_box_head_title p{
        font-size: 28px;
    }
}

.p-detail_box_main{
    background-image: linear-gradient(to bottom, #fff 0%,#fff 100px,  #f2f2f2 100px);
}
.p-detail_box:first-of-type .p-detail_box_main{
    background-image: linear-gradient(to bottom, #fff 0%,#fff 100px,  #EAF5FF 100px);
}


.p-detail_box_main_inner{
    width: 88%;
    margin: 0 auto;
}

.p-detail_evaluation{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-detail_evaluation_point{
    width: 40%;
}

.p-detail_evaluation_point .--title{
    display: inline-block;
    background-color: #005CC7;
    color: #fff;
    padding: 5px;
    width: 42px;
    height: 42px;
    line-height: 1.1em;
    font-size: 14px;
    text-align: center;
}
.p-detail_evaluation_point .--point{
    display: inline-block;
    color: #005CC7;
    font-size: 33px;
    font-weight: 900;
    margin-left: 5px;
}
@media screen and (min-width: 700px) {
    .p-detail_evaluation_point .--title{
        padding: 9px;
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    .p-detail_evaluation_point .--point{
        font-size: 50px;
        margin-left: 10px;
    }
}
.p-detail_evaluation_item{
    width: 56%;
}

.p-detail_evaluation_item ul li{
    display: flex;
    justify-content: space-between;
}

.p-detail_star_title{
    font-size: 12px;
    width: 44%;
}

@media screen and (min-width: 700px) {
    .p-detail_star_title{
        font-size: 16px;
    }
}
.p-detail_star{
    width: 56%;
    display: flex;
    align-items: center;
}
.p-detail_star img{
    width: 15px;
    margin: 1px;
}
@media screen and (min-width: 700px) {
    .p-detail_star img{
        width: 24px;
        margin: 2px;
    }
}

.p-detail_msg{
    width: 88%;
    margin: 10px auto 20px;
    text-align: center;

}
.p-detail_msg p{
    padding: 5px 0 5px;
    background-size: 6px 2px;
    background-image: linear-gradient(to right, #005CC7 2px, transparent 2px);
    background-position: left bottom;
    background-repeat: repeat-x;
}

@media screen and (min-width: 700px) {
    .p-detail_msg{
        margin: 15px auto 30px;
    }
    .p-detail_msg p{
        padding: 8px 0 8px;
        font-size: 22px;
    }
}

.p-detail_msg .--price{
    font-size: 25px;
    font-weight: 900;
}

@media screen and (min-width: 700px) {
    .p-detail_msg .--price{
        font-size: 36px;
    }
}


.p-detail_plan table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

.p-detail_plan tr{
    width: 100%;
    padding: 5px;
}
.p-detail_plan th{
    background-color: #005CC7;
    color: #fff;
    font-size: 14px;
    width: 30%;
}

@media screen and (min-width: 700px) {
    .p-detail_plan table{
        border-spacing: 3px;
    }
    
    .p-detail_plan th{
        font-size: 17px;
        padding: 5px;
    }
}
.p-detail_plan td{
    width: 60%;
    text-align: center;
    background-color: #fff;
    padding: 1px 0;
}
@media screen and (min-width: 700px) {
    .p-detail_plan td{
        font-size: 17px;
    }
}

.p-detail_point{
    margin-top: 20px;
    position: relative;
    z-index: 1;

}

.p-detail_point_msg{
    border-radius: 100vh;
    background-image: linear-gradient(to right, #0070FF,#003490 100%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 5px;
    letter-spacing: 0.05em;
    position: relative;
    border:solid 1px #fff;
    font-size: 14px;
}
@media screen and (min-width: 700px) {

    .p-detail_point{
        margin-top: 40px;
    }
    .p-detail_point_msg{
        font-size: 20px;
        padding: 10px 8px;
    }
}
.p-detail_point_msg::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 7px;
    background: linear-gradient(90deg, #0053ca 0%, #0051c6 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.p-detail_point_main{
    background-image: url(../img/detail_bg.webp);
    background-size: cover;
    margin-top: 15px;
    padding: 15px;
    position: relative;
    /* z-index: 1; */
}
.p-detail_point_main::before{
    content: '';
    position: absolute;
    background-color: #0051c6;
    width: 67px;
    height: 35px;
    left: -5px;
    top: -5px;
    z-index: -1;
}
.p-detail_point_main::after{
    content: '';
    position: absolute;
    background-color: #0051c6;
    width: 67px;
    height: 35px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
@media screen and (min-width: 700px) {

    .p-detail_point_main{
        margin-top: 28px;
        padding: 40px 30px;
    }
}


.p-detail_point_head{
    display: flex;
    align-items: 
    flex-start;
    font-size: 15px;
}
.p-detail_point_head p{
    line-height: 1.2em;
}
.p-detail_point_head img{
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 3px;
}

@media screen and (min-width: 700px) {
    .p-detail_point_head{
        font-size: 21px;
    }
    .p-detail_point_head img{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}

.p-detail_point_content{
    padding-left: 22px;
    margin-top: 5px;
}

@media screen and (min-width: 700px) {
    .p-detail_point_content{
        margin-top: 14px;
        padding-left: 30px;
    }
}
.p-detail_point_content p{
    margin-top: 5px;
    font-size: 14px;
}

@media screen and (min-width: 700px) {
    .p-detail_point_content p{
        font-size: 17px;
        margin-top: 15px;
    }
}
.p-detail_point_content p span{
    color: #F7711E;
}

.p-detail_point_content span.--note{
    font-size: 11px;
}
@media screen and (min-width: 700px) {
    .p-detail_point_content span.--note{
        font-size: 15px;
        margin-top: 10px;
    }
}

.p-detail_point_list{
    margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
    .p-detail_point_list{
        margin-bottom: 30px;
    }
}

.p-detail_point_list:last-of-type{
    margin-bottom: 0px;
}



.p-voice{
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
}

.p-voice_list{
    /* background-color: #fff; */
    background-image: linear-gradient(to bottom, transparent 0%,transparent 15px,  #fff 15px, #fff 100%);
    padding-bottom:10px;
    /* height: 300px; */
    
}

@media screen and (min-width: 700px) {
    .p-voice_list{
        background-image: linear-gradient(to bottom, transparent 0%,transparent 25px,  #fff 25px, #fff 100%);
        padding-bottom:30px;
    }
}

.p-voice_head{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.p-voice_slider{
    margin-top: 10px;
}

.p-voice_img{
    width: 18%;
    margin-right: 10px;
}

.p-voice_evaluation{
    width: 78%;
}
.p-voice_star{
    display: flex;
}
.p-voice_star img{
    width: 12px;
    height: 10px;
}
.p-voice_list_inner{
    width: 90%;
    margin: 0 auto;
}

.p-voice_evaluation p{
    font-size: 10px;
    text-decoration: underline;
    color: #808080;
}
.p-voice_evaluation p a{
    color: #808080;
}
.p-voice_comment{
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.8em;
}
@media screen and (min-width: 700px) {
    .p-voice_star img{
        width: 20px;
        height: 18px;
        margin-bottom: 5px;
    }

    .p-voice_evaluation p{
        font-size: 14px;
    }
    .p-voice_comment{
        font-size: 14px;
        margin-top: 20px;
        /* line-height: 1.8em; */
    }
}


.p-voice_comment span{
    background-image: linear-gradient(to bottom, #fff 0%,#fff 10%,  #FEF9DA 10%, #FEF9DA 94%, #fff 94% ,#fff 100%);
    line-height: 1em;
}
.p-voice a.c-btn{
    width: 100%;
    margin-top: 65px;
}

@media screen and (min-width: 700px) {
    .p-voice a.c-btn{
        margin-top: 85px;
    }
}


.slick-track {
    display: flex!important;
}
.slick-slide {
    height: auto !important;
}

.slide-arrow{
    width: 98px;
    height: 23px;
    position: absolute;
    bottom: -35px;
    z-index: 2;
}

@media screen and (min-width: 700px) {
    .slide-arrow{
        width: 130px;
        height: 27px;
        position: absolute;
        bottom: -40px;
    }
    
}

.prev-arrow{
    left: 0%;
}
.next-arrow{
    right: 0%;
}

.p-voice .slick-dots li button{
    /* background-color: #fff; */
    border: solid 1px #005CC7;
    width: 9px;
    height: 9px;
    margin: 0 auto;
}
.p-voice .slick-dots li {
    margin: 0 3px;
}

.p-voice .slick-dots{
    bottom: -37px;
}
@media screen and (min-width: 700px) {
    .p-voice .slick-dots{
        bottom: -40px;
    }
}

.p-voice .slick-dots li button:before{
display: none;
}

.p-voice .slick-dots li.slick-active button{
    background-color: #005CC7;
    width: 9px;
    height: 9px;
}

.p-last_cta{
    background-image: url(../img/cta_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -50px;
    padding: 30px 0 30px;
    position: relative;
    z-index: 1;
}

.p-last_cta .c-btn_parent{
    width: 80%;
}

.p-last_cta_arrow{
    width: 26px;
    margin: 0 auto;
}

.p-last_cta_msg{
    margin-top: 20px;
    
}

.p-last_cta_point{
    width: 90%;
    margin: 0 auto;

}
@media screen and (min-width: 700px) {
    .p-last_cta_point{
        width: 86%;
        margin: 0 auto;
    }
}

.p-last_cta_point img{
    display: inline-block;

}

.p-last_cta_point{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
    .p-last_cta_point{
        margin-bottom: 40px;
    }
}


.p-last_cta_point img{
    width: 30%;
    margin-top: 5px;

}


/* footer */
.l-footer{
    text-align: center;
    font-size: 13px;
    background-image: linear-gradient(to right, #0070FF, #003490 100%);
    padding: 5px;
}

.l-footer a{
    color: #fff;
    text-decoration: underline;
}


/* info */

h1{
    background-image: linear-gradient(to right, #0070FF, #003490 100%);
    color: #fff;
    font-size: 18px;
    padding: 10px;
    padding-left: 30px;
    font-weight: 700;
}

.p-info_main{
    padding: 30px 0;
    margin-bottom: 30px;

}
.p-info_main .l-container{
    width: 88%;
    margin: 0 auto;
}

.p-info_item{
    border-bottom: solid 1px #005cc7;
    display: flex;
    padding: 5px;
}
.p-info_item_head{
    width: 30%;
    color: #005CC7;
}

a.p-info_back{
    width: 100%;
    text-align: center;
    padding: 8px;
    display: inline-block;
    border: solid 1px #005CC7;
    color: #005CC7;
    margin-top: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: 0.3s;

}

a.p-info_back:hover{
    color: #fff;
    background-color: #005CC7;
}

.p-info_sub{
    padding: 30px 0 10px;
    background-color: #EAF5FF;
    margin-top: 30px;
}

.p-info_sub_title{
    color: #005CC7;
    font-size: 14px;
    margin-bottom: 10px;
}

.p-info_sub ul{
    margin-bottom: 30px;
}

.p-info_sub ul li{
    font-size: 13px;
    color: #666;
}

.p-info_sub p{
    font-size: 13px;
    color: #666;
    margin-bottom: 30px;
}


.scroll-hint-icon:after {
    width: 69px !important;
    height: 4px !important;
    top: 30px !important;
    margin-left: auto !important;
    transform: translateX(-50%);
    background-size: contain !important;
    background-image: url(../img/scroll_arrow.png) !important;
}
.scroll-hint-icon::before {
    width: 26px !important;
    height: 37px !important;
    background-image: url(../img/scroll_finger.png) !important;

}

.scroll-hint-icon {
    width: 132px !important;
    height: 75px !important;
    border-radius: 0px !important; 
    background: #333333CC !important; 
    top: calc(50% - 38px)!important; 
    left: calc(50% - 70px)!important; 
    padding: 10px 10px 10px 10px!important; 
}


