@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body {
	font-family:"NotoSansCJKjp",'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#3e3a3a;
	font-size:15px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
  background-color: rgba(209, 203, 196, 0.5);
}
a {
	color: #1c4872;
	text-decoration: none;
}
a:hover {
	color:#163a5b;
}
::selection{
	background-color:rgba(22,58,91,0.40);
}
::-moz-selection{
	background-color:rgba(22,58,91,0.40);
}

body,
#mainvisual .inner,
header,
footer{
	min-width:1280px;
}

.sponly{
	display: none;
}

.anchor{
	display: block;
	margin-top: -120px;
	padding-top: 120px;
}
*[id*="sec"] {
  margin-top: -120px !important;
  padding-top: 120px !important;
}
em.mini,
span.mini{
	font-size: 70%;
}
.features_list dt.minitit{
	font-size: 19px;
}


/*============================================================================

	header

============================================================================*/

header {
  position: absolute;
  left: 0;
	width:100%;
/*	height:210px;*/
  margin: -22px auto 0;
  background-color: #fff;
/*  color: #fff;*/
  z-index: 9999999;
}
header .inner{
  max-width: 1600px;
  margin: auto;
}
/* ロゴ */
header h1,
header h1 img{
	/*width: 410px;*/
	/*width: 380px;*/
	width: 490px;
	height: auto;
/*	margin-left: 11px;*/
	padding-top: 4px;
}

.header_right{
  margin-right: 27px;
/*  pointer-events: none;*/
	display: flex;
	justify-content: space-between;
}
.header_bengoshi{
	margin-left:/*30px;*/15px;
	margin-right: 15px;
}
.header_bengoshi p{
	margin-top:2px;
	font-size: 11px;
	border:3px double orange;
	text-align: center;
	width:255px;
}
.header_right_top{
  display: flex;
	display: -ms-flex;
  justify-content: flex-end;
  justify-content: -ms-flex-end;
  margin-bottom: 20px;
  height: 100%;
}
/* 住所 */
.header_address img{
  position: relative;
  top: -5px;
  width: 11px;
	height: 18px;
  margin-right: 8px;
}
.header_address {
    /* margin-right: 26px; */
    /*margin-top: 12px;*/
    margin-top: 7px;
    letter-spacing: 0.04em;
    font-size: 14px;
    text-align: center;
}

/* ご予約・お問合せ */
.header_right_top a{
  width: 480px;
	/*height: 69px;*/
  display: block;
}

.header_right_top a:hover{
  pointer-events:painted;
}
.header_tel{
  display: flex;
	display: -ms-flex;
  align-items: center;
  align-items: -ms-center;
  justify-content: center;
  height: 60%;
	background-color: rgba(17, 73, 126, 0.5);
	color: #ffffff;
	font-size: 32px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
  transition: ease-in-out 0.3s;
}

.tel_word {
  position: relative;
  top: 2px;
  padding-right: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  box-sizing: border-box;
  letter-spacing: 0.12em;
  font-style: normal;
}

.tel_word span{
  padding-top: 4px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header_tel:hover{
 background-color: rgba(17, 73, 126, 0.8);
  transition: ease-in-out 0.3s;
}

.header_tel img{
  width: 17px;
  height: 33px;
  margin-right: 16px;
}
/*注意書き*/
.bnr_caution{
  margin-top: 2px;
  font-size: 12px;
  text-align: center;
  color: #163a5b;
  background: #fff;
  border: 3px double rgba(17, 73, 126, 0.5);
}
/* スクロールで追加されるクラス */
.fixed{
	position:fixed;
	top:0;
	left:0;
  width: calc(100% + 32px);
  max-width: 100%;
  z-index: 999999;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 0px;
  background-color: #fff;
  height: auto;
}

.header_left, .fixed h1, .fixed h1 img{
  /*width: 260px;*/
  height: 50px;
  padding-top: 1px;
  filter:none;
	margin-left:20px;
}


.fixed .header_right_top{
  display: none;
}

.fixed .header_right{
  padding-top: 6px;
}

.fixed nav li a em{
  padding-top: 0;
  color: #4077AB;
}

.fixed nav li a:hover em, .fixed nav li.active2 a{
  color: #7D9FC0;
}

.fixed nav li a em a:hover{
  color: #CBDAE8;
}
.fixed nav li a{
  padding-bottom: 6px;
  color: #1c4872;
  text-shadow: none;
}



/*============================================================================

	nav

============================================================================*/

nav {
  max-width: 1600px;
	display: flex;
  display: -ms-flex;
  align-content: center;
	margin: 0 auto;
}
nav ul{
	margin: 5px auto 0;
	height: inherit;
	display: flex;
  /*min-width: 1400px;*/
	align-items: center;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	/*padding: 0px 3px 8px 3px;*/
	/*padding: 0px 20px 8px 20px;*/
	/*padding: 0px 12px 8px 12px;*/
	/*padding: 0px 8px 8px 8px;*/
	padding: 0px 4px 8px 4px;
	vertical-align:middle;
	text-align:center;
  letter-spacing: 0.02em;
  font-family: "Sawarabi Mincho";
  color: #1c4872;
	font-size: 15px;
	line-height: 1.4;
/*	text-shadow: 0px 0px 26.68px rgba(0, 0, 0, 0.2);*/
}

nav li:last-child a{
  padding-right: 0;
}
nav li a:hover,
nav li.active2 a{
	color:#89a4be;
}
nav li a span{
	
}

nav li a em{
  position:relative;
  display: block;
  padding-top: 8px;
  font-family: 'Crimson Text', serif;
  color: #89a4be;
	/*font-size: 11px;*/
	font-size: 12px;
	font-weight: 400;
/*	text-shadow: 0px 0px 26.68px rgba(0, 0, 0, 0.2);*/
}

nav li a em:hover,
nav li.active2 a em{
	color:#A8C4DF;
}


/* ホバーのボーダー */
nav li a em::before{
  position: absolute;
	left: 0;
	right:0;
	bottom: -7px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #fff;
	transition: 0.15s  ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
nav li a:hover em::before,
nav li.active2 a em::before{
	transform: scaleX(1);
}

/* ホバーで出てくるメニュー */

nav ul li div {
	position: absolute;
	display:none;
	width:164%;
	top: 100%;
	left:0%;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);

}
nav ul li div a{
	display:block;
	position:relative;
	padding: 13px 20px 13px 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height:1.4;
	text-align:left;
	font-size:13px;
  color: #0b57a0!important;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: rgba(17, 73, 126, 0.85);
  color: #fff!important;
}

/* 矢印 */
.nav_arrow{
}
.nav_arrow img{
	display:block;
	position:absolute;
	top:0;
	right:5%;
	bottom:0;
	margin:auto;
	transition:0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img{
	right:3%;
}



/*============================================================================

	#mainvisual

============================================================================*/

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

.mainvisual_wrap{
  position: relative;
}
.mainvisual_box{
  position: relative;
  background: url(../images/mainvisual_under.png);
  background-size: cover;
  padding: 8px 8px 0 8px;
}

#mainvisual{
	display:block;
	position:relative;
	height: /*390px;*/440px;
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1080px;
  min-width: calc( 100% - 42px);
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h2{
	position:relative;
}

.mainvisual_boder01{
  height: 100%;
  border-top: 2px solid #1c4872;
  border-right: 2px solid #1c4872;
  border-left: 2px solid #1c4872;
}

.mainvisual_border02{
  height: 100%;
  margin: 10px 10px 0px 10px;
  border-top: 2px solid #1c4872;
  border-right: 2px solid #1c4872;
  border-left: 2px solid #1c4872;
}

.scroll{
  position: absolute;
  left: 35px;
  bottom: 25px;
   -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 12.92px;
  font-family: 'Crimson Text', serif;
  line-height: 1;
  z-index: 1;
}

.scroll img{
  display: inline-block;
  animation: scrollarrow 2.5s ease-out forwards infinite;
}

.scroll p{
  margin-left: -8px;
  letter-spacing: 0.12em;
}

@keyframes scrollarrow {
    0 {
        transform:translateY(0)
    }

    70% {
        transform:translateY(10px)
    }
  
    100% {
        transform:translateY(0px)
    }
}


/* よりよい在宅バナー */
.mainvisual_bnr_outer{
	width: 1280px;
	position: relative;
	margin: 0 auto;
}
.mainvisual_bnr{
	position: absolute;
    display: flex;
	flex-wrap: wrap;
	justify-content: /*space-between;*/center;
	top: 710px;
	/*top: 640px;*/
	/*left: 0;*/
	z-index: 9999;
	width: 100%;
	/*width: 760px;*/
	left: 50%;
	transform: translate(-50%, 0%);
}
.mainvisual_bnr img{
	width:100%;
	height:auto;
}
.mainvisual_bnr a{
	/*width: 19%;*/
	width: 24%;
    /*width: 32%;*/
	display: block;
    margin: 0.5%;
	margin-bottom: 5px;
}

/* 講演バナー */
.mainvisual_bnr2{
	position: absolute;
	bottom: -790px;
	left: 0;
	z-index: 9999;
}

.mainvisual_bnr3{
	position: absolute;
	top: 523px;
	left: 0;
	z-index: 9999;
}



/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
	/*top:235px;*/
	top:285px;
	right: 0;
	left: 0;
	text-align: center;
}
.mainvisual_catch h2{
}
.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}
.mainvisual_open{
	position:absolute;
	bottom: 47px;
  right: 13px;
	width: 495px;
  opacity: 0;
  animation: fadein 3s 1.5s forwards;
}
.mainvisual_open img{
	width:100%;
}

