@charset "UTF-8";

/****************************************

          layout.css

*****************************************/


/****************************************

          common

*****************************************/

#main .main_inner {
	max-width:700px;
	margin:0 auto;
}

#main #symptom .mistake{
	padding-top: 90px;
}

.fixnav {
	margin-bottom:100px;
}

/*sp*/
@media (max-width: 767px) {
	
	#main .main_inner {
		padding:0 10px;
	}
	
	#main #symptom .mistake{
		padding: 25px 10px 0;
	}

}


/*----------------------------------------
	offer
----------------------------------------*/

#offer {
	margin-bottom:30px;
	text-align:center;
}
#offer h2 {
	margin-bottom:20px;
	text-align:center;
	color:#ee3415;
	font-weight:bold;
	line-height: 1.4;
	font-size: 38px;
	font-size: 3.8rem;
}
#offer h2 strong {
	display:inline-block;
	margin-top:15px;
	padding:10px 20px;
	background-color:#ee3415;
	color:#fff;
	line-height:1.2;
	font-size: 28px;
	font-size: 2.8rem;
}
#offer h2 + p {
	margin-bottom:20px;
	text-align:center;
	line-height:1.4;
	font-weight:bold;
	font-size: 26px;
	font-size: 2.6rem;
}
.offer {
	text-align:center;
	margin-bottom:20px;
}


.offer .pc {
	position:relative;
	max-width:690px;
	height:586px;
	margin-top:40px;
	background:url(../img/contact_bg.png) no-repeat left top;
}

.offer .sp {
	display:none;
}


.offer div p {
	position:absolute;
	right:40px;
	top:-20px;
}
.offer div ul {
	padding-top:230px;
}
.offer div li {
	margin-bottom:10px;
}
.text p {
	margin-bottom: 20px;
	text-align:left;
	line-height: 1.8;
}
.text p span {
	color:#ff4e00;
	font-weight:bold;
}
.text p strong {
	color:#ff4e00;
	line-height:1.2;
	font-size: 18px; 
}

.manga {
	margin:20px 0;
}


/*sp*/
@media (max-width: 767px) {


    .offer .pc {
        display:none;
    }

    .offer .sp {
        display:block;
        position:relative;
        width:100%;
        height:auto;
        padding-top:20px;
    }

    .offer div p {
        position: relative;
        right:0;
        top:0;
    }
    .offer div ul {
        padding-top:0px;
    }

    .offer div li:nth-of-type(2) {
        padding:0 5px;
    }


    #offer h2 {
        font-size: 24px; font-size: 2.4rem;
    }
    #offer h2 strong {
        padding:10px 15px 10px 20px;
        font-size: 20px; 
    }
    #offer h2 + p {
        font-size: 16px; font-size: 1.6rem;
    }	
	
}

/*----------------------------------------
	voice_list
----------------------------------------*/

.voice {
	margin-bottom:40px;
}
.voice h2 {
	margin-bottom:20px;
	text-align:center;
}
.voice_list h3 {
	position:relative;
	padding:20px 30px 18px;
	color:#55160c;
	background-color:#ffb008;
	-border-radius: 6px;
}

