* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'GenJyuuB';
    src: url('../font/GenJyuuGothicX-P-Bold.eot'),
         url('../font/GenJyuuGothicX-P-Bold.woff') format('woff'),
         url('../font/GenJyuuGothicX-P-Bold.woff2') format('woff2'),
         url('../font/GenJyuuGothicX-P-Bold.ttf')  format('ttf');
}
@font-face {
    font-family: 'GenJyuuH';
    src: url('../font/GenJyuuGothicX-P-Heavy.eot'),
         url('../font/GenJyuuGothicX-P-Heavy.woff') format('woff'),
         url('../font/GenJyuuGothicX-P-Heavy.woff2') format('woff2'),
         url('../font/GenJyuuGothicX-P-Heavy.ttf')  format('ttf');
}
@font-face {
    font-family: 'TrueLine';
    src: url('../font/TrueLineG-E.eot'),
         url('../font/TrueLineG-E.woff') format('woff'),
         url('../font/TrueLineG-E.woff2') format('woff2'),
         url('../font/TrueLineG-E.ttf')  format('ttf');
}


body {
    background: #fff;
    color: #333333;
    font-family: 'GenJyuuB', 'Lucida Grande', Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}

img{
    display: block;
    max-width: 100%;
}
h1, h2, p, a{
    margin: 0;
    word-break: break-all;
}
.wrapper{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.pb-0{
    padding-bottom: 0!important;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.pc_md{
    display: block;
}
.sp_md{
    display: none;
}

.spot{
    display: inline-block;
    margin: 0 -10px;
}


/* ----- btn blue ----- */
.btn_blue{
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    line-height: 80px;
    max-width: 800px;
    margin: 0 auto;
    background: #0092E4;
    border-radius: 10px;
    border: 5px solid #fff;
    color: #fff;
    font-family: 'GenJyuuB';
    font-size: 35px;
    text-align: center;
	text-shadow: 1px 4px 0 #027cc3;
}
.btn_blue::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    transform: rotate(45deg);
}



/* ----- header ----- */
.header{
    width: 100%;
    height: 990px;
    background: url(../img/hero.png) center center;
    background-size: cover;
}
.header_cover{
    width: 100%;
    height: 100%;
    position: static;
}
.rotation{
    position: absolute;
    display:inline-block;
    opacity: 0.4;
}
.rotation1{
    background: url(../img/circle.png) center center no-repeat;
    width: 134px;
    height: 196px;
    top: 26%;
    left: 30%;
}
.rotation2{
    background: url(../circle2.png) center center no-repeat;
    width: 186px;
    height: 153px;
    top: 86%;
    left: 11%;
}
.rotation3{
    background: url(../img/circle3.png) center center no-repeat;
    width: 177px;
    height: 165px;
    top: 41%;
    left: 85%;
}
.header_inner{
    position: relative;
    left: 0;
    right: 0;
	padding-bottom: 5rem;
}
.header_el{
    overflow: hidden;
}
.header_el_ttl{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
}
.caption{
    margin: 65px auto 60px;
    max-width: 480px;
}
.video{
    background: rgba(255, 255, 255, 0.6);
    padding: 25px;
    height: 500px;
}
.video_el{
    width: 100%;
    height: 450px;
    cursor: pointer;
}
.video_el:hover{
    opacity: 0.8;
}



/* ----- fix_area ----- */
.fix_area{
    position: fixed;
    right: 0;
    bottom: 5%;
    width: 60px;
	z-index: 10;
}


@media (max-width: 1100px){
    .fix_area {
        display: none;
    }
}




/* ----- contents ----- */
.contents{
    padding: 70px 0;
    box-shadow: 0 0px 30px rgb(0, 56, 120, 0.3);
    background: #fff;
    position: relative;
}
.contents_ttl{
    margin: 0 0 10px;
    font-size: 32px;
    text-align: center;
}
.contents_text{
    font-size: 16px;
    text-align: center;
}
/* blue */
.contents_blue{
    overflow: hidden;
    background: linear-gradient(#43BBFF, #6CF0FF );
    padding: 90px 0;
}
.contents_blue_ttl{
    color: #fff;
    font-family: 'GenJyuuB';
    font-size: 50px;
    text-align: center;
    text-shadow: 1px 4px 0 rgba(0, 129, 203, 0.57);
    line-height: 1.3;
    margin: 0 0 45px;
}
.contents_blue_ttl_s{
    color: #fff;
    font-family: 'GenJyuuB';
    font-size: 35px;
    text-align: center;
    text-shadow: 1px 4px 0 rgba(0, 129, 203, 0.57);
    line-height: 1.3;
    margin: 0 0 45px;
}
.contents_blue_ttl_s span {
    color: #f5ec7c;
}
.contents_blue_ttl_s font {
     font-size: 45px;
    }
.contents_blue_text{
    color: #fff;
    font-family: 'GenJyuuB';
    font-size: 17px;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
    margin: 0 0 45px;
}
/* white */
.contents_white{
    overflow: hidden;
    background: #fff;
    padding: 90px 0;
}
.contents_white_ttl{
    font-family: 'GenJyuuB';
    font-size: 35px;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 45px;
}



/* ----- contact ----- */
.contact{
    width: 100%;
    height: 310px;
    background: url(../img/bg.png) center center;
    background-size: cover;
    box-shadow: 0px 10px 20px 0px rgb(0, 56, 120, 0.3) inset;
    position: relative;
}
.contact_el{
    position: relative;
    padding: 0 25px;
    width: 100%;
    height: 310px;
}
.contact_el_phone{
    position: absolute;
    bottom: 0;
}
.contact_el_tel{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 95px;
    margin: auto;
    width: 435px;
}



/* ----- doctors ----- */
footer{
    background: #fff;
    position: relative;
}
.doctors{
    overflow: hidden;
    height: 155px;
    margin: 0 auto;
}
.doctors_ttl{
    margin: 50px 0 0;
}
.doctors_ttl img{
    width: 220px;
    margin: 0 auto;
}
.doctors_link{
    display: flex;
    width: 100%;
    max-width: 630px;
    margin: 15px auto 0;
}
.doctors_link a{
    margin: 0 auto;
}
.doctors_link img{
    width: 185px;
    margin: 0 auto;
}



/* ----- copylight ----- */
.copylight{
    position: relative;
    background: #0087cb;
    height: 40px;
}
.copylight_text{
    color: #fff;
    line-height: 40px;
    text-align: center;
    padding-left: 25px;
}
.copylight span{
    display: inline-block;
    width: 100px;
}
.doctors_img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
}



/* ----- お問い合わせ 確認画面 ----- */
.main_bg{
    background: url(../img/bg_main.png) center center no-repeat;
    background-size: cover;
}
.confirm_ttl{
    background: rgb(0, 135, 203, 0.9);
    color: #fff;
    padding: 10px 0;
}
.confirm_ttl h1{
    font-weight: 500;
    font-size: 26px;
}
.confirm_ttl_s{
    background: rgb(255, 255, 255, 0.8);
    padding: 10px 0;
}
.confirm_ttl_s h2{
    color: #ff0000;
    font-weight: 500;
    font-size: 18px;
}
.form_confirm{
    background: rgba(255, 255, 255, 0.8);
    margin: 70px 0;
    padding: 70px 0;
}
.form_confirm_text{
    margin: 0 0 35px 120px;
}



/* ----- お問い合わせ 完了画面 ----- */
.form_thanks{
    height: 560px;
}
.form_thanks_el{
    background: rgb(255, 255, 255, 0.8);
    margin: 75px 0;
    padding: 75px;
}



/* ----- マンガ ----- */
.manga_bg{
    background-color: #edf8ff;
}
.manga_bg:before{
    content: "";
    background: url(../img/bg_manga.svg) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transform: translateZ(0);
}
.manga_ttl{
    /*margin: 30px 30px 0 20px;*/
	margin: 10px 25px 50px 10px;
}

.manga_area{
    list-style: none;
    overflow: hidden;
    /*margin: 40px 0 30px;*/
	margin: -25px 0 30px;
    padding: 0;
}
.manga .btn_blue {margin-bottom:6rem;}


/* ----- 東京ドクターズCP ----- */
.contents_doctors{
    position: relative;
}
.contents_doctors_img{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(60, 127, 194, 0.76);
}
/* balloon */
.balloon_a{
    position: absolute;
    top: 300px;
    left: -10px;
    width: 180px;
    height: 180px;
    padding: 37.5px 0;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-family: 'TrueLine';
    font-size: 28px;
    background: #0092E4;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(60, 127, 194, 0.76);
}
.balloon_a::before{
    content: "";
    position: absolute;
    bottom: -33px;
    left: 83%;
    margin-left: -15px;
    border: 18px solid transparent;
    border-top: 45px solid #0092E4;
    z-index: 0;
    transform: rotate(-35deg);
}
.balloon_a_large{
    font-size: 38px;
    line-height: 1.5;
}
.balloon_a_small{
    font-size: 22px;
    line-height: 1.5;
}
.balloon_a_mark{
    margin-left: 5px;
}
.balloon_b{
    position: absolute;
    top: 280px;
    right: 38px;
    padding: 16px 0;
    width: 105px;
    height: 105px;
    margin: -150px 30px 60px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    font-family: 'TrueLine';
    font-size: 21px;
    background: #dc000c;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(60, 127, 194, 0.76);
}
.balloon_b::before{
    content: "";
    position: absolute;
    bottom: -21px;
    left: 25%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 25px solid #dc000c;
    z-index: 0;
    transform: rotate(30deg);
}


/* ----- media ----- */
.media{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.media_el{
    position: relative;
    height: 170px;
    width: 25%;
    margin: 0 1%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 96, 164, 0.14);
    background: #fff;
}
.media_el_ttl{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 10px;
    font-size: 9px;
    text-align: center;
}
.media_el img{
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.media_tv::before{
    position: absolute;
    content: "";
    background: url(../img/icon_tv.svg) center no-repeat;
    width: 13px;
    height: 13px;
    margin-left: -15px;
}
.media_mj::before{
    position: absolute;
    content: "";
    background: url(../img/icon_mj.svg) center no-repeat;
    width: 15px;
    height: 13px;
    margin-left: -20px;
}
.media_book::before{
    position: absolute;
    content: "";
    background: url(../img/icon_book.svg) center no-repeat;
    width: 13px;
    height: 13px;
    margin-left: -17px;
}


/* ----- たくさんの先生方が利用しています ----- */
.doctorsInfo{
    position: relative;
}
.doctorsInfo::before{
    position: absolute;
    content: "";
    background: rgb(82 207 255 / 50%);
    border-radius: 10px;
    width: 260px;
    height: 250px;
    top: 0;
    left: 27px;
    z-index: 2;
}
.doctorsInfo::after{
    position: absolute;
    content: "";
    background: rgb(82 207 255 / 50%);
    border-radius: 10px;
    width: 260px;
    height: 250px;
    top: 0;
    right: 27px;
    z-index: 2;
}
.doctorsInfo_ttl{
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    margin: 30px 0 30px -260px;
    width: 800px;
}
.doctorsInfo_clinic{
    color: rgb(17 181 243);
    font-size: 15px;
    text-align: center;
}


/* ----- ドクターズが選ばれる3つの理由 ----- */
.pickup{
    overflow: hidden;
    background: #fff;
}
.pickup_cover{
    background: url(../img/bg_border.svg) center left no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 90px 0;
    text-align: center;
}
.pickup_ttl{
    color: #1a1311;
    font-family: 'GenJyuuB';
    font-size: 50px;
    text-align: center;
    text-shadow: 1px 4px 0 #fff;
    line-height: 1.3;
    margin: 0 0 45px;
}
.pickup_subttl{
    display: inline-block;
    color: #43bbff;
    font-family: 'GenJyuuB';
    font-size: 35px;
    text-align: center;
    text-shadow: 1px 6px 0 #fff;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0 auto 45px;
    padding: 0 10px;
    background: linear-gradient(transparent 70%, #fefa74 70%);
}
.pickup_subttl span{
    font-size: 50px;
}
.pickup_list{
    position: relative;
    background: #fff;
    padding: 30px;
    margin: 0 auto 35px;
    max-width: 800px;
}
.pickup_listHeader{
    margin: 0 0 60px;
}
.pickup_list_number{
    display: block;
    float: left;
    background: url(../img/number_box.svg) center left no-repeat;
    background-size: contain;
    font-family: 'TrueLine';
    font-size: 30px;
    width: 73px;
    height: 72px;
    line-height: 2;
    text-align: left;
    padding-left: 18px;
}
.pickup_list_ttl{
    font-size: 30px;
    margin: 0 0 15px 95px;
    line-height: 1.3;
    text-align: left;
}
.pickup_list_text{
    margin: 0 0 0 95px;
    text-align: left;
}
.pickup_listMain{
    display: flex;
    overflow: hidden;
}
.pickup_listMain_el{
    width: 50%;
    margin: 0 1%;
}
.pickup_listMain_ttl{
    position: relative;
    color: #339ecc;
    font-size: 26px;
    margin: 0 0 10px;
    padding-left: 25px;
    text-align: left;
}
.pickup_listMain_ttl::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../img/border_blue.svg);
    width: 15px;
    height: 15px;
    margin: auto;
}
.pickup_listMain .pickup_listMain_el:first-child{
    margin-right: 3%;
}
.pickup_listMain_el img{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 0 10px;
}
.pickup_cover .wrapper .pickup03 {margin-bottom: 20px;}

/* 上記のサービスをすべて利用できて3,980円 */
.pickup_price{
    position: relative;
    width: 100%;
    max-width: 575px;
    background: #fff;
    border: 6px solid #dc000c;
    color: #dc000c;
    padding: 20px;
    margin: 90px auto 60px;
    text-align: center;
    font-family: GenJyuuH;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.pickup_price:after,.pickup_price:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
}
.pickup_price:after{
    border-color: rgba(255, 15, 0, 0);
    border-top-width: 23px;
    border-bottom-width: 23px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
    border-bottom-color: #fff;
}
.pickup_price:before{
    border-color: rgba(30, 144, 255, 0);
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 21px;
    border-right-width: 21px;
    margin-left: -21px;
    margin-bottom: 2px;
    border-bottom-color: #dc000c;
}
.pickup_price_service{
    margin-left: -45px;
}
.pickup_price_large{
    font-family: 'TrueLine';
    font-size: 105px;
}
.pickup_price_small{
    font-family: 'TrueLine';
    font-size: 45px;
}
.pickup_price_month{
    position: absolute;
    top: 15px;
    right: 25px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 31px;
    background: #dc000c;
    border-radius: 50%;
}
.pickup_price_month::before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 25%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 25px solid #dc000c;
    z-index: 0;
    transform: rotate(30deg);
}
.pickup_price_text{
    margin: 15px 0 0;
    font-size: 11px;
}



