﻿@charset "utf-8";

html { font-size: 100%; webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
	font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3","メイリオ","Meiryo", "ＭＳ Ｐゴシック",sans-serif;
	color:#444;
  font-size: 16px;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

p{
	margin: 0 0 1.6em 0;
}
.notes{
	font-size:0.8em;
}

.txt-center{
  text-align: center !important;
  margin: 0 auto 1.5em;
}
.txt-blue{
	  color: #1769b3;

}

.lead{
  margin-bottom: 2em;
}

strong{
	color:#1769b3;
	font-weight:bold;
	font-size:1.2em;
}
strong.normal{
	color:#1769b3;
	font-weight:bold;
	font-size:1em;
}
strong.black{
	color:#000;
	font-weight:bold;
	font-size:1em;
}

figure{
	padding:0 0 0 0;
	margin:0 auto 1em auto;
}

figure a{
  display: block;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px){
  .fluid-image {
	max-width:100%;
	height: auto;
	width /***/:auto;
}

.fluid-image.-docter{
	height:200px;
}
}



.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.clear{
	clear:both;
	display:block;
}

.hover{}

.hover:hover{
filter:alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;	
opacity:0.70;
}

section{
	margin-bottom:4em;
	clear:both;
}

section section{
 margin-bottom:2em; 
}

section p {
text-align: left;
}

/* .container > Wrap */
.inner-wrap{
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
  margin: 0 auto 2em;
}




/* for device */
.visible-sp{
	display: none !important;
}
.hidden-sp{
}	

/* 共通  コンテンツ内挿入画像用 PC以外の時にfloat解除-----------*/
.cont_img-r{
	float: right;
	margin:0 0em 0.5em 1em;
}
.cont_img-l{
	float: left;
	margin:0 1em 0.5em 0em;
}

.cont_half{
	width:60%;
	float:left;
}
hr{
	clear:both;
	border:none;
	background:#daffff;
	color:#daffff;
  height:1px;
	margin:0.3em auto 0.5em auto;
}

a{
	display: block;
}

/*------------------------------------------------------------------*/
/*------------------------base container ---------------------------*/
/*------------------------------------------------------------------*/

.container-fluid {
	margin-right: auto;
	margin-left: auto;
  padding: 0.5em 0 1.5em 0;
  margin-bottom: 2em;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
}


.bg_grade{
background: #b4d67a;
background: -moz-linear-gradient(top, #b4d67a 0%, #ffffff 53%);
background: -webkit-linear-gradient(top, #b4d67a 0%,#ffffff 53%);
background: linear-gradient(to bottom, #b4d67a 0%,#ffffff 53%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d67a', endColorstr='#ffffff',GradientType=0 );
  padding: 1em 0 2em 0;
}


/* for pc */
.container {
  width:80%;
	max-width:1070px;
}


/* Main Area -----------------------------------------------------*/
.cont-area{
	float:right;
	width:74%;
}

/* page top -----------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 2%;
	right: 10%;
	font-size: 100%;
	z-index: 100;
}
#page-top a {
  color:#fff;
	display: block;
	text-align: center;
	padding: 0.3em 0.5em 0.2em;
	opacity: 0.8;
	text-decoration: none;
  background: #1769b3;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

#page-top a:before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  content:"\f0aa";
  margin-right: 0.2em;
}
#page-top a:hover {
	text-decoration: none;
}


/* 特徴 -----------------------------------------------------*/
.greeting-txt p.blueframe,
.blueframe {
  font-size: 1.1em;
  font-weight: bold;
		color: #fff;
		padding: 15px;
	 background: #336edb;
		border-radius: 4px;
}


/* 署名 -----------------------------------------------------*/
.greeting-txt p.drs_sign,
.drs_sign {
    clear: both;
    text-align: right;
    margin: 1em 1em 2em 0;
    line-height: 1.4em;
}
.drs_sign em {
    font-size: 1.2em;
    font-style: normal;
}
/* テキストボタン -----------------------------------------------------*/

a.btn_blue {
	display: inline-block;
	text-decoration: none;
	font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    background: #336edb;
    border-radius: 4px;
}

a.btn_blue:hover {
	opacity:0.8;
}

a.btn_navy {
	display: block;
	text-decoration: none;
	font-size: 1.8em;
    /*font-weight: bold;*/
    color: #fff;
    padding: 15px;
    background: #003b7d;
    border-radius: 4px;
    width: 750px;
    margin: 50px auto;
    letter-spacing: 5px;
}

a.btn_navy:hover {
	opacity:0.8;
}

@media screen and (max-width: 768px){
  a.btn_navy {
      width :96%;
      font-size: 1.3rem;
      margin: 2rem 0.5rem;
      padding: 10px;
}

}
/* FOOTER -----------------------------------------------------*/

footer{
	clear:both;
	margin:0 auto 0 auto;
	padding:0 0 0 0;

}
footer .container{
 	margin:0 auto;
	display : flex;
  flex-wrap : wrap;
  justify-content:space-between; 
}
footer dl.clinic-info{
  width:50%;
}
footer dl.clinic-info dt{
  font-size: 120%;
  color:#1769b3;
  font-weight: bold;
  text-align: left;
}

footer dl.clinic-info dd{
  text-align: left;
  font-size: 86%;
}

footer ul.footer-sitemap{
  list-style: none;
	margin: 0.5em 0;
}

footer ul.footer-sitemap li {
	display: inline-block;
	margin-right: 1em;
	font-size: 75%;
}
ul.footer-sitemap a {
	text-decoration: none;
	display: block;
}
ul.footer-sitemap li a:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	content: "\f0da";
	margin-right: 0.3em;
	color: #663300;
}
ul.footer-sitemap a:link, 
ul.footer-sitemap a:hover, 
ul.footer-sitemap a:visited {
	color:#666;
}


#copyright{
	margin-bottom:0;
	padding:0.5em 0 0.5em 0;
	background:#1769b3;
	line-height:1.5em;
	color:#fff;
	font-size:0.7em;
}

#copyright p{
	margin-bottom:0;
}

#copyright p a{
	color:#fff;
	display: inline-block;
}
	
