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



body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	color:#555555;
	font-size:15px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #1F2774;
	text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
a:hover {
	color:#C0AB9A ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

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



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

	header

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

header {
	width:100%;
	height:93px;
	margin-bottom:63px;
	background-color:rgba(255,255,255,0.5);
}
header .inner{
	position:relative;
	width:1200px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	padding-top:16px;
}
/* ロゴ */
header .header_logo{
	position:absolute;
	top:13px;
  z-index:9999999;
}
header .header_logo,
header img{
	width:153px;
	height:121px;
}

/* 住所 */
.header_info{
	float:right;
	margin-right:40px;
	text-align:right;
}
.header_info li{
  color: #926944;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.header_info_ad{
}

/* ご予約・お問合せ */
header .tel{
	float:right;
	text-align:right;
	line-height: 1.4;
}
header .tel a {
  font-size: 26px;
}
.tel {
 
 
}
.tel a:before{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15px;
	height:23.8px;
	margin:auto;
	background-image:url(images/header_tel_ico.svg);
	background-repeat:no-repeat;
	content:"";
}
.tel a{
	color:#2e5588;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3.8px;
   position: relative;
  padding-left: 0.8em;
}



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

	nav

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

nav {
	position: absolute;
	top:83px;/* headerのheightと同じ値にする */
	width:100%;
	background-color:rgba(255,255,255,0.5);
	z-index:9999;
  padding-bottom: 20px;
  padding-top: 7px;
}
nav > ul,
.footer_navi ul {
  display: flex;
  justify-content: flex-end;
	width:1200px;
	height: inherit;
	margin:0 auto;
	text-align:center;
}
nav > ul > li {
	margin-left: 55px;
}
nav li a,
.footer_navi ul > li a {
	display: block;
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	font-weight:bold;
	text-align:center;
  font-weight: 700;
  color: #2e5588;
  letter-spacing: 1px;
}
nav li a:hover,
nav li.active2 a{
	color:#1F2774;
}
nav li a span,
.footer_navi li a span{
	display: block;
  line-height: 1;
  padding-bottom: 5px;
  color: #926944;
  position: relative;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  
}



/* ホバーのボーダー */
nav li a span::before{
  position: absolute;
	left: 0;
	right:0;
	bottom: 0px;
	width:100%;
	height:1px;
	margin:auto;
	background-color: #926944;
	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 {
  position: relative;
  adding-bottom: 30px;
}
.nav_slidebtm::after{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin:auto;
  width: 20px;
  height: 12px;
	background-image: url(images/arrow02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
  content: "";
}

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

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

}
nav ul li div ul {
  display: flex;
  flex-wrap: wrap; 
}
nav ul li div ul li {
  width: 50%;
}
nav ul li div a{
	display:block;
	position:relative;
	padding: 13px 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height:1.4;
	text-align:left;
	font-size:13px;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: #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;
}



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

	#mainvisual

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

.home #mainvisual{
	height:700px;
  background: none;
}
.mv_slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
	background-size: cover !important;
    background-repeat: no-repeat !important;
}

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

#mainvisual{
	display:block;
	position:relative;
	height: 340px;
	background-image:url(images/main01_dmy.png);
	background-color:#f0f0f0;
	background-position:center ;
	background-repeat:no-repeat;
  background-size: cover;
}
#mainvisual .inner{
	position:relative;
	height: inherit;
	max-width:1200px;
	margin: 0 auto;
	background-repeat:no-repeat;
  width: 90%;
}
#mainvisual h1{
	position:relative;
}



/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
	top:210px;
}

.mainvisual_catch p{
  font-size: 18.0px;
  color: #231815;
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  position: relative;
  top: 47px;
  left: 5px;
  letter-spacing: 2px;
}
.mv_other_language_btn{
  position: absolute;
	bottom: 60px;
  right: 5px;
}

.mainvisual_open img{
	width:100%;
}

/* 下層ページの見出し */
.mainvisual_headline {
	padding-bottom:2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
  position: relative;
  top: 37%;
  text-align: center;
}
.mainvisual_headline h1{
	font-weight:bold;
	font-size: 27px;
	color: #2A5588;
}
.mainvisual_headline p{
	display:inline-block;
	font-size:15px;
	color: #abc2df;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
}

/* 飾りの英語の棒 */
.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:60px;
	padding-bottom: 47px;
}

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



#contents_left{
	float:left;
	max-width:850px;
  width: 70%;
}
#contents_right{
	float:right;
	width:280px;
	font-size:15px;
	line-height:1.6;
}
.right_medical h2{
	text-align:center;
}
.right_medical h2 a{
	display:block;
	padding:15px 0;
	background-color:#2e5588;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition:0.1s ease-in-out;
  border-top-right-radius: 10px;
}
.right_medical h3 a:hover{
	background-color:#e0d6ce;
	color:#1F2774;
}
.right_medical ul{
	padding:15px;
	background-color:#f0f0f0;
  
}
.right_medical li{
  position: relative;
  padding-left: 15px;
  border-bottom: dashed 1px #926944;
}
.right_medical li:last-child{
	margin-bottom:0;
}
.right_medical img{
	width:100%;
}



