@charset 'utf-8';

/* ==========================================================================

	当クリニックについて

   ========================================================================== */


h3 {
	padding-top: 90px;
}

.box_img {
	text-align: left;
}

.contents_intro {
	margin-bottom: 50px;
}

.name {
	text-align: right;
	margin: 20px 0 0 auto;
}

.contents_area strong {
	display: block;
	font-weight: bold;
	font-size: 130%;
	margin: 0 auto 20px 0;
}

.photo_area figure {
	width: 49%;
	margin-right: 2%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.photo_area figure:nth-of-type(2n) {
	margin-right: 0;
}

.photo_area figure img {
	width: 100%;
	margin-bottom: 5px;
}


/* ============================== SP ============================== */

@media only screen and (max-width: 812px) {

	h3 {
		padding-top: 70px;
	}
	
	.contents_area strong {
		font-size: 1.5rem;
	}
	
	.photo_area figure {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}

}
