@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc{display:block!important;}
.sp{display:none!important;}


/*Contents layout
----------------------------------------------------*/
header:after,
footer:after,
#wrapper:after,
#wrapper_contents:after,
.contents:after,
dl:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}


/*header
----------------------------------------------------*/
header{
	position:fixed;
    width: 100%;
	height:85px;
    background-color:rgba(255,255,255,0.85);
	z-index:9;
}

header .ttl_logo{
	float:left;
	width:304px;
	padding:18px 0 0 0;
}

header .ttl_logo img{
	width:100%;
	height:auto;
}

header .box_right{
	float:right;
	width:350px;
	padding:15px 0;
	font-family: "Mplus 1p";
}

header .box_right p{
	float:right;
	padding-left:42px;
	background:url(../img/icon_tel.png) no-repeat left bottom;
	font-size:40px;
	line-height:0.75;
	color:#305FA9;
}

header .box_right span{
	float:right;
	padding-top:5px;
	font-size:13px;
	color:#000;
	text-align:right;
	display:block;
}


/*navigation
----------------------------------------------------*/

/*icon
-----------------------------------*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color:#06407F;
  border-radius: 4px;
}


/*navi
-----------------------------------*/
.menu-container {
	position:absolute;
	top:85px;
    width: 100%;
    margin: 0 auto;
    background-color:rgba(12,67,154,0.85);
	z-index:9;
}

.menu-mobile {
    display: none;
	z-index:9;
}

.menu{
	width:980px;
	margin:0 auto;
}

.menu > ul {
    width: 100%;
    box-sizing: border-box;
	table-layout: fixed;
    display: table;
}

.menu > ul > li {
	vertical-align:middle;
	display:table-cell;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 14px 0;
	text-align:center;
	line-height:1.2;
	font-size:16px;
	color:#FFF;
    display:block;
	 box-sizing:border-box;
}


/*contents
----------------------------------------------------*/
#wrapper,
#wrapper_contents{
	padding-top:40px;
}

#wrapper_contents{
	padding-bottom:50px;
	font-size:16px;
}

.contents{
	position:relative;
	width:980px;
	margin:0 auto;
}


/*top
----------------------------------------------------*/
.mainImage{
	position:relative;
	width:100%;
	height:465px;
	background:url(../img/mainImage.jpg) no-repeat center;
	background-size:cover;
	z-index:0;
}

.mainImage .mask{
	position:absolute;
	bottom:0;
	width:100%;
	padding:15px 0;
    background-color:rgba(26,161,219,0.6);
	text-shadow:0px 0px 5px #000;
}

.mainImage .mask .contents{
	font-size:38px;
	font-weight:bold;
	color:#FFF;
}

.toppage.mainImage .mask .contents{
	font-size:18px!important;
}

.mainImage .mask span{
	padding-left:1em;
	font-size:36px;
}

.main{
	float:left;
	width:610px;
}

.box_attention_top{
	margin-bottom:30px;
	border:2px solid #305FA9;
}

.box_attention_top div{
	padding:20px 20px 10px 20px;
}

.box_attention_top h2{
	padding:10px 20px;
	background: linear-gradient(to right, #305FA9, #8DCCF9);
	color:#FFF;
}

.box_attention_top h3{
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 2px solid #1AA1DB;
  font-weight:bold;
  font-size:1.2em;
}

.box_attention_top p{
	margin-bottom:10px;
}

.ttl_top_news{
	margin-bottom:20px;
	padding-left:15px;
	border-left:2px solid #1AA1DB;
}

.box_news{
	margin-bottom:50px;
}

.box_news dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}

.box_news dl dt{
	float:left;
	width:80px;
}

.box_news dl dd{
	float:right;
	width:520px;
}

.box_news div{
	display:none;
}

.box_news div p{
	margin-bottom:0.8em;
}

.box_news .ttl_news{
	cursor:pointer;
	display:block;
}

.box_news .ttl_news:after{
	content:"more";
	margin-left:0.5em;
	padding:0 5px;
	background:#0C439A;
	color:#FFF;
}

.box_news img{
	width:100%;
	height:auto;
	margin:30px auto 0 auto;
	display:block;
}

.box_topics{
	margin: 0 0 20px 0;
	padding:10px;
	border:1px solid #6DC8DE;
	border-radius:5px;
	background: #F0F9FE;
	font-weight:bold;
}

.box_topics dl{
	margin-bottom:10px;
	padding:10px 0 0 0;
	border-top:1px solid #CCC;
	border-bottom:0;
}

