/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */





@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;
    
    background: #f1f1f1;

}

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;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

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


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

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

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

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

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


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



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

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;

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

}	 

/* container ---------------------------------------------- */




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



.container01_h{
   min-height: 1500px;
}



.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;

}

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

}

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

}


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






#header {

  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:100px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
/*    background: #FFFFFF;*/
    background: #EBEBEB;
}

header{

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

	box-sizing:border-box;
}

.header_tel{
	position:absolute;
	top:10px;
	right:50px;
        
    font-size: 27px;
    line-height: 100%;
    color:#0e5688;
    text-align: right;
    
    background: url("../img/common/h_tel01.png") left bottom 4px no-repeat;
    padding-left: 28px;
    

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}
 
.header_tel p{
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 3px;

}  


.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 50px;
	box-sizing:border-box;
    background: #bdccd6;


}

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



address{
	font-size:15px;
	line-height:180%;
	color:#000;
    margin-bottom: 10px;
    text-align: center;
}

.ad_ttl{
    max-width: 120px;
    width: 100%;
    height: auto;
    margin:0 auto 15px  auto;
}

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: #646464;
    text-align: center;
}




.f_mb{
    visibility: hidden;
    display: none;
}



}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {


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

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

}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	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;

}


.container03{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container03_01{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0;

}

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


.hdr_logo{
width: 200px;
height: auto;
position: absolute;
top: 20px;
left: 30px;
}



#header {

  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:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
/*    background: #FFFFFF;*/
    background: #EBEBEB;
 


}

header{	
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}




.header_tel{
	position:absolute;
	top:10px;
	right:90px;
        
    font-size: 22px;
    line-height: 100%;
    color:#0e5688;
    text-align: right;
    
    background: url("../img/common/h_tel01.png") left bottom 2px no-repeat;
    padding-left: 24px;
    background-size: 18px 23px;
    

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}
 
.header_tel p{
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 3px;
}  




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


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



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


footer{

	padding:25px 40px;
	box-sizing:border-box;
    background: #bdccd6;
    margin-bottom: 70px;


}

.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:170%;
	color:#000;
    margin-bottom: 10px;
    text-align: center;
}

.ad_ttl{
    max-width: 90px;
    width: 100%;
    height: auto;
    margin:0 auto 10px  auto;
}

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

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


.f_cpy{
	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color: #646464;
    text-align: center;
}


.f_mb{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

	z-index: 6000;
}


.f_mb ul li{
    width: 50%;
    height: 60px;
    float: left;

}

.f_mb ul li a{
    display: block;
    width: 100%;
    height: 60px;
    
    font-size: 26px;
    line-height: 100%;
    color: #FFFFFF;

    box-sizing: border-box;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    

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

.f_mb_img01{

    background: url("../img/common/fb_01_01.png") left bottom no-repeat;
    background-size: 40px 31px;
    padding-left: 55px;
    padding-top: 7px;    
}

.f_mb_img02{

    background: url("../img/common/fb_02_01.png") left bottom no-repeat;
    background-size: 40px 31px;    
    padding-left: 50px;
    padding-top: 8px;         
}

.f_mb_bg01{
    background:url("../img/common/fb_01.jpg") repeat;
}

.f_mb_bg02{
    background:url("../img/common/fb_02.jpg") repeat;
}

}

/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:0;
	margin:0;
	font-size:15px;

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

}	



/* container ---------------------------------------------- */



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

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

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

}


.container03{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container03_01{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0;

}


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


.hdr_logo{
width: 180px;
height: auto;
position: absolute;
top: 15px;
left: 20px;
}



#header {

  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:50px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
/*    background: #FFFFFF;*/
    background: #EBEBEB;

}

header{
	max-width:1300px;
	width:100%;
	height:50px;
	margin:0 auto;

		
	padding:0 5px;
	box-sizing:border-box;
}



.header_tel{
	position:absolute;
	top:9px;
	right:57px;
        
    font-size: 17px;
    line-height: 100%;
    color:#0e5688;
    text-align: right;
    
    background: url("../img/common/h_tel01.png") left bottom 2px no-repeat;
    padding-left: 13px;
    background-size: 10px 13px;
    

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}
 
.header_tel p{
    font-size: 10px;
    line-height: 100%;
    margin-bottom: 3px;
}  




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



footer{

	padding:12px 20px;
	box-sizing:border-box;
    background: #bdccd6;

    margin-bottom: 50px;
}

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



address{
	font-size:12px;
	line-height:150%;
	color:#000;
    margin-bottom: 7px;
    text-align: center;
}

.ad_ttl{
    max-width: 60px;
    width: 100%;
    height: auto;
    margin:0 auto 10px  auto;
}

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

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


.f_cpy{
	font-size: 10px;
	box-sizing:border-box;
	line-height:120%;
    color: #646464;
    text-align: center;
}




.f_mb{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;


	z-index: 6000;
}

.f_mb ul li{
    width: 50%;
    height: 50px;
    float: left;

}

.f_mb ul li a{
    display: block;
    width: 100%;
    height: 50px;
    
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;

    box-sizing: border-box;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    

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

.f_mb_img01{
    background: url("../img/common/fb_01_01.png") left bottom no-repeat;
    background-size: 24px 19px;
    padding-left: 33px;
    padding-top: 3px;    
}

.f_mb_img02{

    background: url("../img/common/fb_02_01.png") left bottom no-repeat;
    background-size: 24px 19px;
    padding-left: 30px;
    padding-top: 5px;        
}

.f_mb_bg01{
    background:url("../img/common/fb_01.jpg") repeat;
}

.f_mb_bg02{
    background:url("../img/common/fb_02.jpg") repeat;
}










}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    position: absolute;
    width: 340px;
    top: 28px;
    left: 50px;
}



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

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


.h2_01_cr{
    text-align: center;
}

.h2_01_fc{
    color:#FFFFFF !important;
}


.h2_01{
    font-size: 25px;
    line-height: 120%;
    color: #3e3e3e;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
    
    box-sizing: border-box;
    margin-bottom: 50px;
}


.h2_01 p{
    font-size: 45px;
    line-height: 100%;

    color: #4c6b80;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    margin: 0px auto 10px auto;
}





.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;    
}


h3.h3_01{
    font-size: 22px;
    line-height: 120%;
    color: #4c6b80;
    text-align: center;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
    
    box-sizing: border-box;
    margin-bottom: 40px;
}


h3.h3_01 p{
    font-size: 40px;
    line-height: 100%;
    text-align: center;

    color: #4c6b80;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    margin: 0px auto 7px auto;
}




.h4_01{
    font-size: 28px;
    line-height: 100%;
    
    background: url("../img/common/h3.jpg") center bottom no-repeat;
    padding-bottom: 20px;
    text-align: center;
    
    color: #585858;
    margin-bottom: 30px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600; 


}

.h5_00{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 27px;

    padding: 8px 0 8px 10px;

    
    border-left: 8px solid #2d6b96;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500; 
}

.h5_01{
        width: fit-content;
    font-size: 25px;
    line-height: 160%;

    color: #516d8c;
    margin-bottom: 30px;

    font-weight: 700;
    
    padding: 10px;
    box-sizing: border-box;

    border: 1px solid #516d8c;
}

.h6_01{
    font-size: 23px;
    line-height: 160%;

    padding-left: 20px;
    
    color: #585858;
    margin-bottom: 20px;

    font-weight: 700;

    border-left: 8px solid #4679b3;
}







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

.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_out{
    padding: 0 50px;
    


}

.top_slide_out > div{
    border-radius: 15px !important;
}


.bg-switch{
    position: relative;
	width:100%;
	height: calc(100dvh - 100px);
    margin-top: 100px;
    

    box-sizing: border-box;

    overflow: hidden;
    border-radius: 40px;

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

    border-radius: 15px !important;
  
}



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

box-sizing: border-box;

/*background: rgba(0,0,0,0.10);*/

z-index: 6000;

    overflow: hidden;
    border-radius: 40px;
}

