@charset "utf-8";
/* CSS Document */

/*------------------------

診療内容

------------------------*/
.treatment {
	padding: 40px 0;
	background-image: url(../img/treatment-back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	background-size: cover;
}
.treatment .icon {
	margin-bottom: 20px;
}
.treatment .title {
	text-align: center;
	color: #007746;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.treatment dl {
	width: 100%;
	float: left;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #cedce4;
}

.treatment dt {
	float: left;
	width: 25%;
	font-size: 18px;
	font-weight: 500;
	color: #007746;
}

.treatment dd {
	padding-left: 20px;
	padding-top: 3px;
	float: left;
	width: 75%;
	margin: 0;
}
.treatment .menu {
	margin: 0;
}
.treatment .menu li {
	width: 42%;
	float: left;
	margin-left: 3%;
	margin-right: 5%;
}
.treatment .menu li .name {
	float: left;
}
.treatment .menu li .price {
	float: right;
}
.treatment table {
	margin-bottom: 0;
}
.treatment th, .treatment td {
	padding: 0 0 10px;
	;
	border: 0;
}
.treatment .home-treatment li {
	margin-bottom: 10px;
	font-weight: 600;
}
.treatment .home-treatment li:before {
	content: url(../img/icon02.png);
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

@media (max-width: 1023px) {
.treatment .blocks-5 li {
	text-align: center;
}
.treatment .menu {
	margin: 0 0 0 16px;
}
.treatment .menu li {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
}

@media (max-width: 767px) {
.trouble dt,
.treatment dt {
	width: 100%;
}
	
.trouble dd,
.treatment dd {
	padding-left: 0;
	float: left;
	width: 100%;
}
.treatment .menu {
	margin: 0 0 16px;
	display: block;
	float: left;
	width: 100%;
}
.treatment .menu li {
	list-style: none;
}
}
/*------------------------

こんな症状でお悩みではありませんか？

------------------------*/
.trouble {
	padding: 40px 0;
	/*background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-position: center top;*/
}

/*.trouble .wrap{
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 20px 40px;
}
*/
.trouble .yellow-box{
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 16px 26px;
}

.trouble .icon {
	margin-bottom: 20px;
}
.trouble h1 {
	text-align: center;
	color: #007746;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.trouble h2 {
	text-align: center;
	color: #79c813;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.trouble p {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.trouble dl {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border-bottom: 0;
}

.trouble dt {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 18px;
	font-weight: bold;;
	color: #007746;
}

.trouble dd {
	padding: 9px 20px 0;
	border-top: 1px solid #cedce4;
	margin: 7px 0;
	border-radius: 4px;
}

.renkei-list{
	margin: 0;
}

.renkei-list li{
	list-style: none;
}

.trouble li:before {
	content:"";
	background: url(../img/icon07.png);
	background-size: 15px auto;
	width: 15px;
	height: 15px;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1023px) {
.trouble .img {
	text-align: center;
}
}

@media (max-width: 767px) {	
.trouble p {
	text-align: left;
}
}

/*------------------------

設備紹介

------------------------*/

.facility {
	padding: 40px 0;
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-position: center top;
	background-color: #fff;
}
.facility .title {
	text-align: center;
	color: #009a5a;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.facility .name {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #79c813;
	line-height: 2;
	font-weight: bold;;
	text-align: center;
	margin-bottom: 10px;
}
.facility figure img {
	border-radius: 11px;
}

@media (max-width: 1023px) {
.facility figure {
	text-align: center;
}
}
