@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333333;
	font-size:16px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}
a {
	color: #1F2774;
	text-decoration: none;
}
a:hover {
	color:#C0AB9A ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

body,
#mainvisual .inner,
header,
footer{
	min-width:1200px;
}

#wrapper{
	overflow:hidden;
}


#medical01,
#medical02,
#medical03,
#medical04,
#medical05,
#medical06,
#medical07,
#medical08,
#facilityA{
    padding-top: 80px;
}


/*============================================================================

	header

============================================================================*/

header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93px;
    /* background-color: rgba(255,255,255,0.5); */
    z-index: 99;
}
header .inner {
    position: relative;
    width: 1200px;
    height: inherit;
    box-sizing: border-box;
    margin: auto;
    padding-top: 43px;
}
/* ロゴ */
header h1 {
    position: absolute;
    top: 30px;
    left: -3px;
    width: 320px;
    height: 82px;
}

/* 住所 */
.header_info{
	float:right;
	margin-right:40px;
	text-align:right;
}
.header_info li{
}
.header_info_ad{
}

/* ご予約・お問合せ */
.header_tel{
	float:right;
	text-align:right;
	line-height: 1.4;
}
.header_tel dt{
	font-weight:bold;
	font-size:13px;
}
.header_tel dd{
	position:relative;
	padding-left:25px;
	font-size:24.7px;
	letter-spacing:0.1em;
}
.header_tel dd:before{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:15px;
    height:21.8px;
    margin:auto;
    background-image:url(../images/header_tel.svg);
    background-repeat:no-repeat;
    content:"";
}
.header_tel dd a{
    color:#1F2774;
}




/*============================================================================

	nav

============================================================================*/

nav {
    float: right;
    width: 70%;
    height: 80px;
}
nav ul {
    text-align: right;
}
nav li {
    display:inline-block ;
    position:relative;
    height:inherit;
}
nav li a {
    display: table;
    padding: 0 19px;
    color: #555555;
    vertical-align: middle;
    line-height: 80px;
    font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", 游ゴシック体, "Yu Gothic", YuGothic;
    text-align: center;
}
nav li:last-child a {
    padding: 0 0 0 17px;
}


nav li a:hover,
nav li.active2 a{
    color:#50a6a5;
}
nav li a span{
    position:relative;
}

/* ホバーのボーダー */
nav li a span::before{
    position: absolute;
    left: 0;
    right:0;
    bottom: -7px;
    width:100%;
    height:1px;
    margin:auto;
    background-color: #50a6a5;
    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 ul li div {
    position: absolute;
    display:none;
    width:150%;
    top: 100%;
    left:0%;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 2px 3px rgba(0,0,0,0.05);

}
nav ul li div a {
    display: block;
    position: relative;
    padding: 11px 15px;
    color:#50a6a5;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.4;
    text-align: left;
    font-size: 14px;
}
nav ul li div a::after,
nav ul li div a::before{
    display:none;
}
nav ul li div a:hover {
    background-color: #50a6a5;
    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%;
}
/* スクロールで追加されるクラス */
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 84px;
    background-color: rgba(255,255,255,0.5);
}

.fixed h1 {
    top: 16px;
    width: 200px;
}
.fixed .inner {
    padding-top: 4px;
}

.sp_under_nav {
    display: none;
}

/*サイドバー*/
.fixed_web_yoyaku_btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    width: 80px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.fixed_web_yoyaku_btn a {
    display: flex;
    background: #00a8a6;
    writing-mode: vertical-rl;
    color: #fff;
    width: 100%;
    padding: 20px 10px;
    letter-spacing: 4px;
    font-size: 1.2em;
    font-weight: 500;
    font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", 游ゴシック体, "Yu Gothic", YuGothic;
    margin-bottom: 10px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
}
.fixed_web_yoyaku_btn a:hover {
    background: #C8D636;
}
.fixed_web_yoyaku_btn a i{
    margin-bottom: 5px;
}
.fixed_web_yoyaku_btn a:last-child{
    margin-bottom: 0;
}
.fixed_web_yoyaku_btn a.sns{
    padding: 18px 10px 14px;
    font-weight: 500;
    font-size: 24px;
}
.fixed_web_yoyaku_btn a.sns i{
    margin-bottom: 0;
}



/*============================================================================

	#mainvisual

============================================================================*/

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