.slide_txt_out .slide_txt{
    position: absolute;
    bottom:270px;
    left:50%;
    transform: translate(-50%,0%);


}


.slide_txt{
width: 100%;
}

.slide_txt dl dt{
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;
    
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.slide_txt dl dd{
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;    
    text-align: center;


    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;
    
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}


.slide_btn_area_outer{
    display: none;

}


.slide_btn_area{
    position: absolute;

    left: 50%;
    bottom: 50px;

    translate: -50% 0;

    width: 100%;
    max-width: 1000px;
    
    padding: 0 50px;
    box-sizing: border-box;
}

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

.slide_btn_area ul li{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    box-sizing: border-box;
    

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;    
}

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

.slide_btn_area ul li:nth-child(4){
    margin-left: 17%;
}


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

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

    background-color: #fff;
    border:1px solid #0b4988;
    
    -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; 


    border-radius:15px;     /* CSS3 */   

}

.slide_btn_area ul li a:hover{
    color:#fff;
    background-color: #0b4988;
}

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

    width: 7px;
    height: 7px;


    border-left: 1px solid #0b4988;
    border-bottom: 1px solid #0b4988;

    top: 50%;
    right: 12px;

    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:30px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:50%;
	bottom:60px;
    /*テキストの形状*/
	color: #FFFFFF;
	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:#FFFFFF;
    /*丸の動き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:#FFFFFF;
}




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


.cm_h2_bg{
	width: 100%;
	height:140px !important;
    background: linear-gradient(90deg,rgba(121, 146, 179, 1) 0%, rgba(25, 82, 135, 1) 100%);    
/*	background:url("../img/common/h2_bg.jpg") center center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     padding: 15px 0 0 0;

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








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

.bg_main01{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg001.jpg") top no-repeat,#f1f1f1;
    background-size:cover;                               /* 画像のサイズを指定    */
}



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

    margin: 0px auto 0 auto;
    transition: 0.3s ease-in-out;
    position: relative;
}

.button01 a{
    display: block;
	width:300px;
    height: 55px;
    font-size: 20px;
    line-height: 100%;
    color:#094f81;
    padding-top: 1px;
    
    background:#FFFFFF;

	border: 1px solid #094f81;
     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; 
   

	border-radius:30px;     /* CSS3 */   

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}


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

.button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button01 a:hover:after {
  right: 1.4rem;
}

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


.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 p{
    max-width: 74px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
}

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

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.tp_msg01 dl dt em{
    text-align: center;
    padding: 0 0px 5px 0px;
    border-bottom: 4px dotted #63849a;
}

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




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



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

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



.tp_ns{

}

.tp_ns dl{
    margin-bottom: 50px;
}

.tp_ns dl dt{
    width: 140px;
    height: 36px;

    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;  
    float: left;
    clear: both;
    background: #1c6293;
    padding-bottom: 3px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_ns dl dd{

    font-size: 18px;
    line-height: 140%;
    padding-left: 180px;
    color: #373737;   
    padding-bottom: 30px;
   margin-bottom: 30px;
    border-bottom: 1px dotted #373737;
    
    box-sizing: border-box;
    
}

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

.tp_ns dl dd a{
    color: #373737;   
    text-decoration:underline;
    margin-bottom: 5px;
}

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




.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 -70px auto;
    text-align: center;
}

.tp_ct_b01 ul li dl dd{
    border-top: 12px solid #4d71b4;
    border-bottom:  12px solid #4d71b4;
    height: 350px;
    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: 180%;
    

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


.tp_ct001_btm01{
    margin-bottom: 100px;
}


.tp_ct001_b01{
    position: relative;
    margin-right: 50px;
}

.tp_ct001_b02{
    position: relative;
    margin-left: 50px;
}

.tp_ct001_in{
    position: relative;
    z-index: 100;
    padding-right: 50px;    
}

.tp_ct001_in_l{
    width: 55%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.tp_ct001_in_r{
    width: 43%;
    height: auto;
    float: right;
}



.tp_ct002_in{
    position: relative;
    z-index: 100;
    padding-left: 50px;
}

.tp_ct002_in_l{
    width: 43%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.tp_ct002_in_r{
    width: 55%;
    height: auto;
    float: right;
}




.tp_ct001_in_tx_br01{
    border-radius: 30px;
}

.tp_ct001_in_tx_br02{
    border-radius: 30px;
}

.tp_ct001_in_tx{
    margin-top: 40px;
    height: 435px;
    background: #f9f9f9;
    padding: 40px 30px;
    box-sizing: border-box;
    

}

.tp_ct001_in_tx dl dt p{
    max-width: 80px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

.tp_ct001_in_tx dl dt{

    font-size: 26px;
    line-height: 120%;
    text-align: center;
    color: #303e73;
    margin-bottom: 20px;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

.tp_ct001_in_tx dl dt span{
    border-bottom: 3px dotted #63849a;
}

.tp_ct001_in_tx dl dd{

    font-size: 18px;
    line-height: 180%;
    color: #000000;

    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}


.tp_ct001_bgc_01{
    position: absolute;
    top: 120px;
    width: 100%;
    height: 400px;
    background: linear-gradient(90deg,rgba(125, 149, 181, 1) 0%, rgba(20, 79, 133, 1) 100%);
    
    z-index: 1;
    border-bottom-right-radius: 30px;       
}

.tp_ct001_bgc_02{
    position: absolute;
    top: 120px;
    width: 100%;
    height: 400px;
    background: linear-gradient(90deg,rgba(20, 79, 133, 1) 0%, rgba(125, 149, 181, 1) 100%);
    
    z-index: 1;
    border-bottom-left-radius: 30px;      
}


.tp_ct001_bg_img01{
	height:476px !important;
	background:url("../img/top/001_01.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


.tp_ct001_bg_img02{
	height:476px !important;
	background:url("../img/top/001_02.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
     
}


.tp_ct001_bg_img03{
	height:476px !important;
	background:url("../img/top/001_03.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
     
}

.tp_ct001_bg_img04{
	height:476px !important;
	background:url("../img/top/001_04.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
     
}



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


.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: 100px;

}

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



.tp_stm03_bg{
	height:700px !important;
	background:url("../img/top/002_bg.jpg") center center no-repeat;
	 -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;      
}



.tp_stm03_bx{
    background: #ffffff;
    border-radius: 30px;
    padding: 50px 50px;
    box-sizing: border-box;
    

}

.tp_stm03_in_btm01{
    margin: 0 auto 100px auto !important;
}

.tp_stm03_in{
    max-width: 1300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

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

.tp_stm03_in table tr{
    border-bottom: 2px solid #8f97ae;

}




.tp_stm03_in table th{
	width:150px;
	padding:20px 10px 20px 10px;	
	box-sizing:border-box;
    
	font-size:20px;
    line-height: 160%;
    color: #373737;
	border-collapse:collapse;

	text-align:center;
  
}

.tp_stm03_in table td{
	padding:20px 10px 20px 10px;	
	box-sizing:border-box;
    color: #5f6a88;
    
	font-size:20px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:center;

}

.tp_stm03_in p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 160%;

}






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

.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_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;

}


.tp_acs_bg{
background: linear-gradient(180deg,rgba(232, 236, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.tp_acs_in{
    background: #f5f5f3;
    border: 2px solid #094f81;
    
    border-radius: 30px;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px;
}

.tp_acs_in img{
    vertical-align: bottom;
}

.tp_acs_tx{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 50px;
}



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

.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: 100px;
}

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

.ci_02 dl dt img{
    border-radius: 30px;
}

.ci_02 dl dd{

}

.ci_02 dl dd ul li{
    background: #f7f6f3;
    padding: 20px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 100%;
    color: #23475f;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    margin-bottom: 15px;
    
    border-radius: 10px;
}


.ci_02 dl dd ul li:last-child{
   margin-bottom: 0px;
}




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

}

.ci_02_tx{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 100px;

}


.ci_03{

border: 2px solid #6288a2;
margin-bottom: 100px;
background: #ffffff;
padding: 50px;
border-radius: 20px;

}

.ci_03 ul li{
    font-size: 17px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 7px no-repeat;
    margin-bottom: 25px;
    padding-left: 23px;
}

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

.ci_03 ul li a{
    color: #2d6b96;
    text-decoration: underline;
}

.ci_03 ul li a:hover{
    color: #2d6b96;
    text-decoration:none;
}






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

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

}

.ci_tbl table th{
    width: 120px;
	padding:15px 0px 15px 0px;	
	box-sizing:border-box;

    font-size: 17px;
    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: 17px;
    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 7px no-repeat;
    background-size: 10px 10px;
    padding-left: 18px;
    margin-bottom: 15px;

}

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


.fd01 ul li a{
    color: #4C6B80;
    text-decoration: underline;
}

.fd01 ul li a:hover{
    color: #4C6B80;
    text-decoration:none;
}





.timeline {

    width: 100%;
    margin: 0px auto 100px 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:#7992B3;
    text-align: left;


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

    
    font-family: 'noto500'; 
}

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


    
    padding: 0 0px 20px 30px;
    border-left: 3px #45709B 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: #7992B3;
    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: 'noto500';     
}

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

}

.timeline_in01 dl dd a{
    color:#7992B3;
    text-decoration: underline;
}


.timeline_in01 dl dd a:hover{
    color:#7992B3;
    text-decoration:none;
}



.fd02{
}

.fd02 ul li{
    font-size: 17px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 7px no-repeat;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-bottom: 25px;
    
    border-bottom: 2px dotted #888d89;
}

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

.fd02 ul li a{
    color: #1d1d1d;
    text-decoration: underline;
}

.fd02 ul li a:hover{
    color: #1d1d1d;
    text-decoration:none;
}






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


.sub_btn_area{
    width: 100%;
    max-width: 960px;

    margin: 0px auto 60px;
}

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

.sub_btn_area ul li{
    position: relative;
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

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


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

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

    background-color: #fff;
    border:1px solid#27669c;
    
    -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 */   

}

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

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

    width: 7px;
    height: 7px;

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

    top: 50%;
    right: 12px;

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

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




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

.mdc01 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;
}


.mdc02{
    background: #ffffff;
    padding: 25px 25px 15px 25px;
    box-sizing: border-box;
    border-radius: 10px;

    margin-bottom: 50px;
}

.mdc02 ul li{
    font-size: 17px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 7px no-repeat;
    background-size: 15px 15px;
    padding-left: 21px;
    margin-bottom: 15px;
    float: left;
    margin-right: 30px;
}


.mdc02 ul li:last-child{
    margin-right: 00px;
}





.mdc03{
    margin-bottom: 100px;
}

.mdc03 dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #627a8c;
    margin-bottom: 10px;
    font-family: 'noto500'; 
    color: #2d6b96;
    background: #ffffff;
    border: 1px solid #2d6b96;
    padding: 7px 15px;
    display: inline-block;
}

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

}


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

.mdc03 dl dd ul{
    padding-top: 5px;
}

.mdc03 dl dd li{
    font-size: 17px;
    line-height: 180%;
    list-style-type: disc;
    padding-left: 0px;
    margin-bottom: 5px;
    margin-left: 20px;
    
}



.mdc03_t{
    margin-bottom: 100px;
}

.mdc03_t table{
    width: 100%;
}

.mdc03_t table th{

	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
    font-size: 17px;
    line-height: 150%;
	border-collapse:collapse;

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

    background: #e2ebf1;
}



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

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

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

}

.mdc03 span{
    display: inline-block;
    font-weight: 700;
    color:#316eb2;

    padding-top: 10px;
}



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

.mdc04{
    font-size: 17px;
    line-height: 200%;
    margin-bottom: 60px;

}

.mdc04 span{
    font-weight: 700;
    color:#316eb2;
}

.mdc04.btm01{
    margin-bottom: 80px;
}

.mdc04 ul{
    padding-top: 15px;
}

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

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

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


.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: 15px;
}

.itd01 ul li dl dt img{    
    border-radius: 30px;
}

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

}


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




