@charset "UTF-8";
/* CSS Document */
.pc_only{display:none;}
.sp_only{display:block;}
.sp_w100pa{
	width:100%;
	}
.vegas-timer{display:none;}
#menu{display:block;}	
#wrap{
	padding-bottom:50px;
	}
.w920,.w960{
	width:92%;
	margin:0 auto;
	}	
#gnav{
	display:none;
	}	

.slide_area{
	position: relative;
}
#sp_slide_wrap{
	margin-top: 60px;
}
#sp_slide{
	width:100%;
	height:250px;
	}
#sp_slide_in{
	width:100%;
	height:250px;
	background-size:cover;
	position:relative;
	}	
#sp_slide_copy{
	padding:20px 0;
}
#sp_slide_copy img{
	transform: translateY(25px);
}

/*---発熱・風邪外来について---*/
.btn_modal_fever{
	width: 130px;
	height: 130px;
	background-color: #f6b61d;
	border-radius: 50%;
	position: absolute;
	bottom: 22%;
	right: 2%;
	z-index: 4;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.fever_wrap dt{
	text-align: center;
	padding-top:15px;
	margin-bottom: 5px;
}
.fever_wrap dt img{
	width: 36px;
	height:auto;
}
.fever_wrap dd{
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}
.fever_wrap dd span{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 9999;
}
.modal__bg{
    background: rgba(0,0,0,0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 55px 20px 30px 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
	height:70%;
	overflow-y: scroll;
}
.modal__content .js-modal-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #518854;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 9999;
}
.modal__content .js-modal-close::after, .modal__content .js-modal-close::before {
  content: '';
  display: block;
  width: 2px;
  height: 26px;
  border-radius: 1px;
  background: #518854;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal__content .js-modal-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__content .js-modal-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__ttl {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
	text-align: center;
	border-bottom: solid 2px #518854;
	margin-bottom: 20px;
}
.fever_lead{
	width: 100%;
	height:40px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #f66a1d;
	text-align: center;
	margin-bottom: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.fever_inner .fever_box{
	padding-bottom: 15px;
}
.fever_inner .fever_box dt{
	height:30px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background-color: #518854;
	text-align: center;
	margin-bottom: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.fever_inner .fever_box dd {
	font-size: 15px;
	line-height: 1.6em;
}
.fever_inner .fever_box dd .fever_tel{
	font-weight: bold;
	color: #f66a1d;
}
.fever_inner .fever_caution{
	background-color: #fcfad6;
	padding:20px;
	margin-top: 20px;
}
.fever_inner .fever_caution_ttl {
  font-weight: bold;
  font-size: 16px;
  color: #518854;
  border-bottom: 1px solid #518854;
  padding-bottom: 5px;
  line-height: 1.3;
	margin-bottom: 20px;
}
.fever_inner .fever_caution .caution_list li {
  font-size: 15px;
  line-height: 1.6em;
  position: relative;
  padding-left: 16px;
}
.fever_inner .fever_caution .caution_list li:not(:last-child) {
  margin-bottom: 10px;
}
.fever_inner .fever_caution .caution_list li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #518854;
  position: absolute;
  top: 5px;
  left: 0;
}

/*---受診される方はこちら---*/
.btn_first a {
  width: 130px;
  height: 130px;
  background-color: #f66a1d;
  border-radius: 50%;
  position: absolute;
  bottom: 22%;
  right: 39%;
  z-index: 4;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.btn_first a dt{
	text-align: center;
	padding-top:10px;
	margin-bottom: 3px;
}
.btn_first a dt img{
	width: 32px;
	height:auto;
}
.btn_first a dd{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}
.btn_first a dd span{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#btn_wrap{
	background-color: #d7efd8;
	padding:30px 0;
}
#btn_in{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
#btn_in ul{
	font-size:0;
}
#btn_in ul li{
	margin-top: 10px;
}
#btn_in ul li:first-child{
	margin-top: 0;
}

#gre_top_wrap{
	padding:40px 0;
	background:url(../img/index/bg_gre_top.png) no-repeat center;
	background-size:cover;
	}	
#gre_top_in{
	width:86%;
	margin-left: auto;
	margin-right: auto;
	background:rgba(255,255,255,0.9);
	padding:4%;
	}
#gre_top_l{
	width:100%;
	float:none;
}
p#lead_top{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"Roboto Slab" ,"Garamond", "Times New Roman" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.6em;
}
p#name_top,p#name_top span{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"Roboto Slab" ,"Garamond", "Times New Roman" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-top: 20px;
}
p#name_top{
	font-weight:bold;
}
p#name_top span{
	font-size:18px;
	font-weight:bold;
}
#incho_top{
	text-align: center;
	margin-top: 20px;
	float: none;
}
#incho_top img{
	max-width: 275px;
	height:auto;
}
.prof_top_list{
	margin-top: 10px;
}
.prof_top_list li {
  font-size: 15px;
  line-height: 1.6em;
}
.prof_top_list li:not(:last-child) {
  margin-bottom: 5px;
}

.button{
	margin-top: 10px;
	text-align: center;
}
.button img{
	width:275px;
	height: 50px;
}

.c_red {
	color: red;
}
.ta_c {
	text-align: center;
}


#news{
	width: 100%;
}