.right_medical li > i {
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 10px;
  padding-right: 10px;
}

.right_medical li a {
  font-size: 1.1em;
  display: block;
  padding: 7px 0;
}

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

	$footer

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

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


/* フッターの医院概要 */
.footer_info{

}
.footer_info .inner{
	width:1200px;
	margin:0 auto;
	padding:55px 0 60px;
}

.footer_info_overview{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	float:left;
	width:55%;
  max-width: 565px;
}
.footer_info_overview_logo {
  position: relative;
  top: -3px;
}
.footer_info_overview_tel {
  width: 100%;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 4px;
  color: #926944;
  padding-top: 10px;
  padding-left: 14px;
  box-sizing: border-box;
}
.footer_info_overview_tel .tel a {
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 40px;
letter-spacing: 2px;
}
.footer_info_overview_tel .tel a:before {
  top: 5px;
  width: 16px;
  height: 35px;
}
.footer_info_overview_tel span {
  font-size: 33px;
  position: relative;
  left: 60px;
  top: 10px;
}
.footer_info_overview_add {
  color: #7f705c;
  margin-top: auto;
  position: relative;
  top: -10px;
  left: -15px;
}
.footer_info_overview_access_cap {
  width: 100%;
  border: solid 1px #2e5588;
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  text-align: center;
  height: 50px;
  width: 100%;
  line-height: 50px;
  color: #2e5588;
  margin-top: 37px;
}


/* 診療時間（医院案内、アクセス共通） */
.footer_info_right{
	float:right;
	max-width:550px;
	font-size:14px;
	margin-top:20px;
  width: 47%;
}
.schedule table{
	width:100%;
	background-color:#fff;
  table-layout: fixed;
  margin-bottom: 7px;
}
.schedule table tr:first-child{
	height: 60px;
  line-height: 60px;
  color: #fff;
  background: #2e5588;
}

.schedule table tr:first-child th,
.schedule table tr:first-child td {
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px !important;
  padding: 0;
  color: #fff;
}
.schedule table tr:first-child th {
  width: 35% !important;
  padding-left: 35px !important;
  box-sizing: border-box !important;
  color: #fff;
}
.schedule table tr th {
  padding-left: 30px;
  font-size: 16.0px;
  color: #926944;
}
.schedule table td {
  font-size: 16px;
  color: #926944;
  padding-left: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  font-weight: bold;
  
}



.schedule td, .schedule th {
  border-bottom: solid 1px #bd9e80 !important;
}
.schedule .tb01 tr:first-child th,
.schedule .tb01 tr:first-child td {
  border-bottom: none !important;
}
.schedule table.tb01 td {
  padding: 15px 13px 15px 0;
}


.schedule_note{
	margin-left:22px;

}
.schedule_note li{
	display:inline-block;
	margin-right:2em;
  font-size: 16px;
  padding: 5px;
  letter-spacing: 0.5px;
  color: #926944;
  border: none !important;
}
.schedule_note li:last-child {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #2e5588;
}

.footer_info_right_clinic_subject {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}
.footer_info_right_clinic_subject dt {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #2e5588;
  margin-right: 15px;
  font-size: 16px;
  color: #926944;
}
.footer_info_right_clinic_subject dd {
  line-height: 40px;
  font-size: 16px;
  color: #926944;
  margin-right: 15px;
}

/* フッターのナビ */
.footer_navi ul {
  margin: auto !important;
  justify-content: space-between;
  width: 1110px;
  margin: auto;
}



/* ページトップ */
.pagetop,
.pagetop img{
	width:50px;
	height:25px;
}
.pagetop{
	position:relative;
	margin:20px auto 20px;
	text-align:center;
	cursor:pointer;
	
}
.pagetop img{
	display:inline-block;
	position:relative;
	top:0; 
	transition:0.5s ease-in-out;
}
.pagetop:hover img{
	top:-5px;
	padding-bottom:5px;
	transform: rotateY(180deg);
}

/* コピーライト */
.copy{
	height:60px;
	text-align: center;
  background: #2e5588;
}
.copy small{
	line-height:60px;
	font-size:14px;
	letter-spacing:1.5px;
  color: #fff;
}











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

	タイトル

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

/*中央寄せ*/
h3.tit01,
h2.tit01{
	position: relative;
  padding-top: 95px;
	line-height: 1.4;
	color: #734d2a;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background:url(images/tit01_bg01.png) top center no-repeat;
  min-width: 200px;
  letter-spacing: 2px;
}
h2.tit01 {
  padding-top: 33px !important;
  line-height: 1.4;
    margin-bottom: 30px;
}
h2.tit01 span {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #abc2df;
  
  -webkit-text-stroke: 1px #734d2a;
  text-stroke: 1px #734d2a;


}