.mainvisual_banner{
  position: absolute;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  bottom: 115px;
  left: -0.5%;
  padding: 14px 20px;
  background: url(../images/skin_banner_bg.png) no-repeat 60px -140px;
  background-color: #163a5b;
  border-radius: 8px;
  border: solid 2px #285884;
}

.mainvisual_banner span.banner_tit{
  display: block;
  /*padding-bottom: 12px;*/
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: 'Crimson Text', serif;
  letter-spacing: 0.12em;
  line-height: 1;
}

.mainvisual_banner a{
  color: #fff;
  letter-spacing: 0.0;
  font-family: "Sawarabi Mincho";
}

.mainvisual_cover{
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 0;
}


.bnr_company{
    position: absolute;
    bottom: 100px;
    right: -27px;/*-10px*/
    width: 710px;
}

.bnr_company img{
	width: 100%;
	border-radius: 10px;
}
.bnr_company ul li {
	width: 350px;
	display: inline-block;
}
.bnr_antiaging.pc{
	position: absolute;
	top: 188px;
	right: 0;
	width: 350px;
}

.bnr_antiaging.sp {
	position: absolute;
	top: 143px;/*200*/
	right: -22px;/*-7px*/
	width: 350px; 
}
.bnr_antiaging.pc img,
.bnr_antiaging.sp img {
	width: 100%;
	border-radius: 10px;
}

/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
  padding-top: /*180px;*/220px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
  text-shadow: 0px 0px 26.68px rgba(0, 0, 0, 0.2);
}
.mainvisual_headline h2{
	font-size: 27px;
	color: #fff;
  font-family: "Sawarabi Mincho";
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #adcbe8;
  font-family: 'Crimson Text', serif;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after{
	position: relative;
	content:"-";
}
.mainvisual_headline p::before{
	left:-0.5em;
}
.mainvisual_headline p::after{
	right:-0.5em;
}

/* 背景変更用 */
#mainvisual.bg01{
	background-image:url(../images/main_bg01.png);
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg02{
	background-image:url(../images/main_bg02.png) ;
	background-position: center 0%;
	background-size: cover;
	
}
#mainvisual.bg03{
	background-image:url(../images/main_bg03.png) ;
	background-position: center 0%;
	background-size: cover;
}
#mainvisual.bg04{
	background-image:url(../images/main_bg04.png) ;
	background-position: center 0%;
	background-size: auto;
}
#mainvisual.bg05{
	background-image:url(../images/main_bg05.png);
	background-position: center 0%;
	background-size: cover;
}






/*==================================================================

	#contents

==================================================================*/ 

main{
	display:block;
}
#container{
	padding-top:0px;
	padding-bottom:0px;
}

#contents{
	position:relative;
	width:1080px;
	margin:0 auto;
  padding-top: 120px;
	padding-bottom: 100px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}

.contents_pt{
  padding-top: 80px;
}



#contents_left{
	float:left;
	width:720px;
}
#contents_right{
	float:right;
	width:280px;
	font-size:15px;
	line-height:1.6;
}
.right_medical h3{
	text-align:center;
}
.right_medical h3 a{
	display:block;
	padding:7px 0;
	background-color:#262e7c;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition:0.1s ease-in-out;
}
.right_medical h3 a:hover{
	background-color:#e0d6ce;
	color:#1F2774;
}
.right_medical ul{
	padding:10px;
	background-color:#f0f0f0;
}
.right_medical li{
	margin-bottom:15px;
}
.right_medical li:last-child{
	margin-bottom:0;
}
.right_medical img{
	width:100%;
}







/*============================================================================

	$footer

============================================================================*/

footer {
	position:relative;
	width:100%;
  background-color: #163a5b;
}

.footer_info{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  width: 1080px;
  margin: auto;
  padding-top: 82px;
  padding-bottom: 24px;
}

.footer_info_logo,.footer_info_logo img{
  width: 331px;
	height: 60px;
  text-align: center;
  margin: 0 auto 38px;
}


/* フッターの医院概要 */

/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	width:500px;
  margin-bottom: 40px;
	font-size:14px;
  color: #07569f;
}
.schedule table{
	width:100%;
	background: #fff;
}
.schedule table tr:first-child td{
	color:#07569f;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
  color: #fff;
  font-size: 16px;
}
.schedule_note li{
	display:block;
	margin-right:2em;	
}