#news_area{
	width: 100%;
	background-color: #fff;
}	
#news_in{
	width:80%;
	margin-left: auto;
	margin-right: auto;
	padding:30px 0 50px 0;
}	
#news_wrap {
    width: 100%;
    height: 250px;
    overflow-y: scroll;
}	
#news_wrap ul{
	line-height: 1.6em;
}
#news_wrap ul li.oneitem{
	border-bottom: solid 1px #bbbbbb;
	padding:15px 15px 10px 0;
	margin-right: 5px;
}
#news_wrap ul li dl dt{
	position: relative;
}
#news_wrap ul li dl dt span{
	position: absolute;
	width:80px;
	height:20px;
	left: 95px;
	top: 1px;
}
#news_wrap ul li dl dt span img{
	width:80px;
	height:20px;
}
#news_wrap dd.news_ttl{
	margin:5px 0;
}
#news_wrap dd.news_ttl a:before {
    content: '';
    display: block;
    background: url(../img/index/arrow_news.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: 5px;
    margin-top: -10px;
}
#news_wrap dd.news_ttl a{
	border-bottom: solid 1px #333;
}
#news_wrap dd.news_ttl a:hover{
	border-bottom: solid 1px #518854;
}
#news_wrap dd.news_ttl a,#news_wrap dd.news_ttl{
	font-weight:bold;
}
#news_wrap dd.news_ttl a span,#news_wrap dd.news_ttl span{
	font-weight:bold;
	color:#ee521c;
	margin-left: 5px;
}

	
#footer_wrap{
	padding:50px 0;
	background-color:#f1f8d7;
	}	
#footer_in{
	width:94%;
	margin-left: auto;
	margin-right: auto;
	}	
#footer_l p.parking{
	margin-top: 10px;
	text-align: center;
}
#footer_l p.parking i{
	color:#f6b61d;
}
#footer_r{
	margin-top:20px;
	}	

.time_table{
	width: 100%;
}
.time_table th{
	text-align:center;
	background-color:#518854;
	color:#fff;
	height:45px;
	}	
.time_table td{
	text-align:center;
	height:50px;
	border-bottom:1px solid #518854;
	font-size:15px;
	font-weight:bold;
	}	
.time_table td i.icon-maru{
	color:#518854;
	font-size:20px;
	vertical-align:middle;
	}	
.time_table td i.icon-sen{
	vertical-align:middle;
	font-size:12px;
	font-weight: normal;
	}	
.time_table td i.icon-radio-unchecked{
	color:#518854;
	vertical-align:middle;
	font-size:18px;
	font-weight: normal;
	}
.time_table td i.icon-star{
	color:#518854;
	font-size:20px;
	vertical-align:middle;
	}
.time_table td.bd_none{
	border-right:none;
	}
.time_table td.time{
	text-align:left;
	padding:5px 0 5px 3%;
	line-height:1.3em;
	}
.time_table td.time span{
	font-weight:bold;
	}
ul.time_doctor {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
	margin-top: 10px;
}
ul.time_doctor.second li:first-child{
	margin-left: 0px;
}

ul.time_doctor li:first-child{
	margin-left: 5px;
    margin-bottom: 5px;
}
ul.time_doctor li i{
	color:#518854;
	vertical-align: middle;
	display:inline-block;
	transform: translateY(-2px);
}
ul.time_doctor li i.icon-maru{
	font-size: 20px;
}
ul.time_doctor li i.icon-radio-unchecked{
	font-size: 18px;
}
ul.time_doctor li i.icon-star{
	font-size: 20px;
}
ul.time_doctor.second{
	padding-left: 3px;
}
ul.time_point{
	margin:20px 0 10px 0;
	line-height: 1.6em;
    }
ul.time_point li{
	padding-left: 1em;
  	text-indent: -1em;
}
ul.time_point span{
	color:#ee521c;
}
dl.kyushin dt{
	background:#f6b61d;
	float:left;
	clear:left;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	padding:5px 20px 4px 20px;
	}	
dl.kyushin dd{
	font-size: 15px;
	padding-left:95px;
	position:relative;
	top:5px;
	}

#btn_map_foot_sp{
	margin-top: 20px;
	text-align: center;
}
#btn_map_foot_sp img{
	max-width: 275px;
	height: auto;
}

.time_point_covid19 {
	background: #fff;
	padding: 20px;
	margin: 20px 0 10px;
}
.time_point_covid19.is_large {
	background: #fcfad6;
}
.time_point_covid19 ul.time_point {
	margin: 0;
}
.time_point_covid19_head {
	font-weight: bold;
	font-size: 1.1em;
	color: #518854;
	border-bottom: 1px solid #518854;
	padding-bottom: 5px;
	line-height: 1.3;
}
.time_point_covid19_dd {
	margin-top: 10px;
}
.time_point_covid19_link {
	position: relative;
  padding-left: 18px;
	display: inline-block;
	margin-top: 10px;
}
.time_point_covid19_link:before {
	content: '';
	display: block;
	background-image: url(../img/common/arrow_nav.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#foot_logo_sp{
	text-align: center;
	margin:15px auto;
	max-width:308px;
	height:auto;
	}	


#foot_jusho{
	line-height: 1.4em;
}
#footer_r ul.time_point li{
	font-size:15px;
}
#copy{
	background:#655046;
	padding:20px 0;
	text-align:center;
	margin-top: 15px;
	}
#copy a{
	margin-right:3px;
	-webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
	}	
#copy a:hover,
#copy img{
	width:174px;
	height:13px;
}
	
/*---スマホ時のみ下部ついてくるナビ---*/	
.mobile_under_nav{
	width:100%;
	height:50px;
	position:fixed;
	bottom:0;
	z-index:9998;
	border-top:1px solid #fff;
	}		
.mobile_under_nav ul{
	width:100%;
	height:50px;
	}
.mobile_under_nav li#tel img,.mobile_under_nav li#map_mb img,.mobile_under_nav li#time_mb img,.mobile_under_nav li#top img{
	margin-top:-10px;
	width:60px;
	height:auto;
	}	