#contents_left.medical h2.tit01 {
  font-size: 20px;
  padding-top: 38px !important;
}
h3.tit01::after{
  background-repeat: no-repeat !important;
}

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

h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #2e5588;
	font-size: 19.5px;
	font-weight:bold;
	text-align:left;

}
h4.tit01::before {

}
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{
  font-size: 17px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 1.2em;
  position: relative;
}
h4.tit02::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "▼";
  color: #fcc134;
}


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



#contents_left h3.tit03 {
  position: relative;
    border-bottom: solid 3px #abc2df;
    padding: 0 0 5px 25px;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #2e5588;
	font-size: 19.5px;
	font-weight:bold;
	text-align:left;
}
#contents_left h3.tit03::before {
  position: absolute;
  top: 2jpx;
  left: 0;
  content: "■";
  color: #abc2df
}

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

	共通

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

/*院長略歴*/
.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:#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: '';
}

/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #33409a;
	color:#3D4AA5;
	text-align:center;
	color:#33409a;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#33409a;
}
.btn01 a:hover i{
	color:#fff;
}
.btn01 a::after{
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	width: 100%;
	height:100%;
	background-image:url(images/bg03.png);
	transition:0.2s ease-in-out;
	z-index:-1;
	content:"";
}
.btn01 a:hover::after{
	left:0;
	top:0;
}
.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
	display:inline-block;
	padding:8px 20px;
	border:1px solid #926944;
	color:#926944;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#926944;
	color:#fff;
}

.btn03 a {
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: auto;
}


/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
	display:block;
	position:relative;
	float:right;
	margin-left:30px;
	margin-bottom:0 !important;
	text-align:center;
}
.img_fr img{
	border-radius:3px;
	margin-bottom:7px;
	
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	padding-left:20px;
	line-height:1.3;
	font-size:15px; 
	font-weight:bold;
	color: #1F2774;
	text-align:left;
}









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

	table

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

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

}
.tb01 td{
	padding:14px 13px 14px 13px;
}


/*医院概要*/
.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;
}
.tb03 {
  table-layout: fixed;
  white-space: normal;
}
.tb03 tr th {
  width: 180px;
  white-space: normal;
}
.tb03 tr td:last-child {
  width: 90px;
}
.medical08_price .tb03 tr td:last-child {
  width: 200px;
}
.tb03 td, .tb03 th {
  padding: 10px 20px;
  text-align: left;
}

