@charset "utf-8";
/* CSS Document */



body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333333;
	font-size:15px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	/*background: url(../images/bg.png) no-repeat top center;*/
	text-align:justify;
}
a {
	color: #01359a;
	text-decoration: none;
}
a:hover {
	color:#01359a ;
}
::selection{
　	background: rgba(3,120,224,.1);
}
::-moz-selection{
	background-color:#afc3eb;
}

body,
#mainvisual .inner,
header,
footer {
	min-width:1200px;
}



/*============================================================================

	header

============================================================================*/
header {
	padding: 0 2rem;
	position: relative;
	width: 100%;
	height: 88px;
	border-top: 2px solid #03379C;
	background: rgba(255,255,255,.9);
	box-sizing: border-box;
	z-index: 99999;
}
header .inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

/* ロゴ */
header h1 {
	height: 100%;
	/* position: absolute; */
	/* top: -15px; */
	/* left: 0; */
}
header h1 a {
	display: block;
	height: 100%;
}

header h1 img{
	width:280px;
  height: 100%;
}




/*============================================================================

	nav

============================================================================*/

nav {
	position: absolute;
	top:15px;
	right: 0;
	height:80px;
	z-index:9999;
}
nav ul{
	height: inherit;
	margin:0 auto;

}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	padding: 0 22px;
	vertical-align:middle;
	line-height: 63px;
	color: #333333;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho" , serif;
	font-size:16px;
	text-align:center;
	letter-spacing: 0.1em;
}
nav li:last-child a {
	padding: 0 0 0 22px;
}

nav li a span{
	position:relative;
}
nav li a:hover {
	color: #333333;
}




/* 英語 */
nav a .sub {
	display: block;
	margin-top: -11px;
	color: #204ea7;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 0;
}



/* 間のボーダー */
nav li a::after{
	position: absolute;
	top: 0;
	left: -4px;
	bottom: 0;
	width: 4px;
	height: 19px;
	margin: auto;
	background: url(../images/nav_dot.png) no-repeat left top;
	content: '';
}
nav li:first-child a::after{
	display:none;
}

/* ホバーのボーダー */
nav li a span::before{
    position: absolute;
	left: 0;
	right:0;
	/*bottom: -27px;*/
	bottom: -30px;
	width:100%;
	height:2px;
	margin:auto;
	background-color: #D9E1F6;
	transition: 0.15s  ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
nav li a:hover span::before,
nav li.active2 a span::before{
	transform: scaleX(1);
}

/* ホバーで出てくるメニューを示すアイコン */
.nav_slidebtm{
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 8px;
}

/* ホバーで出てくるメニュー */

nav ul li div {
	position: absolute;
	display:none;
	width:150%;
	top: 100%;
	left:0%;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);

}
nav ul li div a{
	display:block;
	position:relative;
	padding: 13px 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height:1.4;
	text-align:left;
	font-size:13px;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background: rgba(3,120,224,.1);
}

/* 矢印 */
.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%;
}
/* スクロールで追加されるクラス */
.fixed{
	position:fixed;
	width: 100%;
	top:0;
}



/*============================================================================

	#mainvisual

============================================================================*/

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

#mainvisual{
	display:block;
	position:relative;
	height: 260px;
	background-image:url(../images/main_under.png);
	background-color:#fff;
	background-position:center ;
	background-repeat:no-repeat;
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1080px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h2{
	position:relative;
}
.main_catch {
	position: absolute;
	bottom: 60px;
	right: 0;
}
.main_catch li {
	float: left;
	margin-right: 23px;
}
.main_catch li:last-child {
	margin-right: 0;
}
.main_open {
	position: absolute;
	top: 300px;
	right: 25px;
}


/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
}
.mainvisual_headline h2{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 27px;
	color: #01359a;
	text-shadow: 2px 2px 5px rgba(255,255,255,0.7), -2px -2px 5px rgba(255,255,255,.8);
}
.mainvisual_headline p{
	display:inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color: #fff;
}

/* 飾りの英語の棒 */
.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;
	overflow: hidden;
}
#container{
	padding-top:100px;
	padding-bottom: 100px;
	
}

#contents{
	position:relative;
	width:1200px;
	margin:0 auto;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}

