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



body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#3e3a3a;
	font-size:15px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
	/*background:url(../images/design01.png) no-repeat center top;
	opacity:0.3;*/
}
a {
	color: #1F2774;
	text-decoration: none;
}
a:hover {
	color:#C0AB9A ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

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



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

	header

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

header {
	width:100%;
	height:173px;/* navのtopと同じ値にする */
	margin-bottom:0;/* navのheightと同じ値にする */
	background-color:rgba(255,255,255,0.7);
	position: absolute;
z-index: 9999;
}
header .inner{
	position:relative;
	max-width:1100px;
	width:auto;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	padding-top:25px;
}
/* ロゴ */
header h1{
	position:absolute;
	top:23px;
}
header h1,
header img{
	width:390px;
	/*height:70px;*/
}

/* 住所 */
.header_info{
	float:right;
	margin-right:40px;
	text-align:right;
}
.header_info li{
}
.header_info_ad{
	display:none;
}

/* ご予約・お問合せ */
.header_tel{
	float:right;
	text-align:right;
	line-height: 1.4;
}
.header_tel dt{
	/*font-weight:600;*/
	font-size:14px;
}
.header_tel dd{
	position:relative;
	padding-left:0;
	font-size:28px;
	letter-spacing:0.05em;
	font-family: "futura-pt",sans-serif;
	margin: 11px 0 0;
}
.header_tel dd:before{
	position:absolute;
	top:0;
	bottom:0;
	left:10px;
	right:0;
	width:15px;
	height:23px;
	margin:auto;
	/*background-image:url(../images/header_tel.svg);
	background-repeat:no-repeat;*/
	content:"Tel.";
	font-size:19px;
	color: #1F2774;
}
.header_tel dd a{
	color:#1F2774;
}



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

	nav

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

nav {
	position: absolute;
	top:93px;/* headerのheightと同じ値にする */
	width:100%;
	height:80px;/* headerのmargin-bottomと同じ値にする */
	/*background-color:rgba(255,255,255,0.7);*/
	z-index:9999;
}
nav ul{
	width:1080px;
	height: inherit;
	margin:0 auto;
	text-align:center;
}
nav li {
	display:inline-block ;
	position:relative;
	height:inherit;
}
nav li a{
	display: table;
	padding: 15px 40px 0;
	vertical-align:middle;
	line-height: 22px;/* 上下中央寄せのためにnavのheightと同じ値にする */
	font-size:12px;
	/*font-weight:600;*/
	text-align:center;
}
nav li a:hover span,
nav li.active2 a span{
	color:#1e2476;
}
nav li a span{
	position:relative;
	display:block;
	font-size: 15.5px;
	font-weight:600;
	color:#333;
}

/* 間のボーダー 
nav li a::after{
    content: "";
    position: absolute;
    left: -1px;
	width:0;
	height:15px;
	top:0;
	bottom:0;
	margin:auto;
	border-right:1px dotted #ababab;
    font-weight: 100;
    color: #666;
    font-size: 13px;
}
nav li:first-child a::after{
	display:none;
}*/

/* ホバーのボーダー */
nav li a span.bd::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -7px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #1e2476;
	transition: 0.15s  ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}
nav li a:hover span.bd::before,
nav li.active2 a span.bd::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.7);
	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;
}
nav ul li div a span{
	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: #F0F0F0;
}

/* 矢印 */
.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;
	background-color:rgba(255,255,255,0.7);
}



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

	#mainvisual

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

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

#mainvisual{
	display:block;
	position:relative;
	height: 440px;
	background-image:url(../images/mainvisual_slide1.jpg);
	background-color:#f0f0f0;
	background-position:center ;
	background-repeat:no-repeat;
	background-size: cover;
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	max-width:1100px;
	width:auto;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h2{
	position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
top: 445px;
letter-spacing:0.17em;
}
.mainvisual_catch h2{
	/*margin-bottom: 20px;*/
	line-height:60px;
	color:#1e2476;
	font-size:29px;
	text-shadow:0 0 5px rgba(255,255,255,0.7)/*0 0 5px rgba(88, 69, 69, 0.7)*/;
	font-family:A1 Mincho, serif;
	font-weight:600;
}
.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 17px;
}
.mainvisual_open{
	position:absolute;
	top: 150px;
	right: 0;
	width:250px;
}
.mainvisual_open img{
	width:100%;
}

/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h2{
	font-weight:600;
	font-size: 27px;
	padding: 150px 0 0;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: /*#f18b00*/#fff;
	font-family: "futura-pt",sans-serif;
	font-weight:500;
}

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

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






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

	#contents

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

main{
	display:block;
}
#container{
	/*padding-top:100px;
	padding-bottom: 100px;*/
}