/* ----- スクロールのアニメーション ----- */
.slide-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.3s 0s ease-out;
}
.slide-bottom2 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s 0.4s ease-out;
}
.slide-bottom3 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s 0.2s ease-out;
}



/* ----- バウンドのアニメーション ----- */
.slide-top {
    animation: bound 1s ease-out alternate;
}
@keyframes bound{
    0% {transform: translateY(-1300px);}
    25% {transform: translateY(0px);}
    40% {transform: translateY(-70px);}
    56% {transform: translateY(0px);}
    68% {transform: translateY(-40px);}
    75% {transform: translateY(0px);}
    84% {transform: translateY(-18px);}
    90% {transform: translateY(0px);}
    96% {transform: translateY(-10px);}
    100% {transform: translateY(0);}
}



/* ----- 風船のアニメーション ----- */
.balloon_move{
    animation: balloon_animation 1.5s infinite ease-in-out;
}
@keyframes balloon_animation {
    0% { transform: translateY(0) }
    50% { transform: translateY(12px) }
    100% { transform: translateY(0) }
}

.balloon_move2{
    animation: balloon_animation2 1.5s infinite ease-in-out;
}
@keyframes balloon_animation2 {
    0% { transform: translateY(0) }
    50% { transform: translateY(12px) }
    100% { transform: translateY(0) }
}