#contents_left{
	float:left;
	width:840px;
	padding-top:72px;
}
#contents_right{
	position: relative;
	float:right;
	width:315px;
	padding: 65px 15px 120px 20px;
	font-size:15px;
	line-height:1.0;
	box-sizing: border-box;
}
#contents_right::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 100%;
	/*background: #e3eafd;*/
	background: #f9f3fe;
	content: '';
	z-index: -1;
}

#contents_right h3.tit03 {
	padding: 23px 0 20px 30px;
	background: url(../images/side_h3.png) no-repeat left top;
	color: #512579;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	letter-spacing: 0.18em;
}
#contents_right h3.tit04 {
	position: relative;
	background: #8761a9;
	margin-bottom: 10px;
	padding: 16px 0 15px 56px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 18px;
}
#contents_right h3.tit04.sec {
	background: #8e70a9;
}
#contents_right h3.tit04.third {
	background: #947da9;
}
#contents_right h3.tit04::before {
	position: absolute;
	top: 0.8em;
	left: 23px;
	width: 21px;
	height: 23px;
	background: url(../images/side_h3_tit04.png) no-repeat left;
	content: '';
}
/* -------- 予約受付 --------- */
.reservation {
	margin-bottom: 30px;
}
.reservation {
	margin-bottom: 20px;
}
.reservation dl dt {
	margin-bottom: 15px;
}
.reservation dl dt img {
	display: block;
}
.reservation dd.btn02 a {
	width: 280px;
	padding-top: 18px;
	padding-bottom: 18px;
	border: 1px solid #8761a9;
	background: #8761a9;
	box-sizing: border-box;
	text-align: left;
}

/* -------- アクセス --------- */
.side_access {
	margin-bottom: 22px;
}
.side_map {
	color: #512579;
	line-height: 1.2;
}
.side_map dt,
.side_map dd {
	margin-bottom: 8px;
	line-height: 1.4;
}
.side_map dd.map { 
	width: 280px;
	height: 230px;
}
.side_map dd.btn02 a {
	width: 280px;
	padding-top: 18px;
	padding-bottom: 18px;
	border: 1px solid #8761a9;
	background: #8761a9;
	box-sizing: border-box;
}
#contents_right .time_table,
#contents_right .schedule_note {
	margin-bottom: 10px;
	color: #01359a;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#caontents_right .schedule_note li {
	margin-bottom: 5px;
}

#contents_right .time_table li,
#contents_right .schedule_note li {
	margin-bottom: 10px;
	color: #512579;
	line-height: 1.6;
}
#contents_right .schedule .tb01 td{
font-size: 11px;
padding: 8px 0;
width: 7%;
line-height: 1.8;
}
#contents_right .schedule .tb01 th{
line-height: 1.8;
text-align: center;
padding: 8px 0;
width: auto;
    font-size: 14px;
}
/* -------- 診療時間 --------- */

.side_schedule {
	margin-bottom: 50px;
}
.side_schedule .tb01 tr:first-child th,
.side_schedule .tb01 tr:first-child td {
	background: #8761a9;
}
.side_schedule .tb01 th {
	color: #8761a9;
}
.side_schedule .tb01 td {
	color: #8761a9;
}

/* -------- 診療案内 --------- */

h3.tit04 {
	margin-bottom: 5px;
}
.side_menu {
	margin-bottom: 30px;
}
.side_menu li {
	margin-bottom: 5px;
}
.side_menu li a {
	position: relative;
	display: block;
	padding: 23px 0 22px 25px;
	background: #fff;
	color: #361a4e;
}
.side_menu li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 28px;
	height: 7px;
	margin: auto;
	background: url(../images/arrow03.png) no-repeat left;
	content: '';
	transition: ease-in-out .3s;
}
.side_menu li a:hover::after {
	right: 20px;
}
.side_menu li a span {
	padding-bottom: 5px;
	border-bottom: 2px dotted #8761a9;
}






/*============================================================================

	$footer

============================================================================*/

footer {
	position:relative;
	width:100%;
	background-color:#fff;
}


.footer_map {
	width: 100%;
	height: 375px;
}