#contents{
	position:relative;
	max-width:1100px;
	width:auto;
	margin:0 auto;
	padding-top:70px;
	/*padding-bottom: 100px;*/
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



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







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

	$footer

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

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


/* フッターの医院概要 */
.footer_info{
	background-color:#1e2476;
}
.footer_info .inner{
	width:1080px;
	margin:0 auto;
	padding:70px 0 100px;
}

.footer_info_overview{
	float:left;
	width:50%;
}
.footer_info_overview_logo,
.footer_info_overview_logo img{
	width: 440px;
	/*height: 70px;*/
}
.footer_info_overview dt{
margin-bottom: 55px;
position: relative;
    max-width: 1080px;
    width: auto;
text-align: center;
}
.footer_info_overview dd{
	margin-bottom:20px;
	font-size:14px;
	color:#fff;
	text-align:center;
}
.footer_info_overview dd:first-child{
	letter-spacing:0.1em;
}
.footer_info_overview dd:last-child{
	margin-bottom:0;
}
.footer_info_overview_tel{
	/*padding-left:26px;
	background-image:url(../images/header_tel.svg);*/
	background-size:15px;
	/*background-position:left 23px;*/
	background-repeat:no-repeat;
	font-size:26.5px !important;
	color:#fff;
	font-family: 'Cardo', serif;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.footer_info_overview_tel a{
	color:#FFFFFF;
	font-family: "futura-pt",sans-serif;
	font-size: 34px;
	letter-spacing:0;
}

.footer_info_overview_tel a::before {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 0;*/
    width: 15px;
    height: 23px;
    margin: auto;
    background-repeat: no-repeat;
	font-family: "futura-pt",sans-serif;
    content: "Tel.";
    font-size: 19px;
	color:#fff;
}

.footer_info_overview_tel span{
	display:block;
	position: relative;
    left: -27px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.footer_clinic{
	font-weight:600;
	font-size: 15px !important;
}

/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	float:right;
	width:500px;
	/*width:490px;*/
	font-size:15px;
	/*margin: 115px 20px 0 0;*/
	margin: 0px 20px 0 0;
}
.footer_info_sche img{
	/*margin-bottom: 30px;*/
	margin-bottom: 10px;
}
.schedule table{
	width:100%;
	/*background-color:#fff;*/
	color:#fff;
}
.schedule table tr:first-child td{
	font-weight:600;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
	
}
.schedule_note li{
	text-align:center;
	font-size:16px;
	font-weight:600;
	color:#fff;
}


/* フッターのナビ */

.footer-nav{
}
.footer-nav ul.inner{
	width:1080px;
	margin:0 auto;
	padding:60px 0 40px;
}
.footer-nav ul.inner {
	position:relative;
	width:100%;
	height:80px;
	z-index:9999;
}
.footer-nav ul.inner{
	width:1080px;
	height:inherit;
	margin:0 auto;
	padding: 20px 0 0;
	/*text-align:center;*/
	text-align: left;
}
.footer-nav ul.inner li {
	display:inline-table ;
	position:relative;
	height:inherit;
}
.footer-nav ul.inner li a{
	display: table-cell;
	padding: 0 31px;
	vertical-align:middle;
	line-height: 1.6;
	font-size:13px;
	font-weight: 600;
	text-align:center;
}
li.sub_nav {
    width: 100%;
    max-width: 1200px;
    display: flex;
}
.footer-nav ul.inner li.sub_nav ul li:first-child a{
	font-weight: 600;
}
.footer-nav ul.inner li.sub_nav a{
	font-weight: normal;
	color: #1e2476;
}
.footer-nav ul.inner li a:hover{
	color: #f18b00;
}
.footer-nav ul.inner li a i {
	position: absolute;
	top: 3px;
    left: 10px;
    /*margin: 7px 10px 0 0;*/
}

/* 間のボーダー */
/*.footer-nav ul.inner li a::after{
    content: "";
    position: absolute;
    left: -1px;
	width:0;
	height:15px;
	top:0;
	bottom:0;
	margin:auto;
	border-right:1px dotted #ababab;
    font-weight: 100;
    color: #666;
    font-size: 13px;
}
.footer-nav ul.inner li:first-child a::after{
	display:none;
}

.footer-nav ul.inner li a .nav_arrow {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: -3px;
}*/
/* ホバーのボーダー */
/*.footer-nav .inner li a span::before{
    position: absolute;
	left: 0;
	right:0;
	bottom: -1px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #3D4AA5;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 10;
}
.footer_nav .inner li a:hover span::before,
.footer_nav .inner li.active2 a:hover span::before{
	transform: scaleX(1);
}*/
/* ページトップ */
.pagetop,
.pagetop img{
	width:70px;
	height:70px;
}
.pagetop{
position: fixed;
right: 60px;
bottom: 65px;
width: 70px;
height: 70px;
text-align: center;
cursor: pointer;
z-index: 9999;
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0; 
	transition:0.3s ease-in-out;
}
.pagetop:hover img{
	top:-5px;
	padding-bottom:5px;
	/*transform: rotateY(180deg);*/
	transform: translate(0,-20px);
}

/* コピーライト */
.copy{
	margin: 20px 0;
	text-align: center;
}
.copy small{
	line-height:1;
	font-size:16px;
	/*letter-spacing:0.2em;*/
	font-weight:500;
	color:#1e2476;
	font-family: "futura-pt",sans-serif;
}



#office_map {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 480px;
}

