@charset "utf-8";
/* CSS Document */
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color:#000;
	/*font-size:15.5px;*/
	font-size:17px;
	font-weight:400;
	line-height:1.85;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #1695d4;
	text-decoration: none;
	position: relative;
    z-index: 1;
}
a:hover {
	color:#ef822b ;
}
.anchor{
	display: block;
	margin-top: -120px;
	padding-top: 120px;
}
/*tel*/
[href^="tel"]:hover {
  cursor: default;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}
body,
#mainvisual .inner,
header,
footer{
	min-width:1300px;
}
@media print{
html {
	-webkit-print-color-adjust: exact;
}
body {
	zoom: 80%;
}
.fixed {
	position: inherit !important;
}
}


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

	header

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

header {
position: absolute;
	width:100%;
	height:100px;/* navのtopと同じ値にする */
	/*margin-bottom:80px; navのheightと同じ値にする */
	/*background-color:rgba(255,255,255,0.5);*/
	background-color: rgba(255,255,255,0.85) !important;
	    z-index: 9997;
}
header .inner{
	position:relative;
	width:100%;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
	/*padding-top:40px;*/
}
/* ロゴ */
header .header_logo{
position: absolute;
    top: 17px;
    left: 49px;
    z-index: 9998;
}
header .header_logo,
header img{
	width:320px;
	height:67px;
}

/* 住所 */
.header_info{
text-align: center;
    margin-top: 10px;
    letter-spacing: 0.1em;
				font-size: 15px;
    color: #fff;
}


/* ご予約・お問合せ */
.header_tel{
display: block;
    text-align: center;
    line-height: 1.4;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin-top: 14px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
}
.header_tel span{
				font-size: 15px;
				padding-right: 15px;
}
/*.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 a{
	color:#fff;
}
.header_mpcloud_links{
	display: flex;
	float: right;
	margin-left: 20px;
	width: 200px;
}
.header_mpcloud_links a{
	display: block;
	padding: 10px;
	min-width: 100px;
	background-color: #1F2774;
	color: #fff;
	text-align: center;
	border:1px solid #fff;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
.header_mpcloud_links a:hover{
	background-color: rgba(31,39,116,0.8);
}

.mvtab1 {
	position: fixed;
	top: 222px;
	right: 0;
	width: 70px;
	z-index: 9999;
	/*display: none;*//*現在web予約が無いから*/
}

.mvtab2 {
	position: fixed;
	top: 192px;
    /*top: 432px;*/
	/*top: 222px;*//*現在web予約が無いから*/
    right: 0;
    width: 70px;
    z-index: 9999;
}

.mvtab3 {
	position: fixed;
	top: 372px;
    /*top: 602px;*/
	/*top: 222px;*//*現在web予約が無いから*/
    right: 0;
    width: 70px;
    z-index: 9999;
}
.mvtab4 {
	position: fixed;
	bottom: 0;
    right: 0;
    z-index: 9999;
}
.mvtab4 {
	width: 370px;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro', serif;
	    color: #fff;
}
.mvtab4 .mvtab4_1 {
	background-color: #ea8031;
    padding: 20px 0px 20px 126px;
    font-size: 23px;
}
.mvtab4 .mvtab4_2 {
	background-color: #12589d;
    padding: 12px 4px;
    font-size: 23px;
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.mvtab4 .mvtab4_2 .tb_left {
	    font-size: 16px;
}
.mvtab4 .mvtab4_2 .tb_left p {
	border: 2px solid #fff;
    padding: 0px 17px;
    margin-bottom: 6px;
}
.mvtab4 .mvtab4_2 .tb_left p:last-child {
	margin-bottom: 0px;
}
.mvtab4 .mvtab4_1, .mvtab4 .mvtab4_2 {
	cursor: pointer;
	position: relative;
}
.mvtab4 .mvtab4_1:hover, .mvtab4 .mvtab4_2:hover {
	opacity: 0.7;
    transition: 0.15s ease-out;
}
.mvtab4 .mvtab4_1::before {
	content: "";
    background-image: url(../images/hukidashi.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translate(0, -50%);
}
.mvtab4 .mvtab4_1::after, .mvtab4 .mvtab4_2::after {
	position: absolute;
    bottom: 2px;
    right: -1px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: rotate(-45deg);
}
/*============================================================================

	$モーダルウィンドウ

============================================================================*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.mvtab4_modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,60%);
	padding: 40px 10px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.mvtab4_modal:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.mvtab4_modal.active2{
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}
/*モーダル枠の指定*/
.modal_box{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 350px;
    width: 98%;
    background-color: #00568c;
    color: #fff;
    padding: 20px 0;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro', serif;
}
.modal_box p:nth-of-type(2) {
	    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.modal_box p:nth-of-type(3) {
	line-height: 1.5;
    margin-bottom: 20px;
}
.modal_btnlist li a {
	background-color: #fff;
    display: block;
    width: 230px;
    margin: auto;
    text-align: left;
    margin-bottom: 15px;
    padding: 7px 7px 7px 10px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
}
.modal_btnlist li a:hover {
	    opacity: 0.7;
    transition: 0.15s ease-out;
}
.modal_btnlist li a i {
	background-color: #ffffff;
    border: 4px solid #11578b;
    padding: 4px;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 10px;
    color: #11578b;
	width: 15px;
    height: 15px;
    text-align: center;
    display: inline-block;
}
.modal_btnlist li:nth-of-type(3) a i {
	    font-size: 12px;
}
.modal_btnlist li a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 9px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #00568c;
    border-right: 3px solid #00568c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*モーダルを閉じるボタンの指定*/
.modal_box .close{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    color: #2b2b2b;
    cursor: pointer;
    background-color: #d3d3d3;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    padding-top: 1px;
}

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

	nav

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

nav {
	position: absolute;
	top:0;/* headerのheightと同じ値にする */
	right: 350px;
	width:880px;
	height:100px;/* headerのmargin-bottomと同じ値にする */
	z-index:9997;
}
nav ul{
	width:auto;
	height: inherit;
	margin:0 auto;
	padding-right: 50px;
	text-align:center;
	display: flex;
 justify-content: space-between;
	align-content: flex-end;
}
nav li {
display: flex;
    align-items: center;
    position: relative;
    height: 90px;
    padding: 10px 0 0;
}
nav li a{
    display: table;
    padding: 0;
    vertical-align: middle;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    color: #00568c;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
}
nav li a:hover,
nav li.active2 a{
	color:#00568c;
}

nav li a span{
	position:relative;
	display: block;
	font-size:13px;
	line-height: 1.3;
}


/* 間のボーダー 
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: -10px;
    width: auto;
    height: 1px;
    margin: auto;
    background-color: #00568c;
    border-radius: 25px;
    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:290%;
	top: 100%;
	left:-97%;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);

}
nav ul li div a{
	display:block;
	position:relative;
	padding: 13px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.85);
	line-height:1.4;
	text-align:center;
	font-size:13px;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: rgba(0,69,113,0.8);
	color: #fff;
}

/* 矢印 */
.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%;
}
/* スクロールで追加されるクラス */
header.fixed{
	position:fixed;
	top:0;
	left:0;
	/*background-color: rgba(0,69,113,0.85);*/
	z-index: 9999;
}
header.fixed nav li {
    align-items: center;
}
header.fixed .header_logo {

}
.header_tel_address_box {
	position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    height: 100px;
    background: #1695d4;
    z-index: 9998;
}


@media screen and (max-width:1600px) {
nav {
	width:680px;
	right: 260px;
	}
	nav ul {
 padding-right: 20px;
	}
	.header_tel_address_box {
    width: 270px;
	}
	.header_info{
	font-size: 12px;
	}
	h1{
	right: 290px !important;
	}
	.header_logo{
	left: 15px !important;
	}
}

/*@media screen and (max-width:1300px) {
	h1{
    right: 0 !important;
    left: 689px !important;
    width: 100%;
	}
}*/



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

	#mainvisual

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

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

#mainvisual{
	display:block;
	position:relative;
	height: 400px;
	background-image:url("../images/mv_bg.png");
	background-size: cover;
	background-color:#004571;
	background-position:top center;
	background-repeat:no-repeat;
}
#mainvisual::after {
    /*position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 69.7%);*/
    /* min-width: 1200px; */
    /*height: 55px;
    background-color: #c3e4f4;
    content: "";
    z-index: 0;
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);*/
}
#mainvisual .inner{
	display:table;
	position:relative;
	height: inherit;
	width:1300px;
	margin: 0 auto;
	background-repeat:no-repeat;
}
#mainvisual h2.headline{
	position:relative;
}

#mainvisual.dentist{
	background-image:url("../images/mv_bg_dentist.png");
}

#mainvisual.clinic{
	background-image:url("../images/mv_bg_clinic.png");
}

#mainvisual.feature{
	background-image:url("../images/mv_bg_feature.png");
}

#mainvisual.first{
	background-image:url("../images/mv_bg_first.png");
}

#mainvisual.medical{
	background-image:url("../images/mv_bg_medical.png");
}

#mainvisual.recruit{
	background-image:url("../images/mv_bg_recruit.png");
}

