




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

    overflow: hidden;
    
font-feature-settings: "palt";
}

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_tp{
    margin-top: 100px;
}


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

.container01{
	max-width:1200px;
	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;

}

.container03_02{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 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;


}

header{

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

	box-sizing:border-box;
}

.header_tel{
	position:absolute;
	top:12px;
	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;

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

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



address{
	font-size:14px;
	line-height:170%;
	color:#FFFFFF;
    margin-bottom: 15px;
    text-align:left;
}

address p{
	font-size:16px;
    font-family: 'noto500'; 
    margin-bottom: 5px;
}

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

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


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




.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_tp{
    margin-top: 60px;
}


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


.container01{
	max-width:1200px;
	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;

}

.container03_02{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 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;

 


}

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




.header_tel{
	position:absolute;
	top:11px;
	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;

}
 
.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:30px 30px;
	box-sizing:border-box;
    background: #0a9ebe;
    margin-bottom: 60px;
}

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



address{
	font-size:13px;
	line-height:170%;
	color:#FFFFFF;
    margin-bottom: 15px;
    text-align:left;
}

address p{
	font-size:14px;
    font-family: 'noto500'; 
    margin-bottom: 5px;
}

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

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


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

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

	z-index: 6000;
}


.f_mb ul li{
    width: 50%;
    height: 60px;
    float: left;
    
    border-right: 1px solid #F8F8F8;
    box-sizing: border-box;
}

.f_mb ul li:nth-child(2n){
    border: none;
}

.f_mb ul li a{
    display: block;
    width: 100%;
    height: 60px;
    
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto500'; 
    
    background:#266ea0;

    box-sizing: border-box;

    

    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: 54px 43px;
    padding-left: 55px;
    padding-top: 7px;    
}

.f_mb_img02{

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

*/




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

	z-index: 6000;
  }


.f_mb ul{
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.f_mb ul li{
  flex: 0 0 50%;
  width: auto;
  height: 60px;
  border-right: 1px solid #F8F8F8;
  box-sizing: border-box;
  float: none !important;
}

.f_mb ul li:nth-child(2n){
  border-right: none;
}

.f_mb ul li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 60px;
  background: #266ea0;

  font-size: 22px;
  line-height: 100%;
  color: #FFFFFF;
  font-family: 'noto500';
  text-decoration: none;

  overflow: visible;
}

.f_mb ul li span{
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  padding-left: 58px;
}

.f_mb ul li span::before{
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 54px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

/* お問い合わせアイコン */
.f_mb_img01::before{
  background-image: url("../img/common/fb_01_01.png");
}

/* 電話アイコン */
.f_mb_img02::before{
  background-image: url("../img/common/fb_02_01.png");
}

.f_mb,
.f_mb ul,
.f_mb ul li,
.f_mb ul li a{
  overflow: visible;
}


.f_mb ul li:nth-child(1) span::before{
  top: -24px;
}

.f_mb ul li:nth-child(2) span::before{
  top: -16px;
}

.f_mb,
.f_mb *{
  box-sizing: border-box;
}








}

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


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



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

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

}	



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

.container01_tp{
    margin-top: 50px;
}


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

.container01{
	max-width:1200px;
	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;

}

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

}

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

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



.header_tel{
	position:absolute;
	top:10px;
	right:62px;
        
    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;

}
 
.header_tel p{
    font-size: 10px;
    line-height: 100%;
    margin-bottom: 3px;
}  




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

footer{
	padding:20px 20px;
	box-sizing:border-box;
    background: #0a9ebe;
    margin-bottom: 45px;
}

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



address{
	font-size:12px;
	line-height:170%;
	color:#FFFFFF;
    margin-bottom: 15px;
    text-align:left;
}

address p{
	font-size:13px;
    font-family: 'noto500'; 
    margin-bottom: 5px;
}

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

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


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




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

	z-index: 6000;
  }


.f_mb ul{
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.f_mb ul li{
  flex: 0 0 50%;
  width: auto;
  height: 45px;
  border-right: 1px solid #F8F8F8;
  box-sizing: border-box;
  float: none !important;
}

.f_mb ul li:nth-child(2n){
  border-right: none;
}

.f_mb ul li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 45px;
  background: #266ea0;

  font-size: 17px;
  line-height: 120%;
  color: #FFFFFF;
  font-family: 'noto500';
  text-decoration: none;
  padding-bottom: 2px;

  overflow: visible;
}

.f_mb ul li span{
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  padding-left: 40px;
}

.f_mb ul li span::before{
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 38px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

/* お問い合わせアイコン */
.f_mb_img01::before{
  background-image: url("../img/common/fb_01_01.png");
  background-size: 38px 40px;
}

/* 電話アイコン */
.f_mb_img02::before{
  background-image: url("../img/common/fb_02_01.png");
  background-size: 38px 34px;  
}

.f_mb,
.f_mb ul,
.f_mb ul li,
.f_mb ul li a{
  overflow: visible;
}


.f_mb ul li:nth-child(1) span::before{
  top: -22px;
}

.f_mb ul li:nth-child(2) span::before{
  top: -14px;
}

.f_mb,
.f_mb *{
  box-sizing: border-box;
}










}




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


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

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


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





.h2_01{
    font-size: 30px;
    line-height: 120%;
    color: #0a9ebe;
    text-align: center;

    font-family: 'noto400'; 
  
    box-sizing: border-box;
    margin-bottom: 50px;
}


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

    color: #414242;
    
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    
    margin: 0px auto 5px auto;
}


