@charset "utf-8";
/* CSS Document */
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #3e3a3a;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: justify;
}
a {
	color: #26a5d0;
	text-decoration: none;
}
a:hover {
	color: #cec833;
}
::selection {
	background-color: #99C1DA;
}
::-moz-selection {
	background-color: #99C1DA;
}
body, #mainvisual .inner, header, footer {
	min-width: 1200px;
}
#link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
	padding-top: 100px;
	margin-top: -100px;
}
.facebook iframe {}
b {
font-family: ‘ヒラギノ角ゴ ProN W6’;
}

.pcnone{
	display: none;
}


.marker {
	background: linear-gradient(transparent 60%,#e0f2f7 60%);
	font-weight: 500;
}

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

	header

============================================================================*/
header {
	width: 100%;
	height: 169px;/* navのtopと同じ値にする */
	margin-bottom: 60px;/* navのheightと同じ値にする */
}
header .inner {
	position: relative;
	width: 1200px;
	height: inherit;
	box-sizing: border-box;
	margin: auto;
	padding-top: 38px;
}
/* ロゴ */
header h1 {
	position: absolute;
	top: 35px;
}
header h1, header h1 img {
	width: 237px;
	height: 110px;
}
.header_info {
	padding-top: 20px;
	padding-left: 280px;
}
.header_info dt {
	float: left;
	margin-bottom: 13px;
}
.header_info dd.ad {
	font-size: 14px;
	color: #6f6f6f;
	font-family: 新ゴ L;
	letter-spacing: 1.5px;
}
.header_info dd {
	float: right;
}
header.stretch {
	display: none;
}
/*============================================================================

	nav

============================================================================*/
nav {
	position: absolute;
	top: 159px;/* headerのheightと同じ値にする */
	width: 100%;
	height: 60px;/* headerのmargin-bottomと同じ値にする */
	background-color: rgba(255, 255, 255, 1);
	z-index: 9999;
}
nav ul {
	width: 1200px;
	margin: 0 auto;
	height: inherit;
}
nav li {
	display: inline-block;
	position: relative;
	height: inherit;
}
nav li a {
	display: table;
	padding: 0 18px;
	/*padding: 0 23px;*/
	vertical-align: middle;
	font-family: 新ゴ R;
	line-height: 60px;/* 上下中央寄せのためにnavのheightと同じ値にする */
	font-size: 16px;
	letter-spacing: 1px;
	color: #666666;
	text-align: center;
}
nav li:first-child a {
	padding-left: 0;
}
nav li a:hover, nav li.active2 a {
	color: #666666;
}
nav li a span {
	position: relative;
}
/* ホバーのボーダー */
nav li a span::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #afd5f1;
	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: 150%;
	top: 100%;
	left: 0%;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
nav ul li div a {
	display: block;
	position: relative;
	padding: 13px 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 1.4;
	text-align: left;
	font-size: 13px;
}
nav ul li div a::after, nav ul li div a::before {
	display: none;
}
nav ul li div a:hover {
	background-color: #F0F0F0;
}
/* 矢印 */
.nav_arrow {}
.nav_arrow img {
	display: block;
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	margin: auto;
	transition: 0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img {
	right: 3%;
}
/* スクロールで追加されるクラス */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 999999999;
}
/*============================================================================

	#mainvisual

============================================================================*/
/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */
#mainvisual {
	display: block;
	position: relative;
	height: 200px;
	background-image: url(../images/main.png);
	background-position: center top -20px;
	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;
}
.main_img {
	background: url(../images/main01.png) no-repeat center;
	width: 890px;
	height: 460px;
	position: relative;
}
.main_img:before {
	background: url(../images/bird01.png) no-repeat;
	width: 191px;
	height: 240px;
	position: absolute;
	bottom: -24px;
	left: -90px;
	content: "";
	-webkit-animation-name: fadeInRightBig2;
	animation-name: fadeInRightBig2;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.main_img:after {
	background: url(../images/bird02.png) no-repeat;
	width: 332px;
	height: 316px;
	position: absolute;
	top: 27px;
	right: -186px;
	content: "";
	-webkit-animation-name: fadeInLeftBig2;
	animation-name: fadeInLeftBig2;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	animation-delay: 1s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.main_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 270px;
	height: 262px;
	text-align: center;
	box-sizing: border-box;
}
.main_btn h3 {
	background: #dcf2ff;
	padding: 15px 0 27px;
	border-radius: 4px 4px 0px 0px;
}
.main_btn ul {
	width: 100%;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding-top: 13px;
	padding-bottom: 13px;
	position: relative;
	box-sizing: border-box;
}
.main_btn ul li {
	display: block !important;
	margin: 0 auto 15px !important;
	text-align: center !important;
}
.main_btn ul li img {
	margin: auto;
}
.main_btn:after {
	background: #dcf2ff;
	width: 100%;
	height: 28px;
	border-radius: 0 0 4px 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 2;
}
.bird {
	position: absolute;
	top: 85px;
	left: 0;
	-webkit-animation-name: fadeInRightBig2;
	animation-name: fadeInRightBig2;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-delay: 0.2s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.main_bnr{
	position: absolute;
    right: 325px;
    bottom: 102px;
}
.main_bnr img{
	width: 240px;
}
.main_bnr02{
	position: absolute;
    right: 325px;
    bottom: 15px;
}
.main_bnr02 img{
	width: 240px;
}
.main_bnr03{
	position: absolute;
    right: 325px;
    bottom: 275px;/*bottom: 189px;*/
}
.main_bnr03 img{
	width: 240px;
}
.main_bnr04{
	position: absolute;
    right: 325px;
    bottom: 189px;
}
.main_bnr04 img{
	width: 240px;
}
.main_bnr05{
	position: absolute;
    left: 15px;
    bottom: 15px;
}
.main_bnr05 img{
	width: 240px;
}
@-webkit-keyframes fadeInRightBig2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRightBig2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes fadeInLeftBig2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeftBig2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/* キャッチフレーズ */
.mainvisual_catch {
	position: absolute;
	top: -139px;
	right: 14px;
	z-index: 999999;
}
.mainvisual_catch h2 {
	margin-bottom: 20px;
	line-height: 42px;
	color: #777;
	font-size: 27px;
	font-family: TBゴシック SL;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.mainvisual_open {
	position: absolute;
	top: 150px;
	right: 0;
	width: 250px;
}
.mainvisual_open img {
	width: 100%;
}
/* 下層ページの見出し */
.mainvisual_headline {
	display: table-cell;
	padding-bottom: 2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.mainvisual_headline h2 {
	position: relative;
	color: #777;
	font-size: 27px;
	font-family: TBゴシック SL;
	z-index: 1;
}
.mainvisual_headline h2:after {
	background: #e3f3fa;
	width: 300px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	z-index: -1;
	opacity: 0.8;
}
/* 背景変更用 */
#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: 1000px;
	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: url(../images/bg03.png);
	padding-top: 60px;
}
footer .time {
	float: left;
	padding-top: 10px;
}
footer .googlemap {
	float: right;
	height: 410px;
	position: relative;
}
footer .googlemap .btn {
	position: absolute;
	bottom: 25px;
	right: 25px;
	z-index: 10;
}
.footer_info {
	background: url(../images/bg04.png);
	margin-top: 82px;
	padding-top: 37px;
	padding-bottom: 30px;
	color: #fff;
}
.footer_info dl dt, .footer_info dl dt img {
	float: left;
	width: 180px;
	height: 85px;
	margin-right: 20px;
}
.footer_info dl dd {}
/* コピーライト */
.copy {
	float: right;
	text-align: right;
	line-height: 1;
	font-size: 14px;
}
/*==================================================================

	タイトル

==================================================================*/
/*中央寄せ*/
h3.tit01 {
	position: relative;
	margin-bottom: 30px;
	padding: 14px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #777;
	font-size: 30px;
	font-family: TBゴシック SL;
	text-align: center;
}
/* 飾りの英語 */
h3.tit01 span {
	display: block;
	position: relative;
	letter-spacing: 2.5px;
	color: #5fafd4;
	font-size: 18px;
	font-family: 'Shadows Into Light', cursive;
	z-index: 2;
}
/* 左寄せ */
h3.tit02 {
	position: relative;
	margin-bottom: 30px;
	padding: 14px;
	letter-spacing: 0.15em;
	color: #E87631;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
h3.tit02::before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #E87631;
  border-radius: 2px;
}
/* アイコンの余白 */
layout01 i {
	margin-right: 7px;
}
/* 飾りの英語 */
h3.tit02 span {
	display: inline-block;
	position: relative;
	letter-spacing: 2.5px;
	color: #C0AB9A;
	font-size: 14.5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	z-index: 2;
}
h3.tit02 span::before {
	margin-left: 15px;
	margin-right: 15px;
	content: "/";
}
h3.tit03 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #68b5cf;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
h3.tit04 {
	position: relative;
	margin-bottom: 30px;
	padding: 14px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: rgba(69, 136, 161, 1.00);
	font-size: 24px;
	font-family: TBゴシック SL;
	text-align: center;
}
h4.tit01 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #777;
	font-size: 22px;
	font-family: TBゴシック SL;
	text-align: left;
}
h4.tit02 {
	position: relative;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
	color: #777;
	font-size: 16px;
	font-weight: bold;
}
h4.tit03 {
	position: relative;
	margin-bottom: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #68b5cf;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
h5.tit01 {
	position: relative;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
	color: #68b5cf;
	font-size: 16px;
	font-weight: bold;
}
h5.tit02 {
	position: relative;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
	color: #68b5cf;
	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 {margin-bottom: 30px;}
.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: #d6934c;
	border: 1px solid #d6934c;
	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;
	margin-bottom: 20px;
}
.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: #8dc5d8;
	border: 1px solid #8dc5d8;
	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: url(../images/bg01.png);
}
.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 #bbbbbb;
	color: #5fafd4;
	text-align: center;
	font-weight: bold;
	transition: ease-in-out 0.1s;
}
.btn01 a i {
	margin-right: 10px;
	color: #5fafd4;
	transition: ease-in-out 0.1s;
}
.btn01 a:hover {
	color: #fff;
	background: #bbbbbb;
}
.btn01 a:hover i {
	color: #fff;
}
.btn01 a::after {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	background: #e7f3f9;
	transition: 0.2s ease-in-out;
	z-index: -1;
	content: "";
}
.btn01 a:hover::after {
	left: 0;
	top: 0;
}
.btn01_arrow {
	position: relative;
	left: 0px;
	margin-right: 14px;
	transition: 0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img {
	opacity: 1 !important;
}
.btn01_arrow, .btn01_arrow img {
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow {
	left: 4px;
}
/*ボタン 白抜き*/
.btn02 {}
.btn02 a {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #5fafd4;
	color: #5fafd4;
	font-weight: bold;
	transition: ease-in-out 0.2s;
}
.btn02 a i {
	margin-right: 7px;
}
.btn02 a:hover {
	background-color: #5fafd4;
	color: #fff;
}
.btn02 span {
	font-size: 16px;
}
a.btn01 {
	display: inline-block;
	position: relative !important;
	padding: 15px 25px;
	line-height: 1;
	border: 1px solid #bbbbbb;
	color: #5fafd4;
	text-align: center;
	font-weight: bold;
	transition: ease-in-out 0.1s;
	margin-right: 20px;
	margin-bottom: 50px;
}
a.btn01 i {
	margin-right: 10px;
	color: #5fafd4;
	transition: ease-in-out 0.1s;
}
a.btn01:hover {
	color: #fff;
	background: #bbbbbb;
}
a.btn01:hover i {
	color: #fff;
}
a.btn01::after {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	background: #e7f3f9;
	transition: 0.2s ease-in-out;
	z-index: -1;
	content: "";
}
a.btn01: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;
}
a.btn01 :hover .btn01_arrow{
	left:4px;
}*/
/* 画像を右寄せ　※画像サイズは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;
}
/* 画像を左寄せ　※画像サイズはhtmlで調整 */
.img_fl {
	display: block;
	position: relative;
	float: left;
	margin-right: 30px;
	margin-bottom: 0;
	text-align: center;
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd {
	padding-left: 20px;
	line-height: 1.3;
	font-size: 15px;
	font-weight: bold;
	color: #1F2774;
	text-align: left;
}
.medical_text {
	padding-bottom: 50px;
	font-size: 17px;
	border-bottom: 1px solid #ccc;
}
.medical_text h4.tit01 {
	color: #5fafd4;
	font-weight: bold;
}
.step {
	margin-bottom: 20px;
}
.step ul li {
	position: relative;
	border: 2px solid #ddd;
	padding: 30px;
	font-size: 17px;
	text-align: center;
	margin-bottom: 40px;
}
.step ul li:after {
	display: block;
	content: "↓";
	position: absolute;
	width: 100%;
	margin: auto;
	bottom: -50px;
	font-size: 30px;
	color: #ddd;
	left: 0;
	right: 0;
	text-align: center;
}
.step ul li:last-child:after {
	display: none;
}
.step ul li em {
	display: block;
	color: #7fc9ea;
	font-size: 26px;
	margin-right: 10px;
}
.step ul li a {
	display: table;
	padding: 1% 4%;
	background: #68b5cf;
	color: #fff;
	margin: 0 auto;
	border-radius: 10px;
}
.step ul li a:hover {
	background: #cec833;
}
.step dl {
	position: relative;
	border: 2px solid #ddd;
	padding: 15px 50px;
	margin-bottom: 40px;
}
.step dl:after {
	display: block;
	content: "↓";
	position: absolute;
	width: 100%;
	margin: auto;
	bottom: -50px;
	font-size: 30px;
	color: #ddd;
	left: 0;
	right: 0;
	text-align: center;
}
.step dl:last-child:after {
	display: none;
}
.step dl dt em {
	color: #7fc9ea;
	font-size: 26px;
	margin-right: 10px;
}
.step dl dt {
	color: #517C9C;
	font-size: 18px;
	margin-bottom: 10px;
}
.step dd p img{
width: 160px;
}




.tel_text {
	display: block;
	font-size: 24px;
	color: #7fc9ea;
	font-weight: bold;
}
/*==================================================================

	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: #ccc;
    margin-bottom: 30px;
	/*white-space: nowrap;*/
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background: url(../images/bg03.png);
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: left;
	
}

.tb04 {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #ccc;
	white-space: nowrap;
}
.tb04 td, .tb04 th {
	padding: 12px 36px;
}
.tb04 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	color: #666;
	background: url(../images/bg03.png);
	font-size: 16px;
}
.tb04 th span {
	font-size: 13px;
}
.tb04 td {
	background-color: #ffffff;
	color: #666666;
	text-align: left;
}
/*==================================================================

	アンカーリンンク

==================================================================*/
/* 4個並び */
.ank01 {
	margin: 0 auto 100px;
}
.ank01 li {
	display: table;
	position: relative;
	float: left;
	width: 24%;
	height: 66px;
	margin-bottom: 1.5%;
	margin-left: 1.33%;
	line-height: 1.4;
}
.ank01 li:nth-child(1), .ank01 li:nth-child(5), .ank01 li:nth-child(9) {
	margin-left: 0;
}
.ank01 li a {
	display: table-cell;
	padding: 12px 5px 15px;
	border: 1px solid #00408f;
	font-weight: bold;
	font-size: 13px;
	color: #00408f;
	text-align: center;
	vertical-align: middle;
	transition: 0.1s ease-in-out;
}
.ank01 li a:hover {
	background-color: #00408f;
	color: #fff;
}
.ank01 li i {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	margin: auto;
}
/*==================================================================

	.layout

==================================================================*/
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 {
	padding-bottom: 20px;
}
.layout01 dl {
	display: table;
	position: relative;
	top: 5px;
	width: 100%;
	margin-bottom: 5px;
}
.layout01 dl:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ededed;
	content: "";
}
.layout01 dl:last-child:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	content: "";
}
.layout01 dt, .layout01 dd {
	display: table-cell;
	box-sizing: border-box;
}
.layout01 dt {
	min-width: 28%;
	padding: 0 3%;
	background-color: #F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* 数字 */
.layout01 dt em {
	display: block;
	line-height: 1;
	margin: 0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	color: #C3AF97;
}
.layout01 dd {
	padding: 3%;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {}
.layout02::after {
	display: block;
	clear: both;
	content: "";
}
.layout02 dl {
	width: 40.2%;
	float: left;
	margin-right: 4%;
	margin-bottom: 25px;
	padding: 3% 3.9% 4%;
	background-color: #F7F7F7;
}
.layout02 dl:nth-child(even) {
	margin-right: 0;
}
.layout02 dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
/* 数字 */
.layout02 dl dt em {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
.layout02 dl dd {
	line-height: 1.6;
	font-size: 14.5px;
	text-align: center;
}
.layout02 dl dd img {
	width: 160px;
	margin-bottom: 15px;
}
.layout02 dl dd p {
	margin-bottom: 0;
	text-align: justify;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
	padding-bottom: 20px;
}
.layout03 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
}
.layout03 dt, .layout03 dd {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
}
.layout03 dt {
	width: 27%;
	padding: 3%;
	background-color: #fff;
	text-align: center;
}
.layout03 dt img {
	width: 100%;
	padding-bottom: 10px;
}
.layout03 dd {
	width: 73%;
	padding: 1% 3%;
}
.layout03 dd h5 {
	color: #1F2774;
	font-size: 18px;
	font-weight: bold;
}
.layout03 dd h5 em {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 {
	padding-bottom: 20px;
}
.layout04 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
}
.layout04 dt, .layout04 dd {
	display: table-cell;
	box-sizing: border-box;
}
.layout04 dt {
	width: 27%;
	padding-right: 2%;
	vertical-align: middle;
}
.layout04 dt img {
	width: 100%;
}
.layout04 dd {
	width: 73%;
	padding: 3%;
	background-color: #fff;
	vertical-align: middle;
}
.layout04 dd h5 {
	color: #1F2774;
	font-size: 18px;
	font-weight: bold;
}
.layout04 dd h5 span {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
	padding-bottom: 20px;
}
.layout05 dl {
	display: table;
	position: relative;
	margin-bottom: 20px;
	background-color: #f7f7f7;
	padding: 2%;
	font-size: 14px;
}
.layout05 dt, .layout05 dd {
	display: table-cell;
	box-sizing: border-box;
}
.layout05 dt {
	width: 25%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
.layout05 dt img {
	width: 100%;
	padding-bottom: 10px;
}
.layout05 dd {
	padding: 1% 3%;
	vertical-align: top;
}
.layout05 dd:nth-child(2) {
	width: 36.5%;
}
.layout05 dd:nth-child(3) {
	width: 38.5%;
	border-left: 1px solid #e2e2e2;
}
.layout05 dd h5 em {
	margin-right: 10px;
	color: #BDA087;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}
.layout05 dd h5 {
	font-size: 15px;
	font-weight: bold;
}
.layout05_text1 {}
.layout05_text1 ul {
	margin-bottom: 15px;
}
.layout05_text1 ul li {
	text-indent: -1em;
	margin-left: 1em;
}
/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
	padding-bottom: 20px;
}
.layout06 dl {
	display: table;
	position: relative;
	padding-bottom: 5px;
	font-size: 14px;
}
.layout06 dl:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ededed;
	content: "";
}
.layout06 dl:last-child:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	content: "";
}
.layout06 dt, .layout06 dd {
	display: table-cell;
	box-sizing: border-box;
}
.layout06 dt {
	min-width: 28%;
	padding: 0 3%;
	background-color: #F7F7F7;
	letter-spacing: 0.1em;
	color: #1F2774;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* 数字 */
.layout06 dt em {
	display: block;
	line-height: 1;
	margin: 0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	color: #C3AF97;
}
.layout06 dd {
	padding: 2% 3%;
	vertical-align: top;
}
.layout06 dd:nth-child(2) {
	width: 40%;
}
.layout06 dd:nth-child(3) {
	width: 35%;
	border-left: 1px solid #e2e2e2;
}
.layout06 dd h5 {
	font-size: 15px;
	font-weight: bold;
}
.layout06_text1 {}
.layout06_text1 ul {
	margin-bottom: 15px;
}
.layout06_text1 ul li span {
	display: block;
}
/* 3つ並びのレイアウト。 */
.layout07 {}
.layout07::after {
	display: block;
	clear: both;
	content: "";
}
.layout07 dl {
	float: left;
	width: 26%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 3%;
	border-radius: 10px;
	background-color: #F7F7F7;
}
.layout07 dl:nth-child(3n) {
	margin-right: 0;
}
.layout07 dl dt {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout07 dl dt em {
	margin-right: 8px;
	font-size: 24px;
	font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd {
	line-height: 1.5;
}
/* 3つ並びのレイアウト。矢印付き */
.layout08 {
	overflow: hidden;
}
.layout08 dl {
	position: relative;
	float: left;
	width: 24.6%;
	margin-right: 4.1%;
	margin-bottom: 25px;
	padding: 3%;
	border-radius: 10px;
	background-color: #F7F7F7;
}
.layout08 dl::before {
	position: absolute;
	right: -17px;
	top: 0;
	height: 7px;
	width: 7px;
	transform: rotate(45deg);
	background-color: transparent;
	border-top: 2px solid #33409A;
	border-right: 2px solid #33409A;
	content: "";
	bottom: 0;
	margin: auto;
}
.layout08 dl:nth-child(3n) {
	margin-right: 0;
}
.layout08 dl dt {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.layout08 dl dt em {
	margin-right: 8px;
	font-size: 24px;
	font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd {
	line-height: 1.5;
}




.layout09{
	padding-bottom:20px;
}
.layout09 dl{
	display:table;
	position:relative;
	margin-bottom:0;
	/*background-color:#f7f7f7;*/
/*	padding:2%;*/
   border-top: solid 1px #d2d0d0;
}
.layout09 dl:last-child{
	border-bottom:solid 1px #d2d0d0;
}
.layout09 dt,
.layout09 dd{
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}
.layout09 dt {
    width: 22%;
    padding: 2%;
    background-color: #fff;
    text-align: center;
}
.layout09 dt img {
    width: 80%;
    /*padding-bottom: 10px;*/
}
.layout09 dd {
    width: 78%;
    padding: 0% 2%;
}
.layout09 dd h5{
	color:#517C9C;
	font-size:18px;
	font-weight:bold;
}
.layout09 dd h5 em{
    color: #7fc9ea;
    font-size: 26px;
    margin-right: 10px;
}


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

	box

==================================================================*/
.box1 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.box2 {
	margin-bottom: 100px;
}
.box3 {
	position: relative;
	width: 800px;
	margin: 0 auto 100px;
}
.text {
	position: relative;
	margin-bottom: 80px;
}
.text p {
	margin-bottom: 1em;
}
.text:last-child {
	margin-bottom: 0;
}

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

	.top_attempt

==================================================================*/
/*
.top_attempt p:first-child {
	    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    line-height: 1.75;
    font-size: 25px;
}
.top_attempt .box1 {
	background-color: rgba(220,242,255,0.6);
	padding: 50px;
	margin-bottom: 60px;
	box-sizing: border-box;
	border-radius: 10px;
}
.top_attempt hr {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #68b5cf 0, #68b5cf 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
	border: none;
	margin: 20px 0;
}
*/


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

	.top_trouble

==================================================================*/
.top_trouble {
	position: relative;
	background: url(../images/bg02-2.png) repeat-x bottom center, url(../images/tree.png) no-repeat bottom center;
	padding-top: 120px;
	padding-bottom: 46px;
	z-index: 1;
}
.top_trouble:after {
	background: url(../images/tree.png) center no-repeat;
	width: 100%;
	height: 338px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	z-index: -1;
}
.top_trouble h3 {
	text-align: center;
}
.top_doctor_img {
	float: left;
	padding-top: 54px;
}
.top_doctor_img li {
	margin-bottom: 20px;
	padding-left: 10px;
}
.trouble_list {
	width: 660px;
	float: right;
	padding-top: 129px;
}
.trouble_list ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 31px;
}
.trouble_list ul li a {
	display: block;
	position: relative;
	padding: 0 50px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 17px;
	font-family: 新ゴ M;
	text-align: center;
	border-radius: 5px;
}
.trouble_list ul li:nth-child(10) {
	margin-right: 0;
}
/*.trouble_list ul.blue_list  li:nth-child(4) a,.trouble_list ul.blue_list  li:nth-child(5) a,.trouble_list ul.blue_list  li:nth-child(12) a,.trouble_list ul.green_list li:nth-child(5) a{
	width: 240px;
}
.trouble_list ul.yellow_list li a,.trouble_list ul.green_list li:nth-child(2) a,.trouble_list ul.green_list li:nth-child(3) a,.trouble_list ul.green_list li:nth-child(4) a{
	width: 180px;
}
.trouble_list ul.blue_list  li:nth-child(7) a{
	width: 300px;
	
}*/
.trouble_list ul.blue_list li a {
	background: #68b5cf;
}
.trouble_list ul.yellow_list li a {
	background: #cec833;
}
.trouble_list ul.green_list li a {
	background: #71c864;
}
.trouble_list ul.blue_list li a:hover {
	background: #258fb3;
}
.trouble_list ul.yellow_list li a:hover {
	background: #888416;
}
.trouble_list ul.green_list li a:hover {
	background: #349626;
}
.fukidashi {
	display: none;
	min-width: 100%;
	width: auto;
	line-height: 1.5;
	position: absolute;
	bottom: 55px;
	left: -20%;
	margin: auto;
	padding: 16px 30px;
	font-size: 14px;
	border-radius: 5px;
	background: #fff;
	text-align: left;
	color: #258fb3;
	box-shadow: 0 0 30px rgba(174, 174, 174, 0.5);
}
.fukidashi:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -19px;
	margin: auto;
	border: solid transparent;
	border-color: rgba(51, 204, 153, 0);
	border-top-color: #fff;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}
.trouble_list ul li a:hover span.fukidashi {
	display: block;
}
.trouble_list ul.yellow_list .fukidashi {
	color: #888416;
}
.trouble_list ul.green_list .fukidashi {
	color: #349626;
}
/*かかりつけ*/
.attempt_box {
  width: 1200px;
  margin: 50px auto;
  background-color: rgba(255,255,255,0.8);
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
}
.attempt_box hr {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #68b5cf 0, #68b5cf 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
  border: none;
  margin: 20px 0;
}
.attempt_box p:first-child {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.75;
  font-size: 25px;
}
/*かかりつけここまで*/

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

	.top_info

==================================================================*/
.top_img {
	background: url(../images/top_menu_bg.png) no-repeat center;
	width: 100%;
	background-size: cover;
	height: 420px;
	position: relative;
	z-index: -1;
}
.top_info .box1 {
	margin-top: 100px;
	position: relative;
}
.top_info h3 {
	text-align: center;
	margin-bottom: 79px;
}
.top_info_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 41px;
}
.top_info_list a {
	width: 200px;
	margin-bottom: 63px;
}
.top_info_list a dl dt {
	text-align: center;
	position: relative;
}
.top_info_list a dl dd {
	display: table;
	text-align: center;
	color: #777777;
	font-family: 新ゴ L;
	font-size: 18px;
	margin: 12px auto;
	padding: 0 7px;
	letter-spacing: 1.5px;
	position: relative;
	z-index: 1;
}
.top_info_list a dl dd:after {
	width: 100%;
	height: 16px;
	background: #dcf4fe;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.camera {
	text-align: center;
	width: 1200px;
	margin: 0 auto 100px;
}
/*==================================================================

	.top_link

==================================================================*/
.top_link {
	margin-bottom: 60px;
}
.top_link ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.top_link ul li a {
	display: block;
	width: 200px;
	padding: 10px 0;
	margin: 0 10px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: #5fafd4;
	border: 1px solid #5fafd4;
}
.top_link ul li a:hover {
	background: #fff;
	color: #5fafd4;
}
/*==================================================================

	.top_medical

==================================================================*/
.top_medical {}
.top_medical .text p {
	text-align: center;
}
.top_medical_list {}
.top_medical_list a {
	display: block;
	float: left;
	width: 22.6%;
	margin-right: 3.2%;
	margin-bottom: 20px;
	text-align: center;
}
.top_medical_list a:nth-child(4n) {
	margin-right: 0;
}
.top_medical_list dl {
	width: 100%;
}
.top_medical_list dl dt {
	margin-bottom: 7px;
}
.top_medical_list dl dd {
	font-weight: bold;
}
/*==================================================================

	.top_medical2

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

	.top_medical3

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

	.top_medical4

==================================================================*/
.top_medical4 {
	padding-top: 80px;
}
.top_medical4_list {
	width: 980px;
	margin: 0 auto;
}
.top_medical4_list dl {
	position: relative;
	float: left;
	width: 270px;
	margin-right: 85px;
	margin-bottom: 112px;
	text-align: center;
}
.top_medical4_list dl:nth-child(3n) {
	margin-right: 0;
}
.top_medical4_list a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.top_medical4_list dt img {
	width: 100%;
	border-radius: 100%;
}
.top_medical4_list dd h4 {
	position: absolute;
	left: -6px;
	top: 0;
	font-size: 21px;
}
.top_medical4_list dd p {
	position: absolute;
	left: -6px;
	bottom: 0;
	font-size: 14.5px;
}
/*==================================================================

	$doctor

==================================================================*/
.doctor_greet .text {
	float: left;
	width: 400px;
}
.doctor_greeting {
	margin-bottom: 40px;
}
.doctor_greeting .text {
	padding: 50px 50px 30px;
	background: url(../images/bg01.png);
	box-sizing: border-box;
}
.doctor_carr {}
.doctor_carr h4.tit01 {
	margin-bottom: 7px;
}
.doctor_carr_sec1 {
	float: right;
	width: 500px;
	margin-right: 20px;
	padding: 20px 30px;
	background: url(../images/bg01.png);
	font-size: 14px;
}
.doctor_carr_sec1:last-child {
	margin-right: 0;
}
.doctor_carr .tb02 td, .doctor_carr .tb02 th {
	font-size: 14px;
}
.doctor_carr_sec1 table {
	width: 100%;
}
.doctor_name {
	color: #777;
	font-size: 18px;
	font-family: TBゴシック SL;
	text-align: right;
}
/*==================================================================

	$medical

==================================================================*/
.medical03 .btn01 {
	float: left;
}
.medical08 #menu, .medical08 #dementia, .medical08 #brain_function, .medical08 #diagnosis_dementia, .medical08 #symptomology_dementia, .medical08 #alzheimer_dementia, .medical08 #cerebrovascular_dementia, .medical08 #lewy-body-dementia, .medical08 #frontotemporal-dementia, .medical08 #disease-type, .medical09 #menu, .medical09 #dementia_early_treatment, .medical09 #dementia_collaboration, .medical09 #dementia_collaboration, .medical09 #drug_therapy, .medical09 #livelihood_support, .medical10 #menu, .medical10 #hypertension_dementia, .medical10 #diabetes_dementia, .medical10 #hyperlipidemia_dementia, .medical10 #smoking_dementia, .medical10 #lifestyle_disease_dementia {
	margin-top: -60px;
	padding-top: 60px;
}
.medical08 dl.medical08_list dt, .medical09 dl.medical09_list dt {
	color: #b7bddf;
	font-weight: bold;
	float: left;
	clear: left;
	border: 1px solid #b7bddf;
	padding: 7px;
	margin-right: 15px;
}
dl.medical08_list dd, dl.medical09_list dd {
	margin-bottom: 50px;
}
.medical08 figure.block, .medical09 figure.block {
	margin: 0;
}
hr.menu_back {
	margin: 10px auto 50px;
	border: 1px solid #d6f2e3;
}
.well {
	background: #d9f2dc;
	background: -moz-linear-gradient(top, #d9f2dc 0%, #d9f2dc 44%, #c8ecf6 100%);
	background: -webkit-linear-gradient(top, #d9f2dc 0%, #d9f2dc 44%, #c8ecf6 100%);
	background: linear-gradient(to bottom, #d9f2dc 0%, #d9f2dc 44%, #c8ecf6 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9f2dc', endColorstr='#c8ecf6', GradientType=0);
	padding: 25px !important;
	box-sizing: border-box;
}
.md11_bnr{
	text-align: center;
    position: relative;
    z-index: 999;
}
.md11_bnr img{
	width: 30%;
}
/*==================================================================

	.news

==================================================================*/
.top_news {
	background: url(../images/bg01.png);
	padding-top: 51px;
	padding-bottom: 60px;
}
.top_news .box1 {
	position: relative;
}
.top_news .btn {
	position: absolute;
	top: 100px;
	left: 0;
}
.top_news h3 {
	float: left;
	color: #777777;
	font-size: 30px;
	font-family: TBゴシック SL;
}
.top_news h3 span {
	display: block;
	font-size: 20px;
	color: #5fafd4;
}
.top_news_flame {
	float: right;
	width: 957px;
	box-sizing: border-box;
}
.news_text li.info .category {
	display: inline-block;
	width: 150px;
	height: 32px;
	background: #cec833;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 16px;
	margin-right: 41px;
}
.news_text li.naika .category {
	display: inline-block;
	width: 150px;
	height: 32px;
	background: #68b5cf;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 16px;
	margin-right: 41px;
}
.news_text li.seishinka .category {
	display: inline-block;
	width: 150px;
	height: 32px;
	background: #71c864;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 16px;
	margin-right: 41px;
}
.news_text li {
	display: block;
	position: relative;
	padding: 16px 0;
	z-index: 1;
}
.news_text li:first-child {
	padding-top: 0;
}
.news_text li::before {
	background: url(../images/bar.png) repeat-x;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}
.news_text li a {
	color: #777;
}
.news_text li a:hover {
	color: #999;
}
.news_text {}
.news_text p {
	padding-top: 10px;
	margin-bottom: 10px;
}
/* タイトル */
.news_text strong {
	margin-left: 20px;
	font-weight: normal !important;
	font-size: 16px;
	color: #777777;
}
/* 日付 */
.date {
	margin-right: 20px;
	color: #777777;
}
/* お知らせのブロックのボーダー */
.news_text .line {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
/* お知らせの高さ */
.scroll_area {
	height: 180px;
}
/*==================================================================

	$access

==================================================================*/
.access_guide {
	margin-bottom: 20px;
	font-weight: bold;
}
.access_map {
	margin-bottom: 40px;
}
.access_map dt {
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}
.access_map dt i {
	margin-right: 7px;
}
.access .btn01 {
	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;
}
.clinic_slides1 .flex-control-thumbs .flex-active img {
	border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs {
	position: absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides1 .flex-control-thumbs li {
	position: relative;
	width: 96%;
	margin: 0 0 0 4%;
	background-color: #fff;
}
/* 院内スライド（サムネイル下） */
.clinic_slides2 {
	padding-bottom: 100px;
}
.clinic_slides2 .flexslider {
	position: relative;
}
.clinic_slides2 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides2 .flexslider li div {
	display: table;
	position: absolute;
	margin-top: -60px;
	margin-left: 20px;
	background-color: rgba(255, 255, 255, 0.9);
}
.clinic_slides2 .flexslider p {
	display: table-cell;
	padding: 8px 10px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #002A64;
}
.clinic_slides2 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -100px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides2 .flex-control-thumbs li {
	width: 15%;
}
.clinic_slides2 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* 院内スライド（サムネイル下、スライドの上にタイトル、説明文） */
.clinic_slides3 {}
.clinic_slides3 .flexslider {
	position: relative;
	float: left;
	width: 82%;
}
.clinic_slides3 .flexslider li div {
	display: table;
	position: absolute;
	width: 94%;
	height: 80px;
	margin-top: -95px;
	margin-right: 3%;
	margin-left: 3%;
	background-color: rgba(255, 255, 255, 0.9);
}
.clinic_slides3 .flexslider h4, .clinic_slides3 .flexslider p {
	display: table-cell;
	padding: 8px 15px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
}
.clinic_slides3 .flexslider h4 {
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	color: #002A64;
}
.clinic_slides3 .flexslider p {}
.clinic_slides3 .flex-control-thumbs .flex-active img {
	border: 5px solid #aaa;
}
.clinic_slides3 .flex-control-nav.flex-control-thumbs {
	position: absolute;
	right: -22%;
	top: 0;
	width: 15%;
}
.clinic_slides3 .flex-control-thumbs li {
	position: relative;
	width: 96%;
	margin: 0 0 4% 4%;
	background-color: #fff;
}
/* 院内スライド（サムネイル下、タイトル、説明文下） */
.clinic_slides4 {
	padding-bottom: 100px;
}
.clinic_slides4 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides4 .flex-control-thumbs li {
	width: 15%;
}
.clinic_slides4 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides4 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides4 .flexslider li div {
	display: table;
	position: absolute;
	bottom: -80px;
	margin-left: 20px;
	background-color: rgba(255, 255, 255, 0.9);
}
.clinic_slides4 .flexslider h4, .clinic_slides4 .flexslider p {
	display: table-cell;
	padding: 8px 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.clinic_slides4 .flexslider h4 {
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	color: #002A64;
}
.clinic_slides4 .flexslider p {}
/* 院内スライド（サムネイル下、タイトル、説明文下） */
.clinic_slides5 {
	padding-bottom: 100px;
}
.clinic_slides5 .flex-control-thumbs {
	margin: 10px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: -40px;
	width: 100%;
	right: 0px;
	left: 0px;
	padding: 0px 2%;
}
.clinic_slides5 .flex-control-thumbs li {
	width: 15%;
}
.clinic_slides5 .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clinic_slides5 .flex-control-thumbs img:hover {
	opacity: 1;
}
.clinic_slides5 .flexslider li div {
	position: absolute;
	bottom: -80px;
	width: 100%;
	margin-left: 20px;
	background-color: rgba(255, 255, 255, 0.9);
}
.clinic_slides5 .flexslider h4 {
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #002A64;
	text-align: center;
}
/* 医院概要 */
.clinic_sec_left {
	float: left;
	width: 740px;
}
.clinic_sec1 {
	position: relative;
}
.clinic_sec1 ul {
	margin-bottom: 35px;
}
.clinic_sec1 li {
	padding: 8px 0;
	border-bottom: 1px solid #E5E6EF;
}
.clinic_sec1 li:first-child {
	padding: 0 0 8px 0;
}
.clinic_sec1 li:last-child {
	border: none;
}
.clinic_sec1 dl:after {
	display: block;
	clear: both;
	content: "";
}
.clinic_sec1 dt {
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding-left: 2px;
	font-weight: bold;
	color: #777;
}
.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;
}
/*==================================================================

	$Stretch

==================================================================*/
.trainer_img {
	float: right;
	width: 300px;
}
.trainer_text {
	float: left;
	background: url(../images/bg01.png);
	width: 650px;
	padding: 30px;
	box-sizing: border-box;
}
.trainer_box .img {
	float: right;
}
.trainer_text02 {
	background: url("../images/bg03.png");
	width: 1000px;
	padding: 30px;
	box-sizing: border-box;
}
.facebook {
	float: left;
}
.camera_st {
	float: right;
}
.table_flex{
	display: flex;
	justify-content: space-around;
}




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

	Recruit

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


.recruit_desc {
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.recruit_desc th,
.recruit_desc td {
	padding: 15px;
}
.recruit_desc th {
	width: 30%;
	background-color: rgba(241, 196, 15, 0.3);
	border: 1px solid #ccc;
	font-weight: bold;
}
.recruit_desc td {
	width: 70%;
	border: 1px solid #ccc;
}

.recruit_desc.tb_home th {
	background: url(../images/bg03.png);
}
.recruit_desc.tb_home02 th {
	background-color: #c9eaca;
}
.checkup li{
    text-indent: -1.5em;
	padding-left: 1.5em;
}
.checkup02 li{
    text-indent: -5.6em;
	padding-left: 6em;
}
.recruit_desc td p {
	margin-bottom: 0;
}
.recruit_desc .indent {
	text-indent: -1.5em;
	padding-left: 1.5em;	
}

/* アンカーリンンク */
.ank01{
	margin:0 auto 100px;
}

.ank01:last-child{
	margin:100px auto 0;
	padding:0 0 90px;
	border-bottom:#E5E5E5 solid 1px;
}
.ank01 ul{
	display: flex;
	justify-content: center;
}
.ank01 li{
	width:30%;
	height:66px;
	margin-bottom:1.5%;
	margin-right:1.33%;
	line-height:1.4;
}

.ank01 li a{
	padding:12px 5px 15px;
	border:1px solid #68b5cf;
	background-color:#FFFFFF;
	font-weight:600;
	font-size:15px;
	color:#68b5cf;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank01 li a:hover{
	background-color:#68b5cf;
	color:#fff;
}

.ank01 li a.rec_btn01{
	border:1px solid #cec833;
	color:#cec833;
}
.ank01 li a.rec_btn01:hover{
	background-color:#cec833;
	color:#fff;
}
.ank01 li a.rec_btn02{
	border:1px solid #71c864;
	color:#71c864;
}
.ank01 li a.rec_btn02:hover{
	background-color:#71c864;
	color:#fff;
}



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

	qa

==================================================================*/
.qa1 dl {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #c1c1c1;
}
.qa1 dl dt {
	position: relative;
	margin-bottom: 25px;
	padding-left: 50px;
	font-weight: bold;
}
.qa1 dl dt:before {
	position: absolute;
	top: -7px;
	left: 0;
	margin-right: 7px;
	line-height: 1;
	font-size: 25px;
	color: #fff;
	background: #68b5cf;
	font-weight: normal;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	box-sizing: border-box;
	text-align: center;
	content: "Q";
}
.qa1 dl dd {
	position: relative;
	padding-left: 50px;
}
.qa1 dl dd:before {
	position: absolute;
	top: -5px;
	left: 0;
	margin-right: 7px;
	line-height: 1;
	font-size: 25px;
	color: #fff;
	background: #ef765e;
	font-weight: normal;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	box-sizing: border-box;
	text-align: center;
	content: "A";
}
/*==================================================================

	$contact

==================================================================*/
/*お問い合わせフォーム*/


.t_info{
	width: 100%;
	table-layout: fixed;
	text-align: left;
}

.contact {
	margin: 0 auto 60px;
	border: 2px solid #eee;
	padding: 40px 50px;
}
.contact .required {
	color: red;
	font-size: 13px;
	padding-right: 3px;
}
.contact tr {
	border-bottom: 2px solid #fff;
}
.contact th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	background: url(../images/bg03.png);
}
.contact td.l_Cel {
	padding: 10px 20px;
	font-weight: bold;
	background: #D4D4D4;
}
.contact td {
	width: 70%;
	padding: 10px 20px;
}
.contact td input {
	padding: 1% !important;
	border: 1px solid #ccc !important;
}
.contact td input[type="text"] {
max-width: 100%;
}
/*@-moz-document url-prefix(){
.contact td input[type="text"] {
display: inline-block;
letter-spacing: -4px;
}*/
.contact td select {
	padding: 2% !important;
	font-size: 14px !important;
}
.contact .privacy {
	font-size: 13px;
	margin-top: 10px;
	border: 1px solid #D3B4B4;
	padding: 2%;
}
.contact .btn_a {
	background: #68b5cf;
	border: none;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 3px;
	margin-right: 10px;
	transition: ease-in-out 0.2s;
}
.contact .btn_b {
	background: #ccc;
	border: none;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 3px;
	transition: ease-in-out 0.2s;
}
.contact .btn_a:hover {
	background: #ccc;
	color: #333;
}
.contact .btn_b:hover {
	background: #ccc;
	color: #333;
}

textarea{
	width: 500px;	
}

div[id*="flow"],[id*="ank0"]  {
    padding-top: 100px !important;
    margin-top: -100px !important;
}