#mainvisual {
    display: block;
    position: relative;
    height: 410px;
    background-image: url(../images/mainvisual_slide1.png);
    background-position: center;
    background-repeat: no-repeat;
}
#mainvisual .inner{
    display:table;
    position:relative;
    height: inherit;
    width:1200px;
    margin: 0 auto;
    background-repeat:no-repeat;
}
#mainvisual h2{
    position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch {
    position: absolute;
    top: 275px;
    left: -6px;
}
.mainvisual_catch h2{
    margin-bottom: 20px;
    line-height:42px;
    color:#1F2774;
    font-size:27px;
    text-shadow:0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_catch p{
    display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
}
.mainvisual_open {
    position: absolute;
    top: 403px;
    right: 1px;
    width: 342px;
}
.mainvisual_open img{
}
.main_info {
    position: absolute;
    bottom: -3px;
    right: 0;
}
.main_info_tel {
    text-align: right;
}
.main_info_tel li {
    float: right;
}
.main_info_tel li:last-child {
    padding-top: 7px;
    padding-right: 18px;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    letter-spacing: 0;
    font-weight: 400;
}
.main_time {
    width: 695px;
    margin-top: 31px;
}
.main_time dt {
    float: left;
    width: 173px;
    height: calc(164px - 25px);
    border-right: 1px solid #b2b2b2;
    padding-top: 25px;
}
.main_time dd {
    text-align: right;
}
.main_time dd p {
    margin-top: 11px;
    font-size: 12px;
    letter-spacing: 1.2px;
}



/* 下層ページの見出し */
.mainvisual_headline {
    display: table-cell;
    padding-top: 80px;
    letter-spacing: 0.15em;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_headline h2 {
    font-weight: bold;
    font-size: 35px;
    font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", 游ゴシック体, "Yu Gothic", YuGothic;
    letter-spacing: 8px;
}
.mainvisual_headline p{
    display:inline-block;
    font-size:15px;
    color: #C0AB9A;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after{
    position: relative;
    content:"-";
}
.mainvisual_headline p::before{
    left:-0.5em;
}
.mainvisual_headline p::after{
    right:-0.5em;
}

/* 背景変更用 */
#mainvisual.bg01{
    background-image:url(../images/main_bg01.png);
    background-position: center 0%;
    background-size: cover;
}
#mainvisual.bg02{
    background-image:url(../images/main_bg02.png) ;
    background-position: center 0%;
    background-size: cover;

}
#mainvisual.bg03{
    background-image:url(../images/main_bg03.png) ;
    background-position: center 0%;
    background-size: cover;
}
#mainvisual.bg04{
    background-image:url(../images/main_bg04.png) ;
    background-position: center 0%;
    background-size: auto;
}
#mainvisual.bg05{
    background-image:url(../images/main_bg05.png);
    background-position: center 0%;
    background-size: cover;
}






/*==================================================================

	#contents

==================================================================*/

main{
    display:block;
}
#container{
    padding-top:100px;
    padding-bottom: 100px;
}

#contents{
    position:relative;
    width:1200px;
    margin:0 auto;
    padding-top:70px;
    padding-bottom: 100px;
}
#contents::after {
    display: block;
    clear: both;
    content: "";
}



#contents_left{
    float:left;
    width:720px;
}
#contents_right{
    float:right;
    width:280px;
    font-size:15px;
    line-height:1.6;
}
.right_medical h3{
    text-align:center;
}
.right_medical h3 a{
    display:block;
    padding:7px 0;
    background-color:#262e7c;
    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{
    padding:10px;
    background-color:#f0f0f0;
}
.right_medical li{
    margin-bottom:15px;
}
.right_medical li:last-child{
    margin-bottom:0;
}
.right_medical img{
    width:100%;
}







/*============================================================================

	$footer

============================================================================*/

footer {
    position:relative;
    width:100%;
    background-color:#fff;
}


#map {
    width: 100%;
    height: 454px;
}
.footer_map{
    display:none;
}


/* フッターの医院概要 */
.footer_info {
    border-top: 1px solid #50a6a5;
}
.footer_info .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 109px 0 76px;
}


.footer_info_overview_logo {
    float: left;
    width: 264px;
    height: 194px;
    padding-top: 14px;
    padding-left: 0;
    box-sizing: border-box;
}
.footer_info_overview_logo img {
    width: 255px;
    height: 92px;
}


.footer_info_overview {
    float: left;
    width: 420px;
    height: 196px;
    padding: 0 41px 0 70px;
    box-sizing: border-box;
}
.footer_info_overview dt {
    margin-bottom: 16px;
    padding: 0px 0 6px 39px;
    border-bottom: 1px solid #c1e1e3;
}
.footer_info_overview dd {
    margin-bottom: 0;
    padding-bottom: 3px;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    line-height: 1.7;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
.footer_info_overview dd:last-child{
    margin-bottom:0;
}
.footer_info_overview_tel {
    position: relative;
    font-size: 38px;
    line-height: 1.3;
    text-align: center;
}
.footer_info_overview_tel a {
    color: #00a8a6;
}
.mobile .footer_info_overview_tel a {
    letter-spacing: -1px;
}


.footer_info_overview_tel:before {
    position: absolute;
    top: 37px;
    left: 9px;
    width: 25px;
    height: 29px;
    background-image: url(../images/footer_tel.png);
    background-repeat: no-repeat;
    content: "";
}
.footer_info_overview_tel span {
    display: block;
    position: relative;
    left: -18px;
    margin-bottom: 8px;
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.footer_info_overview_access {
    padding-top: 0;
    padding-left: 2px;
    border-bottom: none !important;
    text-align: center;
    line-height: 1.8 !important;
    letter-spacing: 2.5px !important;
}
.footer_info_overview_access span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 1px;
}
.footer_info_sche_medical{
    margin-top: 13px;
    letter-spacing: 1.2px;
}



/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche {
    float: right;
    width: 506px;
    font-size: 12px;
    margin-top: 4px;
    text-align: right;
}
.schedule table{
    width:100%;
    background-color:#fff;
}
.schedule table tr:first-child td{
    font-weight:bold;
    color:#1F2774;
}
.schedule p{
    margin-left:22px;
    margin-bottom:2px;
}
.schedule p strong{
    color:#1F2774;
}
.schedule p:last-child{
    margin-bottom:0;
}
.schedule_note{
    margin-left:22px;
}
.schedule_note li{
    display:inline-block;
    margin-right:2em;
}


/* フッターのナビ */
.footer_navi {
    background-color: #00a8a6;
}
.footer_navi .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 48px;
}
.footer_navi ul{
    width:1200px;
    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 9px;
    color: #fff;
    vertical-align: middle;
    line-height: 80px;
    font-size: 16px;
    font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic;
    text-align: center;
}
.footer_navi ul li a:hover,
.footer_navi ul li.active2 a{
}
.footer_navi ul li a span{
    position:relative;
    padding:0 5px;
}




