/*________________________________________________________

00 cmn
________________________________________________________*/
.subpage header {
	border: 5px solid #077e51;
}
.subpage .contents {
	margin: 0 auto;
}
h2 {
	text-align: center;
	font-size: 230%;
	color: #077e51;
	font-weight: normal;
	letter-spacing: .2em;
	font-family: "Rounded Mplus 1c";
}
.subpage h3 {
	width: 100%;
	margin-top: 56px;
	padding: 8px 40px;
	font-size: 150%;
	text-align: center;
	border-bottom: 4px solid #077e51;
	letter-spacing: .2em;
}

.side section {
	border-top: 4px solid #077e51;
	background-color: #e9e9e9;
	text-align: center;
	margin-bottom: 32px;
	padding: 0 16px 16px 16px;
}
.side section h2 {
	font-size: 170%;
}
.map {
	background-color: #FFF;
	padding: 8px;
}


/*________________________________________________________

01 index
________________________________________________________*/

/* メインビジュアル
---------------------------------------- */
.mainImg {
    background-image: url(../img/top/bg_main.jpg);
	background-repeat: no-repeat;
}
.mainImg p {
	margin: 0;
}


/* ニュース
---------------------------------------- */
section.news {
	background-color: #077e51;
}
.news h2 {
	font-size: 160%;
	font-weight: normal;
	background-color: #077e51;
	color: #FFF;
}
.news ul {
	margin: 0;
	padding: 16px;
	list-style: none;
	font-size: 100%;
	overflow: hidden; 
}
.news li {
	list-style: disc inside none;
}
.news li a {
	padding: 4px 0;
	color: #FFF;
	text-decoration: underline;
}
.news a span {
	display: inline-block;
	margin-right: 16px;
}
a.newsBtn {
	background-color: #FFF;
	color: #333;
}
.news a.newsBtn::before {
	margin: 0 4px;
	font-family: "Font Awesome 5 Free";
	line-height: 1.8;
	content: '\f105';
	font-weight: 900;
}

/* メッセージ
---------------------------------------- */
p.img_message {
	text-align: center;
}

/*________________________________________________________

	診療内容
________________________________________________________*/

.flowBox {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 16px;
	border: 4px solid #007f51;
	background: #fbf2e1;
}
.flowBox::after {
	position: absolute;
	bottom: -34px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #d6f0ed;
	content: "";
}
.flowBox:last-child::after {
	border: none;
}
.flowBox h4 {
	margin: 0 0 24px 0;
	padding: 8px;
	text-align: center;
	background: #007f51;
	color: #FFF;
}
.flowBox p {
	margin-left: 16px;
	margin-right: 16px;
}
.flowBox ul {
	margin-left: 16px;
	margin-right: 24px;
}

/*________________________________________________________

	院内設備
________________________________________________________*/

.clean {
	background-color: #ebf7ff;
	font-weight: bold;
	text-align: center;
}
.aboutList strong {
	display: block;
	padding: 8px 0 4px 0;
	color: #FFF;
	background-color: #077e51;
	text-align: center;
	font-size: 110%;
}
.aboutList span {
	display: block;
	padding: 8px;
	font-size: 90%;
	border: 3px solid #077e51;
}

