@charset "utf-8";

/*common
************************************************************************************/

/*header*/
#header{
	border-bottom: none;
	background: #2458a7;
}
#header .sitename .cate_page{
	background: #FFF;
	color: #2458a7;
}
#header .navigation-area a{
	color: #FFF;
}
#header .navigation-area a::after{
	background-color: #FFF;
}
#header .navigation-area .header_sub .btn{
	background: #2458a7;
	border: 1px solid #FFF;
}
#header .navigation-area .header_sub .btn a{
	color: #FFF;
}
#header .navigation-area .header_sub .btn a::after{
	background-color: #2458a7;
}
#header .navigation-area .header_sub aside.searches input[type=submit]{

	background: url("../img/common/icon_search.svg") no-repeat center center #88a5da;
	background-size: 20px 20px;
}

#footer{
	margin-top: 0;
}

/*title*/
.title_h1{
	margin-bottom: 30px;
	padding: 30px 0;
	text-align: center;
	color: #FFF;
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	font-style: normal;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 2.25em;
}
.title_h2 {
	position: relative;
	padding: 1.5em 0 1em;
	margin: 1em 0;
	border-top: 1px solid #FFF;
 	text-align: center;
	color: #FFF;
	font-size: 1.5em;
	background: url("../img/common/ar_white_down.svg") no-repeat bottom center;
	background-size: 15px auto;
}
/*cmt*/
.top-cmt{
	margin: 30px 0;
}

/*newslist*/
ul.news-list{
	width: 100%;
	margin: 40px 0 40px;
}
ul.news-list li{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	align-items: center;
	width: 100%;
	padding: 1em .7em;
	box-sizing: border-box;
}
ul.news-list li .date{
	width: 8em;
	text-align: center;
}
ul.news-list li .title{
	padding-left: 2em;
}


/*cate-list*/
ul.cate-list{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px 0;
}
ul.cate-list li{
	width: 32%;
	border: 1px solid #FFF;
}
ul.cate-list.column4 li{
	width: 24%;
}
ul.cate-list a{
	width: 100%;
	padding: 20px 40px 20px 20px;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	background: url("../img/common/ar_white_for_list.svg") no-repeat right 25px center;
	background-size: 15px auto;
	display: block;
}
@media screen and (min-width: 1025px) {
	ul.cate-list a{
		-webkit-transition: .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.cate-list a:hover{
		background: url("../img/common/ar_white_for_list.svg") no-repeat right 17px center;
		background-size: 15px auto;
	}
}

@media screen and (max-width: 1350px){


}


@media screen and (max-width: 1024px){
/*smart phone*/

	.title_h1{
		font-size: 1.875em;
	}
	ul.news-list li .date{
		text-align: left;
	}
	ul.news-list li .title{
		padding-left: 0;
		width: 100%;
	}

}
@media screen and (max-width: 768px){
/*smart phone*/
	ul.cate-list{
		justify-content: center;
		margin: 30px 0;
	}
	ul.cate-list li{
		width: 99%;
		margin: 5px auto;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}

/*mainphoto
************************************************************************************/

.mainphoto{
	width: 100%;
	height: auto;
	margin: 0;
}
.mainphoto img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

#page-doctor .bannerWrap{
	padding: 15px 0;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

#page-doctor ul.banners{
	display: table;
	margin: auto;
}

#page-doctor ul.banners li{
	display: table-cell;
	vertical-align: middle;
	padding: 2px;
}
#page-doctor ul.banners li img{
	max-width: 290px;
	height: auto;
}
@media screen and (max-width: 1024px){
	#page-doctor ul.banners li img{
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 480px){
	#page-doctor ul.banners{
		display: block;
	}

	#page-doctor ul.banners li{
		display: block;
		text-align: center;
	}
}

/*nav  cn_list
************************************************************************************/

#cn_list ul{
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#cn_list ul li{
	padding: 0 5em;
	border-left: 1px solid #65b2c7;
}
#cn_list ul li:last-child{
	border-right: 1px solid #65b2c7;
}
#cn_list ul li a{
	color: #2458a7;
	text-decoration: none;
}

@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
/*smart phone*/
	#cn_list ul li{
		padding: 0 2em;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
	#cn_list ul{
		margin: 0 auto;
	}
	#cn_list ul li{
		width: 98%;
		margin: 0 auto;
		padding: 15px 0;
		border-left: none;
		text-align: center;
		border-bottom: 1px solid #65b2c7;
	}
	#cn_list ul li:last-child{
		border-right: none;
	}
}
@media screen and (max-width: 415px){
}


/*medical
************************************************************************************/

#for-medical{
	padding: 50px 0;
	background: url("../img/medical/bg_medical.jpg") no-repeat top center;
	background-size: cover;
	color: #FFF;
}
#for-medical .frame-panel{
	width: 100%;
	padding: 40px 0 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	margin-bottom: 30px;
}
#for-medical .frame-panel a{
	color: #FFF;
	text-decoration: none;
}
#for-medical .frame-panel dl{
	padding-left: 1%;
	width: 49%;
	
}
#for-medical .frame-panel dl dt{
	font-size: 1.375em;
	font-weight: 600;
	margin-bottom: 20px;
}
#for-medical .frame-panel dl dd{
	margin-left: 20px;
	padding: 10px 20px 10px;
	border-left: 1px solid #FFF;
}
#for-medical .frame-panel dl dd .date{
	display: block;
}
#for-medical .frame-panel dl dd.details{
	border-left: none;
}

@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
/*smart phone*/
	#for-medical .frame-panel dl{
		padding-left: 1%;
		width: 99%;
		margin-bottom: 30px;
	}
	#for-medical .frame-panel dl dd{
		margin-left: 40px;
	}

}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}


/*member・admission
************************************************************************************/
#for-member{
	padding: 50px 0;
	background: url("../img/medical/bg_member.jpg") no-repeat center center;
	background-size: cover;
	color: #FFF;
}
#for-member a{
	color: #FFF;
	text-decoration: none;
}
#for-member ul.news-list li{
	border-bottom: 1px solid #434855;
}


/*member・admission
************************************************************************************/
#for-admission{
	padding: 50px 0;
	background: url("../img/medical/bg_admission.jpg") no-repeat center center;
	background-size: cover;
	color: #FFF;
}




/*news
************************************************************************************/
#news{
	width: 100%;
	background: #f6f6f6;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
#news .titlearea{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}
#news .titlearea h1{
	width: 12em;
	text-align: center;
	font-size: 1.313em;
	background: #2458a7;
	color: #FFF;
	height: 50px;
	line-height: 50px;
}
#news .titlearea .btn-more{
	width: 13em;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#news .titlearea .btn-more a{
	width: 100%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	background: #60bf61;
	color: #FFF;
	text-decoration: none;
	background: url("../img/common/ar_news.svg") no-repeat right 15px center #7d7d7d;
	background-size: 18px auto;
	display: block;
}
#news ul.news-list{
	margin: 0 0 0 0;
}
#news ul.news-list li{
	border-top: 1px solid #FFF;
}

@media screen and (min-width: 1025px) {
	#news .titlearea .btn-more a{
		-webkit-transition: .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	#news .titlearea .btn-more a:hover{
		background: url("../img/common/ar_news.svg") no-repeat right 7px center #7d7d7d;
		background-size: 18px auto;
	}
}