h3.h3_01{
    font-size: 24px;
    line-height: 120%;
    color:#000000;
    text-align:left;
    
    background: url("../img/common/h3.png") left 7px no-repeat;
    padding-left: 23px;
    
    font-family: 'noto500'; 
    font-weight: normal;
    
    box-sizing: border-box;
    margin-bottom: 40px;
}


/* メインイメージ ---------------------------------------------- */


.bg_main{
	width: 100% !important;
	height:auto;
/*	background:url("../img/top/main_bg.png") center center no-repeat;*/

background-image: url("../img/top/main_bg.png");
background-repeat: no-repeat;
background-position: center calc(50% - 450px);

    background-size:contain;                  
}

.tp_main{

	width: 100%;
    height: calc(100vh - 100px);    
	background:url("../img/top/main.png") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     border-radius: 20px;
}

.tp_main_in{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;   
}

.tp_main_in p{
    position: absolute;
    top: 150px;
    left: 60px;
}


.pg_main{

	width: 100%;
    height:400px;  
	background:url("../img/top/page_main.png") top center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     border-radius: 20px;
}

.pg_main_in{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;   
}

.pg_main_in p{
    position: absolute;
    top: 0px;
    left: 60px;
}




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




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


    transition: 0.3s ease-in-out;
    position: relative;
}

.button01 a{
    display: block;
	width:270px;
    height: 45px;
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;
    padding-bottom: 1px;

    background:#f6637c;

	border: 1px solid #f6637c;
     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:15px;     /* CSS3 */   

}


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

.button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2.3rem;
  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: 2.1rem;
}



/* トップ　------------------------------------------- */

.tp_rt01{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 80px auto;
}

.tp_rt01_l{
    width: 60%;
    height: auto;
    float: left;
/*   background: #E0BDBE;*/
}

.tp_rt01_r{
    width: 39%;
    height: auto;
    float: right;
}

