@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
    src: local("Noto Sans CJK JP Regular"),
      url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
    src: local("Noto Sans CJK JP Bold"),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}

html {
	overflow: auto;
}
body {
	font-family: "Noto Sans", "Noto Sans CJK JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#3e3a3a;
	font-size:15px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
	overflow: hidden;
	position: relative;
}
a {
	color: #63b38c;
	text-decoration: none;
}
a:hover {
	color:#99d8bd;
}
::selection{
	background-color:#99d8bd;
}
::-moz-selection{
	background-color:#99d8bd;
}

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#block1, #block2, #block3, #block4, #block5, #block6{
	margin-top: -100px;
	padding-top: 100px;
	display: block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

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

	header

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

header {
	width:100%;
	height:71px;/* navのtopと同じ値にする */
	/*margin-bottom:80px;*//* navのheightと同じ値にする */
	position: absolute;
	top:0;
	z-index: 1;
}
header .inner{
	position:relative;
	width:1080px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	padding-top: 31px;
}

/* 住所 */
.header_info{
	float:right;
	text-align:right;
}
.header_info li{
	display: inline-block;
}
.header_info_ad{
}

/* ご予約・お問合せ */
.header_tel {
	margin-left: 36px;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	color: #00a4cd;
	letter-spacing: 0.14em;
}
.header_tel a {
	position: relative;
	font-size: 30px;
	color: #00a4cd;
}
.header_tel a::after {
	position: absolute;
	top: -15px;
	right: -2px;
	content: "ヨイハナ";
	font-size: 13px;
	letter-spacing: 0.4em;
}
/*.header_tel{
	float:right;
	text-align:right;
	line-height: 1.4;
}
.header_tel dt{
	font-weight:bold;
	font-size:13px;
}
.header_tel dd{
	position:relative;
	padding-left:25px;
	font-size:24.7px;
	letter-spacing:0.1em;
}
.header_tel dd:before{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15px;
	height:21.8px;
	margin:auto;
	background-image:url(../images/header_tel.svg);
	background-repeat:no-repeat;
	content:"";
}
.header_tel dd a{
	color:#1F2774;
}*/

.header_wrap {
	height: 100px;
	width: 100%;
	z-index: 9999;
	position: relative;
	top:20px;
	right: 0;
}
.header_wrap_inner {
	position: relative;
	width:100%;
	max-width: 1080px;
	height:68px;
	margin: 0 auto;
}
.header_wrap.fixed {
	padding-top: 16px;
	background: rgba(255,255,255,0.8);
}
/* ロゴ */
.header_wrap h1 {
	position: absolute;
	top: -68px;
	left: 0;
}
.header_wrap h1, .header_wrap h1 img {
	width: 265px;
	height: 160px;
}
.header_wrap.fixed h1 {
    position: absolute;
    top: -9px;
    left: 99px;
}
.header_wrap.fixed h1, .header_wrap.fixed h1 img {
    width: 138px;
    height: 76px;
}



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

	nav

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

nav {
	position: absolute;
	top:0;/* headerのheightと同じ値にする */
	right: 0;
	width:763px;
	height:68px;/* headerのmargin-bottomと同じ値にする */
	z-index:9999;
}
nav ul{
	display:flex;
	justify-content: space-between;
	height: inherit;
	margin:0 auto;
	text-align:center;
}
nav li {
	height:inherit;
}
nav li:first-child {
	margin-left: 0;
}
nav li:last-child {
	margin-right: 0;
}
nav li a{
	display: block;
	padding: 13px 15px;
	border-radius: 17px;
	line-height: 1.6;/* 上下中央寄せのためにnavのheightと同じ値にする */
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #333;
	background-color: #fff;
}
nav li a:hover {
	background-color: rgba(255,255,255,1.00)
}
nav li a:hover,
nav li.active2 a{
	color: #1F2774;
}
nav li a span{
	display: block;
	color: #00a4cd;
	font-family: 'Rubik', sans-serif;
	font-size: 11px;
}

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

/* ホバーで出てくるメニューを示すアイコン */
/*
.nav_slidebtm{
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 8px;
}
*/

/* ホバーで出てくるメニュー */
nav ul li div {
	position: absolute;
	display:none;
	width: 30%;
	top: 100%;
	left: 32%;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
}
nav ul li.nav_slidebtm2 div {
	width: 33%;
	top: 100%;
	left: 46%;
}
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;
	background-color: transparent;
	border-radius: 0;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: #aedce8;
}

/* 矢印 */
.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_wrap {
	position: relative;
}*/