.mobile_under_nav li#tel,.mobile_under_nav li#map_mb,.mobile_under_nav li#time_mb{
	width:25%;
	float:left;
	height:50px;
	background-color:#518854;
	border-right:1px solid #fff;
	box-sizing: border-box;
	}
.mobile_under_nav li#top{
	width:25%;
	float:left;
	height:50px;
	background-color:#84ad3d;
	}		
.mobile_under_nav a{
	display:block;
	width:100%;
	padding-top:15px;
	height:50px;
	text-align:center;
	color:#fff;
	}	


/*-----post.php-----*/	

#news_detail{
	width:100%;
	padding:100px 0 40px;
}
#news_detail_in{
	line-height: 1.6em;
}
#news_detail_in{
	width:86%;
	margin-left: auto;
	margin-right: auto;
	padding:4%;
	border:solid 1px #518854;
}
#news_detail_in h4 span{
    position: relative;
    top: 5px;
    margin-left: 15px;
}
#news_detail_in h4 span img{
	width:80px;
	height:auto;
}
#news_detail_in h5{
	font-weight:bold;
	margin: 10px 0;
}
#news_detail_in h5 span{
	font-weight:bold;
	color:#ee521c;
	margin-left: 5px;
}
#detailWrap{
	border-top: solid 1px #bbb;
	padding-top:10px;
}
#news_btn{
	width:275px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}
#news_btn img{
	width:275px;
	height: 50px;
}



/*-----中ページ共通-----*/

h3.ttl{
	text-align: center;
	padding-top:20px;
}
h3.ttl span{
	font-size:25px;
	font-weight:bold;
	position: relative;
}
h3.ttl span:before {
    content: '';
   	background: url(../img/common/leaf_l.png) no-repeat;
    width: 60px;
    height: 53px;
    background-size: contain;
    position: absolute;
    left: -70px;
	bottom:-5px;
	display: block;
}
h3.ttl span:after {
    	content: '';
   		background: url(../img/common/leaf_r.png) no-repeat;
    	width: 60px;
    	height: 53px;
    	background-size: contain;
    	position: absolute;
    	right: -70px;
		bottom:-5px;
}

h5.subttl{
	width:100%;
	height:45px;
	text-align: center;
	font-size:25px;
	font-weight:bold;
	padding-top:25px;
	color:#fff;
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#518854+0,639655+50,80aa5a+100 */
background: #518854; /* Old browsers */
background: -moz-linear-gradient(left, #518854 0%, #639655 50%, #80aa5a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #518854 0%,#639655 50%,#80aa5a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #518854 0%,#639655 50%,#80aa5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#518854', endColorstr='#80aa5a',GradientType=1 ); /* IE6-9 */
}
#rheu h5.subttl{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#84ad3d+0,9eb447+50,c0c152+100 */
background: #84ad3d; /* Old browsers */
background: -moz-linear-gradient(left, #84ad3d 0%, #9eb447 50%, #c0c152 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #84ad3d 0%,#9eb447 50%,#c0c152 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #84ad3d 0%,#9eb447 50%,#c0c152 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84ad3d', endColorstr='#c0c152',GradientType=1 ); /* IE6-9 */
}
#alle h5.subttl{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47a78d+0,4eaf97+50,5ac1bd+100 */
background: #47a78d; /* Old browsers */
background: -moz-linear-gradient(left, #47a78d 0%, #4eaf97 50%, #5ac1bd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #47a78d 0%,#4eaf97 50%,#5ac1bd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #47a78d 0%,#4eaf97 50%,#5ac1bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a78d', endColorstr='#5ac1bd',GradientType=1 ); /* IE6-9 */

}
#other h5.subttl{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#459faa+0,4ca8b8+50,5ac2ce+100 */
background: #459faa; /* Old browsers */
background: -moz-linear-gradient(left, #459faa 0%, #4ca8b8 50%, #5ac2ce 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #459faa 0%,#4ca8b8 50%,#5ac2ce 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #459faa 0%,#4ca8b8 50%,#5ac2ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459faa', endColorstr='#5ac2ce',GradientType=1 ); /* IE6-9 */

}

#main_wrap{
	width:100%;
	height:150px;
	margin-top: 60px;
}

#link_menu{
	border-bottom:solid 1px #518854;
	padding:10px 0;
}
#link_menu ul li{
	margin:15px auto;
}
#link_menu ul li a {
    padding-left: 18px;
    position: relative;
}
#link_menu ul li a:before{
	content:'';
	display:block;
	background:url(../img/common/arrow_nav.png) no-repeat;
	background-size:11px 11px;
	width:11px;
	height:11px;
	position:absolute;
	left:0;
	top:2px;
	-webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
	}
#link_menu ul li a:hover:before{
	left:2px;
	}


	
/*-----gre.html-----*/	

#main_wrap h4#main_gre{
	background: url(../img/gre/main_gre_sp.png) no-repeat center;
	background-size: cover;
	height: 150px;
}

#greet{
	margin-bottom: 60px;
}

p#lead_gre{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"Roboto Slab" ,"Garamond", "Times New Roman" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.6em;
	text-align: center;
	margin: 30px 0;
}

#greet .gre_l,#greet .gre_r{
	line-height: 1.9em;
}

#prof{
	margin-bottom: 60px;
}
#prof_wrap{
	padding:40px 0;
	background:url(../img/gre/bg_gre.png) no-repeat center;
	background-size:cover;
	}
#prof_wrap02{
	padding:40px 0;
	background:url(../img/gre/bg_gre02.png) no-repeat center;
	background-size:cover;
	}
.prof_in{
	width:86%;
	margin-left: auto;
	margin-right: auto;
	background:rgba(255,255,255,0.9);
	padding:4%;
	}