.tp_rt01_l dl dt{
    font-size: 55px;
    line-height: 130%;
    color: #1b438d;
    font-family: 'noto700';
    
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.tp_rt01_l dl dd{
    font-size: 36px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700'; 
}



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

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



.rental_scroll {
  width: 100%;
  overflow-x: auto;
}


.rental_00{
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.rental_01 {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}

.rental_01 th,
.rental_01 td {
  font-size: 14px;
  padding: 6px 2px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.rental_01 th {
  color: #fff;
  background-color: #003366;
  font-family: 'noto500';     
}

.rental_01 td {
  background-color: #fff;
}

.car_img {
  width: 260px;
}

.car_img img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.class_col {
  width: 80px;
}

.car_type_col {
  width: 110px;
}

.price_cell {
  width: calc((100% - 260px - 80px - 110px) / 5);
  text-align: center;
  vertical-align: middle;  
}

.price_cell .rentallist,
.price_cell .price_color {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rentallist {

  width: 100%;
  max-width: 100px;
  margin: 0 0 4px;
  background: #006699;
  color: #fff;
  padding: 1px 2px;
  font-size: 13px;
  box-sizing: border-box;
}

.price_color {
  color: #0099cc;

  font-size: 18px;
  font-family: 'noto700';   
}

.rental_02_btm01{
    margin: 20px auto 50px auto !important;
}

.rental_02{
    font-size: 15px;
    line-height: 160%;
    margin: 20px auto 0px auto;
}



.rental_03{
  margin-bottom: 80px;
  padding-bottom:80px;
  position: relative;
}

.rental_03::before {
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 100%;
    height: 10px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 4px, #b3ddb5 4px 8px);
    content: '';
    z-index: -1;
}

.rental_03_l{
    width: 62%;
    height: auto;
    float: left;
}


.rental_03_r{
    width: 35%;
    height: auto;
    float: right;
}



.rental_04{
  margin-bottom: 80px;
  padding-bottom:80px;
  position: relative;
}

.rental_04::before {
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 100%;
    height: 10px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 4px, #b3ddb5 4px 8px);
    content: '';
    z-index: -1;
}

.rental_04_l{
    width: 35%;
    height: auto;
    float: left;
}


.rental_04_r{
    width: 62%;
    height: auto;
    float: right;
}

/*.rental_03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.rental_03 ul li{
  width: calc((100% - 20px * 1) / 2);


  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
*/
.rental_03_in{

}

.rental_03_in dl{
    margin-bottom: 25px;

}

.rental_03_in dl dt{
    font-size: 50px;
    line-height: 130%;
    margin-bottom: 20px;
    font-family: 'noto700';   
    
  background: linear-gradient(90deg, #006699, #0099CC);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;    
}

.rental_03_in dl dd{
    font-size: 20px;
    line-height: 160%;
    font-family: 'noto700';     
}

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


.rental_03_01{
    margin-bottom: 30px;

}



.sliderArea {
  position: relative;


}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.slick-slide img {

  border-radius: 10px;   /* ← 好きな丸さに（12〜20pxくらい） */  
}



/* slick初期化前は隠す（縦並び防止） */
.regular_2 {
  opacity: 0;
  visibility: hidden;
}

/* slick初期化完了後 */
.regular_2.is-ready {
  opacity: 1;
  visibility: visible;
  transition: opacity .15s ease;
}

/* ul / li リセット */
.sliderArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sliderArea li {
  padding: 0;
}

/* スライド間余白 */
.slick-slide {
  margin: 0 8px;
}

/* 画像のレイアウトシフト防止 */
.slick-slide img {

}

/* 透明度演出（今までの設定そのまま） */
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  
  margin: 0 10px; /* 左15px + 右15px = 30px */
}

/* 両端がはみ出ないように調整 */
.slick-list {
  margin: 0 -8px;
}

.slick-active,
.slick-current {
  opacity: 1;
}

/* 矢印 */
.slick-prev,
.slick-next {
  z-index: 1;
}

/* slick 矢印を黒にする */
.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 1; /* 既存の .75 を上書き */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #000;
}




/* 会社案内　------------------------------------------- */

.abt_01{
    margin: 0 0 80px 0;
}

.abt_01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.abt_01 ul li{
  width: calc((100% - 20px * 1) / 2);


  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}


.abt_02{
    margin: 0 0 80px 0;
}

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

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

    border-bottom: 1px solid #cccccc;
}

.abt_02 table td{
	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;
    border-bottom: 1px solid #cccccc;
}

.abt_02 table th::first-letter {
    color: #cccccc;
    margin-right: 2px;
}

.abt_02 table td a{
    color: #000000;
    text-decoration: underline;
}

.abt_02 table td a:hover{
    color: #000000;
    text-decoration:none;
}

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

.abt_04{

}




/* 車種・料金　------------------------------------------- */

.vt_tab{
    margin: 0 0 60px 0;
}

.vt_tab ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.vt_tab ul li{
  width: calc((100% - 20px * 3) / 4);
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  

}

.vt_tab ul li dl dt{
    margin-bottom: 5px;
    
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.vt_tab ul li dl dd{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    font-family: 'noto500'; 
}

.vt_tab ul li a{
    color: #000000;
    transition: 0.3s;
    

}

.vt_tab ul li a:hover{
    color: #3399CC;
}

.vt_tab ul li a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.vt_tab ul li a:hover img {
	opacity: .7;
}



.vt_01{
    margin-bottom: 40px;
}

.vt_01 table{
	width:100%;
	height:auto;
}

.vt_01 table th{

	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
    text-align: center;
	border-collapse:collapse;
    color: #FFFFFF;

    border: 1px solid #cccccc;
    
    background:#62BDCE;
}

.vt_01 table td{
	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
    text-align: center;    
	border-collapse:collapse;
    border: 1px solid #cccccc;
}


.vt_02_btm01{
    margin-bottom: 80px;

}

.vt_02{
    font-size: 16px;
    line-height: 180%;
}


.vt_02 p{
    font-size: 18px;
    line-height: 140%;
    color:#006699;    
    font-family: 'noto500';  
    margin-bottom: 5px;
}

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

.vt_04{
    margin-bottom: 50px;
}



.vt_04 dl dt p{
    font-size: 30px;
    line-height: 120%;
    font-family: 'noto700'; 
    color: #037cc9;
    margin-bottom: 5px;
}

.vt_04 dl dt{
    font-size: 36px;
    line-height: 140%;
    font-family: 'noto700';     
    margin-bottom: 20px;
}

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

.vt_04 dl dd ul li{
    float: left;
    margin-right: 30px;

    background: url("../img/common/list001.png") left 13px no-repeat;
    padding-left: 8px;
    margin-bottom: 10px;

}

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



.vt_05{
    margin: 0 0 80px 0;
}

.vt_05 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.vt_05 ul li{
  width: calc((100% - 20px * 1) / 2);
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}


.vt_06{
    margin-bottom: 30px;

}

.vt_06 dl dt{
    font-size: 36px;
    line-height: 140%;
    color: #037cc9;    
    font-family: 'noto700';     
    margin-bottom: 10px;
    
}

.vt_06 dl dd{
    font-size: 18px;
    line-height: 200%;
    font-family: 'noto700';     
}


.vt_07{
    background: #037cc9;
    padding: 40px 50px 50px 50px;
    box-sizing: border-box;
    margin-bottom: 80px;
    border-radius: 10px;
}

.vt_07 dl dt{
    font-size: 22px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';     
    margin-bottom: 30px;

}

.vt_07 dl dd{
    background: #FFFFFF;
    padding: 30px;    
    border-radius: 10px;    
}

.vt_07 dl dd p{
    font-size: 20px;
    margin-top: 20px;
    color: #f07b7b;
    font-family: 'noto700';     
}

.vt_07 dl dd p span{
    font-size: 30px;
    margin-top: 20px;
    color: #f07b7b;
}


.vt_07 dl dd dl dt{
    background:#037cc9;
    padding: 15px 15px;
    box-sizing: border-box;
    
    font-size: 20px;
    line-height: 140%;
    text-align: center;    
    color:#FFFFFF;   
    font-family: 'noto700';     
    margin-bottom: 10px;
}

.vt_07 dl dd dl dd{
    background: #FFFFFF;
    padding: 0px;  
    margin-bottom: 30px;
    color: #000000;

}

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

.vt_08{
    background: #F3EAD9;
    padding: 50px;
    
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 60px;

}

.vt_08 ul{
    margin-bottom: 30px;

}

.vt_08 ul li{
    font-size: 18px;
    line-height: 160%;
    background: url("../img/common/list001.png") left 15px no-repeat;
    padding-left: 8px;
    margin-bottom: 10px;

}

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



/* ご利用案内　------------------------------------------- */

.ug01{
    margin-bottom: 80px;

}

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

}

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





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


.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: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.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: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;   
}


.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;
    width: 190px;
    top: 10px;
    left: 30px;
}



.h2_01{
    font-size: 27px;
    line-height: 120%;
    color: #0a9ebe;
    text-align: center;

    font-family: 'noto400'; 
  
    box-sizing: border-box;
    margin-bottom: 45px;
}


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

    color: #414242;
    
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    
    margin: 0px auto 5px auto;
}