.medical08_price .sp_custom tr td:last-child {
  width: auto !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: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:200px;
	padding:0 3%;
	background-color:#F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
	margin:0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	font-weight:normal;
	color:#C3AF97;
}
.layout01 dd{
		padding:3%;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02{
	display:flex;
	flex-wrap:wrap;
}
.layout02::after{
	display: block;
	clear: both;
	content: "";
}
.layout02 dl{
	width:40.2%;
	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 > dl > dt,
.layout03 > dl > dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout03 > dl > dt {
    width: 37%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 > dl > dt >img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 > dl > dd {
    width: 63%;
    padding: 1% 3%;
}
.layout03 > dl > dd > h5{
	color: #1F2774;
	font-size:18px;
	font-weight:bold;
}
.layout03 > dl> dd >h5 em{
	margin-right:10px;
	color:#BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight: normal;
}




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

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



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

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

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

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

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


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

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

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


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

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

.layout09 dt {
  font-size: 18px;
  margin-bottom: 10px;
  font-size: bold;
  position: relative;
  padding-left: 1.3em;
  color: #2e5588;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}
.layout09 dt::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  color: #2e5588;
}
.layout09 dd {
  margin-bottom: 30px;
}

waku {
  padding: 20px;
  box-sizing: border-box;
  border: solid 3px #f1f1f1;
}


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

	box

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

.box1{
	position:relative;
	width:1200px;
	margin:0 auto 100px;
}
.box2{
	margin-bottom:80px;
}
.box5 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}

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

	.top_about_clinic

==================================================================*/
main {
  overflow: hidden;
}
.top_about_clinic {
  padding: 15px 0 50px;
  background:url(images/about_clinic_bg01.png) bottom 20% center no-repeat;
  background-size: 110%;
  position: relative;
  z-index: 2;
}
.top_about_clinic::after {
  position: absolute;
  left: -100px;
  bottom: 80px;
  background: url(images/about_clinic_doctor01.png) top left no-repeat;
  max-width: 596px;
  height: 597px;
  content: "";
  width: 35%;
  background-size: 100%;
}
.top_about_clinic::before{
  position: absolute;
  right: -100px;
  bottom: 80px;
  background: url(images/about_clinic_doctor02.png) top left no-repeat;
  max-width: 555px;
  height: 645px;
  content: "";
  width: 30%;
  background-size: 100%;
}
.top_about_clinic h3{
  text-align: center;
  position: relative;
}
.top_about_clinic h3::before {
  position: absolute;
  left: -100px;
  top: -59px;
  background: url(images/about_clinic_tit_bg01.png) top left no-repeat;
  width: 709px;
  height: 284px;
  content: "";
}
.top_about_clinic h3::after {
  position: absolute;
  right: -100px;
  top: -60px;
  background: url(images/about_clinic_tit_bg02.png) top left no-repeat;
  width: 619px;
  height: 284px;
  content: "";
}
.top_about_clinic .box1 {
  width: 50%;
  margin: 85px auto;
  max-width: 640px;
  text-align: center;
}

.top_about_clinic h4 {
  font-size: 30px;
  color: #2e5588;
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.top_about_clinic h4 + div {
  margin: 46px 0;
}
.top_about_clinic h4 + div p {
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  color: #734d2a;
  background: url(images/about_clinic_p_border.png) bottom center no-repeat;
  letter-spacing: 0;
  
}

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

	.top_doctor

==================================================================*/
.top_doctor {
  padding: 60px 0 1px;
  background: url(images/top_doctor_bg_dmy.png) top center no-repeat;
  background-size: cover;
}
.top_doctor h3::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url(images/top_doctor_h3.png);
  width: 269px;
  height: 39px;
  content: "";
  bottom: 35px;
}
.top_doctor h3 {
  background-image: url(images/tit01_bg02.png);
  color: #fff;
}
.top_doctor .box1 {
  display: flex;
  max-width: 1030px;
  margin-bottom: 20px;
}

.top_doctor_greeting {
  width: 61.4%;
  margin-top: 75px;
  color: #fff;
  font-size: 18px;

}
.top_doctor_greeting p {
  line-height: 2;
  margin-bottom: 35px;
  letter-spacing: 0px;
}
.top_doctor_img {
  position: relative;
  left: 51px;
  top: 20px;
}
.top_doctor_img::before {
  position: absolute;
  right: -20px;
  top: -120px;
  background: url(images/top_docor_name_balloon.png) top center no-repeat;
  width: 173px;
  height: 157px;
  content: "";
  
}
.top_doctor .btn03 {
  padding-top: 27px;
}
.top_doctor .btn03 a {
  border: solid 2px #fff;

}
.top_doctor .btn03 a:hover {
  background: rgba(255,255,255,0.4);
}
/*==================================================================

	.top_feature

==================================================================*/
.top_feature {
  background: url(images/top_feature_bg03.png) top center no-repeat;
  background-size: cover;
  padding: 110px 0 0;
  position: relative;
}
.top_feature::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/top_feature_bg01.png) bottom center no-repeat;
  width: 100%;
  height: 222px;
  content: "";
  background-size: cover;
}
.top_feature::after {
  position: absolute;
  top: -70px;
  right: 16%;
  background: url(images/top_feature_bg02.png) bottom center no-repeat;
  width: 300px;
  height: 309px;
  content: "";
}
.top_feature .box1 {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.top_feature .box1::before {
  position: absolute;
  left: -100px;
  top: -110px;
  background: url(images/top_feature_bg04.png) top left no-repeat;
  width: 329px;
  height: 1099px;
  content: "";
}
.top_feature .box1::after {
  position: absolute;
  right: -100px;
  top: -110px;
  background: url(images/top_feature_bg05.png) top left no-repeat;
  width: 327px;
  height: 778px;
  content: "";
}

.top_feature h3::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(images/top_feature_h3.png);
    width: 231px;
    height: 39px;
    content: "";
    bottom: 35px;
}


*[class*="top_feature_list0"] {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
}
*[class*="top_feature_list0"] li {
  border-radius: 7px;
  border-top: solid 7px #2e5588;
  background: #fff;
  padding-top: 305px;
  font-size: 16px;
  color: #926944;
  text-align: center;
  padding-bottom: 33px;
  line-height: 1.7;
  position: relative;
  
}
*[class*="top_feature_list0"] li::before{
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(images/top_feature_ico01.png);
  width: 160px;
  height: 35px;
  content: "";
}
*[class*="top_feature_list0"] li::after {
  position: absolute;
  top: 0;
  left: 0;
  
  

}

*[class*="top_feature_list0"] li h4 {
  display: block;
  color: #2e5588;
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 20px;
  text-align: center;
  margin: auto;
  padding-bottom: 10px;
  position: relative;
}

.top_feature_list01 li {
  width: 350px;
  margin-top: 85px;
  counter-increment: num;
  position: relative;
}
.top_feature_list01 li::after {
  position: absolute;
  top: -40px;
  left: -4px;
  content: counter(num, decimal-leading-zero);
  width: 94px;
  height: 94px;
  color: #fff;
  font-size: 50px;
  font-family: brandon-grotesque, sans-serif;
  background: #f976a7;
  border-radius: 50%;
  line-height: 94px;
}