/* ----- ブルブルのアニメーション ----- */
.shake{
    animation: hurueru 1.7s infinite;
}
.shake2{
    animation: hurueru 2s infinite;
}
@keyframes hurueru {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-15px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-15px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
}




@media ( max-width: 1100px ) {
    .pc_md{
        display: none;
    }
    .sp_md{
        display: block;
    }
	.manga_area {
    margin: -105px 0 30px;
}
}



@media ( max-width: 768px ) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    /* white */
    .contents_white{
        padding: 60px 0 70px;
    }
    .contents_white_ttl{
        font-size: 30px;
    }

    /* ----- btn blue ----- */
    .btn_blue{
        display: block;
        font-size: 25px;
        padding: 14px 15px 14px 0;
        width: 85%;
        line-height: 1.2;
		border: 4px solid #fff;
		height: 97px;
    }
    .btn_blue::after{
        right: 8%;
		width: 10px;
		height: 10px;
		border-radius: 3px;
		border-top: 5px solid #fff;
		border-right: 5px solid #fff;
    }
	.contents_blue.blue02 .btn_blue{
        width: 95%;
    }
    .contents_blue{
        padding: 65px 5%;
    }
	.contents_blue.blue01 {
        padding: 75px 10%;
    }
    .contents_blue_ttl{
        font-size: 35px;
    }
    .contents_blue_ttl_s{
        font-size: 30px;
    }
	.contents_blue_ttl_s font {
        font-size: 38px;
    }
    .contents_blue_text{
        font-size: 15px;
        text-align: left;
    }
	.contents_blue .contents_doctors {
        width: 90%;
		margin: 0 auto;
    }


    /* balloon */
    .balloon_a{
        top: 20%;
        width: 100px;
        height: 100px;
        padding: 18px 0;
        font-size: 15px;
    }
    .balloon_a::before{
        bottom: -28px;
        left: 85%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 30px solid #0092E4;
    }
    .balloon_a_large{
        font-size: 20px;
    }
    .balloon_a_small{
        font-size: 16px;
    }
    .balloon_b{
        top: 10%;
        right: 0;
        margin: 0;
        padding: 12px 0;
        width: 75px;
        height: 75px;
        font-size: 15px;
    }


    /* ----- header ----- */
    .header{
        height: auto;
        background: url(../img/hero.png) center left;
        background-size: cover;
    }
    .header_el_ttl{
        max-width: 500px;
        margin: 0 auto 60px;
        padding: 0 45px;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        letter-spacing: -0.45px;
    }
    .rotation{
        display: none;
    }
    .caption{
        width: 100%;
        max-width: 500px;
        margin: 30px auto 45px;
        padding: 0 32px;
    }
    .video{
        width:90%;
		padding-bottom: 47.25%;
		height:0px;
		position: relative;
		margin: 0 auto;
    }
	.video_el {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


    /* ----- contents ----- */
    .contents{
        padding-bottom: 1.5rem;
    }
    .contents_ttl{
        padding: 0 30px;
        font-size: 22px;
        font-weight: 500;
        text-align: left;
    }
    .contents_text{
        padding: 0 30px;
        text-align: left;
    }


    /* ----- contact ----- */
    .contact{
        padding: 3rem 2rem;
		height: auto;
    }
    .contact_el{
		position: static;
		height: auto;
    }
    .contact_el_phone{
		position: static;
        width: 100%;
        max-width: 550px;
		margin: 0 auto 2rem;
    }
    .contact_el_tel{
		position: static;
        width: 100%;
        max-width: 550px;
    }


    /* ----- doctors ----- */
    .doctors{
        height: auto;
        margin: 0 auto 40px;
    }
    .doctors_ttl img{
        width: 225px;
    }
    .doctors_link{
        display: block;
        margin: 30px auto 0;
    }
    .doctors_link img {
        width: 190px;
        margin: 0 auto 20px;
    }


    /* ----- copylight ----- */
    .copylight span{
        width: 65px;
    }


    /* ----- マンガ ----- */
    .manga_area{
        margin: 10px 0 30px;
    }
	.manga .btn_blue {
		margin-bottom: 5rem;
	}
	.manga_ttl {
    margin: 20px 25px 0 15px;
}


    /* ----- media ----- */
    .media{
        display: block;
        padding: 0 5%;
    }
    .media_el{
        float: left;
        width: 45.5%;
        height: 145px;
    }
    .media .media_el:nth-child(2n+1){
        margin: 0 3% 4% 3%;
    }
    .media .media_el:nth-child(2n){
        margin: 0 3% 4% 0;
    }
    .media_el img{
        max-width: 66%;
        max-height: 57px;
    }


    /* ----- たくさんの先生方が利用しています ----- */
    .doctorsInfo_ttl{
        margin: 30px 0 30px -35%;
        width: 170%;
        font-size: 16px;
		color: #fff;
		line-height: 1.5;
		border-radius: 99px;
		background: rgb(0 146 228 / 30%);
		padding:1.5rem 0;
    }
    .doctorsInfo_clinic{
        margin: -18px 0 -30px -35%;
        width: 170%;
    }


    /* ----- pickup ----- */
    .pickup_cover{
        background: url(../img/bg_border.svg) center left;
        background-attachment: unset;
        background-size: 220%;
        padding: 50px 0 70px;
    }
    .pickup_ttl{
        font-size: 35px;
        margin: 0 0 15px;
    }
    .pickup_subttl{
        margin: 0 auto 70px;
        font-size: 21px;
    }
    .pickup_subttl span {
        font-size: 30px;
    }
    .pickup_list{
        width: 92%;
        padding: 35px 15px 45px;
		margin: 0 auto 75px;
    }
    .pickup_list_number{
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 1.75;
        padding-left: 12.5px;
        margin: auto;
    }
    .pickup_list_ttl{
        font-size: 27px;
        margin: 0 0 30px 0;
        padding-top: 35px;
        text-align: center;
    }
    .pickup_list_text {
        margin: 0;
        text-align: center;
    }
    .pickup_listHeader {
        margin: 0 0 60px;
    }
    .pickup_listMain{
        display: block;
    }
    .pickup_listMain_el{
        width: 100%;
        margin: 0;
    }
    .pickup_listMain .pickup_listMain_el:first-child{
        margin: 0 0 60px;
    }
	.pickup_listMain_el img {
		width: 90%;
		margin: 0 auto;
	}
    .pickup_listMain_ttl{
        font-size: 22px;
        text-align: center;
    }
    .pickup_listMain_ttl::before{
        left: auto;
        margin-left: -25px;
    }
    .pickup_price{
        width: 76%;
        margin: 50px auto 50px;
        padding: 25px 0 5px;
        font-size: 14px;
    }
    .pickup_price_service {
        display: block;
        margin: 0 0 0px -25px;
        font-family: 'GenJyuuH';
        font-size: 18px;
        line-height: 1.47;
		letter-spacing: 4px;
    }
    .pickup_price_large {
        font-size: 60px;
    }
    .pickup_price_small {
        font-size: 30px;
        margin-left: -5px;
    }
    .pickup_price_month{
        top: -10%;
        right: -10%;
        width: 96px;
        height: 96px;
        font-size: 30px;
        line-height: 86px;
        border: 5px solid #fff;
    }
	.pickup_price h2 {line-height: 1.4;}


    /* ----- お問い合わせ 確認画面 ----- */
    .confirm_ttl h1{
        font-size: 20px;
        margin: 0 15px;
    }
    .confirm_ttl_s h2{
        font-size: 15px;
        margin: 0 15px;
    }
    .form_confirm{
        margin: 30px 10px;
        padding: 30px 0;
    }
    .form_confirm_text {
        margin: 0 10px 30px;
    }


    /* ----- お問い合わせ 完了画面 ----- */
    .form_thanks{
        height: auto;
    }
    .form_thanks_el{
        margin: 45px 10px;
        padding: 30px;
    }
}





@media ( max-width: 480px ) {
    /* ----- header ----- */
    .header{
    }
    .video{        
    }
	.header_inner {
    padding-bottom: 3rem;
}

    /* ----- contact ----- */
    .contact {
		padding: 2rem;
	}
    .contact_el{
		padding: 0;
        /*height: 230px;*/
    }
	.contact_el_phone {
		margin: 0px auto 1rem;
	}
	.contact_el_tel {
	}
}


	