.footer_overview dl{
  display: flex;
	display: -ms-flex;
  margin-bottom: 28px;
  color: #fff;
  font-size: 14px;
  line-height: 1.22;
}

.footer_overview dt{
  width: 72px;
	height: 24px;
  margin-right: 12px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.18em;
}

.footer_overview dd{
  letter-spacing: 0.18em;
}

.footer_overview dl:last-child dd{
  line-height: 24px;
}

.footer_right{
  position: relative;
}

.footer_map{
  text-align: center;
}

.footer_tel_note{
	width: 507px;
	color: #fff;
	margin: 10px 0;
	line-height: 1.7;
	font-size: 14px;
}

.footer_tel{
  display: inline-flex;
  display: -ms-inline-flex;
  justify-content: space-between;
	justify-content: -ms-space-between;
  width: 507px;
	height: 85px/*64px*/;
  padding: 0 36px;
  box-sizing: border-box;
  background: url(../images/footer_tel_bg.png) top right no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  transition:ease-in-out 0.3s ;
}

.footer_tel:hover{
  background-color: rgba(255, 255, 255, 0.4);
  transition:ease-in-out 0.3s ;
}

.footer_tel p:first-child{
  position: relative;
  top: 18px;
  color: #163a5b;
	font-size: 14px;
	font-weight: 400;
  line-height: 1.2;
  box-sizing: border-box;
}
.footer_tel p:first-child span{
  display: block;
  color: #a543a3;
	font-size: 16px;
	font-weight: 500;
}

.footer_tel p:last-child{
  color: #163a5b;
	font-size: 32px;
	font-style: italic;
  font-family: 'Crimson Text', serif;
  letter-spacing: 0.16em;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
}

.footer_tel img{
  position: relative;
  top: -1px;
  right: 10px;
  width: 16px;
	height: 30px;
}

@-moz-document url-prefix() {
.footer_tel p:last-child {
padding-top: 8px;
}
  
  .footer_tel img{
    top: -5px;
  }
}

.footer_cards{
	width: 507px;
    padding: 14px 36px 9px;
	margin-top: 8px;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}
.footer_cards p{
	font-size: 10px;
	letter-spacing: 0px;
}
/* ページトップ */

.pagetop,
.pagetop img{
	width:117px;
	height:54px;
}
.pagetop{
	position:absolute;
  right: 0;
  bottom: -80px;
	cursor:pointer;
	
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0; 
	transition:0.5s ease-in-out;
}
.pagetop:hover img{
	top:-5px;
	padding-bottom:5px;
	transform: rotatex(360deg);
}

/* コピーライト */
.copy{
  position: relativere;
  background: url(../images/copyright_bg.png) no-repeat;
  background-size: cover;
  height: 89px;
	text-align: center;
}
.copy small{
  position: relative;
  top: 40px;
	line-height:1;
	letter-spacing: 0.12em;
  color: #163a5b;
	font-size: 14px;
	font-weight: 400;
  font-family: 'Crimson Text', serif;
}

/*20230529修正*/
	.schedule {
		background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 25px;
	}
	.schedule dl{
		display: flex;
    width: 100%;
    flex-wrap: wrap;
    color: #1a3b5a;
	}
	.schedule dl dt{
		width: 20%;
	}
	.schedule dl dd{
		width: 80%;
	}
	.schedule p {
		margin-left: 0px;
    color: #1a3b5a;
		font-size: 14px;
	}









/*==================================================================

	タイトル

==================================================================*/

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 80px;
	color: #0b57a0;
	font-size: 14px;
	font-weight: 400;
  text-align: center;
/*  font-family: 'Allura', cursive;*/
  font-family: 'Crimson Text', serif;
  letter-spacing: 0.18em;
  line-height: 1;

}


/* 日本語 */
h3.tit01 span{
	display:block;
	position:relative;
  padding-bottom: 16px;
	color: #775e4a;
	font-size: 24px;
  font-family: "Sawarabi Mincho";
}

.top_doctor h3.tit01 {
	text-shadow: 0 0 2px #ccc, 0 0 5px #ccc, 0 0 20px #ccc;
}

.top_doctor h3.tit01 span{
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 30px #fff;
}



/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #1F2774;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.4;
	text-align: left;
}
h3.tit02::before{
	position: absolute;
	width: 40px;
	height: 62px;
	top:0;
	bottom: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit02_bg.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size:cover;
	z-index: -1;
	content: "";
}
/* アイコンの余白 */
h3.tit02 i{
	margin-right:7px;
}
/* 飾りの英語 */
h3.tit02 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	z-index:2;
}
h3.tit02 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h4.tit01 {
	position: relative;
	margin-bottom: 18px;
  margin-left: 22px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #284866;
	font-size: 20px;
	font-family: "Sawarabi Mincho";
	text-align:left;
  z-index: 2;
}

h4.tit01 span{
	font-size: 75%;
}

h4.tit01 span.under{
	background:linear-gradient(transparent 70%, yellow 70%);
	font-size:100%;
}

h4.tit01::before{
  position: absolute;
  top: -5px;
  left: -22px;
	background: url(../images/h4_tit01_bg02.svg) no-repeat;
  width: 48px;
  height: 38px;
	content:"";
  z-index: -1;
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #0b57a0;
	font-size: 18px;
  font-family: "Sawarabi Mincho";
}


h5.tit03{
	position: relative;
	margin: 15px 0 5px 0;
	letter-spacing:0.1em;
	color: #fff;
	font-size: 18px;
	border-bottom:#B8C1CF solid 1px;
}



/*==================================================================

	共通

==================================================================*/

/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}

.list01 li{
  position: relative;
  margin-left: 16px;
}

.list01 li::before{
  display: block;
	position: absolute;
	top: 9px;
	left: -12px;
	width: 2px;
	height: 2px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	content: '';
}