/* フッターの医院概要 */
.footer_info{
	position: relative;
	background-color:#01359a;
	background: linear-gradient(to bottom, #01359a,#5588ec);
}
.footer_info .inner{
	position: relative;
	width:1200px;
	margin:0 auto;
	padding:42px 0 50px;
}
.footer_info_overview h4 img {
	position: relative;
	left: 15px;
	float: left;
	width: 307px;
	height: 79px;
}
.footer_info_overview {
	letter-spacing: 0.12em;
}
.footer_info_overview ul {
	float: right;
	color: #fff;
	font-size:14px;
	text-align: right;
}
.footer_info_overview_tel{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing: 0.12em;
}
.footer_info_overview_tel span{
	font-size: 16px;
}

.footer_info_overview_tel a {
	color: #fff;
}



/* ページトップ */
.pagetop {
}
.pagetop {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 25px;
	width: 20px;
	height: 20px;
	border-right: 2px solid #8761a9;
	border-top: 2px solid #8761a9;
	transform: rotate(-45deg);
	content: "";
	transition: ease-in-out .3s;
	cursor: pointer;
}
.pagetop:hover {
	border-color: #947DA9;
	transform:translate(0,-10px) rotate(-45deg);
}


/* コピーライト */
.copy{
	padding: 20px 0;
	text-align: center;
	background: #e3eafd;
}
.copy small{
	line-height:1;
	color: #01359a;
	letter-spacing:0.2em;
}











/*==================================================================

	タイトル

==================================================================*/

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 35px;
	letter-spacing: 0.22em;
	line-height: 1.4;
	color: #01359a;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 21px;
	text-align: center;
}
/* アイコンの余白 */
h3.tit01 i{
	margin-right:7px;
}
/* 背景画像 */
h3.tit01::before{
	position: absolute;
	top: -10px;
	right: 0;
	left: -20px;
	width: 337px;
	height: 52px;
	margin: auto;
	background: url(../images/h3_tit01.png) no-repeat center;
	content: '';
	z-index: -1;
}


/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 25px;
	padding: 15px 0 15px 50px;
	letter-spacing: 0.1em;
	color: #01359a;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 21px;
	line-height: 1.4;
	text-align: left;
}
h3.tit02::before{
	position: absolute;
	width: 105px;
	height: 71px;
	top:-10px;
	bottom: 0;
	left:0;
	margin: auto ;
	background:url(../images/h3_tit02.png) no-repeat left;
	z-index: -1;
	content: "";
}
/* 飾りの英語 */
h3.tit02 span{
	display:inline-block;
	position:relative;
	letter-spacing: 0.1em;
	color: #777777;
	font-size:13px;
	font-weight: 400;
	z-index:2;
}
h3.tit02 span::before,
h3.tit02 span::after {
	margin-left:15px;
	margin-right:15px;
	content:"〜";
}
h3.tit04 {
	position: relative;
	background: #01359a;
	color: #fff;
	font-size: 18px;
}
h3.tit04::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 23px;
	background: url(../images/side_h3_tit04.png) no-repeat left;
	content: '';
}
h4.tit01 {
	position: relative;
	margin-bottom: 22px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #01359a;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	font-weight:bold;
	text-align:left;
}


h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #1F2774;
	font-size: 16px;
	font-weight: bold;
}





/*==================================================================

	共通

==================================================================*/

/*院長略歴*/
.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;
}

/*院長略歴　年月無し*/
.list02 {
	margin: 0 0 15px;
	border-width: 0 1px 1px;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 6px 4px 6px 0;
	border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03{
}
.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: #D9E1F6;
	border: 1px solid #D9E1F6;
	border-radius: 100%;
	content: '';
}
.list03 li i{
	margin-right:8px;
}

/*さんかく*/
.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{
	padding:35px 45px 25px;
	background: rgba(227,234,253,.3);
}
.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: #01359a;
	border: 1px solid #01359a;
	border-radius: 100%;
}

/*まる & 枠 */
.list07{
    border: 3px solid #d9e1f6;
	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: #947DA9;
    border: 1px solid #947DA9;
	border-radius: 100%;
}
.list07 li i{
	margin-right:8px;
}

