

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




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


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

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

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

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

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





html {

    font-family: 'noto400';
}

*:first-child + html body {

    font-family: 'noto400';
}

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

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

}

body a:focus{
	outline:none;
}



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


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

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

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

.slicknav_menu {
	display:none;
}

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

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


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
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;
}




/*gnav*/




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





#g-nav-list{
position: absolute;
right:50px;
top: 70px;
}


#g-nav-list ul{


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

    box-sizing: border-box;
}


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

}

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

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

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

}

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

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

#g-nav-list ul li a:hover{
    color: #4fafc9;
}


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

/*


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

*/


.gnav_on{
    color: #4fafc9 !important;

}


  
  







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

/*リンクを右下に固定*/
.page-top {
    width: 110px;
    height:110px;
    height: auto;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;

}

	
.page-top img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.page-top:hover img {
	opacity: .8;
}




/* 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);
    }
}



	
}

