@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

.line {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6d8996;
	margin: 0px;
	padding: 0px;
}
.main {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
}
.title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.title dt {
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	font-weight: bold;
}
.title dd {
	font-size: 80%;
	color: #666;
	text-align: center;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
#clinic {
	padding: 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0px;
}
#clinic dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	height: auto;
	width: 270px;
}
#clinic dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#clinic dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	font-weight: bold;
}
#clinic dl p {
	font-size: 80%;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cl {
	padding: 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0px;
}
.clinner {
	margin: 0px;
	padding: 0px;
	background-color: #6d8996;
	height: auto;
	width: 48%;
	border-radius: 3px;
}
.clinner a {
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	background-image: url(../images/yajirushi1.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 15px;
}
.clinner a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #73b5d4;
	border-radius: 3px;
}
}







/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {




}
