@charset "utf-8";
/* CSS Document */



body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333;
	font-size:14px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #00a73c;
	text-decoration: none;
}
a:hover {
	color:#b8d200 ;
}
::selection{
	background-color:rgba(184,210,0,.3);
}
::-moz-selection{
	background-color:rgba(184,210,0,.3);
}

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



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

	header

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

header {
	position: absolute;
	top:0;
	width:100%;
	height:180px;/* navのtopと同じ値にする */
	/*margin-bottom:80px;*//* navのheightと同じ値にする */
	background-color:rgba(255,255,255,.8);
	z-index: 999;
}
header .inner{
	position:relative;
	width:1200px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	padding-top:33px;
}
/* ロゴ */
header h1{
	position:absolute;
	top:21px;
	right: 0;
	left: 0;
	margin: auto;
}
header h1 {
	width:261px;
	height:138px;
}

/* 医院名 */
.header_clinic_info {
	float:left;
	width: 245px;
	color: #888888;
	font-size: 12px;
	text-align:left;
	letter-spacing: 0.04em
}

/* 住所・電話番号　*/
.header_info {
	float: right;
	width: 256px;
	color: #555555;
	font-size: 13px;
	font-family: 'PT Sans Caption', sans-serif;
	text-align: right;
}
.header_info dt {
}
.header_info dt img {
	padding-left: 13px;
	padding-bottom: 2px;
}
.header_info dd {
	color: #38a038;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 30px;
	background: url(../images/header_tel.png) no-repeat left bottom 17px;
	background-size: 29px 25px;
	letter-spacing: 0.04em;
}
.header_info dd a:hover {
	color: #00a73c;
}



.header_reserve{
	position:absolute;
	top:35px;
	right:273px;
	z-index:999;}
	
.header_reserve img{
	width:180px;}	


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

	nav

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

nav {
	position: absolute;
	top:95px;/* headerのheightと同じ値にする */
	width:100%;
	height:85px;/* headerのmargin-bottomと同じ値にする */
}
nav::after {
	display: block;
	clear: both;
	content:'';
}

nav ul{
	height: inherit;
	margin:0 auto;
	text-align:center;
}
nav ul:first-child {
	float: left;
}
nav ul:last-child {
	float: right;
}

nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	position: relative;
	padding: 0 28px;
	vertical-align:middle;
	line-height: 85px;/* 上下中央寄せのためにnavのheightと同じ値にする */
	color: #5f5f5f;
	font-family: "フォーク M", "Folk Medium"; 
	font-size:18px;
	text-align:center;
	letter-spacing: 0.15em;
}
nav ul:first-child li:first-child a {
	padding-left: 0;
}
nav ul:last-child li a {
	padding: 0 15px;
}


nav ul:last-child li:last-child a {
	padding-right: 0;
}

nav li a:hover,
nav li.active2 a{
	color:#5f5f5f;
}
nav li a span{
	position:relative;
}

/* 下向き矢印 */
nav li a span::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -12px;
	width: 6px;
	height: 4px;
	margin: auto;
	background: url(../images/nav_arrow.png) no-repeat;
	content: '';
	transition: ease-in-out .3s;
}
nav li a:hover span::after {
	bottom: -15px;
}


/* ホバーで出てくるメニューを示すアイコン */
.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-color: rgba(184,210,0,.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;
	top:0;
	left:0;
}



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

	#mainvisual

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

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

#mainvisual{
	display:block;
	position:relative;
	height: 450px;
	background-image:url(../images/slider1.png);
	background-color:#fff;
	background-position:center ;
	background-repeat:no-repeat;
}
#mainvisual .inner{
	display:block;
	position:relative;
	height: inherit;
	width:1200px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h2{
	position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
	top:353px;
	left: 0;
}
.mainvisual_catch h2{
	margin-bottom: 20px;
	line-height:42px;
	color:#1F2774;
	font-size:27px;
	text-shadow:0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}