/*チェック*/
.list08{
	margin-bottom:30px;
	padding:35px 10px 10px 45px;
	background: rgba(227,234,253,.3);
}
.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: 0 0 15px;
    border-width: 0 1px 1px;
}
.list09 li {
    display: flex;    
　align-items: baseline;
    margin: 0 5px 0px;
    padding: 6px 4px 6px 0;
}
.list09 li span.en {
    position: relative;
    top: 5px;
    padding-right: 16px;
    padding-left: 8px;
    font-size: 20px;
    color: #013ca1;
    line-height: 1;
}



/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #01359a;
	text-align:center;
	color:#01359a;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#01359a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#33409a;
}
.btn01 a:hover i{
	color:#fff;
}
.btn01 a::after{
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	width: 100%;
	height:100%;
	background-image:url(../images/bg03.png);
	transition:0.2s ease-in-out;
	z-index:-1;
	content:"";
}
.btn01 a:hover::after{
	left:0;
	top:0;
}
.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
	display:inline-block;
	position: relative;
	padding:14px 70px 14px 20px;
	border:1px solid #01359a;
	background: #01359a;
	color:#fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	transition:ease-in-out 0.2s ;
}
.btn02 a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 32px;
	height: 8px;
	margin: auto;
	background: url(../images/arrow.png) no-repeat right;
	content: '';
	transition: ease-in-out .3s;
}
.btn02 a:hover::after {
	right: 10px;
}


/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
	display:block;
	position:relative;
	float:right;
	margin-left:30px;
	margin-bottom:0 !important;
	text-align:center;
}
.img_fr img{
	border-radius:3px;
	margin-bottom:7px;
	
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	padding-left:20px;
	line-height:1.3;
	font-size:15px; 
	font-weight:bold;
	color: #1F2774;
	text-align:left;
}

/* 画像を左寄せ　※画像サイズはhtmlで調整 */
.img_fl{
	display:block;
	position:relative;
	float:left;
	margin-right:30px;
	margin-bottom:0 !important;
	text-align:center;
}
.img_fl img{
	border-radius:3px;
	margin-bottom:7px;
	
}






/*==================================================================

	table

==================================================================*/

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:8px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
	background: #fff;
}
.tb01 td,.tb01 th{
	border-bottom:1px solid #e4e4e4;
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}
.tb01 tr:first-child th,
.tb01 tr:first-child td {
	background: #01359a;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;	
}
.tb01 th:first-child{
	
}
.tb01 th{
	padding:8px 12px 6px 12px;
	color: #3d71c4;
	line-height:1;
	white-space:nowrap;
	font-size: 16px;
	text-align:left;
}
.tb01 td{
	padding: 8px 7px 6px 7px;
	color: #01359a;
}


/*医院概要*/
.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%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #ddd;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #fff;
	background-color: #083b9e;
	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;
}



/*==================================================================

	box

==================================================================*/
.box {
	margin-bottom: 40px;
}
.box1{
	position:relative;
	width:1080px;
	margin:0 auto 100px;
}
.box2{
	margin-bottom:100px;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}


/*==================================================================

	.top_sec01

==================================================================*/
.top_sec01{

border: 2px solid red;
padding: 16px 24px 5px;
max-width: 840px;
box-sizing: border-box;
}

.top_sec01 h3{
font-weight: 600;
font-size: 1.4em;
margin-bottom: 6px;

}

/*==================================================================

	.top_medical01

==================================================================*/
.top_medical01 {
	margin-bottom: 60px;
}
.top_medical01_list a {
	display: block;
	position: relative;
	width: 193px;
	height: 194px;
	float: left;
	margin-right: 22px;
	backface-visibility: hidden;
	transition: all ease-in-out .3s;
	overflow: hidden;
}
.top_medical01_list a:last-child {
	margin-right: 0;
}
.too_medical01_list dl {
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top_medical01_list dt {
	position: relative;
	transition: ease-in-out .3s;
}

.top_medical01_list a:hover dt::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(45,97,197,.6);
	content: '';
}