/*院長略歴　年月無し*/
.list02 {
  position: relative;
	border-width: 0 1px 1px;
  background: #fff;
  padding: 20px 30px 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

ul.list02::after{
  border: 2px solid rgba(209, 203, 196, 0.5);
  content: "";
  width:calc(100% - 16px);
  height: calc(100% - 16px);
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0px;
  left: 2px;
  right: 0px;
  margin: 4px;
  z-index: 1;
  pointer-events: none;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 12px 4px 12px 0;
	border-bottom: 1px dotted #ddd;
}

.list02 li span{
  position: relative;
  top: 2px;
  padding-right: 12px;
  color: #0b57a0;
  font-family: 'Crimson Text', serif;
  font-size: 24px;
  line-height: 1;
}

.list02 li span.no_number{
  font-size: 16px;
}
.list02 li span::after{
  display: none;
}



.list02 li dt{
  color: #0b57a0;
  font-size:15px;
  font-weight:bold;
  margin-top:10px;
}

.online_flow li {
	    padding-left: 2.5em;
    text-indent: -2.5em;
}

/*まる*/
.bgnone{
	background:none!important;
	margin: 0 0 15px 0!important;
	padding: 0!important;
}

.list03{
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin: 15px 0 40px;
}
.list03 li{
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.list03 li:last-child{
	margin-bottom:0;
}
.list03 li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #163a5b;
	border: 1px solid #163a5b;
	border-radius: 100%;
	content: '';
}
.list03 li i{
	margin-right:8px;
}
.list03.m28 li{
	text-indent: -1em;
	padding-left: 1em;
}
.list03.m28 li:before{
	display: none;
}

/*さんかく*/
.list04 li{
	position: relative;
	margin-bottom:15px;
	padding-left:22px;
	color:#223a70;
}
.list04 li:before{
	position:absolute;
	top:0.5em;
	left:7px;
	width: 0;
	height: 0;
	border:5px solid transparent;
	border-left: 5px solid #4A577F;
	content:"";
}

/*やじるし*/
.list05 li{
	position:relative;
	margin-bottom: 10px;
	line-height:1;
	padding-left:15px;
}
.list05 li:before{
	position:absolute;
	left:0;
	top:0.3em;
	height:5px;
	width:5px;
	transform:rotate(45deg);
	background-color: transparent;
	border-top:1px solid #333;
	border-right:1px solid #333;
	content:"";
}

/* まる & 背景 */
.list06{
	margin-bottom: 30px;
	padding:35px 15px 25px 45px;
	background-color:#f7f7f7;
}
.list06:after {
	display: block;
	clear: both;
	content: "";
}
.list06 li{
	position:relative;
	float:left;
	margin-bottom:15px;
	padding-left:0.9em;
	padding-right:5%;
	
}
.list06 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #163a5b;
	border: 1px solid #163a5b;
	border-radius: 100%;
}

/*まる & 枠 */
.list07{
	border: 3px solid #eee;
	padding: 30px ;
	font-size:14.5px;
}
.list07 li{
	padding-left:0.9em;
	margin-bottom:10px;
	position:relative;
}
.list07 li:last-child{
	margin-bottom:0;
}
.list07 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #E0D0BF;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
}
.list07 li i{
	margin-right:8px;
}

/*チェック*/
.list08{
	margin-bottom:30px;
	padding:35px 10px 20px 45px;
	background-color:#fff;
}
.list08:after{
	display: block;
	clear: both;
	content: "";
}
.list08 li{
	position:relative;
	float:left;
	margin-right: 5%;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list08 li:before{
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image:url(../images/check.svg);
	background-repeat:no-repeat;
	background-position:left center;
	content: '';
}


.list09{
   margin-top: 8px;
}
.list09:after {
	display: block;
	clear: both;
	content: "";
}
.list09 li{
	position:relative;
	margin-bottom:0px;
  	padding: 0;
  	padding-bottom: 6px;
	padding-left:38px;
  	border-bottom: none;
}



/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:12px 70px 8px 34px;
  background-color: #31281e;
	line-height:1;
	border:1px solid #fff;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align:center;
	transition:ease-in-out 0.3s ;
}
.btn01 a::after{
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/arrow02.png) no-repeat;
  width: 23px;
  height: 6px;
  content: "";
	transition:ease-in-out 0.3s ;
}
.btn01 a:hover{
	color:#fff;
	background-color: rgba(49,40,30,0.50);
  transition:ease-in-out 0.3s ;
}

.btn01 a:hover::after{
	right:14px;
  transition:ease-in-out 0.3s ;
}




/*ボタン ゴースト*/
.btn02{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn02 a{
	display:inline-block;
	position:relative;
	padding:12px 70px 8px 34px;
  background-color: #1a4164;
	line-height:1;
	border:1px solid #fff;
	color: #ffffff;
	font-weight: 400;
	text-align:center;
	transition:ease-in-out 0.3s ;
}
.btn02 a::after{
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/arrow02.png) no-repeat;
  width: 23px;
  height: 6px;
  content: "";
	transition:ease-in-out 0.3s ;
}
.btn02 a:hover{
	color:#fff;
	background-color: rgba(26,65,100,0.5);
  transition:ease-in-out 0.3s ;
}

.btn02 a:hover::after{
	right:14px;
  transition:ease-in-out 0.3s ;
}


.btn03{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn03 a{
	display:inline-block;
	position:relative;
	padding: 14px 32px 10px;
  background-color: #305476;
	line-height:1;
	border:1px solid #fff;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align:center;
	transition:ease-in-out 0.3s ;
}

.btn03 a:hover{
	color:#fff;
	background-color: rgba(26,65,100,0.5);
  transition:ease-in-out 0.3s ;
}

.btn04{
  width: 323px;
	height: 53px;
  margin: 24px auto 32px;
  font-size: 17px;
  font-family: "Sawarabi Mincho";
  border: 1px solid #fff;
  text-align: center;
  line-height: 53px;
  letter-spacing: 0.12em;
  transition:ease-in-out 0.3s ;
}

.btn04 a{
  color: #fff;
}
.btn04 img{
  position: relative;
  top: -14px;
  width: 16px;
  margin-right: 14px;
  height: 25px;
}

.btn04:hover{
  background-color: rgba(22,58,91,0.7);
  transition:ease-in-out 0.3s ;
}

.btn_jp a{
  font-family: "Sawarabi Mincho";
  font-size: 16px;
  padding: 17px 70px 17px 34px;
}
.medical46_btnbox .btn02 a{
	    padding: 17px 70px 16px 34px;
}
/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
	display:block;
	position:relative;
	float:right;
	margin-left:40px;
	margin-bottom:20px!important;
	text-align:center;
}

.img_fl{
	display:block;
	position:relative;
	float:left;
	margin-left:40px;
	margin-bottom:20px!important;
	text-align:center;
}
.img_fr img{
	border-radius:3px;
	margin-bottom:7px;
	
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	line-height:1.6;
	font-size:15px; 
	color: #284866;
	font-size: 130%;
	font-family: "Sawarabi Mincho";
}









/*==================================================================

	table

==================================================================*/

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:2px;
  padding-bottom: 10px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	vertical-align: middle;
}
.tb01 tr:last-child th,.tb01 tr:last-child td{
	padding-bottom: 22px;
}
.tb01 th{
	padding:20px 10px 12px 10px;
	line-height:1;
  font-weight: bold;
	text-align: center;

}
.tb01 td{
	padding:14px 16px 8px 10px;
}

.tb01 td em{
  font-size: 18px;
  line-height: 1;
}


/*医院概要*/
.tb02{
	border-spacing: 0;
	text-align: left;
}
.tb02 td,.tb02 th{
	border-bottom:#ddd 1px dotted;
	line-height:1.4;
	font-size:15px;
	vertical-align:top;
}
.tb02 th{
	padding:8px 24px 8px 0;
	white-space:nowrap;
	text-align:left;
	font-weight: normal;
	color:#333;
}
.tb02 td{
	padding:8px 0;
	padding-right:0 !important;
	text-align:left;
}
.tb02 tr:last-child td,.tb02 tr:last-child th{
	border:none;
}