#office_map iframe {
    vertical-align: bottom;
    border: 0;
    width: 100%;
    height: 100%;
}







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

	タイトル

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

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 50px;
	/*padding:14px ;*/
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #1F2774;
	font-size: 25px;
	font-weight:600;
	text-align: center;
	font-family:Midashi Min MA31, serif;
}
/* アイコンの余白 */
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: 0.15px;
	color: #C0AB9A;
	font-size:15px;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family:Midashi Min MA31, serif;
	font-weight: 600;
	z-index:2;
	display:block;
	margin: 0 0 15px;
}
h3.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"―";
}

h3.tit01 span::after{
	margin-right:15px;
	margin-left:15px;
	content:"―";
}

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

h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #1F2774;
	font-size: 19px;
	font-weight:600;
	text-align:left;
	font-family: Midashi Min MA31, serif;
}
.doctor_carr_sec1 h4.tit01 {
	color: #fff;
}
h4.tit01 i{
	margin-right:7px;
}
h4.tit01 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
}
h4.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}

h4.tit02{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #1F2774;
	font-size: 16px;
	font-weight: bold;
}

h4.tit03{
	position: relative;
	margin-bottom: 12px;
	letter-spacing:0.1em;
	color: #b69d89;
	font-size: 16px;
	font-weight: bold;
}

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: #E0D0BF;
	border: 1px solid #E0D0BF;
	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 15px 25px 45px;
	background-color:#f7f7f7;
}
.list06:after {
	display: block;
	clear: both;
	content: "";
}
.list06 li{
	position:relative;
	float:left;
	margin-bottom:15px;
	padding-left:0.9em;
	padding-right:5%;
	
}
.list06 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #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:#FCF2E9;
}
.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 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	color: #fff!important;
	margin-bottom: 20px;
}

.list09 li{
	margin-right: 20px;
}

.list09 li:last-child {
	margin-right: 0
}

.list09 li a{
	color: #fff!important;
}

.list09 li a :hover{
	opacity: 0.6!important;
}

/*ボタン ゴースト*/
.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;
	text-align:center;
	color:#33409a;
	font-weight:600;
	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;
	padding:8px 20px;
	border:1px solid #00408f;
	color:#fff;
	font-weight:600;
	transition:ease-in-out 0.2s ;
	background:#00408f;
}
.btn02 a i{
	right: 0;
	margin: 0 0 0 5px;
}
.btn02 a:hover{
	background-color:#fff;
	color:#00408f;
	border:1px solid #00408f;
}


/* 画像を右寄せ　※画像サイズは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:600;
	color: #1F2774;
	text-align:left;
}

/*ぱんくずリスト*/
.breadcrumbs {
    margin-bottom: 45px;
    font-size: 12px;
}
.breadcrumbs li:first-child {
	list-style: none;
}
.breadcrumbs a {
	color: #69C;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #69C;
	text-decoration: underline;
}
.breadcrumbs li {
	position: relative;
	float: left;
	margin-right: 20px;
	padding-left: 0px;
	margin-bottom: 15px;
}
.breadcrumbs li:before {
	position: absolute;
	right: -12px;
	top: 6px;
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	background-color: transparent;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
}
.breadcrumbs li:last-child:before {
	display: none;
}

#contents .breadcrumbs {
	margin-bottom: 45px;
	font-size: 12px;
}
#contents　.breadcrumbs a {
	color: #1e2476;
}





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

	table

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

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:20px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	border-bottom:1px solid #fff;
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	
}
.tb01 tr:first-child th{
	border-bottom:1px solid #fff !important;
	
}
.tb01 th{
	padding: 10px 10px 20px 34px;
	line-height:1;
	white-space:nowrap;
	text-align:left;
	font-size: 16px;
}
.tb01 td{
	padding:10px 13px 20px 13px;
}

.tb01 tr:first-child th{
	padding: 10px 0px 20px 40px !important;
	border:none;
	font-weight:600;
	width: 31%;
	letter-spacing:0.2em;
}

.tb01 tr:nth-of-type(2) th{
	padding: 20px 10px 10px 20px !important;
	border:none;
	letter-spacing:0.12em;
}