.mainvisual_open{
	position:absolute;
	top: 240px;
	right: 90px;
	width:285px;
}
.mainvisual_open img{
	width:100%;
}

/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;

}
.mainvisual_headline h2{
	position: relative;
}
.mainvisual_headline h2 img {
	position: absolute;
	top: 207px;
	left: 148px;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #C0AB9A;
}

/* 飾りの英語の棒 */
.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{
}

#contents{
	position:relative;
	width:1080px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom: 100px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}
#contents_left{
	float:left;
	width:760px;
}
#contents_right{
	float:right;
	width:270px;
	margin-top: 10px;
	font-size:16px;
	line-height:1.6;
}
.right_medical h3{
	text-align:center;
}

/* ---------- サイドメニュー　設定色々　----------- */

.right_medical ul {
	margin-top: -35px;
	padding: 70px 13px 35px;
	border-radius: 5px;
	background: url(../images/right_menu_bg.png) repeat;
}
.right_medical li{
	margin-bottom:12px;
}
.right_medical li:last-child{
	margin-bottom:0;
}
.right_medical li a {
	display: block;
	width: 245px;
	padding: 13px 16px;
	border: 1px solid #e6f0e2;
	border-radius: 5px;
	background: #fbfdf9;
	color: #4f725c;
	box-sizing: border-box;
	line-height: 50px;
	transition: ease-in-out .3s;
}
.right_medical span {
	display: inline-block;
	position: relative;
	padding-right: 28px;
	z-index: 1;
}
.right_medical span::before {
	position: absolute;
	top: -5px;
	left: 5px;
	width: 50px;
	height: 50px;
	background: url(../images/right_menu_dashed.png) no-repeat;
	content: '';
	z-index: 999;
	transition: ease-in-out .3s;
}

.right_medical a:hover {
	background: #fbfef3;
	
}
.right_medical a:hover span::before {
	top: 0;
	left: 0;
}






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

	$footer

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

footer {
	position:relative;
	width:100%;
	background-color:#fff;
	border-top: 10px solid #d6e8bc;
}

/* フッターの地図　*/
.footer_map {
	float: left;
	width: 50%;
	height: 545px;
}
.footer_map #map {
	width: 100%;
	height: 100%;
}
.footer_info {
	position: relative;
	float: right;
	width: 50%;
	height: 545px;
	padding: 45px 0 0 85px;
	background: url(../images/pagetop_bg.png) no-repeat bottom right;
	box-sizing: border-box;
}
.footer_info .inner {
	float: left;
	text-align: center;
}



/* フッターの医院概要 */
.footer_info_overview {
	margin-bottom: 21px;
}

.footer_info_overview_logo,
.footer_info_overview_logo img{
	width: 385px;
	height: 70px;
}
.footer_info_overview dt{
	margin-bottom:30px;
}
.footer_info_overview dd{
	display: table;
	margin: auto;
	margin-bottom: 10px;
	padding-left: 55px;
	font-size:14px;
}
.footer_info_overview dd:first-child {
	padding-left: 10px;
	letter-spacing: 0.1em;
}
.footer_info_overview dd:last-child{
	margin-bottom:0;
}
.footer_info_overview_tel{
	position: relative;
	padding-left: 50px;
	font-size: 30px !important;
	color:#38a038;
	font-family: 'PT Sans Caption', sans-serif;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.footer_info_overview_tel::before {
	position: absolute;
	top: 0.3em;
	left: 18px;
	width: 24px;
	height: 17px;
	background:url(../images/footer_tel.png) no-repeat left bottom;
	content: '';
}


/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	width: 390px;
	font-size:14px;
	margin-top:4px;
}
.schedule table{
	width:100%;
}
.schedule table tr:first-child td{

}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
	text-align: right;
}
.schedule_note li{
	display:inline-block;
	margin-right:2em;	
	font-size: 13px;
}
.schedule_note li:nth-child(2),
.schedule_note li:last-child {
	margin-right: 0;
}