.prof_in .prof_l{
	text-align: center;
}
.prof_in .prof_l img{
	max-width: 275px;
	height:auto;
}
.prof_in .prof_r{
	margin-top: 20px;
}
.prof_in dl.name dt,.prof_in dl.name dd,.prof_in dl.name dd span{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"Roboto Slab" ,"Garamond", "Times New Roman" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.prof_in dl.name dt{
	font-size: 16px;
	font-weight: bold;
	border-left: solid 3px #518854;
	padding-left: 10px;
	line-height: 1.1em;
	margin-bottom: 15px;
	height: 16px;
}
.prof_in dl.name dd{
	font-size:25px;
	font-weight: bold;
}
.prof_in dl.name dd span{
	font-size:15px;
	font-weight:normal;
	vertical-align: middle;
}
.prof_in ul.shikaku{
	border-left: solid 3px #518854;
	padding-left: 10px;
	line-height: 1.9em;
	height:50px;
}
.prof_in .keireki{
	border-left: solid 3px #518854;
	padding-left: 10px;
}
.prof_in .keireki dl{
	line-height: 1.9em;
	
}
.prof_in .keireki dl dt{
	width:35%;
	float:left;
}
.prof_in .keireki dl dd{
	width:65%;
	float:left;
}

#policy{
	margin-bottom: 60px;
}
#policy_slide_wrap{
	margin-top: 30px;
	margin-bottom: 40px;
}
#policy_slide dl{
	width:240px;
	margin:0 auto;
	padding:0px 15px 10px 15px;
	position:relative;
	}
#policy_slide dl dt img{
	vertical-align: bottom;
}
#policy_slide dd{
	padding:15px;
	height:150px;
	}
#policy_slide #policy_1 dl dd{
	background-color: #518854;
}
#policy_slide #policy_2 dl dd{
	background-color: #84ad3d;
}
#policy_slide #policy_3 dl dd{
	background-color: #47a78d;
}
#policy_slide dd p.text{
	color:#fff;
	}
dl#renkei{
	border:solid 2px #47a78d;
	padding:5%;
}
dl#renkei dt{
	font-weight:bold;
	color:#47a78d;
	text-align: center;
	border-bottom:solid 2px #47a78d;
	padding-bottom:5px;
	margin-bottom: 15px;
}
dl#renkei dd ul{
	line-height: 1.9em;
}
dl#renkei dd ul li i{
	color:#f6b61d;
}

#clinic_wrap{
	margin-top: 30px;
}



/*-----info.html-----*/	

#main_wrap h4#main_info{
	background: url(../img/info/main_info_sp.png) no-repeat center;
	background-size: cover;
	height: 150px;
}

#time{
	margin-bottom: 60px;
}
#time_wrap{
	width:92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
p#kamoku{
	line-height: 1.6em;
	border-bottom: solid 2px #518854;
	text-align: center;
	padding-bottom: 5px;
}
p#kamoku,p#kamoku span{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"Roboto Slab" ,"Garamond", "Times New Roman" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
p#kamoku span{
	font-size:18px;
	font-weight:bold;
}

#first{
	margin-bottom: 60px;
}
p.text_first{
	text-align: left;
	font-size:18px;
	font-weight:bold;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#first_slide_wrap{
	margin-top: 30px;
	margin-bottom: 40px;
}
#first_slide dl{
	width:240px;
	margin:0 auto;
	padding:0px 15px 10px 15px;
	position:relative;
	}
#first_slide dl dt img{
	vertical-align: bottom;
}
#first_slide dd{
	padding:15px;
	height:150px;
	}
#first_slide dd.first_item{
	height:20px;
	padding:20px 0 0 0;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
#first_slide #first_1 dl dd{
	background-color: #518854;
}
#first_slide #first_2 dl dd{
	background-color: #84ad3d;
}
#first_slide #first_3 dl dd{
	background-color: #47a78d;
}
#first_slide dd p.text{
	color:#fff;
	}
#first_slide #first_2 dl dd.first_item{
	font-size:18px;
}

p.text_request {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 20px;
}
#request_wrap ul{
	background-color:#fcfad6;
	padding:20px;
	line-height: 1.6em;
}
#request_wrap ul li{
	padding-left: 1em;
	text-indent: -1em;
}
#request_wrap ul li i{
	color:#518854;
}
#request_wrap p{
	text-align: left;
}

.digikar_smart_wrap{
	background-color: #fcfad6;
	margin-top: 20px;
}
.digikar_smart_in{
	padding: 20px;
}
.digikar_smart_in h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
	border-bottom: solid 2px #518854;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.digikar_smart_list{
	margin: 10px 0;
}
.digikar_smart_list li {
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.digikar_smart_list li i {
  color: #518854;
}
.digikar_smart_in p a{
	font-weight: bold;
	text-decoration: underline;
}
.digikar_smart_img{
	margin-top: 20px;
}

#naika,#rheu,#alle,#other{
	margin-bottom: 60px;
}
.info_item {
    background-color: #fcfad6;
    padding: 20px;
    margin-bottom: 25px;
}
.info_item ul li {
    font-weight: bold;
    display: inline-block;
    line-height: 1.5em;
    margin: 2px 3px;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.info_item ul li i {
    color: #518854;
}
#rheu .info_item ul li i {
    color: #84ad3d;
}
#alle .info_item ul li i {
    color: #47a78d;
}
.info_l .info_caution{
	line-height: 1.9em;
	font-size: 15px;
	padding-left: 1em;
	text-indent: -1em;
}
.info_l .info_caution span {
  color: #ee521c;
}
.info_l .exam_wrap{
	background-color: #fcfad6;
	padding: 20px;
	margin-top:20px;
}
.info_l .exam_wrap dt{
	width: 100%;
	height:30px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	background-color: #47a78d;
	margin-bottom: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.info_l .exam_wrap dd{
	font-size: 15px;
	line-height: 1.6em;
}
#other .info_item ul li i {
    color: #4ca8b8;
}
.info_r{
	margin-top: 25px;
}