.top_feature_list01 li h4::before {
  position: absolute;
  top: -238px;
  left: 75px;
  margin: auto;
  background: url(images/top_feature_list01_img01_dmy.png) top center no-repeat;
  width: 222px;
  height: 221px;
  content: "";
}
.top_feature_list01 li:nth-child(2) h4::before {
  left: 70px;
  background: url(images/top_feature_list01_img02_dmy.png) top center no-repeat;
}
.top_feature_list01 li:nth-child(3) h4::before {
  left: 70px;
  background: url(images/top_feature_list01_img03_dmy.png) top center no-repeat;
}


.top_feature_other_tit {
  margin: 80px auto 45px;
  text-align: center;
}
.top_feature_list02 {
  padding-bottom: 87px;
}

.top_feature_list02 li {
  width: 500px;
  border-top: solid 7px #d9d0b6;
}
.top_feature_list02 li::before {
  background: url(images/top_feature_ico02.png);
  width: 185px;
}
.top_feature_list02 li h4 {
  color: #926944;
  position: relative;
}
.top_feature_list02 li h4::before {
  position: absolute;
  top: -225px;
  left: 50px;
  margin: auto;
  background: url(images/top_feature_list02_img01_dmy.png) top center no-repeat;
  width: 400px;
  height: 200px;
  content: "";
}
.top_feature_list02 li:nth-child(2) h4::before {

  background: url(images/top_feature_list02_img02_dmy.png) top center no-repeat;

}
/*==================================================================

	.top_medical

==================================================================*/
.top_medical {
  position: relative;
  padding: 65px 0 1px;
  background: url(images/top_medical_bg.png) top center no-repeat;
  background-size: cover;
}

.top_medical::before {
  position: absolute;
  top: -155px;
  left: 50px;
  background: url(images/top_feature_bg06.png) top center no-repeat;
  width: 219px;
  height: 249px;
  content: "";
}
.top_medical h3 {
  background-image: url(images/tit01_bg02.png);
  color: #fff;
}
.top_medical h3::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(images/top_medical_h3.png) top center no-repeat;
    width: 269px;
    height: 39px;
    content: "";
    bottom: 35px;
}
.top_medical_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 75px;
}
.top_medical_list li {
  width: 24.0%;
  max-width: 290px;
  margin-right: 1%;
  margin-bottom: 20px;
}
.top_medical_list li:last-child,
.top_medical_list li:nth-child(4) {
  margin-right: 0;
}
.top_medical_list li a {
  display: block;
  padding-top: 110px;
  padding-bottom: 30px;
  border: solid 3px #fff;
  border-radius: 10px;
  background: rgba(244,216,130,0.8);
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.top_medical_list li a::before {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 3px;
  background: #fff;
  content: "";
}
.top_medical_list li:nth-child(even) a {
  background: rgba(137,200,189,0.8);
}


.top_medical_list li a::after {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(images/top_medical_ico01.svg) top center no-repeat;
  width: 35px;
  height: 42px;;
  content: "";
  background-size: 100%;
}
.top_medical_list li:nth-child(2) a::after {
  background: url(images/top_medical_ico02.svg) top center no-repeat;
  width: 41px;
  height: 40px;;
}
.top_medical_list li:nth-child(3) a::after {
  background: url(images/top_medical_ico03.svg) top center no-repeat;
  width: 44px;
  height: 44px;
}
.top_medical_list li:nth-child(4) a::after {
  background: url(images/top_medical_ico04.svg) top center no-repeat;
  width: 42px;
  height: 41px;
}

.top_medical_list li:nth-child(5) a::after {
  top: 43px;
  background: url(images/top_medical_ico05.svg) top center no-repeat;
  width: 42px;
  height: 36px;
}

.top_medical_list li:nth-child(6) a::after {
  top: 37px;
  background: url(images/top_medical_ico06.svg) top center no-repeat;
  width: 40px;
  height: 51px;
}

.top_medical_list li:nth-child(7) a::after {
  top: 47px;
  background: url(images/top_medical_ico07.svg) top center no-repeat;
  width: 52px;
  height: 28px;
}
.top_medical_list li a:hover::after {
  top: 27px;
}
.top_medical_list li a:hover {
  opacity: 0.8;
}


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

	.top_blog

==================================================================*/
.top_blog  {
  padding: 80px 0;
}
.top_blog h3::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(images/top_blog_h3.png);
    width: 139px;
    height: 39px;
    content: "";
    bottom: 35px;
}

.top_blog_list {
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 40px auto 70px;
  width: 90%;
}
.top_blog_list li {
  width: 31%;
  max-width: 350px;
  margin-right: 3%;
}
.top_blog_list li:last-child {
  margin-right: 0 !important;
}
.top_blog_list li a .top_blog_postdate {
  font-weight: bold;
  color: #282828;
  font-size: 16px;
  line-height: 1;
  padding: 15px 0 15px 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  letter-spacing: 1px;
}