/* キャッチフレーズ */
.mainvisual_catch{
position: absolute;
    top: 33px;
    right: 210px;
}
.mainvisual_catch p.headline{
	margin-bottom: 20px;
	line-height:42px;
	color:#1F2774;
	font-size:27px;
	text-shadow:0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_catch p{
	display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}
.mainvisual_open{
position: absolute;
    top: 224px;
    right: 50px;
    width: 213px;
}
@media screen and (max-width: 1024px){
.mainvisual_open {
    right: 50px;
}
}
.mainvisual_open img{
	width:100%;
}

.mv_bnr01{
position: absolute;
    top: /*675px*/630px;
    left: 50px;
    z-index: 10;
}
.mv_bnr02{
position: absolute;
    top: 765px;
    left: 50px;
    z-index: 10;
}

.mv_bnr03{
position: absolute;
    top: 765px;
    left: 50px;
    z-index: 10;
}

/*.mv_bnr03 img{
	width: 100%;
}*/

/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-top: 90px;
	padding-bottom:2px;
	letter-spacing: 0.10em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h2.headline{
	font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 32px;
	/*color: #fff;*/
	color: #00568c;
	letter-spacing: 0.1em;
}
.mainvisual_headline p{
	font-size:15px;
	/*color: #95d9fb;*/
	color: #1695d4;
}

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

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






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

	#contents

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

main{
	display:block;
}
#container{
}

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



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





#contents_right_link {
    float: right;
    width: 280px;
    font-size: 15px;
    line-height: 1.6;
    position: sticky;
    position: -webkit-sticky;
    top: 180px;
    padding: 0 0 0;
				margin-bottom: 30px;
}

.right_medical {
    /*padding: 2px;
    background: #00568c;*/
}

#contents_right_link .right_medical p:first-child span {
    display: block;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #f19ec2;
}

#contents_right_link .right_medical ul {
    padding: 0;
    background-color: #fff;
}

#contents_right_link .right_medical ul li a {
    font-family: "Shuei MaruGo L", "serif";
    font-style: normal;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    width: auto;
    display: block;
    padding: 0 0 0 30px;
}

/*#contents_right_link::before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 61px;
    background-image: url(../images/contents_right_ph.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    z-index: 0;
}*/
#contents_right_link .right_medical p:first-child{
font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 1.7;
    padding: 17px 0;
				background: linear-gradient(to top, rgba(255, 255, 255, 1.0) 0%, rgba(0, 86, 140, 1.0) 100%);
}

#contents_right_link .right_medical p:first-child a{
position: relative;
color: #fff;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#contents_right_link .right_medical p:first-child span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #00568c;
}

#contents_right_link .right_medical h3{
	text-align:center;
}
#contents_right_link .right_medical h3 a{
	display:block;
	padding:0 0;
	background-color:#262e7c;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	transition:0.1s ease-in-out;
}
#contents_right_link .right_medical h3 a:hover{
	background-color:#e0d6ce;
	color:#1F2774;
}
#contents_right_link .right_medical ul{
	/*padding:10px;
	background-color:#f0f0f0;
	margin-bottom: 75px;*/
	    padding: 0;
    background-color: #fff;
				background-image: url("../images/right_medical_ul_bg.png");
				background-position: bottom -20px left -45px;
				background-repeat: no-repeat;
}
#contents_right_link .right_medical li{
	margin-bottom:0;
	padding: 0;
	border-bottom: 1px #c0ddea dotted;
}
#contents_right_link .right_medical li:nth-child(odd){
	background-color : rgba(255, 255, 255, 0.8);
}
#contents_right_link .right_medical li:nth-child(even){
	background-color : rgba(231, 246, 255, 0.8);
}
#contents_right_link .right_medical li:last-child{
	margin-bottom: 0;
	border-bottom: 3px #00568c solid;
}
#contents_right_link .right_medical li:last-child a:hover{
	margin-bottom: 0;
}
#contents_right_link .right_medical img{
	width:100%;
}

#contents_right_link .right_medical ul li a{
    color: #333;
    font-size: 15px;
    line-height: 48px;
    width: auto;
    display: block;
    padding: 0;
    text-align: center;
        font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
				transition: 0.2s  ease-out;
}

#contents_right_link .right_medical ul li a:hover {
	color:#fff;
	background:rgba(85, 172, 226, 0.7);
}




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

	$footer

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

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


/* フッターの医院概要 */
.footer_info{
}
.footer_info .inner{
	width:1000px;
	margin:0 auto;
	padding:100px 0 110px;
	display: flex;
	justify-content: space-between;
}

.footer_info_overview{
	width:43%;
}
.footer_info_overview_logo,
.footer_info_overview_logo img{
}
.footer_info_overview dt{
 padding-top: 20px;
	margin-bottom:55px;
}
.footer_info_overview dd{
	margin-bottom:15px;
	text-align: center;
	letter-spacing: 0.08em;
}
.footer_info_overview dd a{
color: #1695d4;
}

.footer_info_overview dd:last-child{
	margin-bottom:0;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
.footer_info_overview_tel{
	background-size:15px;
	background-repeat:no-repeat;
	font-size:32px;
	color:#1695d4;
	line-height: 1.3;
		font-weight: 600;
}
.footer_info_overview_tel span{
    font-size: 18px;
    padding-right: 5px;
}

/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche{
	width:440px;
	font-size:14px;
	margin-top:4px;
}
.schedule table{
	width:100%;
	background-color:#fff;
	font-size: 18px;
}

.schedule table.tb01 tr td:last-child {
padding-right: 20px !important;
}

.schedule table tr:first-child td{
	font-weight:500;
}
.schedule p{
	margin-left:22px;
	margin-bottom:2px;
}
.schedule p strong{
	color:#1F2774;
}
.schedule p:last-child{
	margin-bottom:0;
}
.schedule_note{
/*font-size: 18px;*/
font-size: 15px;
text-align: center;
/*margin-bottom: 37px;*/
margin-bottom: 10px;
}
.schedule_note li{
}

.footer_info_sche .schedule .schedule_note{
margin-bottom: 27px;
}


/* フッターのナビ */

.footer_navi{
}
.footer_navi .inner{
	width:1300px;
	margin:0 auto;
	padding:60px 0 40px;
}
.footer_navi ul{
}

.footer_navi ul {
	position:relative;
	width:100%;
	height:80px;
	background-color:rgba(255,255,255,0.5);
	z-index:9999;
}
.footer_navi ul{
	width:1300px;
	height:inherit;
	margin:0 auto;
	text-align:center;
}
.footer_navi ul li {
	display:inline-table ;
	position:relative;
	height:inherit;
}
.footer_navi ul li a{
	display: table-cell;
	padding: 0 29px;
	vertical-align:middle;
	line-height: 1.6;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.footer_navi ul li a:hover,
.footer_navi ul li.active2 a{
	color:#1F2774;
}
.footer_navi ul li a span{
	position:relative;
	padding:0 5px;
}

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

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

/* コピーライト */
.copy{
	padding-top:38px;
	padding-bottom:35px;
	text-align: center;
	background: #00568c;
}
.copy small{
	line-height:1;
	font-size:12px;
	color: #fff;
}


.footer_access{
height: 500px;
display: flex;
justify-content: space-between;
align-content: center;
}
.footer_access_map{
width: 50%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    border: none;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #fdecd8;
    align-items: center;
}

.footer_access_map img{
    width: 100%;
    height: auto;
}
/*@media screen and (max-width:1515px) {
.footer_access_map img{
    width: auto;
    height: auto;
}
}*/
.footer_access_map a{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.footer_access_map a img{
    width: auto;
    height: auto;
}

.access_map dd{
/*height: 500px;*/
width: 100%;
    padding: 0;
    margin: 0 auto;
    border: none;
    position: relative;
    overflow: hidden;
}
.footer_access_map iframe,
.access_map dd iframe{
    vertical-align: bottom;
    border: 0;
    width: 100%;
    height: 100%;
}
.footer_access_info{
width: 50%;
    background: #1695d4 url("../images/footer_bg.png") bottom right 19% no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_access_info div{
width: 375px;
color: #fff;
}
.footer_access_info div p{
font-size: 18px;
    margin-bottom: 50px;
				letter-spacing: 0.1em;
}
.footer_access_info div ul{
font-size: 18px;
}
.footer_access_info div ul.list03 li {
    margin-bottom: 3px;
				letter-spacing: 0.08em;
}
.footer_access_info div ul.list03 li:before {
    background-color: #fff;
    border: none;
}



.recruit_table {
	width: 100%;
	margin-bottom: 30px;
}
.recruit_table th {
	text-align: center;
	background-color: #f9f9f9;
}
.recruit_table th, .recruit_table td {
	padding: 15px;
	border: 1px solid #D3D3D3;
	vertical-align: middle;
}



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

	タイトル

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

h1{
    font-size: 12px;
    position: absolute;
    top: 7px;
    /*left: 49px;*/
				right: 400px;
    left: auto;
    margin: auto!important;
    z-index: 9998;
    color: #888;
				font-weight: normal;
}

@media screen and (max-width: 1024px) and (orientation: portrait){
h1{
right: auto !important;
    left: 362px !important;
}
}



/*中央寄せ　背景画像あり*/
.tit01 {
	position: relative;
	margin-bottom: 30px;
	padding:14px ;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-size: 28px;
	text-align: center;
	color: #00568c;
	font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 500 !important;
				font-style: normal;
}

.tit01_txtlong{
font-size: 24px !important;
}

.tit01 i{
	margin-right:7px;
}
.tit01::before{
	position: absolute;
	width: 200px;
	height: 80px;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
	margin: auto ;
	background-image:url(../images/tit01_bg.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	z-index: -1;
	content: "";
}
.tit01 span{
	display:block;
	position:relative;
	letter-spacing: 2.5px;
	color: #00568c;
	font-size:14px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 400;
    font-style: normal;
	z-index:2;
}
/*.tit01 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}*/
.tit01 i{
font-style: normal;
}


/* 左寄せ　背景画像あり */
.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;
}
.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: "";
}
.tit02 i{
	margin-right:7px;
}
.tit02 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	z-index:2;
}
.tit02 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}