.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);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (max-width: 1060px) {


/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    position: absolute;
    top: 10px;
    left: 30px;
    width: 260px;
}



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

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


.h2_01_cr{
    text-align: center;
}

.h2_01_fc{
    color:#FFFFFF !important;
}



.h2_01{
    font-size: 17px;
    line-height: 120%;
    color: #3e3e3e;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
    
    box-sizing: border-box;
    margin-bottom: 40px;
}


.h2_01 p{
    font-size: 35px;
    line-height: 100%;

    color: #4c6b80;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    margin: 0px auto 7px auto;
}



.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: 14px;

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


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

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


h3.h3_01{
    font-size: 17px;
    line-height: 120%;
    color: #4c6b80;
    text-align: center;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
    
    box-sizing: border-box;
    margin-bottom: 35px;
}


h3.h3_01 p{
    font-size: 34px;
    line-height: 100%;
    text-align: center;

    color: #4c6b80;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    margin: 0px auto 7px auto;
}





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

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

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;


}


.h5_00{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 25px;

    padding: 6px 0 6px 7px;

    
    border-left: 8px solid #2d6b96;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500; 
}

.h5_01{
        width: fit-content;
    font-size: 20px;
    line-height: 160%;

    color: #516d8c;
    margin-bottom: 30px;

    font-weight: 700;
    
    padding: 10px;
    box-sizing: border-box;

    border: 1px solid #516d8c;
}

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

    padding-left: 20px;
    
    color: #585858;
    margin-bottom: 20px;

    font-weight: 700;

    border-left: 8px solid #4679b3;
}








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

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



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

/*
.top_slide{
    position: relative;
	width:100%;
	height:400px;
    margin-top: 60px;

	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: 10%;
    left: 0%;

    width: calc(731px * 0.45);
}

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



.top_slide_out{
    padding: 0 30px;

}

.top_slide_out > div{
    border-radius: 15px !important;
}


.bg-switch{
    position: relative;
	width:100%;
	height: calc(100dvh - 120px);
    margin-top: 60px;
    

    box-sizing: border-box;

    border-radius: 40px !important;


	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;

/*background: rgba(0,0,0,0.10);*/

z-index: 6000;
}

.slide_txt_out .slide_txt{
    position: absolute;
    bottom:180px;
    left:50%;
    transform: translate(-50%,0%);


}


.slide_txt{
width: 100%;
}

.slide_txt dl dt{
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;
    
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.slide_txt dl dd{
    font-size: 36px;
    line-height: 140%;
    color: #FFFFFF;    
    text-align: center;


    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;
    
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}


.slide_txt dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}

/*
.slide_btn_area_outer{
    position: relative;
    display: block;

}

.slide_btn_area{
    position: absolute;

    left: 50%;
    bottom: 20px;

    translate: -50% 0;

    width: 100%;

    padding: 0px 20px;
    box-sizing: border-box;
}


.slide_btn_area_outer .slide_btn_area{
    position: relative;

    left: 0%;
    bottom: 0px;

    translate: 0;

    width: 100%;

    padding: 0px 20px;
    box-sizing: border-box;
    margin: 30px auto 0px;
}

.top_slide .slide_btn_area{
    display: none;
}

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

.slide_btn_area ul li{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}

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


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

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

    background-color: #fff;

    border:1px solid#27669c;
    
    -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; 


    border-radius:5px;   

}

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

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

    width: 7px;
    height: 7px;


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

    top: 50%;
    right: 15px;

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

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






*/




.slide_btn_area{
    position: absolute;

    left: 50%;
    bottom: 20px !important;

    translate: -50% 0;

    width: 100%;
    max-width: 1000px;
    
    padding: 0 20px;
    box-sizing: border-box;
}

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

.slide_btn_area ul li{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    box-sizing: border-box;
    

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;    
}



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