.voice_list h3::after {
	position: absolute;
	top: 100%;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #ffb008;
}
.voice_list article {
	margin-bottom:30px;
	border:3px solid #ffb008;
}
.voice_list article > div {
	margin-top:-10px;
	padding:40px 30px 0;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.voice_list article div figure {
	width:200px;
}
.voice_list article div figure img {
	max-width: 200px;
	height: auto;
	margin-bottom:20px;
}
.voice_list article div div {
	width:400px;
}


.voice_list article .movie_box {
	display: block;
}

.voice_list article .movie_box div {
	width: 100%;
}

.voice_list article .photo {
	padding:0 30px;
	margin: 20px 0;
}


.voice_list article p {
	font-weight:bold;
	margin:10px 0 15px 10px;
}
.voice_list article dl {
	padding:25px;
	background-color:#fbf7e5;
}
.voice_list article dt {
	margin-bottom:10px;
	color:#ff6a05;
	font-weight:bold;
	line-height: 1.4;
	font-size: 14px;
	font-size: 1.4rem;
}
.voice_list article dd {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #aaa;
	line-height:1.6;
	font-size: 14px;
	font-size: 1.4rem;
}
.voice_list article dd:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.voice_list article dl + p {
	text-align:right;
	font-weight:normal;
	font-size: 13px;
	
}

/*sp*/
@media (max-width: 767px) {

	.voice_list h3 {
		padding:20px 15px 18px;
	}
	.voice_list article > div {
		margin-top:-10px;
		padding:40px 20px 0;
	}

	.voice_list article div figure {
		width:100%;
		text-align:center;
	}
	.voice_list article div figure img {
		max-width: none;
		width: 100%;
		height: auto;
		margin-bottom:20px;
	}
	.voice_list article div div {
		width:100%;
	}
	
	.voice_list article .photo {
		padding:0 15px;
		margin: 10px 0;
	}

	.voice_list article dl {
		padding:20px;
	}

	.voice_list article p {
		margin:10px 0 15px 5px;
	}

	.voice_list article dl + p {
		font-size: 11px;
		font-size: 1.1rem;
	}


}





/*----------------------------------------
	information_list
----------------------------------------*/


.information_list li {
	border-bottom:1px solid #dddddd;
	margin-bottom: 15px;
}

.information_list li dd{
	    margin: 0.5em 0 1.2em;
}



/*sp*/
@media (max-width: 767px) {



}







/*----------------------------------------
	point
----------------------------------------*/

.point {
	margin-bottom:30px;
}
.point h2 {
	margin-bottom:20px;
	text-align:center;
}
.point article {
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	border:8px solid #ffb008;
}
.point article:before {
	content: "";
	display:block;
	position:absolute;
	left:10px;
	top:-23px;
	width:90px;
	height:110px;
	z-index:2;
}
.point article:nth-of-type(1):before {
	background: url(../img/point01.png) no-repeat left top;
}
.point article:nth-of-type(2):before {
	background: url(../img/point02.png) no-repeat left top;
}
.point article:nth-of-type(3):before {
	background: url(../img/point03.png) no-repeat left top;
}
.point article:nth-of-type(4):before {
	background: url(../img/point04.png) no-repeat left top;
}
.point article:nth-of-type(5):before {
	background: url(../img/point05.png) no-repeat left top;
}
.point article h3 {
    padding: 25px 0 35px 110px;
	color:#d71618;
	line-height:1.4;
	font-size: 22px;
	font-size: 2.2rem;
}
.point article:nth-of-type(1)  h3 {
    padding: 15px 0 25px 110px;
}
.point article div {
	padding:0 25px;
}
.point article figure {
	float: right;
	display: table;
	width: 220px;
	margin-bottom:10px;
	padding-left:20px;
}
.point article p {
	line-height:1.8;
	margin-bottom:15px;
}
.point article p strong{
	color: #ff6a05;
}
.point article ul{
    margin-bottom: 20px;
}
.point article li{
    margin-bottom: 10px;
    line-height: 1.4;
	padding-left: 1em;
    text-indent: -1em;
    font-weight: bold;
}

/*sp*/
@media (max-width: 767px) {

.point article h3 {
	font-size: 16px; font-size: 1.6rem;
}
.point article div {
	padding:0 15px 0;
}

.point article figure {
	float: none;
	display: block;
	width: 100%;
	margin-bottom:20px;
	padding-left:0;
}

.point article figure img {
	width:100%;
	height:auto;
}

}


/*----------------------------------------
	reason
----------------------------------------*/

.reason {
	margin-bottom:30px;
}
.reason h2 {
	margin-bottom:20px;
	text-align:center;
}
.reason article {
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	border:8px solid #ffb008;
}
.reason article:before {
	content: "";
	display:block;
	position:absolute;
	left:10px;
	top:-23px;
	width:90px;
	height:110px;
	z-index:2;
}
.reason article:nth-of-type(1):before {
	background: url(../img/reason01.png) no-repeat left top;
}
.reason article:nth-of-type(2):before {
	background: url(../img/reason02.png) no-repeat left top;
}
.reason article:nth-of-type(3):before {
	background: url(../img/reason03.png) no-repeat left top;
}
.reason article h3 {
	position:absolute;
	left:110px;
	top:25px;
	color:#d71618;
	line-height:1.4;
	font-size: 22px;
	font-size: 2.2rem;
}
.reason article div {
	padding:100px 25px 0;
}
.reason article figure {
	float: right;
	display: table;
	width: 220px;
	margin-bottom:10px;
	padding-left:20px;
}
.reason article p {
	line-height:1.8;
	margin-bottom:15px;
}
.reason article p span {
	color:#ff4e00;
	font-weight:bold;
}
.reason article p strong {
	color:#ff4e00;
	line-height:1.2;
	font-size: 18px;
	
}


/*sp*/
@media (max-width: 767px) {

.reason article h3 {
	left:100px;
	top:20px;
	font-size: 16px; font-size: 1.6rem;
}
.reason article h3 br {
	display: none;
}
.reason article div {
	padding:100px 15px 0;
}

.reason article figure {
	float: none;
	display: block;
	width: 100%;
	margin-bottom:20px;
	padding-left:0;
}

.reason article figure img {
	width:100%;
	height:auto;
}

}



/*----------------------------------------
	evaluation
----------------------------------------*/

.evaluation {
	margin-bottom:40px;
    padding: 20px 15px;
    
    background: #fbf7e5;
}
.evaluation h2 {
	margin-bottom:30px;
	text-align:center;
}
.evaluation section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #555;
}
.evaluation section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.evaluation div {
    margin-bottom: 20px;
    padding: 0 10px;
}
.evaluation figure {
    width: 28%;
}
.evaluation figure img{
    width: 100%;
    height: auto;
}
.evaluation dl {
    width: 68%;
    margin-top: 20px;
}
.evaluation dt {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 26px;
	font-size: 2.6rem;
    font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","HGS明朝E",serif;
}
.evaluation dd {
    font-weight: bold;
    line-height: 1.8;
    font-size: 18px;
	
}
.evaluation dd strong{
    font-size: 20px;
	
    font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","HGS明朝E",serif;
}
.evaluation p {
    padding: 0 10px;
    line-height: 1.8;
    font-size: 16px;
	font-size: 1.6rem;
}

