

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */




@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}





html {

    font-family: 'noto400';
}

*:first-child + html body {

    font-family: 'noto400';
}

body{
    font-family: 'noto400'; 
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	


.container01_bg{
	width:100%;
	height:auto;
	padding:0 40px;
	box-sizing:border-box;
}






.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;

}

.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


/* header ---------------------------------------------- */






#header {

    display: none;

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

    

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{

	width:100%;
	height:90px;
	margin:0 auto;

	box-sizing:border-box;
}

.header_tel{
    max-width: 200px;
    width: 100%;
    height: 90px;
    padding:8px 5px;
    box-sizing: border-box;
    
	position:absolute;
	top:0px;
	right:0px;
    background: #585b5f;
        
    font-size: 13px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    
    font-family: 'noto400';
}

.header_tel span{
    font-size: 25px;
    line-height: 120%;
    font-family: 'noto700';        
}

.header_tel span::before {
    content: '';/*何も入れない*/
    display: inline-block;
    width: 28px;/*画像の幅*/
    height: 21px;/*画像の高さ*/
    background-image: url(../img/common/h_tel.png);
    background-size: contain;
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 7px;
    

  }
  
.header_tel p{
    margin-top: 4px;
    font-size: 13px;
    line-height: 120%;

}  


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{

	padding:30px 40px;
	box-sizing:border-box;


}

.footer_in{
    max-width: 1540px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}



address{
	font-size:14px;
	line-height:160%;
	color:#000;


    margin-bottom: 5px;


}

.ad_ttl{
	font-size:18px;
	line-height:120%;
	margin-bottom:5px;	
}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{
	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}



/*gnav*/




.nav_logo{
	margin-bottom:50px;
	display:none;
}





#g-nav-list{
position: absolute;
right: 245px;
top: 45px;





}


#g-nav-list ul{


}
	
#g-nav-list ul li:first-child{

    box-sizing: border-box;
}


#g-nav-list ul li{
    float: left;
	font-size:18px;
	line-height:100%;
    text-align: center;
    box-sizing: border-box;
    vertical-align: text-top;
    margin-right: 20px;

font-family: dnp-shuei-mgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
}

#g-nav-list ul li:last-child{
	margin-right:0px;
}

#g-nav-list ul li a{
	color:#000;
	text-decoration: none;
	position: relative;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

#g-nav-list ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0;
  height:3px;
  background-color: #585b5f;
  transition: .3s;
  transform: translateX(-50%);
}

#g-nav-list ul li a:hover::after{
  width: 100%;
}

#g-nav-list ul li a:hover{
    color: #585b5f;
}


#g-nav-list ul li span{
    display: none;
}

/*


#g-nav-list ul li:nth-child(5){
    margin-right: 0%;
}

*/


.gnav_on{
    color: #585b5f !important;
    

font-family: dnp-shuei-mgothic-std, sans-serif;
font-style: normal;
font-weight: 400; 
}









/*========= ページトップのためのCSS ===============*/

/*リンクを右下に固定*/
#page-top {
    width: 75px;
    height: 75px;
	position: fixed;
	right: 10px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}







h1.h1_01{
    position: absolute;
    width: 305px;
    top: 25px;
    left: 40px;
}



.h2_01_btm01{
    margin: 0px auto 10px auto !important;
}

.h2_01_btm02{
    margin: 0px auto 35px auto !important;
}


.h2_01{

    text-align: center;

    box-sizing: border-box;
    margin: 0px auto 50px;

    font-size: 24px;

    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #727272;
}


.h2_01 p{
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    
    color: #585b5f;
    
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;    
    position: relative;   
    
    padding-bottom: 25px;    
    
    margin: 0px auto 22px;
}


.h2_01 p::after{

    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25px;
    height: 2px;
    box-sizing: border-box;
    background-color: #585b5f;

    transform: translateX(-50%) rotate(110deg);
}




.cmm_ctt_bg .h2_01{
    color: #fff;
}

.cmm_ctt_bg .h2_01 p{
    color: #fff;
}

.cmm_ctt_bg .h2_01 p::after{
    background-color: #fff;
}






.h2_02{

    text-align: center;

    box-sizing: border-box;
    margin: 0px auto 0px;

    font-size: 16px;
    line-height: 100%;    

    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}


