@charset "utf-8";

/*================================

:::::::::: top ::::::::::

================================*/

#top {
                position: absolute;
                top:0;
                left:0;
                visibility: hidden;
                }


/*================================

:::::::::: splash ::::::::::

================================*/

.splash {
                width: 100vw;
                height: 100vh;
                /*transition: all 1s;*/
	background-color: rgba(242, 242, 242, .9);
                position: fixed;
                top: 0;
                left: 0;
                z-index: 9999;
                opacity: 1;
                visibility: visible;
                }

.splash.is-active {
                opacity: 0;
                visibility: hidden;
                display: none;
                }

.splash-animation {
                width: 100vw;
                height: 100vh;
                /*transition: all 1s;*/
                z-index: 9999;
                display: flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                visibility: hidden;
                }

.splash-animation.is-active {
                opacity: 1;
                visibility: visible;
                }

.splash-animation .splash-pack{
                position: relative;
                width: 550px;
                height: auto;
                }
@media screen and (max-width: 768px) {
.splash-animation .splash-pack{
                width: 80%;
                height: auto;
                }
                }

.splash-animation .splash-pack .splash-banner{
                width: 100%;
                height: 100%;
                cursor: pointer;
                box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
                }

.splash-animation .splash-pack .splash-banner img{
                width: 100%;
                height: 100%;
                }

.splash-animation .splash-pack .splash-banner .obi{
                position: absolute;
                width: 100%;
                height: 50px;
                bottom: 0;
                left: 0;
                background-color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-arrow-right.svg);
	background-size: 1rem;
                }
@media screen and (max-width: 768px) {
.splash-animation .splash-pack .splash-banner .obi{
                height: 45px;
                }
                }

.splash-animation .splash-pack .splash-banner .obi p{
                color: #FF9986;
                font-size: 1rem;
                }

.splash-animation .splash-pack .splash-banner:hover .obi p{
                text-decoration: underline;
                }

.splash-animation .splash-pack .splash-close{
                position: absolute;
                width: 50px;
                height: 50px;
                top: -25px;
                right: -25px;
                z-index:1;
                cursor: pointer;
                }
@media screen and (max-width: 768px) {
.splash-animation .splash-pack .splash-close{
                width: 40px;
                height: 40px;
                top: -20px;
                right: -20px;
                }
                }

.splash-animation .splash-pack .splash-close img{
                width: 100%;
                height: 100%;
                }


/*================================

:::::::::: masthead ::::::::::

================================*/

.masthead {
	position: relative;
	display: flex;
	width: 100%;
	}
@media screen and (max-width: 1024px) {
.masthead {
                flex-direction: column;
	}
                }

.masthead .logo{
                position: absolute;
	width: 100%;
	height: auto;
                top: 7%;
                left: 0;
	display: flex;
                justify-content: center;
	}
@media screen and (max-width: 768px) {
.masthead .logo{
                top: 7%;
	}
                }

.masthead .logo img{
                display: block;
                margin: auto;
                width: 35%;
	}
@media screen and (max-width: 1024px) {
.masthead .logo img{
                width: 60%;
	}
                }
@media screen and (max-width: 768px) {
.masthead .logo img{
                width: 88%;
	}
                }

.masthead .photo{
	display: block;
	width: 60%;
	}
@media screen and (max-width: 1024px) {
.masthead .photo{
	width: 100%;
	}
                }

.masthead .photo img{
	width: 100%;
	height: auto;
	}

.masthead .askdoctors{
                position: relative;
	display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
	width: 40%;
                padding-top: 5%;
	}
@media screen and (max-width: 1024px) {
.masthead .askdoctors{
	width: 100%;
                padding-top: 0;
                padding-bottom: 40px;
	}
                }

.masthead .askdoctors .ask_logo{
	width: 20%;
	}
@media screen and (max-width: 1024px) {
.masthead .askdoctors .ask_logo{
                position: absolute;
	width: 120px;
                top: -60px;
                left: calc(50% - 60px);
	}
                }
@media screen and (max-width: 768px) {
.masthead .askdoctors .ask_logo{
	width: 80px;
                top: -40px;
                left: calc(50% - 40px);
	}
                }