/*左寄せ*/
.tit03 {
	position: relative;
    margin-bottom: 27px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #00568c;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    padding: 15px 15px 13px;
    background: #c6e3f1;
}
.tit03::before {
    position: absolute;
    top: -15px;
    left: -8px;
    width: 80px;
    height: 22px;
    background: url(../images/kazari_h_top.png) no-repeat;
    content: "";
    z-index: 1;
}
.tit03::after {
    position: absolute;
    bottom: -13px;
    right: 0;
    width: 80px;
    height: 22px;
    background: url(../images/kazari_h_bottom.png) no-repeat;
    content: "";
    z-index: 1;
}
/*.tit03 i{
	margin-right:7px;
}
.tit03 span{
	display:inline-block;
	position:relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
}
.tit03 span::before{
	margin-left:15px;
	margin-right:15px;
	content:"/";
}*/


.tit04{
display: block;
    margin-bottom: 20px;
    padding: 2px 0 7px;
    line-height: 1.6;
    border-bottom: 1px dashed #1695d4;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-left: 1.5em;
    position: relative;
}
.tit04:before {
    font-family: fot-tsukuardgothic-std, sans-serif;
    content: "●";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0.1em;
    color: #1695d4;
}




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

	共通

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

/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 li{
    width: 33%;
    float: left;
    padding: 3px 0;
}
/*.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: #1695d4;
    border: 1px solid #1695d4;
    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 #d4f1ff;
	padding: 30px ;
}
.list07 li{
	padding-left:0.9em;
	margin-bottom:15px;
	position:relative;
}
.list07 li:last-child{
	margin-bottom:0;
}
.list07 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #1695d4;
	border: 1px solid #1695d4;
	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;
	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{
position: relative;
	display:inline-block;
	padding:6px 25px 6px 15px;
	border:1px solid #ef822b;
	background: #ef822b;
	color:#fff;
	transition:ease-in-out 0.2s ;
	min-width: 85px;
 text-align: center;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#fff;
	color:#ef822b;
}
.btn02 a img {
    position: absolute;
    right: 10px;
    top: 14px;
}

.top_news .btn02 a,
.top_doctor_img_box .btn02 a{
border:1px solid #1695d4;
background: #1695d4;
}
.top_news .btn02 a{
padding: 6px 20px;
}
.top_news .btn02 a:hover img,
.top_doctor_img_box .btn02 a:hover img{
transition:ease-in-out 0.2s ;
    filter: invert(88%) sepia(100%) saturate(2929%) hue-rotate(104deg) brightness(190%) contrast(104%);
}
.top_news .btn02 a:hover,
.top_doctor_img_box .btn02 a:hover{
border:1px solid #1695d4;
background: #fff;
color:#1695d4;
}
.btn02 a:hover img {
transition:ease-in-out 0.2s ;
    filter: invert(72%) sepia(26%) saturate(6428%) hue-rotate(1deg) brightness(195%) contrast(102%);
}

.btn03 a {
    position: relative;
    display: inline-block;
    padding: 4px 25px 2px 15px;
    border: 1px solid #1695d4;
    background: #1695d4;
    color: #fff;
    transition: ease-in-out 0.2s;
    min-width: 85px;
    text-align: center;
    font-size: 14px;
				margin-top: 5px;
}
.btn03 a i{
	margin-right:7px;
}
.btn03 a:hover{
	background-color:#fff;
	color:#1695d4;
}
.btn03 a img {
    position: absolute;
    right: 10px;
    top: 8px;
}
.btn03 a:hover img {
transition:ease-in-out 0.2s ;
    filter: invert(80%) sepia(35%) saturate(2906%) hue-rotate(145deg) brightness(205%) contrast(55%)
}



/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr,
.img_fr_little{
	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;
	height: auto;
}
.img_fr_little img{
	border-radius:3px;
	margin-bottom:7px;
	max-width: 200px;
	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;
}


.bg_skbl{
background: #c3e4f4;
}
.txt_red{
color: #e86060;
}

.nobottom{
margin-bottom: 0 !important;
}

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

	アンカーリンンク

==================================================================*/
/* 2個並び */
.ank02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.ank02 li{
	width: 23%;
	margin: 0 1% 10px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.ank02 li a{
	width: 100%;
	height: 100%;
	padding:10px 10px 20px;
	border:1px solid #00568c;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background: #00568c;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank02 li a:hover{
	background-color:#fff;
	color:#00568c;
}
.ank02 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}

.linkbtn2 .ank02 li{
	width: 47%;
	margin: 0 1% 10px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	height: 100%;
}

/* 3個並び */
.ank03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ank03 li{
	width: 30%;
	margin: 0 1% 10px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.ank03 li a{
	width: 100%;
	height: 100%;
	padding:10px 10px 20px;
	border:1px solid #00408f;
	font-weight:bold;
	font-size:13px;
	color:#00408f;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank03 li a:hover{
	background-color:#00408f;
	color:#fff;
}
.ank03 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}


/* 4個並び */
.ank04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ank04 li{
	width: 23%;
	margin: 0 1% 10px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.ank04 li a{
	width: 100%;
	height: 100%;
	padding:10px 10px 20px;
	border:1px solid #00408f;
	font-weight:bold;
	font-size:13px;
	color:#00408f;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank04 li a:hover{
	background-color:#00408f;
	color:#fff;
}
.ank04 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}



*[id*="ank"] {
  margin-top: -110px;
  padding-top: 110px;
}



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

	.layout

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

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

.layout01 {
  position: relative;
  margin: 0 0 15px;
}

.layout01:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}

.layout01 dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}

.layout01 dl:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}

.layout01 dt {
  width: 30%;
  background-color: #f7f7f7;
  letter-spacing: 0.1em;
  color: #00568c;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
}

/* 数字 */
.layout01 dt em {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 135%;
		margin-bottom: 5px;
    color: #1695d4;
    font-weight: bold;
}

.layout01 dt span{
	font-size: 75%;
}

