@charset 'utf-8';

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

	コンセプト

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


/*--------------------------------
	当クリニックのバックグラウンド
--------------------------------*/

.link_about {
	margin: 100px auto 0;
}

.link_about {
	font-size: 0;
}

.link_about > div {
	display: inline-block;
	width: 48.5%;
	margin: 0 0 30px 0;
	text-align: center;
}

.link_about > div:nth-of-type(2n) {
	margin: 0 0 30px 3%;
}

.link_about > div a {
	display: block;
	height: 80px;
	line-height: 80px;
	border: 1px solid #3eaee6;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	text-align: center;
}

.link_about > div a:link,
.link_about > div a:visited { color:#000; }
.link_about > div a:hover,
.link_about > div a:active { color:#fff; background-color: #3eaee6; }


small {
	font-size: 85%;
}

img.pc { display: inline !important; }
img.sp { display: none !important; }

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

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


/*--------------------------------
	当クリニックのバックグラウンド
--------------------------------*/
img.pc { display: none !important; }
img.sp { display: inline !important; }
	
	.link_about {
		margin: 50px auto 0;
	}
	
	.link_about > div {
		display: block;
		width: 100%;
		margin: 0 auto 10px;
	}
	
	.link_about > div:nth-of-type(2n) {
		margin: 0 auto 10px;
	}
	
	.link_about > div a {
		height: 60px;
		line-height: 60px;
		font-size: 1.6rem;
	}
	
	.link_about > div a:link,
	.link_about > div a:visited { color:#000; }
	.link_about > div a:hover,
	.link_about > div a:active { color:#000; background-color: transparent; }

}

/*--------------------------------
	お知らせ
--------------------------------*/

.top_news {
	margin: 100px auto 100px;
}

.top_news ul {
	max-width: 990px;
	text-align: left;
}

.top_news ul li:nth-of-type(1) {
	border-top: 1px solid #ccc;
}

.top_news ul li {
	padding: 25px 3%;
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
}

.top_news ul li a {
	position: relative;
	display: block;
	padding: 0 0 0 0;
}

.top_news ul li a span {
	position: absolute;
	left: 0;
	top: 0;
}