.h2_02 p{
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    
    color: #fff;
    margin-bottom: 8px;

    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;    
}




.h4_01{
    font-size: 28px;
    line-height: 100%;
    
    background: url("../img/common/h3.jpg") left bottom no-repeat;
    padding-bottom: 10px;

    
    color: #585858;
    margin-bottom: 30px;

    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    


}






/* トップメイン画像---------------------------------------------- */

.tp_main_img{
	width: 100%;
	height:700px !important;
	background:url("../img/top/main.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
     
     position: relative;
}





/* スライド ---------------------------------------------- */


.top_slide{
    position: relative;
	width:100%;
	height:700px;
    margin-top: 90px;

	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.slide_txt_out{
position:relative;
width: 100%;
height: 100%;
margin: 0 auto;

box-sizing: border-box;

z-index: 6000;
}

.slide_txt_out .slide_txt{
    position: absolute;
    top: calc(50% - 280px);
    left: 0%;

    width: 731px;
    height: 230px;
}

.slide_txt_out .slide_txt img{ 
    width: 100%;
}

.slide_btn_area{
    position: absolute;

    left: 50%;
    bottom: 40px;

    translate: -50% 0;

    width: 100%;
    max-width: 640px;

}

.slide_btn_area ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.slide_btn_area ul li{
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}

.slide_btn_area ul li:nth-child(2n){
    margin-right: 0%;
}


.slide_btn_area ul li a{
    display: block;
    width: 100%;
    height: 60px;

    font-size: 25px;
    line-height: 110%;
    color:#27669c;

    background-color: #fff;

    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 

    -webkit-border-radius:5px;     /* for Safari and Chrome */
    -moz-border-radius: 5px;    /* for Firefox */
    -o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
    -khtml-border-radius:5px;   /* Linux browsers */
    border-radius:5px;     /* CSS3 */   

}

.slide_btn_area ul li a:hover{
    color:#fff;
    background-color: #27669c;
}

.slide_btn_area ul li a::after{
    position: absolute;
    content: '';

    width: 10px;
    height: 10px;

    border-left: 1px solid #27669c;
    border-bottom: 1px solid #27669c;

    top: 50%;
    right: 20px;

    translate: 0px -50%;
    rotate: -135deg;
}

.slide_btn_area ul li a:hover::after{
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}



/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-10px;
    left:50%;
    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#5b5b5b;
	font-size:14px;
	letter-spacing:0.5em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #5b5b5b;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}






/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	left:70px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:50%;
	bottom:60px;
    /*テキストの形状*/
	color: #5b5b5b;
	font-size: 14px;
    line-height: 90%;
    font-family: 'noto400'; 
	letter-spacing: 0.08em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#5b5b5b;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#5b5b5b;
}




/* 各ページイメージ ---------------------------------------------- */


.cm_h2_bg{
	width: 100%;
	height:148px !important;
	background:url("../img/common/h2_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;

     box-sizing: border-box;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}








/* ページ共通背景 ---------------------------------------------- */


.button01{
	width:200px;
	height:auto;
	text-align: center;
	text-decoration: none;

    margin: 0px auto 100px;

}

.button01 a{
    display: block;
	width:200px;
    height: 40px;
    font-size: 16px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #585b5f;

	border: 1px solid #585b5f;
     box-sizing: border-box;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   

   

	-webkit-border-radius:5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius:5px;     /* CSS3 */    
}


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #585b5f;
    color:#585b5f;
}


/* トップ　メッセージ　------------------------------------------- */


.tp_bnr{
    margin-bottom: 80px;
}

.tp_bnr ul li{
    margin-bottom: 40px;

}

.tp_bnr ul li:last-child{
    margin-bottom: 0px;
}




.tp_msg01{
    margin-bottom: 100px;
}

.tp_msg01 dl dt{
	font-size:36px;
	line-height:140%;
    text-align: center;
    color: #316eb2;
    margin-bottom: 15px;

    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.tp_msg01 dl dd{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
	font-size:18px;
	line-height:200%;
}




/* トップ　お知らせ　------------------------------------------- */



.tp_ns_bg{
    background: url("../img/top/02_bg.jpg") repeat;
    padding: 50px;
    
    border-radius: 10px;
    margin-bottom: 100px;
}

.tp_ns_bg.mb01{
    margin-bottom: 40px;
}



.tp_ns{

}

.tp_ns dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #373737;    
    float: left;
    clear: both;
}

.tp_ns dl dd{
    font-size: 16px;
    line-height: 140%;
    padding-left: 120px;
    color: #373737;   
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #373737;
}

.tp_ns dl dd:last-child{
    margin-bottom: 0px;
}

.tp_ns dl dd a{
    color: #373737;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 5px;
}

.tp_ns dl dd a:hover{
    color: #373737;
    text-decoration:underline;
}




.pst_ttl{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
    border-bottom: 1px solid #828282;

}


.pst_day{
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 30px;
}

.pst_in{
    font-size: 16px;
    line-height: 190%;
    
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 50px;

}

.pst_in a{
    color: #000000;
    text-decoration: underline;
}

.pst_in a:hover{
    color: #000000;
    text-decoration:none;
}


.pst_in img{
    margin: 25px 0 25px 0;
}





/* トップ　クリニックの特徴　------------------------------------------- */



.tp_ct_bg{
	width: 100%;
	height:1150px !important;
	background:url("../img/top/03_bg.jpg")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_ct_b01{

}

.tp_ct_b01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 60px;
    float: left;
}

.tp_ct_b01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tp_ct_b01 ul li:nth-child(3){
    margin-bottom: 0px;
}

.tp_ct_b01 ul li:nth-child(4){
    margin-bottom: 0px;
}


.tp_ct_b01 ul li dl dt{
    width: 120px;
    margin: 0 auto -60px auto;
    text-align: center;
}

.tp_ct_b01 ul li dl dd{
    border-top: 12px solid #4d71b4;
    border-bottom:  12px solid #4d71b4;
    height: 330px;
    background: #f7f7f7;
    padding: 0 30px;
}


.tp_ct_b01 ul li dl dd dl dt{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    
    font-size: 28px;
    line-height: 140%;    
    color: #0897c0;
    margin-bottom: 15px;
    

    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.tp_ct_b01 ul li dl dd dl dd{
    border-top:none;
    border-bottom:none;
    height:auto;
    background: #f7f7f7;
    padding: 0 0px;
    
    font-size: 18px;
    line-height: 200%;
    

    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;       
}





/* トップ　診療内容　------------------------------------------- */


.tp_mcl{
    margin-bottom: 80px;
    border: 3px solid #609acd;
    padding: 50px 80px;
    box-sizing: border-box;
    
    border-radius: 15px;

}


.tp_mcl dl dt{
    width: 150px;
    height: 42px;
    font-size: 22px;
    line-height: 100%;
    color: #373737;
    border: 1px solid #373737;
    text-align: center;
    padding-top: 4px;
    margin-bottom: 20px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

}

.tp_mcl dl dd{
    font-size: 18px;
    line-height: 140%;
    color: #373737;
    margin-bottom: 30px;
}

.tp_mcl dl dd:last-child{
    margin-bottom: 0px;
}





/* トップ　診療時間　------------------------------------------- */




.tp_stm02{
    margin-bottom: 80px;

}

.tp_stm02 table{
	width:100%;
	height:auto;
    table-layout: fixed;
}

.tp_stm02 table th{
	width:140px;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

	text-align:center;
    border: 1px solid #7d7d7d;
}

.tp_stm02 table td{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:center;
    border: 1px solid #7d7d7d;
}

.tp_stm02 p{
    margin-top: 15px;
    font-size: 15px;
    line-height: 160%;

}


.stm02_bc{
    background: #e8f6f5;
}


.googleCalendar{
    margin-bottom: 80px;

}

.googleCalendar iframe {
  width: 100%;
  height: 600px;
}

/* トップ　掲示物　------------------------------------------- */

.tp_event{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 40px;

    overflow: auto;
}

.tp_event ul li{
    float: left;
    width: 49%;

    margin-right: 2%;
    margin-bottom: 20px;
}

.tp_event ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_event ul li a{
    width: 100%;
    display: block;

    transition: 0.3s;

    border: 1px solid #ccc;
    box-sizing: border-box;
}

.tp_event ul li a:hover{
    opacity: 0.8;
}



.tp_notice{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 80px;
    border: 3px solid #4d71b4;
    padding: 50px 80px;
    box-sizing: border-box;
    
    border-radius: 15px;

}


.tp_notice .fd01{
    margin-bottom: 0px;

}
.tp_notice .fd01 ul li{
    font-size: 20px;
    line-height: 150%;
    background: url("../img/first/list.png") left 10px no-repeat;
}

.tp_notice a{
    color: #000;
    text-underline-offset: 2px;
}

.tp_notice a:hover{
    text-decoration: underline;
}


/* トップ　アクセス　------------------------------------------- */

.tp_acs01{
    margin-bottom: 30px;
}


.tp_acs01 dl dt{
    font-size: 20px;
    line-height: 160%;
    text-align:center;
    margin-bottom: 10px;
}

.tp_acs01 dl dd{
    font-size: 17px;
    line-height: 160%;
    text-align:center;
}

.tp_acs01 dl dd span{
    margin-left: 10px;
}




.tp_acs02{
filter:hue-rotate(229deg);-webkit-filter:hue-rotate(229deg);
}


.tp_acs02_btm{
    margin-bottom: 70px;
}



.tp_acs03{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}




/* 共通お問い合わせ---------------------------------------------- */

.cmm_ctt_bg{ 
    padding:60px 0;
    background: linear-gradient(to right, #4e7ea8, #21538c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}


.cmm_ctt{


}

.cmm_ctt dl{
    text-align: center;
}


.cmm_ctt dl dt{
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;

font-family: dnp-shuei-mgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
    
    
}

.cmm_ctt dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color:#fff;



font-family: dnp-shuei-mgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
}

.cmm_ctt dl dd p{
    font-size: 44px;
    line-height: 160%;
    margin-bottom: 2px;
/*    color:#1aacb5;*/
    color:#fff;
  
    font-family: 'noto700'; 
}

.cmm_ctt dl dd a{
    color:#fff;
}

.cmm_ctt dl dd a:hover{
    color:#fff;
}




/* 医院紹介 ---------------------------------------------- */


.ci_01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 80px;
    
    word-break: break-all;
    word-wrap: break-word; 

}

.ci_02{
    margin-bottom: 80px;
}

.ci_02 dl dt{
    max-width: 400px;
    width: 100%;
    height: auto;
    text-align: center;
    margin:  0 auto 30px auto;
}

.ci_02 dl dd{
    font-size: 16px;
    line-height: 180%;
    
    word-break: break-all;
    word-wrap: break-word;     
}


.ci_02 dl dd p{
    font-size: 18px;
    line-height: 200%;    
    margin-bottom: 15px;

}


.ci_03{

border-bottom: 1px solid #676767;
padding-bottom: 30px;
margin-bottom: 80px;

}

.ci_03 ul li{
    font-size: 16px;
    line-height: 140%;
    float: left;
    margin-right: 25px;
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;
}

.ci_03 ul li:last-child{
    margin-right: 0px;
}






.ci_tbl{
	width:100%;
	height:auto;
    margin-bottom: 80px;
}

.ci_tbl table{
	width:100%;
	height:auto;

}

.ci_tbl table th{
    width: 140px;
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;

	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

    
    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #999999;
    
    word-break: break-all;
    word-wrap: break-word;    
}

.ci_tbl table td{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border-bottom: 1px dotted #999999;
    
    word-break: break-all;
    word-wrap: break-word;    
}




/* 初めての方へ ---------------------------------------------- */


.fd01{
    margin-bottom: 80px;
}

.fd01 ul li{
    font-size: 16px;
    line-height: 150%;
    background: url("../img/first/list.png") left 6px no-repeat;
    background-size: 10px 10px;
    padding-left: 18px;
    margin-bottom: 15px;

}

.fd01 ul li:last-child{
    margin-bottom: 0px;
}





.timeline {

    width: 100%;
    margin: 0px auto;

}

.timeline-list {

}

.timeline-list-item {
    display: flex;
    line-height: 150%;
    font-size: 15px;
    

}

.timeline-list-item .date {
    width:90px  !important;
    padding: 0 0 0 0px;
    color: #888888;
    text-align: left;


    font-size: 18px;
    line-height: 140%;

    
    font-family: oshidashi-m-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;  
}

.timeline-list-item .content {
    position: relative;
/*    max-width: 790px;*/
    width: 100%;


    
    padding: 0 0px 20px 30px;
    border-left: 3px #c4e4e9 solid;
    box-sizing: border-box;
    

    word-break: break-all;
    word-wrap: break-word;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -11px;
    width: 20px;
    height: 20px;
    background-color: #68c1be;
    border-radius: 10px;
}





.timeline_in01{
    margin-bottom: 20px;

}

.timeline_in01 dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #627a8c;
    margin-bottom: 10px;

    
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;     
}

.timeline_in01 dl dd{
    font-size: 16px;
    line-height: 180%;

}


/* 診療内容 ---------------------------------------------- */

.mdc01{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 60px;

}


.mdc02{
    border-top: 5px solid #5D9AB8;
    border-bottom:  5px solid #5D9AB8;
    margin-bottom: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}




.mdc02 dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #627a8c;
    margin-bottom: 10px;

}