.top_medical01_list dd {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 194px;
	margin: auto;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 18px;
	text-shadow: 1px 1px 5px rgba(32,78,167,1), -1px -1px 5px rgba(32,78,167,1);
	text-align: center;
	line-height: 1.4;
}
.top_medical01_list dd span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/*.top_medical01_list dd {
	display: table;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 4%;
	background: rgba(45,97,197,.7);
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	text-shadow: 0 0 5px rgba(32,78,167,.7);
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	transition: ease-in-out .3s;
}
.top_medical01_list dd span {
    display: table-cell;
	height: 48px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	transition: ease-in-out .3s;
}
.top_medical01_list a:hover dd {
	top: 0;
	height: 100%;
}
.top_medical01_list a:hover dd span {
	height: 100%;
}

*/

/* ----- めくれるエフェクト ------ */
.top_medical01_list a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	background: linear-gradient(-45deg, #fff 50%, rgba(32,78,167,.6) 53%, rgba(32,78,167,.6) 58%);
	box-shadow: -1px -1px 2px rgba(23,20,151,.4);
	content: '';
	transition-property: width, height;
	transition: ease-in-out .3s;
}
.top_medical01_list a:hover::after {
	width: 30px;
	height: 30px;
}


/* --------- 修正 ------------ */









/*==================================================================

	.top_questions

==================================================================*/
.top_qustions {
	margin-bottom: 90px;
}
.top_questions_list a {
	position: relative;
	display: block;
	float: left;
	margin-right: 22px;
	backface-visibility: hidden;
}
.top_questions_list a:last-child {
	margin-right: 0;
}
.top_questions_list a:hover dt::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(30,51,123,.4);*/
	background: rgba(45,97,197,.6);
	content: '';
}
.top_questions_list dl {
	position: relative;
	width: 100%;
	height: 194px;
}
.top_questions_list dd {
	display: table;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 194px;
	margin: auto;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 18px;
	text-shadow: 1px 1px 5px rgba(32,78,167,1), -1px -1px 5px rgba(32,78,167,1);
	text-align: center;
	vertical-align: middle;
}

.top_questions_list dd span {
	display: table-cell;
	vertical-align: middle;
}


/* ----- めくれるエフェクト ------ */
.top_questions_list a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	/*background: linear-gradient(-45deg, #fff 50%, rgba(6,54,149,.6) 53%, rgba(15,64,158,.6) 58%);*/
	background: linear-gradient(-45deg, #fff 50%, rgba(32,78,167,.6) 53%, rgba(32,78,167,.6) 58%);
	box-shadow: -1px -1px 2px rgba(23,20,151,.4);
	content: '';
	transition-property: width, height;
	transition: ease-in-out .3s;
}
	
.top_questions_list a:hover::after {
	width: 30px;
	height: 30px;
}




/*==================================================================

	.top_doctor

==================================================================*/
.top_doctor {
	position: relative;
}
 
.top_doctor .text{
	position:relative;
	top: 0;
	left: 0;
	/*float:left;
	width: 500px;*/
	width: 95%;
	padding: 70px 53px;
	padding: 70px 53px 35px;
	background: rgba(77,106,190,.9);
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.8;
	box-sizing: border-box;
	z-index: 1;
}
.top_doctor_img{
	position: absolute;
	top: -10px;
	right: 30px;
	width: 401px;
	color:#1F2774;
	line-height: 1.4;
	z-index: 0;
}
.top_doctor_img dt{
	margin-bottom:7px;
	font-size:15px;
}
.top_doctor_img dd{
	font-size:16px;
}
.top_doctor_img dd span{
	display:block;
	letter-spacing:2px;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
	font-weight:400;
	color:#C3AF97;
}
.top_doctor .btn02{
	position: relative;
	float:right;
	/*top: -40px;
	right: -30px;*/
	top: -80px;
	right: 0;
	z-index: 999;
}


.top_doctor .btn02 a::after{
	display:block;
	right: 10px;
	background: url(../images/arrow02.png) no-repeat;
}
.top_doctor .btn02 a:hover::after{
	right: 5px;
}



	



/*==================================================================

	.top_medical

==================================================================*/

.top_medical{
}
.top_medical .text p{
	text-align:center;
}
.top_medical_list{
}
.top_medical_list a{
	display:block;
	float:left;
	width:22.6%;
	margin-right:3.2%;
	margin-bottom:20px;
	text-align:center;
}
.top_medical_list a:nth-child(4n){
	margin-right:0;
}
.top_medical_list dl{
	width:100%;
}
.top_medical_list dl dt{
	margin-bottom:7px;
}
.top_medical_list dl dd{
	font-weight:bold;
}