.tb01 tr:nth-of-type(2) td{
	padding:20px 13px 10px 13px !important;
	border:none;
}

.tb01 tr:last-child th{
	padding: 5px 10px 10px 20px !important;
	border:none;
	letter-spacing:0.12em
}

.tb01 tr:last-child td{
	padding:0px 13px 10px 13px !important;
	border:none;
}


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

.tb03 tr:first-child th{
	background-color: #E1E3F0 !important;
	text-align: center;
}
.tb03 tr:first-child td{
	background-color: #eff1fb !important;
	font-weight:600;
	text-align: center;
}

/* 自費診療　料金 */
.tb04 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #e3e3e3;
	/*white-space: nowrap;*/
}
.tb04 td, .tb04 th {
	padding: 12px 36px;
}
.tb04 th {
	font-weight: bold;
	/*white-space: nowrap;*/
	text-align: center;
	color: #666;
	background-color: #f0f0f0;
	font-size: 16px;
}
.tb04 th span {
	font-size: 13px;
}
.tb04 td {
	background-color: #ffffff;
	color: #666666;
	text-align: left;
}


.tb04 td:nth-child(3),
.tb04 td:nth-child(4){
	background-color: #ffffff;
	color: #b69d89;
	font-weight: 600;
	text-align: center;
}

.tb04 tr:first-child th{
	background-color: #E1E3F0 !important;
	text-align: center;
}
.tb04 tr:first-child td{
	background-color: #eff1fb !important;
	font-weight:600;
	text-align: center;
}

.tb04 tr:first-child td:nth-child(3){
	background-color: #eff1fb;
	font-weight:600;
	text-align: center;
	color: #666666 !important;
}
/*==================================================================

	アンカーリンンク

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

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



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

	.layout

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

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

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

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




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




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




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

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



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

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

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

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

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


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

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

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


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

/* 3つ並びのレイアウト。矢印付き */
.layout08{
	overflow:hidden;
}
.layout08 dl{
	position:relative;
float: left;
width: 24.6%;
margin-right: 4.1%;
margin-bottom:25px;
padding: 3%;
border-radius: 10px;
	background-color:#F7F7F7;
}
.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;
}
.layout08 dl:nth-child(3n){
	margin-right:0;
}