/* 料金表 */
.tb03 {
	width:100%;
  margin-bottom: 30px;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
/*	white-space: nowrap;*/
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	white-space: nowrap;
	text-align: left;
	color: #fff;
	background-color: rgba(17, 73, 126, 0.5);
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
}



/*==================================================================

	アンカーリンンク

==================================================================*/

/* 4個並び */
.ank01{
	margin:0 auto 100px;
}
.ank01 li{
	display:table;
	position:relative;
	float:left;
	width:24%;
	height:66px;
	margin-bottom:1.5%;
	margin-left:1.33%;
	line-height:1.4;
}
.ank01 li:nth-child(1),
.ank01 li:nth-child(5),
.ank01 li:nth-child(9){
	margin-left:0;
}
.ank01 li a{
	display: table-cell;
	padding:12px 5px 15px;
	border:1px solid #00408f;
	font-weight:bold;
	font-size:13px;
	color:#00408f;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank01 li a:hover{
	background-color:#00408f;
	color:#fff;
}
.ank01 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}



/* 3個並び */
.ank02{
	margin:0 auto 100px;
}
.ank02 li{
	display:table;
	position:relative;
	float:left;
	width:32.3%;
	height:66px;
	margin-bottom:1.5%;
	margin-left:1.33%;
	line-height:1.4;
}
.ank02 li:nth-child(1),
.ank02 li:nth-child(4),
.ank02 li:nth-child(7){
	margin-left:0;
}
.ank02 li a{
	display: table-cell;
	padding:12px 5px 15px;
	border:1px solid #00408f;
	font-weight:bold;
	font-size:13px;
	color:#00408f;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank02 li a:hover{
	background-color:#00408f;
	color:#fff;
}
.ank02 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}


#skin{
  margin-top: -100px;
  padding-top: 100px;
}

