@charset "utf-8";
/* CSS Document */

/* トップページ設定 */

#contents {
	padding-top:0px!important;
}

@media print,screen and (min-width: 768px){
/* PC用設定 */

/* タイトルイメージ */
#top_title {
	padding-top:110px;
	margin-bottom:40px;
}
#top_title img {
	width:100%;
}

/* バナー画像用設定 */
#contents .banner {
	padding-bottom:60px;
}
#contents .banner img {
	width:auto;
	display:block;
	margin:0px auto;
	box-shadow:5px 5px 5px rgba(0,0,0,0.1);
}

/* ブログバナー画像用設定 */
#contents .blog_banner {
	width:400px;
	margin:0px auto;
	padding-bottom:80px;
}
#contents .blog_banner img {
	width:100%;
	box-shadow:5px 5px 5px rgba(0,0,0,0.1);
}

/* このような症状でお悩みではないですか？ */
#contents #cas {
	padding-top:100px;
	margin-top:-100px;
}
#contents #case {
	padding:0px 20px;
	margin-bottom:80px;
}
#contents #case h2 {
	font-size: 32px;
	line-height: 1.5em;
	color: #603A22;
	text-align: center;
	width: 750px;
	height: 152px;/* 172px */
	padding-top:20px;
	background-image: url(../img/home/case_title_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	letter-spacing: 2px;
}
#contents #case ul {}
#contents #case li {
	width:347px;
	float:left;
	margin-top:15px;
}
#contents #case li img {
	width:auto;
}
#contents #case li:nth-child(odd) {
	clear:both;
}
#contents #case li:nth-child(even) {
	float:right;
}

/* ごあいさつ */
#contents #mes {
	padding-top:100px;
	margin-top:-100px;
}
#contents #message {
	margin-bottom:60px;
}
#contents #message .title h2:before {
	content: "Message";
}
#contents #message dl {
	padding:0px 20px;
}
#contents #message  dt {
	padding-bottom:30px;
}
#contents #message  dt img {
	width:auto;
	margin:0px auto;
	display:block;
}
#contents #message  dd {}

/* 7つの特長 */
#contents #poi {
	padding-top:100px;
	margin-top:-100px;
}
#contents #point {
	margin-bottom:80px;
}
#contents #point .title {
	margin-bottom:0px;
}
#contents #point .title h2:before {
	content: "Point";
}
#contents #point li {
	background-image: url(../img/home/point_bk1.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding:50px 20px;
	margin-bottom:20px;
}
#contents #point li h3 {
	font-size: 28px;
	line-height: 1.3em;
	color: #603A22;
	text-align:center;
	margin-bottom:20px;
}
#contents #point li h3:before {
	content: "";
	width:60px;/* 74px */
	height:51px;/* 63px */
	background-image: url(../img/home/point_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	position: absolute;
	margin-left:-70px;
	margin-top:-10px;
}
#contents #point li h3 span {
	letter-spacing: -0.5em;
}
#contents #point li img {
	width:auto;
	margin:0px auto;
	display:block;
	margin-bottom:10px;
}
#contents #point li h6 {
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	color: #6dab6f;/* #4F913A */
	text-align: right;
	margin-top:1em;
}
#contents #point li h6 a {
	color: #6dab6f;/* #4F913A */
}
#contents #point li h6:before {
	content: "";
	width:25px;
	height:25px;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	position: absolute;
	margin-left:-32px;
	margin-top:-3px;
}
#contents #point li:nth-child(even) {
	padding-top:30px 0px;
	background-image: url(../img/home/point_bk2.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#contents #point li:nth-child(2) h3:before { background-image: url(../img/home/point_2.png); }
#contents #point li:nth-child(3) h3:before { background-image: url(../img/home/point_3.png); }
#contents #point li:nth-child(4) h3:before { background-image: url(../img/home/point_4.png); }
#contents #point li:nth-child(5) h3:before { background-image: url(../img/home/point_5.png); }
#contents #point li:nth-child(6) h3:before { background-image: url(../img/home/point_6.png); }
#contents #point li:nth-child(7) h3:before { background-image: url(../img/home/point_7.png); }

/* 交通事故・むち打ち治療 */
#contents #tra {
	padding-top:100px;
	margin-top:-100px;
}
#contents #traffic_accident {
	padding:0px 20px;
	margin-bottom:60px;
}
#contents #traffic_accident .title h2:before {
	content: "Traffic Accident";
}
#contents #traffic_accident h3 {
	margin-bottom:20px;
}
#contents #traffic_accident h3 img {
	width:100%;
}
#contents #traffic_accident h6 {
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	color: #6dab6f;/* #4F913A */
	text-align: right;
	margin-top:1em;
}
#contents #traffic_accident h6 a {
	color: #6dab6f;/* #4F913A */
}
#contents #traffic_accident h6:before {
	content: "";
	width:25px;
	height:25px;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	position: absolute;
	margin-left:-32px;
	margin-top:-3px;
}