.box_topics dl:first-child{
	border-top:0;

}

.box_topics dl dd{
	float:right;
	width:500px;
}



.side{
	position:absolute;
	top:-280px;
	right:0;
	width:300px;
	padding:20px;
	background: -moz-linear-gradient(to bottom,#8DCCF9,#94E9F3); 
	background: -webkit-linear-gradient(to bottom,#8DCCF9,#94E9F3); 
	background: linear-gradient(to bottom,#8DCCF9,#94E9F3);
}

.side h2{
	margin-bottom:20px;
	font-size:18px;
	text-align:center;
}

.side img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.side p{
	font-size:12px;
	font-weight:bold;
}

.side iframe{
	width:100%;
	height:190px;
}


#sec02{
	padding:30px 0;
	background:#F6F6F6;
}

#sec02 h2{
	margin-bottom:30px;
	font-size:20px;
	text-align:center;
}

#sec03{
	padding:50px 0;
}

#sec03 ul{
	width:830px;
	margin:0 auto;
}

#sec03 ul li{
	position:relative;
	width:400px;
}

#sec03 ul li:nth-of-type(1){
	float:left;
}

#sec03 ul li:nth-of-type(2){
	float:right;
}

#sec03 ul li a span{
	position:absolute;
	bottom:0;
	width:100%;
	padding:15px 0;
    background-color:rgba(255,255,255,0.85);
	text-align:center;
	font-size:18px;
	font-weight:bold;
	display:block;
}

#sec03 ul li img{
	width:100%;
	height:auto;
}


/*common
----------------------------------------------------*/
#wrapper_contents h2{
	margin-bottom:40px;
	font-size:32px;
	text-align:center;
}

#wrapper_contents h2 span{
	width:25px;
	margin:0 auto;
	padding-top:20px;
	border-bottom:3px solid #1AA1DB;
	display:block;
}

#wrapper_contents h2 div{
	margin-bottom:10px;
	font-size:20px;
}

#wrapper_contents ul li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}

.kakomi{
	margin-bottom:50px;
	padding:30px;
	background:#F6F6F6;
}

.kakomi .box_left{
	float:left;
	width:49%;
}

.kakomi .box_right{
	float:right;
	width:49%;
}

.kakomi .kakomi{
	margin-bottom:0;
	padding:20px;
	border:1px solid #EEE;
	background:#FFF;
}

table th,
table td{
	padding:10px;
	border:1px solid #CCC;
}

.th_lv1{
	background:#0C439A;
	text-align:center;
	color:#FFF;
}

.th_lv2{
	background:#F6F6F6;
	text-align:center;
}