.top_blog_list li a h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  letter-spacing: -1px;
  color: #734d2a;
}
.top_blog_list li a:hover {
  opacity: 0.7;
}
.top_blog_eyecatch_wp img {
  border-radius: 10px;
  border: solid 1px #f1f1f1;
}


.top_blog .btn03 a {
  background: #2e5588;
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  box-sizing: border-box;
}
.top_blog .btn03 a:hover {
  border: solid 1px #2e5588;
  color: #2e5588;;
  background: #fff;
}




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

	.news

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

.top_news{
  position: relative;
}

.top_news h3 {
  position: absolute;
  left: 30px;
  top: 15px;
}
.top_news h3::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url(images/top_news_tit_bg.png);
  width:150px;
  height: 39px;
  content: "";
  bottom: 35px;
}
.news_btn {
  position: absolute;
  left: 60px;
  bottom: -10px;
}
.news_btn a {
  display: block;
  width: 130px;
  height: 35px;
  background: #fcc134;
  color: #fff;
  line-height: 35px;
  position: relative;
  border-radius: 17.5px;
  padding: 0 30px 0 20px;
  box-sizing: border-box;
}
.news_btn a::after {
  position: absolute;
  top: 16px;
  right: 10px;
  background: url(images/arrow04.png);
  width: 7px;
  height: 10px;
  content: "";
  
}
.top_news_flame{
  max-width: 915px;
  margin-left: auto;
  width: 90%;
  padding-right: 50px;
  box-sizing: border-box;
  padding-top: 30px
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
/* タイトル */
.news_text li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #cdc1b2;
}
.news_text a {
	font-size:16px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  font-weight: 700;
	color:#1F2774;
  letter-spacing: 2px;
  line-height: 1.7;
}
/* 日付 */
.date{
	margin-right:50px;
	color: #555555;
  font-size: 16px;
}
/* お知らせのブロックのボーダー */
.news_text .line{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
	height:170px;
}
.news {
  margin-top: 30px;
}
.news .news_tit {
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
    font-weight: 700;
    color: #1F2774;
    letter-spacing: 2px;
    line-height: 1.7;
}

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

	$access

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

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
}
.access_map{
	margin-bottom:40px;
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access_info{
	border: 4px solid #abc2df;
	padding: 10px 15px;
  font-size: 1.1em;
}
.access_info dt i{
	margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
	margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
	padding-left: 0;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14.5px;
}



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

	$clinic

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

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

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



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

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

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



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

}

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



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

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

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

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

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

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

/* 院内スライド6 */
.clinic_slides6 .flexslider li div{
	position:absolute;
	bottom:0;
	margin:10px;
	padding:10px 20px;
	background:rgba(255,255,255,0.8);
}
.clinic_slides6 .flex-control-thumbs li{
	width:calc(100% / 5 - 5px);
	margin:0;
	padding:6px 6px 0 0;
}
.flex-control-thumbs li:nth-child(5n){
	padding-right:0;
}


/* 医院概要 */

