@charset "utf-8";
/* CSS Document */

/*------------------------

メイン

------------------------*/
.main {
	background-image: url(../img/main-back_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: auto 100%;
}

@media only screen and (max-width: 767px) {
.main .wrap {
	width: 100%;
}
.main {
	text-align: center;
}
.main {
	background-image: url(../img/main-back_sp.png);
	background-size: contain;
}
}
/*------------------------

こんな症状でお悩みではありませんか？

------------------------*/
.trouble {
	padding: 20px 0;
	background:#e5ecd4;
}
.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: center;
	margin-bottom: 30px;
}
.trouble li:before {
	content: url(../img/icon02.png);
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

@media (max-width: 1023px) {
.trouble .img {
	text-align: center;
}
}

@media (max-width: 767px) {
.trouble p {
	text-align: left;
}
}
/*------------------------

診療内容

------------------------*/
.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: #323232;
	font-size: 24px;
	font-weight: 700;
    border-bottom: 3px solid #009a5a;
    width: 200px;
    margin: 0 auto 40px auto;
    padding-bottom: 12px;
}
.treatment .titleEn {
    text-align: center;
	color: #79c813;
}

@media (max-width: 1023px) {
.treatment .blocks-5 {
	text-align: center;
}
}
/*------------------------

お知らせ

------------------------*/

.info {
	padding: 40px 0;
}
.news .title {
	width: 1em;
	margin: 0 auto 30px;
	text-align: center;
	color: #323232;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
}
.news .icon {
	text-align: center;
}
.news ul {
	margin: 0;
}
.news ul li {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	padding: 0;
	list-style-type: none;
}
.news ul li:last-child {
	margin-bottom: 0;
}
.news .date {
	width: 20%;
	float: left;
	color: #009a5a;
	font-size: 14px;
	font-weight: 400;
}
.news .article-title {
	width: 80%;
	float: left;
	padding-left: 10px;
}
.news .article-title, .news .article-title a {
	color: #323232;
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (min-width: 1025px) {
.news .article-title a:hover {
	text-decoration: none;
}
}

@media (max-width: 767px) {
.news .title {
	width: auto;
}
.news .icon {
	display: none;
}
.news .date {
	width: 100%;
}
.news .article-title {
	width: 100%;
	padding-left: 0;
}
}