#mainvisual {
	display:block;
	position:relative;
	height: 450px;
	background-image:url(../images/mainvisual_slide1.png);
	background-color:#f0f0f0;
	background-position:center ;
	background-repeat:no-repeat;
}

#mainvisual .inner {
	display:table;
	position:relative;
	height: inherit;
	width:1080px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h2 {
	position:relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.top_web_yoyaku{
	position: fixed;
	top:100px;
	right: 0;
	z-index: 9999;
}




/* キャッチフレーズ */
.mainvisual_catch {
	position: absolute;
	top: 270px;
	left: 0;
	right: 0;
	margin: auto;
	width: 130px;
}
.mainvisual_catch h2 {
	margin-bottom: 20px;
	color:#555;
	font-size:26px;
	letter-spacing: 0.16em;
/*	text-shadow:0 0 5px rgba(255,255,255,0.7);*/
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
/*	text-shadow:0px 0px 15px #ffffff,15px 11px 19px #ffffff,-10px -10px 19px #ffffff,-18px 0px 19px #ffffff,27px -4px 19px #ffffff;*/
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 5px #ffffff, 0px 0px 10px #ffffff, 0px 0px 20px #ffffff, 0px 0px 52px #ffffff;
}
.mainvisual_catch h2 span {
	color: #00a4cd;
}
.mainvisual_catch h2 span:nth-child(4) {
	color: #006ab7;
}

/*.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}*/
.mainvisual_open{
	position:absolute;
	bottom: 83px;
	left: 0;
	width:294px;
}
.mainvisual_open img{
	width:100%;
}
.mainvisual_yoyaku {
	position:absolute;
	bottom: 82px;
	right: 8px;
	width:216px;
}
.mainvisual_yoyaku img{
	width:100%;
}
.mainvisual_recruit {
	position:absolute;
	bottom: 325px;
	right: 8px;
	width:216px;
}
.mainvisual_recruit img{
	width:100%;
}


/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom:2px;
	padding-top: 145px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h2{
	font-weight:bold;
	font-size: 27px;
	color: #555;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #006ab7;
}

/* 飾りの英語の棒 */
.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;
	width:1080px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom: 100px;
}
#contents::after {
	display: block;
	clear: both;
	content: "";
}



#contents_left{
	float:left;
	width:720px;
}
#contents_right{
	float:right;
	width:280px;
	font-size:15px;
	line-height:1.6;
}
.right_medical {
	position: relative;
	padding:20px 15px 30px 15px;
	background-color: #00a4cd;
	box-sizing: border-box;
	border-radius: 10px;
}
.right_medical h3{
	padding: 0 0 15px 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.right_medical h3 span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.right_medical ul{
	border-top: 2px dotted #fff;
}
.right_medical li {
	border-bottom:2px dotted #fff;
}
.right_medical li a{
	display: block;
	color: #fff;
	position: relative;
	padding: 15px 0 15px 10px;
	font-weight: bold;
	font-size: 16px;
}
.right_medical li a:after {
	position: absolute;
	top: 15px;
	right: 10px;
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
  transition: ease-in-out 0.2s;
}
.right_medical li a:hover:after {
	right: 5px;
}
.right_medical li a:hover {
	color: #c9f2fc;
}
.right_medical li:last-child{
	margin-bottom:0;
}
.right_medical img{
	width:100%;
}


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

	$footer

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

footer {
	position:relative;
	width:100%;
	background-color:#f0fcff;
}
footer:before {
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	content: "";
	width: 100%;
	height: 20px;
	background: url(../images/footer_before.png) repeat-x top left;
}

.footer_info{
}
.footer_info .inner{
	width:1080px;
	margin:0 auto;
	padding: 61px 0 17px;
	display: flex;
	justify-content: space-between;
}
.footer_info_left {
	width: 48%;
}
.footer_info_right {
	width: 48%;
	text-align: right;
}

/* フッターの医院概要 */
.footer_info_overview {
	display: flex;
	justify-content: space-between;
}
.footer_info_ov_left {
	width: 32%;
	padding-top: 29px;
}
.footer_info_ov_right {
	width: 64%;
	padding-top: 22px;
}
.footer_info_ov_tel {
	padding-top: 28px;
	font-size: 20px;
	color: #00a4cd;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.footer_info_ov_tel a {
	font-size: 34px;
	font-family: 'Rubik', sans-serif;
	color: #00a4cd;
}
.footer_info_ov_tel a span {
	position: relative;
}
.footer_info_ov_tel a span:before {
	position: absolute;
	top: -18px;
	right: 5px;
	content: "ヨイハナ";
	font-size: 13px;
	letter-spacing: 0.4em;
}
.footer_info_ov_add {
	padding-top: 3px;
	padding-bottom: 13px;
	text-align: center;
}


/* 診療時間(医院案内、アクセス共通) */
.footer_info_sche{
	font-size:16px;
}
.schedule table{
	width:100%;
	background-color:#00a4cd;
}
.schedule table tr:first-child td{
	font-weight:bold;
	color: #fff;
	padding: 12px 13px 6px 13px;
}

.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;
	color: #00a4cd;
}