.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:bold;
	color: #1F2774;
}
.clinic_sec1 dd{
	float:left;
	width:75%;
}






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

	$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{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip2 dl{
	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{
	display:flex;
	flex-wrap:wrap;
}
.facilities_equip3 dl{
	width:47.5%;
	margin-bottom:35px;
	margin-right:5%;
	background-color:#f7f7f7;
	text-align:justify;
	font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

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





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

	$qa

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

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


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

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
	position: relative;
	max-width: 1200px;
  width: 90%;
	margin: 30px auto 10px;
	font-size: 14px;
	z-index: 998;
}

.breadcrumbs:last-child {
	margin: 0 auto;
}

.breadcrumbs i {
	/*margin-left: 35px;*/
	margin-right: 5px;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
}
.breadcrumbs li:after {
    font-family: FontAwesome;
    content: ">";
    padding-left: 10px;
}
.breadcrumbs li:last-child:after {
    content: "";
}
.breadcrumbs li:last-child a{
	color:#d04634 !important;
}













































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

	$doctor

==================================================================*/
.doctor_textarea h4 {
	margin-bottom: 20px;
	color: #2e5588;
	font-size: 20px;
	font-weight: bold;
}

.doctor_img img {
    max-width: 280px;
}
.doctor_greet .text {
	float: left;
	width: 400px;
}
.doctor_name {
  font-size: 1em;
  text-align: left;
}
.doctor_carr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 30px;
}
.doctor_carr h4.tit01 {
	margin-bottom: 7px;

}

/*.doctor_carr h4.tit01::before{
  display: none;
}*/

.doctor_carr_sec1 {
	width: 48%;
	margin-bottom: 40px;
	padding: 15px 15px 0 15px;
	background-color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	border: solid 3px #abc2df;
}
.doctor_carr_sec1:last-child {
	margin-right: 0;
}
.doctor_carr .tb02 td, .doctor_carr .tb02 th {
	font-size: 14px;
}
.doctor_carr_sec1 table {
	width: 100%;
}

.doctor_carr_sec1 th {
  width: 5em;
}
.doctor_education_wrap h5 {
	color: #5e4b3a;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.doctor_education_wrap p {
	font-size: 15px;
	text-align: center;
}




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

	$medical

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


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

.medical_order01 {
	margin-bottom: 20px;
}
dl.medical_order01 {
	display: table;
	position: relative;
	top: 5px;
	width: 100%;
	margin-bottom: 5px;
}
dl.medical_order01:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ededed;
	content: "";
}
dl.medical_order01:last-child:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	content: "";
}
.medical_order01 dt, .medical_order01 dd {
	display: table-cell;
	box-sizing: border-box;
}
.medical_order01 dt {
	width: 29%;
	padding: 0 3%;
	background-color: #f1ede4;
	letter-spacing: 0.1em;
	color: #5d5029;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* 数字 */
.medical_order01 dt em {
	margin-right: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	color: #C3AF97;
}
.medical_order01 dd {
	padding: 3%;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.medical_order02 {
}
.medical_order02:after {
	display: block;
	clear: both;
	content: "";
}
.medical_order02 dl {
	width: 40.2%;
	float: left;
	margin-right: 4%;
	margin-bottom: 25px;
	padding: 3% 3.9% 4%;
	background-color: #F7F7F7;
}
.medical_order02 dl:nth-child(even) {
	margin-right: 0;
}
.medical_order02 dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
/* 数字 */
.medical_order02 dl dt em {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
.medical_order02 dl dd {
	line-height: 1.6;
	font-size: 14.5px;
	text-align: center;
}
.medical_order02 dl dd img {
	width: 160px;
	margin-bottom: 15px;
}
.medical_order02 dl dd p {
	margin-bottom: 0;
	text-align: justify;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.medical_order03 {
	padding-bottom: 20px;
}
.medical_order03 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
}
.medical_order03 dt, .medical_order03 dd {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
}
.medical_order03 dt {
	width: 25%;
	background-color: #fff;
}
.medical_order03 dt img {
	width: 100%;
}
.medical_order03 dd {
	width: 75%;
	padding: 1% 3%;
}
.medical_order03 dd h5 {
	color: #2e5588;
	font-size: 18px;
	font-weight: bold;
}
.medical_order03 dd h5 em {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.medical_order04 {
	padding-bottom: 20px;
}
.medical_order04 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
}
.medical_order04 dt, .medical_order04 dd {
	display: table-cell;
	box-sizing: border-box;
}
.medical_order04 dt {
	width: 27%;
	padding-right: 2%;
	vertical-align: middle;
}
.medical_order04 dt img {
	width: 100%;
}
.medical_order04 dd {
	width: 73%;
	padding: 3%;
	background-color: #fff;
	vertical-align: middle;
}
.medical_order04 dd h5 {
	color: #2e5588;
	font-size: 18px;
	font-weight: bold;
}
.medical_order04 dd h5 span {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.medical_order05 {
	padding-bottom: 20px;
}
.medical_order05 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
	font-size: 14px;
}
.medical_order05 dt, .medical_order05 dd {
	display: table-cell;
	box-sizing: border-box;
}
.medical_order05 dt {
	width: 25%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
.medical_order05 dt img {
	width: 100%;
}
.medical_order05 dd {
	padding: 1% 3%;
	vertical-align: top;
}
.medical_order05 dd:nth-child(2) {
	width: 40%;
}
.medical_order05 dd:nth-child(3) {
	width: 35%;
	border-left: 1px solid #e2e2e2;
}
.medical_order05 dd h5 em {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
.medical_order05 dd h5 {
	font-size: 15px;
	font-weight: bold;
}
.medical_order05_text1 {
}
.medical_order05_text1 ul {
	margin-bottom: 15px;
}
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.medical_order06 {
	padding-bottom: 20px;
}
.medical_order06 dl {
	display: table;
	position: relative;
	top: 5px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
	border: 1px solid #f1ede4;
}
.medical_order06 dl:last-child:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	content: "";
}
.medical_order06 dt, .medical_order06 dd {
	box-sizing: border-box;
}
.medical_order06 dt {
	padding: 0 3%;
	background-color: #f1ede4;
	letter-spacing: 0.1em;
	color: #5d5029;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* 数字 */
.medical_order06 dt em {
	margin-right: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	color: #C3AF97;
}
.medical_order06 dd {
	padding: 3%;
}

.tb04 {
	width: 100%;
	margin-bottom: 30px;
	border-spacing: 0;
	border: solid 1px #ddd;
	text-align: left;
}
.tb04 td, .tb04 th {
	border-bottom: #ddd 1px dotted;
	font-size: 15px;
	line-height: 1.4;
	vertical-align: top;
}
.tb04 th {
	padding: 10px;
	width: 30%;
	/* 	white-space:nowrap; */
	border-right: solid 1px #ddd;
	background-color: #f3f4f3;
	text-align: left;
	font-weight: bold;
	color: #333;
}
.tb04 td {
	padding: 10px;
	text-align: left;
}

.tb04 caption {
	font-weight: bold;
	text-align: left;
}

.price_cap {
  padding: 20px;
  border: solid 3px #f1f1f1;
  box-sizing: border-box;
  margin-top: 20px;
}
/*==================================================================

	$qa

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

.qa1 {
}
dl.qa1 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #c1c1c1;
}
dl.qa1 dt {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
	font-weight: bold;
}
dl.qa1 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: #182152;
	content: "Q.";
}
dl.qa1 dd {
	position: relative;
	padding-left: 40px;
}
dl.qa1 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: #2e5588;
	content: "A.";
}
/*==================================================================

	ブログ エディター用

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


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
/* ディフォルト設定 */







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

	ブログ

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


.blog_box {

    border-top: 3px solid #2e5588;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.blog_tit {
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #333;
	padding: 10px 25px 10px 25px;
	border-bottom: 1px dotted #ccc;
}
.blog_content {
	margin: 20px 25px;
}
.blog_content p {
	margin-bottom: 1em;
}
.blog_btn {
	display: inline-block;
	margin-top:15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: right;

	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0!important;
	transition-property: all;
	transition: 0.3s linear;
}
.blog_btn:hover {
	background-color: #fff;
}
.blog_btn a {
	display:block;
		padding: 8px 25px;
		border:1px solid #2e5588;
			border-radius: 4px;
				background-color: #2e5588;
	color: #fff!important;
		transition: all .3s;
}
.blog_btn a:hover {
		background-color: #fff;
	color: #2e5588!important;
	text-decoration: none;
	
}
.blog_btn span {
	position: relative;
	padding-right: 1em;
	transition: all .3s;
}
.blog_btn span::after {
	position: absolute;
	top: 50%;
	right: -7px;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.blog_btn:hover span {
	padding: 0 .5em;
}
.blog_btn:hover span::after {
	right: 0;
	opacity: 0;
}
.blog_btn .fa {
	display: inline-block;
	margin-right: 5px;
	color: #2e5588;
}
/* 日付・カテゴリ */

.blog_class li {
	display: inline-block;
	margin-right: 15px;
}
.blog_class {
	margin-bottom: 10px;
}
/* カテゴリ */

.blog_category {
	clear: both;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blog_category li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #2e5588;
}
.blog_category li a {
	padding: 6px 12px 6px 10px;
	transition: all .3s;
}
.blog_category li a:hover {
	color: #fff!important;
	background: #2e5588;
	text-decoration: none;
}
.blog_category li a {
    color: #2e5588 !important;
    display: block;
}
.blog_category li a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_category li a:hover .fa-tag {
	color: #fff!important;
}
.fa-calendar{
    color: #2e5588;
    padding-right: 5px;
}


/* ページャー */

.pager {
	display: block;
	font-size: 15px;
	padding: 9px 8px;
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center!important;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.current {
    background: #E6FFFA;
    color: #2e5588;
    padding: 6px 12px;
    display: inline;
    border-radius: 16px;
    margin: 5px;
}
.pager a {
	margin: 5px;
	display: inline;
	text-decoration: none;
	padding: 6px 12px;
	margin-right: 6px;
	border-radius: 16px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #eee;
	color: #999;
}
.pager a:hover {
    background: #6EC8DA;
    color: #FFFFFF;
}
.pager a:active {
	-webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
	-moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
	box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
}


/* 前後の記事ボタン */
.blog_next li{
	width:49%;
}
.blog_next li:nth-child(1){
	float:left;
}
.blog_next li:nth-child(2){
	float:right;
}
.blog_next li a{
	word-break: break-all;
	text-align:left;
}


/* タグ */
.blog_tag{
  margin: 15px 0 5px;
}
.blog_tag a{
  display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #fcc134;
  padding: 6px 12px 6px 10px;
	transition: all .3s;
  color: #fff;
	background: #fcc134;
}
.blog_tag  a:hover {
		color: #2e5588;
	background: #fff;
	text-decoration: none;
}
.blog_class li i {
  color: #fcc134;
}



/* ------------------ サイドバー ------------------- */


.side_area .box {
	margin-bottom: 40px;
}
.side_area h3{
font-size: 21px;
font-weight: bold;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: solid 3px #fcc134;; /*サイド見出しの下線*/
}
.side_area h3 i{
margin-right:12px;
vertical-align:middle;
color:#fcc134;
}
.side_area li {
margin-bottom: 10px;
}


.side_area li a {
display: block;
padding: 0px 0 0px 10px;
transition: all .3s;	
}
.side_area li a:hover {
}
.side_area li a:hover i {

}