.layout08 dl dt{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dt em{
	margin-right:8px;
	font-size:24px;
font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd{
	line-height:1.5;
}




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

	box

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

.box1{
	position:relative;
	width:1200px;
	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_doctor

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

.top_doctor {
	background-image:url(../images/top_doctor_bg.png), url(../images/logo_bg.svg);
	background-position:top center, bottom -50px left -140px;
	background-repeat: no-repeat, no-repeat;
	background-size:contain, 680px;
	position:relative;
}

.top_doctor .box1{
position: relative;
max-width: 1040px;
width:auto;
margin: 0 auto;
padding: 150px 0 100px;
}

/*.top_doctor .box1 h2{
	text-align: left;
	left: -80px;
	max-width:600px;
	width:auto;
	position:absolute;
}*/

.top_doctor .box1 h2{
	position: relative;
    margin-bottom: 50px;
    /* padding: 14px; */
    letter-spacing: 0.1em;
    /*line-height: 1.4;*/
	line-height: 0.9;
    color: #1F2774;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    font-family: Midashi Min MA31, serif;
	margin-top: 20px;
}

.top_doctor .box1 h3{
	line-height:50px;
	color:#1e2476;
	font-size:25px;
	text-shadow:0 0 5px rgba(255,255,255,0.7);
	max-width:610px;
	width:auto;
	font-family:A1 Mincho, serif;
	font-weight:600;
	letter-spacing:0.05em;
/*padding: 185px 0 30px;*/
padding: 95px 0 30px;	
position: relative;
}

.top_doctor .text{
	float:left;
	width:610px;
	position: relative;
line-height:2.15;
}
.top_doctor_img{
float: right;
color: #333;
line-height: 1.4;
font-weight: 600;
position: absolute;
font-family: Midashi Min MA31, serif;
text-align: right;
right: 0;
top: 160px;
}
.top_doctor_img dt{
	margin-bottom:30px;
	font-size:15px;
}
.top_doctor_img dd{
	font-size:19px;
	line-height:1.2;
	margin: 0 0 28px;
	letter-spacing:0.07em;
}
.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_img dd .btn03{
	margin-top: 13px;
	/*text-align: center;*/
	padding:0 6px 0 0;
}
.top_doctor_img dd .btn03 a,
.top_doctor_img dd .btn03 a span,
.top_doctor_img dd .btn03 a:after,
.top_doctor_img dd .btn03 a:before{
	transition:0.2s ease-in-out;
}
.top_doctor_img dd .btn03 a {
	display: inline-block;
	position:relative;
	color: #ffffff;
	font-size: 16px;
	transition: ease-in-out 0.2s;
}

.top_doctor_img dd .btn03 a:before {
	position:absolute;
	top:6px;
	left:6px;
	width:100%;
	height:100%;
	background-color: #1e2476;
	content:"";
	z-index:1;
}
.top_doctor_img dd .btn03 a:hover:before {
    top: 0;
    left: 0;
}
.top_doctor_img dd .btn03 a span {
position: relative;
display: block;
padding: 15px 50px 15px 80px;
border: 1px solid #2b3185;
z-index: 3;
font-size: 16px;
font-weight: 600;
font-family: Midashi Min MA31, serif;
}

.top_doctor_img dd .btn03 a span::after {
	display:block;
	position: absolute;
	width: 81px;
	height: 1px;
	top: 0;
	bottom: 0;
	/*right: 0;*/
	left:-40px;
	margin: auto ;
	z-index: 1;
	content: "";
	background:url(../images/btn_bo.png) no-repeat;
}


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

	.top_medical

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

.top_medical{
	padding:80px 0 0;
}
.top_medical .text p{
	text-align:center;
}
.top_medical .box1{
margin: 0 auto 115px;
max-width: 1200px;
width: auto;
}
/*.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 dl:last-child{
	margin-right:0;
}
.top_medical_list dl:nth-of-type(2),
.top_medical_list dl:nth-of-type(4){
	top:55px;
	position:relative;
}
.top_medical_list dl{
	display:block;
	float:left;
	width:13.93%;
	margin-right:2.7%;
	margin-bottom:20px;
	text-align:center;
	 padding: 25px 20px;
  border: solid 1px #ccc;
  background:#f7f7f7;
  position: relative;
}
.top_medical_list dl:before{
  content: "";
  border: solid 1px #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index:0;
}

.top_medical_list dl dt{
	margin-bottom:12px;
}
.top_medical_list dl dd{
	/*font-weight:600;*/
	/*text-align:left;
	font-size: 14px;
line-height: 1.95;
z-index:8888;
position:relative;
}

.top_medical_list dl dd span{
	display:block;
	text-align:center;
	font-size: 15px;
	font-family: Midashi Min MA31, serif;
	font-weight:600;
	letter-spacing:0;
	border-top: solid 1px #ccc;
	padding:20px 0 15px;
	margin:22px 0 0;
}*/




.top_medical h2.tit01 {
    position: relative;
    margin-bottom: 50px;
    /* padding: 14px; */
    letter-spacing: 0.1em;
    /*line-height: 1.4;*/
	line-height: 0.9;
    color: #1F2774;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    font-family: Midashi Min MA31, serif;
}

.top_medical h2.tit01 span {
    /* display: inline-block; */
    position: relative;
    letter-spacing: 0.15px;
    color: #C0AB9A;
    font-size: 15px;
    /* font-family: "Times New Roman", Times, serif; */
    font-family: Midashi Min MA31, serif;
    font-weight: 600;
    z-index: 2;
    display: block;
    margin: 0 0 15px;
}

.top_medical h2.tit01 span::before {
    margin-left: 15px;
    margin-right: 15px;
    content: "―";
}
.top_medical h2.tit01 span::after {
    margin-right: 15px;
    margin-left: 15px;
    content: "―";
}

.top_medical_list li {
	position: relative;
	display: block;
    float: left;
    width: 13.93%;
    margin-right: 2.7%;
    margin-bottom: 20px;
    text-align: center;
    padding: 25px 20px;
    border: solid 1px #ccc;
    background: #f7f7f7;
}
.top_medical_list li:nth-of-type(2), .top_medical_list li:nth-of-type(4) {
    top: 55px;
    position: relative;
}
.top_medical_list li:last-child {
    margin-right: 0;
}
.top_medical_list li:before {
    content: "";
    border: solid 1px #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    z-index: 0;
}
.top_medical_list li h3{
	margin-bottom: 12px;
}
.top_medical_list li h3.tit01 span {
    /* display: inline-block; */
    position: relative;
    letter-spacing: 0.15px;
    color: #C0AB9A;
    font-size: 15px;
    /* font-family: "Times New Roman", Times, serif; */
    font-family: Midashi Min MA31, serif;
    font-weight: 600;
    z-index: 2;
    display: block;
    margin: 0 0 15px;
}
.top_medical_list li h3 {
	position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: Midashi Min MA31, serif;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 32px 0 0;
    margin: 22px 0 0;
}
.top_medical_list li h3 span {
    font-family: Midashi Min MA31, serif;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.15px;
	line-height: 1;
    color: #C0AB9A;
    font-size: 12px;
    z-index: 2;
    display: block;
    margin: 0 0 15px;
}
.top_medical_list li h3:before{
	position: absolute;
    z-index: 999;
    content: "";
    width: 100px;
    height: 100px;
    top: -30px;
    margin: auto;
    left: 0;
    right: 0;
}
.top_medical_list li:nth-of-type(1) h3:before{
	background:url(../images/medical_icon01.png) top center no-repeat;
	background-size:57px;
}
.top_medical_list li:nth-of-type(2) h3:before{
	background:url(../images/medical_icon02.png) top center no-repeat;
	background-size:57px;
}
.top_medical_list li:nth-of-type(3) h3:before{
	background:url(../images/medical_icon03.png) top center no-repeat;
	background-size:57px;
}
.top_medical_list li:nth-of-type(4) h3:before{
	background:url(../images/medical_icon04.png) top center no-repeat;
	background-size:57px;
}
.top_medical_list li:nth-of-type(5) h3:before{
	background:url(../images/medical_icon05.png) top center no-repeat;
	background-size:57px;
}
/*.top_medical_list li div {
    /* font-weight: 600; */
    /*text-align: left;
    font-size: 14px;
    line-height: 1.95;
    z-index: 8888;
    position: relative;
}*/
.top_medical_list p{
	text-align: left;
    font-size: 14px;
    line-height: 1.95;
    z-index: 8888;
} 
.top_medical_list h4 {
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: Midashi Min MA31, serif;
    font-weight: 600;
    letter-spacing: 0;
    border-top: solid 1px #ccc;
    padding: 20px 0 15px;
    margin: 22px 0 0;
}
.top_medical_list li .btn02 {
    width: 100%;
		margin:20px 0 0;
}

.top_medical_list li .btn02 a i{
	right: 0;
	position: absolute;
	margin: 7px 10px 0 0;
}

.top_medical_list li .btn02 a {
	position: relative;
    display: inline-block;
    padding: 2px 20px;
    border: 1px solid #00408f;
    color: #fff;
	font-size: 14px;
    font-weight: 600;
    transition: ease-in-out 0.2s;
	width:75%;
	text-align:center;
	font-family: Midashi Min MA31, serif;
	background:#1e2476;
}

.top_medical_list li .btn02 a:hover {
	border:solid 1px #f18b00;
    background-color: #f18b00;
    color: #fff;

}

.top_medical_list li .btn02 a i {
    right: 0;
    position: absolute;
    margin: 7px 10px 0 0;
}
/*==================================================================

	.top_medical2

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

.top_medical2{
}
.top_medical2 .text p{
	text-align:center;
}
.top_medical2_list{
}
.top_medical2_list a{
	display:block;
	float:left;
	width: 120px;
    margin-right: 17.14px;
	margin-bottom:20px;
	text-align:center;
}
.top_medical2_list a:last-child{
	margin-right:0;
}
.top_medical2_list dl{
	width:100%;
}
.top_medical2_list dl dt{
	margin-bottom:7px;
}
.top_medical2_list img{
	width:100%;
}
.top_medical2_list dl dd{
	font-weight:600;
}



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

	.top_medical3

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

.top_medical3{
}
.top_medical3 .text p{
	text-align:center;
}
.top_medical3_list{
}
.top_medical3_list li{
	float:left;
	width: 120px;
    margin-right: 17.14px;
	margin-bottom:20px;
	text-align:center;
}
.top_medical3_list li:last-child{
	margin-right:0;
}
.top_medical3_list a{
}
.top_medical3_list img{
	width:100%;
}







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

	.top_medical4

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

.top_medical4{
	padding-top:80px;
}

.top_medical4_list{
	width:980px;
	margin:0 auto;
}
.top_medical4_list dl{
	position:relative;
	float:left;
	width: 270px;
    margin-right:85px;
	margin-bottom:112px;
	text-align:center;
}
.top_medical4_list dl:nth-child(3n){
	margin-right:0;
}
.top_medical4_list a{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.top_medical4_list dt img{
	width:100%;
	border-radius:100%;
}
.top_medical4_list dd h4{

	position:absolute;
	left:-6px;
	top:0;
		font-size:21px;
}
.top_medical4_list dd p{
	position:absolute;
	left:-6px;
	bottom:0;
	font-size:14.5px;
}


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

	.top_topic

==================================================================*/
.top_topic{
	
}

.top_topic .box1{
	width: 800px;
	margin: 50px auto 0;
	border: 2px solid #1F2774;
	padding: 30px;
}

.top_topic .box1 p span{
	font-weight: bold;
}
/*==================================================================

	$medical

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

.medical{
	
}

.medical_top{
	
}

.medical_top ol .text {
width: 42.5%;
margin-bottom: 3.7%;
float: left;
background: #f0f0f0;
padding: 30px;
box-shadow: 0 0 0 1px #fff, 0 0 0 5px #f0f0f0;
}

.medical_top ol .text h4{
padding:15px 0 25px 65px;
border-bottom: dashed 2px #1F2774;
}

.medical_top ol .text:nth-of-type(1){
	background-image:url(../images/medical_icon_bg01.png);
	background-position:right -20px bottom -50px;
	background-repeat:no-repeat;
}
.medical_top ol .text:nth-of-type(1) h4{
background:url(../images/medical_icon01.png) left top no-repeat;
background-size:57px;
}
.medical_top ol .text:nth-of-type(2){
	background-image:url(../images/medical_icon_bg02.png);
	background-position:right -20px bottom -50px;
	background-repeat:no-repeat;
}
.medical_top ol .text:nth-of-type(2) h4{
background:url(../images/medical_icon02.png) left top no-repeat;
background-size:57px;
}
.medical_top .text:nth-of-type(3){
	background-image:url(../images/medical_icon_bg03.png);
	background-position:right -20px bottom -50px;
	background-repeat:no-repeat;
}
.medical_top ol .text:nth-of-type(3) h4{
background:url(../images/medical_icon03.png) left top no-repeat;
background-size:57px;
}
.medical_top ol .text:nth-of-type(4){
	background-image:url(../images/medical_icon_bg04.png);
	background-position:right -20px bottom -50px;
	background-repeat:no-repeat;
}
.medical_top ol .text:nth-of-type(4) h4{
background:url(../images/medical_icon04.png) left top no-repeat;
background-size:57px;
}
.medical_top ol .text:nth-of-type(5){
	background-image:url(../images/medical_icon_bg05.png);
	background-position:right -20px bottom -50px;
	background-repeat:no-repeat;
}
.medical_top ol .text:nth-of-type(5) h4{
background:url(../images/medical_icon05.png) left top no-repeat;
background-size:57px;
}

.medical_top ol .text:nth-child(odd) {
	margin-right:3.7%;
}

.medical_trouble{
	background:#f8e68f;
	/*border-radius:10px;*/
	padding:20px 20px 10px;
}

.medical_trouble h4{
	color:#9a820e;
}

.medical_caution{
	font-weight:600;
	color:#f18b00;
}

.medical_price{
	font-weight:600;
}

.medical_price span{
	font-weight:600;
	color: #b69d89;
}
.free_list li{
	float: none !important;
}
.free_list li:before {
    top: 7px !important;
}
.free_list li.no4:before {
    top: 11px !important;
}
/*==================================================================

	$doctor

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

.doctor_greet .text{
	float:left;
	width:660px;
}

#contents_left .top_doctor_img{
	position: static;
}

.doctor_carr{
}
.doctor_carr h4.tit01{
	margin-bottom:15px;
}
.doctor_carr_sec1{
	float:left;
	width: 43.4%;
	margin-right: 20px;
	padding: 20px 30px;
	background-color:#1e2476;
	font-size:14px;
	color:#fff;
	background-image:url(../images/logo_bg2.svg);
	background-repeat:no-repeat;
	background-position:right -20px bottom -20px;
	background-size:75%;
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
	font-size:14px;
	color:#fff;
}
.doctor_carr_sec1 table{
	width:100%;
}



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

	.news

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

.top_news{
	font-size:14.5px;
	
	position: absolute;
width: 100%;
bottom: 0;
height:160px;
background:url(../images/top_news_bg.png) top center;
}

.top_news .box1 {
    position: relative;
    max-width: 1100px;
	width:auto;
    margin: 0 auto;
	z-index: 9990;
}

.top_news .box1 .btn02{
float: right;
top:70px;
position:relative;
}

.top_news .box1 .btn02 a {
    display: inline-block;
    padding: 0;
    border:none;
    color: #00408f;
	background-color: transparent;
    /*font-weight: 600;*/
    transition: ease-in-out 0.2s;
	font-family: "futura-pt",sans-serif;
}

.top_news .box1 .btn02 a:hover {
    background-color: transparent;
    color: #f18b00;
}

.top_news h2.tit02 {
    position: relative;
    margin-bottom:0;
    padding: 42px 0 0;
    letter-spacing: 0.15em;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
	width:220px;
	float:left;
}

.top_news h2.tit02::before {
    position: static;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image:none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    content: "";
}

/*.top_news h3.tit02::after {
position: absolute;
top: 0;
left: 0;
height:50px;
width: calc((170vw - 100%)/2);
width: 100%;
background-color: #1e2476;
content: "";
z-index: -3;
float:left;
}*/


.top_news_flame{
	/*padding:35px 33px;
	border:15px solid #F0F0F0;*/
	width: 700px;
	float:left;
	margin: 15px 0 15px 50px;
}
.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:#1F2774;
}
/* 日付 */
.date{
	margin-right:30px;
	color: #888988;
	font-size:16px;
}