/* ページトップ */
.pagetop_wrap {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.pagetop,
.pagetop img{
	width: 147px;
	height: 64px;
}
.pagetop:hover,
.pagetop img:hover {
	opacity: 0.7;
}
.pagetop{
	position:relative;
	margin:0 0 0 auto;
	text-align:right;
	cursor:pointer;	
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0;
	transition:0.5s ease-in-out;
}


/* コピーライト */
.copy {
	text-align: center;
	padding-top: 9px;
	padding-bottom: 10px;
	background-color: #92d6e7;
}
.copy small{
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.09em;
	color: #fff;
}



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

	タイトル

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

/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #555;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
h3.tit01 span {
	display: block;
	font-size: 18px;
	color: #00a4cd;
  letter-spacing: 0.12em;
}

/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.15em;
	color: #0069b7;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.4;
	text-align: left;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
h3.tit02::before{
	position: absolute;
	width: 60px;
	height: 60px;
	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.1em;
	line-height: 1.4;
	color: #00a4cd;
	font-size: 22px;
	font-weight:bold;
	text-align:left;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
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:"/";
}

h5.tit01{
	font-size:18px;
	font-weight: bold;
	color:#3e3a3a;
	border-bottom: 2px dotted #68c8e0;
	display: inline-block;
	margin-bottom: 5px;
    font-family: fot-tsukuardgothic-std, sans-serif;
}

/*
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: #5eb6cc;
	border: 1px solid #5eb6cc;
	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 {
    display: flex;
    flex-wrap: wrap;
	padding: 25px 15px 15px 15px;
	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: #5eb6cc;
	border: 1px solid #5eb6cc;
	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:#f7f7f7;
}
.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 {
padding: 30px 25px 20px;
  background: #f7f3eb;
  counter-reset: section;
}
.list09 li {
  /*display: flex;
  align-items: baseline;*/
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-bottom: 8px;
  border-bottom: #968a59 1px dashed;
}

.list09 li::before{
  display: inline;
  counter-increment: section;
  content: counter(section);
  font-size: 88%;
  font-weight: 700;
  color: #fff;
  background-color: #968a59;
  border-radius: 20px;
  padding: 2px 10px;
  margin-right: 10px;
}

/*----------番号付き----------*/
ol {
    margin: 0;
    padding: 0;
    counter-reset: number;
    list-style: none;
}
ol li {
    margin: 0 0 10px 30px;
    list-style-type: none;
    position: relative;
}
ol li:last-of-type {
    margin: 0 0 0 30px;
}
ol li:before {
    padding: 2px 8px;
    border-radius: 2%;
    color: #5eb6cc;
    counter-increment: number;
    content: counter(number) ".";
    left: -30px;
    position: absolute;
}

/*----------番号（四角の背景色付き）----------*/
ol.circle {
    margin: 0;
    padding: 0;
    counter-reset: number;
    list-style: none;
}
ol.circle li {
    margin-bottom: 12px;
    list-style-type: none;
}
ol.circle li:before {
    margin: 0 0 8px;
    line-height: 1.6;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: unset;
    background: #5eb6cc;
    border-radius: 50%;
    color: #fff;
    counter-increment: number;
    content: counter(number);
}

/*ボタン ゴースト*/
.btn01{
/*	position:relative;
	top:10px;
	margin-bottom:10px;*/
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #e2c890;
	border-radius: 10px;
	background-color: #e2c890;
	text-align:center;
	color:#fff;
	transition:ease-in-out 0.1s;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.14em;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#e2c890;
	background-color:#fff;
}
.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:#00408f;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#00408f;
	color:#fff;
}