/*-----faq.html-----*/	

#main_wrap h4#main_faq{
	background: url(../img/faq/main_faq_sp.png) no-repeat center;
	background-size: cover;
	height: 150px;
}

#faq01,#faq02{
	margin-bottom: 60px;
}
.faq_list a.open_ct {
  display: block;
  cursor: pointer;
  position: relative;
  background:url(../img/faq/faq_q01.png) no-repeat 2px 50%;
  background-size:35px 35px;
}
#faq02 .faq_list a.open_ct {
  display: block;
  cursor: pointer;
  position: relative;
  background:url(../img/faq/faq_q02.png) no-repeat 2px 50%;
  background-size:35px 35px;
}
.faq_list a.open_ct:after {
  content: "";
  width: 20px;
  height: 20px;
  background:url(../img/faq/faq_arrow.png) no-repeat 0 0;
  background-size:contain;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top:-8px;
  transition: all 600ms;
}
.faq_list a.open_ct span {
  display: block;
  min-height: 28px;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: bold;
  padding:0 35px 0 45px;
  padding-top:8px;
}
.faq_list li a.open:after {
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
	 transform: rotate(180deg);
  transition: all 500ms;
  -ms-transition:all 500ms;
  -webkit-transition:all 500ms;
}
.faq_list li a.under_line{
	color:#518854;
	font-weight:bold;
	text-decoration:underline;
	}
.faq_list li a.under_line:hover{
	color:#518854;
	}	
.faq_list>li{
	border-bottom:1px solid #bbb;
	padding:20px 0;
	 -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
	}
.faq_list li:nth-child(1){
	border-top:none;
	}	
.faq_list .st-content {
  display: none;
  margin-top:15px;
  background:#fcfad6;
}

.faq_list .st-content .st_ct_in {
  background:url(../img/faq/faq_a01.png) no-repeat 10px 20px;
  background-size:35px 35px;
  line-height:1.8;
  padding:20px 10px 10px 55px;
  margin-bottom:10px;
}
#faq02 .faq_list .st-content .st_ct_in{
	background:url(../img/faq/faq_a02.png) no-repeat 10px 20px;
  background-size:35px 35px;
  line-height:1.8;
  padding:20px 10px 10px 55px;
  margin-bottom:10px;
}
.faq_list .st-content .st_ct_in dl dt{
	font-weight:bold;
	color:#518854;
}
.faq_list .st-content .st_ct_in ul li{
	padding-left: 1.1em;
  	text-indent: -1.1em;
}
.faq_list .st-content .st_ct_in ul li span{
	font-size:16px;
	margin-right: 2px;
}
.faq_list .st-content .st_ct_in .faq_img{
	margin-top:20px;
}
.faq_list .st-content .st_ct_in .faq_img_list li{
	padding-left: 0;
  	text-indent: 0;
}
.faq_list .st-content .st_ct_in .faq_img_list li:not(:last-child) {
  margin-bottom: 20px;
}
.faq_list .st-content .st_ct_in .faq_img_list li img{
	vertical-align: bottom;
}
.faq_list .st-content .st_ct_in .faq_img_list li p{
	font-size: 15px;
	margin-top:5px;
	text-align: center;
}
.faq_list .st-content .st_ct_in .faq_img_list li:nth-child(4) p{
	text-align: left;
}


/*-----acc.html-----*/	

#main_wrap h4#main_acc{
	background: url(../img/acc/main_acc_sp.png) no-repeat center;
	background-size: cover;
	height: 150px;
}

#acc_map_wrap{
	width:92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
#acc_map_wrap div{
	text-align: center;
}
#acc_map_wrap div img{
	max-width: 600px;
	height:auto;
}
#btn_acc_l,#btn_acc_r{
	text-align: center;
}
#btn_acc_l img,#btn_acc_r img{
	width:290px;
	height:75px;
}
#btn_acc_r{
	margin-top: 5px;
}

dl#acc_info{
	border-top:solid 1px #518854;
	border-bottom:solid 1px #518854;
	text-align: center;
	padding:15px 0;
}
dl#acc_info dd{
	font-size:18px;
	font-weight:bold;
	color:#518854;
	margin-top:15px;
}
#acc_pict_wrap{
	padding:40px 0;
	background:url(../img/acc/bg_acc.png) no-repeat center;
	background-size:cover;
	}	
#acc_pict_in{
	width:86%;
	margin-left: auto;
	margin-right: auto;
	background:rgba(255,255,255,0.9);
	padding:4%;
	}
#acc_pict_in ul li{
	text-align: center;
	line-height: 1.6em;
	margin-top: 20px;
}
#acc_pict_in ul{
	font-size:0;
}
#acc_pict_in ul li {
	font-size: 15px;
}
#acc_pict_in ul.acc_pict_top li:first-child{
	margin-top: 0;
}