.layout01 dd {
  width: 70%;
  box-sizing: border-box;
  padding: 3%;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.layout02::after {
  display: block;
  clear: both;
  content: "";
}

.layout02 dl {
  width: 49%;
  margin: 0 2% 0 0;
  margin-bottom: 25px;
  padding: 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.5;
  text-align: center;
  color: #1F2774;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  margin: 0 0 15px;
}

.layout03 dl {
  display: flex;
		align-items: center;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 2%;
}

.layout03 dt {
  width: 27%;
  padding: 2%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.layout03 dt img {
  width: 100%;
  height: auto;
}

.layout03 dd {
  width: 73%;
  padding: 1% 3%;
}

.layout03 dd h3,
.layout03 dd h4,
.layout03 dd h5{
  color: #00568c;
  font-size: 18px;
  font-weight: bold;
}

.layout03 dd h3 em,
.layout03 dd h4 em,
.layout03 dd h5 em{
  margin-right: 10px;
    color: #1695d4;
    font-weight: bold;
    font-size: 30px;
}




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

.layout04 {
  margin: 0 0 15px;
}

.layout04 dl {
  display: flex;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 2%;
}

.layout04 dt {
  width: 27%;
  padding-right: 2%;
  display: flex;
  align-items: center;
}

.layout04 dt img {
  width: 100%;
}

.layout04 dd {
  width: 73%;
  padding: 3%;
  background-color: #fff;
}
.layout04 dd h3,
.layout04 dd h4,
.layout04 dd h5 {
  font-size: 18px;
  font-weight: bold;
		    color: #00568c;
}
.layout04 dd h3 span,
.layout04 dd h4 span,
.layout04 dd h5 span {
  margin-right: 10px;
  color: #1695d4;
  font-weight: bold;
  font-size: 30px;
}



/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  margin: 0 0 15px;
}

.layout05 dl {
  display: flex;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 2%;
}

.layout05 dt {
  padding: 2%;
  width: 25%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.layout05 dt img {
	width: 100%;
	padding-bottom: 10px;
	height: auto;
	display: block;
}

.layout05 dd {
  padding: 1% 3%;
  vertical-align: top;
}

.layout05 dd:nth-child(2) {
  width: 40%;
}

.layout05 dd:nth-child(3) {
  width: 40%;
  border-left: 1px solid #e2e2e2;
}
.layout05 dd h3,
.layout05 dd h4,
.layout05 dd h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
.layout05 dd h3 em,
.layout05 dd h4 em,
.layout05 dd h5 em {
  margin-right: 10px;
  color: #BDA087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout05_text1 {}

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

.layout05 ul.list03 li{
	margin: 0;
}


/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  margin: 0 0 15px;
}
.layout06 dl {
  display: flex;
  padding-bottom: 5px;
  position: relative;
}
.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 {
  width: 30%;
  padding: 0 3%;
  background-color: #f7f7f7;
  letter-spacing: 0.1em;
  color: #1F2774;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: 120%;
}
.layout06 dl:last-of-type {
  padding: 0;
}

/* 数字 */
.layout06 dt em {
  display: block;
  width: 100%;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 170%;
  font-weight: normal;
  color: #C3AF97;
}
.layout06 dd {
  padding: 2% 3%;
  vertical-align: top;
}
.layout06 dd:nth-child(2) {
  width: 35%;
}
.layout06 dd:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e2e2e2;
}
.layout06 dd h3,
.layout06 dd h4,
.layout06 dd h5 {
  font-size: 100%;
  margin: 0 0 5px;
}

.layout06_text1 {}

.layout06_text1 ul {}

.layout06_text1 ul li span {}


/* 3つ並びのレイアウト。 */
.layout07 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout07::after {
  display: block;
  clear: both;
  content: "";
}
.layout07 dl {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  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 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout08 dl {
  position: relative;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.layout08 dl:nth-child(3n) {
  margin-right: 0;
}
.layout08 dl::before {
  position: absolute;
  right: -17px;
  top: 0;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  background-color: transparent;
  border-top: 2px solid #1F2774;
  border-right: 2px solid #1F2774;
  content: "";
  bottom: 0;
  margin: auto;
}
.layout08 dl:nth-child(3n)::before {
  display: none;
}
.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;
}


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

	table

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

/*フッターの診療時間*/
.tb01{
	margin-bottom:8px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	border-bottom:1px solid #bbb;
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
}
.tb01 th:first-child{
	
}
.tb01 th{
    padding: 10px 20px 8px 18px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 500;
    text-align: center;
				letter-spacing: 0.1em;
}
.tb01 tr:first-child td{
	padding: 10px 10px 8px 10px;
}
.tb01 tr:nth-child(2) th{
    padding: 10px 20px 4px 18px;
				border-bottom: none;
}
.tb01 tr:nth-child(2) td{
	padding: 10px 10px 4px 10px;
	border-bottom: none;
	color: #1695d4;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal;
}
.tb01 tr:nth-child(3) th{
    padding: 4px 20px 8px 18px;
}
.tb01 tr:nth-child(3) td{
	padding: 4px 10px 8px 10px;
	color: #1695d4;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal;
}


.tb02 {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 12px;
}

.tb02 tr:first-of-type {
}

.tb02 th {
  font-weight: bold;
  width: 15%;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

.tb02 td {
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}



/*本文中のテーブル*/
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #f0f0f0;
}

.tb03 td,
.tb03 th {
  padding: 8px 20px;
}

.tb03 th {
  font-weight: bold;
  text-align: left;
  background-color: #FAFAFA;
}

.tb03 th span {
  font-size: 13px;
}

.tb03 td {
  background-color: #ffffff;
  text-align: center;
}


.tb03 th.bg_skbl{
	background-color: #d8e8f0;
}

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

	box

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

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

.no_bottom{
margin-bottom: 0 !important;
}




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

	.news_info_box

==================================================================*/
.news_info_box{
width: 1100px;
    height: 500px;
    bottom: 100px;
    position: absolute;
    display: flex;
    justify-content: space-between;
				left: 50%;
    transform: translateX(-50%);
				z-index: 10;
}

.top_news h2,
.top_info h2,
.footer_access_info h2{
font-size: 28px;
color: #1695d4;
text-align: center;
position: relative;
margin-bottom: 45px;
font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
font-weight: 400;
}

.footer_access_info h2{
color: #fff !important;
margin-bottom: 55px;
}

.top_news h2::before,
.top_info h2::before,
.footer_access_info h2::before{
    position: absolute;
    width: 70px;
    height: 4px;
    bottom: -6px;
    right: 0;
    left: 0;
    margin: auto;
    background-image:url("../images/h3line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    content: "";
}
.footer_access_info h2::before{
background-image:url("../images/footer_h3line.png");
}
.top_info {
    width: 440px;
    padding: 25px 40px;
    background: #fff;
    display: flex;
    justify-content: center;
}
.top_info .box1 {
    position: relative;
    width: auto;
    margin: 0 auto 100px;
}
.top_info .box1 a{
font-size: 32px;
    line-height: 1.1;
    display: block;
    text-align: center;
    color: #1695d4;
    font-weight: 600;
				margin-bottom: 20px;
}
.top_info .box1 a span {
font-size: 18px;
padding-right: 15px;
}
.top_info .schedule + p,
.footer_info_sche .schedule + p{
display: block;
    text-align: center;
    /*font-size: 18px;*/
    font-size: 17px;
    color: #1695d4;
    border: solid 1px #1695d4;
    /*padding: 20px 7px;*/
    padding: 11px 7px;
				letter-spacing: 0.08em;
}

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

	.top_doctor

==================================================================*/
.top_doctor {
position: relative;
padding-top: 175px;
margin-bottom: 296px;
}

.top_doctor::before {
    position: absolute;
    top: 570px;
    left: 0;
    width: calc(100% - (50% - 350px));
    height: 350px;
    background-color: #f0f8fc;
    content: "";
    z-index: -1;
}
.top_doctor::after {
    position: absolute;
    top: 570px;
    right: 0;
    width: calc(100% - (50% - 650px));
    height: 888px;
    background-color: #e1f1f9;
    content: "";
    z-index: -2;
}

.top_doctor h2 {
    position: absolute;
    top: -60px;
    left: 0;
    width: calc(100% - 35.2%);
    height: 108px;
    display: flex;
    align-items: center;
				justify-content: flex-end;
    background-color: #1695d4;
    background-image: url(../images/doctor_title_bg.png);
    background-position: right 50px bottom -2px;
    background-repeat: no-repeat;
    font-size: 36px;
    color: #fff;
				padding-top: 12px;
    padding-right: 35px;
    letter-spacing: 0.13em;
    z-index: 10;
				font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 400;
}
.top_doctor .box1{
width: 1200px;
padding-bottom: 42px;
margin-bottom: 0 !important;
}




.doctor_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.doctor_flex .text{
	position:relative;
	width:50%;
}
.greeting_inside .doctor_flex .text{
width:55%;
}
.doctor_flex .text p {
font-size: 18px;
    line-height: 1.95;
    text-align: justify;
    letter-spacing: 0;
    margin-bottom: 36px;
}

.doctor_flex .text h3 {
    font-size: 26px;
    line-height: 1.8;
    color: #1695d4;
    letter-spacing: 0.18em;
    position: relative;
    margin-bottom: 35px;
				font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 400;
}
.doctor_flex .text h3::after {
    position: absolute;
    top: -55px;
    left: -21px;
    width: 71px;
    height: 38px;
    background: url(../images/kazari02.png) no-repeat;
    content: "";
    z-index: 1;
}


.top_doctor_img{
	width: 37.7%;
    margin-right: 50px;
				padding-top: 7px;
}
.greeting_inside .top_doctor_img{
margin-right: 0;
}
.top_doctor_img p img{
width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px;
}
.top_doctor_img p{
}
.top_doctor_img p span{
}
.top_doctor .btn01{
}
.top_doctor .btn01 a{
}

.top_doctor_img_box {
position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
				height: 65px;
}
.top_doctor_img_box p{
font-size: 24px;
    letter-spacing: 0.06em;
    position: relative;
    bottom: -7px;
				font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 400;
}
#contents_left .top_doctor_img_box {
    justify-content: center;
}
#contents_left .top_doctor_img_box p{
    text-align: center;
}


.top_doctor_img_box p span{
font-size: 18px;
}
.top_doctor_img_box p span:nth-child(1){
display: block;
}
.top_doctor_img_box p span:nth-child(2){
display: inline-block;
padding-right: 25px;
}




.top_doctor .box2{
position: relative;
margin-bottom: 117px;
}
.top_doctor .box2 .top_doctor_career_box{
position: relative;
    width: 1300px;
    margin: 0 auto;
				display: flex;
				justify-content:flex-start;
}
.top_doctor .box2 .top_doctor_career_box div{
margin-left: 50px;
    padding-top: 95px;
    padding-left: 30px;
    width: 38%;
				border-left:solid 1px #1695d4;
}
.top_doctor .box2 .top_doctor_career_box div:nth-child(2){
    width: 44%;
				margin-left: 44px;
}
.top_doctor .box2 .top_doctor_career_box div h3{
color: #1695d4;
font-size: 24px;
margin-bottom: 16px;
font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 400;
}
.top_doctor .box2 .top_doctor_career_box div .tb02{
    line-height: 1.8;
				letter-spacing: 0;
				margin-bottom: 0;
}
.top_doctor .box2 .top_doctor_career_box div .tb02 tbody{
    vertical-align: top;
}
.top_doctor .box2 .top_doctor_career_box div .tb02 th{
font-size: 18px;
font-weight: normal;
width: 16%;
border-bottom: none;
padding: 0;
}
.top_doctor .box2 .top_doctor_career_box div .tb02 td{
font-size: 18px;
text-align: left;
width: 84%;
border-bottom: none;
padding: 0;
}
.top_doctor .box2 .top_doctor_career_box div .list03 li{
width: 100%;
float: left;
font-size: 18px;
margin-bottom: 1px;
}
.top_doctor .box2 .top_doctor_career_box div .list03 li:before {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 1px;
    height: 1px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    content: '';
}


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

	.top_medical

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

.top_medical{
position: relative;
background: url("../images/medical_bg.png") center;
background-size: cover;
padding-top: 177px;
}

.top_medical h2 {
    position: absolute;
    top: -61px;
    right: 0;
    width: calc(100% - 35.2%);
    height: 108px;
    display: flex;
    align-items: center;
    background-color: #00568c;
    background-image: url(../images/medical_title_bg.png);
    background-position: left 42px bottom -2px;
    background-repeat: no-repeat;
    font-size: 36px;
    color: #fff;
    padding-top: 12px;
    padding-left: 35px;
    letter-spacing: 0.13em;
    z-index: 10;
				font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 400;
}

.top_medical .text p{
	text-align:center;
}

.top_medical .box1 {
    width: 1200px;
				margin-bottom: 0;
}

.top_medical_first_box{
position: relative;
display: flex;
justify-content: space-between;
}

.top_medical_first_box_link{
width: 430px;
align-self: flex-start;
}
.top_medical_first_box_link dt img{
width: 430px;
height: auto;
}
.top_medical_first_box_link dd{
color: #fff;
font-size: 16px;
position: relative;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
height: 143px;
background: #00568c;
font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.top_medical_first_box_link dd::before {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 114px;
    height: 31px;
    background: url(../images/kazari03.png) no-repeat;
    content: "";
    z-index: 1;
}
.top_medical_first_box_link dd::after {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 114px;
    height: 31px;
    background: url(../images/kazari04.png) no-repeat;
    content: "";
    z-index: 1;
}
.top_medical_first_box_link dd h3{
font-size: 24px;
display: block;
width: 100%;
text-align: center;
font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
}



.top_medical_list{
display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 713px;
				padding-bottom: 35px;
}
.top_medical_list a{
	display:block;
	/*width:28%;*/
	width:23%;
	margin-bottom:48px;
	text-align:center;
	margin-right: 10px;
}

.top_medical_list:nth-child(4) a{
	margin-right: 0;
}

.top_medical_list a img{
	width: 100%;
	height: auto;
}
.top_medical_list dl{
	width:100%;
}
.top_medical_list dl dt{
}
.top_medical_list dl dd{
color: #fff;
    font-size: 16px;
				line-height: 1.4;
    position: relative;
    display: flex;
    justify-content: center;
				align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 125px;
				font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.top_medical_list dl dd h3 {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
				font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-style: normal;
				letter-spacing: 0.1em;
}

.top_medical_list a:hover dt img,
a.top_medical_first_box_link:hover dt img{
opacity: 0.7;
transition: 0.15s ease-out;
}

.top_medical_list a:hover dd,
a.top_medical_first_box_link:hover dd{
transition: 0.15s ease-out;
background: #1695d4;
}

.top_medical + div{
display: block;
height: 400px;
width: 100%;
background: url("../images/medical_bg2.png") center;
}

ul.bnr {
    display: flex;
    flex-wrap: wrap;
    width: 940px;
    margin: 50px auto 0;
    justify-content: space-between;
}

ul.bnr li{
margin-bottom: 20px;
}


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

	.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%;
	height: auto;
}
.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%;
	height: auto;
}







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

	.top_medical4

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

.top_medical4{
	padding-top:80px;
}

.top_medical4_list{
	width:980px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_medical4_list dl{
	position:relative;
	width: 270px;
	text-align:center;
	margin-bottom: 30px;
}
.top_medical4_list a{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.top_medical4_list dt img{
	width:100%;
	height: auto;
	border-radius:100%;
}
.top_medical4_list dd{
}
.top_medical4_list h3{
}
.top_medical4_list p{
}





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

	$top_root_canal

==================================================================*/
.top_root_canal{
position: relative;
padding-bottom: 120px;
background: url("../images/gum_bg.png")right bottom -54px no-repeat;
}
.top_root_canal::after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50%);
    height: 680px;
    background:url("../images/gum_photo.png") right bottom no-repeat;
				background-color: #c3e4f4;
    content: "";
    z-index: -4;
}
.top_root_canal::before {
    position: absolute;
    top: 450px;
    left: 148px;
    width:660px;
    height: 123px;
    background:url("../images/gum_catch.png") right bottom no-repeat;
    content: "";
    z-index: -3;
}
/*.top_root_canal::after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50%);
    height: 680px;
    background-color: #c3e4f4;
    content: "";
    z-index: -4;
}*/
.top_root_canal .box1:first-child {
    position: relative;
				display: flex;
				justify-content: flex-end;
    width: 1000px;
    margin: 0 auto 37px;
}
.top_root_canal .box1:first-child div{
    width: 380px;
}
.top_root_canal .box1:first-child div h2{
    font-size: 36px;
				line-height: 1.4;
				color: #1695d4;
				letter-spacing: 0.18em;
				position: relative;
				margin-bottom: 55px;
				font-weight: normal;
}
.top_root_canal .box1:first-child div h2 span{
    font-size: 28px;
}
.top_root_canal .box1:first-child div h2::after {
    position: absolute;
    top: -40px;
    left: 224px;
    width: 92px;
    height: 74px;
    background:url("../images/kazari01.png") no-repeat;
    content: "";
    z-index: 1;
}
.top_root_canal .box1:first-child div p{
    font-size: 18px;
				line-height: 2.15;
				text-align: justify;
				letter-spacing: 0;
}

.top_root_canal .box1:last-child {
    position: relative;
				display: flex;
				justify-content:space-between;
    width: 1100px;
    margin: 0 auto;
				z-index: 0;
}
.top_root_canal .box1:last-child a{
position: relative;
display: block;
width: 346px;
}
.top_root_canal .box1:last-child a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 346px;
    height: 190px;
    background:url("../images/gum_btn_bg.png") no-repeat;
    content: "";
    z-index: -2;
				transition: ease-in-out 0.3s;
}
.top_root_canal .box1:last-child a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 346px;
    height: 190px;
    background:url("../images/gum_btn_bg2.png") no-repeat;
    content: "";
    z-index: -1;
				opacity: 0;
				transition: ease-in-out 0.2s;
}
.top_root_canal .box1:last-child a:hover::before {
    opacity: 0;
}
.top_root_canal .box1:last-child a:hover::after {
    opacity: 1.0;
}
.top_root_canal .box1:last-child a dl{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
				font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.top_root_canal .box1:last-child a dt{
height: 190px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
				justify-content: center;
				font-size: 24px;
				line-height: 1.7;
color: #fff;
    letter-spacing: 0.1em;
}
.top_root_canal .box1:last-child a dt span{
display: block;
width: 100%;
text-align: center;
font-size: 16px;
margin-bottom: 13px;
    letter-spacing: 0.07em;
}
.top_root_canal .box1:last-child a dd{
font-size: 16px;
    letter-spacing: 0.1em;
				color: #1695d4;
				padding-top: 16px;
}






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

	$top_feature

==================================================================*/
.top_feature{
position: relative;
background: #f8f8f1;
}
.top_feature h2{
position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 35.2%);
    height: 108px;
    display: flex;
    align-items: center;
    background-color: #ef822b;
				background-image: url("../images/feature_title_bg.png");
				background-position: left 42px bottom -2px;
				background-repeat: no-repeat;
    font-size: 36px;
    color: #fff;
				padding-top: 12px;
    padding-left: 35px;
				letter-spacing: 0.13em;
    z-index: 10;
				margin-bottom: 45px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 400;
}
.top_feature .box1{
position: relative;
    background: #fff;
    width: 1200px;
    margin-bottom: 0;
    padding-top: 240px;
    padding-bottom: 204px;
}
.top_feature .box1 .feature_box:nth-child(1) {
position: relative;
    width: 1200px;
    display: flex;
    justify-content: flex-end;
				margin-bottom: 135px;
}
.top_feature .box1 .feature_box:nth-child(1)::before {
position: absolute;
    top: 0;
    left: -100px;
    width: 750px;
    height: 400px;
    background: url(../images/feature_1_photo.png) right bottom no-repeat;
    content: "";
				box-shadow: 50px 70px #f8f8f1;
    z-index: 0;
}
.top_feature .box1 .feature_box:nth-child(1)::after {
    position: absolute;
    top: 345px;
    left: -103px;
    width: 333px;
    height: 141px;
    background:url("../images/feature_1_catch.png") right bottom no-repeat;
    content: "";
    z-index: 1;
}
@media screen and (max-width: 1024px){
.top_feature .box1 .feature_box:nth-child(1)::after {
    left: 0;
}
}