/*------------------------------------------------------------------*/
/*------------------------HOME ONLY --------------------------------*/
/*------------------------------------------------------------------*/

/* ごあいさつ */
.home-intro{
  text-align: left;
  width:62%;
}

.home-intro p{
  margin: 0 auto 2em;
  font-size:106%;
}


/* OUTLINE -----------------------------------------------------*/

h2{
	background-size:auto 100%;
	color:#1769b3;
	padding: 0.5em 0;
	font-size:146%;
  margin-bottom: 1em;
  text-align: center;
}

h2 br{
	display: none;
}


.outline-cont{
	width:100%;
	margin:0 auto 0 auto;
	padding:2em 0 2em 0;
	background: #F2F9FC;
}
#page-access .outline-cont{
	background: #fff;
}
.outline-cont h2{
	background: none;
	width: 100%;
  color: #1769b3;
  padding: 0.5em 0;
  font-size: 146%;
  margin: 0 0 1em 0;
  text-align: center;
  font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3","メイリオ","Meiryo", "ＭＳ Ｐゴシック",sans-serif;
}

.outline-cont .outline-left{
	float:left;
	width:56%;
	margin:0 auto;
}

.outline-cont .outline-left p{
  font-size: 86%;
  font-weight: normal;
}


.outline-cont .outline-right{
	float:right;
	width:40%;
	margin:0 auto;
}

.ol-item {
	margin-bottom:0.5em;
	overflow:hidden;
	clear:both;
}
.ol-item dt{
	background:#003b7d;
	width:8em;
	float:left;
	display:inline-block;
	color:#fff;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ol-item dd{
	width:calc(100% - 9.5em);
	float:right;
	text-align:left;
	line-height:1.3em;
	margin-bottom:0.5em;
}

.ol-item dd i{
	color:#003b7d;
  margin-right: 0.2em;
}

.ol-item dd ul{
	margin-bottom:1em;
	line-height:1.6em;
	list-style:none;
}



/* MAP ----------------------------*/
.home-outline-cont iframe{
}

#mapCanvas {
    overflow: hidden;
		clear:both;
		border:1px solid #1769b3;
		display:block;
}