h3.h3_01{
    font-size: 22px;
    line-height: 120%;
    color:#000000;
    text-align:left;
    
    background: url("../img/common/h3.png") left 7px no-repeat;
    background-size: 17px 17px;
    padding-left: 21px;
    
    font-family: 'noto500'; 
    font-weight: normal;
    
    box-sizing: border-box;
    margin-bottom: 30px;
}






/* メインイメージ ---------------------------------------------- */

.bg_main{
	width: 100% !important;
	height:auto;
/*	background:url("../img/top/main_bg.png") center center no-repeat;*/

background-image: url("../img/top/main_bg.png");
background-repeat: no-repeat;
background-position: center calc(50% - 400px);

    background-size:contain;                  
}


.tp_main{
	width: 100%;
    height: calc(100vh - 60px);    
	background:url("../img/top/main.png") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     border-radius: 15px;     
}

.tp_main_in{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;   
}

.tp_main_in p{
    position: absolute;
    top: 150px;
    left: 60px;
    width: 280px;
}



.pg_main{

	width: 100%;
    height:300px;  
	background:url("../img/top/page_main.png") top center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     border-radius: 20px;
}

.pg_main_in{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;   
}

.pg_main_in p{
    position: absolute;
    top: 0px;
    left: 60px;
    width: 240px;    
}



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

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


    transition: 0.3s ease-in-out;
    position: relative;
}

.button01 a{
    display: block;
	width:240px;
    height: 45px;
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    padding-bottom: 1px;

    background:#f6637c;

	border: 1px solid #f6637c;
     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:15px;     /* CSS3 */   

}


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

.button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.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: 1rem;
}




/* トップ　------------------------------------------- */


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

.tp_rt01_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 15px;
}

.tp_rt01_r{
    max-width: 360px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
}

.tp_rt01_l dl dt{
    font-size: 34px;
    line-height: 130%;
    color: #1b438d;
    font-family: 'noto700';
    
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.tp_rt01_l dl dd{
    font-size: 26px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700'; 
}



.tp_rt01_l dl dt span::before {
	content: "" ;
	white-space: none ;
}

.tp_rt01_l dl dd span::before {
	content: "" ;
	white-space: none ;
}




.rental_scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

/* Chrome / Edge / Safari */
.rental_scroll::-webkit-scrollbar {
  height: 16px;
}

.rental_scroll::-webkit-scrollbar-track {
  background: #d9eaf2;
  border-radius: 20px;
}

.rental_scroll::-webkit-scrollbar-thumb {
  background: #003366;
  border-radius: 20px;
  border: 3px solid #d9eaf2;
}

.rental_scroll::-webkit-scrollbar-thumb:hover {
  background: #006699;
}

/* Firefox */
.rental_scroll {
  scrollbar-width: auto;
  scrollbar-color: #003366 #d9eaf2;
}


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


.rental_01 {
  width: 100%;
  min-width: 1060px;
  border-collapse: collapse;
  table-layout: fixed;
}

/*.rental_scroll {
  width: 100%;
  overflow-x: auto;
}

.rental_01 {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}*/

.rental_01 th,
.rental_01 td {
  font-size: 14px;
  padding: 5px 2px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.rental_01 th {
  color: #fff;
  background-color: #003366;
  font-family: 'noto500';     
}

.rental_01 td {
  background-color: #fff;
}

.car_img {
  width: 200px;
}

.car_img img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.class_col {
  width: 80px;
}

.car_type_col {
  width: 110px;
}

.price_cell {
  width: calc((100% - 200px - 80px - 110px) / 5);
  text-align: center;
  vertical-align: middle;
}

.price_cell .rentallist,
.price_cell .price_color {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rentallist {

  width: 100%;
  max-width: 100px;
  margin: 0 0 4px;
  background: #006699;
  color: #fff;
  padding: 1px 2px;
  font-size: 13px;
  box-sizing: border-box;
}

.price_color {
  color: #0099cc;

  font-size: 18px;
  font-family: 'noto700';   
}


.rental_02_btm01{
    margin: 15px auto 40px auto !important;
}


.rental_02{
    font-size: 14px;
    line-height: 150%;
    margin: 15px auto 0px auto;
}




.rental_03{
  margin-bottom: 60px;
  padding-bottom:60px;
  position: relative;
}

.rental_03::before {
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 100%;
    height: 10px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 4px, #b3ddb5 4px 8px);
    content: '';
    z-index: -1;
}

.rental_03_l{
    width: 62%;
    height: auto;
    float: left;
}


.rental_03_r{
    width: 35%;
    height: auto;
    float: right;
}


.rental_04{
  margin-bottom: 60px;
  padding-bottom:60px;
  position: relative;
}

.rental_04::before {
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 100%;
    height: 10px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 4px, #b3ddb5 4px 8px);
    content: '';
    z-index: -1;
}



.rental_04_l{
    width: 35%;
    height: auto;
    float: left;
}


.rental_04_r{
    width: 62%;
    height: auto;
    float: right;
}

/*.rental_03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.rental_03 ul li{
  width: calc((100% - 20px * 1) / 2);


  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
*/
.rental_03_in{

}

.rental_03_in dl{
    margin-bottom: 25px;

}

.rental_03_in dl dt{
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 15px;
    font-family: 'noto700';   
    
  background: linear-gradient(90deg, #006699, #0099CC);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;    
}

.rental_03_in dl dd{
    font-size: 17px;
    line-height: 160%;
    font-family: 'noto700';     
}

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




.sliderArea {
  position: relative;

 
}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 650 / 488;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}



/* slick初期化前は隠す（縦並び防止） */
.regular_2 {
  opacity: 0;
  visibility: hidden;
}

/* slick初期化完了後 */
.regular_2.is-ready {
  opacity: 1;
  visibility: visible;
  transition: opacity .15s ease;
}

/* ul / li リセット */
.sliderArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sliderArea li {
  padding: 0;
}

/* スライド間余白 */
.slick-slide {
  margin: 0 8px;
}

/* 画像のレイアウトシフト防止 */
.slick-slide img {

}

/* 透明度演出（今までの設定そのまま） */
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  
  margin: 0 15px; /* 左15px + 右15px = 30px */
}

/* 両端がはみ出ないように調整 */
.slick-list {
  margin: 0 -8px;
}

.slick-active,
.slick-current {
  opacity: 1;
}

/* 矢印 */
.slick-prev,
.slick-next {
  z-index: 1;
}

/* slick 矢印を黒にする */
.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 1; /* 既存の .75 を上書き */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #000;
}




/* 会社案内　------------------------------------------- */

.abt_01{
    margin: 0 0 60px 0;
}

.abt_01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.abt_01 ul li{
  width: calc((100% - 20px * 1) / 2);


  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}



.abt_02{
    margin: 0 0 60px 0;
}

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

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

    border-bottom: 1px solid #cccccc;
}

