@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.7;
	background: #fff;
	color: #000;
}

.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: #f1871e;
}

.orange_text2 {
	color: #ef5d7c;
}

/*

<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: #0071bc;
	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;
}

/*

<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,
.root .main_content .mb_none {
	margin-bottom: 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 screen and (min-width: 768px), print {
	.large_text {
		font-size: 1.25rem;
	}
}

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

.large_text.red_text {
	color: #c92b34;
}

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

.push_text-blue {
	color: #0071bc;
}

/**************************
.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;
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #962a26;
	border-radius: 3px;
}

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

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

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

.main_content .anotation_list:not(.cancel) > li {
	padding-left: 1.3em;
	margin-bottom: .3em;
	position: relative;
	top: 0;
	left: 0;
}

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

.main_content .anotation_list:not(.cancel) > li::before {
	content: '※';
	width: .5em;
	position: absolute;
	background: 0 none;
	top: 0;
	left: 0;
}

.main_content .anotation_list:not(.cancel)-black li {
	color: #000;
}

.main_content .anotation_list:not(.cancel)-black li::before {
	color: #000;
}

.main_content .anotation_list:not(.cancel)-em li::before {
	font-weight: bold;
}

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

.main_content .anotation_list:not(.cancel)-sm li::before {
	color: #888;
	font-size: 0.813rem;
}

.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) ".";
	font-size: 0.875rem;
	position: absolute;
	top: .1em;
	left: -.7em;
	text-align: right;
	width: 1.5em;
}

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

.main_content .ol2:not(.cancel) > li {
	padding-left: 1.7em;
}

.main_content .ol2:not(.cancel) > li::before {
	content: "（" counter(num) "）";
	color: #000;
}

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

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

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

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

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

@media 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;
		left: 0;
		top: 1.4em;
	}
}

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

.table,
.table-borderd,
.root .wpnews table {
	border-collapse: collapse;
	background-color: #fff;
}

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

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

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

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

.table th,
.table th p,
.table td,
.table td p,
.table-borderd th,
.table-borderd th p,
.table-borderd td,
.table-borderd td p,
.root .wpnews table th,
.root .wpnews table th p,
.root .wpnews table td,
.root .wpnews table td p {
	line-height: 1.6;
}

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

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

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

.table thead th,
.table-borderd thead th,
.root .wpnews table thead th {
	background-color: #cd7c5a;
	color: #fff;
}

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

@media screen and (max-width: 767px) {
	.table tbody th,
	.table-borderd tbody th,
	.root .wpnews table tbody th {
		width: 108px;
	}
}

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

.table .number-cell,
.table-borderd .number-cell,
.root .wpnews table .number-cell {
	text-align: right;
}

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

.wpnews table {
	width: auto;
}

.wpnews table tbody th {
	width: inherit;
}

.table-sm {
	max-width: 28em;
}

.table-md {
	max-width: 38em;
}

.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 tbody 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;
}

.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;
}

@media screen and (min-width: 768px), print {
	
	.anotation {
		font-size: 0.938rem;
		padding-left: 1.3em;
	}
}

@media screen and (max-width: 767px) {
	
	.anotation {
		font-size: 0.875rem;
		padding-left: 1.3em;
	}
}


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


.anotation-black {
	color: #000;
}


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


.anotation-right {
	float: right;
}

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

## - p

*/
/*

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

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

p {
	color: #000;
}

@media screen and (min-width: 768px), print {
	p {
		line-height: 1.86667;
	}
}

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

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

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

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

@media 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: #77440C;
	text-decoration: underline;
}

a:hover {
	color: #77440C;
}

section a {
	text-decoration: underline;
}

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

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

.url {
	text-decoration: underline;
	color: #77440C;
	word-break: break-all;
}

.url:hover, .url:focus, .url:active {
	color: #77440C;
	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: 48px;
	min-width: 230px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	line-height: 1.3;
	background-color: #007563;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	top: 0;
	left: 0;
	padding: 15px 1.5ex 11px 2em;
}

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

.btn::after {
	content: '';
	display: inline-block;
	background: url("../img/icon/arrow/btn.png") 0 center no-repeat transparent;
	background-size: 30px 16px;
	width: 30px;
	height: 16px;
	margin-top: -6px;
	margin-left: 10px;
	position: relative;
	top: 2px;
	left: 0;
}

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

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

.btn.pdf::after {
	margin-top: -7px;
	position: relative;
	top: 3px;
	left: 0;
}

.btn.out::after, .btn.ext::after, .btn.outlink::after, .btn.icon_out::after, .btn.icon_ext::after {
	background-image: url("../img/icon/ext.png");
	position: relative;
	top: -1px;
	left: 0;
	background-size: contain;
}

.btn:hover {
	color: #fff;
}

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

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: #39a73c;
	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: #39a73c;
	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.875rem;
}

.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: #77440c;
	font-weight: bold;
}

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

@media screen and (min-width: 768px), print {
	.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 screen and (max-width: 767px) {
	.dl dd:not(:last-child) {
		margin-bottom: .7em;
	}
}

@media screen and (min-width: 768px), print {
	.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 screen and (min-width: 768px), print {
	.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 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: 5px;
	padding-right: 5px;
}

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

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

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

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

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

@media screen and (min-width: 768px), print {
	.breadcrumbs {
		padding-top: 20px;
		padding-bottom: 17px;
	}
}

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

.breadcrumbs li {
	line-height: 1.2;
}

@media screen and (min-width: 768px), print {
	.breadcrumbs li {
		display: inline;
		font-size: 0.813rem;
	}
}

@media screen and (max-width: 767px) {
	.breadcrumbs li {
		display: inline-block;
		font-size: 0.75rem;
		margin-bottom: 8px;
	}
}

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

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

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

.breadcrumbs a.node {
	color: #77440C;
	font-weight: normal;
	position: relative;
	top: 0;
	left: 0;
	text-decoration: underline;
}

.breadcrumbs a.node:hover {
	opacity: 1;
	text-decoration: none;
}

.breadcrumbs .node {
	margin-left: 0em;
	margin-right: 0em;
	color: #b6b6b6;
}

@media screen and (min-width: 768px), print {
	.breadcrumbs .node {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 767px) {
	.breadcrumbs .node {
		font-size: 0.813rem;
	}
}

/*

## - 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: -80px;
	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: 80px;
	height: 80px;
}

/**************************
	.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;
}

/**************************
a.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;
}

.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: 2px;
	background-color: #d1d1d1;
	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: 2px;
	background-color: #d1d1d1;
	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: #77440C;
}

a:hover .toggle::after, .toggle:hover::after {
	background-color: #77440C;
}

.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);
}

.tab_area__content {
	display: none;
}

.tab_area__content._show {
	display: block;
}

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

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

.bordered {
	border: 1px solid #fff;
	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;
	max-width: 100%;
}

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

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

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

@media 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: #f1871e;
	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;
	padding-bottom: .5em;
	background: url("../img/icon/border1.png") 0 100%/3px 1px repeat-x transparent;
}

.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 {
	width: 800px;
	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 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 screen and (max-width: 767px) {
	.gmap {
		height: 300px;
	}
}

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

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

@media 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 screen and (max-width: 767px) {
	figure img {
		margin-left: auto;
		margin-right: auto;
	}
}

figure figcaption {
	font-size: 0.813rem;
	color: #4c4c4c;
	text-align: center;
}

figure figcaption._left {
	text-align: left;
}

figure figcaption._center {
	text-align: center;
}

@media screen and (min-width: 768px), print {
	figure figcaption {
		padding-top: .2em;
	}
}

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

.link {
	color: #77440C;
	font-size: 0.938rem;
	text-decoration: none;
}

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

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

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

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

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

.link-next::before {
	display: none;
}

.link-next::after {
	content: '';
	display: inline-block;
	background: url("../img/icon/arrow/link.png") 0 center no-repeat transparent;
	background-size: 8px 12px;
	width: 8px;
	height: 12px;
	margin-left: 4px;
	position: relative;
	top: .1em;
	left: 0;
}

.link-prev::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;
	color: #000;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 1.5ex;
}

.link2::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow/link2.png") 0 0 no-repeat transparent;
	background-size: 8px 12px;
	width: 8px;
	height: 12px;
	position: absolute;
	top: .22ex;
	left: 0;
}

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

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

.link3 {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 20px;
	display: block;
}

.link3::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow/link3.png") 0 0 no-repeat transparent;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: .45ex;
	left: 0;
}

/*

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

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

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

.news_list::before {
	content: '';
	display: block;
	width: 100%;
	background: url("../img/icon/border1.png") 0 0/3px 1px repeat-x transparent;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 0;
}

.news_list li {
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 1px dashed #f39f99;
}

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

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

@media screen and (max-width: 767px) {
	.newsline {
		display: block;
		padding: 1em .7em;
	}
}

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

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

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

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

.newsline__head {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
	.newsline__head {
		min-width: 14.5em;
		width: 14.5em;
	}
}

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

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

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

@media screen and (min-width: 768px), print {
	.newsline__date {
		margin-right: .6em;
		font-size: 0.875rem;
		width: 6.5em;
		min-width: 6.5em;
	}
}

@media 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: 0;
	left: 0;
}

.newsline__cate .label {
	text-align: center;
	position: relative;
	left: 0;
	color: #fff;
	background-color: #972a26;
	box-sizing: border-box;
	top: 0;
	width: 7em;
	min-width: 7em;
	height: 20px;
	line-height: 22px;
	border-radius: 10px;
	font-size: 0.813rem;
}

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

@media screen and (min-width: 768px), print {
	.newsline__cate .label {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.newsline__cate .label {
		display: inline-block;
		margin-right: .5em;
	}
}

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

.newsline__cate .label.event {
	background-color: #d34c31;
}

.newsline__cate .label.campaign {
	background-color: #e88b28;
}

.newsline__cate .label.einou {
	background-color: #54996c;
}

.newsline__cate .label.shokunou {
	background-color: #6280a9;
}

.newsline__ex {
	color: #77440c;
}

@media screen and (min-width: 768px), print {
	.newsline__ex {
		font-size: 0.875rem;
	}
}

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

.newsline .new {
	position: relative;
	top: -.2ex;
	left: 0;
	font-size: 12px;
	margin-left: .5em;
	background-color: #f1871e;
	color: #fff;
	padding: .3ex .8ex;
	line-height: 1;
	height: 1em;
}

.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;
}

@media screen and (min-width: 768px), print {
	.news_pager__box {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.news_pager__box {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.news_pager a {
	line-height: 46px;
	color: #972a26;
	text-align: center;
	background: #fff;
	border: 1px solid #972a26;
	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: #972a26;
	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/pager_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/pager_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/pager_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: -.85ex;
	margin-left: -.9ex;
}

@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	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 zoom-in {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes zoom-in-hover {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

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

@keyframes _on_opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

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

## Project

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

*/
.header {
	background-color: #007563;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
}