/*sp*/
@media (max-width: 767px) {

    .evaluation {
        padding: 15px 10px;
    }
    .evaluation > div {
        padding: 0 0;
    }
    .evaluation figure {
        width: 28%;
    }
    .evaluation figure img{
        width: 100%;
        height: auto;
    }
    .evaluation dl {
        margin-top: 0;
    }
    .evaluation dt {
        margin-bottom: 10px;
        font-size: 18px;
        
    }
    .evaluation dd {
        line-height: 1.6;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .evaluation dd strong{
        font-size: 16px;
        font-size: 1.6rem;
    } 
    .evaluation p {
        padding: 0 0;
    }

}


/*----------------------------------------
	recommend
----------------------------------------*/

.recommend {
	margin-bottom:40px;
}
.recommend figure {
	float: right;
	display: table;
	width: 260px;
	margin-bottom:10px;
	padding-left:20px;
}
.recommend figure figcaption {
	display: block;
	margin-top: 10px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	font-size: 18px;
	
}

.recommend figure img {
	width: 100%;
	height: auto;
}

.recommend div {

}

.recommend div p {
	line-height:2.0;
	margin-bottom:15px;
	font-weight:bold;
	font-size: 18px;
	
}
.recommend div p strong {
	color:#ff4e00;
	line-height:1.2;
	font-size: 20px;
	
}
.recommend p span {
	font-weight:bold;
	font-size: 18px;
	
}

/*sp*/
@media (max-width: 767px) {

	.recommend figure {
		float: none;
		display: table;
		width: 100%;
		margin-bottom:20px;
		padding-left:0;
	}

}



/*----------------------------------------
	flow
----------------------------------------*/

.flow {
	margin-bottom:30px;
	padding-bottom:20px;
	border:4px solid #ff6a06;
}
.flow h2 {
	margin:10px 0 25px;
	padding:15px 0 12px;
	text-align:center;
	color:#fff;
	background-color:#ff6a06;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
}
.flow p {
	text-align:center;
}

/*sp*/
@media (max-width: 767px) {

.flow p {
	padding:0 10px;
}

}


/*----------------------------------------
	story
----------------------------------------*/
.story {
	margin-bottom: 40px;
}
.story h2 {
	position:relative;
	margin-bottom:30px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
}
.story h2 span {
	display:block;
	position:relative;
	padding:15px 0 12px;
	line-height: 1.4;
	background-color:#ff6a06;
	z-index:2;
}
.story h2::before, .story h2::after {
	display:block;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	content: '';
	width: 50%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
}
.story h2::before {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	left: .3em;
}
.story h2::after {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: .3em;
}
.story div p {
	line-height:1.8;
	margin-bottom:15px;
	padding:0 15px;
}
.story div p strong {
	color:#ff4e00;
	font-size: 18px; 
}
.story div p span {
	font-weight: bold;
}
.story figure p {
	margin-bottom:10px;
}
.story figure p img {
	max-width: 690px;
	height: auto;
}



/*sp*/
@media (max-width: 767px) {
	
	.story h2 {
		margin-bottom:20px;
		font-size: 18px;
		
	}
	.story div p {
		padding:0 10px;
	}
	
	.story figure p img {
		max-width: 100%;
		height: auto;
	}
}




/*----------------------------------------
	access
----------------------------------------*/

.access {
	max-width:690px;
	margin:0 auto 30px;	
}
.access h2 {
	position:relative;
	margin-bottom:30px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
}
.access h2 span {
	display:block;
	position:relative;
	padding:15px 15px 12px;
	background-color:#ff6a06;
	z-index:2;
}
.access h2::before, .access h2::after {
	display:block;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	content: '';
	width: 50%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
}
.access h2::before {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	left: .3em;
}
.access h2::after {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: .3em;
}

/*sp*/
@media (max-width: 767px) {
	
    .access h2 {
        margin-bottom:20px;
        font-size: 15px;
        font-size: 1.5rem;
    }

}

/*----------------------------------------
	access
----------------------------------------*/

.line {
	max-width:690px;
	margin:30px auto 0;
}
.line h2 {
    padding: 10px;
    text-align: center;
    background: #00c400;
}

.line .line_inner {
    padding: 20px;
    border: 3px solid #00c400;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.line .line_inner div{
    width: 460px;
}
.line .line_inner p {
    line-height: 1.8;
    margin-bottom: 10px;
}
.line .line_inner p:last-child{
    margin-bottom: 0;
}
.line .line_inner p b{
    font-size: 16px;
    font-size: 1.6rem;
}
.line .line_inner ul {
    width: 150px;
}

.line .line_inner ul li:first-child{
    margin-bottom: 15px;
}

/*sp*/
@media (max-width: 767px) {
    
    
    .line .line_inner {
        padding: 20px 10px;
    }
    
    .line .line_inner ul {
        margin: 0 auto;
    }
    .line .line_inner ul li{
        text-align: center;
    }
    
    .line .line_inner p {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .line .line_inner p:last-child{
        margin-bottom: 15px;
    }
}




/****************************************

          symptom

*****************************************/



/*----------------------------------------
	common
----------------------------------------*/

#main_about {
	margin-bottom:90px;
}
#main_about h2 {
	position:relative;
	z-index:2;
}
#main_about p {
	margin-bottom:20px;
}
#main_about .top_appeal h3 {
	margin-bottom:20px;
}
#main_about .top_appeal h3 + p {
	margin-bottom:10px;
}

