body{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
main {
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0 0 10px #0000005e;
    margin-bottom: 14vw;
}
@media screen and (min-width:375px) {
    main {
        margin-bottom: 93px;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* アコーディオン */
.accordion__body {
    height: 0;
    overflow: hidden;
    transition: 0.3s ease;
}

/* Sticky */
.sticky {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 640px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 1000;
}

.sticky__tel_num {
    position: absolute;
    top: 7.5vw;
    left: 15vw;
    font-size: 3.6vw;
    color: #1b1f84;
    font-weight: bold;
}
@media screen and (min-width:641px) {
    .sticky__tel_num {
        top: 48px;
        left: 96px;
        font-size: 23px;
}
}

/* FV */
.fv {
    position: relative;
}

.fv__tel {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1vw;
    top: 3.2vw;
    right: 3vw;
    font-size: 3.2vw;
    line-height: 1.2;
    font-weight: bold;
    color: #1b1f84;
    text-decoration: none;
}

@media screen and (min-width:641px) {
    .fv__tel {
        gap: 6px;
        top: 20px;
        right: 19px;
        font-size: 20px;
    }
}

.fv__tel img {
    width: 6vw;
}

@media screen and (min-width:641px) {
    .fv__tel img {
        width: 40px;
    }
}

.fv__cta {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
}

/* こんなクリニックには注意 */
.danger {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.danger__button {
    padding: 5px 10px;
    border: 1px solid #1e2087;
    border-radius: 50px;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e2087;
    font-weight: bold;
    min-width: 200px;
    background-color: #fff;
    margin: 20px auto;
    font-size: 20px;
}

.danger__button::before {
    content: '続きを読む';
}

.open .danger__button::before {
    content: '閉じる';
}


/* デメリット */
.demerits {
    position: relative;
    padding: 20px;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #1e2087;
    background-color: #fff;
    margin-bottom: 10px;
}

.demerits::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #7779b7;
    z-index: -1;
}

.demerits__title {
    text-align: center;
    color: #1e2087;
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
    padding-bottom: 20px;
}

.demerits li {
    border-bottom: 1px solid #1e2087;
}

.demerits li:last-of-type {
    border: initial;
}

.demerits__sub-title {
    position: relative;
    color: #1e2087;
    font-weight: bold;
    padding: 15px 0;
}

.demerits__sub-title::before {
    content: '＋';
    font-size: 20px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.open .demerits__sub-title::before {
    content: 'ー';
}

.demerits__body div {
    padding-bottom: 20px;
}

/* 価格表 */
.danger.--menu {
    background-color: #f8f9f5;
}

/* スライド */
.swiper {
    background-color: #f8f8f5;
    padding: 0 20px 50px !important;
}

.swiper-slide {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #1e2087;
    position: relative;
}

.swiper-slide__label {
    position: absolute;
    background-color: #1e2087;
    border-radius: 20px;
    top: 30px;
    left: -40px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 10px 10px 40px;
}
.swiper-slide__label span {
    font-size: 40px;
}


.swiper-slide__title {
    display: block;
    text-decoration: underline;
    color: #1e2087;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 50px;
    padding-left: 30%;
}

.swiper-slide__txt sup {
    margin-top: 20px;
    display: block;
}

.swiper-slide__img {
    margin-top: 20px;
}

/* QA */
.qa {
    margin-bottom: 20px;
}
.qa li {
    border-bottom: 1px solid #1e2087;
}
.qa__title {
    position: relative;
    text-align: center;
    color: #1e2087;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
}

.qa__title::before {
    content: '＋';
    font-size: 25px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.open .qa__title::before {
    content: 'ー';
}

.qa__body {
    width: 80%;
    margin: 0 auto;
}

.open .qa__body {
    border-top: 1px solid #1e2087c6;
}

.qa__body__inner {
    padding: 20px 0;
}

/* タイトル */
h2 {
    font-family: "M PLUS 1 Code", monospace;
    color: #1e2086;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #f8f8f6;
    padding: 2% 0;
}
@media screen and (max-width:640px) {
    h2 {
        font-size: 6.875vw;
    }
}

/* enquete */
.p-enquete__section{background:#003371;padding:15px;}
.p-enquete__section .c-section__body{
    background:#fff;
    padding:12px 12px 40px;
}
.p-enquete__title {font-size: 24px; margin-bottom: 15px;color:#fff;font-weight: 700;}
.p-enquete__balloon{display:inline-block;margin:30px 5px 0;width:15%;vertical-align:top;font-size:24px;}
.p-enquete__balloon.mt0{margin:0 5px;}
.p-enquete__question{border-bottom:1px dotted #bebebe;font-size:19px;font-weight:700;line-height:1.5;margin:3px 0 0;}
ul.q1_ul,ul.q2_ul,ul.q3_ul,ul.q4_ul,ul.q5_ul{overflow:visible;padding-right:0;position:relative;width:100%;}
.p-enquete__section li{color:#333;line-height:1.8;font-size:18px;margin:10px 0 0;display:flex;align-items:center;}
.p-enquete__section input{display:none;}
.p-enquete__section label{border:solid 3px #003371;display:block;padding:0;font-weight:bold;border-radius:28px;width:100%;display:block;position:relative;}
.p-enquete__section label::before{position:absolute;content:'';width:26px;height:26px;border-radius:50%;border:2px solid #ccc;top:11px;left:15px;}
.check-mark{position:absolute;display:block;width:16px;height:16px;border-radius:50px;border:2px solid #f96680;background-color:#f96680;top:16px;left:20px;opacity:0;}
.p-enquete__section label:has(input:checked){border-color:#f96680;color:#f96680;box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);transition:200ms;}
.p-enquete__section input:checked + .check-mark{opacity:1;}
.p-enquete__section input{display:none;}
.label-text{line-height:1.6;display:block;position:relative;cursor:pointer;padding:10px 25px 10px 50px;}
.p-enquete__section label{background:#fff;}
.p-enquete__contact{margin-top: 20px;display: block;}
@media screen and (min-width: 769px){
.p-enquete__section div{padding:12px 12px 60px;}
}
@media screen and (max-width: 768px){
.p-enquete__section{padding:10px;}
.p-enquete__balloon{width:20%;font-size:14px;}
.p-enquete__title {font-size: 16px; margin-bottom: 10px;}
.p-enquete__question{font-size:16px;}
.p-enquete__section label{padding:5px;border-radius:28px;}
.label-text{font-size:14px;padding: 5px 20px 5px 32px;}
.p-enquete__section li{font-size:26px;}
.p-enquete__section label::before{top:11px;left:10px;width:20px;height:20px;}
.check-mark{top:15px;left:14px;width:12px;height:12px;}
}
p.thanks{font-size:14px;font-weight:bold;line-height:1.6;margin:40px auto 0;padding:0;text-align:center;}
@media screen and (min-width: 769px){
p.thanks{font-size:24px;margin:50px auto 0;}
}


/* CV */
.p-cv__section{background:#0f126d;padding:50px 15px;}
.p-cv__title {font-size: 30px; margin-bottom: 20px;color:#fff;font-weight: 700; text-align: center;}
.p-cv__contact{display: block;}

@media screen and (max-width: 768px){
.p-cv__section{padding:30px 20px;}
.p-cv__title {font-size: 4.8vw; margin-bottom: 20px;}
}

.u-bg-pink{
    background-color: #E04B6D !important;
}

.u-py{
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}