@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Foundation
ブラウザ仕様をフラットにする

文字色 : palette('color');
リンク : $link_color
ホバー : $hover_color

*/
body {
	-webkit-font-smoothing: antialiased;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
}

input,
textarea {
	outline: 0;
}

input::-moz-placeholder {
	color: #999;
	opacity: .75;
}

input::-webkit-input-placeholder {
	color: #999;
	opacity: .75;
}

input:-ms-input-placeholder {
	color: #999;
	opacity: .75;
}

.none {
	display: none;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.7;
	background: #fff;
	color: #222;
}

.gmap {
	width: 100%;
}

.gmap > iframe {
	max-width: 100%;
}

.gmap > img {
	max-width: 100%;
}

.gcalendar {
	max-width: 100%;
}

.gcalendar > iframe {
	max-width: 100%;
}

.gcalendar > img {
	max-width: 100%;
}

.twitter {
	overflow: hidden;
}

.twitter > iframe {
	margin-left: auto;
	margin-right: auto;
}

.img {
	max-width: 100%;
	display: block;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Utility - Cosmetic

ユーティリティー設定。
このサイト専用というわけでもない共通設定。

*/
/*

<div class="_h3">.bold</div>

太字。

	<span class="bold">太い文字</span><br>
	<span class="em">太い文字</span>

*/
em,
.bold,
.em {
	font-weight: bold;
	font-style: normal;
}

/*

<div class="_h3">.underline</div>

下線。

	<span class="underline">テキスト</span><br>

*/
.underline {
	text-decoration: underline;
}

/*

<div class="_h3">.red .caution</div>

赤文字。

	<span class="caution">赤い文字</span><br>
	<span class="red">赤い文字</span>

*/
.caution,
.red_text {
	color: #f1333e;
	-webkit-text-decoration-color: #f1333e;
	        text-decoration-color: #f1333e;
}

/*

<div class="_h3">.orange_text</div>

オレンジ文字。

	<span class="orange_text">オレンジ文字</span>

*/
.orange_text {
	color: #f7931e;
}

.orange_text2 {
	color: #fff;
}

/*

<div class="_h3">.white_text</div>

白文字。

	<span class="white_text">オレンジ文字</span>

*/
.white_text {
	color: #fff;
}

/*

<div class="_h3">.blue_text</div>

時々使う青文字

	<div class="blue_text">テキスト</div>

*/
.blue_text {
	color: #00295e;
	font-weight: bold;
}

.small_text {
	font-size: 0.75rem;
}

/*

<div class="_h3">.yellow_text</div>

時々使う青文字

	<div class="yellow_text">テキスト</div>

*/
.yellow_text {
	color: #a67f07;
	font-weight: bold;
}

/*

<div class="_h3">.gray_text</div>

時々使う灰色文字

	<div class="gray_text">テキスト</div>

*/
.gray_text {
	color: #888;
}

/*

<div class="_h3">.pink_text</div>

ピンク文字

	<div class="pink_text">テキスト</div>

*/
.pink_text {
	color: #ff7bac;
}

/*

<div class="_h3">.center</div>

適当に中央によせたい。

3つ指定してます
margin-left: auto;
margin-right: auto;
text-align: center;

	<div class="center">テキスト</div>

*/
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*

<div class="_h3">.center_position</div>

画像を適当に中央によせたい。
親要素に relative が必要
width と height は個別に指定した方がいい

	<div class='line'>
		<img class="center_position" src="http://placehold.it/100x100" alt="">
	</div>

*/
.center_position {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

/*

<div class="_h3">.center_text</div>

text-align: right 。 float はしない。

	<div class="center_text">テキスト</div>

*/
.center_text {
	text-align: center;
}

/*

<div class="_h3">.right_text</div>

text-align: right 。 float はしない。

	<div class="right_text">テキスト</div>

*/
.right_text {
	text-align: right;
}

.float_right {
	float: right;
	padding-left: .5em;
	padding-bottom: .5em;
}

.float_left {
	float: left;
	padding-right: .5em;
	padding-bottom: .5em;
}

.clear_both {
	clear: both;
}

/*

<div class="_h3">.clearfix</div>

	<div class="clearfix">テキスト</div>

*/
.clearfix::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*

<div class="_h3">.clear</div>

clear: both; だけしたい時。

	<div class="clear">テキスト</div>

*/
.clear {
	clear: both;
}

/*

<div class="_h3">.no_text</div>

背景画像だけを表示して、テキストを吹き飛ばして非表示にしたい。 text-indent: 120%;
(下記例の info_title _hosp クラスはサンプルをわかりやすくするための指定。)

	<div class="info_title _hosp no_text">テキスト</div>

.no_text {
	text-indent: 120%;
	line-height: 0;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
*/
.no_text,
.hide-text {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
}

/*

<div class="_h3">.on_opacity</div>

:hover で透明化する aタグ。 opacity はサイト統一と考えて、基本ここにしか書いていません。

	<a href="#" class="on_opacity">マウスオーバーで透明化するリンクテキスト</a>

*/
.on_opacity:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

/*

<div class="_h3">.ellipsis</div>

領域からはみ出た場合に「...」を表示する。ブラウザの挙動がおかしいのであまりにあてにしない。

	<div class="ellipsis" style="width: 100px;">長いテキスト長いテキスト長いテキスト長いテキスト</div>

*/
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*

<div class="_h3">.no_wrap</div>

改行せず、領域を貫通するテキスト。 PCのために書く時、SPで改行をせず表示が壊れないかに注意。

	<div class="no_wrap">テキスト</div>

*/
.no_wrap {
	white-space: nowrap;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.d-block {
	display: block;
}

.d-table {
	display: table;
}

/*

<div class="_h3">.mb_1em</div>

*/
.root .main_content .mb_3em {
	margin-bottom: 3em;
}

.root .main_content .mb_2em {
	margin-bottom: 2em;
}

.root .main_content .mb_1_5em {
	margin-bottom: 1.5em;
}

.root .main_content .mb_1em {
	margin-bottom: 1em;
}

.root .main_content .mb_05em {
	margin-bottom: .5em;
}

.root .main_content .mb_0em,
.root .main_content .no_mb {
	margin-bottom: 0;
}

.root .main_content .mt_3em {
	margin-top: 3em;
}

.root .main_content .mt_2em {
	margin-top: 2em;
}

.root .main_content .mt_1_5em {
	margin-top: 1.5em;
}

.root .main_content .mt_1em {
	margin-top: 1em;
}

.root .main_content .mt_05em {
	margin-top: .5em;
}

.root .main_content .mt_0em,
.root .main_content .no_mt {
	margin-top: 0;
}

/*

<div class="_h3">.tel</div>

comment

	<div class="fot_m">外来診療</div>

*/
.tel_link {
	word-wrap: break-word;
}

.mincho {
	font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: normal;
}

/**************************
.image_radius
*/
.image_radius {
	border-radius: 5px;
}

.root .no_radius {
	border-radius: inherit;
}

/**************************
.skip
*/
.skip {
	border-style: none;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 100;
}

.fb_page_container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Component - Base

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。


*/
/**************************
heading
*/
/*

<div class="_h3">.large_text</div>

大きい文字。

	<span class="large_text">テキスト</span><br>

*/
.large_text {
	font-weight: normal;
	line-height: 2;
}

@media only screen and (min-width: 768px) {
	.large_text {
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 767px) {
	.large_text {
		font-size: 1.125rem;
	}
}

.large_text.red_text {
	color: #ed1c24;
}

.push_text {
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}

.push_text-blue {
	color: #00295e;
}

/**************************
.main_content
*/
.main_content ul:not(.cancel):not(:last-child) {
	margin-bottom: 1em;
}

.main_content ul:not(.cancel) > li {
	padding-left: 1em;
	margin-bottom: .3em;
	position: relative;
	top: 0;
	left: 0;
	line-height: 1.6;
}

.main_content ul:not(.cancel) > li:last-child {
	margin-bottom: 0;
}

.main_content ul:not(.cancel) > li::before {
	content: '';
	display: block;
	background: url("../img/icon/dot.png") 0 0 no-repeat transparent;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
}

@media only screen and (min-width: 768px) {
	.main_content ul:not(.cancel) > li::before {
		top: 1ex;
	}
}

@media only screen and (max-width: 767px) {
	.main_content ul:not(.cancel) > li::before {
		top: 7px;
	}
}

.main_content ol:not(.cancel) {
	list-style: none;
	counter-reset: num;
}

.main_content ol:not(.cancel):not(:last-child) {
	margin-bottom: 1em;
}

.main_content ol:not(.cancel) > li {
	padding-left: 1em;
	line-height: 1.6;
	margin-bottom: .3em;
	position: relative;
	top: 0;
	left: 0;
}

.main_content ol:not(.cancel) > li::before {
	counter-increment: num;
	content: counter(num) ".";
	color: #2255aa;
	position: absolute;
	top: 0;
	left: -.7em;
	text-align: right;
	width: 1.5em;
}

.main_content ol:not(.cancel) > li:last-child {
	margin-bottom: 0;
}

.main_content .ol-i:not(.cancel) > li::before {
	content: counter(num, upper-roman) ". ";
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.main_content .link_list li {
		margin-bottom: .3em;
	}
}

@media only screen and (max-width: 767px) {
	.main_content .link_list li {
		margin-bottom: 0;
		border-bottom: 1px dashed #eee;
	}
}

.main_content .link_list li::before {
	display: none;
}

.main_content .link_list .link::before {
	top: .6em;
}

@media only screen and (max-width: 767px) {
	.main_content .link_list li {
		border-bottom: 1px dotted #ccc;
	}
	.main_content .link_list a,
	.main_content .link_list button {
		display: block;
		padding-top: 1em;
		padding-bottom: 1em;
		text-decoration: none;
	}
	.main_content .link_list a:hover,
	.main_content .link_list button:hover {
		text-decoration: none;
		opacity: 0.7;
		transition: 0.2s opacity;
	}
	.main_content .link_list a.link,
	.main_content .link_list button.link {
		padding-left: 16px;
		position: relative;
		top: 0;
		left: 0;
	}
	.main_content .link_list a.link::before,
	.main_content .link_list button.link::before {
		position: absolute;
		top: 0;
		left: 0;
		top: 1.8em;
	}
}

.table,
.table-borderd,
.wpnews table {
	width: 100%;
	border-collapse: collapse;
}

.table:not(:last-child),
.table-borderd:not(:last-child),
.wpnews table:not(:last-child) {
	margin-bottom: 1em;
}

.table caption,
.table-borderd caption,
.wpnews table caption {
	display: none;
}

.table caption.cap,
.table-borderd caption.cap,
.wpnews table caption.cap {
	display: block;
	text-align: left;
	font-weight: bold;
	color: #f7931e;
	padding-bottom: .5em;
}

.table th,
.table td,
.table-borderd th,
.table-borderd td,
.wpnews table th,
.wpnews table td {
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #ccc;
	box-sizing: border-box;
	line-height: 1.6;
}

.table th.light,
.table td.ligtht {
	font-weight: lighter;
}

.table th.left,
.table td.left {
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.table th,
	.table td,
	.table-borderd th,
	.table-borderd td,
	.wpnews table th,
	.wpnews table td {
		padding: 0.6em 1.02em;
	}
}

@media only screen and (max-width: 767px) {
	.table th,
	.table td,
	.table-borderd th,
	.table-borderd td,
	.wpnews table th,
	.wpnews table td {
		padding: 0.48em 0.84em;
	}
}

.table th,
.table-borderd th,
.wpnews table th {
	background-color: #fffef4;
	color: #222;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.table thead th,
.table-borderd thead th,
.wpnews table thead th {
	background-color: #fffcdf;
}

@media only screen and (min-width: 768px) {
	.table tbody th,
	.table-borderd tbody th,
	.wpnews table tbody th {
		width: 200px;
	}
}

.table + .right_text,
.table-borderd + .right_text,
.wpnews table + .right_text {
	margin-top: -1.5em;
}

.wpnews table {
	width: auto;
}

.wpnews table tbody th {
	width: inherit;
}

.table-small {
	max-width: 31em;
}

.table-td_right td {
	text-align: right;
}

.table-center th,
.table-center td {
	text-align: center;
}

.table-th_center th {
	text-align: center;
}

.table-td_center td {
	text-align: center;
}

.table-th_auto tbody th {
	width: auto;
}

.table-td_middle td {
	vertical-align: middle;
}

.table-noborder th,
.table-noborder td {
	border: 0 none;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
}

.table-noborder th {
	padding-right: 2em;
}

.table-dep_table th,
.table-dep_table td {
	padding: 5px;
	font-size: 0.813rem;
}

.table-dep_table thead th {
	text-align: center;
}

.table-dep_table tbody th {
	width: 90px;
}

.table-dep_table tbody td {
	width: 127px;
}

.banner_horizontal_list {
	padding-left: 0;
}

.banner_horizontal_list > li::before {
	display: none;
}

.banner_horizontal_list > li:not(:last-child) {
	margin-bottom: 10px;
}


.anotation {
	position: relative;
	top: 0;
	left: 0;
	color: #f1333e;
}

@media only screen and (min-width: 768px) {

	.anotation {
		font-size: 0.938rem;
		padding-left: 15px;
	}
}

@media only screen and (max-width: 767px) {

	.anotation {
		font-size: 0.875rem;
		padding-left: 12px;
	}
}


.anotation::before {
	content: '※';
	width: 1em;
	position: absolute;
	top: 0;
	left: 0;
	color: #f1333e;
}


.anotation-black {
	color: #222;
}


.anotation-black::before {
	color: #222;
}

.anotation_list:not(:last-child) {
	margin-bottom: 1em;
}

.anotation_list li {
	position: relative;
	top: 0;
	left: 0;
	color: #f1333e;
}

@media only screen and (min-width: 768px) {
	.anotation_list li {
		font-size: 0.938rem;
		padding-left: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.anotation_list li {
		font-size: 0.875rem;
		padding-left: 12px;
	}
}

.anotation_list li:not(:last-child) {
	margin-bottom: .3em;
}

.anotation_list li::before {
	content: '※';
	width: 1em;
	position: absolute;
	top: 0;
	left: 0;
	color: #f1333e;
}

.anotation_list-black li {
	color: #222;
}

.anotation_list-black li::before {
	color: #222;
}

.anotation_list-em li::before {
	font-weight: bold;
}

.anotation_list-sm li {
	color: #888;
	font-size: 0.813rem;
	margin-bottom: .1em;
}

.anotation_list-sm li::before {
	color: #888;
	font-size: 0.813rem;
}

/**************************

## - p

*/
/*

<div class="_h3">p</div>

*/
section p:not(:last-child) {
	margin-bottom: 1em;
}

p {
	color: #222;
}

@media only screen and (min-width: 768px) {
	p {
		font-size: 0.938rem;
		line-height: 1.86667;
	}
}

@media only screen and (max-width: 767px) {
	p {
		font-size: 0.875rem;
		line-height: 1.66667;
	}
}

/**************************
.content_section
*/
@media only screen and (min-width: 768px) {
	.content_section:not(:last-child) {
		margin-bottom: 60px;
	}
	.content_section-sm:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.content_section:not(:last-child) {
		margin-bottom: 50px;
	}
	.content_section-sm:not(:last-child) {
		margin-bottom: 25px;
	}
}

/**************************
.indent
*/
@media only screen and (min-width: 768px) {
	.main_content .indent,
	.main_content .pc_indent {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.main_content .indent {
		padding-left: 0;
		padding-right: 0;
	}
	.main_content .sp_indent {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
}

/**************************

## - a リンク設定

*/
/*

<div class="_h3">a</div>

基本のリンク設定

	<a href="#" class="a">テキスト</a>

*/
a {
	color: #00295e;
	text-decoration: none;
}

a:hover {
	color: #00295e;
}

section a {
	text-decoration: underline;
}

section a:hover {
	text-decoration: none;
}

section a.no_border {
	text-decoration: none;
}

.url {
	text-decoration: underline;
	color: #00295e;
	word-break: break-all;
}

.url:hover, .url:focus, .url:active {
	color: #00295e;
	text-decoration: none;
}

input:focus, input:active,
textarea:focus,
textarea:active {
	/*text-decoration: underline;*/
	outline: 2px solid #a6a6a6;
}

/*

<div class="_h3">a.black</div>

リンクだけど文字色は黒

	<a href="#" class="black">テキスト</a>

*/
a.black,
a .black {
	color: #000;
}

/*

<div class="_h3">.outlink</div>

外部リンク。後ろに矢印画像を表示する

	<a href="#" class="outlink">テキスト</a>

*/
.out::after,
.ext::after,
.outlink::after,
.icon_out::after,
.icon_ext::after {
	content: '';
	display: inline-block;
	background: url("../img/icon/ext.png") 0 center no-repeat transparent;
	background-size: 16px 14px;
	width: 16px;
	height: 14px;
	position: relative;
	top: 2px;
	left: 0;
	margin-left: 5px;
}

/**************************

## - .btn - 汎用ボタン

*/
/*

<div class="_h3">.btn</div>

汎用ボタン。

*/
.btn {
	display: inline-block;
	min-height: 45px;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 3px;
	background-color: #2255aa;
	box-sizing: border-box;
	padding: 13px 12px 11px;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 35px;
}

.btn:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.btn-middle {
	min-width: 220px;
	padding-right: 30px;
}

@media only screen and (max-width: 767px) {
	.btn {
		font-size: 14px;
		min-height: 45px;
		padding: 14px 13px 12px 35px;
	}
}

.btn::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow_btn.png") 0 0 no-repeat transparent;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -8px;
}

.main_content .btn {
	text-decoration: none;
}

.btn.pdf::after {
	margin-top: -7px;
}

.btn.out::after, .btn.ext::after, .btn.outlink::after, .btn.icon_out::after, .btn.icon_ext::after {
	background-image: url("../img/icon/ext_white.png");
}

.btn:hover {
	color: #fff;
}

.btn-orange {
	text-align: left;
	background-color: #f15a24;
}

.btn-orange::before {
	background-image: url("/common/img/icon/arrow_btn_orange.png");
}

button.btn {
	border: 0 none;
}

btn.btn-large,
input.btn-large {
	padding-top: 13px;
}

.root btn.btn-disabled, .root
input.btn-disabled {
	opacity: .4;
}

.root btn.btn-disabled:hover, .root
input.btn-disabled:hover {
	opacity: .4;
}

.submit_prev {
	color: #fff;
	border: 0 none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("../img/icon_arrow_left_green.png") left center no-repeat transparent;
	background-size: auto 10px;
	padding-left: 10px;
}

.submit_prev:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.submit_next {
	color: #fff;
	border: 0 none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("../img/icon_arrow_right_green.png") right center no-repeat transparent;
	background-size: auto 10px;
	padding-right: 10px;
}

.submit_next:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

/*

<div class="_h3">.icon_menu</div>

メニューアイコン

	<a href="#" class="btn _large __orange fot_db">
		<span class="icon_menu">テキスト</span>
	</a>

*/
.icon_menu {
	display: inline-block;
	min-height: 14px;
	background: url("../img/icon_menu.png") 0 center no-repeat transparent;
	background-size: 16px 14px;
	padding-left: 23px;
	line-height: 16px;
}

/*

<div class="_h3">.icon_pdf</div>

PDFアイコン

	<span class="icon_pdf">テキスト</span><br>
	<span class="icon_pdf_right">テキスト</span><br>
	<a href="#" class="btn _large __orange fot_db">
		<span class="icon_pdf2">テキスト</span>
	</a>

*/
.pdf::after,
.icon_pdf::after {
	content: '';
	display: inline-block;
	background: url("../img/icon/pdf.png") 0 center no-repeat transparent;
	background-size: 18px 20px;
	width: 18px;
	height: 20px;
	margin-left: 5px;
	position: relative;
	top: 2px;
	left: 0;
	margin-top: -7px;
}

/*

## - list ul ol

<div class="_h3">.anotation_list</div>

※ をつけるリスト。
改行時に ※ padding を守る。

	<ul class="anotation_list">
		<li>16歳（高校生）以上の方の<br>診察となります。</li>
		<li>月2回の診療のため、お電話で診療日をご確認下さい。</li>
	</ul>

*/
.dl {
	font-size: 0.938rem;
}

.dl::before, .dl::after {
	content: '';
	display: table;
}

.dl::after {
	clear: both;
}

.dl dt {
	clear: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	color: #00295e;
	font-weight: bold;
}

.dl dt::before {
	margin-right: .5em;
}

@media only screen and (min-width: 768px) {
	.dl dt,
	.dl dd {
		float: left;
	}
}

.dl dt:last-child,
.dl dd:last-child {
	margin-bottom: 0;
}

.dl dd {
	width: 100%;
	box-sizing: border-box;
}

.dl dd:not(:last-child) {
	padding-bottom: .3em;
}

@media only screen and (max-width: 767px) {
	.dl dd:not(:last-child) {
		margin-bottom: .7em;
	}
}

@media only screen and (min-width: 768px) {
	.dl-2em dt {
		width: 2em;
	}
	.dl-2em dt .h-inline {
		width: -1.5em;
	}
	.dl-2em dd {
		margin-left: -3em;
		padding-left: 3em;
	}
	.dl-3em dt {
		width: 3em;
	}
	.dl-3em dt .h-inline {
		width: -0.5em;
	}
	.dl-3em dd {
		margin-left: -4em;
		padding-left: 4em;
	}
	.dl-4em dt {
		width: 4em;
	}
	.dl-4em dt .h-inline {
		width: 0.5em;
	}
	.dl-4em dd {
		margin-left: -5em;
		padding-left: 5em;
	}
	.dl-5em dt {
		width: 5em;
	}
	.dl-5em dt .h-inline {
		width: 1.5em;
	}
	.dl-5em dd {
		margin-left: -6em;
		padding-left: 6em;
	}
	.dl-6em dt {
		width: 6em;
	}
	.dl-6em dt .h-inline {
		width: 2.5em;
	}
	.dl-6em dd {
		margin-left: -7em;
		padding-left: 7em;
	}
	.dl-7em dt {
		width: 7em;
	}
	.dl-7em dt .h-inline {
		width: 3.5em;
	}
	.dl-7em dd {
		margin-left: -8em;
		padding-left: 8em;
	}
	.dl-8em dt {
		width: 8em;
	}
	.dl-8em dt .h-inline {
		width: 4.5em;
	}
	.dl-8em dd {
		margin-left: -9em;
		padding-left: 9em;
	}
	.dl-10em dt {
		width: 10em;
	}
	.dl-10em dt .h-inline {
		width: 6.5em;
	}
	.dl-10em dd {
		margin-left: -11em;
		padding-left: 11em;
	}
	.dl-12em dt {
		width: 12em;
	}
	.dl-12em dt .h-inline {
		width: 8.5em;
	}
	.dl-12em dd {
		margin-left: -13em;
		padding-left: 13em;
	}
	.dl-14em dt {
		width: 14em;
	}
	.dl-14em dt .h-inline {
		width: 10.5em;
	}
	.dl-14em dd {
		margin-left: -15em;
		padding-left: 15em;
	}
	.dl-16em dt {
		width: 16em;
	}
	.dl-16em dt .h-inline {
		width: 12.5em;
	}
	.dl-16em dd {
		margin-left: -17em;
		padding-left: 17em;
	}
	.dl-18em dt {
		width: 18em;
	}
	.dl-18em dt .h-inline {
		width: 14.5em;
	}
	.dl-18em dd {
		margin-left: -19em;
		padding-left: 19em;
	}
	.dl-20em dt {
		width: 20em;
	}
	.dl-20em dt .h-inline {
		width: 16.5em;
	}
	.dl-20em dd {
		margin-left: -21em;
		padding-left: 21em;
	}
}

.dl-mb_1em dd {
	margin-bottom: 1em;
}

.scell {
	margin-right: 1em;
}

.scell2 {
	margin-right: .5em;
}

/**************************
.inline_list
*/
.inline_list {
	list-style-type: none;
}

.inline_list,
.inline_list > li,
.inline_list > * {
	margin: 0;
	padding: 0;
	display: inline;
}

/**************************
.inline_block-list
*/
.inline_block_list::before, .inline_block_list::after {
	content: '';
	display: table;
}

.inline_block_list::after {
	clear: both;
}

.inline_block_list > li,
.inline_block_list > * {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.inline_block_list > li:first-child,
.inline_block_list > *:first-child {
	padding-left: 0;
}

.inline_block_list > li:last-child,
.inline_block_list > *:last-child {
	padding-right: 0;
}

@media only screen and (min-width: 768px) {
	.pc_inline_block_list::before, .pc_inline_block_list::after {
		content: '';
		display: table;
	}
	.pc_inline_block_list::after {
		clear: both;
	}
	.pc_inline_block_list > li,
	.pc_inline_block_list > * {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pc_inline_block_list > li:first-child,
	.pc_inline_block_list > *:first-child {
		padding-left: 0;
	}
	.pc_inline_block_list > li:last-child,
	.pc_inline_block_list > *:last-child {
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.sp_inline_block_list::before, .sp_inline_block_list::after {
		content: '';
		display: table;
	}
	.sp_inline_block_list::after {
		clear: both;
	}
	.sp_inline_block_list > li,
	.sp_inline_block_list > * {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sp_inline_block_list > li:first-child,
	.sp_inline_block_list > *:first-child {
		padding-left: 0;
	}
	.sp_inline_block_list > li:last-child,
	.sp_inline_block_list > *:last-child {
		padding-right: 0;
	}
}

/**************************
.horizontal_list
*/
.horizontal_list::before, .horizontal_list::after {
	content: '';
	display: table;
}

.horizontal_list::after {
	clear: both;
}

.horizontal_list > li,
.horizontal_list > * {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.horizontal_list > li:first-child,
.horizontal_list > *:first-child {
	padding-left: 0;
}

.horizontal_list > li:last-child,
.horizontal_list > *:last-child {
	padding-right: 0;
}

.main_content .horizontal_list {
	padding-left: 0;
}

.main_content .horizontal_list li::before {
	display: none;
}

@media only screen and (min-width: 768px) {
	.ul_horizontal_list::before, .ul_horizontal_list::after {
		content: '';
		display: table;
	}
	.ul_horizontal_list::after {
		clear: both;
	}
	.ul_horizontal_list > li,
	.ul_horizontal_list > * {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		white-space: nowrap;
		float: left;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ul_horizontal_list > li:first-child,
	.ul_horizontal_list > *:first-child {
		padding-left: 0;
	}
	.ul_horizontal_list > li:last-child,
	.ul_horizontal_list > *:last-child {
		padding-right: 0;
	}
	.main_content .ul_horizontal_list {
		padding-left: 0;
	}
	.main_content .ul_horizontal_list li::before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.main_content .ul_horizontal_list > ul:not(.cancel) {
		margin-bottom: .3em;
	}
}

.breadcrumbs {
	text-align: left;
	box-sizing: border-box;
	line-height: 1;
	padding-top: 18px;
}

@media only screen and (min-width: 768px) {
	.breadcrumbs {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumbs {
		padding-left: 0;
		padding-top: 6px;
		line-height: 1.6;
		padding-bottom: 6px;
	}
}

.breadcrumbs li {
	display: inline;
	font-size: 0.813rem;
	line-height: 1.2;
}

.breadcrumbs li:not(:last-child)::after {
	content: '';
	display: block;
	background: url("../img/icon/arrow_breadcrumbs.png") 0 0 no-repeat transparent;
	background-size: 8px 10px;
	width: 8px;
	height: 10px;
	content: '';
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 768px) {
	.breadcrumbs li:not(:last-child)::after {
		margin-left: 1em;
		margin-right: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumbs li:not(:last-child)::after {
		margin-left: .4em;
		margin-right: .4em;
	}
}

.breadcrumbs li:first-child {
	position: relative;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 768px) {
	.breadcrumbs li:first-child {
		padding-left: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumbs li:first-child {
		padding-left: 21px;
	}
}

.breadcrumbs li:first-child::before {
	content: '';
	display: block;
	background: url("../img/icon/home.png") 0 0 no-repeat transparent;
	background-size: 18px 16px;
	width: 18px;
	height: 16px;
	position: absolute;
	top: 0;
}

@media only screen and (min-width: 768px) {
	.breadcrumbs li:first-child::before {
		left: 4px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumbs li:first-child::before {
		left: 0;
	}
}

.breadcrumbs a.node {
	color: #00295e;
	font-weight: normal;
	position: relative;
	top: 0;
	left: 0;
}

.breadcrumbs a.node:hover {
	color: #555;
	opacity: 1;
	text-decoration: underline;
}

.breadcrumbs .node {
	margin-left: 0em;
	margin-right: 0em;
	font-size: 0.813rem;
	color: #777;
}

/*

## - table

<div class="_h3">クラス名なし</div>

	<table>
		<thead>
			<tr>
				<th></th>
				<th>詳細</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<th>事業所名所</th>
				<td>宗教法人寒川神社　寒川病院</td>
			</tr>
			<tr>
				<th>所在地</th>
				<td>〒253-0106　神奈川県高座郡寒川町宮山193</td>
			</tr>
			<tr>
				<th>開設</th>
				<td>昭和44年7月</td>
			</tr>
		</tbody>
	</table>

<div class="_h3">.table1</div>
.table1 は、SP表示時に display: block; に変わるので、基本、2列の table のための table

	<table class="table1">
		<tbody>
			<tr>
				<th>事業所名所</th>
				<td>宗教法人寒川神社　寒川病院</td>
			</tr>
			<tr>
				<th>所在地</th>
				<td>〒253-0106　神奈川県高座郡寒川町宮山193</td>
			</tr>
			<tr>
				<th>開設</th>
				<td>昭和44年7月</td>
			</tr>
		</tbody>
	</table>
*/
.wpnews table {
	margin-bottom: 1em;
}

/*

<div class="_h3">table._no_border</div>

画像だけの table を想定

*/
table table._no_border {
	width: auto;
	margin: auto;
}

table table._no_border th,
table table._no_border td {
	padding: 0 1em;
	vertical-align: middle;
}

/**************************
.inline_video
*/
.inline_video {
	max-width: 100%;
}

/*

<div class="_h3">photoswipe ギャラリー</div>

pdf を iframe 表示に使用。
.photoswipe > .pdf または、
.photoswipe > ._pdf または、
.photoswipe > ._iframe の時、iframe を表示する仕様。

+ a タグの href が pdf への URL。
+ a タグの title が キャプションテキスト。

	<div class="photoswipe">
		<a href="pdf/test.pdf" target="_blank" class="pdf">貯金一覧</a>
	</div>

*/
.photoswipe a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.pswp .pswp__iframe {
	padding: 0;
	width: 80%;
	height: 90%;
	position: relative;
	top: 5%;
	left: 10%;
	box-sizing: border-box;
}

.pswp .pswp__caption__center {
	text-align: center;
	font-size: 1rem;
}

/*
.scroll_to_top
*/
.scroll_to_top {
	position: fixed;
	right: 30px;
	bottom: -60px;
	z-index: 999;
	line-height: 0;
}

.scroll_to_top:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.scroll_to_top,
.scroll_to_top a,
.scroll_to_top img {
	display: block;
	width: 60px;
	height: 60px;
}

.fixed_area {
	width: 100%;
	position: fixed;
	right: 0;
	padding-right: 20px;
	bottom: -265px;
	z-index: 999;
	line-height: 0;
	pointer-events: none;
	overflow: hidden;
}
.fixed_area a {
	pointer-events: auto;
}
.fixed_area a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}
.fixed_area img {
	display: block;
	max-width: 100%;
}
.vakzin_button {
	display: block;
	width: 162px;
	margin-bottom: 25px;
	margin-left: auto;
	transition: transform .5s ease-in-out;
}
@media only screen and (max-width: 1400px) and (min-width:768px) {
	.vakzin_button {
		transform: translateX(calc(100% + 20px));
	}
}
.scroll_button {
	display: block;
	width: 60px;
	margin-left: auto;
}

/**************************
	.sup_area
*/
.sup_area {
	position: relative;
	top: 0;
	left: 0;
}

.sup {
	position: absolute;
	top: -.8em;
	left: 0;
	width: 100%;
	font-size: 0.625rem;
	display: inline-block;
	text-align: center;
}

/**************************
.accordion
*/
.accordion .accordion__toggle {
	display: block;
}

.accordion .accordion__content {
	position: relative;
	top: 0;
	left: 0;
	max-height: 0;
	opacity: 0;
	transition: opacity .1s ease-out, max-height .4s ease-out;
	overflow: hidden;
}

.footer .accordion .accordion__content.fsd_div {
	max-height: none;
	opacity: 1;
}

.accordion .accordion__content__inner {
	padding-bottom: 2em;
}

.accordion .accordion__content.opened {
	max-height: 100em;
	opacity: 1;
}

.accordion .accordion__content.opened-long {
	max-height: 200em;
}

.accordion .accordion__content.opened-short {
	max-height: 20em;
}

.toggle {
	position: absolute;
	display: block;
	min-height: 15px;
	width: 15px;
	right: 10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	z-index: 100;
}

.toggle::before {
	content: '';
	display: block;
	width: 15px;
	height: 3px;
	background-color: #90aad4;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	transition: transform .2s ease-out;
}

.toggle::after {
	content: '';
	display: block;
	width: 15px;
	height: 3px;
	background-color: #90aad4;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	    transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transition: transform .2s ease-out;
}

a:hover .toggle::before, .toggle:hover::before {
	background-color: #00295e;
}

a:hover .toggle::after, .toggle:hover::after {
	background-color: #00295e;
}

.toggle.opened::before {
	-ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	    transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.toggle.opened::after {
	-ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	    transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.archive_list li {
	padding-left: 1em;
}

.archive_list li::before {
	left: .5em;
}

.bordered {
	border: 1px solid #eee;
	box-sizing: border-box;
}

.image_list a {
	display: block;
}

.image_list img {
	display: block;
	border-radius: 5px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.image_list .cap {
	padding-top: .5em;
	text-align: center;
	font-size: 0.875rem;
}

.banner {
	display: block;
}

.banner:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.banner img {
	display: block;
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.inner_float_left {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.inner_float_right {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.inner_float_left,
	.inner_float_right {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
}

.faq_list > li {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 1.2em;
}

.faq_list > li:not(:first-child) {
	padding-top: 1.2em;
}

.faq__q {
	color: #f7931e;
	font-size: 1rem;
	padding-left: 40px;
	padding-bottom: .7em;
}

.faq__a {
	font-size: 0.938rem;
	padding-left: 40px;
}

.signature {
	text-align: right;
}

.image_list img,
.shadow {
	box-shadow: 1px 1px 2.5px rgba(0, 0, 0, 0.3);
}

.wpnews::before, .wpnews::after {
	content: '';
	display: table;
}

.wpnews::after {
	clear: both;
}

.wpnews__head {
	margin-bottom: 30px;
	margin-top: -20px;
}

.wpnews__date {
	text-align: right;
}

.wpnews__attr {
	text-align: center;
}

.wpnews__attr > * {
	display: inline-block;
	font-size: 0.938rem;
}

.wpnews__attr .date::after {
	content: '/';
	display: inline;
	padding: 0 .7em;
}

.wpnews__attr .category {
	color: #888;
}

.wpnews__content {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	font-size: 0.938rem;
	line-height: 1.7;
}

.wpnews__content img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.wpnews__content img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.wpnews__content table {
		max-width: 100%;
	}
}

.wpnews a {
	text-decoration: underline;
}

.wpnews blockquote {
	padding: 10px;
	border-left: 5px solid #59A676;
	background-color: #F7F7F7;
	margin-bottom: 1em;
}

.wp_pagination::before, .wp_pagination::after {
	content: '';
	display: table;
}

.wp_pagination::after {
	clear: both;
}

.wp_pagination_prev {
	float: left;
}

.wp_pagination_next {
	float: right;
}

.gmap {
	height: 400px;
	background-color: #ccc;
}

.gmap > iframe {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.gmap {
		height: 300px;
	}
}

.video,
.video video {
	max-width: 100%;
}

.youtube {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	.youtube {
		max-width: 300px;
		height: 170px;
	}
}

.youtube iframe {
	max-width: 100%;
	max-height: 100%;
}

.gcalendar > iframe {
	height: 300px;
}


.marker {
	background: linear-gradient(transparent 60%, #fff 60%);
}

.cell {
	margin-right: 1em;
}

.cell2 {
	margin-right: 0.5em;
}

.scell {
	margin-right: 1em;
}

figure img {
	display: block;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	figure img {
		margin-left: auto;
		margin-right: auto;
	}
}

figure figcaption {
	font-size: 0.875rem;
	color: #333;
}

@media only screen and (min-width: 768px) {
	figure figcaption {
		padding-top: .5em;
		text-align: center;
	}
	figure figcaption._left {
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	figure figcaption {
		padding-top: .2em;
	}
}

.link {
	line-height: 1.4;
	color: #00295e;
}

.link::before {
	content: '';
	display: inline-block;
	background: url("../img/icon/arrow_link.png") 0 center no-repeat transparent;
	background-size: 8px 10px;
	width: 8px;
	height: 10px;
	margin-right: 4px;
}

.link-down::before {
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.link-back::before {
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.link-disable {
	pointer-events: none;
	color: #ccc;
	opacity: .75;
	text-decoration: none;
}

button.link {
	border: 0 none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent;
	text-align: left;
	line-height: 1.7;
}

button.link::before {
	top: 1.2ex;
}

.link2 {
	text-decoration: none;
}

.link2::before {
	content: '';
	display: inline-block;
	background: url("../img/icon/arrow_link3.png") 0 center no-repeat transparent;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	position: relative;
	top: 1px;
	left: 0;
}

.link2:hover {
	text-decoration: underline;
}

/*

<div class="_h3">.news</div>

*/
.news_list {
	border-top: 1px dotted #999;
}

.news_list.publication {
	border-top: none;
}

.news_list .no_news {
	min-height: 50px;
	box-sizing: border-box;
	padding-top: 12px;
	padding-bottom: 11px;
}

.news_list li {
	border-bottom: 1px dotted #999;
}

.news_list.publication li:first-of-type {
	border-top: 1px dotted #999;
}

.newsline {
	font-size: 0.938rem;
	line-height: 1.7;
	text-decoration: none;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.newsline {
		padding-top: 7px;
		padding-bottom: 7px;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (max-width: 767px) {
	.newsline {
		display: block;
		padding-left: 9px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

.root .main_content .newsline {
	text-decoration: none;
}

.newsline:hover {
	background-color: #eaeaea;
}

.newsline._disable {
	pointer-events: none;
}

.newsline._disable::after {
	display: none;
}

.newsline__head {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}
.publication_news .newsline{
	justify-content: space-between;
}
.publication_news .newsline .newsline__date{
	margin-right: 0;
}
.publication_news .newsline .newsline__head{
	min-width: 120px;
}
@media only screen and (min-width: 768px) {
	.newsline__head {
		padding-left: 10px;
		min-width: 170px;
	}
}

@media only screen and (max-width: 767px) {
	.newsline__head {
		min-width: 170px;
	}
}

.newsline__date {
	padding-left: 0;
	box-sizing: border-box;
	color: #00295e;
}

.news_list-senior .newsline__date {
	color: #783246;
}

@media only screen and (min-width: 768px) {
	.newsline__date {
		margin-right: 15px;
		font-size: 0.938rem;
	}
}

@media only screen and (max-width: 767px) {
	.newsline__date {
		font-size: 14px;
		margin-right: 10px;
	}
}

.newsline__cate {
	box-sizing: border-box;
	font-size: 0;
	line-height: 0;
	position: relative;
	top: 1px;
	left: 0;
}

.newsline__cate .label {
	display: block;
	background-color: #c69c6d;
	color: #fff;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	border-radius: 3px;
	font-weight: bold;
}

.newsline__cate .label + .label {
	margin-top: 5px;
}

@media only screen and (min-width: 768px) {
	.newsline__cate .label {
		width: 70px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.newsline__cate .label {
		display: inline-block;
		width: 70px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		margin: 0 5px 5px 0 !important;
	}
}

.newsline__cate .label.news {
	background-color: #c69c6d;
}

.newsline__cate .label.update {
	background-color: #90aad5;
}

.newsline__cate .label.recruit {
	background-color: #a3d165;
}

.newsline__cate .label.covid {
	background-color: #d46464;
}

.newsline__ex {
	color: #191919;
}

@media only screen and (min-width: 768px) {
	.newsline__ex {
		margin-left: 15px;
		font-size: 0.938rem;
	}
}

@media only screen and (max-width: 767px) {
	.newsline__ex {
		font-size: 14px;
	}
}

.newsline .new {
	position: relative;
	top: 3px;
	left: 0;
}

.news_pager {
	text-align: center;
	font-size: 0.938rem;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.news_pager__box,
.news_pager a {
	display: block;
	width: 40px;
	height: 46px;
}

.news_pager__box {
	padding-left: 10px;
	padding-right: 10px;
}

.news_pager a {
	line-height: 46px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccd4df;
	font-weight: bold;
	box-sizing: border-box;
}

.main_content .news_pager a {
	text-decoration: none;
}

.news_pager a.current {
	pointer-events: none;
}

.news_pager a.current, .news_pager a:hover {
	background-color: #2255aa;
	color: #fff;
}

.news_pager .next_link,
.news_pager .prev_link {
	background-color: transparent;
	box-shadow: none;
	border: 0 none;
	color: #fff;
}

.news_pager .next_link::before,
.news_pager .prev_link::before {
	transition: transform .1s ease-in-out;
}

.news_pager .next_link:hover,
.news_pager .prev_link:hover {
	background-color: transparent;
}

.news_pager .next_link {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
}

.news_pager .next_link::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow_right_active.png") 0 0 no-repeat transparent;
	background-size: 40px 46px;
	width: 40px;
	height: 46px;
	right: 13px;
	left: auto;
}

.news_pager .next_link-passive {
	pointer-events: none;
}

.news_pager .next_link-passive::before {
	background-image: url("../img/icon/arrow_right_passive.png");
}

.news_pager .next_link:hover::before {
	-ms-transform: scale(1.2);
	    transform: scale(1.2);
}

.news_pager .prev_link {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
}

.news_pager .prev_link::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow_right_active.png") 0 0 no-repeat transparent;
	background-size: 40px 46px;
	width: 40px;
	height: 46px;
	left: 13px;
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.news_pager .prev_link-passive {
	pointer-events: none;
}

.news_pager .prev_link-passive::before {
	background-image: url("../img/icon/arrow_right_passive.png");
}

.news_pager .prev_link:hover::before {
	-ms-transform: scale(1.2) rotate(180deg);
	    transform: scale(1.2) rotate(180deg);
}

.nakaguroten {
	letter-spacing: -.45ex;
	margin-left: -.6ex;
}

@keyframes fade-in {
	0% {
		display: none;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes gnav_sub {
	0% {
		opacity: 0;
		transform: scale(0.9) translateY(-5%);
	}
	100% {
		transform: scale(1) translateY(0);
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
body {
	background-color: #00295e;
}

body {
	background-color: #fff;
}

.icon_tel::before {
	content: '';
	display: inline-block;
	background: url("../img/icon/tel.png") 0 center no-repeat transparent;
	background-size: 20px 16px;
	width: 20px;
	height: 16px;
	position: relative;
	top: 2px;
	left: 0;
	margin-right: 5px;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 10000;
}

.header__logo a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.search {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
}

.search::before {
	left: 4px;
	z-index: 2;
}

.search__text {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	max-width: 100%;
	box-sizing: border-box;
	z-index: 1;
	padding-left: 8px;
	height: 30px;
	line-height: 30px;
	font-size: 0.813rem;
	-webkit-appearance: none;
}

.search__text:focus {
	outline: none;
}

.search__submit {
	content: '';
	display: block;
	background: url("../img/icon/search.png") 0 0 no-repeat transparent;
	background-size: 28px 28px;
	width: 28px;
	height: 28px;
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	border: 0 none;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	position: absolute;
	top: 1px;
	right: 1px;
}

.search__submit:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.sub_cate {
	overflow: hidden;
	margin-bottom: 25px;
}

.sub_cate .li1 {
	border-bottom: 1px solid #90aad4;
	border-left: 1px solid #90aad4;
	border-right: 1px solid #90aad4;
}

.sub_cate .li1-comment {
	background-color: #fffde9;
	font-weight: bold;
	padding-left: 10px;
	padding-right: before_left;
	min-height: 34px;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 0.875rem;
}

.sub_cate .li2,
.sub_cate .li3 {
	border-top: 1px solid #cedaec;
}

.sub_cate .a1,
.sub_cate .a2,
.sub_cate .a3 {
	display: block;
	padding-top: .9em;
	padding-bottom: .7em;
	padding-right: 5px;
	min-height: 46px;
	box-sizing: border-box;
	color: #000;
	background-color: #fff;
	line-height: 1.33333;
	font-size: 0.938rem;
	position: relative;
	top: 0;
	left: 0;
}

.sub_cate .a1::before,
.sub_cate .a2::before,
.sub_cate .a3::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow_link.png") 0 0 no-repeat transparent;
	background-size: 8px 10px;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 19px;
	left: 10px;
}

@media all and (-ms-high-contrast: none) {
	.sub_cate .a1::before,
	.sub_cate .a2::before,
	.sub_cate .a3::before {
		/* IE11以上 */
		top: 18px;
	}
}

.sub_cate .a2,
.sub_cate .a3 {
	background-color: #f8f9fc;
}

.sub_cate li.active > a,
.sub_cate li > a:hover {
	font-weight: bold;
	background-color: #f4f6fb;
}

.sub_cate li.accordion > a {
	padding-right: 35px;
}

.sub_cate .a1 {
	padding-left: 24px;
}

.sub_cate .a2 {
	padding-left: 34px;
}

.sub_cate .a2::before {
	left: 20px;
}

.sub_cate .a3 {
	padding-left: 44px;
}

.sub_cate .a3::before {
	left: 30px;
}

.sub_cate__index__a {
	font-family: "FOT-ニューロダン Pro DB", "NewRodinPro-DB", "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	display: block;
	background-color: #2255aa;
	color: #fff;
	box-sizing: border-box;
	letter-spacing: .13em;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.sub_cate__index__a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

@media only screen and (min-width: 768px) {
	.sub_cate__index__a {
		font-size: 1.063rem;
		line-height: 1.3;
		min-height: 66px;
		padding-top: 25px;
		padding-bottom: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.sub_cate__index__a {
		font-size: 1rem;
		min-height: 48px;
		padding-top: 14px;
	}
}

.sub_cate__index__a img {
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.sub_cate__index__a:hover {
	color: #fff;
}

.sub_cate .sub_cate_none {
	display: none;
}

@media only screen and (min-width: 768px) {
	.sub_cate .sub_cate_block {
		display: block;
	}
}

.sub_cate .image {
	display: none;
}

.sub_cate .a1 {
	padding-left: 24px;
	font-size: 0.938rem;
}

.sub_cate .a1::before {
	left: 10px;
}

.sub_cate small {
	font-size: 0.875rem;
}

.sub_cate .icon_secret {
	padding-right: 40px;
}

.sub_cate .icon_secret::after {
	content: '';
	display: block;
	background: url("../img/icon/secret.png") 0 0 no-repeat transparent;
	background-size: 18px 22px;
	width: 18px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
}

.sub_column_button_list {
	margin-bottom: 24px;
}

.sub_column_button_list li:not(:last-child) {
	margin-bottom: 10px;
}

.btn1 {
	font-family: "FOT-ニューロダン Pro DB", "NewRodinPro-DB", "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	padding-right: 8px;
	letter-spacing: .08em;
}

.btn1:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.btn1 img {
	margin-right: 6px;
	position: relative;
	top: 4px;
	left: 0;
}

.btn1-1 {
	background-color: rgba(34, 85, 170, 0.7);
	color: #fff;
}

.btn1-1:hover {
	color: #fff;
}

.btn1-2 {
	background-color: #fff;
	border: 1px solid rgba(34, 85, 170, 0.7);
	color: #00295e;
}

.btn1-2:hover {
	color: #00295e;
}

.btn1-2:hover {
	color: #cc8f9f;
}
.btn1-3 {
	background-color: rgba(189, 99, 122, 0.7);
	color: #fff;
}
.btn1-3:hover {
	color: #fff;
}
.sub_column_banner_list li:not(:last-child) {
	margin-bottom: 10px;
}

.footer__nav_area {
	background-color: #f5f4ed;
}

.footer__foot_area {
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.footer__logo:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.footer__logo a,
.footer__logo img {
	display: block;
	width: 210px;
	height: 50px;
}

.footer__tel a,
.footer__tel img {
	display: block;
	width: 210px;
	height: 20px;
}

.footer__btn {
	display: block;
	border: 1px solid #4c698f;
	border-radius: 3px;
	font-size: 0.813rem;
	width: 110px;
	height: 26px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	transition: all .2s ease-in-out;
	box-sizing: border-box;
	position: relative;
	top: 2px;
	left: 0;
	padding-right: 4px;
}

.footer__btn:hover {
	color: #00295e;
	background-color: #fff;
	border-color: #fff;
}

.footer__btn::before {
	content: '';
	display: inline-block;
	background: url("../img/icon/arrow_white.png") 0 center no-repeat transparent;
	background-size: 6px 8px;
	width: 6px;
	height: 8px;
	margin-right: 5px;
}

.footer__banner_list a,
.footer__banner_list img {
	max-width: 180px;
	width: 100%;
}

.footer__menu a {
	color: #fff;
	font-size: 0.813rem;
}

.footer__menu a::before {
	content: '';
	display: inline-block;
	background: url("../img/icon/arrow_white.png") 0 center no-repeat transparent;
	background-size: 6px 8px;
	width: 6px;
	height: 8px;
	margin-right: 4px;
}

.footer__menu a:hover {
	text-decoration: underline;
}

.footer__copyright {
	font-size: 0.688rem;
	color: #b2bfcf;
}

.main_content h2:not(.cancel) {
	font-family: "FOT-ニューロダン Pro DB", "NewRodinPro-DB", "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	border-left: 4px solid #4e77bb;
	background-color: #f2f2f2;
	box-sizing: border-box;
	line-height: 1.4;
	color: #032b5c;
	letter-spacing: .08em;
}

.main_content h3:not(.cancel) {
	color: #032b5c;
	border-top: 2px solid #90aad4;
	background-color: #e9eef6;
	box-sizing: border-box;
	line-height: 1.4;
	letter-spacing: .06em;
}

.main_content h4:not(.cancel) {
	color: #000;
	font-weight: bold;
	border-left: 3px solid #2255aa;
	line-height: 1.3;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 27px;
	padding: 0 8px;
}

.main_content h4:not(.cancel)::after {
	content: '';
	display: block;
	width: calc(100% + 3px);
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: -7px;
	left: -3px;
}

.main_content h5:not(.cancel) {
	background-color: #e9eef6;
	color: #00295e;
	font-weight: bold;
	padding: 5px 10px 4px;
	min-height: 30px;
	box-sizing: border-box;
	line-height: 1.3;
	margin-bottom: 15px;
}

.main_content h6:not(.cancel) {
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
	font-size: 0.938rem;
	margin-bottom: 1em;
	line-height: 1.3;
	padding-bottom: 4px;
	padding-top: 4px;
}

.main_content .h-2 {
	font-family: "FOT-ニューロダン Pro DB", "NewRodinPro-DB", "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 1.3;
	background-color: #7a99cc;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: .08em;
	margin-bottom: .5ex;
}

.pagelink_box {
	border: 1px solid #cccccc;
	min-height: 46px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 13px 3px;
	line-height: 1.3;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.pagelink_box::before, .pagelink_box::after {
		content: '';
		display: table;
	}
	.pagelink_box::after {
		clear: both;
	}
	.pagelink_box > li,
	.pagelink_box > * {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
	}
}

.pagelink_box li {
	margin-bottom: 7px;
}

.pagelink_box li:not(:last-child) {
	margin-right: 20px;
}

.pagelink_box a {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 13px;
}

@media only screen and (max-width: 767px) {
	.pagelink_box a {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.pagelink_box a::before {
	position: absolute;
	left: 0;
	background-image: url("../img/icon/arrow_link2.png");
}

@media only screen and (min-width: 768px) {
	.pagelink_box a::before {
		top: 6px;
	}
}

@media only screen and (max-width: 767px) {
	.pagelink_box a::before {
		top: 11px;
	}
}

.pagelink_box a.active {
	pointer-events: none;
	font-weight: bold;
	text-decoration: none;
}

.pagelink_box a .sub {
	font-size: 0.75rem;
}

.person__head {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.person__image {
	margin-bottom: 15px;
}

.person__image img {
	display: block;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.person__handle {
	color: #00295e;
	line-height: 1.3;
	font-weight: bold;
}

.person__handle .sub {
	font-size: 0.75rem;
	margin-bottom: .5ex;
}

.person__handle .main {
	font-size: 1.125rem;
}

.person__cell {
	margin-bottom: 30px;
}

.person h5:not(.cancel) {
	margin-bottom: 10px;
}

.box {
	border-radius: 5px;
	background-color: #f5f4ed;
	padding: 20px;
}

.box-blue {
	background-color: #e5f2fa;
}

.box .box__head {
	margin-bottom: 12px;
	line-height: 1.4;
	position: relative;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 1rem;
	padding-left: 27px;
}

.box .box__head::before {
	content: '';
	display: block;
	background: url("../img/icon/clover.png") 0 0 no-repeat transparent;
	background-size: 30px 40px;
	width: 30px;
	height: 40px;
	position: absolute;
	top: -10px;
	left: -3px;
}

.box-border {
	background-color: #fff;
/* 	border: 1px solid #ccd4df; */
	border: 1px solid #ccc;
}

.box-form {
	background-color: #fff;
	border: 1px solid #f7931e;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	box-sizing: border-box;
}

.box-step {
	margin-left: 0;
	margin-right: 0;
}

.box-step__head {
	position: relative;
	top: 0;
	left: 0;
}

.box-step__body::before, .box-step__body::after {
	content: '';
	display: table;
}

.box-step__body::after {
	clear: both;
}

.box-step .num {
	background-color: #2255aa;
	color: #fff;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
}

.box-step .title {
	margin-left: 70px;
	border-bottom: 1px dotted #2255aa;
	padding-bottom: 6px;
	line-height: 1.4;
	font-weight: bold;
}

.box-step img {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.box-step {
		margin-left: 0;
		margin-right: 0;
		padding: 16px 25px 25px;
	}
	.box-step__head {
		margin-bottom: 25px;
	}
	.box-step .num {
		width: 62px;
		height: 62px;
		top: -26px;
		left: -10px;
		padding-top: 6px;
	}
	.box-step .num .sub {
		font-size: 13px;
	}
	.box-step .num .main {
		font-size: 36px;
	}
	.box-step .title {
		margin-left: 70px;
		font-size: 20px;
	}
	.box-step figure.inner_float_left, .box-step figure.inner_float_right {
		margin-bottom: 0;
	}
	.box-step figure + p,
	.box-step figure + figure {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.box-step {
		padding: 12px 25px 25px;
	}
	.box-step__head {
		margin-bottom: 20px;
	}
	.box-step .num {
		width: 42px;
		height: 42px;
		top: -20px;
		left: -16px;
		padding-top: 5px;
	}
	.box-step .num .sub {
		font-size: 9px;
	}
	.box-step .num .main {
		font-size: 24px;
	}
	.box-step .title {
		margin-left: 36px;
		font-size: 18px;
	}
	.box-step img {
		margin: 0 auto;
		display: block;
		float: none;
	}
	.box-step img + img {
		margin-top: 20px;
	}
	.box-step img:last-child {
		margin-bottom: 20px;
	}
}

.btn_white {
	font-family: "FOT-ニューロダン Pro DB", "NewRodinPro-DB", "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #00295e;
	min-height: 50px;
	box-sizing: border-box;
	text-decoration: none;
	transition: background-color .1s linear;
	line-height: 1.3;
}

@media only screen and (min-width: 768px) {
	.btn_white {
		font-size: 0.938rem;
		padding: 4px 10px 5px 0;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media only screen and (max-width: 767px) {
	.btn_white {
		font-size: 0.875rem;
		padding: 6px 10px 5px 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.btn_white .link2 {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 25px;
}

.btn_white .link2::before {
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -8px;
}

@media all and (-ms-high-contrast: none) {
	.btn_white .link2::before {
		/* IE11以上 */
		margin-top: -8px;
	}
}

.btn_white .link2:hover {
	text-decoration: none;
}

.btn_white:hover {
	background-color: #deecff;
}

.index_list li {
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 768px) {
	.index_image_list img {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.index_image_list img {
		margin-bottom: 5px;
	}
}

.index_image_list a {
	display: block;
	text-decoration: none;
}

.index_image_list a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.index_image_list .link2 {
	font-family: "FOT-ニューロダン Pro DB", "NewRodinPro-DB", "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	display: block;
	font-size: 1.063rem;
	padding-left: 18px;
	position: relative;
	top: 0;
	left: 0;
}

.index_image_list .link2:hover {
	text-decoration: none;
}

.index_image_list .link2 + p {
	padding-top: .6ex;
	margin-bottom: 2em;
	font-size: 0.875rem;
}

.index_image_list .link2::before {
	position: absolute;
	top: 6px;
	left: 0;
}

@media all and (-ms-high-contrast: none) {
	.index_image_list .link2::before {
		/* IE11以上 */
		top: 6px;
	}
}

.table-outpatient:not(:last-child) {
	margin-bottom: 5px;
}

.table-outpatient th,
.table-outpatient td {
	padding-left: 5px;
	padding-right: 5px;
}

.table-outpatient th {
	text-align: center;
}

.table-outpatient th.floor .tate {
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
	line-height: 1;
	box-sizing: border-box;
	letter-spacing: .15em;
	height: 4em;
}

.table-outpatient .term {
	width: 60px;
	min-width: 60px;
}

.table-outpatient .floor {
	width: 48px;
}

.table-outpatient .day {
	width: 110px;
	min-width: 110px;
	max-width: 110px;
}
.table-time:not(:last-child) {
	margin-bottom: 5px;
}

.table-time th,
.table-time td {
	padding-left: 8px;
	padding-right: 8px;
}

.table-time thead th {
	text-align: center;
}

.table-time tbody tr.first-child th,
.table-time tbody tr.first-child td {
	border-top-width: 2px;
}

.table-time tbody th {
	font-weight: normal;
	vertical-align: top;
	width: auto;
}

.table-time .doctor {
	width: 33%;
	min-width: 110px;
	max-width: 110px;
}

.table-time .date {
	width: 33%;
}

.table-time .ex {
	width: 33%;
	min-width: 437px;
	max-width: 437px;
}

.table-institution .td-1 {
	width: 440px;
}

.table-institution .td-2 {
	width: 180px;
}

.table-institution .td-3 {
	width: 110px;
}

.table-course td,
.table-course th {
	text-align: center;
	padding-left: 1ex;
	padding-right: 1ex;
}

.table-course thead .course {
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}

.table-course thead .time {
	width: 86px;
	min-width: 86px;
	max-width: 86px;
}

.table-course thead .term {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
}

.table-course tbody th {
	text-align: left;
}

.table-th_width_auto thead th,
.table-th_width_auto tbody th {
	width: auto;
	vertical-align: top;
}

@media only screen and (min-width: 768px) {
	.table-th_small tbody th {
		width: 160px;
	}
}

.table-clerical tbody th {
	width: 100px;
}

.table-clerical th,
.table-clerical td {
	vertical-align: middle;
}

.table-clerical .fee {
	vertical-align: middle;
	text-align: right;
	width: 100px;
}

.table-cooperation_list th,
.table-cooperation_list td {
	padding: .5em;
	vertical-align: middle;
}

.table-cooperation_list thead th {
	text-align: center;
}

.table-cooperation_list tbody td:last-child {
	text-align: center;
}

.table-ope th,
.table-ope td {
	text-align: center;
	vertical-align: middle;
}

.table-homecare th,
.table-homecare td {
	text-align: center;
	vertical-align: middle;
}

.table-homecare thead th {
	background-color: #e7e7e7;
}

.table-homecare tr:nth-child(even) td {
	background-color: #f4f6f4;
}

.table-homecare2 tbody th {
	background-color: #f4f6f4;
}

.table-reha8 thead th {
	text-align: center;
}

.table-reha8 tbody td {
	vertical-align: middle;
}

.boxlink {
	display: block;
	border: 1px solid #ccc;
	background-color: #e9eef6;
	padding: 3px;
	transition: background-color .1s ease-in-out;
	text-decoration: none;
	box-sizing: border-box;
	max-width: 350px;
}

.boxlink.fix {
	min-height: 30px;
}

.boxlink:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.boxlink.active {
	background-color: #c9ede9;
	border-color:#3f9784;
}
.boxlink:hover {
	background-color: #fff;
}

.boxlink.active {
	pointer-events: none;
	font-weight: bold;
}

.boxlink__inner {
	position: relative;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 10px 10px 10px 30px;
}

.boxlink.fix .boxlink__inner {
	padding: 20px 10px 10px 30px;
	min-height: 30px;
}
.boxlink.fix.fix2 .boxlink__inner {
	padding: 10px 10px 9px 30px;
	min-height: 30px;
}

.boxlink__inner::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow_link3.png") 0 0 no-repeat transparent;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -7px;
}

.boxlink .title {
	font-family: "FOT-ニューロダン Pro DB", "NewRodinPro-DB", "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 1.063rem;
	color: #00295e;
	line-height: 1.3;
	padding: 2px 0 3px;
}

.boxlink .title + .ex {
	font-size: 0.813rem;
}

.boxlink .ex {
	font-size: 1rem;
	line-height: 1.3;
	color: #222;
}

.boxlink-sm .title {
	font-size: 0.938rem;
}

.boxlink-sm .ex {
	font-size: 0.688rem;
}

.qa_list li {
	border-bottom: 1px dotted #999;
}

.qa_list li:first-child .qa_area {
	padding-top: 0;
}

.qa_area {
	padding-bottom: 20px;
	padding-top: 20px;
}

.qa_area .q_area {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 44px;
	min-height: 28px;
	margin-bottom: 12px;
	font-weight: bold;
}

.qa_area .a_area {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 44px;
	min-height: 28px;
}

.qa_area .icon {
	width: 34px;
	height: 28px;
	position: absolute;
	top: -2px;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.qa_area {
		font-size: 0.875rem;
		line-height: 1.78571;
	}
}

.accordion_title {
	display: block;
	min-height: 30px;
	font-size: 1rem;
	background-color: #e9eef6;
	font-weight: bold;
	padding: 2px 26px 0;
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
}

.accordion_title::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow_link2.png") 0 0 no-repeat transparent;
	background-size: 8px 10px;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
	transition: all .2s linear;
}

.accordion_title.opened {
	margin-bottom: 20px;
}

.accordion_title.opened::before {
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.cate_area {
	margin-bottom: 30px;
}

.cate_area__inner {
	width: 100%;
	background: url("../img/category/bg_department.jpg") center center/auto 100% no-repeat transparent;
}

.cate_area__inner.department {
	background-image: url("../img/category/bg_department.jpg");
}

.cate_area__inner.outpatient {
	background-image: url("../img/category/bg_outpatient.jpg");
}

.cate_area__inner.about {
	background-image: url("../img/category/bg_about.jpg");
}

.cate_area__inner.dock {
	background-image: url("../img/category/bg_dock.jpg");
}

.cate_area__inner.recruit {
	background-image: url("../img/category/bg_recruit.jpg");
}

.cate_area__inner.access {
	background-image: url("../img/category/bg_access.jpg");
}

.cate_area h2 {
	line-height: 1.3;
}

.cate_area h2 .main {
	font-family: "FOT-ロダン Pro M", "RodinPro-M", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #00295e;
	letter-spacing: .2ex;
	margin-right: .5em;
}

.cate_area h2 .sub {
	vertical-align: 4px;
	color: #4e77bb;
	font-size: 0.813rem;
	font-weight: normal;
}

.step_list > *:not(:last-child) {
	margin-bottom: 15px;
}

.step_list > *:not(:last-child)::after {
	content: '';
	display: block;
	background: url("../img/icon/arrow_down.png") 0 0 no-repeat transparent;
	background-size: 30px 18px;
	width: 30px;
	height: 18px;
	content: '';
	display: block;
	margin: 15px auto;
}

.simple_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

.simple_table th,
.simple_table td {
	vertical-align: top;
}

.simple_table-column2 td {
	width: 50%;
}

.simple_table-column2 td[colspan="2"] {
	width: 100%;
}

.box2 {
	border: 1px solid #2255aa;
	border-radius: 3px;
}

@media only screen and (min-width: 768px) {
	.box2 {
		padding: 0 20px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.box2 {
		padding: 0 10px 20px;
	}
}

.box2__head {
	display: inline-block;
	position: relative;
	padding: 0 7px;
	top: -15px;
	left: 0;
	background-color: #fff;
}

.box2__head h4 {
	color: #00295e;
}

.box2__head .main {
	font-size: 1.5rem;
	margin-right: 1ex;
	line-height: 1.3;
}

@media only screen and (max-width: 767px) {
	.box2__head .main {
		display: block;
		margin-bottom: .3ex;
	}
}

.box2__head .sub {
	line-height: 1.3;
	position: relative;
	top: -3px;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.box2__head .sub {
		display: block;
	}
}

.box2__group {
	line-height: 1.3;
	padding-left: 32px;
}

.box2__group:not(:last-child) {
	margin-bottom: 15px;
}

.box2__group p:not(:last-child) {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.box2__group p span {
		display: block;
	}
}

.box2__group .icon {
	position: absolute;
	left: -32px;
	width: 26px;
}

@media only screen and (min-width: 768px) {
	.box2__group .icon {
		top: -1px;
	}
}

@media only screen and (max-width: 767px) {
	.box2__group .icon {
		top: 2px;
	}
}

.box2__group .pre {
	font-weight: bold;
	font-size: 1.125rem;
	margin-right: 1ex;
	position: relative;
	top: 0;
	left: 0;
}

.box2__group .tel a {
	line-height: 1;
	font-size: 1.625rem;
	color: #2255aa;
	margin-right: .7ex;
	position: relative;
	top: 1px;
	left: 0;
}

.box2__group .sub {
	font-size: 1rem;
	position: relative;
	top: -1px;
	left: 0;
}

.form_table {
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	width: 100%;
	border-collapse: collapse;
}

.form_table th,
.form_table td {
	padding-bottom: 14px;
}

.form_table th {
	width: 95px;
	text-align: right;
	padding-right: 1ex;
	font-weight: normal;
}

.form_table .btn {
	min-width: 160px;
	padding-left: 48px;
}

@media only screen and (max-width: 767px) {
	.form_table {
		width: 100%;
		max-width: 100%;
	}
	.form_table tbody,
	.form_table tr,
	.form_table th,
	.form_table td {
		display: block;
		text-align: left;
		box-sizing: border-box;
		float: left;
		clear: both;
	}
	.root .form_table tbody, .root
	.form_table tr, .root
	.form_table th, .root
	.form_table td {
		width: 100%;
	}
	.form_table th {
		padding-bottom: .5ex;
	}
	.form_table button {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.text_frame input {
	width: 100%;
	font-size: 0.813rem;
	font-family: 'Roboto',sans-serif;
	line-height: 1.7;
	box-sizing: border-box;
	margin: 0;
	background-color: #f7f7f7;
	border-radius: 5px;
	border: 1px solid #999;
	height: 30px;
	padding: 0 .7em;
	padding-right: .5em;
}

.text_frame input:focus, .text_frame input:active {
	outline: 2px solid #a6a6a6;
	outline-offset: -2px;
}

.text_frame-s input {
	font-size: 0.875rem;
	height: 2.4em;
	padding: 0 .5em;
	padding-right: .5em;
}

.dep_table_area__head .tab_area {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.dep_table_area__head .tab_area {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.dep_table_area__head .tab_area li {
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.dep_table_area__head .tab_area li {
		width: 16.66667%;
	}
	.dep_table_area__head .tab_area li:not(:last-child) {
		margin-right: 9px;
	}
}

@media only screen and (max-width: 767px) {
	.dep_table_area__head .tab_area li {
		width: 33.3%;
		margin-bottom: 3px;
	}
	.dep_table_area__head .tab_area li:nth-child(3n-2) {
		padding-right: 2px;
	}
	.dep_table_area__head .tab_area li:nth-child(3n-1) {
		padding-left: 1px;
		padding-right: 1px;
	}
	.dep_table_area__head .tab_area li:nth-child(3n) {
		padding-left: 2px;
	}
}

.dep_table_area__head .tab_area .tab {
	border: 1px solid #4e77bb;
	border-radius: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	-ms-flex-align: center;
	    align-items: center;
	transition: all .2s linear;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.dep_table_area__head .tab_area .tab {
		font-size: 1rem;
		padding: 6px;
		height: 103px;
	}
}

@media only screen and (max-width: 767px) {
	.dep_table_area__head .tab_area .tab {
		font-size: 0.875rem;
		padding: 3px;
		height: 90px;
	}
}

.dep_table_area__head .tab_area .tab:hover, .dep_table_area__head .tab_area .tab._selected {
	background-color: #4e77bb;
	color: #fff;
}

.dep_table_area__head .tab_area .tab .text {
	display: block;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.dep_table_area__head .tab_area .tab .text-multi {
		position: relative;
		top: -4px;
		left: 0;
	}
}

.dep_table_area__head .tab_area .tab .sub {
	padding-bottom: 7px;
	line-height: 1.41667;
}

@media only screen and (min-width: 768px) {
	.dep_table_area__head .tab_area .tab .sub {
		font-size: 0.75rem;
	}
}

@media only screen and (max-width: 767px) {
	.dep_table_area__head .tab_area .tab .sub {
		font-size: 0.688rem;
	}
}

.dep_table_area__head .tab_area .tab::after {
	content: '';
	display: block;
	background: url("../img/icon/arrow_link.png") 0 0 no-repeat transparent;
	background-size: 8px 10px;
	width: 8px;
	height: 10px;
	position: absolute;
	bottom: 5px;
	margin-left: -4px;
	left: 50%;
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
	.dep_table_area__body {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media only screen and (max-width: 767px) {
	.dep_table_area__body {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media only screen and (min-width: 768px) {
	.dep_table_area .pc_flex {
		display: -ms-flexbox;
		display: flex;
		box-sizing: border-box;
	}
	.dep_table_area .column {
		width: 50%;
	}
	.dep_table_area .column:nth-child(2n-1) {
		padding-right: 4px;
	}
	.dep_table_area .column:nth-child(2n) {
		padding-left: 4px;
	}
}

@media only screen and (max-width: 767px) {
	.dep_table_area .column + .column {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 768px) {
	.slider-outpatient .slick-slide {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-outpatient .slick-slide {
		padding: 0 10px;
	}
}

.update_text {
	text-align: right;
	color: #4d4d4d;
	font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
	.news_list-health .newsline__head {
		min-width: 150px;
	}
}

.newsline__healthnum {
	min-width: 50px;
}

.health_page .newsline__cate .label {
	background-color: inherit;
	color: #191919;
	font-size: 14px;
	line-height: 1.7;
}

.health_page .newsline__head {
	min-width: 205px;
}

.bumon_list .newsline__head {
	min-width: 100px;
}

.bumon_list .newsline .newsline__ex {
	text-decoration: underline;
}

.bumon_list .newsline:hover .newsline__ex {
	text-decoration: none;
}

li .person {
	border-bottom: 1px solid #2255aa;
}

.main_content .schedule_area h5:not(.cancel) {
	margin-bottom: -.6em;
}

.main_content .green_text {
	color: #89c348;
}

.main_content .cell_holiday {
	background-color: #ffe8e9;
}

/**************************
wordpress plugin - mw wp form
*/
.root .main_content .mwwp_form {
	/**************************
	button
	*/
}

.root .main_content .mwwp_form .input_text,
.root .main_content .mwwp_form .confirm_text {
	display: none;
}

.root .main_content .mwwp_form__head {
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
}

.root .main_content .mwwp_form__head p {
	margin-bottom: 1em;
}

.root .main_content .mwwp_form .require {
	color: #b70000;
}

.root .main_content .mwwp_form .g-enquete-row {
	padding-left: 0;
	padding-right: 0;
	border-bottom: 0 none;
	border-top: 0 none;
}

@media only screen and (min-width: 768px) {
	.root .main_content .mwwp_form .g-enquete-row::before, .root .main_content .mwwp_form .g-enquete-row::after {
		content: '';
		display: table;
	}
	.root .main_content .mwwp_form .g-enquete-row::after {
		clear: both;
	}
	.root .main_content .mwwp_form .g-enquete-row .g-enquete-title {
		width: 180px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		float: left;
	}
	.root .main_content .mwwp_form .g-enquete-row .g-enquete-item {
		width: 100%;
		box-sizing: border-box;
		float: right;
		padding-left: 200px;
		margin-left: -180px;
	}
}

.root .main_content .mwwp_form .g-enquete-row:has(.js-toggleDisplay) {
  display: none;
}

.root .main_content .mwwp_form .g-enquete-row.hide {
	display: none;
}

.root .main_content .mwwp_form .g-enquete-row.show {
  display: block;
}

.root .main_content .mwwp_form .g-enquete-row ._new.careful {
  display: none;
}

.root .main_content .mwwp_form input[type="text"],
.root .main_content .mwwp_form input[type="email"],
.root .main_content .mwwp_form input[type="password"] {
	height: 2.4em;
	line-height: 2.4em;
	box-sizing: border-box;
	width: 100%;
}

.root .main_content .mwwp_form .mwform-tel-field input[type="text"] {
	width: 6em;
}

.root .main_content .mwwp_form textarea {
	line-height: 1.7;
}

@media only screen and (min-width: 768px) {
	.root .main_content .mwwp_form textarea {
		height: 20em;
	}
}

@media only screen and (max-width: 767px) {
	.root .main_content .mwwp_form textarea {
		height: 8em;
	}
}

.root .main_content .mwwp_form input[type="text"],
.root .main_content .mwwp_form input[type="email"],
.root .main_content .mwwp_form input[type="password"],
.root .main_content .mwwp_form textarea {
	margin-top: -.25em;
	padding-left: .5em;
	padding-right: .5em;
}

.root .main_content .mwwp_form input:focus,
.root .main_content .mwwp_form input:active,
.root .main_content .mwwp_form textarea:focus,
.root .main_content .mwwp_form textarea:active {
	outline: 0 none;
}

.root .main_content .mwwp_form .mw_wp_form_g-enquete input[type="submit"],
.root .main_content .mwwp_form .mw_wp_form_g-enquete input[type="button"],
.root .main_content .mwwp_form .mw_wp_form_g-enquete button {
	padding: 0;
	margin: 0;
	list-style: none;
	width: inherit;
	height: inherit;
	border: 0 none;
	color: inherit;
	vertical-align: baseline;
	text-align: inherit;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	overflow: visible;
	border-radius: 0;
	position: static;
	left: auto;
	top: auto;
	clear: inherit;
	content: normal;
	min-height: initial;
	max-height: initial;
	float: none;
	-ms-transform: none;
	    transform: none;
	background: none center center / center center repeat-none transparent;
	box-sizing: content-box;
	box-shadow: none;
	text-shadow: none;
}

.root .main_content .mwwp_form .mw_wp_form_g-enquete input[type="submit"] {
	min-height: 45px;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 3px;
	background-color: #2255aa;
	box-sizing: border-box;
	padding: 13px 30px 11px 34px;
	position: relative;
	top: 0;
	left: 0;
}

.root .main_content .mwwp_form .mw_wp_form_g-enquete input[type="submit"]:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.root .main_content .mwwp_form .mw_wp_form_g-enquete input[name="submitBack"] {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #222;
}

@media only screen and (min-width: 768px) {
	.root .main_content .mwwp_form .action-buttons input:first-child {
		margin-right: 1em;
	}
	.root .main_content .mwwp_form .action-buttons input:last-child {
		margin-left: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.root .main_content .mwwp_form .action-buttons input:first-child {
		margin-right: .5em;
	}
	.root .main_content .mwwp_form .action-buttons input:last-child {
		margin-left: .5em;
	}
}



.main_content .flow_nav {
	width:570px;
	margin:0 auto 3em;
}

@media only screen and (max-width: 767px) {
	.main_content .flow_nav {
		width:auto;
	}
	.main_content .flow_nav ul.pc_column2 {
		width:265px;
		margin-left:auto;
		margin-right:auto;
	}
	.main_content .flow_nav img{
		width:100%;
		max-width:265px;
	}
}


.main_content .flow-pink h3{
	border-top: 2px solid #eb7c71;
}

.main_content .flow-pink h3, .main_content .flow-pink h5{
	background-color: #ffe8e5;
	color: #db4132;
}

.main_content .flow-green h3{
	border-top: 2px solid #86af70;
}

.main_content .flow-green h3, .main_content .flow-green h5{
	background-color: #e4f6db;
	color: #4d8c2b;
}

.main_content .flow .box-border {
	margin-bottom:10px;
}

.main_content .flow .box-border .f .left {
	float:left;
}

.main_content .flow .box-border .f .right {
	float:right;
}

.main_content .flow .box-border .f .t {
	width:453px;
}


@media only screen and (max-width: 767px) {
	.main_content .flow .box-border .f .left {
		float:none;
	}
	.main_content .flow .box-border .f .right {
		float:none;
	}
	.main_content .flow .box-border .f .t {
	width:auto;
	margin-bottom: 1em;
	}
	.main_content .flow .box-border .f figcaption {
		padding-top: .5em;
		text-align: center;
	}


}

.main_content .flow-pink ol:not(.cancel) > li::before {
	color: #db4132;
}

.main_content .flow-green ol:not(.cancel) > li::before {
	color: #4d8c2b;
}
.jc{
	justify-content: center;
}
@media screen and (max-width: 768px) {
.index_image_list.pc_column3_grid.cancel li{
	margin-bottom: 1em;}
}
.access_sns{
	display: flex;
	align-items: end;
	gap: 10px;
}
.footer_sns{
  display: flex;
  gap: 10px;
  img{
	display: block
  }
  a {
	&:hover{
		opacity: 0.7;
	}
  }
}