/*==================================================================

	.news

==================================================================*/

.top_news{
	font-size:15px;
}
.top_news_flame{
	padding:55px 40px 40px;
	background: #e3eafd;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
	margin-left:10px;
	font-size:15px;
	color:#171497;
}
/* 日付 */
.date{
	margin-right:10px;
	color: #605ec4;
	font-size: 15px;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:260px;
}







/*==================================================================

	$doctor

==================================================================*/
.doctor_greet {
	position: relative;
}
.doctor_greet .text{
	position: relative;
    top: 0;
    left: 0;
   /* float: left;
    width: 500px;*/
	
    /*padding: 70px 53px;*/
	padding: 70px 53px 30px;
    background: rgba(77,106,190,.9);
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.8;
    box-sizing: border-box;
    z-index: 1;
}
.doctor_name {
	/*margin-top: 20px;
	margin-right: 15px;*/
	color: #01359a;
	font-family: Yu Gothic,'Yu Gothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.12em;
}
.doctor_carr{
}
.doctor_carr h4.tit01{
	margin-bottom:7px;
}
.doctor_carr_sec1{
	float:left;
	width: 48.5%;
	margin-right: 3%;
	padding: 30px 25px 30px;
	background-color:#e3eafd;
	font-size:14px;
	box-sizing: border-box;
}

.doctor_carr_sec1:last-child{
	margin-right:0;
	padding: 30px 35px 30px 30px;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
	font-size:14px;
}
.doctor_carr .tb02 th,
.doctor_carr .tb02 td {
	padding-top: 15px 
}



.doctor_carr_sec1 table{
	width:100%;
}
.doctor_carr_sec1 .list03 {
	margin-top: 15px;
}


.doctor_carr_sec1 .list03 li::before {
	background-color: #01359a;
    border: 1px solid #01359a;
}
	



/*==================================================================

	$access

==================================================================*/

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
}
.access_map dd {
	height: 420px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access .btn02 a {
	padding-left: 30px;
}
.access .btn02 a i {
	margin-right: 5px;
}



.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;
}



/*==================================================================

	$clinic

==================================================================*/

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
}
.clinic_slides1 .flexslider{
	position:relative;
	float:left;
	width:82%;
}
.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: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 0 4%;
	background-color:#fff;
}



/* 院内スライド（サムネイル下） */

.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;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 10px 0;
	border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 li:first-child{
	padding:0 0 8px 0 ;
}
.clinic_sec1 li:last-child{
	border:none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
	font-weight:bold;
	color: #01359a;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	border: 1px solid #e4e4e4;
	width:70%;
}
.clinic_sec1 .schedule .tb01 th {
    padding: 8px 0;
    width: 45%;
    text-align: center;
}
.clinic_sec1 .schedule .tb01 td {
	padding: 8px 0;
	text-align: center;
	max-width: 9%;
	min-width: 7%;
}
.clinic_sec1 .schedule .schedule_note li {
	margin-bottom: 0;
	padding: 0 0 3px 0;
	color: #01359a;
}
.clinic_sec1 .schedule .schedule_note li span {
	font-weight: bold;
}


.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}





/*==================================================================

	$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;
}


/*==================================================================

	$medical

==================================================================*/
.questions dl {
	margin-bottom: 25px;
}
.questions dl dt,
.questions dl dd {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}
.questions dl dt::before {
	position: absolute;
	top: -0.2em;
	left: 0;
	color: #01359A;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	content: 'Q';
}
.questions dl dd::before {
	position: absolute;
	top: -0.2em;
	left: 0;
	color: #C265A4;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	content: 'A';
}
.questions ul {
	margin-top: 10px;
}
.questions i.fa-check-circle-o {
	margin-right: 7px;
	color: #01359A;
	font-size: 17px;
}





/* ------- 健康診断 -------- */
.medical_checkup dl {
	margin-bottom: 60px;
}
.medical_checkup dt {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	color: #01359a;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
}
.medical_checkup dt::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: url(../images/tit_dot.png) repeat-x left bottom;
	content: '';
}
.medical_checkup dd:nth-child(2) {
	margin-bottom: 20px;
}