.ank{
	margin-top: -100px !important;
	padding-top: 100px !important;
}
/*==================================================================

	.layout

==================================================================*/

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.layout01{
	padding-bottom:20px;
	margin-bottom: 60px;
}
.layout01 dl {
    display: table;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.layout01 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout01 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout01 dt,
.layout01 dd{
	display:table-cell;
	box-sizing:border-box;
}

.layout01 dt{
	width:30%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout01 dd{
		padding:3%;
}

.layout01 dt.w100{
	padding: 1%;
	width: 100%!important;
}


/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02{
}
.layout02::after{
	display: block;
	clear: both;
	content: "";
}
.layout02 dl{
	width:40.2%;
	float:left;
	margin-right:4%;
	margin-bottom:25px;
	padding:3% 3.9% 4%;
	background-color:#F7F7F7;
}
.layout02 dl:nth-child(even){
	margin-right:0;
}
.layout02 dl dt{
	margin-bottom:10px;
	font-weight: bold;
	font-size:18px;
	line-height:1.3;
	text-align:center;
}
/* 数字 */
.layout02 dl dt em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.layout02 dl dd{
	line-height:1.6;
	font-size:14.5px;
	text-align:center;
}
.layout02 dl dd img{
	width:160px;
	margin-bottom:15px;
}
.layout02 dl dd p{
	margin-bottom:0;
	text-align:justify;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03{
	padding-bottom:20px;
}
.layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout03 dt,
.layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout03 dt {
    width: 27%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.layout03 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.layout04{
	padding-bottom:20px;
}
.layout04 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.layout04 dt,
.layout04 dd{
	display:table-cell;
	box-sizing:border-box;
}
.layout04 dt{
	width:27%;
	padding-right:2%;
	vertical-align:middle;
}
.layout04 dt img{
	width:100%;
}
.layout04 dd{
	width:73%;
	padding:3%;
	background-color:#fff;
	vertical-align:middle;
}
.layout04 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.layout04 dd h5 span{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}



/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05{
	padding-bottom:20px;
}
.layout05 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
	font-size:14px;
}
.layout05 dt,
.layout05 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout05 dt{
	width:25%;
	background-color:#fff;
	text-align:center;
		vertical-align:middle;
}
.layout05 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout05 dd{
	padding:1% 3%;
	vertical-align:top;
}
.layout05 dd:nth-child(2){
	width:36.5%;
}
.layout05 dd:nth-child(3){
	width:38.5%;
	border-left:1px solid #e2e2e2;
}

.layout05 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.layout05 dd h5{
	font-size:15px;
	font-weight:bold;
}
.layout05_text1{
}

.layout05_text1 ul{
	margin-bottom:15px;
}

.layout05_text1 ul li{
	text-indent:-1em;
	margin-left:1em;
}


/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06{
	padding-bottom:20px;
}
.layout06 dl {
    display: table;
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
}
.layout06 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.layout06 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.layout06 dt,
.layout06 dd{
	display:table-cell;
	box-sizing:border-box;

}
.layout06 dt{
	min-width:28%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.layout06 dd:nth-child(2){
	width:40%;
}
.layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

.layout06 dd h5{
	font-size:15px;
	font-weight:bold;
}
.layout06_text1{
}
.layout06_text1 ul{
	margin-bottom:15px;
}
.layout06_text1 ul li span{
	display:block;
}


/* 3つ並びのレイアウト。 */
.layout07{
}
.layout07::after{
	display: block;
	clear: both;
	content: "";
}
.layout07 dl{
float: left;
width: 26%;
margin-right: 2%;
margin-bottom:20px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.layout07 dl:nth-child(3n){
	margin-right:0;
}
.layout07 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout07 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd{
	line-height:1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
}
.layout08 dl{
	position:relative;
  width: 24.6%;
  margin-right: 4.1%;
  margin-bottom:25px;
  padding: 3%;
	background-color: rgba(70, 54, 36, 0.9);
  color: #fff;
}
.layout08 dl::before {
    position: absolute;
    right: -23px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #0b56a0;
    border-right: 2px solid #0b56a0;
    content: "";
    bottom: 0;
    margin: auto;
}

.layout08 dl::after{
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  background: url(../images/bg01.png) no-repeat;
  width: 381px;
  height: 358px; 
  content: "";
}
.layout08 dl:nth-child(3n){
	margin-right:0;
}

.layout08 dl:nth-child(3n)::before{
	display: none;
}

.layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
  letter-spacing: 0.2em;
  font-family: 'Crimson Text', serif;
}
.layout08 dl dt em{
	margin-left:8px;
	font-size:28px;
}
.layout08 dl dd{
	line-height:1.5;
}

p.point{
	font-weight: bold;
	font-size: 120%;
	background: linear-gradient(transparent 55%, #fff799 0%);
	display: inline;
	line-height: 3;
}
.point02 {
	font-weight: bold;
	font-size: 120%;
	background: linear-gradient(transparent 55%, #b0cfec 0%);
	display: inline;
}
.point03 {
	font-weight: bold;
	font-size: 120%;
}
/*==================================================================

	box

==================================================================*/

.box1{
	position:relative;
	width:1080px;
	margin:0 auto 100px;
}
.box2{
	margin-bottom:160px;
}

.flex_box{
  display: flex;
	display: -ms-flex;
	justify-content: space-around;
	justify-content: -ms-space-around;
	justify-content: -moz-space-around;
	justify-content: -webkit-space-around;
  margin-bottom: 20px;
/*
	justify-content: space-between;
	justify-content: -ms-space-between;
*/
}

.flex_box02{
  display: flex;
	display: -ms-flex;
}
.text {
	position:relative;
	margin-bottom:80px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}

/*==================================================================

	.news

==================================================================*/

.top_news{
  position: relative;
  margin-top: -107px;
  padding-top: 45px;
  padding-bottom: 45px;
	font-size:14.5px;
/*  background: url(../images/mainvisual_cover.png) top center no-repeat;*/
  background-size: cover;
  background-color: #1c4872;
  overflow: hidden;
}

.top_news::before{
  position: absolute;
  left: -110px;
  top: -34px;
  background: url(../images/top_news_left.png) no-repeat;
  width: 498px;
  height: 593px;
  content: "";
  z-index: 0;
}

.top_news .box1::before{
  position: absolute;
  left: -58px;
  top: -19px;
  background: url(../images/top_news_tit_bg.png) no-repeat;
  width: 264px;
  height: 264px;
  background-size: contain;
  content: "";
  z-index: 0;
}

.top_news .box1{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  align-items: center;
  align-items: -ms-center;
  width: 1100px;
  margin: auto;
}
.top_news h3.tit01{
  position: relative;
  margin-bottom: 10px;
  z-index: 3;
  color: #fff;
}

.top_news h3.tit01 span{
  color: #adcbe8;
}
.top_news .btn02{
  text-align: center;
}
.top_news .btn02 a{
  padding: 12px 50px 8px 14px;
}


.top_news_flame{
	width: 863px;
  height: 233px;
  padding: 64px 62px 64px 102px;
  box-sizing: border-box;
  background: url(../images/top_news_flame_bg.png) no-repeat;
}
.news_text{
}
.news_text p {
	line-height: 1;
  margin-bottom: 30px;
}
/* タイトル */
.news_text p strong{
	margin-bottom:10px;
	font-size:16px;
  color: #0b57a0;
  font-weight: normal;
}

/* 日付 */
.date{
	margin-right:22px;
	color: #0b57a0;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
}
/* お知らせの高さ */
.scroll_area{
	height:134px;
}

.news_text .line{
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(22, 58, 90, 0.3);
}

.mCustomScrollBox{
  top: -14px!important;
}
/*==================================================================

	.top_concept

==================================================================*/
.top_concept{
  padding-top: 78px;
  padding-bottom: 98px;
}
.top_concept .box1{
  width: 51%;
  min-width: 780px;
  margin-bottom: 0;
}
.top_concept .text{
	/*width: 90%;*/
	margin: 0 auto;
	/*text-align: center;*/
	width: 60%;
    text-align: left;
}
.top_concept_list{
	display: inline-block;
	text-align: left;
  box-sizing: border-box;
	margin-bottom: 1em;
}
.top_concept_list li{
	position:relative;
	margin-bottom:10px;
	padding-left:15px;
}
.top_concept_list li:last-child{
	margin-bottom:0;
}
.top_concept_list li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #163a5b;
	border: 1px solid #163a5b;
	border-radius: 100%;
	content: '';
}
.top_concept_list.point03 li:before {
	top: 12px;
}
/*==================================================================

	.top_features

==================================================================*/
.top_features{
  padding-top: 78px;
  background: url(../images/top_features_tit_left.png) top left no-repeat,url(../images/top_features_tit_right.png) top 0 right 0 no-repeat;
  background-color: rgba(209, 203, 196, 0.5);
}

.top_features h3.tit01{
  color: #0b57a0;
  margin-bottom: 70px;
}

.top_features h3.tit01 span{
  color: #775e4a;
}

.top_features .box1{
  width: 51%;
  min-width: 780px;
  margin-bottom: 0;
}

.features_box{
  display: flex;
	display: -ms-flex;
	justify-content: space-between;
	justify-content: -ms-space-between;
  flex-wrap: wrap;
  flex-wrap: -ms-wrap;
}

.features_list{
  width: 50%;
  height: 455px;
}

/*1つめ*/
.features_list:first-child{
  background: url(../images/feature_box01_bg.png) no-repeat;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background-size: cover;
}

/*2つめ*/
.features_list:nth-child(2){
  background: url(../images/feature_box02_bg.png) no-repeat;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background-size: cover;
}

/*3つめ*/
.features_list:nth-child(3){
  background: url(../images/feature_box03_bg.png) no-repeat;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background-size: cover;
}

/*4つめ*/
.features_list:nth-child(4){
  background: url(../images/feature_box04_bg.png) no-repeat;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background-size: cover;
}

/*5つめ*/
.features_list:nth-child(5){
  background: url(../images/feature_box01_bg.png) no-repeat;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background-size: cover;
 /* margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background-size: cover;
  width: 100%;*/
}

/*6つめ*/
.features_list:nth-child(6){
  background: url(../images/feature_box02_bg.png) no-repeat;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background-size: cover;
}

.features_list dl{
  width: 369px;
  height: 379px;
  margin-top: 36px;
  background: url(../images/feature_box_bg01.png) no-repeat;
  padding-top: 78px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
}

.features_list:nth-child(2) dl,.features_list:nth-child(3) dl{
  background: url(../images/feature_box_bg02.png) no-repeat;
}

.features_list:nth-child(5) dl {
	margin-right: auto;
	margin-left: auto;
}

.features_list:nth-child(even) dl{
  margin-left: auto;
}

.features_list dt span{
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: -66px;
  font-size: 20px;
	font-weight: 400;
  letter-spacing: 0.05em;
}
.features_list dt{
  position: relative;
  margin-bottom: 36px;
  font-size: 22px;
  font-family: "Sawarabi Mincho";
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.features_list dt::after{
  position: absolute;
  top:50px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/feature_tit_border.png) no-repeat;
  width: 278px;
  height: 5px;
  text-align: center;
  content: "";
}

.features_list dd p{
  width: 270px;
  margin: auto;
  margin-bottom: 12px;
  text-align: left;
}

/*==================================================================

	.top_gallery

==================================================================*/

.top_gallery h3.tit01{
  position: relative;
  padding-top: 98px;
  background: url(../images/top_gallery_bg.png) no-repeat;
  background-size: cover;
  height: 265px;
  box-sizing: border-box;
  z-index: 3;
  color: #fff;
  background-position: center bottom;

}

.top_gallery h3.tit01 span{
  color: #ccb8a7;

}

#mini_slide{
  margin-top: -148px;
}

/*==================================================================

	.top_doctor

==================================================================*/
.top_doctor{
  background: url(../images/doctor_bg.png) no-repeat;
  background-size: cover;
}

.top_doctor .box1{
  display: flex;
	display: -ms-flex;
  flex-direction: row-reverse;
  flex-direction: -ms-row-reverse;
	justify-content: space-between;
	justify-content: -ms-space-between;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.doctor_img{
  text-align: right;
}

.doctor_img img{
  pointer-events: none;
}

.top_doctor h3{
  margin: -53px 37px 36px auto;
  text-align: right;
  font-size: 40px;
  letter-spacing: 0.11em;
  color: #fff;
}
.top_doctor h3 span{
  margin-bottom: 5px;
  padding-bottom: 0;
  color: #3973a9;
  letter-spacing: 0.0em;
}

.doctor_career{
  width: 515px;
  margin-left: auto;
  padding: 50px 42px 50px 55px;
  background-color: rgba(28, 72, 114, 0.9);
  box-sizing: border-box;
  color: #fff;
}

.top_doctor h4.tit01{
  position: relative;
  margin-bottom: 10px;
  font-size: 19px;
  font-family: "Sawarabi Mincho";
  color: #fff;
}

.top_doctor h4.tit01::before{
  position: absolute;
  left: -25px;
  top: -4px;
  background: url(../images/h4_tit01_bg01.svg) no-repeat;
  width: 31px;
	height: 28px;
  content: "";
}
.doctor_carr{
  margin-bottom: 10px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.doctor_carr dl{
  width: 82%;
  margin-bottom: 24px;
}
.doctor_carr dt{
  float: left;
}

.doctor_carr dd{
/*  float: left;*/
}

.doctor_carr ul{
  margin-bottom: 24px;
}

.doctor_history{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.027em;
}

.doctor_history .text{
  margin-bottom: 0;
}

.doctor_history h4.tit01{
  line-height: 1;
  margin-bottom: 10px;
}

.doctor_history h5{
  font-weight: bold;
}

.doctor_history .text p{
  margin-bottom: 2px;
}

.doctor_history .btn03{
  margin-top: 10px;
  text-align: right;
}

.top_doctor .top_doctor_left .text{
/*  width: 529px;*/
/*
  margin-top: 110px;
  margin-bottom: 0;
*/
/*  padding: 68px 46px 56px;*/
/*  background: url(../images/doctor_text_bg.png) no-repeat;*/
/*  background-color: rgba(70, 54, 36, 0.9);*/
  color: #fff;
  box-sizing: border-box;
  line-height: 1.93;
  letter-spacing: 0.12em
}

.top_doctor .top_doctor_left .text .btn01{
  left: 5px;
}


.doctor_name{
  color: #ffffff;
  font-size: 22px;
  font-family: "Sawarabi Mincho";
}

.doctor_name span{
  font-size: 14px;
/*  padding-right: 20px;*/
}

.doctor_item{
  position: relative;
  width: 429px;
  margin: -38px -103px 0 auto;
}

.doctor2_tit{
	color: #775e4a;
	font-size: 24px;
    font-family: "Sawarabi Mincho";
	text-align: center;
  	margin: 170px 0 15px 0;
}
.doctor2_tit span{
	color: #0b57a0;
	font-size:14px;
	display: block;
}

.doctor2_span{
	color: #775e4a;
	font-size: 16px;
    font-family: "Sawarabi Mincho";
}


/*==================================================================

	$doctor

==================================================================*/

.doctor_greet{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-bottom: 80px;
	margin-top: -120px;
}

.doctor_text{
  width: 529px;
  margin-top: 110px;
  margin-bottom: 0;
  padding: 68px 46px 56px;
  background: url(../images/doctor_text_bg.png) no-repeat;
  background-color: rgba(28, 72, 114, 0.9);
  color: #fff;
  box-sizing: border-box;
  line-height: 1.93;
  letter-spacing: 0.12em
}

.doctor_career02{
  align-self: flex-start;
  margin-top: -130px;
  background-color: rgba(70, 54, 36, 0.9);
}

.doctor_greet02{
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-wrap: -ms-wrap;
  justify-content: space-between;
	justify-content: -ms-space-between;
  margin-top: 140px;
  margin-bottom: 80px;
}


.doctor_career02 h4.tit01{
  color: #fff;
  width: 20%;
}

.doctor_greet02_right{
  width: 48%;
}
.doctor_greet02 .doctor_text{
  margin-left: 40px;
  margin-top: 0;
}



/*==================================================================

	$access

==================================================================*/

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
  text-align: center;
}
.access_map{
	margin-bottom:40px;
  text-align: center;
}

.access_map img{
  padding: 6px;
  border: 3px solid #a5a6a6;
}
.access_map dt{
	margin-bottom:30px;
}
.access_map dt i{
	margin-right:7px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid rgb(237, 237, 237);
	padding: 25px 30px 5px;
}
.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}


.access .btn04{
  border: 1px solid #31281e;
  background: #31281e;
}

.access .btn04:hover{
  background: rgba(49,40,30,0.7);
}


/*==================================================================

	$clinic

==================================================================*/
/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
}
.clinic_slides1 .flexslider{
	position:relative;
	float:left;
	width:76%;
}
.clinic_slides1 .flexslider li div{
	display:table;
	position:relative;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides1 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}

.clinic_slides1 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -30.5%;
	top: 0;
	width: 26%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 46%;
  margin: 0 0 0 4%;
	background-color:#fff;
}

.clinic_slides1 .flex-control-thumbs img{
  border: none;
}



/* 院内スライド（サムネイル下） */

.clinic_slides2{
	padding-bottom:100px;
}
.clinic_slides2 .flexslider{
	position:relative;
}
.clinic_slides2 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides2 .flexslider li div{
	display:table;
	position: absolute;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides2 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides2 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -100px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides2 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides2 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



/* 院内スライド（サムネイル下、スライドの上にタイトル、説明文） */
.clinic_slides3{
}
.clinic_slides3 .flexslider{
	position:relative;
	float:left;
	width:82%;
}
.clinic_slides3 .flexslider li div{
	display:table;
	position:absolute;
	width:94%;
	height:80px;
	margin-top:-95px;
	margin-right:3%;
	margin-left:3%;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides3 .flexslider h4,.clinic_slides3 .flexslider p{
	display:table-cell;
	padding:8px 15px;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:left;
}
.clinic_slides3 .flexslider h4{
	width:20%;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides3 .flexslider p{

}

.clinic_slides3 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides3 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 4% 4%;
	background-color:#fff;
}



/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides4{
	padding-bottom:100px;
}
.clinic_slides4 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides4 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides4 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides4 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides4 .flexslider li div{
	display:table;
	position: absolute;
	bottom:-80px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides4 .flexslider h4,.clinic_slides4 .flexslider p{
		display:table-cell;
	padding:8px 10px;
	box-sizing:border-box;
	vertical-align:middle;
}
.clinic_slides4 .flexslider h4{
	width:20%;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides4 .flexslider p{
}
/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides5{
	padding-bottom:100px;
}
.clinic_slides5 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides5 .flex-control-thumbs li {
	width: 15%;
}

.clinic_slides5 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides5 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides5 .flexslider li div{
	position: absolute;
	bottom:-80px;
	width: 100%;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}

.clinic_slides5 .flexslider h4{
	padding:8px 10px;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
	text-align:center;
}




/* 医院概要 */

.clinic_sec1{
	position:relative;
	font-size:14.5px;
  width: 70%;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 16px 0;
	border-bottom:1px dotted #cac7c4;
}
.clinic_sec1 li:first-child{
	padding:0 0 16px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 li.clinictime{
	padding: 0!important;
}
.clinic_sec1 li.clinictime:first-child{
	padding:0!important ;
}

.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
	font-family: "Sawarabi Mincho";
	color: #163a5b;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	border: 1px solid #e4e4e4;
	width:100%;
	font-size:14px;
  color: #07569f;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	background-color:#fff;
  color: #07569f;
	font-weight:bold;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
  color: #07569f;
	
}

.clinic_sec1 .schedule {
	font-size: 14.5px;
}
.clinic_sec1 .schedule dl dt {
	    font-family: inherit;
}


/*==================================================================

	$facilities

==================================================================*/



/* 機器紹介1 */
.facilities_equip dl{
	float:left;
	width:42.3%;
	min-height:280px;
	margin-bottom:30px;
	margin-left:3.4%;
	padding:3%;
	border-top:4px solid #9397BE;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip dl:nth-child(odd){
	margin-left:0;
}

/* 機器紹介名前 */
.facilities_equip dt{
	margin-bottom:14px;
	padding-bottom:10px;
	line-height: 1.7;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}
.facilities_equip dt span{
	display:block;
	font-size:15px;
}
.facilities_equip_img{
	float: right;
	width:50%;
	margin-left:20px;
}
.facilities_equip_img img{
	width:100%;
}




/* 機器紹介2 */
.facilities_equip2 dl{
	float:left;
	width:31%;
	margin-bottom:30px;
	margin-right:3.5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
	width:100%;
}
.facilities_equip2 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip2 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip2 dd p{
	margin-top:7px;
}



/* 機器紹介3 */
.facilities_equip3 dl{
	float:left;
	width:47.5%;
	margin-bottom:35px;
	margin-right:5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
	width:100%;
}
.facilities_equip3 dd{
	padding: 10px 15px 18px;
	line-height: 1.35;
}
.facilities_equip3 dd h4{
	text-align:center;
	font-size:17px;
	font-weight:bold;
}
.facilities_equip3 dd p{
	margin-top:7px;
}





/*==================================================================

	$qa

==================================================================*/

.qa1{
}
.qa1 dl{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 15px;
	padding-left:40px;
	font-weight:bold;
}
.qa1 dl dt:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#262E7C;
	content:"Q.";
}
.qa1 dl dd{
	position:relative;
	padding-left:40px;
}
.qa1 dl dd:before{
	position: absolute;
	top:-5px;
	left:0;
	margin-right:7px;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:28px;
	color:#C0AB9A;
	content:"A.";
}

/*==================================================================

	$medical

==================================================================*/

.emphasis_text{
  font-size: 120%;
  font-family: "Sawarabi Mincho";
}

.w70par{
  width: 70%;
}

.medical_graph{
  width: 50%;
}
.medical_graph img{
  width: 100%;
}

.medical_tb tr th{
  background: #fff;
  color: #666666;
  text-align: center;
}

.medical_tb tr:first-child th{
  color: #fff;
  background-color: rgba(17, 73, 126, 0.5);
  text-align: left;
}

.stlong_text{
  font-size: 110%;
  font-weight: bold;
}

.img_text{
  font-size: 85%;
}

.stlong_text_box{
  position: relative;
  margin-top: 10px;
	border-width: 0 1px 1px;
  background: #fff;
  padding: 30px 30px 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.stlong_text_box::after{
  border: 2px solid rgba(209, 203, 196, 0.5);
  content: "";
  width:calc(100% - 16px);
  height: calc(100% - 16px);
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0px;
  left: 2px;
  right: 0px;
  margin: 4px;
  z-index: 1;
  pointer-events: none;
}

.stlong_text_box p:last-child{
  margin-bottom: 0;
}

.stlong_text_box .tit{
  color: #775e4a;
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Sawarabi Mincho";
}
.medical_well {
    width: 100%;
    margin-left: auto;
    padding: 50px 42px 50px 55px;
    background-color: rgba(209, 203, 196, 0.5);
    box-sizing: border-box;
    color: #1d4872;
}
.madical_smoking_list01 li span{
	font-size: 18px;
	line-height: 1.8;
}
ul.medical_smoking_check li span {
    color: #284866;
    font-weight: bold;
    padding-right: 20px;
    font-size: 20px;
}
ul.medical_smoking_check li:before {
    top: 7px;
}
.medical_well:after {
    border: 2px solid rgba(28, 72, 114, 0.42);
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0px;
    left: 2px;
    right: 0px;
    margin: 4px;
    z-index: 1;
    pointer-events: none;
}
.medical_well_l {
    width: 529px;
    margin-top: 23px;
    margin-bottom: 0;
    padding: 70px 46px 56px;
    background-color: rgba(119, 94, 74, 0.8);
    color: #fff;
    box-sizing: border-box;
    line-height: 1.93;
    letter-spacing: 0.12em;
}
.medical_well_l:after {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    background: url(../images/bg01.png) no-repeat;
    width: 381px;
    height: 358px;
    content: "";
}


.houmon_flex{
	display: flex;
	justify-content: space-between;
}
.houmon_flex_img{
	width: 35%;
	order: 2;
}
.houmon_flex_img img{
	width: 100%;
}
.houmon_flex_table{
	width: 63%;
	order: 1;
}


.medical03_box{
	border: double 6px rgb(40, 72, 102);
	padding:30px 25px 15px;
	margin:20px auto;
	background-color:#ffffff;
}



/*==================================================================

	$other

==================================================================*/
.not_open{
  pointer-events: none;
}

#history{
  margin-top: -150px;
  padding-top: 150px;
}

.m28box{
	border:#d5d5d5 solid 2px;
	padding: 15px 30px;
	margin-top: 10px;
}
.m28box span.tit{
	color: #0b57a0;
	display: block;
}
.bb{
	border-bottom: 1px solid;
}
.m28tel .footer_tel{
	width: 300px!important;
}
.medical42 h3.tit01 span {
	line-height: 1.4;
}