.btn03 a{
  margin-top: 5px;
  padding: 10px;
  display: block;
  background-color: #e6f2f5;
  line-height: 1.5;
}
.btn03 a:hover{
  opacity: .8;
}
/* 画像を右寄せ　※画像サイズは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;
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	padding-left:20px;
	line-height:1.3;
	font-size:15px; 
	font-weight:bold;
	color: #1F2774;
	text-align:left;
}

/*----------枠----------*/
.box_style01 {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 15px;
}



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

	table

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

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:7px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
	border-radius: 10px;
}
.tb01 td,.tb01 th{
	vertical-align: middle;
	color: #fff;
}
.tb01 th:first-child{
	
}
.tb01 th{
	padding:10px 22px 8px 22px;
	line-height:1;
	white-space:nowrap;
	text-align:left;

}
.tb01 td{
	padding:2px 13px 5px 13px;
}
.tb01 tr:last-child td,.tb01 tr:last-child th {
	padding-bottom: 20px;
	border:none;
}


/*医院概要*/
.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;
}

/* スタッフ募集 */
.tb05 {
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
	margin-bottom: 40px;
}
.tb05 td, .tb05 th {
	padding: 12px 36px;
}
.tb05 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	background-color: #f2f1ef;
	font-size: 16px;
}
.tb05 th span {
	font-size: 13px;
}
.tb05 td {
	background-color: #ffffff;
	text-align: left;
}

.tb05 ul.list03{
	margin-bottom: 20px;
}

.tb05 ul.list03 li{
	line-height: 1.2;
}

.tb05 ul.list03 li:before{
	display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #006334;
    border: 1px solid #006334;
    border-radius: 100%;
}


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

	アンカーリンンク

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

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



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

	.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: 32%;
    padding: 0 1%;
    background-color: #F7F7F7;
    letter-spacing: 0.1em;
    color: #00a4cd;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
    font-family: 'Rubik', sans-serif;
	font-size:30px;
	font-weight:normal;
	color: #6fc8b6;
}
.layout01 dd{
    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;
}


/* 横幅広げる */
.layout02_A {
	display: flex;
	justify-content: space-between;;
}
.layout02_A::after{
	display: none;
}
.layout02_A dl{
	width: 48%;
	margin-right: 0;
}

/* 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: 37%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.layout03 dd h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
	margin-bottom: .5em;
}
.layout03 dd h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}

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



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

}
.layout05 dt{
	width:25%;
	background-color:#fff;
	text-align:center;
		vertical-align:middle;
	padding: 20px 0;
}
.layout05 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout05 dt h5{
	  color: #00a4cd;
    font-size: 18px;
	font-weight: bold;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.layout05 dd{
	padding:1% 3%;
	vertical-align:top;
}
.layout05 dd:nth-child(2){
	width:36.5%;
}
.layout05 dd:nth-child(3){
	width:38.5%;
	border-left:1px solid #e2e2e2;
}

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

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

.layout05_text1 ul li{
	text-indent:-1em;
	margin-left:1em;
}
.layout05_text02 img {
	width: 100%;
}
.layout05_text02 dl {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
/*.layout05_text02 dl::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -70px;
	display: block;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background: url("../images/arrow03.svg") center center no-repeat;
	background-size: contain;
}
.layout05_text02 dl:last-of-type::after {
	display: none;
}*/
.layout05_text02 dl dt{
	width: 45%;
}
.layout05_text02 dl dd {
	width: 50%;
}
.layout05_text02 em {
	display:inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 10px 0 0;
	font-size:1.4em;
	font-weight:normal;
	font-family: fot-tsukuardgothic-std, sans-serif;
	background-color:#00A4CD;
	color: #fff;
}