/*sp*/
@media (max-width: 767px) {

	#main_about {
		margin-bottom:50px;
	}	

}






/****************************************

          symptom

*****************************************/


/* 見出し */
#symptom h2.ttl_text {
	position:relative;
	margin-bottom:30px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
}
#symptom h2.ttl_text span {
	display:block;
	position:relative;
	padding:15px 0 12px;
	background-color:#ff6a06;
	z-index:2;
}
#symptom h2.ttl_text::before, #symptom h2.ttl_text::after {
	display:block;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	content: '';
	width: 50%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
}
#symptom h2.ttl_text::before {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	left: .3em;
}
#symptom h2.ttl_text::after {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: .3em;
}

#symptom h3.ttl_text {
    margin-bottom: 20px;
    padding: 18px 20px 16px;
    color: #55160c;
    background-color: #ffb008;
    border-radius: 6px;
	line-height: 1.4;
}
#symptom h4.ttl_text {
    font-size: 20px;
    font-size: 2rem;
    border-left: solid 5px #fd9600;
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: #fff8ef;
}

#symptom .ttl_img{
	margin-bottom: 20px;
}


/* 画像レイアウト */

#symptom .center{
	text-align: center;
}
#symptom .left{
	text-align: left;
}
#symptom .right{
	text-align: right;
}


/* リスト */

#symptom ul.check {
	margin:0 10px 20px;
	padding:20px 30px 10px;
	border:1px solid #ccc;
}
#symptom ul.check li {
	position:relative;
	margin-bottom:15px;
	padding:12px 0 0 40px;
	font-weight:bold;
}
#symptom ul.check li:before {
	content: "";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:33px;
	height:31px;
	background: url(../img/check01.png) no-repeat left top;
	z-index:2;
}


#symptom ul.nomal {
	margin:0 0 15px 10px;
}

#symptom ul.nomal li {
	list-style: disc outside;
    margin: 0 0 5px 20px;
	line-height:1.6;
	font-weight:bold;
}


#symptom ul.number {
	margin:0 0 15px 10px;
}

#symptom ul.number li {
	list-style: decimal outside;
    margin: 0 0 5px 20px;
	line-height:1.6;
	font-weight:bold;
}




/* 本文 */

#symptom .word {
	position:relative;
	margin-bottom:30px;
	padding: 0 10px;
}

#symptom .word h2 {
	position:relative;
	margin-bottom:30px;
	padding:15px 0 12px;
	background-color:#ff6a06;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
}

#symptom .word h2::before, #symptom .word h2::after {
	display:block;
	position: absolute;
	bottom: 10px;
	content: '';
	width: 50%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	z-index: -1;
}
#symptom .word h2::before {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	left: .3em;
}
#symptom .word h2::after {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: .3em;
}

#symptom .word h3 {
	margin-bottom: 20px;
    padding: 18px 20px 16px;
    color: #55160c;
    background-color: #ffb008;
    border-radius: 6px;
}

#symptom .word h4 {
	font-size: 20px;
    font-size: 2rem;
    border-left: solid 5px #fd9600;
    margin-bottom: 20px;
    padding: 15px 20px;
	line-height: 1.4;
    background-color: #fff8ef;
}
#symptom .word h5 {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #fd9600;
    border: 3px solid #fd9600;
    color: #fff;
    font-size:20px;
    
    text-align: center;
    font-weight: bold;
}

#symptom .word h5 br{
	display: none;
}

#symptom .word p {
	margin-bottom: 20px;
	line-height: 2.0;
}
#symptom .word p strong {
    color: #ff4e00;
    font-weight: bold;
	font-size: 18px;
	
}


#symptom .word  ul {
	margin:0 0 20px;
	padding:20px 20px 10px;
	border:1px solid #ccc;
}

#symptom .word  ul li {
	list-style: disc outside;
    margin: 0 0 5px 20px;
	line-height:1.6;
	font-weight:bold;
}

#symptom .word  ul li strong {
	color: #ff4e00;
    font-weight: bold;
	font-size: 18px;
	
}

#symptom p.photo {
    margin:0 0 20px;
	padding: 0;
	text-align: center;
}

/*sp*/
@media (max-width: 767px) {

	#symptom .word p {
		text-align: left !important;
	}

}




/* 囲み記事 */

#symptom .article {
	position:relative;
	margin-bottom:30px;
	padding:30px 30px 0px;
	border:3px solid #ffb008;
}
#symptom .article h2 {
    font-size: 20px;
    font-size: 2rem;
    border-left: solid 5px #fd9600;
    margin: 0 0 20px;
    padding: 15px 20px;
    line-height: 1.4;
    background-color: #fff8ef;
}
#symptom .article h3 {
	margin-bottom:20px;
    line-height: 1.4;
}

#symptom .article figure {
	float: right;
	display: table;
	width: 153px;
	padding-left:20px;
}
#symptom .article p {
	margin-bottom: 20px;
	line-height: 2.0;
}

#symptom .article p img{
	margin-bottom: 20px !important;
}
#symptom .article p img:nth-of-type(2){
	margin-right: 0 !important;
}

#symptom .article p strong {
	color:#ff4e00;
	line-height:1.2;
	font-size: 16px;
	font-size: 1.6rem;
}