.abt_02 table td{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    border-bottom: 1px solid #cccccc;
}

.abt_02 table th::first-letter {
    color: #cccccc;
    margin-right: 2px;
}

.abt_02 table td a{
    color: #000000;
    text-decoration: underline;
}

.abt_02 table td a:hover{
    color: #000000;
    text-decoration:none;
}


.abt_03{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 25px;
}

.abt_04{

}



/* 車種・料金　------------------------------------------- */


.vt_tab{
    margin: 0 0 40px 0;
}

.vt_tab ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.vt_tab ul li{
  width: calc((100% - 10px * 3) / 4);
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.vt_tab ul li dl dt{
    margin-bottom: 5px;
    
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px;
    box-sizing: border-box;    
}

.vt_tab ul li dl dd{
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    font-family: 'noto500'; 
    letter-spacing: -0.02em;
}

.vt_tab ul li a{
    color: #000000;
    transition: 0.3s;
}

.vt_tab ul li a:hover{
    color: #3399CC;
}

.vt_tab ul li a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.vt_tab ul li a:hover img {
	opacity: .7;
}


.vt_01{
    margin-bottom: 30px;
}

.vt_01 table{
	width:100%;
	height:auto;
}

.vt_01 table th{

	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
    text-align: center;
	border-collapse:collapse;
    color: #FFFFFF;

    border: 1px solid #cccccc;
    
    background:#62BDCE;
}
.vt_01 table td{
	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
    text-align: center;    
	border-collapse:collapse;
    border: 1px solid #cccccc;
}

.vt_02_btm01{
    margin-bottom: 60px;

}

.vt_02{
    font-size: 15px;
    line-height: 170%;
}


.vt_02 p{
    font-size: 17px;
    line-height: 140%;
    color:#006699;    
    font-family: 'noto500';  
    margin-bottom: 5px;
}



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

.vt_04{
    margin-bottom: 40px;
}


.vt_04 dl dt p{
    font-size: 22px;
    line-height: 120%;
    font-family: 'noto700'; 
    color: #037cc9;
    margin-bottom: 5px;
}

.vt_04 dl dt{
    font-size: 28px;
    line-height: 140%;
    font-family: 'noto700';     
    margin-bottom: 20px;
}

.vt_04 dl dd{
    font-size: 15px;
    line-height: 170%;

}


.vt_04 dl dd ul li{
    float: left;
    margin-right: 30px;

    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 8px;
    margin-bottom: 10px;

}

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


.vt_05{
    margin: 0 0 60px 0;
}

.vt_05 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.vt_05 ul li{
  width: calc((100% - 15px * 1) / 2);
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}



.vt_06{
    margin-bottom: 30px;

}

.vt_06 dl dt{
    font-size: 28px;
    line-height: 140%;
    color: #037cc9;    
    font-family: 'noto700';     
    margin-bottom: 10px;
    
}

.vt_06 dl dd{
    font-size: 16px;
    line-height: 180%;
    font-family: 'noto700';     
}


.vt_07{
    background: #037cc9;
    padding: 25px 30px 30px 30px;
    box-sizing: border-box;
    margin-bottom: 60px;
    border-radius: 10px;
}

.vt_07 dl dt{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';     
    margin-bottom: 20px;

}

.vt_07 dl dd{
    background: #FFFFFF;
    padding: 25px;    
    border-radius: 10px;    
}

.vt_07 dl dd p{
    font-size: 17px;
    margin-top: 20px;
    color: #f07b7b;
    font-family: 'noto700';     
}

.vt_07 dl dd p span{
    font-size: 24px;
    margin-top: 20px;
    color: #f07b7b;
}


.vt_07 dl dd dl dt{
    background:#037cc9;
    padding: 10px 12px;
    box-sizing: border-box;
    
    font-size: 18px;
    line-height: 140%;
    text-align: center;    
    color:#FFFFFF;   
    font-family: 'noto700';     
    margin-bottom: 8px;
}

.vt_07 dl dd dl dd{
    background: #FFFFFF;
    padding: 0px;  
    margin-bottom: 30px;
    color: #000000;

}

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


.vt_08{
    background: #F3EAD9;
    padding: 30px;
    
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 50px;

}

.vt_08 ul{
    margin-bottom: 25px;

}

.vt_08 ul li{
    font-size: 16px;
    line-height: 160%;
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-bottom: 10px;

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


/* ご利用案内　------------------------------------------- */

.ug01{
    margin-bottom: 60px;

}

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

}

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










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


.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{
    position: relative;
    margin: 0px auto 100px;

}


.tp_ct001_b01{
    position: relative;
}

.tp_ct001_b02{
    position: relative;
}


.tp_ct001_in{
    position: relative;
    z-index: 100;
    padding: 0px 30px;
    box-sizing: border-box;
    max-width: 860px;
    margin: 0px auto;
}

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

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



.tp_ct002_in{
    position: relative;
    z-index: 100;
    padding: 0px 30px;
    box-sizing: border-box;
    max-width: 860px;
    margin: 0px auto;
}

.tp_ct002_in_l{
    width: 100%;
    height: auto;
    float: none;

}

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





.tp_ct001_in_tx_br01{
    border-radius: 30px;
}

.tp_ct001_in_tx_br02{
    border-radius: 30px;
}

.tp_ct001_in_tx{
    margin-top: 20px;
    height:auto;
    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: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;   
}

.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: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}