/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06{
	padding-bottom:20px;
}
.layout06 dl {
		width: 100%;
    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{
	width:28%;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout06 dt em{
	display:block;
	line-height:1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.layout06 dd:nth-child(2){
	width:40%;
}
.layout06 dd:nth-child(3){
	width:35%;
	border-left:1px solid #e2e2e2;
}

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


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

/* 3つ並びのレイアウト。矢印付き */
.layout08{
	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;
}

/* layout10 */
.layout10{
  position: relative;
}
.layout10 .flow_box{
  position: relative;
  display: flex;
  padding: 32px;
  background: #fff;
}
.layout10 .flow_box::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 4px;
  height: calc(100% - 4px);
  border-right: #00a4cd dotted 4px;
  box-sizing: border-box;
  content: "";
}
.layout10 .flow_box:first-child::before{
  top: 32px;
  bottom: auto;
  height: calc(100% - 34px);
}
.layout10 .flow_box:last-child::before{
  top: 2px;
  bottom: auto;
  height: 86px;
}
.layout10 .flow_box:nth-child(even){
  background: #eaf2e0;
}
.layout10 .flow_box:nth-child(odd){
  background: #F7F7F7;
}
.layout10 .flow_box:first-child{
  border-radius: 10px 10px 0 0;
}
.layout10 .flow_box:last-child{
  border-radius: 0 0 10px 10px;
}
.layout10 .flow_box .number{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 4%;
  background: #0069b7;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  font-family: #00a4cd;
}
.layout10 .flow_box .layout10_box{
  width: 90%;
}

.layout10 .flow_box .layout10_text .title{
  background: #0069b7;
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-family: #0069b7;
  letter-spacing: 0.12em;
}
.layout10 .flow_box .layout10_text .title span{
  position: relative;
}
.layout10 .flow_box .layout10_text .title span::after{
  display: inline-block;
  content: "|";
  margin: 0 12px;
}
.layout10 .flow_box .layout10_text .title2{
  padding-bottom: 2px;
  padding-top: 16px;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px dashed rgba(35,24,21,0.4);
}
.layout10 .flow_box .layout10_text .list03{
  margin-top:8px;
}
.layout10 .flow_box .layout10_text .list03 li{
  margin-bottom: 0;
}
.layout10 .flow_box .layout10_text .list03 li::before{
  background-color: #0069b7;
  border: 1px solid #0069b7;
}

.layout10 .flow_box .layout10_text .list_column{
  display: flex;
  flex-wrap: wrap;
}
.layout10 .flow_box .layout10_text .list_column li{
  margin-right: 5%;
}

.layout_tit {
	color: #00a4cd;
    font-size: 18px;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
/*==================================================================

	box

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

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

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

	.top_doctor

==================================================================*/
.top_doctor {
	position: relative;
	background-color: #fff8f0;
}
.top_doctor:after {
	display: block;
	position: absolute;
	bottom: -51px;
	left: 0;
	content: "";
	width: 100%;
	height: 66px;
	background: url(../images/top_doctor_after.png) repeat-x top center;
}
.top_doctor_bg {
	background-image: url(../images/top_doctor_bg.png);
	background-repeat: no-repeat;
	background-position: right 23px bottom 150px;
}
.top_doctor .box1 {
	position: relative;
	margin-bottom: 0;
	height: 740px;
}
.top_doctor_h3 {
	position: absolute;
	top: 80px;
	left: 362px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 0.12em;
}
.top_doctor_h3 span {
	color: #00a4cd;
}
.top_doctor_h3 span:nth-child(2) {
	color: #006ab7;
}

.top_doctor_img {
	position: absolute;
	top: 89px;
	left: 21px;
}
.top_doctor_img2 {
	position: absolute;
	bottom: 149px;
	left: -273px;
}
.top_doctor_img3 {
	position: absolute;
	bottom: 100px;
	left: 186px;
}
.top_doctor .text {
	position: relative;
	float: right;
	width: 540px;
	margin-top: 120px;
}
.top_doctor .text:after {
	display: block;
	content: "";
	clear: both;
}
.top_doctor .text p {
	line-height: 2;
}
/*.top_doctor_img{
	float:right;
	color:#1F2774;
	line-height: 1.4;
	font-weight:bold;
}
.top_doctor_img dt{
	margin-bottom:7px;
	font-size:15px;
}
.top_doctor_img dd{
	font-size:16px;
}
.top_doctor_img dd span{
	display:block;
	letter-spacing:2px;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
	font-weight:400;
	color:#C3AF97;
}*/

.top_doctor .btn01{
	float:right;
	width:240px;
	margin-top: 30px;
}
.top_doctor .btn01:after {
	display: block;
	content: "";
	clear: both;
}
.top_doctor .btn01 a{
	display:block;
}


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

	.top_medical

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

.top_medical{
	padding: 123px 0 0 0;
	background: url(../images/top_medical_bg.png) repeat-x top left;
}
.top_medical .box1 {
	margin-bottom: 0;
}
.top_medical_h3 {
	margin-bottom: 30px;
	font-size: 27px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.top_medical_h3 span {
	display: block;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
}
.top_medical_marker {
	text-align: center;
	margin-bottom: 102px;
}
.top_medical_marker p span {
	margin: 0 auto;
	padding: 0 10px 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.16em;
	color: #fff;
	background: linear-gradient(transparent 60%, rgba(105,154,183,0.4) 60%);
}
.top_medical .text p{
	text-align: center;
}
.top_medical_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.top_medical_list .top_medical_list_item03,
.top_medical_list .top_medical_list_item05{
	margin-right: 0;
}
.top_medical_list .top_medical_list_item02,
.top_medical_list .top_medical_list_item04 {
	background-color: #e5f2ef;
}
.top_medical_list dl {
	position: relative;
	width: 100%;
	max-width: 333px;
	margin-right: 40px;
	margin-bottom: 104px;
	padding: 110px 21px 19px;
	background-color: #e6f2f5;
}
.top_medical_list dl.top_medical_list_item04,
.top_medical_list dl.top_medical_list_item05 {
	margin-bottom: 0;
}
.top_medical_list dl dt {
	position: absolute;
	top: -67px;
	left: 0;
	right: 0;
	margin: auto;
}
.top_medical_list dl dt a {
	position: relative;
	display: block;
	text-align: center;
}
.top_medical_list dl:hover:before {
	display: block;
	content: "";
	position: absolute;
	top: -86px;
	right: 117px;
	width: 37px;
	height: 28px;
	background: url(../images/top_medical_before01.png) no-repeat top center;
}
.top_medical_list dl.top_medical_list_item02:hover:before,
.top_medical_list dl.top_medical_list_item05:hover:before{
	background: url(../images/top_medical_before02.png) no-repeat top center;
}
.top_medical_list dl dt a img {
	width:100%;
	max-width: 254px;
}
.top_medical_list dl dt a:hover img {
	opacity: 1!important;
}
.top_medical_list dl dt a img {
	opacity: 1!important;
}

.top_medical_list dl dd {
	background-color: #fff;
	padding: 45px 25px 30px 30px;
	height: 100%;
}
.top_medical_list dl dd a {
	color: #555;
}

.top_medical_list dl.top_medical_list_item05 dd a:hover {
	color: #99d8bd;
}

.top_medical_list dl dd ul:after {
	display: block;
	clear: both;
	content: "";
}
.top_medical_list dl dd ul li {
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right:9%;
}
.top_medical_list dl dd ul li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #5eb6cc;
	border: 1px solid #5eb6cc;
	border-radius: 100%;
}

.top_medical_list dl.top_medical_list_item02 dd ul li:before ,
.top_medical_list dl.top_medical_list_item05 dd ul li:before{
	background-color: #6fc8b6;
	border: 1px solid #6fc8b6;
}

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

	.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:bold;
}



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

	.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: 96px;
	padding-bottom: 65px;
}
.top_medical4 .box1 {
	margin-bottom: 0;
}

.top_medical4_list{
	margin: 0 auto;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    gap: 50px 50px;
}
.top_medical4_list dl {
	display: block;
	width: 100%;
	max-width: 252px;
	text-align: center;
}
.top_medical4_list_item01 a, .top_medical4_list_item03 a {
	color: #2086a0;
}
.top_medical4_list_item02 a, .top_medical4_list_item04 a {
	color: #3d7399;
}

.top_medical4_list{
	position:relative;
}
.top_medical4_list_item01 dd, .top_medical4_list_item03 dd {
	background: url(../images/top_medical04_brd01.png) repeat-x bottom left;
}
.top_medical4_list_item02 dd, .top_medical4_list_item04 dd {
	background: url(../images/top_medical04_brd02.png) repeat-x bottom left;
}
.top_medical4_list dt img{
	width:100%;
	height: auto;
    border-radius: 10px;
}
.top_medical4_list dd {
	position: relative;
	padding:52px 0 26px 0;
}
.top_medical4_list_item01 dd {
	padding:42px 0 12px 0;
}

.top_medical4_list dd p {
	text-align: center;
	font-size: 22px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1;
}
.top_medical4_list_item01 p span {
	font-size: 17px;
}
.top_medical4_list dd p.t_m4_more {
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
	display: block;
	width: 151px;
	height: 39px;
	margin: 0 auto;
	padding: 11px 0 0 0;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2em;
	transition: 0.2s ease-in-out;
}
.top_medical4_list dd p.t_m4_more:hover{
	opacity: 0.8;
}
.top_medical4_list_item01 p.t_m4_more, .top_medical4_list_item03 p.t_m4_more {
	background: url(../images/top_medical4_more01.png) repeat-x bottom left;
}
.top_medical4_list_item02 p.t_m4_more, .top_medical4_list_item04 p.t_m4_more {
	background: url(../images/top_medical4_more02.png) repeat-x bottom left;
}



















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

	$doctor

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

/*
.doctor_greet .text{
	float:left;
	width:400px;
}
*/

.doctor_greeting{
	display: flex;
}

.doctor_greeting_text{
	width:400px;
	margin-right: 20px;
}

.doctor_greeting_photo{
	width: 300px;
}

.doctor_greeting_photo img{
	width: 100%;
}

.doctor_greeting_name{
	font-weight: bold;
	font-size:16px;
	text-align: center;
	margin-top: 15px;
}

.doctor_carr h4.tit01{
	margin-bottom:7px;
}
.doctor_carr {
	display: flex;
	justify-content: space-between;
}
.doctor_carr_sec1{
	width: 350px;
	padding: 20px 25px;
	background-color:#f7f7f7;
	font-size:14px;
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}


.doctor_carr .tb02 th{
	font-size:14px;
	display: block;
	border-bottom: none;
	margin-bottom:0;
	padding: 10px 0px 5px 0;
}

.doctor_carr .tb02 td{
	font-size:14px;
	display: block;
	padding: 0 0 10px 0;
	line-height: 1.5;
}

.doctor_carr_sec1 table{
	width:100%;
}




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

	モーダルウィンドウ

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

.overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
position: fixed;
z-index: 99999;
}
.btn_area {
width: 600px;
height: 500px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: left;
z-index: 99999;
overflow-y: scroll;
padding: 50px 20px 20px;
}
.btn_area .ttl {
font-weight: bold
}
.btn_area p {
padding: 7px
}
.btn_area button {
display: block;
margin: 0 auto;
background: #333;
color: #fff;
padding: 20px 40px;
border: none
}
.btn_area button:hover {
background: #777
}