/* ホバーのボーダー */
.footer_navi ul li a span::before{
    position: absolute;
    left: 0;
    right:0;
    bottom: -10px;
    width:100%;
    height:1px;
    margin:auto;
    background-color: #fff;
    -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: 92px;
    height: 91px;
}
.pagetop {
    position: absolute;
    top: 54px;
    right: 148px;
    cursor: pointer;
    z-index: 999999;
}
.pagetop img{
    display:inline-block;
    position:relative;
    top:0;
    transition:0.5s ease-in-out;
}
.pagetop:hover img{
    top:-5px;
    padding-bottom:5px;
}

/* コピーライト */
.copy {
    background-color: #00a8a6;
    padding-bottom: 45px;
    text-align: center;
}
.copy small{
    line-height:1;
    color:#fff;
    font-size:13px;
    letter-spacing:0.2em;
}











/*==================================================================

	タイトル

==================================================================*/

/*中央寄せ*/
h3.tit01 {
    position: relative;
    margin-bottom: 46px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 36px;
    font-weight: 400;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    text-align: center;
}
/* 飾りの英語 */
h3.tit01 span {
    display: block;
    position: relative;
    margin-top: 7px;
    letter-spacing: 2.5px;
    font-size: 18px;
    font-family: "GillSansNova-Medium",sans-serif;
    font-style: normal;
    font-weight: 500;
    z-index: 2;
}



/* 左寄せ */
h3.tit02 {
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 3.5px;
    font-size: 36px;
    font-weight: 400;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    line-height: 1.4;
    text-align: left;
}
/* 飾りの英語 */
h3.tit02 span {
    display: inline-block;
    position: relative;
    margin-top: -10px;
    padding-left: 31px;
    letter-spacing: 1.8px;
    font-size: 18px;
    font-family: "GillSansNova-Medium",sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: -3;
    z-index: 2;
}
h3.tit02 span::before {
    position: absolute;
    top: -6px;
    left: 13px;
    width: 1px;
    height: 25px;
    background-color: #333;
    content: "";
}



h4.tit01 {
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #00a8a6;
    font-size: 25px;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: 500;
    text-align: left;
}
h4.tit01 i{
    margin-right:7px;
}
h4.tit01 span{
    display:inline-block;
    position:relative;
    letter-spacing: 2.5px;
    color: #C0AB9A;
    font-size:14.5px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
}




h5.tit01 {
    position: relative;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: bold;
}





/*==================================================================

	共通

==================================================================*/

/*院長略歴*/
.list01 {
    margin: 0 0 15px;
    padding: 0;
    border-width: 0 1px 1px;
}
.list01 dt {
    margin: 0;
    padding: 14px 3px 0px;
}
.list01 dd {
    margin: -38px 0 0;
    padding: 12px 4px 10px 100px;
    border-bottom: 1px dotted #ACACAC;
}