#symptom .article ul, #symptom .article ol {
	margin:0 auto 30px;
}
#symptom .article ol li {
	position: relative;
    margin-bottom: 15px;
    padding: 10px 0 0 40px;
    font-weight: bold;
    font-size: 18px;
    
}
#symptom .article ol li:before {
	content: "";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:33px;
	height:31px;
	background: url(../img/check01.png) no-repeat left top;
	z-index:2;
}

#symptom .article ul li {
    list-style: disc outside;
    margin: 0 0 5px 20px;
    line-height: 1.6;
    font-weight: bold;
}



/* ピックアップ　voice */

#symptom .pick_voice{
	position:relative;
	margin-bottom:30px;
	padding:20px 20px 10px;
	border:3px solid #ffb008;
	background-color: #fff8ef;
}

#symptom .pick_voice figure {
	width: 32%;
}

#symptom .pick_voice .bloc > div{
	width: 64%;
}
#symptom .pick_voice h3 {
	margin-bottom:20px;
    line-height: 1.4;
	font-size: 20px;
    font-size: 2rem;
}

#symptom .pick_voice p {
	margin-bottom: 10px;
	line-height: 2.0;
	font-size: 16px;
    font-size: 1.6rem;
}

#symptom .pick_voice p.note {
	text-align: right;
	margin-bottom: 0;
	font-size: 13px;
    
}



/*sp*/
@media (max-width: 767px) {

	#symptom .article {
		padding:25px 15px 0px;
	}

	#symptom .article h3 {
		font-size: 16px; font-size: 1.6rem;
	}
	#symptom .article li {
		font-size: 18px; 
	}
	
	#symptom .article p img{
		float: none !important;
	}
	
	#symptom .article p .alignright{
		margin: 0;
		width: 100%;
	}
	
	#symptom .word {
		margin-bottom:10px;
	}

	#symptom .word h5 {
		text-align: left;
		line-height: 1.4;
		padding: 15px 15px 10px;
	}
	
	#symptom .word h5 br{
		display: block;
	}
	
	

/* ピックアップ　voice */

#symptom .pick_voice{
	padding:10px 10px;
}

#symptom .pick_voice figure {
	width: 32%;
}

#symptom .pick_voice .bloc > div{
	width: 64%;
}
#symptom .pick_voice h3 {
	margin-bottom:10px;
	font-size: 18px;
    
}

#symptom .pick_voice p {
	font-size: 12px;
}

#symptom .pick_voice p.note {
    font-size: 12px;
}
	

    
}

























/****************************************

          waist

*****************************************/


/*----------------------------------------
	waist_reason
----------------------------------------*/

#waist_reason {
	margin-bottom:40px;
}
#waist_reason h2 {
	margin-bottom:20px;
	text-align:center;
}
#waist_reason div {
	position:relative;
	margin-bottom:30px;
	padding:35px 30px 0px;
	border:3px solid #ffb008;
}
#waist_reason h3 {
	margin-bottom:20px;
}
#waist_reason div figure {
	float: right;
	display: table;
	width: 153px;
	padding-left:20px;
}
#waist_reason div p {
	margin-bottom: 20px;
	line-height: 2.0;
}
#waist_reason div p span {
	color:#ff4e00;
	font-weight:bold;
}
#waist_reason div p strong {
	color:#ff4e00;
	line-height:1.2;
	font-size: 18px;
	
}
#waist_reason ul {
	margin:0 auto 30px;
}
#waist_reason li {
	position:relative;
	margin-bottom:15px;
	padding:10px 0 0 40px;
	font-weight:bold;
	font-size: 22px;
	font-size: 2.2rem;
}
#waist_reason li:before {
	content: "";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:33px;
	height:31px;
	background: url(../img/check01.png) no-repeat left top;
	z-index:2;
}

/*sp*/
@media (max-width: 767px) {

#waist_reason div {
	padding:25px 15px 0px;
}

#waist_reason h3 {
	font-size: 16px; font-size: 1.6rem;
}
#waist_reason li {
	font-size: 18px; 
}



}



/****************************************

          headache

*****************************************/


/*----------------------------------------
	headache_reason
----------------------------------------*/

#headache_reason {
	margin-bottom:40px;
}
#headache_reason h2 {
	margin-bottom:20px;
	text-align:center;
}
#headache_reason div {
	position:relative;
	margin-bottom:30px;
	padding:35px 30px 0px;
	border:3px solid #ffb008;
}
#headache_reason h3 {
	margin-bottom:20px;
	line-height:1.4;
}
#headache_reason div figure {
	float: right;
	display: table;
	width: 153px;
	padding-left:20px;
}
#headache_reason div p {
	margin-bottom: 20px;
	line-height: 2.0;
}
#headache_reason div p span {
	color:#ff4e00;
	font-weight:bold;
}
#headache_reason div p strong {
	color:#ff4e00;
	line-height:1.2;
	font-size: 18px;
	
}
#headache_reason ul {
	margin-bottom:20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*sp*/
@media (max-width: 767px) {

#headache_reason div {
	padding:25px 15px 0px;
}


}

/****************************************

          shoulder

*****************************************/


/*----------------------------------------
	shoulder_reason
----------------------------------------*/