.modal-box{
    padding: 30px;
}

.modal_bold{
	color:#0069B7;
	font-weight: bold;
}




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

	.news

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

.top_news{
	position: relative;
	background-color: #ebf6fb;
}
.top_news:before {
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 25px;
	background: url(../images/top_news_before.png) repeat-x top left;
}
.top_news .box1 {
	margin-bottom: 0;
	padding: 69px 0 65px 0;
	display: flex;
}
.top_news_h3 {
	position: relative;
	width: 147px;
	height: 109px;
	margin-top: 73px;
	padding-left: 10px;
	font-size: 22px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #555;
	background: url(../images/top_news_tit_bg.png) no-repeat bottom left;
}
.top_news_h3 span {
	display: block;
	padding-left: 20px;
	color: #00a4cd;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
}
.top_news_h3:before {
	position: absolute;
	top: -23px;
	left: 44px;
	content: "";
	display: block;
	width: 27px;
	height: 21px;
	background: url(../images/top_news_tit_icon.png) no-repeat top center;
}
/*.top_news_h3:after {
	position: absolute;
	bottom:0;
	right: 0;
	content: "";
	display: block;
	width: 175px;
	height: 110px;
	background: url(../images/top_news_tit_bg.png) no-repeat top center;
	z-index: -1;
}*/
.top_news_flame{
	width: 933px;
	padding: 27px 38px 23px 48px;
	background-color: #fff;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
.news_text li {
	padding: 4px 0;
}
.news_text li a {
	font-size: 18px;
}
/* タイトル */
.news_text p strong{
	margin-left:30px;
	color: #006ab7;
}
/* 日付 */
.date{
	margin-right:10px;
	font-size:15px;
	color:#979797;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:160px;
	overflow: hidden;
}
/* スクロールバー */
.mCSB_container_wrapper > .mCSB_container {
    padding-right: 13px!important;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    background-color: #e2e2e2!important;
    border-radius: 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background-color: #00a4cd!important;
    border-radius: 0;
}
.anchor {
	margin-top: -100px;
	padding-top: 100px;
}

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

	$access

==================================================================*/
.access_guide{
	margin-bottom: 20px;
	font-weight: bold;
}
.access_map{
	width: 100%;
/*	max-width: 518px;
	margin: 0 auto 40px auto;*/
}
.access_map dt{
	margin-bottom: 10px;
}
.access_map dt i{
	margin-right: 7px;
	color: #88d4b5;
}
.access_map .google-map iframe{
    width:100%;
}
.access_map .google-map {
    position: relative;
}

.googlemap_btn {
    position: absolute;
    bottom: 39px;
    left: 31px;
    width: 197px;
}
.googlemap_btn a {
    display: block;
		padding: 10px 0;
		border-radius: 8px;
    transition: all 0.3s ease;
		background-color: #00a4cd;
		color: #fff;
		font-family: 'Rubik', sans-serif;
		text-align: center;
}
.googlemap_btn a:hover {
	opacity: 0.8;
}


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

	$clinic

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

/*当院の特徴*/

.feature_outer{
/*	display: flex;
	justify-content: center;
	flex-grow: 3;
	flex-wrap: wrap;*/
}

.feature_item{
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
	margin: 0 0 60px 0;
}
.feature_item {
	/*display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;*/
	margin: 0 0 60px 30;
}
.fi_img {
	display: flex;
	/*flex-direction: column;*/
	/*width: 36%;*/
}
.fi_img dl {
	width: 31%;
	margin-left: 3%;
	margin-bottom: 30px;
	text-align: center;
}
.fi_img dl:first-of-type {
	margin-left: 0;
}
.fi_img img{
	width: 100%;
	height: auto;
}

.fi_text {
	width: 100%;
	margin-bottom: 30px;
}

.fi_text h4{
	/*text-align: center;*/
	font-size: 22px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.1;
	margin: 0 0 15px 0;
	padding: 15px 0;
	color:#3d7399;
	background: url(../images/top_medical04_brd01.png) repeat-x bottom left;
}
.feature_item:nth-child(2) .fi_text h4,
.feature_item:nth-child(4) .fi_text h4 {
	background: url(../images/top_medical04_brd02.png) repeat-x bottom left;
}

.fi_text h4.span{
	font-size: 16px;
}

/*.feature_item:nth-child(2n) .fi_img {
	order:2;
}
.feature_item:nth-child(2n) .fi_text {
	order:1;
}*/

/* 院内スライド(サムネイル右、1列) */
.clinic_slides1{
}
.clinic_slides1 .flexslider{
	position:relative;
	float:left;
	width:82%;
}
.clinic_slides1 .flexslider li div{
	display:table;
	position:relative;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.clinic_slides1 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}
.clinic_slides1 .flexslider p span {
	display: inline-block!important;
	padding-left: 10px;
}
.clinic_slides1 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides1 .flex-control-thumbs li {
	position:relative;
	width: 62%;
	margin: 0 0 0 4%;
	background-color:#fff;
}
.flexslider .slides {
	position: relative;
	z-index: 0;
}
.flexslider .slides img {
	width: 100%;
}


/* 院内スライド(サムネイル下) */

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

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



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

}

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



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

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

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

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

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

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