.info_title{
	font-weight:600;
	font-size:16px;
}

.news_text .date,
.news_text .info_title{
	font-size:15px;
}

/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:130px;
}



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

	$access

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

.access .box2{
	width:800px;
	margin:0 auto 100px;
}

.access_guide{
	margin-bottom:20px;
	font-weight:600;
	text-align:center;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
	text-align:center;
}
.access_map dt i{
	margin-right:7px;
	color:#1F2774;
}
.access_map dd{
max-width: 800px;
height: 400px;
width: auto;
}
.access_map dd iframe {
    vertical-align: bottom;
    border: 0;
    width: 100%;
    height: 100%;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid #f1f1f8/*rgb(237, 237, 237)*/;
	padding: 25px 30px 5px;
}
.access_info h4 i{
	margin-right:7px;
	color:#1F2774;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}
.access_train h4,.access_bus h4,.access_car h4,.access_bike {
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:600;
}
.access_train ul li,.access_bus ul li,.access_car ul li,.access_bike ul li{
	font-size:14.5px;
}

.access_direction dl {
	float: left;
	width: 31%;
	margin-right: 3.3%;
	margin-bottom: 4%;
}
.access_direction dl:nth-of-type(3),
.access_direction dl:nth-of-type(6),
.access_direction dl:nth-of-type(8){
	margin-right: 0;
}
.access_direction dl dt {
	position: relative;
}
.access_direction dl dt::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	width: 18px;
	height: 38px;
	margin: auto;
	background: url(../images/case_arrow.png) no-repeat;
	background-size: contain;
	content: "";
}
.access_direction dl:nth-of-type(3) dt::after,
.access_direction dl:nth-of-type(6) dt::after,
.access_direction dl:nth-of-type(7) dt::after{
	display: none;
}
/*.access_direction dl:last-child dt::after {
	display: none;
}*/