.slide_btn_area ul li:nth-child(4){
    margin-left: 17%;
}


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

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

    background-color: #fff;
    border:1px solid #0b4988;
    
    -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; 


    border-radius:15px;     /* CSS3 */   

}

.slide_btn_area ul li a:hover{
    color:#fff;
    background-color: #0b4988;
}

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

    width: 7px;
    height: 7px;


    border-left: 1px solid #0b4988;
    border-bottom: 1px solid #0b4988;

    top: 50%;
    right: 12px;

    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:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:0.4em;
    
 
}

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


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き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:30px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:50%;
	bottom:50px;
    /*テキストの形状*/
	color: #FFFFFF;
	font-size: 13px;
    line-height: 70%;
    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:#FFFFFF;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:35px;}
     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:1px;
	height: 40px;
	background:#FFFFFF;
}



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

.cm_h2_bg{
	width: 100%;
	height:120px !important;
    background: linear-gradient(90deg,rgba(121, 146, 179, 1) 0%, rgba(25, 82, 135, 1) 100%);    
/*	background:url("../img/common/h2_bg.jpg") center center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
     padding: 7px 0 0 0;

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


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

.bg_main01{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg001.jpg") top no-repeat,#f1f1f1;
    background-size:contain;                               /* 画像のサイズを指定    */
}


.bg_main_tp{
    margin-top: 60px;
}




.button_l{
    margin: 0 !important;
}

.button_l{
    margin: 0 !important;
}


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

    margin: 0px auto 0 auto;
    transition: 0.3s ease-in-out;
    position: relative;
}

.button01 a{
    display: block;
	width:240px;
    height: 45px;
    font-size: 17px;
    line-height: 100%;
    color:#094f81;
    padding-top: 1px;
    
    background:#FFFFFF;

	border: 1px solid #094f81;
     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; 
   

	border-radius:30px;     /* CSS3 */   

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}


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

.button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button01 a:hover:after {
  right: 1.4rem;
}


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


.tp_bnr{
    margin-bottom: 50px;
}

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

}

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





.tp_msg01{
    margin-bottom: 80px;
}

.tp_msg01 dl dt p{
    max-width: 50px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
}

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

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.tp_msg01 dl dt em{
    text-align: center;
    padding: 0 0px 5px 0px;
    border-bottom: 4px dotted #63849a;
}

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

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



.tp_ns_bg{
    background: #ffffff;
    padding: 30px;
    
    border-radius: 10px;
    margin-bottom: 80px;
}

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

.tp_ns{

}

.tp_ns dl{
    margin-bottom: 30px;
}


.tp_ns dl dt{
    width: 120px;
    height: 30px;

    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;  
    float: left;
    clear: both;
    background: #1c6293;
    padding-bottom: 3px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_ns dl dd{

    font-size: 15px;
    line-height: 160%;
    padding-left: 140px;
    color: #373737;   
    padding-bottom: 25px;
   margin-bottom: 25px;
    border-bottom: 1px dotted #373737;
    
    box-sizing: border-box;
    
}

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

.tp_ns dl dd a{
    color: #373737;   
    text-decoration:underline;    
    margin-bottom: 5px;
}

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




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

}


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

.pst_in{
    font-size: 15px;
    line-height: 170%;
    
    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: 20px 0 20px 0;
}




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



.tp_ct_bg{
	width: 100%;
	height:980px !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: 100px;
    margin: 0 auto -60px auto;
    text-align: center;
}

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