.top_root_canal .box1:first-child div h2 {
    font-size: 36px;
    line-height: 1.4;
    color: #1695d4;
    letter-spacing: 0.18em;
    position: relative;
				margin-bottom: 54px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 400;
}

.top_feature .box1 .feature_box h3{
font-size: 28px;
    line-height: 1.7;
    color: #ef822b;
    letter-spacing: 0.05em;
    position: relative;
				margin-bottom: 32px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 400;
}

.top_feature .box1 .feature_box:nth-child(1) div:first-child{
position: relative;
    width: 390px;
				padding-top: 8px;
				padding-right: 60px;
}

.top_feature .box1 .feature_box:nth-child(1) h3::after{
position: absolute;
    top: 93px;
    right: 52px;
    width: 50px;
    height: 109px;
    background: url(../images/feature_1.png) center no-repeat;
    content: "";
    z-index: 1;
}

.top_feature .box1 .feature_box:nth-child(1) div p,
.top_feature .box1 .feature_box:nth-child(2) div p,
.top_feature .box1 .feature_box:nth-child(3) div p{
    font-size: 18px;
    line-height: 2.15;
    text-align: justify;
    letter-spacing: 0;
				margin-bottom: 36px;
}




.top_feature .box1 .feature_box:nth-child(2) {
position: relative;
    width: 1200px;
    display: flex;
    justify-content:flex-start;
				margin-bottom: 172px;
}
.top_feature .box1 .feature_box:nth-child(2)::before {
position: absolute;
    top: 0;
    right: -50px;
    width: 750px;
    height: 400px;
    background: url(../images/feature_2_photo.png) right bottom no-repeat;
    content: "";
				box-shadow: -50px 70px #f8f8f1;
    z-index: 0;
}
.top_feature .box1 .feature_box:nth-child(2)::after {
    position: absolute;
    top: 349px;
    right: -50px;
    width: 295px;
    height: 124px;
    background:url("../images/feature_2_catch.png") right bottom no-repeat;
    content: "";
    z-index: 1;
}
@media screen and (max-width: 1024px){
.top_feature .box1 .feature_box:nth-child(2)::before {
    right: -50px;
}
.top_feature .box1 .feature_box:nth-child(2)::after {
    right: 0;
}
}