/* 大きな地図で見るボタン */
.gl-map:link, .gl-map:visited {
    width: 14em;
    text-align: center;
    padding: 0.2em 1em;
    margin: 1em auto 1em auto;
    display: block;
    color: #fff;
    background: #1769b3;
    text-decoration: none;
}

.gl-map:hover{
	background:#1769b3;
	color:#B0C660;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	text-decoration:none;
}
/* 診療時間　------------*/

.timetable{
	width:100%;
}

/* スタッフ募集関連 */

.bg_green{
  border-bottom: 5px solid #b4d67a;
  padding: 2em 0 0 0;
  background: #eff1cd;
}

.btn_inpage{
  width:50%;
  display: block;
  padding: 0.8em 0.5em 0.5em;
  margin: 1em auto 1em auto;
}
.btn_inpage:link, .btn_inpage:visited {
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #00a29a;
  text-decoration: none;
}

.btn_inpage:hover{
	text-decoration:none;
  filter:alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;	
opacity:0.70;

}





/* 症状リンクリスト */

.treat-menu{
  background:url("../img/common/bg_wave.png") no-repeat bottom center;
  background-size: 100% auto;
}

.treat-menu h2{
  background: none;
  color: #787878;
  border-bottom:1px dotted #ccc;
  padding: 2em 0 0.2em 0;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}

/* 全ページ共通 ふわふわ */
.case-list{
  list-style: none;
  display : flex;
  flex-wrap : wrap;
  /*justify-content:space-between;*/
  margin: 1em auto 2em auto;
}

.case-list li{
  width:14.5%;
  margin:0 auto 1em auto;
}

.case-list li img{
  display: block;
  max-width: 100%;
  height: auto;
}

.case-list li .animated{
animation-duration: 2s;
/*animation-duration: 3s, 6s;
animation-duration: 30s, 20s,;*/
}

/* トップページのみ */
.case-list02{
	list-style: none;
	display : flex;
	flex-wrap : wrap;
	gap: 2rem;
	margin: 1em auto 2em auto;
}
.case-list02 li{
	width: calc((100% - 4rem) / 3);
}
.case-list02 li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	padding: 2rem;
	background: #F2F9FC;
	color: #444444;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	text-align: left;
	transition: 0.2s;
}
.case-list02 li a:hover{
	box-shadow: 3px 3px 10px 0px rgba(75, 110, 112, 0.3);
	background-image: radial-gradient(rgba(213, 247, 251, 0.5), rgba(159, 200, 255, 0.5));
}

.case-list02 li a h4{
	text-align: center;
	color: #1769b3;
	margin-bottom: 0.5rem;
	font-size: 106%;
	
}
.case-list02 li a p{
	margin-bottom: 0;
}
/*------------------------------------------------------------------*/
/*■■■TABLET■■■------------------------------------------------*/
/*------------------------------------------------------------------*/

@media only screen and (max-device-width: 1170px){
	
	.ol-item dd.nw br{
	display:none;
}
}