.tp_ct001_bgc_01{
    position: absolute;
    top: 70px;

    left: 0;
    right: 0;
    width: 100dvw;
    height: calc(100% - 20px);

    background: linear-gradient(90deg,rgb(145, 154, 165) 0%, rgba(20, 79, 133, 1) 100%);
    
    z-index: 1;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;      
}

.tp_ct001_bgc_02{
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100dvw;
    height: calc(100% - 20px);


    background: linear-gradient(90deg,rgba(20, 79, 133, 1) 0%, rgba(125, 149, 181, 1) 100%);
    
    z-index: 1;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;   
}


.tp_ct001_bg_img01{
	height:auto;
    width: 100%;
    aspect-ratio: 1050 / 476;
	background:url("../img/top/001_01.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-radius: 30px;
}


.tp_ct001_bg_img02{
	height:auto;
    width: 100%;
    aspect-ratio: 1050 / 476;
	background:url("../img/top/001_02.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-radius: 30px;
     
}


.tp_ct001_bg_img03{
	height:auto;
    width: 100%;
    aspect-ratio: 1050 / 476;
	background:url("../img/top/001_03.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

    border-radius: 30px;
     
}

.tp_ct001_bg_img04{
	height:auto;
    width: 100%;
    aspect-ratio: 1050 / 476;
	background:url("../img/top/001_04.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-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;
    width: 150px;
    top: 7px;
    left: 20px;
}


.h2_01{
    font-size: 22px;
    line-height: 120%;
    color: #0a9ebe;
    text-align: center;

    font-family: 'noto400'; 
  
    box-sizing: border-box;
    margin-bottom: 45px;
}


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

    color: #414242;
    
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    
    margin: 0px auto 5px auto;
}



.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{
    font-size: 20px;
    line-height: 120%;
    color:#000000;
    text-align:left;
    
    background: url("../img/common/h3.png") left 6px no-repeat;
    background-size: 15px 15px;
    padding-left: 20px;
    
    font-family: 'noto500'; 
    font-weight: normal;
    
    box-sizing: border-box;
    margin-bottom: 28px;
}





/* メインイメージ ---------------------------------------------- */


.bg_main{
	width: 100% !important;
	height:auto;
/*	background:url("../img/top/main_bg.png") center center no-repeat;*/

background-image: url("../img/top/main_bg.png");
background-repeat: no-repeat;
background-position: center calc(50% - 350px);

    background-size:contain;                  
}


.tp_main{
	width: 100%;
    height: calc(100vh - 50px);    
	background:url("../img/top/main.png") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     border-radius: 15px;     
}


.tp_main_in{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;   
}

.tp_main_in p{
    position: absolute;
    top: 80px;
    left: 20px;
    width: 160px;
}




.pg_main{

	width: 100%;
    height:200px;  
	background:url("../img/top/page_main.png") top center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     border-radius: 15px;
}

.pg_main_in{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;   
}

.pg_main_in p{
    position: absolute;
    top: 0px;
    left: 10px;
    width: 150px;    
}



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

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


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


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


    transition: 0.3s ease-in-out;
    position: relative;
}

.button01 a{
    display: block;
	width:200px;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;
    padding-bottom: 1px;

    background:#f6637c;

	border: 1px solid #f6637c;
     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:12px;     /* CSS3 */   

}


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

.button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  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: 0.8rem;
}


/* トップ　------------------------------------------- */

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

.tp_rt01_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 15px;
}

.tp_rt01_r{
    max-width: 300px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
}

.tp_rt01_l dl dt{
    font-size: 25px;
    line-height: 130%;
    color: #1b438d;
    font-family: 'noto700';
    
    margin-bottom: 15px;
    letter-spacing: -0.03em;
}

.tp_rt01_l dl dd{
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700'; 
}



.tp_rt01_l dl dt span::before {
	content: "" ;
	white-space: none ;
}

.tp_rt01_l dl dd span::before {
	content: "" ;
	white-space: none ;
}






.rental_scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

/* Chrome / Edge / Safari */
.rental_scroll::-webkit-scrollbar {
  height: 16px;
}