.header .container {
	height: 70px;
	position: relative;
	top: 0;
	left: 0;
}

.header__logo {
	position: absolute;
	top: 0;
	left: 0;
}

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

.header__janame {
	float: right;
	font-weight: bold;
	color: #ffffff;
}

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

.imain_content {
	background: url("../img/index/bg.jpg") center top/100% auto no-repeat #fff;
}

@media only screen and (min-width: 2000px) {
	.imain_content {
		background: url("../img/index/bg.jpg") center top/2000px auto repeat-x #fff;
	}
}

.iarea2 {
	background-color: #f2f8f7;
}

@media screen and (min-width: 768px), print {
	.iarea2 {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.iarea2 .sec{
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.iarea2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.iarea2 .sec{
		margin-bottom: 100px;
	}
}
.hero {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (min-width: 768px), print {
	.sec {
		margin-bottom: 90px;
	}
}

@media screen and (max-width: 767px) {
	.sec {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 768px), print {
	.sec__head {
		padding-bottom: 33px;
	}
}

@media screen and (max-width: 767px) {
	.sec__head {
		padding-bottom: 15px;
	}
}

.sec__title::after {
	content: '';
	display: block;
	height: 3px;
	background-color: #000;
	width: 140px;
	margin: auto;
}

.sec__title img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.sec__logo {
	width: 240px;
	margin: 1em auto;
}

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

@media screen and (min-width: 768px), print {
	.sec__title img {
		margin-bottom: 7px;
		width: 400px;
	}
}

@media screen and (max-width: 767px) {
	.sec__title img {
		width: 300px;
		margin-bottom: 3px;
	}
}

@media screen and (min-width: 768px), print {
	.sec-intro .sec__title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sec-intro .sec__title {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px), print {
	.card_list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.card_list {
		margin: auto;
		max-width: 260px;
	}
	.card_list li:not(:last-child) {
		margin-bottom: 30px;
	}
}

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

@media screen and (min-width: 768px), print {
	.card_list li {
		width: 440px;
		min-height: 395px;
	}
	.card_list li:not(:last-child) {
		margin-right: 20px;
	}
}

@media screen and (min-width: 768px), print {
	.card_list li .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.card {
	box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 767px) {
	.card {
		max-width: 100%;
	}
}

.card__head {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (min-width: 768px), print {
	.card__head {
		height: 300px;
		width: 440px;
	}
	.card__head img {
		height: 300px;
		max-width: inherit;
		width: 440px;
		-ms-transform: translateX(-50%);
		    transform: translateX(-50%);
	}
}

@media screen and (max-width: 767px) {
	.card__head {
		height: 200px;
		width: 100%;
	}
	.card__head img {
		height: 200px;
		-ms-transform: translateX(-50%);
		    transform: translateX(-50%);
	}
}

.card__head img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: inherit;
}

.card__body {
	width: 100%;
	box-sizing: border-box;
	padding: 23px 10px 5px;
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.card__body {
		padding-bottom: 20px;
	}
}

.card__text {
	font-size: 0.938rem;
}

.card__link {
	text-decoration: none;
	color: #fff;
	font-size: 0.75rem;
	position: absolute;
	top: -14px;
	right: 0;
	width: 114px;
	height: 28px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	text-align: center;
}

.card__link:hover {
	color: #fff;
}

.card-1 .card__link, .card-5 .card__link {
	background-color: #39a73c;
}

.card-1 .card__link:hover, .card-5 .card__link:hover {
	background-color: #2c812e;
}

.card-2 .card__head img {
	margin-top: 0;
}

.card-2 .card__link {
	background-color: #0071bc;
}

.card-2 .card__link:hover {
	background-color: #005289;
}

.card-3 .card__link {
	background-color: #f1871e;
}

.card-3 .card__link:hover {
	background-color: #cf6e0d;
}

.card-4 .card__link {
	background-color: #ef5d7c;
}

.card-4 .card__link:hover {
	background-color: #ea2f56;
}

@media screen and (min-width: 768px), print {
	.ibusiness_list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.ibusiness_list {
		margin-bottom: 30px;
	}
}

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

.ibusiness_list li::after {
	clear: both;
}

@media screen and (min-width: 768px), print {
	.ibusiness_list li:not(:last-child) {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.ibusiness_list li:not(:last-child) {
		margin-bottom: 40px;
	}
}

.ibusiness {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

@media screen and (min-width: 768px), print {
	.ibusiness {
		width: 900px;
		padding: 80px 40px;
	}
	.ibusiness__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.ibusiness__1 {
		width: 480px;
		min-width: 480px;
	}
	.ibusiness__2 {
		width: 420px;
		min-width: 420px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
	.ibusiness__2 img {
		width: 420px;
	}
	.ibusiness-left {
		position: relative;
		top: 0;
		left: 0;
	}
	.ibusiness-left .ibusiness__inner {
		width: 980px;
		position: relative;
		top: 0;
		left: 0;
	}
	.ibusiness-left .ibusiness__1 {
		-ms-flex-order: 1;
		    order: 1;
	}
	.ibusiness-left .ibusiness__2 {
		-ms-flex-order: 2;
		    order: 2;
	}
	.ibusiness-right {
		position: relative;
		top: 0;
		left: 80px;
	}
	.ibusiness-right .ibusiness__inner {
		width: 980px;
		position: relative;
		top: 0;
		left: -80px;
	}
	.ibusiness-right .ibusiness__1 {
		-ms-flex-order: 2;
		    order: 2;
	}
	.ibusiness-right .ibusiness__2 {
		-ms-flex-order: 1;
		    order: 1;
	}
}

@media screen and (max-width: 767px) {
	.ibusiness {
		padding: 20px 10px;
		box-sizing: border-box;
		margin: auto;
	}
	.ibusiness .ibusiness__2 {
		margin: auto;
		margin-bottom: 20px;
		max-width: 280px;
	}
}

.ibusiness__body {
	margin-bottom: 15px;
}

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

.ibusiness__foot::after {
	clear: both;
}

@media screen and (max-width: 767px) {
	.ibusiness__foot {
		text-align: center;
	}
}

.ibusiness h3 {
	line-height: 1.7037;
	font-weight: normal;
}

@media screen and (min-width: 768px), print {
	.ibusiness h3 {
		margin-bottom: 15px;
		font-size: 1.688rem;
	}
}

@media screen and (max-width: 767px) {
	.ibusiness h3 {
		margin-bottom: 5px;
		font-size: 1.125rem;
		font-weight: bold;
	}
}

@media screen and (min-width: 768px), print {
	.ibusiness p {
		font-size: 0.938rem;
	}
}

@media screen and (max-width: 767px) {
	.ibusiness p {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 768px), print {
	.ibusiness .btn {
		float: right;
	}
}

@media screen and (max-width: 767px) {
	.ibusiness .btn {
		margin: auto;
	}
}

.ibusiness-commingsoon {
	border: 1px solid #aaa;
	box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
	.ibusiness-commingsoon {
		height: 400px;
		width: 980px;
		background-size: 440px 300px;
		background-position: center 20%;
	}
}

@media screen and (max-width: 767px) {
	.ibusiness-commingsoon {
		height: 180px;
		background-size: auto 150px;
		background-position: center -10%;
	}
}

.ibusiness-commingsoon p {
	text-align: center;
	text-shadow: 0 -1px #fff, 1px 0 #fff, 0 1px #fff, -1px 1px #fff;
	color: #317364;
}

@media screen and (min-width: 768px), print {
	.ibusiness-commingsoon p {
		padding-top: 220px;
		font-size: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.ibusiness-commingsoon p {
		padding-top: 110px;
		font-size: 14px !important;
	}
}

.banner-shadow {
	box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
	.banner-company {
		width: 600px;
		margin: 1ex auto;
	}
}

@media screen and (max-width: 767px) {
	.banner-company {
		width: 400px;
		margin: 1ex auto;
	}
}

.footer {
	background: url("../img/foot.png") center bottom/1400px 170px repeat-x #fff;
}

@media screen and (min-width: 768px), print {
	.footer {
		padding-bottom: 110px;
		padding-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 60px;
		background-size: 500px auto;
		padding-top: 30px;
	}
}

.footer .sec {
	margin-bottom: 0;
}
.footer .sec__title {
	text-align: center;
	font-size: 150%;
}

.footer__text {
	text-align: center;
}

@media screen and (min-width: 768px), print {
	.footer__text .main {
		font-size: 1.25rem;
	}
	.footer__text .sub {
		font-size: 1.125rem;
		margin-bottom: .7em;
	}
	.footer__text .ano {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 767px) {
	.footer__text .main {
		font-size: 0.875rem;
	}
	.footer__text .sub {
		font-size: 0.875rem;
		margin-bottom: .7em;
	}
	.footer__text .ano {
		font-size: 0.688rem;
	}
}

.title_area {
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (min-width: 1400px) {
	.title_area {
		background-size: 1400px auto;
		background-repeat: repeat-x;
		background-position: center center;
		height: 420px;
	}
	.title_area__image {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.title_area {
		padding-top: 40px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #fff;
	}
	.title_area__image {
		display: none;
	}
}

.title_area .title {
	width: 100%;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
	padding-bottom: 20px;
	text-align: center;
}

@media screen and (min-width: 768px), print {
	.title_area .title {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

.title_area h2 {
	padding-bottom: 0;
	line-height: 1.3;
	font-weight: normal;
}

@media screen and (min-width: 768px), print {
	.title_area h2 {
		font-size: 40px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 767px) {
	.title_area h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.title_area .sub_title {
	line-height: 1.3;
	margin: auto;
}

@media screen and (min-width: 768px), print {
	.title_area .sub_title {
		font-size: 24px;
		width: 700px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.title_area .sub_title {
		font-size: 15px;
		margin-bottom: 15px;
	}
}

.title_area .zenbun {
	font-size: 13px;
	text-align: left;
	margin: auto;
}

@media screen and (min-width: 768px), print {
	.title_area .zenbun {
		width: 500px;
	}
	.title_area .zenbun-lg {
		width: 800px;
	}
}

@media screen and (min-width: 768px), print {
	.main_content {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.main_content {
		padding-top: 20px;
		padding-bottom: 120px;
	}
}

.main_content .person_title {
	background-color: #e9dfc7;
	color: #49230a;
	padding: 2px;
	margin-bottom: 2em;
}

.main_content .person_title__inner {
	border: 1px solid #49230a;
	padding: 2px;
}

.main_content .person_title__inner2 {
	border: 1px solid rgba(73, 35, 10, 0.5);
	padding: .5em .7em;
}

@media screen and (min-width: 768px), print {
	.main_content .person_title__inner2 {
		padding-right: 100px;
		position: relative;
		top: 0;
		left: 0;
	}
	.main_content .person_title__inner2::after {
		content: '';
		display: block;
		background: url("../img/icon/ushi.png") 0 0 no-repeat transparent;
		background-size: 80px 44px;
		width: 80px;
		height: 44px;
		position: absolute;
		bottom: 0;
		right: 10px;
	}
}

.main_content .person_title .main {
	font-weight: bold;
}

@media screen and (min-width: 768px), print {
	.main_content .person_title .main {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.main_content .person_title .main {
		display: block;
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 768px), print {
	.main_content .person_title .sub {
		margin-left: 1em;
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.main_content .person_title .sub {
		display: block;
		font-size: 0.813rem;
	}
}

.main_content h3 {
	line-height: 1.3;
	margin-bottom: 1em;
	padding-bottom: .3em;
	border-bottom: 1px solid #999;
}

@media screen and (min-width: 768px), print {
	.main_content h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.main_content h3 {
		font-size: 16px;
	}
}

.main_content figure img,
.main_content .figure img {
	padding-bottom: .5em;
}

.main_content figure .name,
.main_content .figure .name {
	margin-bottom: .5em;
	font-size: 1rem;
}

.main_content .figure {
	font-size: 0.813rem;
	color: #4c4c4c;
}

@media screen and (min-width: 768px), print {
	.main_content .figure {
		padding-top: .2em;
	}
	.main_content .figure._left {
		text-align: left;
	}
	.main_content .figure._center {
		text-align: center;
	}
}

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

.link_list2 {
	border-top: 1px dotted #ccc;
}

.link_list2 ._disable {
	display: none;
}

.link_list2 li {
	margin-bottom: 0;
	border-bottom: 1px dashed #fff;
}

.link_list2 li::before {
	display: none;
}

.link_list2 .link::before {
	top: .1em;
}

.link_list2 li {
	border-bottom: 1px dotted #ccc;
}

.link_list2 a,
.link_list2 button {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	text-decoration: none;
}

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

.link_list2 a.link,
.link_list2 button.link {
	padding-left: 16px;
	position: relative;
	top: 0;
	left: 0;
}

.link_list2 a.link::before,
.link_list2 button.link::before {
	position: absolute;
	left: 0;
	top: 1.4em;
}

@media screen and (min-width: 768px), print {
	.report2_image_list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.report2_image_list li {
	width: 220px;
	margin: auto;
}

.report2_image_list li:not(:last-child) {
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.report2_image_list li:not(:last-child) {
		margin-bottom: 40px;
	}
}

.report2_image_list li:not(:last-child)::after {
	content: '';
	display: block;
	background: url("../img/icon/arrow/flow.png") 0 0 no-repeat transparent;
	background-size: 40px 60px;
	width: 40px;
	height: 60px;
}

@media screen and (min-width: 768px), print {
	.report2_image_list li:not(:last-child)::after {
		position: absolute;
		top: 50%;
		right: -32px;
		margin-top: -45px;
	}
}

@media screen and (max-width: 767px) {
	.report2_image_list li:not(:last-child)::after {
		position: absolute;
		bottom: -50px;
		-ms-transform: rotate(90deg);
		    transform: rotate(90deg);
		left: 50%;
		margin-left: -20px;
	}
}

@media screen and (min-width: 768px), print {
	.report4_image_list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		width: 760px;
		margin: auto;
	}
}

.report4_image_list li {
	max-width: 350px;
	margin: auto;
}

.report4_image_list li:not(:last-child) {
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.report4_image_list li:not(:last-child) {
		margin-bottom: 40px;
	}
}

.report4_image_list li:not(:last-child)::after {
	content: '';
	display: block;
	background: url("../img/icon/arrow/flow.png") 0 0 no-repeat transparent;
	background-size: 40px 60px;
	width: 40px;
	height: 60px;
}

@media screen and (min-width: 768px), print {
	.report4_image_list li:not(:last-child)::after {
		position: absolute;
		top: 50%;
		right: -32px;
		margin-top: -45px;
	}
}

@media screen and (max-width: 767px) {
	.report4_image_list li:not(:last-child)::after {
		position: absolute;
		bottom: -50px;
		-ms-transform: rotate(90deg);
		    transform: rotate(90deg);
		left: 50%;
		margin-left: -20px;
	}
}

@media screen and (min-width: 768px), print {
	.fig_flex {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		width: 100%;
	}
	.fig_flex .resize {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		    align-items: flex-end;
		width: 760px;
	}
	.fig_flex .fix {
		width: 200px;
		min-width: 200px;
	}
	.fig_flex .left {
		-ms-flex-order: 1;
		    order: 1;
	}
	.fig_flex .right {
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media screen and (max-width: 767px) {
	.fig_flex .left {
		margin-bottom: 1em;
	}
}

.box {
	border: 2px solid #f7ba7e;
	padding: .7em;
	background-color: #fdedde;
}

.box h4 {
	color: #77440c;
}

.box-2 {
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
	background-color: #fdfbf4;
	border: 0 none;
}

@media screen and (min-width: 768px), print {
	.box-2 {
		padding: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	.box-2 {
		padding: .5em;
	}
}

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

h4 {
	margin-bottom: 1em;
}

p._small {
	font-size: 0.813rem;
	line-height: 1.5;
}

.cbox {
	background-color: #fdf3d9;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.cbox__head {
	width: 100%;
	border-bottom: 1px solid #174b2f;
}

@media screen and (min-width: 768px), print {
	.cbox__head {
		height: 44px;
		display: -ms-flexbox;
		display: flex;
	}
}

.cbox__head img {
	height: 44px;
}

.cbox__head h3 {
	padding: 0;
	padding-top: 5px;
	box-sizing: border-box;
	padding-left: 10px;
	border-bottom: 0 none;
}

@media screen and (min-width: 768px), print {
	.cbox__head h3 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		height: 44px;
	}
}

@media screen and (min-width: 768px), print {
	.cbox__head h3 .main {
		font-size: 1.25rem;
		margin-right: 1em;
	}
}

@media screen and (max-width: 767px) {
	.cbox__head h3 .main {
		display: block;
		font-size: 1rem;
	}
}

.cbox__head h3 .sub {
	font-weight: normal;
	padding-top: 5px;
	font-size: 0.813rem;
}

@media screen and (min-width: 768px), print {
	.cbox__head__1 {
		padding-left: 10px;
		background-color: #367c5e;
	}
}

@media screen and (max-width: 767px) {
	.cbox__head__1 {
		margin-bottom: .7em;
	}
}

@media screen and (min-width: 768px), print {
	.cbox__body {
		padding: 2em;
	}
}

@media screen and (max-width: 767px) {
	.cbox__body {
		padding: 1em;
	}
}

.cbox__body img {
	border-radius: 10px;
	padding-bottom: 0 !important;
}

.cbox__body figcaption {
	padding-top: .7em;
	font-size: 1rem;
}

@media screen and (min-width: 768px), print {
	.flex_column2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.flex_column2 .column {
		width: 470px;
		display: -ms-flexbox;
		display: flex;
	}
	.flex_column2 .box {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.flex_column2 .column + .column {
		margin-top: 1.5em;
	}
}

.flex_column2 .box .h3-2 {
	text-align: center;
	font-size: 1.25rem;
}

.img._center {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.title_area-5 {
		background-position: 14% center;
	}
}

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

.report6_ptitle {
	color: #007563;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: .5em;
}

.project_detail {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin: 1em auto; }
  @media only screen and (max-width: 767px) {
    .project_detail {
      margin: 2em auto 1em; } }
  .project_detail h3:first-child {
    margin: -2em 0 1ex;
  }
  .project_detail h3 {
    margin: 2em 0 1ex;
    font-size: 120%; }
    .project_detail h3 > span {
      border: 1px solid #007563;
      color: #007563;
      height: 1.6em;
      width: 1.6em;
      line-height: 1.6em;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.25ex;
      background: #ffffff; }
      .project_detail h3 > span:first-child {
        background: #007563;
        color: #ffffff; }
  .project_detail ul {
    margin: 1em 1.5em; }
    .project_detail ul li {
      list-style-type: disc; }

.tabled_list {
  display: table; }
  .tabled_list > * {
    display: table-row; }
    .tabled_list > * > * {
      display: table-cell;
      padding-right: 1ex; }
      .tabled_list > * > *:last-child {
        padding-right: 0; }
  .tabled_list strong {
    color: #007563; }



strong.marker{
	background-position: left -100% center;
	padding-bottom: 0.6em;
	background-size: 200% 0.6em;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #e7f4ac 50%);
	transition: background-position 2s 0.1s;
}