.masthead .askdoctors .ask_logo img{
	width: 100%;
	}

.masthead .askdoctors .tugline{
                padding-top: 4rem;
                font-size: 2.8vw;
                text-indent: .5em;
	}
@media screen and (max-width: 1024px) {
.masthead .askdoctors .tugline{
                padding-top: 8rem;
                font-size: 4.8vw;
	}
                }
@media screen and (max-width: 768px) {
.masthead .askdoctors .tugline{
                padding-top: 6rem;
                font-size: 7.2vw;
                text-indent: 1rem;
	}
                }

.masthead .askdoctors .lead{
                padding-top: 3rem;
                font-size: 1.2rem;
                line-height: 1.8em;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.masthead .askdoctors .lead{
                padding-top: 2rem;
                font-size: 1rem;
	}
                }

/*================================

:::::::::: banners ::::::::::

================================*/

.banners {
	position: relative;
	display: flex;
	width: 100%;
                background-color: #F2F2F2;
	}
@media screen and (max-width: 768px) {
.banners {
	}
                }

.banners .inner{
	position: relative;
	display: flex;
                column-gap: 5%;
	width: 90%;
                max-width: 1400px;
                margin: auto;
                padding: 3rem 0;
	}
@media screen and (max-width: 768px) {
.banners .inner{
                flex-direction: column;
                row-gap: 1.5rem;
	width: 90%;
                padding: 3rem 0;
	}
                }

.banners .banner{
	position: relative;
	display: flex;
	width: 100%;
	}

.banners .banner img{
                width: 100%;
                height: auto;
                }

.banners .banner .obi{
                width: 100%;
                height: 50px;
                background-color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-arrow-right.svg);
	background-size: 1rem;
                }
@media screen and (max-width: 768px) {
.banners .banner .obi{
                height: 45px;
                }
                }

.banners .banner .obi p{
                color: #FF9986;
                font-size: 1rem;
                }

.banners .banner:hover .obi p{
                text-decoration: underline;
                }


/*================================

:::::::::: block_concept ::::::::::

================================*/

.block_concept {
	position: relative;
	display: flex;
	width: 100%;
	}
@media screen and (max-width: 768px) {
.block_concept {
                flex-direction: column;
                flex-direction: column-reverse;
	}
                }

.block_concept .concept{
                position: relative;
	display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
	width: 50%;
                padding: 7rem 0;
	}
@media screen and (max-width: 768px) {
.block_concept .concept{
	width: 100%;
                padding: 3rem 0;
	}
                }

.block_concept .concept h2{
                font-size: 2rem;
	}
@media screen and (max-width: 768px) {
.block_concept .concept h2{
                font-size: 1.5rem;
	}
                }

.block_concept .concept p.catch{
                margin-top: 3rem;
                font-size: 1.5rem;
	}
@media screen and (max-width: 768px) {
.block_concept .concept p.catch{
                margin-top: 2rem;
	}
                }

.block_concept .concept img{
                margin-top: 3rem;
	width: 60%;
	height: auto;
	}
@media screen and (max-width: 768px) {
.block_concept .concept img{
	width: 90%;
	}
                }

.block_concept .concept p.lead{
                margin-top: 3rem;
                text-align: center;
                line-height: 2em;
	}

.block_concept .concept p.btn{
                margin-top: 3rem;
                width: auto;
	}

.block_concept .concept p.btn a{
                display: block;
                width: 100%;
                height: auto;
                padding: 1.5rem 4rem;
                background-color: #fff;
                color: #212121;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
                text-align: center;
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-arrow-right-black.svg);
	background-size: 1em;
                border: 1px solid #555;
	}

.block_concept .concept p.btn a:hover{
                background-color: #555;
                color: #fff;
	background-image: url(../images/icon-arrow-right-white.svg);
	}

.block_concept .photo{
	display: block;
	width: 50%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/photo-top-concept_pc.jpg);
	background-size: cover;
	}
@media screen and (max-width: 768px) {
.block_concept .photo{
	display: block;
	width: 100vw;
	height: 100vw;
	}
                }

.block_concept .photo img{
	width: 100%;
	height: auto;
	}


/*================================

:::::::::: block_lineup ::::::::::

================================*/