/*院長略歴　年月無し*/
.list02 {
    margin: 0 0 15px;
    border-width: 0 1px 1px;
}
.list02 li {
    margin: 0 0px 0px;
    padding: 6px 4px 6px 0;
    border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03{
}
.list03 li{
    position:relative;
    margin-bottom:10px;
    padding-left:15px;
}
.list03 li:last-child{
    margin-bottom:0;
}
.list03 li:before{
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #E0D0BF;
    border: 1px solid #E0D0BF;
    border-radius: 100%;
    content: '';
}
.list03 li i{
    margin-right:8px;
}

/*さんかく*/
.list04 li{
    position: relative;
    margin-bottom:15px;
    padding-left:22px;
    color:#223a70;
}
.list04 li:before{
    position:absolute;
    top:0.5em;
    left:7px;
    width: 0;
    height: 0;
    border:5px solid transparent;
    border-left: 5px solid #4A577F;
    content:"";
}

/*やじるし*/
.list05 li{
    position:relative;
    margin-bottom: 10px;
    line-height:1;
    padding-left:15px;
}
.list05 li:before{
    position:absolute;
    left:0;
    top:0.3em;
    height:5px;
    width:5px;
    transform:rotate(45deg);
    background-color: transparent;
    border-top:1px solid #333;
    border-right:1px solid #333;
    content:"";
}

/* まる & 背景 */
.list06{
    padding:35px 15px 25px 45px;
    background-color:#f7f7f7;
}
.list06:after {
    display: block;
    clear: both;
    content: "";
}
.list06 li{
    position:relative;
    float:left;
    margin-bottom:15px;
    padding-left:0.9em;
    padding-right:5%;

}
.list06 li:before{
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #DAC58B;
    border: 1px solid #DAC58B;
    border-radius: 100%;
}

/*まる & 枠 */
.list07{
    border: 3px solid #eee;
    padding: 30px ;
    font-size:14.5px;
}
.list07 li{
    padding-left:0.9em;
    margin-bottom:10px;
    position:relative;
}
.list07 li:last-child{
    margin-bottom:0;
}
.list07 li:before{
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #E0D0BF;
    border: 1px solid #E0D0BF;
    border-radius: 100%;
}
.list07 li i{
    margin-right:8px;
}

/*チェック*/
.list08{
    margin-bottom:30px;
    padding:35px 10px 20px 45px;
    background-color:#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 {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #00a8a6;
    background-color: #00a8a6;
    color: #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", 游ゴシック体, "Yu Gothic", YuGothic;
    transition: ease-in-out 0.2s;
    letter-spacing: 0px;
    text-align: center;
}
.btn02 a i{
    margin-right:7px;
}
.btn02 a:hover{
    background-color:#fff;
    color:#00a8a6;
}


/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
    display:block;
    position:relative;
    float:right;
    margin-left:30px;
    margin-bottom:0 !important;
    text-align:center;
}
.img_fr img{
    border-radius:3px;
    margin-bottom:7px;

}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
    padding-left:20px;
    line-height:1.3;
    font-size:15px;
    font-weight:bold;
    color: #1F2774;
    text-align:left;
}









/*==================================================================

	table

==================================================================*/

.nowrap{
    white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
    margin-bottom:12px;
    border-spacing: 0;
    border-collapse: collapse;
    white-space:nowrap;
}
.tb01 td,.tb01 th{
    border-bottom:1px solid #e4e4e4;
    vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
    border:none;
}
.tb01 th:first-child{

}
.tb01 th{
    padding:10px 22px 8px 22px;
    line-height:1;
    white-space:nowrap;
    font-weight:bold;
    text-align:left;

}
.tb01 td{
    padding:10px 13px 8px 13px;
}


/*医院概要*/
.tb02{
    border-spacing: 0;
    text-align: left;
}
.tb02 td,.tb02 th{
    border-bottom:#ddd 1px dotted;
    line-height:1.4;
    font-size:15px;
    vertical-align:top;
}
.tb02 th{
    padding:8px 24px 8px 0;
    white-space:nowrap;
    text-align:left;
    font-weight: normal;
    color:#333;
}
.tb02 td{
    padding:8px 0;
    padding-right:0 !important;
    text-align:left;
}
.tb02 tr:last-child td,.tb02 tr:last-child th{
    border:none;
}

/* 料金表 */
.tb03 {
    width:100%;
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #f0f0f0;
    white-space: nowrap;
}
.tb03 td, .tb03 th {
    padding: 12px 36px;
}
.tb03 th {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    color: #666;
    background-color: #FAFAFA;
    font-size: 16px;
}
.tb03 th span {
    font-size: 13px;
}
.tb03 td {
    background-color: #ffffff;
    color: #666666;
    text-align: center;
}



/*==================================================================

	アンカーリンンク

==================================================================*/

/* 4個並び */
.ank01 {
    margin: 0 auto 20px;
}
.ank01 li {
    display: table;
    position: relative;
    float: left;
    width: 49%;
    height: 66px;
    margin-bottom: 1.5%;
    margin-left: 1.33%;
    line-height: 1.4;
}
.ank01 li:nth-child(1),
.ank01 li:nth-child(3),
.ank01 li:nth-child(5){
    margin-left:0;
}
.ank01 li a {
    display: table-cell;
    padding: 12px 5px 15px;
    border: 1px solid #00a8a6;
    font-weight: bold;
    font-size: 16px;
    color: #00a8a6;
    text-align: center;
    vertical-align: middle;
    transition: 0.1s ease-in-out;
}
.ank01 li a:hover{
    background-color:#00a8a6;
    color:#fff;
}
.ank01 li i{
    display:block;
    position:absolute;
    left:0;
    right:0;
    bottom:4px;
    margin:auto;
}