#shoulder_reason {
	margin-bottom:40px;
}
#shoulder_reason h2 {
	margin-bottom:20px;
	text-align:center;
}
#shoulder_reason div {
	position:relative;
	margin-bottom:30px;
	padding:35px 30px 0px;
	border:3px solid #ffb008;
}
#shoulder_reason h3 {
	margin-bottom:20px;
}
#shoulder_reason div figure {
	float: right;
	display: table;
	width: 153px;
	padding-left:20px;
}
#shoulder_reason div p {
	margin-bottom: 20px;
	line-height: 2.0;
}
#shoulder_reason div p span {
	color:#ff4e00;
	font-weight:bold;
}
#shoulder_reason div p strong {
	color:#ff4e00;
	line-height:1.2;
	font-size: 18px;
	
}
#shoulder_reason ul {
	margin:0 auto 30px;
}
#shoulder_reason li {
	position:relative;
	margin-bottom:15px;
	padding:10px 0 0 40px;
	font-weight:bold;
	font-size: 22px;
	font-size: 2.2rem;
}
#shoulder_reason li:before {
	content: "";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:33px;
	height:31px;
	background: url(../img/check01.png) no-repeat left top;
	z-index:2;
}


/*sp*/
@media (max-width: 767px) {

#shoulder_reason div {
	padding:25px 15px 0px;
}

#shoulder_reason h3 {
	font-size: 16px; font-size: 1.6rem;
}
#shoulder_reason li {
	font-size: 18px; 
}



}


/****************************************

          kneecap

*****************************************/


/*----------------------------------------
	kneecap_reason
----------------------------------------*/

#kneecap_reason {
	margin-bottom:40px;
}
#kneecap_reason h2 {
	margin-bottom:20px;
	text-align:center;
}
#kneecap_reason div {
	position:relative;
	margin-bottom:30px;
	padding:35px 30px 0px;
	border:3px solid #ffb008;
}
#kneecap_reason h3 {
	margin-bottom:20px;
}
#kneecap_reason div figure {
	float: right;
	display: table;
	width: 153px;
	margin-right:-30px;
	padding-left:20px;
}
#kneecap_reason div p {
	margin-bottom: 20px;
	line-height: 2.0;
}
#kneecap_reason div p span {
	color:#ff4e00;
	font-weight:bold;
}
#kneecap_reason div p strong {
	color:#ff4e00;
	line-height:1.2;
	font-size: 18px;
	
}

/*sp*/
@media (max-width: 767px) {

#kneecap_reason div {
	padding:25px 15px 0px;
}

#kneecap_reason div figure {
	margin-right:-15px;
}


}


/****************************************

          bowlegs

*****************************************/


/*----------------------------------------
	bowlegs_reason
----------------------------------------*/


#bowlegs #offer h2 + p {
	line-height:1.6;
    font-size: 22px;
    font-size: 2.2rem;
}

#bowlegs_reason {
	margin-bottom:40px;
}
#bowlegs_reason h2 {
	margin-bottom:20px;
	text-align:center;
}
#bowlegs_reason div {
	position:relative;
	margin-bottom:30px;
	padding:35px 30px 10px;
	border:3px solid #ffb008;
}
#bowlegs_reason h3 {
	margin-bottom:20px;
}
#bowlegs_reason div figure {
	float: right;
	display: table;
	width: 153px;
	padding-left:20px;
}
#bowlegs_reason div p {
	margin-bottom: 10px;
	line-height: 1.8;
}
#bowlegs_reason div p span {
	color:#ff4e00;
	font-weight:bold;
}
#bowlegs_reason ol {
	margin:0 auto 30px;
}
#bowlegs_reason ol li {
	position:relative;
	margin-bottom:15px;
	padding:10px 0 0 40px;
	font-weight:bold;
	font-size: 18px;
	
}
#bowlegs_reason ol li:before {
	content: "";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:33px;
	height:31px;
	background: url(../img/check01.png) no-repeat left top;
	z-index:2;
}

#bowlegs_reason ul {
	margin:0 0 30px 10px;
}

#bowlegs_reason ul li {
	list-style: disc outside;
    margin: 0 0 5px 20px;
	line-height:1.6;
	font-weight:bold;
}


#bowlegs .faq h3 {
	position:relative;
	padding:20px 30px 18px;
	color:#55160c;
	background-color:#ffb008;
	line-height:1.4;
	-border-radius: 6px;

}
#bowlegs .faq h3::after {
	position: absolute;
	top: 100%;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #ffb008;
}
#bowlegs .faq article {
	margin-bottom:25px;
}
#bowlegs .faq article > div {
	margin-top:-10px;
	padding:40px 10px 0 25px;
	border:3px solid #ffb008;
	-border-radius: 6px;

}
#bowlegs .faq article p {
	line-height:1.8;
	margin-bottom:15px;
}


#bowlegs .price {
    margin-bottom: 30px;
}


#bowlegs .price h2 {
    margin-bottom: 30px;
    padding: 18px 20px 16px;
    color: #55160c;
    background-color: #ffb008;
    -border-radius: 6px;
}

#bowlegs .price h3 {
    margin-bottom: 20px;
    text-align: center;
}

#bowlegs .price  h4 {
    font-size: 20px;
    
    border-left: solid 5px #fd9600;
    margin: 30px 0 20px;
    padding: 15px 20px;
    background-color: #fff8ef;
}

#bowlegs .price p {
    line-height: 1.8;
    margin-bottom: 15px;
}

#bowlegs .price p strong {
	text-decoration:underline;
}