.block_lineup {
	position: relative;
	width: 100%;
                background-color: #F2F2F2;
                padding: 5rem 0;
                text-align: center;
	}
@media screen and (max-width: 768px) {
.block_lineup {
                padding: 3rem 0;
	}
                }

.block_lineup h2{
                font-size: 2rem;
	}
@media screen and (max-width: 768px) {
.block_lineup h2{
                font-size: 1.5rem;
	}
                }

.block_lineup p.catch{
                margin-top: 3rem;
                font-size: 1rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 768px) {
.block_lineup p.catch{
                margin-top: 2rem;
                font-size: 1rem;
	}
                }

.block_lineup .sub{
	position: relative;
	width: 90%;
                margin: auto;
                padding: 4rem 0 0;
                display: flex;
                flex-direction: column;
                column-gap: 3rem;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub{
                padding: 3rem 0 0;
	}
                }

.block_lineup .sub .pack{
                font-size: 1.3rem;
                line-height: 1em;
	}

.block_lineup .sub .pack .upper{
                padding: 4.5rem 0 4rem 0;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack .upper{
                padding: 3rem 0 2.5rem 0;
	}
                }

.block_lineup .sub .pack p.series{
                font-size: 1.4rem;
                line-height: 1em;
                display: flex;
                align-items: center;
                justify-content: center; 
                color: #81734E;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack p.series{
                font-size: 1.2rem;
	}
                }

.block_lineup .sub .pack p.series:before,
.block_lineup .sub .pack p.series:after{
                border-top: 1px solid;
                content: "";
                width: 20%;
	}

.block_lineup .sub .pack p.series:before {
                margin-right: 1em;
                }
.block_lineup .sub .pack p.series:after {
                margin-left: 1em;
                }

.block_lineup .sub .pack p.lead{
                margin-top: 2rem;
                font-size: 1rem;
                line-height: 1em;
                color: #81734E;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack p.lead{
                margin-top: 1rem;
                line-height: 1.8em;
	}
                }

.block_lineup .sub .pack .inner{
	position: relative;
	width: 100%;
                max-width: 1400px;
                margin: auto;
                display: flex;
                column-gap: 3%;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack .inner{
                max-width: 100%;
                flex-direction: column;
                row-gap: 1rem;
	}
                }

.block_lineup .sub .pack .inner .one{
	position: relative;
                display: flex;
	width: 100%;
                background: #fff;
	}

.block_lineup .sub .pack .inner .one a{
	position: relative;
	width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 3rem 0 2.5rem;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack .inner .one a{
                padding: 2rem 0 1.5rem;
	}
                }

.block_lineup .sub .pack .inner .one a{
	position: relative;
	width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
	}

.block_lineup .sub .pack .inner .one p.shoulder{
                font-size: 1.3rem;
                line-height: 1em;
	}

.block_lineup .sub .pack .inner .one.kata p.shoulder{
                color: #E2511C;
	}
.block_lineup .sub .pack .inner .one.kubi p.shoulder{
                color: #009386;
	}
.block_lineup .sub .pack .inner .one.yoko p.shoulder{
                color: #0065AB;
	}

.block_lineup .sub .pack .inner .one .image{
	width: 60%;
                padding: 2rem 0;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack .inner .one .image{
	width: 90%;
                padding: 2rem 0;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: nowrap;
                column-gap: 10%;
	}
                }

.block_lineup .sub .pack .inner .one .image img.logo{
                display: block;
                width: 100%;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack .inner .one .image img.logo{
                width: 55%;
	}
                }

.block_lineup .sub .pack .inner .one .image img.makura{
                display: block;
                margin: auto;
                margin-top: 2rem;
                width: 80%;
                max-width: 200px;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack .inner .one .image img.makura{
                margin-top: auto;
                width: 35%;
                max-width: 35%;
	}
                }

.block_lineup .sub .pack .inner .one a p.btn{
                display: block;
                width: 50%;
                height: auto;
                margin-top: 1rem;
                padding: 1rem;
                border: 1px solid #212121;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
                font-size: 1rem;
                text-align: center;
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-arrow-right-black.svg);
	background-size: 1em;
	}