/* ------- 健康診断 -------- */
.vaccinations li {
	margin-bottom: 6px;
}
.fa-check-square-o {
	margin-right: 6px;
	color: #01359a;
	font-size: 18px;
 }
 
.vaccinations_list {
	padding: 3% 4% 0.5%;
	border: 2px solid #01359a;
}
	
.vaccinations_list::after {
	display: block;
	clear: both;
	content: '';
}
.vaccinations_list li {
	float: left;
	margin-right: 5%;
	margin-bottom: 4%;
}



/* ------- 禁煙外来 -------- */
.medical_flow dl {
	position: relative;
	float: left;
	width: 30%;
	height: 260px;
	margin-right: 4%;
	margin-bottom: 3%;
	padding: 3.2% 3% 4%;
	background: rgba(3,120,224,.1);
	box-sizing: border-box;
}
.medical_flow dl:nth-child(3n) {
	margin-right: 0;
}
.medical_flow dl::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	width: 0;
	height: 0;
	margin: auto;
	border: 15px solid transparent;
	border-left: 15px solid rgba(3,120,224,.1);
	content: '';
}
.medical_flow dl:nth-child(3n)::after {
	display: none;
}
.medical_flow dl dt {
	position: relative;
	margin-bottom: 18px;
	padding-left: 10px;
	color: #01359A;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
.medical_flow dl dt::after {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(../images/tit_dot.png) repeat-x;
	content: '';
}
.medical_flow dl dt span {
	/*display: block;*/
	position: relative;
	top: 0;
	left: -15px;
	margin-bottom: 5px;
	color: #fff;
	text-align: left;
}
.medical_flow dl dt span::before {
	position: absolute;
	top: -4px;
	/*right: 0;*/
	left: 0;
	left: -8px;
	width: 25px;
	height: 25px;
	/*margin: auto;*/
	border-radius: 100%;
	background: #01359A;
	content: '';
	z-index: -1;
}



.medical_dl {
	margin-top: 40px;
}
.medical_dl dt {
	display: table;
	margin-bottom: 10px;
    color: #01359a;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 18px;
	position: relative;
}
.medical_dl dt::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: url(../images/tit_dot.png) repeat-x left bottom; 
	content: "";
}