.top_feature .box1 .feature_box:nth-child(2) div:nth-child(1) {
    position: relative;
    width: 350px;
    padding-top: 37px;
    padding-left: 100px;
}
.top_feature .box1 .feature_box:nth-child(2) h3 {
    margin-bottom: 32px;
				letter-spacing: 0.08em;
}
.top_feature .box1 .feature_box:nth-child(2) h3::after{
position: absolute;
    top: -42px;
    left: 0;
    width: 66px;
    height: 109px;
    background: url(../images/feature_2.png) center no-repeat;
    content: "";
    z-index: 1;
}






.top_feature .box1 .feature_box:nth-child(3) {
position: relative;
    width: 1200px;
    display: flex;
    justify-content: flex-end;
				margin-bottom: 0;
}
.top_feature .box1 .feature_box:nth-child(3)::before {
position: absolute;
    top: 0;
    left: -100px;
    width: 600px;
    height: 400px;
    background: url(../images/feature_3_photo.png) right bottom no-repeat;
    content: "";
				box-shadow: 50px 70px #f8f8f1;
    z-index: 0;
}
.top_feature .box1 .feature_box:nth-child(3)::after {
    position: absolute;
    top: 348px;
    left: -100px;
    width: 407px;
    height: 139px;
    background:url("../images/feature_3_catch.png") right bottom no-repeat;
    content: "";
    z-index: 1;
}
@media screen and (max-width: 1024px){
.top_feature .box1 .feature_box:nth-child(3)::after {
    left: 0;
}
}
.top_feature .box1 .feature_box:nth-child(3) div:first-child{
position: relative;
    width: 500px;
    padding-top: 15px;
    padding-right: 100px;
}

.top_feature .box1 .feature_box:nth-child(3) h3::after{
position: absolute;
        top: -2px;
    right: 10px;
    width: 63px;
    height: 111px;
    background: url(../images/feature_3.png) center no-repeat;
    content: "";
    z-index: 1;
}




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

	$doctor

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

.doctor_carr{
	/*display:flex;
	flex-wrap:wrap;*/
}
.doctor_carr h4.tit01{
	margin-bottom:7px;
}
.doctor_carr_sec1{
	margin-bottom: 30px;
	padding: 20px 30px;
	background-color:#edf9ff;
}
.doctor_carr_sec1:last-child{
	margin-right:0;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
}
.doctor_carr_sec1 table{
	width:100%;
}
.doctor_carr_sec1 .tit01{
    text-align: left;
    font-size: 22px;
    margin-bottom: 11px;
    border-bottom: 1px solid #00568c;
    padding-left: 0;
}


.rinen{
background: url("../images/rinen_bg.png") top center no-repeat;
background-size: cover;
padding: 40px;
}
.rinen div{
    background: rgba(255, 255, 255, 0.9);
    padding: 45px 35px 35px;
}
.rinen div h3{
display: block;
font-size: 28px;
    text-align: center;
    color: #00568c;
    font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
    font-weight: 500;
				margin-bottom: 25px;
}
.rinen div li{
    font-size: 17px !important;
}


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

	.news

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

.top_news{
    width: 440px;
    padding: 25px 40px;
    background: #fff;
				display: flex;
    justify-content: center;
}

.top_news .box1 {
    position: relative;
    width: auto;
    margin: 0 auto 100px;
}
.top_news_flame{
	width: 440px;
	margin-bottom: 20px;
}
.news_text{
}
.news_text p {
	margin-bottom:10px;
}
.news_list{
font-size: 18px;
}
.news_list li {
border-bottom: solid 1px #ddd !important;
    padding-bottom: 13px !important;
    margin-bottom: 20px !important;
}
.news_list li:last-child {
    margin-bottom: 0 !important;
}
.news_list li span {
    margin-right: 10px !important;
    letter-spacing: 0.1em !important;
}
.news_list li em {
    font-size: 16px !important;
}
.news_list li a {
    display: block;
				overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.top_news_flame + .btn02{
text-align: center;
}


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

	$access

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

.access_guide{
	margin-bottom:20px;
	font-weight:bold;
}
.access_map{
	margin-bottom:30px;
	text-align: center;
}
.access_map dt{
	margin-bottom:10px;
}
.access_map dt i{
	margin-right:7px;
	color: #1695d4;
}
.access .btn02{
	text-align:center;
	margin-bottom:50px;
}
.access .btn02 a{
min-width: 110px;
}
.access_info{
	border: 4px solid #d4f1ff;
	padding: 25px 30px 5px;
}
.access_info dt i{
	margin-right:7px;
}
.access_info .img_fr img {
    padding-top: 18px;
}
.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;
	color: #1695d4;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
	font-size:14px;
}



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

	$clinic

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

/* 院内スライド サムネイル下 */
.clinic_slide_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.clinic_slide_wrap :focus{
	outline: none;
}

.clinic_slide_wrap #slider{
  margin:0 auto 15px;
  width: 100%;
}
.clinic_slide_wrap .slide-item{
	position: relative;
}
.clinic_slide_wrap .slide-item img{
    width: 100%;
	height: auto;
}
.clinic_slide_wrap .thumbnail-text-item{
	margin: 0 0 15px;
}
.clinic_slide_wrap #thumbnail-list{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.clinic_slide_wrap .thumbnail-item{
  flex: 0 1 15%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
  cursor: pointer;
  transition: .3s;
}
.clinic_slide_wrap .thumbnail-item:hover{
	opacity: 0.8;
}
.clinic_slide_wrap .thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.4);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
.clinic_slide_wrap .thumbnail-item.thumbnail-current:after{
    opacity: 0;
  }
.clinic_slide_wrap .thumbnail-item img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.clinic_slide_wrap .slide_text{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	font-weight: bold;
}





/*院内スライド サムネイル横*/
.clinic_slide_wrap2{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.clinic_slide_wrap_flex{
	display: flex;
	flex-wrap: wrap;
	height: 538px;
}
.clinic_slide_wrap_flex :focus{
	outline: none;
}
.clinic_slide_wrap_flex #slider{
  margin:0 auto 15px 0;
  width: 83%;
}
.clinic_slide_wrap_flex #thumbnail-list{
	width: 15%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: min-content;
}
.clinic_slide_wrap_flex .thumbnail-text-item{
	margin: 0 0 15px;
}
.clinic_slide_wrap_flex .thumbnail-item{
  width: 48%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
  cursor: pointer;
  transition: .3s;
}
.clinic_slide_wrap_flex .thumbnail-item:hover{
	opacity: 0.8;
}
.clinic_slide_wrap_flex .thumbnail-item:after{
    content:'';
    background-color: rgba(0,0,0,0.4);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
.clinic_slide_wrap_flex .thumbnail-item.thumbnail-current:after{
    opacity: 0;
  }
.clinic_slide_wrap_flex .thumbnail-item img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.clinic_slide_wrap_flex .slide-item{
	position: relative;
}
.clinic_slide_wrap_flex .slide-item img{
    width: 100%;
	height: auto;
}
.clinic_slide_wrap_flex .slide_text{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	font-weight: bold;
}





/* 医院概要 */

.clinic_sec1{
	position:relative;
}
.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:20%;
	padding-left:2px;
	font-weight:bold;
}
.clinic_sec1 dd{
	float:left;
	width:80%;
}
.clinic_sec1 .schedule .tb01{
	width:100%;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
	background-color:#1695d4;
	color:#fff;
	font-weight:bold;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
	border-bottom:none;
	text-align: right;
}


.onegai_doctor{
display: flex;
justify-content: flex-end;
font-weight: 500;
}
.onegai_doctor div{
width: 165px;
justify-content: flex-end;
}
.onegai_doctor div p:nth-child(1){
margin-bottom: 0;
white-space: nowrap;
}
.onegai_doctor div p:nth-child(2){
text-align: center;
}


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

	$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{
	margin:0 0 20px;
}
.facilities_equip_img img{
	width:100%;
	height: auto;
}




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