.point{
	margin-bottom:8px;
	padding-left:35px;
	background:url(../img/icon_point.png) no-repeat left 2px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.attention{
	margin-bottom:8px;
	padding-left:35px;
	background:url(../img/icon_attention.png) no-repeat left 4px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.link{
	padding-left:10px;
	background:url(../img/icon_link.png) no-repeat left center;
	text-decoration:underline!important;
	color:#305FA9!important;
}


/*about
----------------------------------------------------*/
.mainImage.main_about{
	height:400px;
	margin-bottom:50px;
	background:url(../img/mainImage_about.jpg) no-repeat center;
	background-size:cover;
}

.box_time{
	padding:20px;
	border:1px solid #CCC;
}

/*.box_time .box_left{
	float:left;
	width:50%;
	padding:20px 0 0 20px;
	border-right:1px solid #CCC;
}

.box_time .box_right{
	float:right;
	width:50%;
	padding-top:20px;
	padding-left:20px;
}*/

.box_about{
	width:735px;
	margin:0 auto 30px auto;
}

.box_about a{
	color:#FFF!important;
	display:block;
}

.box_about dl{
	float:left;
	/*width:21%;
	margin:0 2%;*/
	width:33.3%;
	margin:0 0%;
}

.box_about dl dt{
	width:160px;
	height:160px;
	margin:0 auto;
	padding:45px 0 0 0;
	border-radius:200px;
	background:#CCCC33;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	color:#FFF;
}

.box_about dl:nth-of-type(1) dt{background:#E18A14;}
.box_about dl:nth-of-type(2) dt{background:#B5111E;}
.box_about dl:nth-of-type(3) dt{background:#DC84A9;}
.box_about dl:nth-of-type(4) dt{background:#628F3D;}

.box_about dl dd{
	padding:20px 0 0 0;
	text-align:center;
}

.box_about_facility{
	margin-bottom:0px;
}

.box_about_facility dl{
	float:left;
	width:29.3%;
	margin:0 2% 4% 2%;
}

.box_about_facility dl dt img{
	width:100%;
	height:auto;
}

.box_about_facility dl dd{
	width:100%;
	padding:15px 0;
	text-align:center;
	background:#0C439A;
	color:#FFF;
	display:table;
}

.box_about_facility dl dd span{
	display:table-cell;
	vertical-align:middle;
}

.box_about_facility dl:nth-child(4){
	clear:left;
}


/*medical
----------------------------------------------------*/
.mainImage.main_medical{
	height:400px;
	margin-bottom:50px;
	background:url(../img/mainImage_medical.jpg) no-repeat center;
	background-size:cover;
}

.box_medical_sub{
	margin-bottom:100px;
	padding-bottom:30px;
	border-bottom:1px solid #CCC;
	text-align:center;
}

.box_medical_sub ul li{
	margin:0 5px!important;
	padding-bottom:0!important;
	border-bottom:0!important;
	border-radius:100px;
	display:inline-block;
}

.box_medical_sub ul li a{
	width:200px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	color:#FFF;
	display:block;
}

.box_medical_sub ul li:nth-of-type(1){background:#E18A14;}
.box_medical_sub ul li:nth-of-type(2){background:#B5111E;}
.box_medical_sub ul li:nth-of-type(3){background:#628F3D;}

.ttl_medical {
	width:160px;
	height:160px;
	margin:-180px auto 0 auto!important;
	padding:47px 0 0 0;
	border-radius:260px;
	text-align:center;
	font-size:24px!important;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	color:#FFF;
}

.ttl01{background:#E18A14;}
.ttl02{background:#B5111E;}
.ttl03{background:#628F3D; padding:63px 0 0 0;}

.box_medical01{
	margin-bottom:100px;
	padding:100px 30px 20px 30px;
	border:3px solid #E18A14;
}

.box_medical02{
	margin-bottom:100px;
	padding:100px 30px 20px 30px;
	border:3px solid #B5111E;
}

.box_medical03{
	margin-bottom:50px;
	padding:100px 30px 20px 30px;
	border:3px solid #628F3D;
}

#med01,
#med02,
#med03{
	margin-top:-240px;
	padding-top:240px;
}

.box_medical01 h3{
	margin-bottom:30px!important;
	padding-left:15px;
	border-left:2px solid #E18A14;
	font-weight:bold;
	font-size:22px;
	color:#E18A14;
}

.box_medical02 h3{
	margin-bottom:30px!important;
	padding-left:15px;
	border-left:2px solid #B5111E;
	font-weight:bold;
	font-size:22px;
	color:#B5111E;
}

.box_medical03 h3{
	margin-bottom:30px!important;
	padding-left:15px;
	border-left:2px solid #628F3D;
	font-weight:bold;
	font-size:22px;
	color:#628F3D;
}

h4{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #CCC;
	font-size:18px;
	font-weight:bold;
}

.bold{
	font-weight:bold;
	color:#000;
}

.line{
	text-decoration:underline;
	/*background: linear-gradient(transparent 60%, #ff0 0%); */
}


/*first
----------------------------------------------------*/
.mainImage.main_first{
	height:400px;
	margin-bottom:50px;
	background:url(../img/mainImage_first.jpg) no-repeat center;
	background-size:cover;
}

.check_item{
	margin:0 3px 5px 0;
	padding:0 5px 0 20px;
	border:1px solid #6DC8DE;
	border-radius:3px;
	background:#F0F9FE url(../img/icon_point.png) no-repeat 3px 4px;
	background-size:14px;
	line-height:1.4;
}

.list_first ol{
	padding:0;
	counter-reset:item1;
	list-style:none;
}

.list_first2 ol{
	padding:0;
	counter-reset: item2 4;
	list-style:none;
}

.list_first3 ol{
	padding:0;
	counter-reset: item3 6;
	list-style:none;
}

.list_first ol li,
.list_first2 ol li,
.list_first3 ol li{
	position:relative;
	margin:0 0 45px 0;
	padding:20px 20px 20px 3.5em;
	border:1px solid #6DC8DE;
	border-radius:10px;
	background:#F0F9FE;
	list-style:none;
}

.list_first ol li:before,
.list_first2 ol li:before,
.list_first3 ol li:before{
	float:left;
	width: 1.8em;
	height: 1.8em;
	margin-left: -2.5em;
	margin-right:0.5em;
	margin-top:0.3em;
	border-radius: 50%;
	background-color:#0C439A;
	color:#FFF;
	font-size:0.8em;
	line-height:1.8;
	text-align:center;
	vertical-align:middle;
	display:block;
}

.list_first ol li:before{
	content:counter(item1);
	counter-increment:item1;
}

.list_first2 ol li:before{
	content:counter(item2);
	counter-increment:item2;
}

.list_first3 ol li:before{
	content:counter(item3);
	counter-increment:item3;
}

.list_first ol li:after,
.list_first2 ol li:after{
	position:absolute;
	left:48%;
	bottom:-40px;
	content:url(../img/icon_ar_first.png);
}



/*doctor
----------------------------------------------------*/
.mainImage.main_doctor{
	height:400px;
	margin-bottom:50px;
	background:url(../img/mainImage_doctor.jpg) no-repeat center;
	background-size:cover;
}

.box_doctor{
	margin-bottom:50px;
}

.box_doctor .box_left{
	float:left;
	width:630px;
}

.box_doctor .box_right{
	float:right;
	width:320px;
}

.box_doctor .box_right img{
	width:100%;
	height:auto;
}

.box_doctor .box_right p{
	padding:5px 0 0 0;
	text-align:center;
}

#wrapper_contents h2.ttl_doctor{
	margin-bottom:60px;
	padding-bottom:20px;
	border-bottom:4px double #CCC;
	font-size:38px;
}

#wrapper_contents h2.ttl_doctor span{
	width:auto;
	margin:0 0 10px 0;
	padding:4px 12px;
	border:0;
	background:#1AA1DB;
	font-size:16px;
	color:#FFF;
	display:inline-block;
	vertical-align:middle;
}

#wrapper_contents h2.ttl_doctor em{
	padding-top:10px;
	font-size:18px;
	font-style:normal;
	display:block;
}


/*access
----------------------------------------------------*/
.mainImage.main_access{
	height:400px;
	margin-bottom:50px;
	background:url(../img/mainImage_access.jpg) no-repeat center;
	background-size:cover;
}


.ttl_tel{
	margin-bottom:50px;
	font-size:40px;
	color:#0C439A;
	text-align:center;
	line-height:0;
}

.ttl_tel img{
	vertical-align:baseline;
}

.box_map{
	width:100%;
	height:400px;
}

.box_map iframe{
	width:100%;
	height:400px;
}


.box_attention{
	margin-bottom:30px;
	padding:20px;
	border:3px double #B5111E;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

.box_attention a{
	display:block;
}

.box_attention a span{
	color:#B5111E!important;
}


/*recruit
----------------------------------------------------*/
#wrapper_contents .ttl04{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

.box_subnav ul{
	text-align:center;
}

.box_subnav ul li{
	margin:0 10px;
	padding:0!important;
	border:0!important;
	display:inline-block;
}

.box_subnav ul li a{
	padding:10px 20px;
	background:#1AA1DB;
	font-weight:bold;
	color:#FFF;
}


.box_subnav ul li a{
	display:block;
}

.fontL{
	font-size: 40px;
	font-style:normal;
	color:#CC0000;
}

.box_recruit_ph{
	margin-bottom:30px;
}

.box_recruit_ph img{
	width:100%;
	height:auto;
}

.h4_recruit{
	font-size: 26px;
}

.box_spot{
	padding:20px;
	border:3px solid #1AA1DB;
	border-radius:10px;
}

.box_spot .box_left{
	float:left;
	width:48%;
}

.box_spot .box_right{
	float:right;
	width:48%;
}

.box_spot h5{
	margin-bottom:10px;
	padding:10px;
	background:#F6F6F6;
	font-size:20px;
	text-align:center;
}

.box_spot a{
	color:#1AA1DB;
	text-decoration:underline;
}

.box_spot p{
	margin-bottom:10px;
}

.ttl_close{
	width:980px;
	margin:50px auto 100px auto;
	padding:30px;
	background:#FDF9FA;
	border:3px solid #DC84A9;
	border-radius:10px;
	font-size: 20px;
	color:#B5111E;
	text-align:center;
}


/*blog
----------------------------------------------------*/
.box_blog{
	float:left;
	width:700px;
}

.box_blog h2.ttl_blog{
	padding:5px 10px;
	background:#0C439A;
	color:#FFF;
}

.box_blog h2{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #0C439A;
	font-size:1.6em;
	font-weight:bold;
	color:#0C439A;	
}

.box_blog h2 a{
	color:#0C439A;
}

.entry-content h3{
	margin-bottom:15px;
	font-size:1.4em;
	font-weight:bold;
	color:#0C439A;	
}

.entry-content p{
	margin-bottom:15px;
	font-size:1.6rem;
	line-height:1.8;
}

.entry-content ul,
.entry-content ol{
	margin-bottom:15px;
}

.entry-content ul li{
	margin:0 0 10px 20px;
	list-style:disc;
}

.entry-content ol li{
	margin-bottom:10px;
}

.entry-content img{
	max-width:100%;
	width:auto;
	height:auto;
	display:block;
}

.entry-content .alignleft{
	text-align:left;
}

.entry-content .alignright{
	text-align:right;
}

.entry-content .aligncenter{
	text-align:center;
}

.entry-content img.alignleft{
	margin-left:0;
	margin-right:auto;
	display:block;
}

.entry-content img.alignright{
	margin-left:auto;
	margin-right:0;
	display:block;
}

.entry-content img.aligncenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}





.box_blog .date{
	margin-bottom:10px;
	font-size:1.4rem;
}

.box_blog .cate span{
	width:100px;
	margin:0 5px 10px 0;
	padding:2px 12px;
	border:0;
	background:#1AA1DB;
	text-align:center;
	color:#FFF;
	display:inline-block;
}

.box_blog .cate a{
	width:auto;
	margin:0 5px 10px 0;
	padding:2px 12px;
	border:0;
	border:1px solid #1AA1DB;
	color:#1AA1DB;
	display:inline-block;
}

.box_blog .tag{
	margin-bottom:20px;
}

.box_blog .tag span{
	width:100px;
	margin:0 5px 10px 0;
	padding:2px 12px;
	border:0;
	background:#1AA1DB;
	border-radius:30px;
	text-align:center;
	color:#FFF;
	display:inline-block;
}

.box_blog .tag ul,
.box_blog .tag ul li{
	width:auto;
	display:inline-block;
}

.box_blog .tag a{
	width:auto;
	margin:0 5px 10px 0;
	padding:2px 12px;
	border:0;
	border:1px solid #1AA1DB;
	border-radius:30px;
	color:#1AA1DB;
	display:block;
}

.box_blog_side{
	float:right;
	width:250px;
	padding:20px 20px 0 20px;
	background:#F6F6F6;
	font-size:1.6rem;
}

.box_blog_side h3{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #0C439A;
	font-size:1.2em;
	font-weight:bold;
	color:#0C439A;
}

.box_blog_side ul{
	margin-bottom:40px;
}

.box_blog_side ul li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}

.box_blog_side ul li a{
	padding-left:10px;
	background:url(../img/icon_link.png) no-repeat left center;
	text-decoration:underline!important;
	color:#305FA9!important;
}

.more-link{
	padding:2px 5px;
	background:#0C439A;
	color:#FFF!important;
}

.screen-reader-text{
	display:none;
}

.page-numbers{
	margin:0 2px;
	padding:6px 8px;
	border:1px solid #0C439A;
	background:#FFF;
	line-height:1.0;
	color:#0C439A!important;
	display:inline-block!important;
}

.current,
.page-numbers:hover{
	background:#0C439A;
	color:#FFF!important;
}



/*footer
----------------------------------------------------*/
.box_bana{
	margin-bottom:80px;
	text-align:center;
}

footer{
	border-top:1px solid #0C439A;
	background:#F6F6F6;
}

.box_footer{
	width:620px;
	margin:0 auto;
	padding:25px 0;
	line-height:1.6;
}

.box_footer span{
	float:right;
	width:340px;
	padding-top:12px;
}

footer h2{
	float:left;
	width:260px;
	margin:0 auto;
	text-align:center;
}

footer h2 img{
	width:100%;
	height:auto;
	vertical-align:middle;
}

footer .box_link{
	padding:20px 0 25px 0;
	background:#0C439A;
	border-bottom:1px solid #F6F6F6;
}

footer .box_link ul{
	display:table;
}

footer .box_link ul li{
	display:table-cell;
}

footer .box_link ul li a{
	color:#FFF;
	text-align:center;
	display:block;
}

footer .copyright{
	padding:20px 0 25px 0;
	background:#0C439A;
	color:#FFF;
	text-align:center;
	font-size:12px;
}


/*page top
----------------------------------------------------*/
#page-top{
	position: fixed;
	bottom: 40px;
	right: 2%;
	z-index:999;
}

#page-top a:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
}