/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.medical_layout01{
	padding-bottom:20px;
}
.medical_layout01 dl {
    display: table;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.medical_layout01 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.medical_layout01 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.medical_layout01 dt,
.medical_layout01 dd{
	display:table-cell;
	box-sizing:border-box;
}

.medical_layout01 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;
}
/* 数字 */
.medical_layout01 dt em{
	margin-right:8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.medical_layout01 dd{
		padding:3%;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.medical_layout02{
}
.medical_layout02:after{
	display: block;
	clear: both;
	content: "";
}
.medical_layout02 dl{
	width:40.2%;
	float:left;
	margin-right:4%;
	margin-bottom:25px;
	padding:3% 3.9% 4%;
	background-color:#F7F7F7;
}
.medical_layout02 dl:nth-child(even){
	margin-right:0;
}
.medical_layout02 dl dt{
	margin-bottom:10px;
	font-weight: bold;
	font-size:18px;
	line-height:1.3;
	text-align:center;
}
/* 数字 */
.medical_layout02 dl dt em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.medical_layout02 dl dd{
	line-height:1.6;
	font-size:14.5px;
	text-align:center;
}
.medical_layout02 dl dd img{
	width:160px;
	margin-bottom:15px;
}
.medical_layout02 dl dd p{
	margin-bottom:0;
	text-align:justify;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.medical_layout03{
	padding-bottom:20px;
}
.medical_layout03 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.medical_layout03 dt,
.medical_layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.medical_layout03 dt {
    width: 27%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.medical_layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.medical_layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.medical_layout03 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.medical_layout03 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.medical_layout04{
	padding-bottom:20px;
}
.medical_layout04 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
}
.medical_layout04 dt,
.medical_layout04 dd{
	display:table-cell;
	box-sizing:border-box;
}
.medical_layout04 dt{
	width:27%;
	padding-right:2%;
	vertical-align:middle;
}
.medical_layout04 dt img{
	width:100%;
}
.medical_layout04 dd{
	width:73%;
	padding:3%;
	background-color:#fff;
	vertical-align:middle;
}
.medical_layout04 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.medical_layout04 dd h5 span{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}



/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.medical_layout05{
	padding-bottom:20px;
}
.medical_layout05 dl{
	display:table;
	position:relative;
	margin-bottom:20px;
	background-color:#f7f7f7;
	padding:2%;
	font-size:14px;
}
.medical_layout05 dt,
.medical_layout05 dd{
	display:table-cell;
	box-sizing:border-box;

}
.medical_layout05 dt{
	width:25%;
	background-color:#fff;
	text-align:center;
		vertical-align:middle;
}
.medical_layout05 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.medical_layout05 dd{
	padding:1% 3%;
	vertical-align:top;
}
.medical_layout05 dd:nth-child(2){
	width:36.5%;
}
.medical_layout05 dd:nth-child(3){
	width:38.5%;
	border-left:1px solid #e2e2e2;
}

.medical_layout05 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}
.medical_layout05 dd h5{
	font-size:15px;
	font-weight:bold;
}
.medical_layout05_text1{
}

.medical_layout05_text1 ul{
	margin-bottom:15px;
}

.medical_layout05_text1 ul li{
	text-indent:-1em;
	margin-left:1em;
}


/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.medical_layout06{
	padding-bottom:20px;
}
.medical_layout06 dl {
    display: table;
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
}
.medical_layout06 dl:before{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #ededed;
	content:"";
}
.medical_layout06 dl:last-child:after{
	position:absolute;
	bottom:-3px;
	left:0;
	width:100%;
	border-top: 1px solid #f0f0f0;
	content:"";
}
.medical_layout06 dt,
.medical_layout06 dd{
	display:table-cell;
	box-sizing:border-box;

}
.medical_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;
}
/* 数字 */
.medical_layout06 dt em{
	margin-right:8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.medical_layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.medical_layout06 dd:nth-child(2){
	width:40%;
}
.medical_layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

.medical_layout06 dd h5{
	font-size:15px;
	font-weight:bold;
}
.medical_layout06_text1{
}
.medical_layout06_text1 ul{
	margin-bottom:15px;
}
.medical_layout06_text1 ul li span{
	display:block;
}


/* 3つ並びのレイアウト。 */
.medical_layout07{
}
.medical_layout07 dl{
float: left;
width: 26%;
margin-right: 2%;
margin-bottom:20px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.medical_layout07 dl:nth-child(3n){
	margin-right:0;
}
.medical_layout07 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.medical_layout07 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.medical_layout07 dl dd{
	line-height:1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.medical_layout08{
	overflow:hidden;
}
.medical_layout08 dl{
	position:relative;
float: left;
width: 24.6%;
margin-right: 4.1%;
margin-bottom:25px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.medical_layout08 dl::before {
    position: absolute;
    right: -17px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #33409A;
    border-right: 2px solid #33409A;
    content: "";
    bottom: 0;
    margin: auto;
}
.medical_layout08 dl:nth-child(3n){
	margin-right:0;
}

.medical_layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.medical_layout08 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.medical_layout08 dl dd{
	line-height:1.5;
}





/*==================================================================

	$recruit ：求人情報
	
==================================================================*/

.recruit .tb03 {
	margin-bottom: 40px;	
}
.recruit .tb03 ul li:not(:last-child) {
	margin-bottom: 3px;
}
.recruit .tb03 td p {
	margin-top: 15px;
}

.recruit .btn01 {
	text-align: center;
}


.recruit_table{
	border-collapse:  collapse; /* セルの線を重ねる */
}
.recruit_table_tbody th,.recruit_table_tbody td {
    border: solid 1px;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
	font-size: 13px;
}
.recruit_title_bg_color{
	color: #fff;
	background-color: #8761a9;
}
.recruit_sub_title_bg_color{
	background-color: #f9f3fe;
}


/*==================================================================

	$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.";
}


/*==================================================================

	$etc.

==================================================================*/

.waku{
margin-bottom:3em;
padding: 2em 1.5em 1em;
border: solid 3px rgb(194, 101, 164);
color: rgb(194, 101, 164);
}
.waku h3{
margin-bottom: 0.5em;
font-size: 1.2em;
font-weight: 600;
}