.block_lineup .sub .pack .inner .one.kata a p.btn{
                border: 1px solid #E2511C;
	background-image: url(../images/icon-arrow-right-orange.svg);
                color: #E2511C;
	}
.block_lineup .sub .pack .inner .one.kubi a p.btn{
                border: 1px solid #009386;
	background-image: url(../images/icon-arrow-right-green.svg);
                color: #009386;
	}
.block_lineup .sub .pack .inner .one.yoko a p.btn{
                border: 1px solid #0065AB;
	background-image: url(../images/icon-arrow-right-blue.svg);
                color: #0065AB;
	}
.block_lineup .sub .pack.premium .inner .one a p.btn{
                border: 1px solid #81734E;
	background-image: url(../images/icon-arrow-right-gold.svg);
                color: #81734E;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack .inner .one a p.btn{
                margin-top: 0;
                padding: .75rem;
	}
                }

.block_lineup .sub .pack .inner .one a:hover p.btn{
                color: #fff;
	background-image: url(../images/icon-arrow-right-white.svg);
	}
.block_lineup .sub .pack .inner .one.kata a:hover p.btn{
                background-color: #E2511C;
	}
.block_lineup .sub .pack .inner .one.kubi a:hover p.btn{
                background-color: #009386;
	}
.block_lineup .sub .pack .inner .one.yoko a:hover p.btn{
                background-color: #0065AB;
	}
.block_lineup .sub .pack.premium .inner .one a:hover p.btn{
                background-color: #81734E;
	}

.block_lineup .sub .pack.option{
                font-size: 1.3rem;
                line-height: 1em;
	}

.block_lineup .sub .pack.option .upper{
                padding: 4.5rem 0 4rem 0;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack.option .upper{
                padding: 3rem 0 2.5rem 0;
	}
                }

.block_lineup .sub .pack.option p.item{
                font-size: 1.4rem;
                line-height: 1em;
                display: flex;
                align-items: center;
                justify-content: center; 
                color: #212121;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack.option p.item{
                font-size: 1.2rem;
	}
                }

.block_lineup .sub .pack.option .inner{
	position: relative;
	width: 100%;
                display: flex;
                column-gap: 3%;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack.option .inner{
                flex-direction: column;
                row-gap: 1rem;
	}
                }

.block_lineup .sub .pack.option .inner .one{
	position: relative;
                display: flex;
	width: 100%;
                background: #fff;
	}

.block_lineup .sub .pack.option .inner .one a{
	position: relative;
	width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 3rem 0 2.5rem;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack.option .inner .one a{
                padding: 2rem 0 1.5rem;
	}
                }

.block_lineup .sub .pack.option .inner .one.case{
	position: relative;
                display: flex;
	width: 100%;
                background: #fff;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                padding: 3rem 0 2.25rem;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack.option .inner .one.case{
                display: flex;
                padding: 2rem 0;
	}
                }

.block_lineup .sub .pack.option .inner .one p.shoulder{
                font-size: 1.3rem;
                line-height: 1em;
	}

.block_lineup .sub .pack.option .inner .one .image{
	width: 85%;
                padding: 0;
                margin-top: 1.5rem;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: nowrap;
                column-gap: 10%;
	}

.block_lineup .sub .pack.option .inner .one .image img.logo{
                display: block;
                width: 45%;
	}

.block_lineup .sub .pack.option .inner .one .image img.makura{
                display: block;
                width: 45%;
                max-width: 250px;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack.option .inner .one .image img.makura{
                max-width: 45%;
	}
                }

.block_lineup .sub .pack.option .inner .one.case .image img.makura{
                margin-top: 1rem;
                display: block;
                width: 90%;
                max-width: 480px;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack.option .inner .one.case .image img.makura{
                width: 80%;
                max-width: 80%;
	}
                }

.block_lineup .sub .pack.option .inner .one a p.btn{
                display: block;
                width: 35%;
                height: auto;
                margin-top: 2rem;
                padding: 1rem;
                border: 1px solid #555;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
                font-size: 1rem;
                text-align: center;
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-arrow-right-black.svg);
	background-size: 1em;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack.option .inner .one a p.btn{
                margin-top: 1rem;
                padding: .75rem;
                width: 50%;
	}
                }