.rental_scroll::-webkit-scrollbar-track {
  background: #d9eaf2;
  border-radius: 20px;
}

.rental_scroll::-webkit-scrollbar-thumb {
  background: #003366;
  border-radius: 20px;
  border: 3px solid #d9eaf2;
}

.rental_scroll::-webkit-scrollbar-thumb:hover {
  background: #006699;
}

/* Firefox */
.rental_scroll {
  scrollbar-width: auto;
  scrollbar-color: #003366 #d9eaf2;
}




.rental_00{
    max-width: 100px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}



.rental_01 {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
}




/*.rental_scroll {
  width: 100%;
  overflow-x: auto;
}

.rental_01 {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}*/

.rental_01 th,
.rental_01 td {
  font-size: 13px;
  padding: 5px 2px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.rental_01 th {
  color: #fff;
  background-color: #003366;
  font-family: 'noto500';     
}

.rental_01 td {
  background-color: #fff;
}

.car_img {
  width: 130px;
}

.car_img img {
  width: 100%;
  max-width: 110px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.class_col {
  width: 65px;
}

.car_type_col {
  width: 100px;
}

.price_cell {
  width: calc((100% - 130px - 65px - 100px) / 5);
  text-align: center;
  vertical-align: middle;
}

.price_cell .rentallist,
.price_cell .price_color {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rentallist {

  width: 100%;
  max-width: 100px;
  margin: 0 0 3px;
  background: #006699;
  color: #fff;
  padding: 1px 1px;
  font-size: 11px;
  box-sizing: border-box;
}

.price_color {
  color: #0099cc;

  font-size: 16px;
  font-family: 'noto700';   
}



.rental_02_btm01{
    margin: 10px auto 30px auto !important;
}


.rental_02{
    font-size: 13px;
    line-height: 150%;
    margin: 10px auto 0px auto;
}





.rental_03{
  margin-bottom: 50px;
  padding-bottom:50px;
  position: relative;
}

.rental_03::before {
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 100%;
    height: 10px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 4px, #b3ddb5 4px 8px);
    content: '';
    z-index: -1;
}

.rental_03_l{
    width: 100%;
    height: auto;
    float: none;

}


.rental_03_r{
    max-width: 280px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 25px auto;
}



.rental_04{
  margin-bottom: 50px;
  padding-bottom:50px;
  position: relative;
}

.rental_04::before {
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 100%;
    height: 10px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 4px, #b3ddb5 4px 8px);
    content: '';
    z-index: -1;
}

.rental_04_l{
    max-width: 280px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 25px auto;    
}


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

/*.rental_03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.rental_03 ul li{
  width: calc((100% - 20px * 1) / 2);


  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
*/
.rental_03_in{

}

.rental_03_in dl{
    margin-bottom: 25px;

}

.rental_03_in dl dt{
    font-size: 21px;
    line-height: 130%;
    margin-bottom: 10px;
    font-family: 'noto700';   
    
  background: linear-gradient(90deg, #006699, #0099CC);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;    
}

.rental_03_in dl dd{
    font-size: 15px;
    line-height: 160%;
    font-family: 'noto700';     
}

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


.sliderArea {
  position: relative;


}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translateY(-50%);
}
.slick-slide img {

}



/* slick初期化前は隠す（縦並び防止） */
.regular_2 {
  opacity: 0;
  visibility: hidden;
}

/* slick初期化完了後 */
.regular_2.is-ready {
  opacity: 1;
  visibility: visible;
  transition: opacity .15s ease;
}

/* ul / li リセット */
.sliderArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sliderArea li {
  padding: 0;
}

/* スライド間余白 */
.slick-slide {
  margin: 0 8px;
}

/* 画像のレイアウトシフト防止 */
.slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 650 / 488;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* 透明度演出（今までの設定そのまま） */
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  
  margin: 0 8px; /* 左15px + 右15px = 30px */
}

/* 両端がはみ出ないように調整 */
.slick-list {
  margin: 0 -8px;
}

.slick-active,
.slick-current {
  opacity: 1;
}

/* 矢印 */
.slick-prev,
.slick-next {
  z-index: 1;
}

/* slick 矢印を黒にする */
.slick-prev:before,
.slick-next:before {
  color: #000;
  opacity: 1; /* 既存の .75 を上書き */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #000;
}







/* 会社案内　------------------------------------------- */

.abt_01{
    margin: 0 0 50px 0;
}

.abt_01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.abt_01 ul li{
  width: calc((100% - 20px * 1) / 2);


  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}





.abt_02{
    margin: 0 0 50px 0;
}

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

.abt_02 table th{
	width:120px;
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

    border-bottom: 1px solid #cccccc;
}

.abt_02 table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    border-bottom: 1px solid #cccccc;
}

.abt_02 table th::first-letter {
    color: #cccccc;
    margin-right: 1px;
}

.abt_02 table td a{
    color: #000000;
    text-decoration: underline;
}

.abt_02 table td a:hover{
    color: #000000;
    text-decoration:none;
}


.abt_03{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 25px;
}

.abt_04{

}



/* 車種・料金　------------------------------------------- */


.vt_tab{
    margin: 0 0 30px 0;
}

.vt_tab ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.vt_tab ul li{
  width: calc((100% - 10px * 1) / 2);
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.vt_tab ul li dl dt{
    margin-bottom: 5px;
    
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px;
    box-sizing: border-box;       
}

.vt_tab ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    font-family: 'noto500'; 
    letter-spacing: -0.02em;
}

.vt_tab ul li a{
    color: #000000;
    transition: 0.3s;
}

.vt_tab ul li a:hover{
    color: #3399CC;
}

.vt_tab ul li a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.vt_tab ul li a:hover img {
	opacity: .7;
}







.vt_01{
    margin-bottom: 25px;
}

.vt_01 table{
	width:100%;
	height:auto;
}

.vt_01 table th{

	padding:8px 5px 8px 5px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;
    color: #FFFFFF;

    border: 1px solid #cccccc;
    
    background:#62BDCE;
}

.vt_01 table td{
	padding:8px 5px 8px 5px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
    text-align:left;
	border-collapse:collapse;
    border: 1px solid #cccccc;
}

.vt_02_btm01{
    margin-bottom: 50px;

}


.vt_02{
    font-size: 14px;
    line-height: 160%;
}


.vt_02 p{
    font-size: 16px;
    line-height: 140%;
    color:#006699;    
    font-family: 'noto500';  
    margin-bottom: 5px;
}




.vt_03{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 45px;
}

.vt_04{
    margin-bottom: 30px;
}



.vt_04 dl dt p{
    font-size: 17px;
    line-height: 120%;
    font-family: 'noto700'; 
    color: #037cc9;
    margin-bottom: 5px;
}


.vt_04 dl dt{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto700';     
    margin-bottom: 15px;
}

.vt_04 dl dd{
    font-size: 14px;
    line-height: 150%;

}


.vt_04 dl dd ul li{
    float: left;
    margin-right: 25px;

    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 7px;
    margin-bottom: 10px;

}

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



.vt_05{
    margin: 0 0 50px 0;
}

.vt_05 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.vt_05 ul li{
  width: calc((100% - 10px * 1) / 2);
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}




.vt_06{
    margin-bottom: 25px;

}

.vt_06 dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #037cc9;    
    font-family: 'noto700';     
    margin-bottom: 10px;
    
}