.access_direction dl dt img {
	width: 100%;
	margin:0 0 10px;
}

.access_direction dl dd span {
	margin-right: 5px;
	color: #c0ab9a;
	font-family: Midashi Min MA31, serif;
	font-size: 24px;
}

.access_direction dl dd {
	line-height:1.5;
}




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

	$feature

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

.feature{
}

.feature .box2{
	width:auto;
	margin:0 auto 100px;
}

.feature .layout01{
	width:70%;
}

.feature .layout04 dl {
    padding: 0;
	border-bottom: dashed 1px #c5c5c5;
	margin:0;
}

.feature .layout04 dt{
	background-color: #fff;
	text-align:center;
	padding:2%;
}

.feature .layout04 dt img{
	width:70%;
}

.feature .layout04 dd {
    padding: 3% 3% 3% 1%;
}

.feature .layout04 dl:last-child dt{
	width:18.8%;
}

.feature .img_fr {
    margin-top: 30px;
	margin-left: 80px;
}

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

	$clinic

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



.clinic{
}


.clinic .box2{
	width:900px;
	margin:0 auto 100px;
}


/* 院内スライド（サムネイル右、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:600;
	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: 20%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 45%;
	margin: 0 4% 0 0;
	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:600;
	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:600;
	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:600;
	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:600;
	color:#002A64;
	text-align:center;
}




/* 医院概要 */