.block_lineup .sub .pack.option .inner .one a:hover p.btn{
                color: #fff;
                background-color: #555;
	background-image: url(../images/icon-arrow-right-white.svg);
	}

.block_lineup .sub .pack.option .inner .one.case p.lead{
                font-size: 1rem;
                line-height: 1.8em;
                color: #212121;
	}
@media screen and (max-width: 768px) {
.block_lineup .sub .pack.option .inner .one.case p.lead{
                padding-top: 1rem;
	}
	}

/*================================

:::::::::: block_tips ::::::::::

================================*/

.block_tips {
	position: relative;
	display: flex;
                align-items: center;
                justify-content: center;
	width: 100%;
                padding: 5rem 0;
	}
@media screen and (max-width: 768px) {
.block_tips {
                padding: 3rem 0;
                flex-direction: column;
	}
                }

.block_tips .inner{
	position: relative;
	display: flex;
	width: 90%;
	margin: auto;
	max-width: 1400px;
                border: 1px solid #dedede;
	}
@media screen and (max-width: 768px) {
.block_tips .inner{
	max-width: 90%;
                flex-direction: column;
	}
                }

.block_tips .photo{
	display: block;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/photo-top-tips.jpg);
	background-size: cover;
	}
@media screen and (max-width: 768px) {
.block_tips .photo{
	background: none;
	}
                }

.block_tips .photo img{
	width: 100%;
	height: auto;
	}

.block_tips .tips{
                position: relative;
	display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
	width: 100%;
                padding: 11rem 0 10rem;
	}
@media screen and (max-width: 768px) {
.block_tips .tips{
	width: 100%;
                padding: 5rem 0 3rem;
	}
                }

.block_tips .tips .icon{
                position: absolute;
                top: calc(50% - 50px);
                left: -50px;
	}
@media screen and (max-width: 768px) {
.block_tips .tips .icon{
                top: -40px;
                left: calc(50% - 40px);
	}
                }

.block_tips .tips .icon img{
                width: 100px;
                height: 100px;
	}
@media screen and (max-width: 768px) {
.block_tips .tips .icon img{
                width: 80px;
                height: 80px;
	}
                }

.block_tips .tips h2{
                font-size: 1.8rem;
	}
@media screen and (max-width: 768px) {
.block_tips .tips h2{
                font-size: 1.5rem;
	}
                }

.block_tips .tips p.lead{
                margin-top: 3rem;
                text-align: center;
                line-height: 2em;
	}

.block_tips .tips p.btn{
                margin-top: 3rem;
                width: auto;
	}

.block_tips .tips p.btn a{
                display: block;
                width: 100%;
                height: auto;
                padding: 1.5rem 5rem;
                background-color: #fff;
                color: #212121;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
                text-align: center;
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-arrow-right-black.svg);
	background-size: 1em;
                border: 1px solid #555;
	}

.block_tips .tips p.btn a:hover{
                color: #fff;
                background-color: #555;
	background-image: url(../images/icon-arrow-right-white.svg);
	}


/*================================

:::::::::: block_askdoctors ::::::::::

================================*/

.block_askdoctors {
	position: relative;
	display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
	width: 100%;
                margin-top: 5rem;
                padding: 5rem 0;
                background: #F2F2F2;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.block_askdoctors {
                margin-top: 4rem;
                padding: 3rem 0;
	}
                }

.block_askdoctors #askdoctors {
	position: absolute;
                top: -180px;
	}
@media screen and (max-width: 1024px) {
.block_askdoctors #askdoctors {
                top: -100px;
	}
                }


.block_askdoctors .icon{
                position: absolute;
                top: -83px;
                left: calc(50% - 100px);
	}
@media screen and (max-width: 1024px) {
.block_askdoctors .icon{
                top: -52px;
                left: calc(50% - 60px);
	}
                }

.block_askdoctors .icon img{
                width: 200px;
                height: 200px;
	}
@media screen and (max-width: 1024px) {
.block_askdoctors .icon img{
                width: 120px;
                height: 120px;
	}
                }

.block_askdoctors h2{
                margin-top: 5rem;
                font-size: 1.8rem;
                line-height: 1em;
                text-indent: 1rem;
	}