/* 患者様の声 */
#contents #rev {
	padding-top:100px;
	margin-top:-100px;
}
#contents #review {
	margin-bottom:40px;
}
#contents #review .title h2:before {
	content: "Review";
}
#contents #review .waku {
	margin-top: 1em;
	background-color: #EDF7E4;
	border-radius: 10px;
	padding: 10px;
}
#contents #review .waku ul {
	background-color: #EDF7E4;
	background-image: url(../img/voice/com.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
}
#contents #review .waku ul li {
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px;
	padding-left:210px;
}
#contents #review .waku li .anq {
	width: 140px;
	border: 1px solid #b1b1b1;
	position: absolute;
	margin-left: -180px;
	margin-bottom: -60px;
	margin-top: -60px;
	height: 140px;
}
#contents #review .waku li .twoline {
	margin-top: -80px;
}
#contents #review .waku ul li h5 {
	width: 440px;
	font-size: 18px;
	line-height: 1.3em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #76db3a;
	margin-bottom: 1em;
	padding-bottom:0.5em;
}
#contents #review .waku ul li p {
	width: 440px;
	margin-bottom: 0px;
}
#contents #review .waku .com {
	margin-top: 10px;
	margin-bottom: 1.5em;
}
#contents #review h6 {
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	color: #6dab6f;/* #4F913A */
	text-align: right;
	margin-top:1em;
}
#contents #review h6 a {
	color: #6dab6f;/* #4F913A */
}
#contents #review h6:before {
	content: "";
	width:25px;
	height:25px;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	position: absolute;
	margin-left:-32px;
	margin-top:-3px;
}

/* 治療料金・治療の流れ */
#contents #other {
}
#contents #other dl {
}
#contents #other dl img {
	width:auto;
	display:block;
	margin:0px auto;
}
#contents #other dt {
	margin-bottom:30px;
}

}
@media screen and (max-width: 767px){
/* スマホ用設定 */

/* タイトルイメージ */
#top_title {
	padding-top:55px;
	margin-bottom: 0px;
}
#top_title img {
	width:100%;
}

/* バナー画像用設定 */
#contents .banner {
	padding:0px 10px;
	padding-bottom:30px;
}
#contents .banner img {
	width:100%;
	box-shadow:3px 3px 3px rgba(0,0,0,0.1);
}

/* ブログバナー画像用設定 */
#contents .blog_banner {
	width:240px;
	margin:0px auto;
	padding-bottom:40px;
}
#contents .blog_banner img {
	width:100%;
	box-shadow:3px 3px 3px rgba(0,0,0,0.1);
}

/* このような症状でお悩みではないですか？ */
#contents #cas {
	padding-top:50px;
	margin-top:-50px;
}
#contents #case {
	padding:0px 10px;
	margin-bottom:30px;
}
#contents #case h2 {
	font-size: 17px;
	line-height: 1.5em;
	color: #603A22;
	text-align: center;
	width: 100%;
	height: 80px;
	padding-top:20px;
	background-image: url(../img/home/case_title_bk.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 100%;
	margin: 0px auto;
	letter-spacing: 0px;
}
#contents #case ul {}
#contents #case li {
	width:48.5%;
	float:left;
	margin-top:10px;
}
#contents #case li img {
	width:100%;
}
#contents #case li:nth-child(odd) {
	clear:both;
}
#contents #case li:nth-child(even) {
	float:right;
}
/* ごあいさつ */
#contents #mes {
	padding-top:50px;
	margin-top:-50px;
}
#contents #message {
	margin-bottom:30px;
}
#contents #message .title h2:before {
	content: "Message";
}
#contents #message dl {
	padding:0px 20px;
}
#contents #message  dt {
	padding-bottom:15px;
}
#contents #message  dt img {
	width:90%;
	margin:0px auto;
	display:block;
}
#contents #message  dd {}