#bowlegs .price p span {
    color: #ff4e00;
    font-weight: bold;
}

#bowlegs .price .once {
    padding: 20px 30px 10px;
    border: 1px solid #ccc;
	font-weight: bold;
	font-size: 20px;
    
}

/*sp*/
@media (max-width: 767px) {


	#bowlegs #offer h2 + p {
		font-size: 18px; 
	}

	#bowlegs_reason div {
		padding:25px 15px 0px;
	}

	#bowlegs .faq article > div {
		padding:40px 15px 0 15px;
	}

	#bowlegs .price .once {
		padding: 20px 15px 10px;
		font-size: 18px;

	}

}


/****************************************

          price

*****************************************/


#price {
	position:relative;
}


#price .regular_fee {
    margin-bottom: 30px;
    padding: 20px 15px;
    background-color: #ff6a05;
    color: #fff;
    font-size: 30px;

    text-align: center;
    font-weight: bold;
}

#price .regular_fee span {
    font-size: 18px;
}

#price #facility .main_gallery {
	margin-bottom: 50px;
}
#price #facility .main_gallery img {
	width: 100%;
	height: auto;
}
#price #facility .main_gallery .slick-prev {
	left: 10px;
	z-index: 100;
	width: 40px;
    height: 40px;
}
#price #facility .main_gallery .slick-next {
	right: 10px;
	z-index: 100;
	width: 40px;
    height: 40px;
}
#price #facility .main_gallery .slick-prev:before, #price #facility .main_gallery .slick-next:before {
	color: #fff;
	font-size: 40px;
}



#price #facility .facility_list div {
	display: table;
}
#price #facility .facility_list div p {
	display: table-cell;
	vertical-align:top;
	width: 220px;
}
#price #facility .facility_list div p img{
	width: 100%;
	height: auto;
}
#price #facility dl{
	display: table-cell;
	vertical-align:top;
	width: calc(100% - 220px);
	padding: 10px 10px 10px 20px;
}
#price #facility dt{
	color: #108e06;
	font-size: 18px;
}


/*sp*/
@media (max-width: 767px) {
	
#price #facility .facility_list div p {
	display: block;
	float: right;
	width: 120px;
	margin: 15px 0 0 10px;
}

#price #facility dl{
	display: block;
	width: calc(100%);
	padding: 0 10px 10px 10px;
}
	
#price .regular_fee span {
	display: block;
}

}



/****************************************

          staff

*****************************************/


#staff {
	position:relative;
}

#staff article  div {
	margin-bottom:30px;
	padding:0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: center;
	align-content: center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}



#staff article dl {
	width:360px;
	margin-top:20px;
}
#staff article dt {
	margin-bottom:10px;
	font-weight:bold;
}
#staff article dd {
	margin-bottom:15px;
	font-size: 14px;
}


#staff article section figure {
	float: right;
	display: table;
	width: 220px;
	padding-left:30px;
}

#staff article section figure img {
	margin-bottom:20px;
}

/*sp*/
@media (max-width: 767px) {


#staff article div figure {
	width:100%;
	text-align:center;
}



}

/****************************************

          guide

*****************************************/








/****************************************

          access

*****************************************/


#access {
	position:relative;
}

#access #info {
	margin-bottom:60px;
}
#access table {
	width:100%;
	border-collapse: collapse;
	margin-bottom:20px;
	border:1px solid #ccc;
}
#access th {
	width:20%;
	padding:15px 20px;
	background-color:#ffe8b8;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	vertical-align:middle;
	line-height: 1.6;
}
#access td {
	padding:15px 20px;
	line-height: 1.6;
	border-bottom:1px dotted #ccc;
	vertical-align:middle;
}


#access #googlemap {
	margin-bottom:60px;
}

#access #root {
	margin-bottom:60px;
}
#access #root ol {
	padding: 0 20px;
}
#access #root li {
	width: 47%;
	margin-bottom: 40px;
}
#access #root li:last-child {
	margin-bottom: 0px;
}
#access #root li figure {
	margin-bottom: 20px;
}
#access #root li figure img {
	width: 100%;
	height: auto;
	border: 2px solid #ccc;
}

#access #root li dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #108e06;
}
#access #root li dd {
	line-height: 1.8;
}


/*sp*/
@media (max-width: 767px) {

	#access table, #access tbody, #access tr, #access th, #access td {
		display: block;
	}

	#access th {
		width:100%;
		padding:15px;
	}
	
	#access table {
		width:100%;
		border-collapse: collapse;
		margin-bottom:20px;
		border:none;
	}
	#access th {
		padding:8px 15px;
	}
	#access td {
		padding:12px 15px;
		border-bottom:none;
	}
	#access #root {
		margin-bottom:0;
	}
	#access #root li {
		width: 100%;
	}	
	
	
}


/****************************************

          contact

*****************************************/


#contact {
	position:relative;
	padding: 0 20px;
}

#contact section {
	margin-bottom: 50px;
}

#contact h2 {
	margin-bottom: 20px;
    padding: 15px 20px;
    border-left: solid 5px #ff8000;
    background-color: #fff8ef;
    font-weight: bold;
    
}


#contact p {
	line-height:1.6;
	margin-bottom: 20px;
}
#contact p strong {
	display:block;
	margin-top:10px;
	
}
#contact p strong a{
	text-decoration: underline;
	font-size: 24px;
	color: #ff6a05;
}