.mdc02 dl dd{
margin-bottom: 30px;

}


.mdc02 dl dd:last-child{
	margin-bottom:0px;
}



.mdc02 dl dd ul li{
    font-size: 16px;
    line-height: 150%;
    background: url("../img/first/list.png") left 6px no-repeat;
    background-size: 10px 10px;
    padding-left: 18px;
    margin-bottom: 15px;
    float: left;
    margin-right: 20px;
}




.mdc03{
    margin-bottom: 60px;
}

.mdc03 dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #627a8c;
    margin-bottom: 10px;
    font-family: 'noto500';   
}

.mdc03 dl dd{
    font-size: 16px;
    line-height: 180%;
margin-bottom: 30px;

}


.mdc03 dl dd:last-child{
	margin-bottom:0px;
}


.mdc04_btm01{
    margin-bottom: 100px !important;
}

.mdc04{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 60px;

}




/* 院内紹介 ---------------------------------------------- */


.itd01{
    margin-bottom: 80px;

}

.itd01 ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;

}

.itd01 ul li:nth-child(3n){
    margin-right: 0%;
}

.itd01 ul li dl dt{
    margin-bottom: 5px;

}

.itd01 ul li dl dd{
    font-size: 16px;
    line-height: 140%;

}


/* 求人情報 ---------------------------------------------- */