/* ページトップ */
.pagetop,
.pagetop img{
}
.pagetop{
	position: absolute;
	right: 100px;
	bottom: 75px;
	
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0; 
	transition:0.3s ease-in-out;
}
.pagetop:hover img{
	top:-10px;
}

/* コピーライト */
.copy{
	border-top: 10px solid #d6e8bc;
	padding: 4px 0;
	background: #88b962;
	text-align: center;
}
.copy small{
	line-height:1;
	font-size:10px;
	color: #fff;
	letter-spacing:0.2em;
}




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

	タイトル

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

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

/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 40px;
	padding: 17px 0 16px 30px;
	letter-spacing: 0.15em;
	color: #347a4d;
	font-family : YuGothic, '游ゴシック', sans-serif;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.4;
	text-align: left;
	background: url(../images/h3_tit02.png) no-repeat left bottom;
}
h3.tit02::first-letter {
	color: #54b332;
}

/* 飾りの英語 */
h3.tit02 span{
	display:inline-block;
	position: absolute;
	top:2em;
	right: 207px;
	bottom: 20px;
	letter-spacing: 0.15em;
	color: #8cb882;
	font-size:16px;
	font-family: "recherche",sans-serif; /* タイトル筆記体 */
	font-weight: 400;
	z-index:2;
}
h3.tit02 span::before{
	margin-left:10px;
	margin-right:10px;
	font-family: "Garamond", serif;
	content:"/";
}

h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #347a4d;
	font-size: 20px;
	font-weight:bold;
	text-align:left;
}
h4.tit01::first-letter {
	color: #54b332;
}
h4.tit01 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Garamond", serif;
	font-weight: 400;
}
h4.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h5.tit01{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #4F7259;
	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: #B8D200;
	border: 1px solid #B8D200;
	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-color:#f7f7f7;
	
}
.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: #DAC58B;
	border: 1px solid #DAC58B;
	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:#f8fcf6;
}
.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: '';
}

/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #33409a;
	color:#3D4AA5;
	text-align:center;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	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:10px 24px;
	border: 1px solid #4f7259;
	background: #4f7259;
	color:#fff;
	font-weight:bold;
	transition:ease-in-out 0.3s ;
}
.btn02 a::after {
	position: absolute;
	top: -7px;
	left: 5px;
	width: 100%;
	height: 100%;
	border:1px dashed #7bab6f;
	content: '';
	transition:ease-in-out 0.3s ;
}



.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover::after{
	top: -1px;
	left: -1px;
}


/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
	display:block;
	position:relative;
	float:right;
	margin-left:40px;
	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;
}








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

	table

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

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 tr:first-child td,.tb01 tr:first-child th{
	color: #333;
	border-bottom:1px solid #898989;
	vertical-align: middle;
}
.tb01 th {
	border-right:1px solid #898989;
}
.tb01 th{
	padding: 10px 8px 10px 5px;
	line-height:1;
	white-space:nowrap;
	text-align:right;

}
.tb01 td{
	padding: 10px 11px 8px 11px;
	color: #7bab6f;
}


/*医院概要*/
.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: #f0f0f0;
	white-space: nowrap;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}



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

	アンカーリンンク

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

/* 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: 80px;
}

.box1{
	position:relative;
	width:1080px;
	margin: 0 auto;
}
.box2{
	width: 1200px;
	margin: 0 auto;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}



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

	.top_doctor

==================================================================*/
.top_doctor {
	height: 787px;
	max-width: 2000px;
	margin: auto;
	background: url(../images/top_doctor_bg.png) repeat;
	box-sizing: border-box;
}
.top_doctor .box1 {
	padding-top: 85px;
    padding-bottom: 35px;
}
.top_doctor h3.tit01 {
	margin-bottom: 10px;
}
.top_doctor .text{
	position:relative;
	float:left;
	width:710px;
	line-height: 2.3;
}
.top_doctor_img{
	float: right;
    margin-top: -38px;
    line-height: 1.4;
    font-weight: bold;
    margin-right: -15px;
}
.top_doctor_img dt{
	margin-bottom:35px;
	font-size:15px;
}
.top_doctor_img dd{
	color: #417e57;
	font-size:15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}



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

	.top_features