/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
	width:100%;
	height: auto;
}
.facilities_equip2 dd{
	padding: 10px 15px 18px;
	line-height: 1.5;
}
.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:#eef9ff;
	text-align:justify;
}
.facilities_equip3 dl:nth-child(even){
	margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
	width:100%;
	height: auto;
}
.facilities_equip3 dd{
	padding: 15px 15px 18px;
	line-height: 1.5;
}
.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:#1F2774;
	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.";
}


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

	schedule（MPCLOUD）

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

#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  left: 22px;
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  letter-spacing: 0.08em;
		z-index: 9999;
}
.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
  text-align: center;
}
.shcedule_title i {
  position: relative;
  top: -2px;
  right: -25px;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}
.schedule_time {
  margin: 8px 0 0 0;
}
.schedule_time dt {
  font-weight: bold;
}
.shcedule_box dt {
  background: #eee;
  text-align: center;
}
.shcedule_box dd {
  height: auto;
  vertical-align: top;
}
.shcedule_box dd i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/schedule.svg") no-repeat center left;
  background-size: 17px 17px;
  padding: 2px 0 2px 22px;
  margin-left: 15px;
  vertical-align: inherit;
}
.shcedule_today {
  padding: 10px 16px;
}
.schedule_comment {
  border-top: 1px solid #d6d6d6;
  padding: 8px 12px;
  font-size: 14px;
}


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

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
	position: relative;
width: 1000px;
padding: 15px 0;
	margin: 0 auto 60px;
	font-size: 14px;
	background: #c3e4f4;
	z-index: 998;
}

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

.breadcrumbs i {
	/*margin-left: 35px;*/
	margin-right: 5px;
}
.breadcrumbs a {
	color: #1695d4;
}
.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;
}





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

	ブログ

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


/* ------------------ メイン ----------------------- */
#contents_left {
/*float: left;
width: 70%;
width:650px;*/
}

.blog_inside #contents_left {
float: left;
width:650px;
}


/* ------------------ サイドバー ------------------- */
.side_area {
float: right;
/*width: 25%;*/
width:280px;
/*margin-top: 49px;*/
}

.side_area .box {
	margin-bottom: 40px;
}
.side_area h4{
font-size: 21px !important;
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: solid 3px #00568c;
}
.side_area h4 i{
margin-right:12px;
vertical-align:middle;
color:#00568c;
}
.side_area li {
margin-bottom: 7px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 7px;
}


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




.blog_box {
	border-top: 4px solid #00568c;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	margin-bottom: 50px;
	padding-bottom: 30px;
	background-color: #fff;
}
.blog_tit {
	font-size: 22px !important;
	color: #504c43;
	padding: 20px 20px 6px;
	font-weight: 600;
}
.blog_content {
	margin: 20px 25px;
}
.blog_content p {
	margin-bottom: 1em;
}
.blog_content img {
	width: 100%;
	height: auto;
}
.blog_btn {
	display: inline-block;
	margin: 20px 0 0 10px;
	padding: 8px 25px;
	background-color: #e57e30;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: right;
	border-radius: 4px;
	margin-bottom: 0!important;
	transition-property: all;
	transition: 0.3s linear;
}
.blog_btn:hover {
	/*opacity: .8;*/
	background: #f3d68f;
}
.blog_btn a {
	color: #fff!important;
}
.blog_btn a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_btn span {
	position: relative;
	padding-right: 1em;
	transition: all .3s;
	color: #fff!important;
}
.blog_btn span::after {
	position: absolute;
	top: 50%;
	right: -12px;
	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 {
}
.blog_btn:hover span::after {
	right: -16px;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	/*color: #60b85d;*/
}
/* 日付・カテゴリ */
.blog_class li {
	display: inline-block;
	margin-right: 15px;
}
.blog_class {
	margin-bottom: 10px;
}
.blog_class .fa{
color: #00568c;
}
/* カテゴリ */

.blog_category {
	clear: both;
	margin-bottom: 20px;
}
.blog_category li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #004c36;
}
.blog_category li a {
	padding: 6px 12px 6px 10px;
	transition: all .3s;
}
.blog_category li a:hover {
	color: #fff!important;
	background: #004c36;
	text-decoration: none;
}
.blog_category li a {
	color: #004c36!important;
	display: block;
}
.blog_category li a:hover {
	color: #fff!important;
	text-decoration: none;
}
.blog_category li a:hover .fa-tag {
	color: #fff!important;
}
/* ページャー */

.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;
}
.current {
	background: #FDF5E1;
	color: #004c36;
	padding: 6px 12px;
	display: inline;
	border-radius: 16px;
	margin: 5px 5px 8px;
}
.pager a {
	margin: 5px;
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px;
	margin-right: 6px;
	margin-bottom: 8px;
	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: #FDF5E1;
	color: #004c36;
}
.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);
}




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

	ブログ エディター用

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


/**
 * 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_content > div ul,
.blog_content > div ol{
	list-style-type: none;
	margin-top:20px;
}
.blog_content > div ul ul,
.blog_content > div ul ol,
.blog_content > div ol ul,
.blog_content > div ol ol{margin-top:0;}
.blog_content > div ol{counter-reset:number;}
.blog_content > div ul li:before{
	content:"・";
	position:absolute;
	left:0;
}
.blog_content > div ol li:before{
	counter-increment: number;
	content: counter(number)".";
	position:absolute;
	left:0;
}
.blog_content > div ul li,
.blog_content > div ol li{
	position:relative;
	line-height:1.5;
	padding: 10px 0 0 25px;

}


/*整形済みテキスト*/
.blog_content > div pre{
	font-weight:400;
	margin-top:20px;
	padding:20px;
	background-color: #F2F2F2;
	color:#7F7F7F;
	overflow:auto;
}

/*引用*/
.blog_content > div blockquote{
	position:relative;
	color:#3F3F3F;
	margin-top:20px;
	padding:20px 20px 20px 70px;
	background-color: #F2F2F2;
}
.blog_content > div blockquote::before{
	position:absolute;
	top:20px;
	left:20px;
	font-family: "icomoon";
	content: "\e909";
	font-size:3rem;
	color:#D9D9D9;
}
.blog_content > div blockquote *:first-child{margin-top:0;}

/*ライン*/
.blog_content > div hr{
	margin-top:40px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #E5E5E5;
}

.blog_content > div *:first-child{margin-top:0;}
.wsbl_line img{
width: 50%;
}