.tp_ct_b01 ul li dl dd dl dt{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 65px;
    
    font-size: 19px;
    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: 16px;
    line-height: 160%;
    

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







.tp_ct001_btm01{
    margin-bottom: 100px;
}


.tp_ct001_b01{
    position: relative;
    margin-right: 30px;
}

.tp_ct001_b02{
    position: relative;
    margin-left: 30px;
}


.tp_ct001_in{
    position: relative;
    z-index: 100;
    padding-right: 30px;    
}

.tp_ct001_in_l{
    width: 50%;
    height: auto;
    float: left;
    margin-right: 3%;
}

.tp_ct001_in_r{
    width: 47%;
    height: auto;
    float: right;
}



.tp_ct002_in{
    position: relative;
    z-index: 100;
    padding-left: 30px;
}

.tp_ct002_in_l{
    width: 47%;
    height: auto;
    float: left;
    margin-right: 3%;
}

.tp_ct002_in_r{
    width: 50%;
    height: auto;
    float: right;
}





.tp_ct001_in_tx_br01{
    border-radius: 30px;
}

.tp_ct001_in_tx_br02{
    border-radius: 30px;
}

.tp_ct001_in_tx{
    margin-top: 20px;
    height:380px;
    background: #f9f9f9;
    padding: 30px 20px;
    box-sizing: border-box;
}

.tp_ct001_in_tx dl dt p{
    max-width: 40px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

.tp_ct001_in_tx dl dt{

    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #303e73;
    margin-bottom: 20px;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

.tp_ct001_in_tx dl dt span{
    border-bottom: 3px dotted #63849a;
}

.tp_ct001_in_tx dl dd{

    font-size: 15px;
    line-height: 165%;
    color: #000000;

    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}


.tp_ct001_bgc_01{
    position: absolute;
    top: 70px;
    width: 100%;
    height: 370px;
    background: linear-gradient(90deg,rgba(125, 149, 181, 1) 0%, rgba(20, 79, 133, 1) 100%);
    
    z-index: 1;
    border-bottom-right-radius: 30px;       
}

.tp_ct001_bgc_02{
    position: absolute;
    top: 70px;
    width: 100%;
    height: 370px;
    background: linear-gradient(90deg,rgba(20, 79, 133, 1) 0%, rgba(125, 149, 181, 1) 100%);
    
    z-index: 1;
    border-bottom-left-radius: 30px;      
}


.tp_ct001_bg_img01{
	height:400px !important;
	background:url("../img/top/001_01.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


.tp_ct001_bg_img02{
	height:400px !important;
	background:url("../img/top/001_02.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
     
}


.tp_ct001_bg_img03{
	height:400px !important;
	background:url("../img/top/001_03.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
     
}

.tp_ct001_bg_img04{
	height:400px !important;
	background:url("../img/top/001_04.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
     
}









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


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

}


.tp_mcl dl dt{
    width: 120px;
    height: 38px;
    font-size: 18px;
    line-height: 100%;
    color: #373737;
    border: 1px solid #373737;
    text-align: center;
    padding-top: 4px;
    margin-bottom: 17px;
    
 
   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: 16px;
    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_stm03_bg{
	height:540px !important;
	background:url("../img/top/002_bg.jpg") center center no-repeat;
	 -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;      
}



.tp_stm03_bx{
    background: #ffffff;
    border-radius: 30px;
    padding: 30px 30px;
    box-sizing: border-box;
    

}

.tp_stm03_in_btm01{
    margin: 0 auto 80px auto !important;
}


.tp_stm03_in{
    max-width: 1300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

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

.tp_stm03_in table tr{
    border-bottom: 2px solid #8f97ae;

}




.tp_stm03_in table th{
	width:120px;
	padding:15px 5px 15px 5px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
    color: #373737;
	border-collapse:collapse;

	text-align:center;
  
}

.tp_stm03_in table td{
	padding:15px 5px 15px 5px;	
	box-sizing:border-box;
    color: #5f6a88;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:center;

}

.tp_stm03_in p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 150%;

}




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


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

    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 60px;

    border: 3px solid #4d71b4;
    padding: 30px 30px;
    box-sizing: border-box;
    
    border-radius: 15px;

}


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



.tp_acs01{
    margin-bottom: 30px;
}


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

.tp_acs01 dl dd{
    font-size: 16px;
    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: 50px;

}


.tp_acs_bg{
background: linear-gradient(180deg,rgba(232, 236, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.tp_acs_in{
    background: #f5f5f3;
    border: 2px solid #094f81;
    
    border-radius: 30px;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 25px;
}

.tp_acs_in img{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
}

.tp_acs_tx{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 30px;
}








/* セールスポイント　------------------------------------------- */

.top_cont_01{
    clear: both;
    overflow: auto;
}

.top_cont_01 ul{
    width: auto;
    margin: 0px auto;
    font-size:0;

    
}

.top_cont_01 ul li{
    display: inline-block;
    vertical-align: top;
    height: 150px;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    box-sizing: border-box;   
}

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

.top_cont_01 ul li:nth-child(5){
    margin-left: 26%;
}

.top_cont_01 ul li dt{
    text-align: center;
    padding:10px 10px 10px;
    box-sizing: border-box;
    font-size:20px;

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

.top_cont_01_bg01{
    background:url("../img/top/01_bg01.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg02{
    background:url("../img/top/01_bg02.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg03{
    background:url("../img/top/01_bg03.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg04{
    background:url("../img/top/01_bg04.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg05{
    background:url("../img/top/01_bg05.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





.top_cont_01 ul li dd{
    position: relative;
    text-align: center;
    height: 110px;
    box-sizing: border-box;
    border: 1px solid #65b555;
    font-size:15px;
    line-height: 160%;
    
    font-family: 'noto400';      
}

.cont_01_inner{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


/* 宿泊プラン　------------------------------------------- */

.top_cont_02{
    clear: both;
    overflow: auto;
}

ul.cont_02_plan{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

ul.cont_02_plan > li{
    float: left;
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
    border-right:1px dotted #ccc;    
    padding-right: 2%;
}

ul.cont_02_plan > li:nth-child(2){
border-right: none;
    margin-right: 0%;

    box-sizing: border-box;
}



ul.cont_02_plan dl{
    text-align: center;
    width: 100%;
}

ul.cont_02_plan dl dt{
    width: 90%;
    max-width: 350px;
    margin: 0px auto 15px;
    padding: 7px 10px 10px;
    font-size: 22px;
    color: #ffffff;

    background-color: #cbb11e;

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

}

ul.cont_02_plan dl dt::before{
    display: inline-block;
    content: ">";
    color: #ffffff;
    font-size: 26px;
    margin-right: 15px;
    transform   : scale(0.7, 1);   /* 変形 横,縦 */
}



ul.cont_02_plan dl dd ul li{
    width: 90%;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    font-size: 18px;
    line-height: 180%;
    margin: 0px auto;
    
    
    font-family: 'noto400';        
}


ul.cont_02_plan dl dd ul li:last-child{
    border-bottom: none;
}


/* 施設案内　------------------------------------------- */

.top_cont_03{

}

.top_cont_03_txt{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.top_cont_03_txt span::before {
	content: "\A" ;
	white-space: pre ;
}

.top_cont_03 table{
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}

.top_cont_03 table tr{
    border-bottom: 2px dotted #ccc;
}


.top_cont_03 table tr:nth-child(odd){
   background-color: #e6f1e8;
}

.top_cont_03 table th{
    text-align: center;
    width: 25%;

}


/* 写真一覧　------------------------------------------- */


.top_cont_04{
    clear: both;
    overflow: auto;
}

.top_cont_04 ul{
    width: 100%;
    box-sizing: border-box;
}

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

}

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

.top_cont_04 ul li img{
    width: 100%;
}


/* お客様の声---------------------------------------------- */

.top_cont_05{

}

.top_cont_05 ul{
    box-sizing: border-box;
    padding: 0px 20px;
}

.top_cont_05 ul li{
    width: 100%;
    margin: 0px 0px 40px;
    padding: 0px 40px;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-border-radius:10px;     /* for Safari and Chrome */
	-moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */

}

.top_cont_05 ul li dl{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 30px 0px;

}

.top_cont_05 ul li dt{
    width: 100%;

    line-height: 160%;
    font-size: 18px;
    text-align: center;

    border-top: 2px solid #739e2e;
    border-bottom: 2px solid #739e2e;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.top_cont_05 ul li dt span.tab::before {
	content: "\A" ;
	white-space: pre ;
}

.top_cont_05 ul li dd{
    font-size: 16px;
    line-height: 160%;

}



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

.cmm_ctt_bg{ 
    padding:50px 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: 18px;
    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: 14px;
    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: 40px;
    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: 15px;
    line-height: 170%;
    margin-bottom: 80px;
    
    word-break: break-all;
    word-wrap: break-word; 

}

.ci_02{
    margin-bottom: 80px;
}

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



.ci_02 dl dt img{
    border-radius: 30px;
}

.ci_02 dl dd{

}

.ci_02 dl dd ul li{
    background: #f7f6f3;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 100%;
    color: #23475f;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    margin-bottom: 15px;
    
    border-radius: 10px;
}


.ci_02 dl dd ul li:last-child{
   margin-bottom: 0px;
}


.ci_02_tx{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 80px;
}


.ci_03{

border: 2px solid #6288a2;
margin-bottom: 80px;
background: #ffffff;
padding: 30px;
border-radius: 20px;

}

.ci_03 ul li{
    font-size: 15px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 6px no-repeat;
    background-size: 12px 12px;
    margin-bottom: 20px;
    padding-left: 15px;
}

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


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

.ci_03 ul li a{
    color: #2d6b96;
    text-decoration: underline;
}

.ci_03 ul li a:hover{
    color: #2d6b96;
    text-decoration:none;
}




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

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

}

.ci_tbl table th{
    width: 100px;
	padding:15px 0px 15px 0px;	
	box-sizing:border-box;

    font-size: 15px;
    line-height: 140%;
	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:15px 0px 15px 0px;	
	box-sizing:border-box;
    
    font-size: 15px;
    line-height: 140%;
	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: 15px;
    line-height: 150%;
    background: url("../img/first/list.png") left 6px no-repeat;
    background-size: 8px 8px;
    padding-left: 14px;
    margin-bottom: 15px;

}

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


.fd01 ul li a{
    color: #4C6B80;
    text-decoration: underline;
}

.fd01 ul li a:hover{
    color: #4C6B80;
    text-decoration:none;
}





.timeline {

    width: 100%;
    margin: 0px auto 80px 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:#7992B3;
    text-align: left;


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

    
    font-family: 'noto500'; 
}

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


    
    padding: 0 0px 26px 30px;
    border-left: 3px #45709B 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: #7992B3;
    border-radius: 10px;
}





.timeline_in01{
    margin-bottom: 30px;

}

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

    font-family: 'noto500';    
}

.timeline_in01 dl dd{
    font-size: 15px;
    line-height: 160%;

}

.timeline_in01 dl dd a{
    color:#7992B3;
    text-decoration: underline;
}


.timeline_in01 dl dd a:hover{
    color:#7992B3;
    text-decoration:none;
}


.fd02{
}

.fd02 ul li{
    font-size: 15px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 6px no-repeat;
    background-size: 12px 12px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    
    border-bottom: 2px dotted #888d89;
}

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

.fd02 ul li a{
    color: #1d1d1d;
    text-decoration: underline;
}

.fd02 ul li a:hover{
    color: #1d1d1d;
    text-decoration:none;
}


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


.sub_btn_area{
    width: 100%;


    margin: 0px auto 50px;
}

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

.sub_btn_area ul li{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}

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


.sub_btn_area ul li a{
    display: block;
    width: 100%;
    height: 50px;

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

    background-color: #fff;

    border:1px solid#27669c;
    
    -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 */   

}

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

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

    width: 7px;
    height: 7px;

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

    top: 50%;
    right: 15px;

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

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



.mdc01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 50px;

}


.mdc02{
    background: #ffffff;
    padding: 25px 25px 15px 25px;
    box-sizing: border-box;
    border-radius: 10px;

    margin-bottom: 40px;
}

.mdc02 ul li{
    font-size: 15px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 6px no-repeat;
    background-size: 12px 12px;
    margin-bottom: 15px;
    padding-left: 15px;
 
    float: left;
    margin-right: 25px;
}


.mdc02 ul li:last-child{
    margin-right: 00px;
}




.mdc03{
    margin-bottom: 80px;
}

.mdc03 dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #627a8c;
    margin-bottom: 10px;
    font-family: 'noto500'; 
    color: #2d6b96;
    background: #ffffff;
    border: 1px solid #2d6b96;
    padding: 8px 13px;
    display: inline-block;
}

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

}



.mdc03 dl dd ul{
    padding-top: 5px;
}

.mdc03 dl dd li{
    font-size: 15px;
    line-height: 160%;
    list-style-type: disc;
    padding-left: 0px;
    margin-bottom: 5px;
    margin-left: 20px;
}


.mdc03_t{
    margin-bottom: 80px;
}

.mdc03_t table{
    width: 100%;
}

.mdc03_t table th{

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 140%;
	border-collapse:collapse;

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

    background: #e2ebf1;
}

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

	text-align:left;
    border: 1px solid #7d7d7d;
    background: #FFFFFF;
}

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

.mdc03_t_c{
    text-align: center !important;

}

.mdc03 span{
    display: inline-block;
    font-weight: 700;
    color:#316eb2;

    padding-top: 10px;
}



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

.mdc04{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 50px;

}

.mdc04 span{
    font-weight: 700;
    color:#316eb2;
}

.mdc04.btm01{
    margin-bottom: 60px;
}

.mdc04 ul{
    padding-top: 15px;
}

.mdc04 ul li{
    font-size: 15px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 6px no-repeat;
    background-size: 12px 12px;
    margin-bottom: 15px;
    padding-left: 15px;
}

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


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


.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: 12px;
}

.itd01 ul li dl dt img{    
    border-radius: 20px;
}

.itd01 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;

}


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




.recruit_cont01{
    margin-bottom: 80px;
}



.recruit_cont01 dl dt{
font-size: 15px;
line-height: 160%;

float: left;
clear: both;
}

.recruit_cont01 dl dt span{

    width: auto;
    min-width: 100px;
    height: auto;
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    display:inline-block;
    margin-left: 15px;
    padding: 4px 10px 5px 10px;
    box-sizing: border-box;
       
}


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


border-bottom: 1px dotted #999999;

font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;

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: 20px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 20px;

}


.ctt_txt02{

    margin-bottom: 50px;

}

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

}

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

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

.ctt_txt02 ul li dl dd span{
    font-size: 21px;
    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: 50px;
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:22px;
    text-align: center;
    color: #4299ac;
    
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
    text-align: center;	
	font-size:32px;
	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: 60px;

}

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


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

.ctt_tel dl dd{
    font-size: 20px;
    line-height: 160%;
    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 60px auto;
    border: 1px solid #9B9B9B;
    padding: 30px;
    box-sizing: border-box;
}


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

    
    font-size: 24px;
    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 00px 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:15px;
	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:15px;
	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:100%;
	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:100%;
    height: 40px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;
}



.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);
    }
}






}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1.h1_01{
    position: absolute;
    top: 11px;
    left: 20px;
    width: 195px;
}



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

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

.h2_01_cr{
    text-align: center;
}

.h2_01_fc{
    color:#FFFFFF !important;
}


.h2_01{
    font-size: 14px;
    line-height: 120%;
    color: #3e3e3e;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
    
    box-sizing: border-box;
    margin-bottom: 35px;
}


.h2_01 p{
    font-size:24px;
    line-height: 100%;

    color: #4c6b80;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    margin: 0px auto 6px auto;
}




.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: 13px;

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


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

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



h3.h3_01{
    font-size: 14px;
    line-height: 120%;
    color: #4c6b80;
    text-align: center;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
    
    box-sizing: border-box;
    margin-bottom: 30px;
}


h3.h3_01 p{
    font-size: 23px;
    line-height: 100%;
    text-align: center;

    color: #4c6b80;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    margin: 0px auto 7px auto;
}




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

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

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;


}


.h5_00{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 22px;

    padding: 3px 0 5px 5px;

    
    border-left: 6px solid #2d6b96;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500; 
}

.h5_01{
    width: fit-content;
    font-size: 16px;
    line-height: 160%;

    color: #516d8c;
    margin-bottom: 30px;

    font-weight: 700;
    
    padding: 10px;
    box-sizing: border-box;

    border: 1px solid #516d8c;
}

.h6_01{
    font-size: 15px;
    line-height: 160%;

    padding-left: 20px;
    
    color: #585858;
    margin-bottom: 20px;

    font-weight: 700;

    border-left: 8px solid #4679b3;
}






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

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



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

/*
.top_slide{
    position: relative;
	width:100%;
	height:250px;
    margin-top: 50px;

	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: 10%;
    left: 0%;

width: calc(731px * 0.3);
width: calc(731px * 0.22);
}

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


.top_slide_out{
    padding: 0 20px;

}

.top_slide_out > div{
    border-radius: 15px !important;
}



.bg-switch{
    position: relative;
	width:100%;
	height: calc(100dvh - 100px);
    margin-top: 50px;
    

    box-sizing: border-box;

    border-radius: 40px !important;


	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;

/*background: rgba(0,0,0,0.10);*/

z-index: 6000;
}

.slide_txt_out .slide_txt{
    position: absolute;
    bottom:150px;
    left:50%;
    transform: translate(-50%,0%);


}


.slide_txt{
width: 100%;
}

.slide_txt dl dt{
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;
    
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.slide_txt dl dd{
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;    
    text-align: center;


    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;
    
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}


.slide_txt dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}


/*
.slide_btn_area_outer{
    position: relative;
    display: block;

}

.slide_btn_area{
    position: absolute;

    left: 50%;
    bottom: 20px;

    translate: -50% 0;

    width: 100%;
    max-width: 500px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.slide_btn_area_outer .slide_btn_area{
    position: relative;

    left: 0%;
    bottom: 0px;

    translate: 0;

    width: 100%;
    max-width: 500px;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 30px auto 0px;
}



.top_slide .slide_btn_area{
    display: none;
}

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

.slide_btn_area ul li{
    position: relative;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
}

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

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

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

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


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

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

    border:1px solid#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; 

    border-radius:5px;  

}

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

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

    width: 6px;
    height: 6px;

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

    top: 50%;
    right: 14px;


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

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


*/




.slide_btn_area{
    position: absolute;

    left: 50%;
    bottom: 10px !important;

    translate: -50% 0;

    width: 100%;
    max-width: 1000px;
    
    padding: 0 20px;
    box-sizing: border-box;
}

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

.slide_btn_area ul li{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 12px;
    box-sizing: border-box;
    

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;    
}

.slide_btn_area ul li span::before {
	content: "\A" ;
	white-space: pre ;
}


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

.slide_btn_area ul li:nth-child(4){
    margin-left: 17%;
}


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

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

    background-color: #fff;
    border:1px solid #0b4988;
    
    -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; 


    border-radius:10px;     /* CSS3 */   

}