@media only screen and (max-device-width: 1070px){
	body{
		width:100%;
		margin:0 auto 0 auto;
		padding:0 0 0 0;
		font-size:96%;
}

/* for device */
.visible-sp{
	display: none !important;
}

.container {
  width:100%;
	max-width:970px;
}

header{
	width:100%;
	max-width:970px;
}



/* Main Area -----------------------------------------------------*/
.cont-area{
	float:right;
	width:72%;
	margin-right:1em;
}

.teaser-inner-lst{
	width:100%;
	padding-left:0;
	margin:0 auto;
}

.teaser-inner-lst li{
	margin:0 auto 0.2em auto;
	width:10em;
	font-size:1.2em;
} 
/* .case-list02 li{
	width: calc((100% - 2rem) / 2);
} */
/* OUTLINE -----------------------------------------------------*/

.outline-cont h2{
  font-size: 100%;
}
  
.outline-cont h2 br{
	display: block;
}  
  
  

.ol-item dt{
	width:6.5em;
	float:left;
	display:inline-block;
	text-align:center;
}

.ol-item dd{
	width:calc(100% - 7em);
	float:right;
	text-align:left;
	min-height:2em;
}
.ol-item dd.nw br{
	display:none;
}


/* 診療時間　------------*/

.ol-item dt.tt,
.ol-item dd.tt{
	width:100%;
	float:none;
	clear:both;
	display:block;
	margin-bottom:0.5em;
}

.timetable{
	width:100%;
}

.cont_half {
 width: 100%
}

/* page top -----------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 120%;
	z-index: 100;
	display:none;
}

}

/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	
body{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

p{
	text-align:left;
}
	
section{
	margin:0 auto 2em auto;
  width:96%;
}


hr{
	height:1px;
	margin:0.3em auto 0.3em auto;
}

strong{
	font-size:1em;
}
/* for device */

.visible-sp{
	display:block !important;
}

.hidden-sp{
	display:none !important;
}

.container {
  width:100%;
	max-width:767px;
}

header{
	width:100%;
	max-width:767px;
}

	/* 共通  コンテンツ内挿入画像用  PC以外の時にfloat解除-----------*/
.cont_img-r{
	float: none;
		margin:0 auto 1em auto;
	display:block
}

.cont_img-l{
	float: none;
	margin:0 auto 1em auto;
}

	
header{
	width:98%;
	margin:0 auto;
  text-align: center;
}
  

  
.home-intro {
    width:90%;
    margin: 0 auto;
  }
  
.btn_inpage{
   width:90%;
  }
  
.lead {
  width:90%;
  text-align: left;
  margin:0 auto 2em auto;
} 

/* Main Area -----------------------------------------------------*/

.cont-area{
	float:none;
	width:96%;
	margin:0 auto;
}

.treat-menu.-top{
	width: 96%;
	margin-inline: auto;
}
.case-list02{
	flex-direction: column;
	gap: 1.5rem;
}
.case-list02 li{
	width: 100%;
	margin-inline: auto;
}
.case-list02 li a{
	padding: 1.5rem;
}

/* page top -----------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 100%;
	z-index: 100;
}
#page-top a {
  padding: 0.1em 1em;
}

/* FOOTER -----------------------------------------------------*/
footer{
  margin-bottom: 0;
}
  
footer dl.clinic-info{
  width:96%;
}  
  
footer ul.footer-sitemap{
  display: none;
  }
  
	
#copyright{
	font-size:0.6em;
  text-align: center;
}
  
#copyright p{
text-align: center;
  margin: 0 auto 0 auto;
  }

/* OUTLINE -----------------------------------------------------*/
.outline-cont .outline-left{
	float:none;
	width:96%;
	margin:0 auto 1.5em auto;
}

.outline-cont .outline-right{
	float:none;
	width:96%;
	margin:0 auto 1.5em auto;
}

.ol-item {
	margin-bottom:0.1em;
	line-height:1.3em;
}

.ol-item dt{
	width:5em;
	font-size:0.8em;
}

.ol-item dd{
	width:calc(100% - 5.6em);
	font-size:0.9em;
}

/* 症状リンクリスト */  
  
.case-list li{
  width:30%;
  }
  

}

/*------------------------PRINT ------------------------------------*/

@media only print {
	
.container{
	width:96%;
			font-size:90%;
}


.home-outline-cont .home-outline-left{
	float:none;
	width:98%;
	margin: auto;
	margin-bottom:1em;
}

.home-outline-cont .home-outline-right{
	float:none;
	width:98%;
	margin: auto;
}

	
.recruit-tbl{
			width:100%;
}

	
	
	
	
}

.bg_blue {
	padding: 1em;
  background: #F2F9FC;
}
.mt10{
	margin-top: 1em;
}
.mb0 { margin-bottom: 0 !important; }

#industrial_physician .container {
	text-align: left;
}
#industrial_physician .container h3 {
	padding-left: 0 !important;
}
#industrial_physician .container .bg_blue.lead {
	color: #1769b3;
	font-weight: bold;
}
#industrial_physician .container .num_list {
	font-weight: bold;
	color: #1769b3;
	margin: 0 0 0.5em 1.5em;
}
#industrial_physician .container .num_list li {
	padding-bottom: 0.5em;
}
#industrial_physician .container .tel_num {
	color: #1769b3;
	font-weight: bold;
	font-size: 1.4em;
}