.vt_06 dl dd{
    font-size: 15px;
    line-height: 170%;
    font-family: 'noto500';     
}


.vt_07{
    background: #037cc9;
    padding: 25px 20px 30px 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
    border-radius: 10px;
}

.vt_07 dl dt{
    font-size: 15px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';     
    margin-bottom: 15px;

}

.vt_07 dl dd{
    background: #FFFFFF;
    padding: 15px;    
    border-radius: 10px;    
}

.vt_07 dl dd p{
    font-size: 14px;
    margin-top: 15px;
    color: #f07b7b;
    font-family: 'noto700';     
}

.vt_07 dl dd p span{
    font-size: 17px;
    margin-top: 20px;
    color: #f07b7b;
}


.vt_07 dl dd dl dt{
    background:#037cc9;
    padding: 6px 10px;
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 140%;
    text-align: center;    
    color:#FFFFFF;   
    font-family: 'noto500';     
    margin-bottom: 8px;
}

.vt_07 dl dd dl dd{
    background: #FFFFFF;
    padding: 0px;  
    margin-bottom: 30px;
    color: #000000;

}

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

.vt_08{
    background: #F3EAD9;
    padding: 20px;
    
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 40px;

}

.vt_08 ul{
    margin-bottom: 15px;

}

.vt_08 ul li{
    font-size: 15px;
    line-height: 160%;
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 8px;
    margin-bottom: 5px;

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


/* ご利用案内　------------------------------------------- */

.ug01{
    margin-bottom: 50px;

}

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

}

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


















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


.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{
    position: relative;
    margin: 0px auto 80px;

}


.tp_ct001_b01{
    position: relative;
   
}

.tp_ct001_b02{
    position: relative;
  
}


.tp_ct001_in{
    position: relative;
    z-index: 100;
    padding: 0px 20px;
    box-sizing: border-box;

    max-width: 860px;
    margin: 0px auto;
}

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

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



.tp_ct002_in{
    position: relative;
    z-index: 100;
    padding: 0px 20px;
    box-sizing: border-box;

    max-width: 860px;
    margin: 0px auto;
}

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

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





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

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

.tp_ct001_in_tx_br02{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;

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




.tp_ct001_in_tx{
    margin-top: 20px;
    height: auto;
    background: #f9f9f9;
    padding: 30px 20px 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: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}

.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: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;    
}


.tp_ct001_bgc_01{
    position: absolute;
    top: 40px;

    left: 0;
    right: 0;

    width: 100dvw;

    height: calc(100% - 20px);


    background: linear-gradient(90deg,rgb(145, 154, 165) 0%, rgba(20, 79, 133, 1) 100%);
    
    z-index: 1;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;  
}

.tp_ct001_bgc_02{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;

    width: 100dvw;

    height: calc(100% - 20px);

    background: linear-gradient(90deg,rgba(20, 79, 133, 1) 0%, rgba(125, 149, 181, 1) 100%);
    
    z-index: 1;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;  
}


.tp_ct001_bg_img01{
	height:auto;
    width: 100%;
    aspect-ratio: 1050 / 476;
	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: 15px;
    border-bottom-right-radius: 15px;

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


.tp_ct001_bg_img02{
	height:auto;
    width: 100%;
    aspect-ratio: 1050 / 476;
	background:url("../img/top/001_02.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;

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


.tp_ct001_bg_img03{
	height:auto;
    width: 100%;
    aspect-ratio: 1050 / 476;
	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: 15px;
    border-bottom-right-radius: 15px;

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

.tp_ct001_bg_img04{
	height:auto;
    width: 100%;
    aspect-ratio: 1050 / 476;
	background:url("../img/top/001_04.png")  center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;

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






















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


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






}