.slide_btn_area ul li a:hover{
    color:#fff;
    background-color: #0b4988;
}

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

    width: 7px;
    height: 7px;


    border-left: 1px solid #0b4988;
    border-bottom: 1px solid #0b4988;

    top: 50%;
    right: 12px;

    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{
    /*描画位置※位置は適宜調整してください*/
    display: none;
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

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

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


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background:#FFFFFF;
    /*線の動き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{
    /*描画位置※位置は適宜調整してください*/
/*    display: none;*/

	bottom:0px;
	left:20px;
    
    background: #9C4C4E;
}

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

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

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

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

/* 線の描写 */
.scrolldown2:after{
    display: none;
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:1px;
	height: 25px;
	background:#FFFFFF;
}


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

.cm_h2_bg{
	width: 100%;
	height:80px !important;
    background: linear-gradient(90deg,rgba(121, 146, 179, 1) 0%, rgba(25, 82, 135, 1) 100%);    
/*	background:url("../img/common/h2_bg.jpg") center center no-repeat;*/
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
     padding: 7px 0 0 0;

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


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

.bg_main01{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg001.jpg") top no-repeat,#f1f1f1;
    background-size:contain;                               /* 画像のサイズを指定    */
}


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

    margin: 0px auto 0 auto;
    transition: 0.3s ease-in-out;
    position: relative;
}