/* ----------------------------------------------------------------------- 

 pc表示

----------------------------------------------------------------------- */
@media print, screen and (min-width : 600px) {
	body,html{width:100%;}
	.pc_only{display:block;}	
	.sp_only{display:none;}	
	.sp_w100pa{
		width:inherit;
	}	
	#wrap,
	#all_wrap{
		min-width:1170px;
		padding-bottom:0px;
	}
	.slicknav_menu,#menu{
		display: none;
	}
	.w920{
		width:820px;
		margin-left:auto;
		margin-right:auto;
	}
	.w960{
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}	
	
	.fl { float:left; }
	.fr { float:right; }
	
	#pc_header{
		position: relative;
		border-top: solid 8px #518854;
	}
	#pc_header:after{
		content: "";
		background: url(../img/common/shaddow.png) repeat-x;
		background-size: 100% 15px;
		width:100%;
		height:15px;
		position: absolute;
		z-index: 2;
	}
	#pc_header_in{

	}
	#header_l{
		width:500px;
		float: left;
		padding: 22px 0 24px 0;
	}
	#header_r{
		float:right;
		text-align:right;
		margin-top: 15px;
	}
	#top_jusho{
		margin-top: 10px;
	}		

	#pc_gnav{
		position:relative;
		z-index:3;
	}				
	#pc_gnav>ul{
		width:960px;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
		font-size:0;
	}
	#pc_gnav>ul>li{
		display:inline-block;
		width:192px;
		padding-top: 14px;
	}	
	#pc_gnav>ul>li a{
		display:inline-block;
		position: relative;
		padding-bottom:22px;
		width: 192px;
	}
	#pc_gnav>ul>li.koko a{
		color:#518854;
	}	
	#pc_gnav>ul>li a:before,
	#pc_gnav>ul>li a:after{
  		position: absolute;
  		bottom:0;
  		content: "";
 		display: inline-block;
  		width: 0;
  		height: 3px; 
  		background: #518854;
  		transition: 0.4s;
	}
	#pc_gnav>ul>li a:before{
  		left: 50%;
		}
	#pc_gnav>ul>li a:after{
  		right: 50%;
		}
	#pc_gnav>ul>li a:hover:before,
	#pc_gnav>ul>li a:hover:after{
  		width: 50%;
	}
	#pc_gnav ul li.koko a:before,
	#pc_gnav ul li.koko a:after{
  		width: 50%;
	}
	
						
	#pc_slide_wrap{
		width:100%;
		height:450px;
		}
	#pc_slide{
	    width:100%;
	    height:450px;
		}		
	#pc_slide_in{
		width: 960px;
		height: 450px;
		margin: 0 auto;
	}
	#pc_slide_in p#pc_slide_copy{
		position:absolute;
		top:55px;
		margin-left:-4%;
	}
	
	/*---発熱・風邪外来について---*/
	.btn_modal_fever{
		width: 180px;
		height: 180px;
		bottom: -20px;
		right: 12%;
	}
	.btn_modal_fever:hover {
		opacity: 0.7;
		transition: all 0.3s ease-in-out 0s;
	}
	.fever_wrap dt {
		padding-top: 25px;
	}
	.fever_wrap dt img {
		width: 44px;
	}
	.fever_wrap dd {
		font-size: 16px;
		line-height: 1.4;
	}
	.fever_wrap dd span {
		font-size: 22px;
	}
	.modal__content {
		padding: 55px 30px 30px 30px;
		max-width: 600px;
		height: auto;
	}
	.modal__content .js-modal-close {
		width: 50px;
		height: 50px;
	}
	.modal__content .js-modal-close::after, .modal__content .js-modal-close::before {
		height: 32px;
	}
	.modal__ttl {
		font-size: 22px;
	}
	.fever_inner .fever_box {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.fever_inner .fever_box dt{
		width: 100px;
		margin: 0 15px 0 0;
	}
	
	/*---受診される方はこちら---*/
	.btn_first a{
		width: 180px;
		height: 180px;
		bottom: -20px;
		right: 21%;
	}
	.btn_first a:hover {
		opacity: 0.7;
		transition: all 0.3s ease-in-out 0s;
	}
	.btn_first a dt {
		padding-top: 20px;
	}
	.btn_first a dt img {
		width: 44px;
	}
	.btn_first a dd {
		font-size: 16px;
		line-height: 1.4;
	}
	.btn_first a dd span {
		font-size: 22px;
	}

	#btn_in{
		width: 960px;
	}
	#btn_in ul li{
		width:300px;
		height:150px;
		margin-top: 0;
		display: inline-block;
		margin-left: 30px;
	}
	#btn_in ul li:first-child{
		margin-left: 0;
	}

	#gre_top_in {
    	width: 860px;
    	padding: 50px;
	}
	#gre_top_l{
		width:530px;
		float:left;
	}
	p#lead_top{
		font-size:30px;
		line-height:1.7em;
	}
	.prof_top_box{
		width: 320px;
		float: right;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}
	p#name_top{
		font-size:16px;
	}
	p#name_top span{
		font-size:25px;
		margin-top: 10px;
	}
	#incho_top {
    	margin-top: 0;
    	float: right;
	}
	.button{
		margin-top: 40px;
	}
	
	
	#news_in{
		width:800px;
	}
	#news_wrap ul li.oneitem{
		margin-right: 20px;
		padding:20px 15px 15px 0;
	}
	#news_wrap ul li dl{
		width:200px;
		float:left;
	}
	#news_wrap ul li .news_right{
		width:550px;
		float:left;
	}
	#news_wrap dd.news_ttl a:before {
    	margin-top: 3px;
		right:20px;
	}
	#news_wrap dd.news_ttl{
		margin-top:0;
	}
	
	
	

	#footer_in{
		width:960px;
		}	
	#footer_l{
		width:480px;
		float:left;
		}	
	#footer_r{
		width:430px;
		float:right;
		margin-top:0;
		}
	.time_table th{
		height:40px;
		}	
	.time_table td.time{
		font-size:15px;
		padding: 5px 0 5px 6%;
		}
	.time_table td.time span{
		font-size:15px;
		margin-left:6px;
		}
	.time_table td.time span.gozen{
		margin-left:14px;
		}	
	.time_table td i.icon-maru{
		font-size:20px;
		}
	.time_table td i.icon-sen{
		font-size:14px;
		}		

	dl.kyushin dt{
		padding:5px 18px 3px 18px;
		}
	dl.kyushin dd{
		padding-left:90px;
		}		
	
	#btn_map_foot_pc{
		margin-top: 20px;
	}
	#btn_map_foot_pc img{
		width: 430px;
		height: auto;
	}
	
	#foot_nav{
		padding:24px 0 21px 0;
		border-bottom:1px solid #518854;
		}
	ul#foot_nav_in{
		width:960px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
		}		
	#footer ul#foot_nav_in li{
		display:inline-block;
		margin-left: 40px;
		}
	#footer ul#foot_nav_in li:first-child{
		margin-left: 0;
		}
	#footer ul#foot_nav_in li a{
		position:relative;
		padding-left:18px;
		}	
	#footer ul#foot_nav_in li a:before{
		content:'';
		display:block;
		background-image:url(../img/common/arrow_nav.png);
		background-repeat:no-repeat;
		background-size:contain;
		width:11px;
		height:11px;
		position:absolute;
		left:0;
		top:50%;
		margin-top:-7px;
	-webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
		}
	#footer ul#foot_nav_in li a:hover:before{
		left:2px;
		}

	#foot_logo_pc{
		width:500px;
		float:left;
	}

	#foot_logo_r{
		width:290px;
		float: left;
		border-left:solid 1px #bbb;
		margin-left:25px;
	}	
	#foot_logo_r p{
		text-align: left;
		margin-left: 25px;
	}
	
	#copy{
		margin-top: 30px;
		}
		
				