/*==================================================================

	.layout

==================================================================*/

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.layout01{
    padding-bottom:20px;
}
.layout01 dl {
    display: table;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.layout01 dl:before{
    position:absolute;
    top:-3px;
    left:0;
    width:100%;
    border-top: 1px solid #ededed;
    content:"";
}
.layout01 dl:last-child:after{
    position:absolute;
    bottom:-3px;
    left:0;
    width:100%;
    border-top: 1px solid #f0f0f0;
    content:"";
}
.layout01 dt,
.layout01 dd{
    display:table-cell;
    box-sizing:border-box;
}

.layout01 dt {
    width: 28%;
    padding: 0 3%;
    background-color: #cbe6d8;
    letter-spacing: 0.1em;
    color: #056f6e;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
/* 数字 */
.layout01 dt em{
    display: block;
    line-height: 1;
    margin:0 8px;
    font-family: "GillSansNova-Medium",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size:38px;
    color:#fff;
}
.layout01 dd{
    padding:3%;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02{
}
.layout02::after{
    display: block;
    clear: both;
    content: "";
}
.layout02 dl{
    width:40.2%;
    float:left;
    margin-right:4%;
    margin-bottom:25px;
    padding:3% 3.9% 4%;
    background-color:#F7F7F7;
}
.layout02 dl:nth-child(even){
    margin-right:0;
}
.layout02 dl dt{
    margin-bottom:10px;
    font-weight: bold;
    font-size:18px;
    line-height:1.3;
    text-align:center;
}
.layout02 dl dt img {
    width: 100%;
    margin-bottom: 12px;
    background-color: #fff;
}


/* 数字 */
.layout02 dl dt em{
    margin-right:10px;
    color:#BDA087;
    font-family: "Times New Roman", Times, serif;
    font-size:30px;
    font-weight: normal;
}
.layout02 dl dd{
    line-height:1.6;
    font-size:14.5px;
    text-align:center;
}
.layout02 dl dd img{
    width:160px;
    margin-bottom:15px;
}
.layout02 dl dd p{
    margin-bottom:0;
    text-align:justify;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03{
    padding-bottom:20px;
}
.layout03 dl {
    display: table;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #eee;
    background-color: #f7f9e7;
    padding: 2%;
}
.layout03 dt,
.layout03 dd{
    display:table-cell;
    box-sizing:border-box;
    vertical-align:middle;
}
.layout03 dt {
    width: 27%;
    padding: 3%;
    background-color: #fff;
    text-align: center;
}
.layout03 dt img {
    width: 100%;
    padding-bottom: 10px;
}
.layout03 dd {
    width: 73%;
    padding: 1% 3%;
}
.layout03 dd h5 {
    color: #429695;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.layout03 dd h5 em{
    margin-right:10px;
    font-family: "GillSansNova-Medium",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size:30px;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.layout04{
    padding-bottom:20px;
}
.layout04 dl{
    display:table;
    position:relative;
    margin-bottom:20px;
    background-color:#f7f7f7;
    padding:2%;
}
.layout04 dt,
.layout04 dd{
    display:table-cell;
    box-sizing:border-box;
}
.layout04 dt{
    width:27%;
    padding-right:2%;
    vertical-align:middle;
}
.layout04 dt img{
    width:100%;
}
.layout04 dd{
    width:73%;
    padding:3%;
    background-color:#fff;
    vertical-align:middle;
}
.layout04 dd h5{
    color: #1F2774;
    font-size:18px;
    font-weight:bold;
}
.layout04 dd h5 span{
    margin-right:10px;
    color:#BDA087;
    font-family: "Times New Roman", Times, serif;
    font-size:30px;
    font-weight: normal;
}



/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05{
    padding-bottom:20px;
}
.layout05 dl{
    display:table;
    position:relative;
    margin-bottom:20px;
    background-color:#f7f7f7;
    padding:2%;
    font-size:14px;
}
.layout05 dt,
.layout05 dd{
    display:table-cell;
    box-sizing:border-box;

}
.layout05 dt{
    width:25%;
    background-color:#fff;
    text-align:center;
    vertical-align:middle;
}
.layout05 dt img {
    display: block;
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
}
.layout05 dd{
    padding:1% 3%;
    vertical-align:top;
}
.layout05 dd:nth-child(2){
    width:36.5%;
}
.layout05 dd:nth-child(3){
    width:38.5%;
    border-left:1px solid #e2e2e2;
}

.layout05 dd h5 em{
    margin-right:10px;
    color:#BDA087;
    font-family: "Times New Roman", Times, serif;
    font-size:30px;
    font-weight: normal;
}
.layout05 dd h5 {
    font-size: 17px;
    font-weight: bold;
}
.layout05_text1{
}

.layout05_text1 ul{
    margin-bottom:15px;
}

.layout05_text1 ul li{
    text-indent:-1em;
    margin-left:1em;
}


/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06{
    padding-bottom:20px;
}
.layout06 dl {
    display: table;
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
}
.layout06 dl:before{
    position:absolute;
    top:-3px;
    left:0;
    width:100%;
    border-top: 1px solid #ededed;
    content:"";
}
.layout06 dl:last-child:after{
    position:absolute;
    bottom:-3px;
    left:0;
    width:100%;
    border-top: 1px solid #f0f0f0;
    content:"";
}
.layout06 dt,
.layout06 dd{
    display:table-cell;
    box-sizing:border-box;

}
.layout06 dt {
    width: 28%;
    padding: 0 3%;
    background-color: rgba(156, 210, 182, 0.25);
    letter-spacing: 0.1em;
    color: #00a8a6;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
/* 数字 */
.layout06 dt em{
    display:block;
    line-height:1;
    margin:0 8px;
    font-family: "GillSansNova-Medium",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size:38px;
}
.layout06 dd {
    padding: 2% 3%;
    vertical-align: top;
}
.layout06 dd:nth-child(2){
    width:40%;
}
.layout06 dd:nth-child(3){
    width:35%;
    border-left:1px solid #e2e2e2;
}

.layout06 dd h5{
    font-size:15px;
    font-weight:bold;
}
.layout06_text1{
}
.layout06_text1 ul{
    margin-bottom:15px;
}
.layout06_text1 ul li span{
    display:block;
}


/* 3つ並びのレイアウト。 */
.layout07{
}
.layout07::after{
    display: block;
    clear: both;
    content: "";
}
.layout07 dl{
    float: left;
    width: 26%;
    margin-right: 2%;
    margin-bottom:20px;
    padding: 3%;
    border-radius: 10px;
    background-color:#F7F7F7;
}
.layout07 dl:nth-child(3n){
    margin-right:0;
}
.layout07 dl dt{
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.layout07 dl dt em{
    margin-right:8px;
    font-size:24px;
    font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd{
    line-height:1.5;
}

/* 2つ並びのレイアウト。 */
.layout07_2{
}
.layout07_2::after{
    display: block;
    clear: both;
    content: "";
}
.layout07_2 dl{
    float: left;
    width: 43%;
    margin-right: 2%;
    margin-bottom:20px;
    padding: 3%;
    border-radius: 10px;
    background-color:#F7F7F7;
}
.layout07_2 dl:nth-child(2n){
    margin-right:0;
}
.layout07_2 dl dt{
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.layout07_2 dl dt em{
    margin-right:8px;
    font-size:24px;
    font-family: 'Quicksand', sans-serif;
}
.layout07_2 dl dd{
    line-height:1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08{
    overflow:hidden;
}
.layout08 dl{
    position:relative;
    float: left;
    width: 24.6%;
    margin-right: 4.1%;
    margin-bottom:25px;
    padding: 3%;
    border-radius: 10px;
    background-color:#F7F7F7;
}
.layout08 dl::before {
    position: absolute;
    right: -17px;
    top: 0;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    background-color: transparent;
    border-top: 2px solid #33409A;
    border-right: 2px solid #33409A;
    content: "";
    bottom: 0;
    margin: auto;
}
.layout08 dl:nth-child(3n){
    margin-right:0;
}

.layout08 dl dt{
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.layout08 dl dt em{
    margin-right:8px;
    font-size:24px;
    font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd{
    line-height:1.5;
}




/*==================================================================

	box

==================================================================*/

.box1{
    position:relative;
    width:1200px;
    margin:0 auto 100px;
}
.box2{
    margin-bottom:100px;
}
.box3 {
    position: relative;
    width: 1030px;
    margin: 0 auto 100px;
}
.text {
    position:relative;
    margin-bottom:50px;
}
.text p {
    margin-bottom:1em;
}
.text:last-child{
    margin-bottom:0;
}



/*==================================================================

	.top_doctor

==================================================================*/

.top_doctor {
    padding-bottom: 29px;
}
.top_doctor .box1{
}
.top_doctor .box1:before {
    position: absolute;
    bottom: -1147px;
    left: -50px;
    width: 73px;
    height: 1306px;
    background-image: url(../images/left_urita.png);
    background-repeat: no-repeat;
    content: "";
}

.top_doctor h3{
    margin-bottom: 23px;
}



.top_doctor .text {
    position: relative;
    float: left;
    width: 688px;
    margin-left: -4px;
}
.top_doctor .text:before {
    position: absolute;
    top: -40px;
    left: -46px;
    width: 780px;
    height: 570px;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    z-index: -1;
}
.top_doctor .text:after {
    position: absolute;
    top: -49px;
    left: -472px;
    width: 523px;
    height: 523px;
    border-radius: 100%;
    background-color: #c8d636;
    content: "";
    z-index: -2;
}


.top_doctor .text p {
    line-height: 2.65;
    letter-spacing: 1.6px;
}
.doctor_name {
    line-height: 2.1 !important;
    font-weight: 600;
}


.top_doctor_img {
    float: right;
    margin: 6px -15px 0 0;
}


.top_doctor .btn02 {
    float: right;
    width: 150px;
    margin: -40px 182px 0 0;
}
.top_doctor .btn02 a{
    display:block;
}




/*==================================================================

	.top_concept

==================================================================*/

.top_concept{
}
.top_concept .text {
    position:absolute;
    float: left;
    width: 47%;
    margin-top: 122px;
    padding-left: 107px;
    box-sizing: border-box;
    color: #fff;
}
.top_concept .box1:before {
    position: absolute;
    top: 6px;
    right: 0;
    width: 2000px;
    height: 736px;
    background-color: #00a8a6;
    content: "";
    z-index: -1;
}
.top_concept .text p {
    line-height: 2.65;
}


.top_concept h3 {
    margin-bottom: 70px;
    color: #fff;
}
.top_concept h4{
    margin-bottom: 48px;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 3px;
}
.top_concept h3.tit02 span::before {
    background-color: #fff;
}


.top_concept_img {
    float: right;
    width: 45.5%;
    margin-top: 50px;
}



/*==================================================================

	.top_feature

==================================================================*/

.top_feature {
    padding-bottom: 32px;
}
.top_feature .box1 {
    width: 1250px;
}
.top_feature h3{
    margin-bottom: 83px;
}


.top_feature_list{
}
.top_feature_list a {
    float: left;
    width: 290px;
    margin-right: 30px;
    padding-bottom: 26px;
    box-shadow: 0 0 10px #c5c5c5;
}
.top_feature_list a:last-child {
    margin-right:0;
}


.top_feature_list dl{
}
.top_feature_list dt {
    margin-bottom: 13px;
}
.top_feature_list dd {
    padding-left: 18px;
}
.top_feature_list dd em {
    display: inline-block;
    padding-bottom: 2px;
    color: #50a6a5;
    font-family: "GillSansNova-Bold",sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.top_feature_list dd h4 {
    margin-bottom: 5px;
    color: #000000;
    font-size: 18px;
    font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    letter-spacing: 2px;
}
.top_feature_list a dd p {
    color: #333;
    letter-spacing: 0;
}





/*==================================================================

	.top_medical

==================================================================*/

.top_medical {
    padding-top: 123px;
    padding-bottom: 61px;
    background-image: url(../images/top_medical_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.top_medical .box1 {
    margin-bottom:0;
}


.top_medical .text p{
    text-align:center;
}
.top_medical_list {
    padding-top: 39px;
}
.top_medical_list a {
    display: block;
    float: left;
    width: 21%;
    margin-right: 5.3%;
    margin-bottom: 63px;
    color: #333;
    text-align: center;
}
.top_medical_list a:nth-child(4n){
    margin-right:0;
}
.top_medical_list dl{
    width:100%;
}
.top_medical_list dl dt {
    margin-bottom: -8px;
}
.top_medical_list dl dd{
}
.top_medical_list dl dd em {
    color: #00a8a6;
    font-size: 12px;
    font-family: "GillSansNova-Bold",sans-serif;
    font-style: normal;
    font-weight: 600;
}
.top_medical_list dl dd h4 {
    margin-bottom: 6px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    text-shadow: 0 0 #333;
}
.top_medical_list dl dd p{
    font-size:15px;
}
.top_medical_list a:last-child dl dd p {
    letter-spacing: -1px;
}




/*==================================================================

	.news

==================================================================*/

.top_news {
    padding-top: 120px;
}
.top_news h3 {
    margin-bottom: 80px;
    font-size: 18px;
}
.top_news h3 span {
    font-size: 36px;
    font-weight: 600;
}



.top_news_flame{
}
.news_text{
}
.news_text p {
    margin-bottom:10px;
}
/* タイトル */
.news_text p strong {
    margin-left: 20px;
    font-weight: 500;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
/* 日付 */
.date{
    margin-right:10px;
}
/* お知らせのブロックのボーダー */
.news_text .line{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area {
    height: 280px;
}





/*==================================================================

	$doctor

==================================================================*/

.doctor_greet .text{
    float:left;
    width:400px;
}

.doctor_carr{
}
.doctor_carr h4.tit01 {
    margin-bottom: 15px;
}
.doctor_carr_sec1 {
    float: left;
    width: 450px;
    margin-right: 30px;
    padding: 40px 63px;
    background-color: #f7f7f7;
    font-size: 16px;
}
.doctor_carr_sec1:last-child{
    margin-right:0;
}
.doctor_carr .tb02 td, .doctor_carr .tb02 th {
    line-height: 2;
}
.doctor_carr_sec1 table{
    width:100%;
}






/*==================================================================

	$access

==================================================================*/

.access_guide{
    margin-bottom:20px;
    font-weight:bold;
}
.access_map{
    margin-bottom:40px;
}
.access_map dt{
    margin-bottom:10px;
}
.access_map dt i{
    margin-right:7px;
}
.access .btn02{
    text-align:center;
    margin-bottom:50px;
}
.access_info{
    border: 4px solid rgb(237, 237, 237);
    padding: 25px 30px 5px;
}
.access_info dt i{
    margin-right:7px;
}
.access_train,.access_bus,.access_car,.access_bike{
    margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
    padding-left: 0;
    margin-bottom:5px;
    font-size:17px;
    font-weight:bold;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
    font-size:14.5px;
}



/*==================================================================

	$clinic

==================================================================*/

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1{
}
.clinic_slides1 .flexslider{
    position:relative;
    float:left;
    width:82%;
}
.clinic_slides1 .flexslider li div{
    display:table;
    position:relative;
    margin-top:-60px;
    margin-left:20px;
    background-color: rgba(255,255,255,0.9);
}
.clinic_slides1 .flexslider p{
    display:table-cell;
    padding:8px 10px;
    vertical-align:middle;
    font-size:16px;
    font-weight:bold;
    color:#002A64;
}

.clinic_slides1 .flex-control-thumbs .flex-active img{
    border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
    position:absolute;
    right: -22%;
    top: 0;
    width: 15%;
}
.clinic_slides1 .flex-control-thumbs li {
    position:relative;
    width: 96%;
    margin: 0 0 0 4%;
    background-color:#fff;
}





/* 医院概要 */

.clinic_img{
    float:right;
}


.clinic_sec1 {
    position: relative;
    float: left;
    width: 54%;
}
.clinic_sec1 ul{
    margin-bottom:15px;
}
.clinic_sec1 li{
    padding: 11px 0;
    border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 li:first-child{
    padding:0 0 11px 0 ;
}
.clinic_sec1 li:last-child{
    border:none;
}
.clinic_sec1 dl:after {
    display: block;
    clear: both;
    content: "";
}
.clinic_sec1 dt{
    float:left;
    box-sizing:border-box;
    width:25%;
    padding-left:2px;
    font-weight:bold;
}
.clinic_sec1 dd{
    float:left;
    width:75%;
}
.clinic_sec1 .schedule .tb01{
    border: 1px solid #e4e4e4;
    width:100%;
    font-size:14px;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
    background-color:#f2f7fa;
    color:#1F2774;
    font-weight:bold;
}
.clinic_sec1 .schedule .tb01 tr:first-child{
}
.clinic_sec1 .schedule li{
    border-bottom:none;

}





/*==================================================================

	$facilities

==================================================================*/



/* 機器紹介1 */
.facilities_equip dl{
    float:left;
    width:42.3%;
    min-height:280px;
    margin-bottom:30px;
    margin-left:3.4%;
    padding:3%;
    border-top:4px solid #9397BE;
    background-color:#f7f7f7;
    text-align:justify;
    font-size:14px;
}
.facilities_equip dl:nth-child(odd){
    margin-left:0;
}

/* 機器紹介名前 */
.facilities_equip dt{
    margin-bottom:14px;
    padding-bottom:10px;
    line-height: 1.7;
    font-size:17px;
    font-weight:bold;
    text-align:left;
}
.facilities_equip dt span{
    display:block;
    font-size:15px;
}
.facilities_equip_img{
    float: right;
    width:50%;
    margin-left:20px;
}
.facilities_equip_img img{
    width:100%;
}




/* 機器紹介2 */
.facilities_equip2 dl{
    float:left;
    width:31%;
    margin-bottom:30px;
    margin-right:3.5%;
    background-color:#f7f7f7;
    text-align:justify;
    font-size:14px;
}
.facilities_equip2 dl:nth-child(3n){
    margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip2 dt{
}
.facilities_equip2 dt img{
    width:100%;
}
.facilities_equip2 dd{
    padding: 10px 15px 18px;
    line-height: 1.35;
}
.facilities_equip2 dd h4{
    text-align:center;
    font-size:17px;
    font-weight:bold;
}
.facilities_equip2 dd p{
    margin-top:7px;
}



/* 機器紹介3 */
.facilities_equip3 dl{
    float:left;
    width:47.5%;
    margin-bottom:35px;
    margin-right:5%;
    background-color:#f7f7f7;
    text-align:justify;
    font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
    margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
    width:100%;
}
.facilities_equip3 dd{
    padding: 10px 15px 18px;
    line-height: 1.35;
}
.facilities_equip3 dd h4{
    text-align:center;
    font-size:17px;
    font-weight:bold;
}
.facilities_equip3 dd p{
    margin-top:7px;
}





/*==================================================================

	$qa

==================================================================*/

.qa1{
}
.qa1 dl{
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
    position:relative;
    margin-bottom: 15px;
    padding-left:40px;
    font-weight:bold;
}
.qa1 dl dt:before{
    position: absolute;
    top:-5px;
    left:0;
    margin-right:7px;
    line-height: 1;
    font-family:"Times New Roman", Times, serif;
    font-weight:normal;
    font-size:28px;
    color:#262E7C;
    content:"Q.";
}
.qa1 dl dd{
    position:relative;
    padding-left:40px;
}
.qa1 dl dd:before{
    position: absolute;
    top:-5px;
    left:0;
    margin-right:7px;
    line-height: 1;
    font-family:"Times New Roman", Times, serif;
    font-weight:normal;
    font-size:28px;
    color:#C0AB9A;
    content:"A.";
}



.fixed_web_yoyaku_btn {
pointer-events: none;
}
.fixed_web_yoyaku_btn a {
pointer-events: auto;
}