.button01 a{
    display: block;
	width:200px;
    height: 38px;
    font-size: 15px;
    line-height: 100%;
    color:#094f81;
    padding-top: 0px;
    padding-bottom: 1px;
    
    background:#FFFFFF;

	border: 1px solid #094f81;
     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; 
   

	border-radius:30px;     /* CSS3 */   

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
}


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

.button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.4rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button01 a:hover:after {
  right: 1.0rem;
}







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


.tp_bnr{
    margin-bottom: 40px;
}

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

}

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



.tp_msg01{
    margin-bottom: 60px;
}

.tp_msg01 dl dt p{
    max-width: 46px;
    width: 100%;
    height: auto;
    margin: 0 auto 1px auto;
}

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

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
}


.tp_msg01 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}

.tp_msg01 dl dt em{
    text-align: center;
    padding: 0 0px 2px 0px;
    border-bottom: 3px dotted #63849a;
}

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





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


.tp_ns_bg{
    background: #ffffff;
    padding: 25px 25px;
    box-sizing: border-box;
    
    border-radius: 10px;
    margin-bottom: 60px;
}

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

.tp_ns{

}

.tp_ns dl{
    margin-bottom: 25px;
}


.tp_ns dl dt{
    width: 95px;
    height: 25px;

    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;  
    float: none;
    clear: both;
    background: #1c6293;
    padding-bottom: 2px;
    margin-bottom: 7px;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_ns dl dd{

    font-size: 14px;
    line-height: 150%;
    padding-left: 0px;
    color: #373737;   
    padding-bottom: 22px;
   margin-bottom: 22px;
    border-bottom: 1px dotted #373737;
    
    box-sizing: border-box;
    
}

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

.tp_ns dl dd a{
    color: #373737;   
    text-decoration:underline;    
    margin-bottom: 5px;
}

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



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

}


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

.pst_in{
    font-size: 14px;
    line-height: 160%;
    
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 30px;

}

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

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


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






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




.tp_ct_bg{
	width: 100%;
	height:1200px !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: 100%;
    height: auto;
    margin-right: 0%;
    margin-bottom: 40px;
    float: left;
}

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


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

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


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

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


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

    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: 14px;
    line-height: 155%;
    

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













.tp_ct001_btm01{
    margin-bottom: 80px;
}


.tp_ct001_b01{
    position: relative;
    margin-right: 20px;
}

.tp_ct001_b02{
    position: relative;
    margin-left: 20px;
}


.tp_ct001_in{
    position: relative;
    z-index: 100;
    padding-right: 20px;    
}

.tp_ct001_in_l{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 3%;
}

.tp_ct001_in_r{
    width: 100%;
    height: auto;
    float: none;
}



.tp_ct002_in{
    position: relative;
    z-index: 100;
    padding-left: 20px;
}

.tp_ct002_in_l{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 3%;
}

.tp_ct002_in_r{
    width: 100%;
    height: auto;
    float: none;
}