@media screen and (max-width: 1024px) {
.block_askdoctors h2{
                margin-top: 4rem;
                font-size: 1.5rem;
                line-height: 1.6em;
	}
                }

.block_askdoctors .inner{
                width: 60%;
                max-width: 1000px;
                background: #fff;
                margin-top: 3rem;
                padding: 3rem 0 3rem;
	}
@media screen and (max-width: 1024px) {
.block_askdoctors .inner{
                width: 90%;
                max-width: 90%;
	}
                }

.block_askdoctors .inner p.qa{
                display: inline;
                font-size: 1.5rem;
                line-height: 1em;
                padding-bottom: 2px;
                border-bottom: 1px solid #FF9986;
	}

.block_askdoctors .inner p.lead{
                margin-top: 3rem;
                font-size: 1rem;
                line-height: 1.8em;
	}

.block_askdoctors .inner p.lead.ans{
                margin-top: 3rem;
                font-size: 1.2rem;
                line-height: 1.8em;
	}

.block_askdoctors .inner .photo{
                margin-top: 2rem;
                width: 100%;
                height: auto;
	}

.block_askdoctors .inner .photo img{
                width: 100%;
                height: auto;
	}

.block_askdoctors .inner .answer{
                width: 90%;
                height: auto;
                margin: auto;
                margin-top: 2rem;
	}

.block_askdoctors .inner .answer.answer_more_doctor{
                display: none;
                margin-top: 0;
	}

.block_askdoctors .inner .answer ul{
                display: flex;
                flex-direction: column;
	}

.block_askdoctors .inner .answer ul li{
                display: flex;
                flex-direction: row;
                align-items: center;
                border-bottom: 1px solid #dedede;
                padding: 1rem 0;
	}

.block_askdoctors .inner .answer ul li .comment{
	text-align: justify;
	text-justify: inter-ideograph;
                line-height: 1.6em;
                padding-left: 2rem;
                font-weight: normal;
	}
@media screen and (max-width: 1024px) {
.block_askdoctors .inner .answer ul li .comment{
                padding-left: 1rem;
	}
                }

.block_askdoctors .inner .answer ul li .comment span{
                font-weight: 700;
                color: #FF9986;
	}

.block_askdoctors .inner .answer .readmore_doctor{
                padding: 2rem 0;
                text-align: center;
                cursor: pointer;
	}

.block_askdoctors .inner .answer .readmore_doctor p{
                color: #FF9986;
                font-weight: 400;
	}

.block_askdoctors .inner .answer .readmore_doctor:hover p{
                text-decoration: underline;
	}

.block_askdoctors .inner .answer .readmore_doctor img{
                margin-top: 1rem;
                width: 30px;
	}

.block_askdoctors .inner .answer .readclose_doctor{
                padding: 2rem 0;
                text-align: center;
                cursor: pointer;
	}

.block_askdoctors .inner .answer .readclose_doctor p{
                color: #FF9986;
                font-weight: 400;
	}

.block_askdoctors .inner .answer .readclose_doctor:hover p{
                text-decoration: underline;
	}

.block_askdoctors .inner .answer .readclose_doctor img{
                margin-top: 1rem;
                width: 30px;
                transform:rotate(180deg);
	}

.block_askdoctors .inner .result{
                width: 90%;
                height: auto;
                margin: auto;
                margin-top: 2rem;
                line-height: 1.6em;
                font-size: .8rem;
	text-align: justify;
	text-justify: inter-ideograph;
                color: #777;
	}



/*================================

:::::::::: block_voice ::::::::::

================================*/

.block_voice {
	position: relative;
	display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
	width: 100%;
                margin-top: 5rem;
                text-align: center;
	}
@media screen and (max-width: 1024px) {
.block_voice {
                margin-top: 3rem;
	}
                }

.block_voice #voice {
	position: absolute;
                top: -130px;
	}
@media screen and (max-width: 1024px) {
.block_voice #voice {
                top: -80px;
	}
                }

.block_voice h2{
                font-size: 1.8rem;
                line-height: 1em;
	}
@media screen and (max-width: 1024px) {
.block_voice h2{
                font-size: 1.5rem;
                line-height: 1em;
	}
                }