==================================================================*/
.top_features {
	position: relative;
	max-width: 2000px;
	height: 1050px;
	margin: 0 auto;
	background: url(../images/top_features_bg.png) repeat;
	z-index: 99;
}
.top_features::before {
	display: block;
	position: absolute;
	top: 40%;
	right: 0;
	left: -45px;
	width: 1187px;
	height: 769px;
	margin: auto;
	background: url(../images/top_features_bg02.png) no-repeat;
	content:'';
	z-index: 5;
}
	
.top_features::after {
	position: absolute;
	right: 0;
	bottom: -394px;
	left: 0;
	display: block;
	max-width: 2000px;
	height: 394px;
	margin: auto;
	background: url(../images/top_features_bg03.png) no-repeat bottom center;
	content:'';
	z-index: 0px;
}
.top_features .box2 {
	position: relative;

}
.top_features h3.tit01 {
	margin-bottom: 20px;
}

.top_features .text {
	position: absolute;
	top: 530px;
	right: 0;
	left: 0;
	width: 340px;
	margin: auto;
	color: #323333;
	line-height: 2.5;
	text-align: center;
}


/* ------------------------------------------------------------

	安心・安全のために

 ------------------------------------------------------------- */

.top_features dl {
	position: absolute;
	width: 361px;
	height: 367px;
	z-index: 9999;
}

.top_features dl:first-child {
	top: 95px;
	left: 450px;
	margin: auto;
	background: url(../images/top_features01.png) no-repeat;
}
.top_features dl:nth-child(2) {
	top: 245px;
	right: 0;
	background: url(../images/top_features02.png) no-repeat right;
}

.top_features dl:nth-child(3) {
	top: 682px;
	right: 0;
	background: url(../images/top_features03.png) no-repeat right;
}
.top_features dl:nth-child(4) {
	top: 890px;
	left: 450px;
	margin: auto;
	background: url(../images/top_features04.png) no-repeat right;
}
.top_features dl:nth-child(5) {
	top: 682px;
	left: 36px;
	background: url(../images/top_features05.png) no-repeat left;
}
.top_features dl:last-child {
	top: 245px;
	left: 36px;
	background: url(../images/top_features06.png) no-repeat left;
}




/* ------------------ タイトル & テキスト　共通 ------------------ */

.top_features dl dt {
	position: absolute;
	top: 187px;
	left: 0;
	width: 310px;
	text-align: center;
}
.top_features dl dd {
	position: absolute;
	top: 250px;
	width: 310px;
	color: #323333;
	text-align: center;
}


/* ----------------    POINT   ------------------- */
	 
 .top_features dl:after {
	 display: block;
	 position: absolute;
	 top: 30px;
	 right: 35px;
	 width: 57px;
	 height: 63px;
	 content: '';
	 transition: ease-in-out .3s;
 }
.top_features dl:first-child::after {
	  background: url(../images/top_features01_point.png) no-repeat left top;
 }
.top_features dl:nth-child(2):after {
	  background: url(../images/top_features02_point.png) no-repeat left top;
 }
.top_features dl:nth-child(3):after {
	  background: url(../images/top_features03_point.png) no-repeat left top;
 }
.top_features dl:nth-child(4):after {
	  background: url(../images/top_features04_point.png) no-repeat left top;
 }
.top_features dl:nth-child(5):after {
	  background: url(../images/top_features05_point.png) no-repeat left top;
 }
.top_features dl:last-child:after {
	  background: url(../images/top_features06_point.png) no-repeat left top;
 }
 
 /* --------------- ホバーで動くやつ ----------------- */
 .top_features dl:hover:after {
	 animation: point .3s;
 }
 @keyframes  point{
	50% {
		top: 10px;
	}	
	100% {
		top: 30px;
	}
}



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

	.top_medical

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