.tp_ct001_in_tx_br01{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;

    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tp_ct001_in_tx_br02{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}




.tp_ct001_in_tx{
    margin-top: -50px;
    height:280px;
    background: #f9f9f9;
    padding: 30px 20px;
    box-sizing: border-box;
}

.tp_ct001_in_tx dl dt p{
    max-width: 35px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

.tp_ct001_in_tx dl dt{

    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #303e73;
    margin-bottom: 20px;
    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

.tp_ct001_in_tx dl dt span{
    border-bottom: 3px dotted #63849a;
}

.tp_ct001_in_tx dl dd{

    font-size: 15px;
    line-height: 160%;
    color: #000000;

    
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}


.tp_ct001_bgc_01{
    position: absolute;
    top: 70px;
    width: 100%;
    height: 430px;
    background: linear-gradient(90deg,rgba(125, 149, 181, 1) 0%, rgba(20, 79, 133, 1) 100%);
    
    z-index: 1;
    
    border-bottom-right-radius: 30px;    
}

.tp_ct001_bgc_02{
    position: absolute;
    top: 70px;
    width: 100%;
    height: 430px;
    background: linear-gradient(90deg,rgba(20, 79, 133, 1) 0%, rgba(125, 149, 181, 1) 100%);
    
    z-index: 1;
    
    border-bottom-left-radius: 30px;        
}


.tp_ct001_bg_img01{
	height:240px !important;
	background:url("../img/top/001_01.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


.tp_ct001_bg_img02{
	height:240px !important;
	background:url("../img/top/001_02.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
     
}


.tp_ct001_bg_img03{
	height:240px !important;
	background:url("../img/top/001_03.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
     
}

.tp_ct001_bg_img04{
	height:240px !important;
	background:url("../img/top/001_04.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
     
}






















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


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

}


.tp_mcl dl dt{
    width: 110px;
    height: 26px;
    font-size: 15px;
    line-height: 100%;
    color: #373737;
    border: 1px solid #373737;
    text-align: center;
    padding-top: 4px;
    margin-bottom: 15px;
    
 
   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: 14px;
    line-height: 140%;
    color: #373737;
    margin-bottom: 20px;
}

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



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



.tp_stm02{
	width:100%;
    margin-bottom: 60px;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    
    padding-bottom: 20px;    
}

.tp_stm02 table{
	width:690px;
	height:auto;

    
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;  
    

}

.tp_stm02 table th{

	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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



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

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

.tp_stm02 p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;

}

.stm02_bc{
    background: #e8f6f5;
}

.tp_stm02_th{
    width: 120px !important;
    white-space:normal !important;
}


.sticky{
    position: sticky;
    top: 0;
    left: 0;
    background: none !important;
    border-left: none !important;
    border-right: none !important;
}

td.sticky::before,
th.sticky::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #585858;
    border-right: 1px solid #585858;
        background: #fff !important;
    z-index: -1;
}




.googleCalendar{
    margin-bottom: 60px;

}



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







.tp_stm03_bg{
	height:430px !important;
	background:url("../img/top/002_bg.jpg") center center no-repeat;
	 -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;      
}



.tp_stm03_bx{
    background: #ffffff;
    border-radius: 30px;
    padding: 25px 20px;
    box-sizing: border-box;
    

}

.tp_stm03_in_btm01{
    margin: 0 auto 60px auto !important;
}

.tp_stm03_in{
    max-width: 1300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

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

.tp_stm03_in table tr{
    border-bottom: 2px solid #8f97ae;

}




.tp_stm03_in table th{
	width:85px;
	padding:12px 2px 12px 2px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 150%;
    color: #373737;
	border-collapse:collapse;

	text-align:center;
  
}

.tp_stm03_in table td{
	padding:12px 2px 12px 2px;	
	box-sizing:border-box;
    color: #5f6a88;
    
	font-size:13px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:center;

}

.tp_stm03_in p{
    margin-top: 20px;
    font-size: 12px;
    line-height: 150%;

}




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


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

    overflow: auto;
}

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

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

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


.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 60px;
    border: 3px solid #4d71b4;
    padding: 25px 20px;
    box-sizing: border-box;
    
    border-radius: 15px;

}





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




.tp_acs01{
    margin-bottom: 20px;
}


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

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



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

.tp_acs01 dl dd span::before{
	content: "\A" ;
	white-space: pre ;
}





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


.tp_acs02_btm{
    margin-bottom: 40px;

}



.tp_acs_bg{
background: linear-gradient(180deg,rgba(232, 236, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.tp_acs_in{
    background: #f5f5f3;
    border: 2px solid #094f81;
    
    border-radius: 30px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 15px;
}

.tp_acs_in img{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
}

.tp_acs_tx{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
}




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

.cmm_ctt_bg{ 
    padding:40px 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: 15px;
    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: 12px;
    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: 31px;
    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: 14px;
    line-height: 160%;
    margin-bottom: 60px;
    
    word-break: break-all;
    word-wrap: break-word; 

}

.ci_02{
    margin-bottom: 60px;
}

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




.ci_02 dl dt img{
    border-radius: 30px;
}

.ci_02 dl dd{

}

.ci_02 dl dd ul li{
    background: #f7f6f3;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 100%;
    color: #23475f;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 600;
    
    margin-bottom: 12px;
    
    border-radius: 10px;
}


.ci_02 dl dd ul li:last-child{
   margin-bottom: 0px;
}

.ci_02_tx{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 60px;
}


.ci_03{

border: 2px solid #6288a2;
margin-bottom: 60px;
background: #ffffff;
padding: 20px;
border-radius: 20px;

}

.ci_03 ul li{
    font-size: 14px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 5px no-repeat;
    background-size: 10px 10px;
    margin-bottom: 12px;
    padding-left: 13px;
}


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

.ci_03 ul li a{
    color: #2d6b96;
    text-decoration: underline;
}

.ci_03 ul li a:hover{
    color: #2d6b96;
    text-decoration:none;
}






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

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

}

.ci_tbl table th{
    display: block;
    width: 100%;
	padding:10px 0px 0px 0px;	
	box-sizing:border-box;

    font-size: 14px;
    line-height: 140%;
	border-collapse:collapse;

    
    vertical-align: text-top;

	text-align:left;
    border-bottom:none;
    
    word-break: break-all;
    word-wrap: break-word;    
}

.ci_tbl table td{
    display: block;
    width: 100%;
	padding:5px 0px 10px 0px;	
	box-sizing:border-box;
    
    font-size: 14px;
    line-height: 140%;
	border-collapse:collapse;
    
	text-align:left;
    border-bottom: 1px dotted #999999;
    
    word-break: break-all;
    word-wrap: break-word;    
}




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



.fd01{
    margin-bottom: 60px;
}

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

}

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



.fd01 ul li a{
    color: #4C6B80;
    text-decoration: underline;
}

.fd01 ul li a:hover{
    color: #4C6B80;
    text-decoration:none;
}





.timeline {

    width: 100%;
    margin: 0px auto 60px auto;

}

.timeline-list {

}

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

}

.timeline-list-item .date {
    width:80px  !important;
    padding: 0 0 0 0px;
    color:#7992B3;


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

    font-family: 'noto500'; 
}

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


    
    padding: 0 0px 15px 25px;
    border-left: 3px #45709B solid;
    box-sizing: border-box;
    

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

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -11px;
    width: 18px;
    height: 18px;
    background-color: #7992B3;
    border-radius: 10px;
}





.timeline_in01{
    margin-bottom: 20px;

}

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

    font-family: 'noto500'; 
}

.timeline_in01 dl dd{
    font-size: 14px;
    line-height: 170%;

}

.timeline_in01 dl dd a{
    color:#7992B3;
    text-decoration: underline;
}


.timeline_in01 dl dd a:hover{
    color:#7992B3;
    text-decoration:none;
}


.fd02{
}

.fd02 ul li{
    font-size: 14px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 5px no-repeat;
    background-size: 10px 10px;
    margin-bottom: 17px;
    padding-left: 15px;
    padding-bottom: 17px;
    
    border-bottom: 2px dotted #888d89;
}

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

.fd02 ul li a{
    color: #1d1d1d;
    text-decoration: underline;
}

.fd02 ul li a:hover{
    color: #1d1d1d;
    text-decoration:none;
}



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


.sub_btn_area{
    width: 100%;
    max-width: 500px;

    margin: 0px auto 40px;
}


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

.sub_btn_area ul li{
    position: relative;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 7px;
}

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


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


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

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

.sub_btn_area ul li a{
    display: block;
    width: 100%;
    height: 45px;

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

    border:1px solid#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 */   

}

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

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

    width: 6px;
    height: 6px;

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

    top: 50%;
    right: 14px;

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

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




.mdc01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 40px;

}


.mdc02{
    background: #ffffff;
    padding: 20px 20px 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;

    margin-bottom: 30px;
}

.mdc02 ul li{
    font-size: 14px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 5px no-repeat;
    background-size: 10px 10px;
    margin-bottom: 10px;
    padding-left: 15px;

    float: left;
    margin-right: 25px;
}


.mdc02 ul li:last-child{
    margin-right: 00px;
}




.mdc03{
    margin-bottom: 60px;
}

.mdc03 dl dt{
    font-size: 15px;
    line-height: 140%;
    color: #627a8c;
    margin-bottom: 10px;
    font-family: 'noto500'; 
    color: #2d6b96;
    background: #ffffff;
    border: 1px solid #2d6b96;
    padding: 7px 10px;
    display: inline-block;
}

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

}



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

.mdc03 dl dd ul{
    padding-top: 5px;
}

.mdc03 dl dd li{
    font-size: 14px;
    line-height: 160%;
    list-style-type: disc;
    padding-left: 0px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.mdc03_t{
    margin-bottom: 60px;
}

.mdc03_t table{
    width: 100%;
}

.mdc03_t table th{

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

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

    background: #e2ebf1;
}

.mdc03_t table th span::before {
	content: "\A" ;
	white-space: pre ;
}

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

	text-align:left;
    border: 1px solid #7d7d7d;
    background: #FFFFFF;
}

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

.mdc03_t_c{
    text-align: center !important;
}

.mdc03_w01{
    width: 120px !important;
}

.mdc03 span{
    display: inline-block;
    font-weight: 700;
    color:#316eb2;

    padding-top: 10px;
}

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

.mdc04{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;

}

.mdc04 span{
    font-weight: 700;
    color:#316eb2;
}

.mdc04.btm01{
    margin-bottom: 50px;
}

.mdc04 ul{
    padding-top: 10px;
}

.mdc04 ul li{
    font-size: 14px;
    line-height: 150%;
    background: url("../img/common/list0001.png") left 5px no-repeat;
    background-size: 10px 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}

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

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


.itd01{
    margin-bottom: 60px;

}

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

}

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

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

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

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

.itd01 ul li dl dt img{    
    border-radius: 20px;
}

.itd01 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;

}

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






.recruit_cont01{
    margin-bottom: 60px;
}

.recruit_cont01 dl dt{
font-size: 14px;
line-height: 150%;
font-weight: 700;

float: none;
width: 100%;
clear: both;

margin-bottom: 10px;

}

.recruit_cont01 dl dt span{

    width: auto;
    min-width: 100px;
    height: auto;
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    display:inline-block;
    margin-left: 15px;
    padding: 4px 10px 5px 10px;
    box-sizing: border-box;
       
}

.recruit_cont01 dl dd{
font-size: 14px;
line-height: 160%;
margin: 0 0 15px 0;
padding-left: 0px;
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:14px;
    line-height: 160%;

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


.privacy dd {
    font-size:13px;
    line-height: 140%;
    margin-bottom: 25px;

}














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



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

}


.ctt_txt02{

    margin-bottom: 50px;

}

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

}

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

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

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

.ctt_txt02 ul li dl dd span::after{
	content: "\A" ;
	white-space: pre ;
}





.f_text01{
}

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

}

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

}



.contact-t{
    margin-bottom: 40px;
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:15px;
    text-align: center;
    color: #4299ac;
    
	line-height:120%;
	margin-bottom:8px;
}

.contact-t dl dd{
    text-align: center;	
	font-size:17px;
	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: 50px;

}

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


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

.ctt_tel dl dd{
    font-size: 16px;
    line-height: 160%;
    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 50px auto;
    border: 1px solid #9B9B9B;
    padding: 20px 15px;
    box-sizing: border-box;
}


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

    
    font-size: 17px;
    line-height: 160%;

}

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


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







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

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


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

	border-bottom:none;
	text-align:left;

	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

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

.with-form3{
	width:100%;
    height: 35px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;

}



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

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


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    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:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

    /*角丸*/
	-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);
    }
}






}