/*-----post.php-----*/	

	#news_detail{
		padding:40px 0 40px;
		}
	#news_detail_in{
		width:800px;
		padding:40px;
	}
	#news_detail_in h5{
		font-size:18px;
		}
	#detailWrap{
		line-height: 1.8em;
	}

	
/*-----post.pho-----*/
	
	.detailUpfile img{
		max-width: 500px;
		height:auto;
	}


/*-----中ページ共通-----*/

	#main_wrap{
		height:250px;
		margin-top: 0;
	}
	
	#link_menu ul{
		padding:15px 0;
		text-align: center;
	}
	#link_menu ul li{
		margin: 0 20px;
		display: inline-block;
	}
	
	h5.subttl{
		margin-bottom: 40px;
	}
	
	
/*-----gre.html-----*/	
	
	#main_wrap h4#main_gre{
		background: url(../img/gre/main_gre_pc.png) no-repeat center;
		background-size: 1600px 250px;
		height: 250px;
	}
	
	#greet{
		position: relative;
	}
	#greet #green_l{
		background: url(../img/gre/bg_greet_l.png) no-repeat;
		background-size: contain;
		padding-top: 222.6%;/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		width:17%;
		height:0;
		position: absolute;
		top:40px;
		left:0;
		z-index: -1;
	}
	#greet #green_r{
		background: url(../img/gre/bg_greet_r.png) no-repeat;
		background-size: contain;
		padding-top: 222.6%;/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		width:17%;
		height:0;
		position: absolute;
		top:40px;
		right:0;
		z-index: -1;
	}
	p#lead_gre{
		font-size:30px;
		line-height:1.7em;
	}
	#greet .gre_l{
		width:480px;
		float:left;
	}
	#greet .gre_r{
		width:430px;
		float:right;
	}
	
	.prof_in {
    	width: 860px;
    	padding: 50px;
	}
	.prof_in .prof_l{
		width:275px;
		float:left;
	}
	.prof_in .prof_r{
		float:left;
		margin-left: 90px;
	}
	.prof_in dl.name dt{
		float: left;
		margin-bottom: 0;
		margin-top:5px;
	}
	.prof_in dl.name dd{
		float:left;
		margin-left: 10px;
	}
	.prof_in .keireki dl dt{
		width:110px;
		float:left;
	}
	.prof_in .keireki dl dd{
		width:270px;
	}
	
	#policy_slide_wrap{
		margin-bottom: 0;
	}
	ul#policy_slide li{
		float:left;
		margin-left: 30px;
	}
	ul#policy_slide li:first-child{
		margin-left: 0;
	}
	#policy_slide dl{
		width:300px;
		padding:0;
	}
	#policy_slide dd{
		height:auto;
	}
	
	dl#renkei{
		background: url(../img/gre/hukidashi.png) no-repeat;
		background-size: contain;
		width:930px;
		height:110px;
		border:none;
		padding:35px 15px 15px 15px;
	}
	dl#renkei dt {
    	padding-bottom: 10px;
    	margin-bottom: 8px;
	}
	dl#renkei dd ul{
		text-align: center;
	}
	dl#renkei dd ul li{
		display: inline-block;
		margin-left: 20px;
	}
	dl#renkei dd ul li:first-child{
		margin-left: 0;
	}
	
	
	