/* 6つの特長 */
#contents #poi {
	padding-top:50px;
	margin-top:-50px;
}
#contents #point {
	margin-bottom:40px;
}
#contents #point .title {
	margin-bottom:0px;
}
#contents #point .title h2:before {
	content: "Point";
}
#contents #point li {
	background-image: url(../img/home/point_bk1.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size:100%;
	padding:25px 10px;
	margin-bottom:10px;
}
#contents #point li h3 {
	font-size: 17px;
	line-height: 1.5em;
	color: #603A22;
	text-align:center;
	margin-bottom:10px;
}
#contents #point li h3:before {
	content: "";
	width:40px;
	height:34px;
	background-image: url(../img/home/point_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	position: absolute;
	margin-left:-45px;
	margin-top:-7px;
}
#contents #point li h3 span {
	letter-spacing: -0.5em;
}
#contents #point li img {
	width:90%;
	margin:0px auto;
	display:block;
	margin-bottom:10px;
}
#contents #point li h6 {
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	color: #6dab6f;/* #4F913A */
	text-align: right;
	margin-top:1em;
}
#contents #point li h6 a {
	color: #6dab6f;/* #4F913A */
}
#contents #point li h6:before {
	content: "";
	width:15px;
	height:15px;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	position: absolute;
	margin-left:-20px;
	margin-top:-1px;
}
#contents #point li:nth-child(even) {
	padding-top:30px 0px;
	background-image: url(../img/home/point_bk2.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#contents #point li:nth-child(2) h3:before { background-image: url(../img/home/point_2.png); }
#contents #point li:nth-child(3) h3:before { background-image: url(../img/home/point_3.png); }
#contents #point li:nth-child(4) h3:before { background-image: url(../img/home/point_4.png); }
#contents #point li:nth-child(5) h3:before { background-image: url(../img/home/point_5.png); }
#contents #point li:nth-child(6) h3:before { background-image: url(../img/home/point_6.png); }
#contents #point li:nth-child(7) h3:before { background-image: url(../img/home/point_7.png); }

/* 交通事故・むち打ち治療 */
#contents #tra {
	padding-top:50px;
	margin-top:-50px;
}
#contents #traffic_accident {
	margin-bottom:30px;
}
#contents #traffic_accident .title h2:before {
	content: "Traffic Accident";
}
#contents #traffic_accident h3 {
	margin-bottom:15px;
}
#contents #traffic_accident h3 img {
	width:100%;
}
#contents #traffic_accident h6 {
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	color: #6dab6f;/* #4F913A */
	text-align: right;
	margin-top:1em;
}
#contents #traffic_accident h6 a {
	color: #6dab6f;/* #4F913A */
}
#contents #traffic_accident h6:before {
	content: "";
	width:15px;
	height:15px;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	position: absolute;
	margin-left:-20px;
	margin-top:-1px;
}

/* 患者様の声 */
#contents #rev {
	padding-top:50px;
	margin-top:-50px;
}
#contents #review {
	margin-bottom:15px;
}
#contents #review .title h2:before {
	content: "Review";
}
#contents #review .waku {
	margin-top: 1em;
	background-color: #EDF7E4;
	border-radius: 7px;
	padding: 10px;
}
#contents #review .waku ul {
	background-color: #EDF7E4;
	background-image: url(../img/voice/com.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	background-size: auto 20px;
}
#contents #review .waku ul li {
	background-color: #FFF;
	border-radius: 7px;
	padding: 15px;
}
#contents #review .waku li .anq {
	width: 200px;
	border: 1px solid #b1b1b1;
	position: relative;
	margin-left: auto;
	margin-bottom: 1em;
	margin-right: auto;
	display: block;
}
#contents #review .waku ul li h5 {
	width: auto;
	font-size: 15px;
	line-height: 1.3em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #76db3a;
	margin-bottom: 1em;
	padding-bottom:0.5em;
    margin-top: 0px;
    padding-left: 0px;
}
#contents #review .waku ul li p {
	width: auto;
	margin-bottom: 0px;
}
#contents #review .waku .com {
	margin-top: 10px;
	margin-bottom: 1.5em;
}
#contents #review h6 {
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	color: #6dab6f;/* #4F913A */
	text-align: right;
	margin-top:1em;
}
#contents #review h6 a {
	color: #6dab6f;/* #4F913A */
}
#contents #review h6:before {
	content: "";
	width:15px;
	height:15px;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	position: absolute;
	margin-left:-20px;
	margin-top:-1px;
}

/* 治療料金・治療の流れ */
#contents #other {
	padding:0px 10px;
}
#contents #other dl {
}
#contents #other dl img {
	width:100%;
}
#contents #other dt {
	margin-bottom:20px;
}

}