.top_medical{
	position: relative;
	max-width: 2000px;
	height: 1115px;
	margin: auto;
	background: url(../images/top_medical_bg.png) no-repeat center bottom, #f7f2db;
	z-index: 0;
}
.top_medical .box1 {
	padding-top: 440px;
}
.top_medical h3.tit01 {
	margin-bottom: 55px;
}
.top_medical_list{
	width: 940px;
	margin: auto;
}
.top_medical_list a{
	display:block;
	float:left;
	width:12.5%;
	margin: 0 7.5% 0 1.3%;
	margin-bottom:20px;
	color: #333;
	text-align:center;
}
.top_medical_list a:last-child {
	margin-right:0;
}
.top_medical_list dl{
	width:100%;
}
.top_medical_list dl dt{
	margin-bottom: 40px;
}
.top_medical_list dl dd:last-child {
	margin-top: 15px;
}


/* TOP * 診療案内　テキストが追加になった場合は以下適応  */

.top_medical_list dl dd {
	/*
	float: right;
	font-size: 14px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	*/
}

.top_medical_list dl dd h4{
	/*
	margin-right: 12px;
	margin-left: 20px;
	
	*/
}




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

	$doctor

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

.doctor_greet .text{
	margin-bottom: 72px;
	line-height: 2em;
}
.doctor_greet .top_doctor_img {
	margin: -30px 0 0 40px;
	text-align: right;
}
.doctor_greet .top_doctor_img img {
	width: 295px; /* index.htmlと大きさ違う */
}
.doctor_greet .top_doctor_img dt{
	margin-bottom: 15px;
}
.doctor_greet .top_doctor_img dd{
	margin-right: 40px;
	line-height: 1.6;
}
.doctor_carr h4.tit01{
	margin-bottom:7px;
	color: #347a4d;
}
.doctor_carr h4.tit01::first-letter {
	color: #54b332;
}
.doctor_carr_sec1{
	float:left;
	width: 360px;
	margin-right: 40px;
	padding: 35px 30px;
	background-color:#ebf4e7;
	font-size:14px;
	box-sizing: border-box;
}
.doctor_carr_sec1::after {
	display: block;
	clear: both;
	content: ''
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
	font-size:14px;
}
.doctor_carr_sec1 table{
	width:100%;
}



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

	.news

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

.top_news{
	font-size:14.5px;
}
.top_news_flame{
	padding:35px 33px;
	border:15px solid #F0F0F0;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
	margin-left:20px;
	font-size:17.5px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#00A73C;
}
/* 日付 */
.date{
	margin-right:10px;
	color: #7D7D7D;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:200px;
}



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

	$access

==================================================================*/
.access h3.tit02 {
	margin-bottom: 30px;
}




/* -----------  医院概要  ------------- */

.access_sec1{
	position:relative;
	margin-bottom: 90px;
	padding: 45px 70px 2px 75px;
	border-radius: 5px;
	background: url(../images/access_bg.png) repeat;
	font-size:14px;
	
}
.access_sec1 ul{
	margin-bottom:15px;
}
.access_sec1 li{
	padding: 8px 0;
}
.access_sec1 li:first-child{
	padding:0 0 8px 0 ;
}
.access_sec1 li:last-child{
	border:none;
}
.access_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.access_sec1 dt{
	float:left;
	box-sizing:border-box;
	width:27%;
	padding-left:2px;
	font-weight:bold;
	color: #125f32;
}
.access_sec1 dd{
	float:left;
	width:73%;
}
.access_sec1 dd span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
}


.access_sec1 .schedule .access_sche {
	padding: 18px 20px;
	background: #fbfdfb;
}

.access_sec1 .tb01 {
	margin-bottom: 0;
}
.access_sec1 .tb01 th {
	padding: 8px 11px 8px 4px;
    font-size: 13px;
}
.access_sec1 .tb01 td {
    padding: 8px 11px 8px 11px;
}

.access_sec1 table.tb01 tr:first-child td:first-child {
	padding-left: 15px;
	color: #B3383A;
}