#contact .web_rsv iframe {
	width: 100%;
	height: 1040px;
}


#contact #form table {
	width:100%;
	border-collapse: collapse;
	margin-bottom:20px;
	border:1px solid #ccc;
}
#contact #form th {
	width:240px;
	padding:20px 0 20px 20px;
	background-color:#ffe8b8;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	vertical-align:middle;
	letter-spacing:0;
	font-size: 14px;
	font-size: 1.4rem;
}
#contact #form th span {
	color:#ff473d;
}
#contact #form td {
	padding:12px 20px 12px;
	border-bottom:1px dotted #ccc;
	vertical-align:middle;
}
#contact #form input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
	width:420px;
	height:46px;
	padding: 5px 10px;
	border: 1px solid #bbb;
}
#contact #form textarea {
	width:100%;
	padding: 5px 10px;
	border: 1px solid #bbb;
}
#contact #form input[type="text"]:focus, #contact #form input[type="email"]:focus, #contact #form input[type="tel"]:focus, #contact #form textarea:focus {
	border: 1px solid #ffb008;
	outline: medium none;
}

#contact #form p {
	margin-bottom:10px;
	text-align:left;
	line-height:1.6;
	font-size: 14px; 
}

#contact #form p.submit {
	text-align:center;
}
#contact #form p.submit.ajax-loader {
	display: block;
}



#contact #form input[type="submit"] {
	display: inline-block;
	width: 50%;
	padding: 15px 0;
	background: #ff6a05;
	border: 1px solid #ff6a05;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}

#contact #form input[type="submit"]:hover {
	background: #ffb008;
	border: 1px solid #ffb008;
}

/*sp*/
@media (max-width: 767px) {

	#contact {
		position:relative;
		padding:0 10px;
	}
	
	#contact .web_rsv iframe {
		height: 1100px;
	}


	
	#contact #form table, #contact #form tbody, #contact #form tr, #contact #form th, #contact #form td {
		display: block;
	}


	#contact #form th {
		width:100%;
		padding:15px;
	}
	#contact #form td {
		padding:12px 15px 12px;
	}
	#contact #form input[type="text"], #contact input[type="email"], #contact input[type="tel"] {
		width:100%;
		height:40px;
	}


}





/****************************************

          blog

*****************************************/


#blog {
	position:relative;
}


#blog h2 {
    font-size: 20px; 
    border-left: solid 5px #fd9600;
	margin:30px 0 20px;
    padding:15px 20px;
    background-color: #fff8ef;
}

#blog h3 {
    margin-bottom: 20px;
    padding: 0 0 15px 10px;
    border-bottom: 3px solid #009944;
    color: #009944;
    font-weight: bold;
    line-height: 1.6;
}


#blog .blog {
	padding:0 10px;
}


#blog .blog h3 {
	margin:30px 0 20px;
}

#blog .blog p {
	margin-bottom:10px;
	line-height:1.6;
}

#blog .blog p img {
	max-width: 670px;
	height: auto;
	margin-bottom:10px;
}


#blog .blog ul {
	margin-bottom:15px;
}

#blog .blog li {
	list-style: disc outside;
    margin: 0 0 5px 20px;
	line-height:1.6;
}




.blog .blog_list {
	padding:10px 0 30px;
}



.blog_list h2 {
    font-size: 20px; 
    border-left: solid 5px #fd9600;
	margin:0 0 20px;
    padding:15px 20px;
    background-color: #fff8ef;
}

.blog_list ul {
	margin-bottom: 30px;
}


.blog_list li {
	position:relative;
}

.blog_list li:last-child {
	border-bottom:none;
}

.blog_list li a {
	padding:20px 0;
	font-weight: bold;
	line-height: 1.4;
	border-bottom:1px dotted #999999;
	font-size: 16px; font-size: 1.6rem;
}

.blog_list li:last-child a {
	border-bottom:none;
}


.blog_list li a:hover {
	background-color:#fef5ed;
}


.blog_list li a figure{
	width: 100px;
}

.blog_list li a figure img{
	width: 100%;
	height: auto;
	outline: 1px solid #ffa114;
    outline-offset: -1px;
}

.blog_list li a dl{
	width: calc(100% - 120px);
	padding-left: 20px;
}
.blog_list li a dl dt{
	margin-bottom: 10px;
}
.blog_list li a dl dt time{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.blog_list li a dl dd{
	font-weight: normal;
}

/*sp*/
@media (max-width: 767px) {

	.blog h2, .blog_list h2 {
		font-size: 18px; 
		padding:15px 15px;
	}

	.blog_list ul {
		padding:5px 10px;

	}

}




/****************************************

          symptoms

*****************************************/


#symptoms {
	position:relative;
}


#symptoms ul {
	margin-bottom: 30px;
}


#symptoms li {
	position:relative;
	padding:12px 0 12px 35px;
	font-weight: bold;
	line-height: 1.6;
	border-bottom:1px dotted #999999;
	font-size: 16px;
}

#symptoms li:before {
	content: "";
    display:block;
	position:absolute;
	left:10px;
	top:0;
	bottom: 0;
	margin: auto;
	width:14px;
	height:14px;
	background: url(../img/common/navi_arrow.png) no-repeat left top;
}