/*テーブル*/
.blog_content > div table {
    margin-top:20px;
    width: 100%;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.blog_content > div table tr:nth-child(2n+1){background: #F2F2F2;}
.blog_content > div table th{
	padding: 10px;
	background: #323232;
	color: #fff;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.blog_content > div table td{
	padding: 10px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}


/* ブログ新着表示 */

.blog_load{
text-align: center;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blog_information{
	/*display:none;*/
	width:185px;
	margin-right:22px;
	margin-left:22px;
	margin-bottom: 32px;
	text-align:center;
	vertical-align: top;
}

.blog_load .blog_information:nth-child(1){
margin-left:0;
}

#contents_left .blog_information{
display: none;
}
.blog_information a{
}
.blog_information a dt{
	position:relative;
	width:185px;
	height:185px;
	margin-bottom: 20px;
	overflow:hidden;
	background-image:url(●●●); /*サムネが無い時に表示される画像*/
	background-position:center;
}
.blog_information a dt::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height:185px;
    background:url("../images/blog_information_cover.png");
    background-size: cover;
    content: "";
    z-index: 1;
}
.blog_information a dt img{
	position:absolute;
	width:auto;
	height:auto;
	max-width:245px;
	/*max-height:195px;*/
	min-height: 195px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.blog_information a dd p{
	font-size:16px;
	color:#333;
}
.blog_information a dd h4{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight:bold;
	line-height:1.4;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
				font-size:16px;
}


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

	見出しタグ修正

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

.blog_box h1{font-size: 32px;}
.blog_box h2{font-size: 24px;}
.blog_box h3{font-size: 18px;}
.blog_box h4{font-size: 16px;}
.blog_box h5{font-size: 12px;}
.blog_box h6{font-size: 10px;}


































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

	.loop_slide

==================================================================*/
.loop_slide_wrap{
	margin: 0 auto 30px;
}
.loop_slide_wrap .slick-slider div{
 transition: none;
}
.loop_slide_wrap .slick-list{
	overflow: hidden!important;
}
.loop_slide_wrap .slick-initialized .slick-slide{
	height: auto;
}
.loop_slide_wrap .slick-initialized .slick-slide img{
	width: 400px;
	height: auto;
}
.loop_slide_wrap .slick-initialized .slick-slide:focus{
	outline: none;
}


/*common*/
.pc{}.pc_inline{display:inline!important}.sp_inline{display:none!important}.sp_inline_ip{display:none!important}.pc_table{display:none!important}.sp_table{display:none!important}

address,body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,option,p,pre,select{margin:0;padding:0;-webkit-text-size-adjust:100%}img{vertical-align:bottom}li,ul{list-style:none;margin:0;padding:0}a img{border:none}
a img:hover {
    opacity: 0.7;
    transition: 0.15s ease-out;
}
.w010par{width:10%}.w020par{width:20%}.w025par{width:25%}.w050par{width:50%}.w075par{width:75%}.w100par{width:100%}.w010{width:10px}.w020{width:20px}.w030{width:30px}.w040{width:40px}.w050{width:50px}.w060{width:60px}.w070{width:70px}.w080{width:80px}.w090{width:90px}.w100{width:100px}.w110{width:110px}.w120{width:120px}.w130{width:130px}.w140{width:140px}.w150{width:150px}.w160{width:160px}.w170{width:170px}.w180{width:180px}.w190{width:190px}.w200{width:200px}.w210{width:210px}.w220{width:220px}.w230{width:230px}.w240{width:240px}.w250{width:250px}.w255{width:255px}.w260{width:260px}.w270{width:270px}.w280{width:280px}.w290{width:290px}.w300{width:300px}.w305{width:305px}.w310{width:310px}.w320{width:320px}.w330{width:330px}.w340{width:340px}.w350{width:350px}.w360{width:360px}.w365{width:365px}.w370{width:370px}.w380{width:380px}.w390{width:390px}.w400{width:400px}.w410{width:400px}.w415{width:415px}.w420{width:420px}.w430{width:430px}.w435{width:435px}.w440{width:440px}.w450{width:450px}.w460{width:460px}.w470{width:470px}.w480{width:480px}.w490{width:490px}.w500{width:500px}.w510{width:510px}.w520{width:520px}.w530{width:530px}.w540{width:540px}.w550{width:550px}.w560{width:560px}.w570{width:570px}.w580{width:580px}.w590{width:590px}.w600{width:600px}.w610{width:610px}.w620{width:620px}.w630{width:630px}.w640{width:640px}.w650{width:650px}.w660{width:660px}.w670{width:670px}.w680{width:680px}.w690{width:690px}.w700{width:700px}.w710{width:710px}.w720{width:720px}.w730{width:730px}.w740{width:740px}.w750{width:750px}.w760{width:760px}.w765{width:765px}.w960{width:960px}.w980{width:980px}.h030{height:30px}.h180{height:180px}.h190{height:190px}.h200{height:200px}.h240{height:240px}.h250{height:250px}.h280{height:280px}.h300{height:300px}.h350{height:350px}.mt00{margin-top:0!important}.mt01{margin-top:1px}.mt02{margin-top:2px}.mt03{margin-top:3px}.mt04{margin-top:4px}.mt05{margin-top:5px}.mt06{margin-top:6px}.mt07{margin-top:7px}.mt08{margin-top:8px}.mt09{margin-top:9px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mt45{margin-top:45px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mt110{margin-top:110px}.mt120{margin-top:120px}.mr00{margin-right:0!important}.mr01{margin-right:1px}.mr02{margin-right:2px}.mr03{margin-right:3px}.mr04{margin-right:4px}.mr05{margin-right:5px}.mr06{margin-right:6px}.mr07{margin-right:7px}.mr08{margin-right:8px}.mr09{margin-right:9px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr25{margin-right:25px}.mr30{margin-right:30px}.mr35{margin-right:35px}.mr40{margin-right:40px}.mr45{margin-right:45px}.mr50{margin-right:50px}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}.mr100{margin-right:100px}.mb00{margin-bottom:0!important}.mb01{margin-bottom:1px}.mb02{margin-bottom:2px}.mb03{margin-bottom:3px}.mb04{margin-bottom:4px}.mb05{margin-bottom:5px}.mb06{margin-bottom:6px}.mb07{margin-bottom:7px}.mb08{margin-bottom:8px}.mb09{margin-bottom:9px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb40{margin-bottom:40px}.mb45{margin-bottom:45px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.ml00{margin-left:0!important}.ml01{margin-left:1px}.ml02{margin-left:2px}.ml03{margin-left:3px}.ml04{margin-left:4px}.ml05{margin-left:5px}.ml06{margin-left:6px}.ml07{margin-left:7px}.ml08{margin-left:8px}.ml09{margin-left:9px}.ml10{margin-left:10px}.ml12{margin-left:12px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml25{margin-left:25px}.ml30{margin-left:30px}.ml35{margin-left:35px}.ml40{margin-left:40px}.ml45{margin-left:45px}.ml50{margin-left:50px}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.ml100{margin-left:100px}.ml140{margin-left:140px}.ml160{margin-left:160px}.ma10{margin:10px}.ma15{margin:15px}.ma_auto{margin-left:auto;margin-right:auto}.pt00{padding-top:0!important}.pt01{padding-top:1px}.pt02{padding-top:2px}.pt03{padding-top:3px}.pt04{padding-top:4px}.pt05{padding-top:5px}.pt06{padding-top:6px}.pt07{padding-top:7px}.pt08{padding-top:8px}.pt09{padding-top:9px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt25{padding-top:25px}.pt30{padding-top:30px}.pt35{padding-top:35px}.pt40{padding-top:40px}.pt45{padding-top:45px}.pt50{padding-top:50px}.pt60{padding-top:60px}.pt70{padding-top:70px}.pt80{padding-top:80px}.pt90{padding-top:90px}.pt100{padding-top:100px}.pt120{padding-top:120px}.pr00{padding-right:0!important}.pr01{padding-right:1px}.pr02{padding-right:2px}.pr03{padding-right:3px}.pr04{padding-right:4px}.pr05{padding-right:5px}.pr06{padding-right:6px}.pr07{padding-right:7px}.pr08{padding-right:8px}.pr09{padding-right:9px}.pr10{padding-right:10px}.pr15{padding-right:15px}.pr20{padding-right:20px}.pr25{padding-right:25px}.pr30{padding-right:30px}.pr35{padding-right:35px}.pr40{padding-right:40px!important}.pr45{padding-right:45px}.pr50{padding-right:50px}.pr60{padding-right:60px}.pr70{padding-right:70px}.pr80{padding-right:80px}.pr90{padding-right:90px}.pr100{padding-right:100px}.pb00{padding-bottom:0!important}.pb01{padding-bottom:1px}.pb02{padding-bottom:2px}.pb03{padding-bottom:3px}.pb04{padding-bottom:4px}.pb05{padding-bottom:5px}.pb06{padding-bottom:6px}.pb07{padding-bottom:7px}.pb08{padding-bottom:8px}.pb09{padding-bottom:9px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb25{padding-bottom:25px}.pb30{padding-bottom:30px}.pb35{padding-bottom:35px}.pb40{padding-bottom:40px}.pb45{padding-bottom:45px}.pb50{padding-bottom:50px}.pb60{padding-bottom:60px}.pb70{padding-bottom:70px}.pb80{padding-bottom:80px}.pb90{padding-bottom:90px}.pb100{padding-bottom:100px}.pl00{padding-left:0!important}.pl01{padding-left:1px}.pl02{padding-left:2px}.pl03{padding-left:3px}.pl04{padding-left:4px}.pl05{padding-left:5px}.pl06{padding-left:6px}.pl07{padding-left:7px}.pl08{padding-left:8px}.pl09{padding-left:9px}.pl10{padding-left:10px}.pl15{padding-left:15px}.pl20{padding-left:20px}.pl25{padding-left:25px}.pl30{padding-left:30px}.pl35{padding-left:35px}.pl40{padding-left:40px}.pl45{padding-left:45px}.pl50{padding-left:50px}.pl60{padding-left:60px}.pl70{padding-left:70px}.pl80{padding-left:80px}.pl90{padding-left:90px}.pl100{padding-left:100px}.pa01{padding:1px}.pa02{padding:2px}.pa03{padding:3px}.pa04{padding:4px}.pa05{padding:5px}.pa10{padding:10px}.pa15{padding:15px}.fr{float:right}.fl{float:left}.fr10{float:right;margin-left:10px}.fr15{float:right;margin-left:15px}.fr30{float:right;margin-left:15px}.fl10{float:left;margin-right:10px}.fl15{float:left;margin-right:15px}.fl30{float:left;margin-right:30px}.txt10{font-size:10px}.txt11{font-size:11px}.txt12{font-size:12px}.txt13{font-size:13px}.txt14{font-size:14px}.txt15{font-size:15px}.txt16{font-size:16px}.txt17{font-size:17px}.txt18{font-size:18px}.txt19{font-size:19px}.txt20{font-size:20px}.txt21{font-size:21px}.txt22{font-size:22px}.txt23{font-size:23px}.txt24{font-size:24px}.txt25{font-size:25px}.txt26{font-size:26px}.txt27{font-size:27px}.txt28{font-size:28px}.txt29{font-size:29px}.txt30{font-size:30px}.txt31{font-size:31px}.txt32{font-size:32px}.txt33{font-size:33px}.txt34{font-size:34px}.txt35{font-size:35px}.txt36{font-size:36px}.txt37{font-size:37px}.txt38{font-size:38px}.txt39{font-size:39px}.txt40{font-size:40px}.bold{font-weight:700}.left{text-align:left!important}.center{text-align:center!important}.right{text-align:right}.clear{clear:both}.v_top{vertical-align:top}.v_mid{vertical-align:middle}.v_btm{vertical-align:bottom}.color_red{color:#f33}.color_pink{color:#ed8c96}.color_blue{color:#00408f}.color_green{color:#479f9d}.color_ore{color:#ff8327}.color_yellow{color:#ffeb8b}.color_beige{color:#dac58b}.color_brown{color:#9b8052}.color_navy{color:#1f2774}.color_black{color:#3e3a39}.ls_0{letter-spacing:0}.ls_1{letter-spacing:1px}.indent{margin-left:1em!important;text-indent:-1em}.line_h_2{line-height:2!important}.clearfix:after{display:block;clear:both;content:""}.sp{display:none!important}