.access_sec1 .tb01 tbody {
	margin: 18px;
}
.access_sec1 .schedule_note {
	font-size: 13px;
}
.access_sec1 .schedule_note li {
	padding-bottom: 0;
}
.access_sec1 .schedule_note span {
	display: inline-block;
}



/* ------------ アクセス ------------- */


.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_info{
	border: 4px solid rgb(237, 237, 237);
	padding: 25px 30px 5px;
}
.access_info dt i{
	margin-right:7px;
	color: #7bab6f;
}
.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

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




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

.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 8%;
}
.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:#347a4d;
}
.clinic_slides4 .flexslider p{
}







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

	$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 #367b4d;
	background-color:#ecf5ec;
	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:31%;
	margin-bottom:35px;
	margin-right:3.5%;
	background-color:#ebf4e7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(3n){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
	width:100%;
}
.facilities_equip3 dd{
	padding: 10px 15px 12px;
	line-height: 1.35;
}
.facilities_equip3 dd h4{
	text-align:center;
	color: #4f725c;
	font-size:14px;
}
.facilities_equip3 dd p{
	margin-top:7px;
}


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

	$medical

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

/* ----------------- medical05  * medical_flow *------------------ */
.medical_flow {
	padding-top: 10px;
}

.medical_flow dl {
	position: relative;
	margin-bottom: 40px;
}
.medical_flow dt {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	color: #347A4D;
	font-size: 18px;
}

.medical_flow dt span{
	position: relative;
	left: 0;
	margin-right: 15px;
	padding: 8px 12px 6px;
	border: 2px solid #B8D202;
	background: #fff;
	color: #54b332;
	font-family: "Garamond", serif;
	font-size: 20px;
}
.medical_flow dd {
	margin-left: 18px;
	padding: 0 0 10px 37px;
	background: url(../images/dotted.png) repeat-y left top;
}



/* ----------------- medical05  * medical_flow2 *------------------ */
.medical_flow2 {
	margin-top: 40px;
}


.medical_flow2 dl {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 35px;
	padding: 4% 3.8% 3.8%;
	border-radius: 5px;
	background: url(../images/medical/medical_flow_bg.png) repeat;
	box-sizing: border-box;
}
.medical_flow2 dl:nth-child(even) {
	margin-right: 0;
}
.medical_flow2 dl dt {
	position: relative;
	margin-left: 13px;
	margin-bottom: 20px;
	color: #38a038;
	font-size: 16px;
}
.medical_flow2 dl dt span{
	position: relative;
	padding-right: 20px;
	color: #38a038;
	font-family: "Garamond", serif;
	font-size: 20px;
	text-shadow: 1px 1px rgba(255,255,255,.6);
	z-index:1;
}
.medical_flow2 dl dt span::after {
	display: block;
	position: absolute;
	top: -0.4em;
	left: -13px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #F9F0A8;
	box-shadow: 1px 1px 1px #b8d200;
	content: '';
	z-index:-1;
}







/* 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{
	width:28%;
	padding:0 3%;
	background: #f8fcf6;
	letter-spacing: 0.1em;
	color: #417e57;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.medical_layout01 dt em{
	margin-right:8px;
	font-family: "Garamond", serif;
	font-size:38px;
	font-weight:normal;
	color:#B8D200;
}
.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: rgba(235,244,232,.6);
}
.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:#B8D200;
	font-family: "Garamond", 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: #f8fcf6;
	padding:2%;
}
.medical_layout03 dt,
.medical_layout03 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.medical_layout03 dt {
    width: 28%;
    padding: 2%;
    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: #417e57;
	font-size:18px;
	font-weight:bold;
}
.medical_layout03 dd h5 em{
	margin-right:10px;
	color:#B8D200;
	font-family: "Garamond", 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:#ebf4e7;
	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:#B8D200;
	font-family: "Garamond", 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:#B8D200;
	font-family: "Garamond", 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: "Garamond", serif;
	font-size:38px;
	font-weight:normal;
	color:#B8D200;
}
.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;
}