/*-----info.html-----*/	
	
	#main_wrap h4#main_info{
		background: url(../img/info/main_info_pc.png) no-repeat center;
		background-size: 1600px 250px;
		height: 250px;
	}
	
	#time_wrap{
		width:700px;
	}
	p#kamoku{
		width:475px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.0em;
		padding-bottom: 15px;
		
	}
	p#kamoku span{
		font-size:25px;
		vertical-align: middle;
	}
	
	.time_table.time_info td.time{
		padding-left:5%;
	}
	.time_table.time_info td i.icon-maru{
		font-size:25px;
		}
	.time_table.time_info td i.icon-sen{
		font-size:16px;
		}
	.time_table.time_info td i.icon-star{
		font-size:25px;
		}
	.time_table.time_info td.time span.gozen{
		margin-left:0;
		}	
	.time_table.time_info td i.icon-radio-unchecked {
		font-size: 22px;
	}
	
	p.text_first{
		text-align: center;
	}
	#first_slide_wrap{
		margin-bottom: 0;
	}
	ul#first_slide li{
		float:left;
		margin-left: 30px;
	}
	ul#first_slide li:first-child{
		margin-left: 0;
	}
	#first_slide dl{
		width:300px;
		padding:0;
	}
	#first_slide dd{
		height:auto;
	}
	#first_slide #first_2 dl dd.first_item{
		font-size:20px;
	}
	
	#request_wrap p{
		text-align: center;
	}

	.digikar_smart_in {
		padding: 20px 50px 30px 50px;
	}
	.digikar_smart_box {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.digikar_smart_text{
		width: 400px;
	}
	.digikar_smart_img{
		width: 400px;
		margin-top: 0;
	}
	
	.info_l{
		width:480px;
		float:left;
	}
	.info_r{
		width:375px;
		float:right;
		margin-top: 0;
	}
	
	
	
/*-----faq.html-----*/		
	
	#main_wrap h4#main_faq{
		background: url(../img/faq/main_faq_pc.png) no-repeat center;
		background-size: 1600px 250px;
		height: 250px;
	}
	
	.faq_list a.open_ct span {
  		font-size: 18px;
  		font-weight: bold;
	}
	.faq_list .st-content .st_ct_in {
		background:url(../img/faq/faq_a01.png) no-repeat 30px 30px;
		background-size:35px 35px;
  		line-height:1.8;
  		padding:30px 30px 30px 85px;
  		margin-bottom:10px;
	}
	#faq02 .faq_list .st-content .st_ct_in{
		background:url(../img/faq/faq_a02.png) no-repeat 30px 30px;
  		background-size:35px 35px;
  		line-height:1.8;
  		padding:35px 30px 30px 85px;
  		margin-bottom:10px;
	}
	.faq_list .st-content .st_ct_in dl dt{
		width:120px;
		float:left;
	}
	.faq_list .st-content .st_ct_in dl dd{
		width:715px;
		float: left;
		margin-left: 10px;
	}
	.faq_list .st-content .st_ct_in .faq_img_list{
		padding-right: 55px;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.faq_list .st-content .st_ct_in .faq_img_list li{
		width: 350px;
	}
	
	
	

/*-----acc.html-----*/	
	
	#main_wrap h4#main_acc{
		background: url(../img/acc/main_acc_pc.png) no-repeat center;
		background-size: 1600px 250px;
		height: 250px;
	}
	
	#acc_map_wrap{
		width:600px;
	}
	#btn_acc_l{
		width:290px;
		float:left;
	}
	#btn_acc_r{
		width:290px;
		float:right;
		margin-top: 0;
	}
	#acc_pict_in {
    	width: 880px;
    	padding: 40px;
	}
	#acc_pict_in ul li{
		width:420px;
		height:300px;
		display: inline-block;
		margin-left: 35px;
	}
	#acc_pict_in ul li:first-child{
		margin-left: 0;
	}
	#acc_pict_in ul.acc_pict_top li{
		margin-top: 0;
	}
				
	
/* gnav_down----------------------------------------------------------------------- */
.gnav_down {
	text-align: center;
}
.gnav_down li{
	display: inline-block;
	position: relative;
	line-height:1.6em;
}
	.gnav_down li a{
	font-size: 16px;
	font-weight: bold;
	}
.gnav_down ul{
	position:relative;
	}
.gnav_down ul.child{
	z-index: 3;
	display: none;
	position: absolute;
	padding: 15px 20px;
	line-height:1em;
}
.gnav_down ul.child:after{
	content:'';
	display:block;
	width:192px;
	height:220px;
	background:rgba(255,255,255,0.95);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}

.gnav_down ul.child li {
	display: block;
	text-align: left;
	position:relative;
	padding-left:14px;
	margin:8px 0;
	line-height:1.3em;
	z-index:2;
}
#pc_gnav > ul > li > ul.child li a{
	line-height:1.0em;
	font-weight:bold;
	color:#000;
	}

.gnav_down ul.child li:before {
	content: "";
	display:block;
	background:url(../img/common/arrow_nav.png) no-repeat;
	width:11px;
	height:11px;
	background-size:contain;
	position:absolute;
	left:0;
	top:5px;
	line-height:1.3em;
	-webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.gnav_down ul.child li:hover:before,
.gnav_down ul.child li.s_koko:before{
	left:2px;
	}
.gnav_down ul.child li a:hover,
.gnav_down ul.child li.s_koko a{color:#518854 !important;}

.gnav_down ul.child li a:before,
.gnav_down ul.child li a:after{
	background: none !important;
}
.gnav_down ul li{
	width:192px;
	line-height:1em;
}



	
							
}




/* ----------------------------------------------------------------------- 

 tatenavi

----------------------------------------------------------------------- */

#tatenavi {
	width: 145px;
	position: fixed;
	right:0; bottom:30%;
	z-index: 9998;
}
#tatenavi > li {
	margin-top: 0px;
	margin-bottom:0px;
	line-height:1.2em;
}
#tatenavi > li img{
	width:145px;
	height:45px;
	}

@media screen and (min-width:1441px) and ( max-width:2000px) {
	.btn_first a{
		right: 25%;
	}
}
@media screen and (min-width:1001px) and ( max-width:1440px) {
	.btn_first a{
		right: 26%;
	}
}
@media screen and (min-width:601px) and ( max-width:1000px) {
	.btn_first a{
		right: 29%;
	}
}

@media print {
	#tatenavi, .go_top{ display: none !important;}
}	

@media all and (-ms-high-contrast:none){
	
}

#acc_pict_in ul li.ta_l {
	text-align: left;
}