.clinic_sec1{
	position:relative;
	font-size:14.5px;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 8px 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:600;
	color: #1e2476;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule .tb01{
	border: 1px solid #e4e4e4;
	width:100%;
	font-size:14px;
}
.clinic_sec1 .schedule .tb01 tr:first-child th{
	background-color:#f1f1f8;
	color:#1e2476;
	font-weight:600;
	padding: 10px 20px 10px 20px !important;
	text-align:center;
}

.clinic_sec1 .schedule .tb01 tr:first-child td{
	background-color:#f1f1f8;
	color:#1e2476;
	font-weight:600;
	padding: 10px 13px 10px 13px !important;
}
.clinic_sec1 .schedule .tb01 tr:nth-of-type(2) th,
.clinic_sec1 .schedule .tb01 tr:nth-of-type(3) th{
	text-align:center;
	color:#1e2476;
	font-weight:600;
}
.clinic_sec1 .schedule .tb01 tr:nth-of-type(2) td,
.clinic_sec1 .schedule .tb01 tr:nth-of-type(3) td{
	color:#1e2476;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	
}

.clinic_sec1 .schedule_note li {
    color: #1e2476;
	text-align:right;
}




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

	$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:600;
	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:600;
}
.facilities_equip2 dd p{
	margin-top:7px;
}



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

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





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

	$qa

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

.qa1{
}
.qa1 dl{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
	position:relative;
	margin-bottom: 15px;
	padding-left:40px;
	font-weight:600;
}
.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.";
}