/* 医院概要 */

.clinic_sec1{
	position:relative;
	font-size:14.5px;
}
.clinic_sec1 ul{
	margin-bottom:15px;
}
.clinic_sec1 li{
	padding: 15px 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{
	font-family: fot-tsukuardgothic-std, sans-serif;
	float:left;
	box-sizing:border-box;
	width:25%;
	padding-left:2px;
	font-weight:bold;
	color: #00a4cd;
	font-size:16px;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}
.clinic_sec1 .schedule {
	width:100%;
	max-width: 600px;
}
.clinic_sec1 .schedule .tb01{
/*	border: 1px solid #e4e4e4;*/
	width:100%;
	font-size:14px;
}

.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
/*	background-color:#f2f7fa;*/
	color:#fff;
	font-weight:bold;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom: none;
	padding: 0!important;
}

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

	$medical

==================================================================*/
.medical_list_img {
	float: right;
	margin-left: 20px;
}
.medical_list_img img {
	width: 100%;
	max-width: 230px;
	height: auto;
}

.medical_img {
	text-align: center;
}
.medical_img img {
	width: 90%;
	height: auto;
}

.medical_img_wrap {
	display: flex;
	justify-content: space-between;
}
.medical_img_wrap p {
	width: 49%;
}
.medical_img_wrap p img {
	width: 100%;
	height: auto;
}
.medical_img_wrap02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.medical_img_wrap02 p {
	width: 32%;
}
.medical_img_wrap02 p span {
	display: block;
	text-align: center;
}
.medical_img_wrap02 p img {
	width: 100%;
	height: auto;
}



/*-----medical05-----*/
.clinic_sec1.medical05 dl{
	display: flex;
	align-items: center;
}
.clinic_sec1.medical05 dt{
	color: #0069b7;
}

/*-----medical_sas-----*/
.tb03.sas-tb{
	white-space: nowrap;
}
.tb03.sas-tb th{
	text-align: center;
	background: #eaf2e0;
	white-space: nowrap;
}

.tb03.sas-tb td{
	text-align: left
}
/*==================================================================

	$facilities

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



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

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




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

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



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

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



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

	$Recruit

==================================================================*/
.recruit_name{
	color: #0069b7;
	text-align: right;
	
}


.recruit_box{
	padding: 20px 25px;
    background-color: #ebf6fb;
}

.recruit_p{
	font-size:16px;
	font-weight: bold;
	margin-top: 20px;
}

.text p.recruit_adress{
	padding: 20px 30px;
    font-weight: bold;
    background: #FFF;
    border-radius: 10px;/*角の丸み*/
	backbround-color:#fff;
}


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

	$qa

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

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