.block_voice p.lead{
                margin-top: 1rem;
                font-size: 1rem;
                line-height: 1.8em;
	}

.block_voice .inner{
                width: 60%;
                max-width: 1000px;
                padding: 3rem 0;
	}
@media screen and (max-width: 1024px) {
.block_voice .inner{
                width: 90%;
                max-width: 90%;
                padding: 2rem 0;
	}
                }

.block_voice .inner .answer{
                width: 100%;
                height: auto;
                margin: auto;
	}

.block_voice .inner .answer.answer_more_voice{
                display: none;
                margin-top: 1rem;
	}

.block_voice .inner .answer ul{
                display: flex;
                flex-direction: column;
                row-gap: 1rem;
	}

.block_voice .inner .answer ul li{
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                background: #FFF0ED;
                padding: 1rem 2rem;
	}
@media screen and (max-width: 1024px) {
.block_voice .inner .answer ul li{
                padding: 1rem 1rem;
	}
                }

.block_voice .inner .answer ul li.rev{
                flex-direction: row-reverse;
	}

.block_voice .inner .answer ul li .comment{
	text-align: justify;
	text-justify: inter-ideograph;
                line-height: 1.6em;
                padding-left: 2rem;
                width: 100%;
                font-weight: normal;
	}
@media screen and (max-width: 1024px) {
.block_voice .inner .answer ul li .comment{
                padding-left: 1rem;
	}
                }

.block_voice .inner .answer ul li.rev .comment{
                padding-left: 0;
                padding-right: 2rem;
	}
@media screen and (max-width: 1024px) {
.block_voice .inner .answer ul li.rev .comment{
                padding-left: 0;
                padding-right: 1rem;
	}
                }

.block_voice .inner .answer ul li .comment span{
                font-weight: 700;
                color: #FF9986;
	}

.block_voice .inner .answer .readmore_voice{
                padding: 2rem 0;
                text-align: center;
                cursor: pointer;
	}

.block_voice .inner .answer .readmore_voice p{
                color: #FF9986;
                font-weight: 400;
	}

.block_voice .inner .answer .readmore_voice:hover p{
                text-decoration: underline;
	}

.block_voice .inner .answer .readmore_voice img{
                margin-top: 1rem;
                width: 30px;
	}

.block_voice .inner .answer .readclose_voice{
                padding: 2rem 0;
                text-align: center;
                cursor: pointer;
	}

.block_voice .inner .answer .readclose_voice p{
                color: #FF9986;
                font-weight: 400;
	}

.block_voice .inner .answer .readclose_voice:hover p{
                text-decoration: underline;
	}

.block_voice .inner .answer .readclose_voice img{
                margin-top: 1rem;
                width: 30px;
                transform:rotate(180deg);
	}



/*================================

:::::::::: block_aword ::::::::::

================================*/

.block_aword {
	position: relative;
	display: flex;
                justify-content: center;
	width: 100%;
                border-top: 1px solid #dedede;
                padding: 5rem 0;
	}
@media screen and (max-width: 768px) {
.block_aword {
                padding: 3rem 0;
	}
                }

.block_aword .inner{
	position: relative;
	display: flex;
                column-gap: 5%;
	width: 90%;
	}
@media screen and (max-width: 768px) {
.block_aword .inner{
                column-gap: 0;
                flex-direction: column;
                row-gap: 3rem;
	width: 90%;
	}
                }

.block_aword .inner .one{
	position: relative;
	display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-direction: column;
	width: 100%;
                flex-grow:1;
	}

.block_aword .inner .one img{
                display: block;
	width: 200px;
                height: auto;
	}

.block_aword .inner .one .title{
                margin-top: 2rem;
                line-height: 1.6em;
                text-align: center;
	}
@media screen and (max-width: 768px) {
.block_aword .inner .one .title{
                margin-top: 1rem;
	}
                }

.block_aword .inner .one .lead{
                margin-top: 2rem;
                line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	}


/*================================

:::::::::: campaign ::::::::::

================================*/

.campaign {
	position: relative;
                width: 100%;
	}

.campaign picture{
	position: relative;
                width: 100%;
	}

.campaign picture img{
                width: 100%;
	}