.recruit_cont01{
    margin-bottom: 80px;
}


.recruit_cont01 dl dt{
font-size: 16px;
line-height: 180%;;

float: left;
clear: both;

}


.recruit_cont01 dl dd{
font-size: 16px;
line-height: 180%;
margin: 0 0 15px 0;
padding-left: 150px;
padding-bottom: 15px;


border-bottom: 1px dotted #999999;

word-break: break-all;
}


.recruit_cont01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.recruit_cont01 dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}








/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;
    font-family: 'noto700';    
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 35px;

}









/* お問い合わせフォーム ---------------------------------------------- */




.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 30px;

}


.ctt_txt02{

    margin-bottom: 60px;

}

.ctt_txt02 ul li{
    margin-bottom: 30px;

}

.ctt_txt02 ul li dl dt{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-bottom: 4px;
}

.ctt_txt02 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto700';   
}

.ctt_txt02 ul li dl dd span{
    font-size: 24px;
    line-height: 140%;
    color: #009fa8;
    font-family: 'noto700';   
}





.f_text01{
}

.f_text01 a{
    font-size: 14px;
    text-align: center;
    color: #000000;

}

.f_text01 a:hover{
    font-size: 14px;
    text-align: center;
    color: #000000;
    text-decoration: underline;

}



.contact-t{
    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:25px;
    text-align: center;
    color: #4299ac;

	line-height:120%;
	margin-bottom:15px;
}

.contact-t dl dd{
    text-align: center;	
	font-size:47px;
	line-height:140%;

    font-family: 'noto700';    
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}


.contact-t dl dd a{
    color: #000000;
    text-decoration: none;
}

.contact-t dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}








.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 26px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}




.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;

	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
    height: 40px !important;  
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





	
}

