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

.gmap {
	max-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;
}

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

## Utility - Cosmetic

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

*/
.left_text {
	text-align: left;
}

.right_text {
	text-align: right;
}

.center_text {
	text-align: center;
}

.caution,
.red_text {
	color: #f53535;
}

.blue_text {
	color: #32528d;
}

.bold,
.caution,
strong {
	font-weight: bold;
}

/*

<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">.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">.clearfix</div>

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

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

.clearfix + * {
	margin-top: 1em;
}

/*

<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;
	-webkit-transition: 0.2s opacity;
	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;
}

/*

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

*/
.root .main_content {
	/* margin-top */
	/* margin-bottom */
	/* margin-left */
	/* margin-right */
	/*
		左右の margin reset
	*/
	/* padding-top */
	/* padding-bottom */
	/* padding-left */
	/* padding-right */
}

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

.root .main_content .mt_4_5em {
	margin-top: 4.5em;
}

.root .main_content .mt_4em {
	margin-top: 4em;
}

.root .main_content .mt_3_5em {
	margin-top: 3.5em;
}

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

.root .main_content .mt_2_5em {
	margin-top: 2.5em;
}

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

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

.root .main_content .mb_4_5em {
	margin-bottom: 4.5em;
}

.root .main_content .mb_4em {
	margin-bottom: 4em;
}

.root .main_content .mb_3_5em {
	margin-bottom: 3.5em;
}

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

.root .main_content .mb_2_5em {
	margin-bottom: 2.5em;
}

.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 .ml_5em {
	margin-left: 5em;
}

.root .main_content .ml_4_5em {
	margin-left: 4.5em;
}

.root .main_content .ml_4em {
	margin-left: 4em;
}

.root .main_content .ml_3_5em {
	margin-left: 3.5em;
}

.root .main_content .ml_3em {
	margin-left: 3em;
}

.root .main_content .ml_2_5em {
	margin-left: 2.5em;
}

.root .main_content .ml_2em {
	margin-left: 2em;
}

.root .main_content .ml_1_5em {
	margin-left: 1.5em;
}

.root .main_content .ml_1em {
	margin-left: 1em;
}

.root .main_content .ml_05em {
	margin-left: .5em;
}

.root .main_content .ml_0em,
.root .main_content .no_ml {
	margin-left: 0;
}

.root .main_content .mr_5em {
	margin-right: 5em;
}

.root .main_content .mr_4_5em {
	margin-right: 4.5em;
}

.root .main_content .mr_4em {
	margin-right: 4em;
}

.root .main_content .mr_3_5em {
	margin-right: 3.5em;
}

.root .main_content .mr_3em {
	margin-right: 3em;
}

.root .main_content .mr_2_5em {
	margin-right: 2.5em;
}

.root .main_content .mr_2em {
	margin-right: 2em;
}

.root .main_content .mr_1_5em {
	margin-right: 1.5em;
}

.root .main_content .mr_1em {
	margin-right: 1em;
}

.root .main_content .mr_05em {
	margin-right: .5em;
}

.root .main_content .mr_0em,
.root .main_content .no_mr {
	margin-right: 0;
}

.root .main_content .mlr_auto {
	margin-left: auto;
	margin-right: auto;
}

.root .main_content .pt_3em {
	padding-top: 3em;
}

.root .main_content .pt_2_5em {
	padding-top: 2.5em;
}

.root .main_content .pt_2em {
	padding-top: 2em;
}

.root .main_content .pt_1_5em {
	padding-top: 1.5em;
}

.root .main_content .pt_1em {
	padding-top: 1em;
}

.root .main_content .pt_05em {
	padding-top: .5em;
}

.root .main_content .pt_0em,
.root .main_content .no_pt {
	padding-top: 0;
}

.root .main_content .pb_3em {
	padding-bottom: 3em;
}

.root .main_content .pb_2_5em {
	padding-bottom: 2.5em;
}

.root .main_content .pb_2em {
	padding-bottom: 2em;
}

.root .main_content .pb_1_5em {
	padding-bottom: 1.5em;
}

.root .main_content .pb_1em {
	padding-bottom: 1em;
}

.root .main_content .pb_05em {
	padding-bottom: .5em;
}

.root .main_content .pb_0em,
.root .main_content .no_pb {
	padding-bottom: 0;
}

.root .main_content .pl_3em {
	padding-left: 3em;
}

.root .main_content .pl_2_5em {
	padding-left: 2.5em;
}

.root .main_content .pl_2em {
	padding-left: 2em;
}

.root .main_content .pl_1_5em {
	padding-left: 1.5em;
}

.root .main_content .pl_1em {
	padding-left: 1em;
}

.root .main_content .pl_05em {
	padding-left: .5em;
}

.root .main_content .pl_0em,
.root .main_content .no_pl {
	padding-left: 0;
}

.root .main_content .pr_3em {
	padding-right: 3em;
}

.root .main_content .pr_2_5em {
	padding-right: 2.5em;
}

.root .main_content .pr_2em {
	padding-right: 2em;
}

.root .main_content .pr_1_5em {
	padding-right: 1.5em;
}

.root .main_content .pr_1em {
	padding-right: 1em;
}

.root .main_content .pr_05em {
	padding-right: .5em;
}

.root .main_content .pr_0em,
.root .main_content .no_pr {
	padding-right: 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: 0;
}

.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

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

*/
.pdf:after,
.icon_pdf:after {
	content: '';
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 12px;
	background: url(/common/img/ico_pdf.png) no-repeat;
	background-size: 12px auto;
	margin-left: 4px;
	margin-right: 4px;
}

.ext:after,
.icon_external:after {
	content: '';
	display: inline-block;
	vertical-align: baseline;
	width: 12px;
	height: 12px;
	background: url(/common/img/ico_external.png) no-repeat;
	background-size: 12px auto;
	margin-left: 4px;
	margin-right: 4px;
}

/**************************
.main_content
*/
.main_content a:link, .main_content a:visited, .main_content a:active {
	color: #32528d;
	text-decoration: underline;
}

.main_content a:hover,
.main_content a:hover .link_arrow {
	opacity: 0.7;
}

.main_content a.disable {
	pointer-events: none;
	text-decoration: none;
}

.main_content figure img {
	max-width: 100%;
	vertical-align: bottom;
}

.main_content figure figcaption {
	font-size: 0.813rem;
	line-height: 1.3;
	color: #666;
	margin-top: 0.5em;
}

.main_content figure + * {
	margin-top: 0.5em;
}

.main_content figure.img_border {
	position: relative;
}

.main_content figure.img_border::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

.main_content ol {
	padding-left: 1.5em;
	list-style: none;
	counter-reset: num;
	box-sizing: border-box;
	overflow: hidden;
}

.main_content ol > li {
	font-size: 0.875rem;
	line-height: 1.3;
	position: relative;
	top: 0;
	left: 0;
}

.main_content ol > li::before {
	counter-increment: num;
	content: counter(num) ". ";
	margin-left: -1.75em;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	text-align: center;
	color: #5ebbf1;
	width: 1.7em;
}

.main_content ol > li + li {
	margin-top: 0.5em;
}

.main_content ol > li > ul {
	margin-top: 0.5em;
}

.main_content ol.roman > li::before {
	counter-increment: num;
	content: counter(num, upper-roman) ". ";
}

.main_content ol.num-2 {
	counter-reset: num 1;
}

.main_content ol.num-3 {
	counter-reset: num 2;
}

.main_content ol.num-4 {
	counter-reset: num 3;
}

.main_content ol.num-5 {
	counter-reset: num 4;
}

.main_content ol.num-6 {
	counter-reset: num 5;
}

.main_content ol.num-7 {
	counter-reset: num 6;
}

.main_content ol.num-8 {
	counter-reset: num 7;
}

.main_content ol.num-9 {
	counter-reset: num 8;
}

.main_content ol + * {
	margin-top: 1em;
}

.main_content ul {
	font-size: 0.875rem;
	overflow: hidden;
}

.main_content ul > li {
	position: relative;
	line-height: 1.3;
	padding-left: 1em;
	box-sizing: border-box;
}

.main_content ul > li::before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 2px;
	width: 6px;
	height: 6px;
	line-height: 1;
	background: #5ebbf1;
	border-radius: 6px;
}

.main_content ul > li + li {
	margin-top: 0.5em;
}

.main_content ul > li > ol {
	margin-top: 0.5em;
}

.main_content ul.arrow > li {
	padding-left: 1em;
	box-sizing: border-box;
}

.main_content ul.arrow > li::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px 0px;
	width: 10px;
	height: 9.5px;
	background-size: 30px 104.5px;
	background-color: transparent;
}

.main_content ul.arrow.below > li::before {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.main_content ul.arrow-2 > li::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -29.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
}

.main_content ul.anchor_list > li {
	display: inline-block;
	padding-left: 1em;
	box-sizing: border-box;
}

.main_content ul.anchor_list > li::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -29.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
	background-color: transparent;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.main_content ul.anchor_list > li:not(:last-child) {
	margin-right: 1em;
}

.main_content ul.annotation_list > li {
	padding-left: 1.5em;
	box-sizing: border-box;
}

.main_content ul.annotation_list > li::before {
	content: '※';
	top: 0;
	left: 0;
	background: none;
	font-size: 0.875rem;
	line-height: 1.3;
}

.main_content ul.annotation_list-num {
	counter-reset: num;
}

.main_content ul.annotation_list-num > li {
	padding-left: 2.25em;
}

.main_content ul.annotation_list-num > li::before {
	counter-increment: num;
	content: "※" counter(num);
}

.main_content ul + * {
	margin-top: 1em;
}

.main_content dl.word dt {
	float: left;
}

.main_content dl.word dt + dd {
	position: relative;
}

.main_content dl.word dt + dd::before {
	content: "：";
	display: inline-gridblock;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1.7;
	margin-left: -1em;
}

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

.main_content dl.word dd + dt {
	clear: both;
}

.main_content dl.word-2 dt {
	width: 2em;
}

.main_content dl.word-2 dd {
	padding-left: 3em;
}

.main_content dl.word-3 dt {
	width: 3em;
}

.main_content dl.word-3 dd {
	padding-left: 4em;
}

.main_content dl.word-4 dt {
	width: 4em;
}

.main_content dl.word-4 dd {
	padding-left: 5em;
}

.main_content dl.word-5 dt {
	width: 5em;
}

.main_content dl.word-5 dd {
	padding-left: 6em;
}

.main_content dl.word-6 dt {
	width: 6em;
}

.main_content dl.word-6 dd {
	padding-left: 7em;
}

.main_content dl.word-7 dt {
	width: 7em;
}

.main_content dl.word-7 dd {
	padding-left: 8em;
}

.main_content dl.word-8 dt {
	width: 8em;
}

.main_content dl.word-8 dd {
	padding-left: 9em;
}

.main_content dl.word-9 dt {
	width: 9em;
}

.main_content dl.word-9 dd {
	padding-left: 10em;
}

.main_content dl + ol,
.main_content dl + ul,
.main_content dl + dl,
.main_content dl + table,
.main_content dl + .gmap-single {
	margin-top: 1em;
}

.main_content .breadcrumbs {
	box-sizing: border-box;
}

.main_content .breadcrumbs ul {
	margin: 0;
	padding: 0;
}

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

.main_content .breadcrumbs li::before {
	display: none !important;
	margin: 0;
	padding: 0;
}

.main_content .breadcrumbs li:after {
	content: "＞";
	display: inline;
	padding: 0 0.5em;
	box-sizing: border-box;
}

.main_content .breadcrumbs li:last-child:after {
	display: none;
}

.main_content .breadcrumbs a {
	text-decoration: underline;
}

.main_content .breadcrumbs span {
	color: #7d7d7d;
}

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

/*

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

リンクだけど文字色は黒

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

*/
/*

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

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

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

*/
/*

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

よく使う矢印つきのリンク。

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

*/
/*

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

よく使う矢印つきのリンク。
オレンジ色あり。

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

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

## - .button - 汎用ボタン

*/
/*

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

汎用ボタン。

*/
.button {
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

.button-blue {
	background-color: #d9f1ff;
}

.button-blue:hover {
	background-color: #d9f1ff;
}

.button-tbc {
	display: table-cell;
	vertical-align: middle;
}

.button-lg {
	height: 60px;
	min-width: 280px;
	padding: .3em 1em;
}

.button-lg .sub {
	font-size: 0.813rem;
	line-height: 1.3;
}

.button-lg .main {
	font-size: 1rem;
	line-height: 1.3;
}

button.button,
input.button {
	border: 0 none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

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

button.button-disabled,
input.button-disabled {
	pointer-events: none;
	opacity: .2;
}

.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;
	-webkit-transition: 0.2s opacity;
	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;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

/*

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

メニューアイコン

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

*/
/*

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

PDFアイコン

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

*/
/*

## - list ul ol

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

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

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

*/
/*

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

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

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

*/
/**************************
.indent_list
*/
/**************************
.map_list
*/
/**************************
.inline_list
*/
/**************************
.inline_block-list
*/
/**************************
.horizontal_list
*/
/*

## - 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>
*/
/*

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

画像だけの table を想定

*/
.photoswipe a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	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: 10px;
	bottom: -70px;
	z-index: 99;
	line-height: 0;
}

.scroll_to_top a {
	display: block;
}

/*
## - form input select textarea

<div class="_h3">input select textarea</div>

*/
.form__text {
	border-radius: 0;
	box-shadow: 0 1px 0 0 #cacaca inset;
	background-color: #fff;
}

.form__submit {
	border: 1px solid #fff;
	background-color: #5ebbf1;
	font-weight: normal;
}

.form-color__text {
	border: 0 none;
	color: #333;
}

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

.select_frame__display {
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #fff;
	font-size: 1rem;
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding-top: .4em;
	padding-left: .6em;
	height: 40px;
	padding-right: 26px;
}

.select_frame__display::after {
	content: '';
	display: block;
	background: url("../img/icon_select_after.png") 0 0 no-repeat transparent;
	background-size: 7px 16px;
	width: 7px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.select_frame__display-default {
	color: #333;
}

.select_frame select {
	-webkit-user-modify: read-write-plaintext-only;
	-moz-user-modify: read-write-plaintext-only;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0 none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: 40px;
	cursor: pointer;
}

.select_frame select:focus + .select_frame__display,
.select_frame select:active + .select_frame__display {
	outline: 2px solid #48b7eb;
	outline-offset: -2px;
}

.select_frame option {
	padding: 0 15px;
}

.submit_frame input.search {
	background: url("../img/icon_search_dark.png") 10px center no-repeat transparent;
	background-size: 13px 15px;
	padding-left: 28px;
}

.textarea_frame textarea {
	width: 100%;
	font-size: 1rem;
	box-sizing: border-box;
	line-height: 1.5em;
	margin: 0;
	border-radius: 0;
	border: 1px solid #a1dcff;
	box-shadow: 0 0 0 none;
	padding: .7em;
	height: 10em;
	resize: none;
}

.textarea_frame textarea:focus, .textarea_frame textarea:active {
	outline: 2px solid #48b7eb;
	outline-offset: -2px;
}

.textarea_frame-m textarea {
	height: 5em;
}

/*

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

警告のようなボックス表示

	<div class="notice">
		<div class="notice__text">当院は、紹介予約制を原則としています。</div>
	</div>

*/
/**************************
	.sup_area
*/
/*

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

	<div class="news_list">
		<a href="#">
			<div class="news_list__date">2015.06.06</div>
			<div class="news_list__cate">
				<div class="news_list__cate__label _news">お知らせ</div>
				<div class="news_list__cate__label _important">重要</div>
			</div>
			<div class="news_list__ex _new">循環器内科のお知らせ情報が入ります。</div>
		</a>
	</div>

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

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

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

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

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

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

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

PC TB SP で、横スワイプ可能なテーブル

*/
/**************************
	/contact/
*/
.form-alert {
	color: #f53535;
}

.contact {
	min-height: 700px;
}

.contact input,
.contact textarea,
.contact select,
.contact option {
	font-size: 1rem;
}

.contact .textarea_frame textarea {
	height: 100px;
}

.contact__head {
	margin-bottom: 50px;
}

.contact__head p:not(:last-child) {
	margin-bottom: 2em;
}

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

.contact__gr:not(:first-child) {
	border-top: 1px solid #ccc;
}

.contact__gr-submit {
	padding-top: 45px;
	position: relative;
	top: 0;
	left: 0;
}

.form-confirm .contact__gr-submit .link1-prev {
	position: absolute;
	top: 65px;
	left: 0;
}

.form-confirm .contact__gr-submit .link1-prev::before {
	top: .45em;
}

.contact__th {
	padding-top: .6em;
	font-weight: bold;
}

.contact__th .red_text {
	margin-left: .2em;
	font-weight: normal;
}

.form-confirm .contact__th, .contact__th-listgroup {
	padding-top: 0;
}

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

.contact__td > .horizontal_list {
	padding-top: .6em;
}

.contact__td li:not(:last-child) {
	margin-bottom: .7em;
}

.form-confirm .contact__td {
	word-break: break-all;
}

.contact__td__gr__head {
	margin-bottom: .5em;
}

.contact__td__gr__body {
	margin-bottom: 1.5em;
}

.contact__ex {
	margin-top: .5em;
}

.contact__ex-php {
	margin-top: 0;
}

.contact__ex-alert {
	background-color: #f53535;
	color: #fff;
	padding: .3em 1em;
	border-radius: 0;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

.contact__ex-alert.ng-enter {
	opacity: 0;
}

.contact__ex-alert.ng-enter.ng-enter-active {
	opacity: 1;
}

.contact__ex-alert.ng-leave {
	opacity: 1;
}

.contact__ex-alert.ng-leave.ng-leave-active {
	opacity: 0;
}

.contact__ex + .contact__ex-alert {
	margin-top: .5em;
}

.wpnews__head {
	margin-bottom: 1em;
}

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

.wpnews__head::after {
	clear: both;
}

.wpnews__date {
	float: right;
	font-size: 0.875rem;
}

.wpnews__content {
	font-size: 0.875rem;
	line-height: 1.7;
}

.wpnews a {
	text-decoration: underline;
}

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

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

.gmap {
	height: 365px;
}

.root-wp table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	margin-bottom: 1em;
	table-layout: fixed;
	box-sizing: border-box;
}

.root-wp table th,
.root-wp table td {
	line-height: 1.7;
	border: 1px solid #a1dcff;
	padding: 8px;
	box-sizing: border-box;
	word-wrap: break-word;
}

.root-wp table th p,
.root-wp table td p {
	line-height: 1.4;
	margin-bottom: 0;
}

.root-wp table th {
	font-weight: normal;
	line-height: 1.3;
}

.root-wp table thead th {
	text-align: center;
	color: #fff;
	background: #7ba64f;
}

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

.root-wp table .cell-left {
	text-align: left;
}

.root-wp table .cell-right {
	text-align: right;
}

.root-wp table .cell-center {
	text-align: center;
}

@-webkit-keyframes gnavi_img {
	0% {
		-webkit-transform: scale(1) translate(-50%, 0);
		        transform: scale(1) translate(-50%, 0);
	}
	50% {
		-webkit-transform: scale(1) translate(-50%, -20%);
		        transform: scale(1) translate(-50%, -20%);
	}
	100% {
		-webkit-transform: scale(1.2) translate(-50%, -10%);
		        transform: scale(1.2) translate(-50%, -10%);
	}
}

@keyframes gnavi_img {
	0% {
		-webkit-transform: scale(1) translate(-50%, 0);
		        transform: scale(1) translate(-50%, 0);
	}
	50% {
		-webkit-transform: scale(1) translate(-50%, -20%);
		        transform: scale(1) translate(-50%, -20%);
	}
	100% {
		-webkit-transform: scale(1.2) translate(-50%, -10%);
		        transform: scale(1.2) translate(-50%, -10%);
	}
}

@-webkit-keyframes gnavi_sub {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) translateY(-15px);
		        transform: scale(0.9) translateY(-15px);
	}
	100% {
		-webkit-transform: scale(1) translateY(0);
		        transform: scale(1) translateY(0);
	}
}

@keyframes gnavi_sub {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) translateY(-15px);
		        transform: scale(0.9) translateY(-15px);
	}
	100% {
		-webkit-transform: scale(1) translateY(0);
		        transform: scale(1) translateY(0);
	}
}

@-webkit-keyframes imenu_image {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	60% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
}

@keyframes imenu_image {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	60% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
}

@-webkit-keyframes on_opacity {
	0% {
		opacity: 0;
		display: none;
	}
	100% {
		opacity: 1;
	}
}

@keyframes on_opacity {
	0% {
		opacity: 0;
		display: none;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes cate_area {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95) translateX(-3%);
		        transform: scale(0.95) translateX(-3%);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
		        transform: scale(1) translateX(0);
	}
}

@keyframes cate_area {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95) translateX(-3%);
		        transform: scale(0.95) translateX(-3%);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
		        transform: scale(1) translateX(0);
	}
}

@-webkit-keyframes updown {
	0% {
		top: 0;
	}
	25% {
		top: 10px;
	}
	75% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}

@keyframes updown {
	0% {
		top: 0;
	}
	25% {
		top: 10px;
	}
	75% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes star1 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	2% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	4% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	12% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes star1 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	2% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	4% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	12% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes star2 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	2% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	4% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
}

@keyframes star2 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	2% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	4% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
}

@-webkit-keyframes agu {
	0% {
	}
	10% {
		-webkit-transform: translate(-50px, 0);
		        transform: translate(-50px, 0);
	}
	20% {
		-webkit-transform: translate(-50px, -10px);
		        transform: translate(-50px, -10px);
	}
	30% {
		-webkit-transform: translate(-50px, 0);
		        transform: translate(-50px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes agu {
	0% {
	}
	10% {
		-webkit-transform: translate(-50px, 0);
		        transform: translate(-50px, 0);
	}
	20% {
		-webkit-transform: translate(-50px, -10px);
		        transform: translate(-50px, -10px);
	}
	30% {
		-webkit-transform: translate(-50px, 0);
		        transform: translate(-50px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@-webkit-keyframes sp_header_start {
	0% {
		top: -45px;
	}
	100% {
		top: 0;
	}
}

@keyframes sp_header_start {
	0% {
		top: -45px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes scroll_to_top {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(5px, -8px) rotate(-5deg);
		        transform: translate(5px, -8px) rotate(-5deg);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes scroll_to_top {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(5px, -8px) rotate(-5deg);
		        transform: translate(5px, -8px) rotate(-5deg);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@-webkit-keyframes scroll_to_top_hide {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-40deg);
		        transform: rotate(-40deg);
	}
}

@keyframes scroll_to_top_hide {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-40deg);
		        transform: rotate(-40deg);
	}
}

@-webkit-keyframes cast_hover {
	0% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	100% {
		-webkit-transform: scale(1.4, 1.4);
		        transform: scale(1.4, 1.4);
	}
}

@keyframes cast_hover {
	0% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	100% {
		-webkit-transform: scale(1.4, 1.4);
		        transform: scale(1.4, 1.4);
	}
}

@-webkit-keyframes hero_bg {
	0% {
		bottom: -30px;
		background-position: 0 0;
	}
	60% {
		bottom: 0;
	}
	70% {
		background-position: -200px 0;
	}
	80% {
		bottom: -15px;
	}
	100% {
		bottom: -30px;
		background-position: 0 0;
	}
}

@keyframes hero_bg {
	0% {
		bottom: -30px;
		background-position: 0 0;
	}
	60% {
		bottom: 0;
	}
	70% {
		background-position: -200px 0;
	}
	80% {
		bottom: -15px;
	}
	100% {
		bottom: -30px;
		background-position: 0 0;
	}
}

@-webkit-keyframes hero_bg2 {
	0% {
		bottom: -50px;
		background-position: -200px 0;
	}
	30% {
		bottom: -30px;
	}
	50% {
		background-position: 0 0;
	}
	100% {
		bottom: -50px;
		background-position: -200px 0;
	}
}

@keyframes hero_bg2 {
	0% {
		bottom: -50px;
		background-position: -200px 0;
	}
	30% {
		bottom: -30px;
	}
	50% {
		background-position: 0 0;
	}
	100% {
		bottom: -50px;
		background-position: -200px 0;
	}
}

@-webkit-keyframes header_start {
	0% {
		-webkit-transform: translateY(-200px);
		        transform: translateY(-200px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes header_start {
	0% {
		-webkit-transform: translateY(-200px);
		        transform: translateY(-200px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

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

## Project

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

*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.875rem;
	line-height: 1.7;
	background: #fff;
	color: #333;
}

.root {
	overflow: hidden;
}

.ico_none::after {
	display: none;
}

/**************************
.header
*/
.header {
	z-index: 2;
}

h1,
h1 a {
	margin: 0;
	padding: 0;
}

.search {
	font-size: 0;
}

.search input {
	outline: none;
}

.search__text, .search__submit {
	display: inline-block;
	vertical-align: middle;
	height: 23px;
	line-height: 23px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.search__text {
	background: #fff url(/common/img/ico_search.png) no-repeat;
	background-size: 15px 15px;
	background-position: 5px center;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 24px;
}

.search__submit {
	position: relative;
	width: 40px;
	color: #fff;
	background: #5ebbf1;
	border-left: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}

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

/**************************
.footer
*/
.footer {
	box-sizing: border-box;
}

.footer__body {
	text-align: center;
}

.footer__logo {
	line-height: 1.0;
	margin-bottom: 14px;
}

.footer__logo a {
	display: inline-block;
}

.footer__logo img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.footer__info {
	margin-bottom: 16px;
}

.footer__menu {
	text-align: center;
}

.footer__menu li {
	display: inline-block;
	line-height: 1.3;
}

.footer__menu li:not(:last-child)::after {
	content: '｜';
	display: inline;
	color: #333;
	padding: 0 1em;
	box-sizing: border-box;
}

.footer__menu li a {
	color: #333;
}

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

.footer__address {
	line-height: 1.6;
}

.footer__address a {
	text-decoration: none;
	color: #333;
}

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

.footer__copyright {
	display: block;
	width: 100%;
	font-size: 0.813rem;
	text-align: center;
	color: #fff;
	line-height: 1.0;
	background: #40a3f2;
	box-sizing: border-box;
}

/**************************
.main_content
*/
.breadcrumbs {
	padding: 20px 0;
	box-sizing: border-box;
}

.breadcrumbs li {
	display: inline;
	font-size: 0.875rem;
	line-height: 1.3;
}

.breadcrumbs li:not(:last-child)::after {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -14.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
	display: inline-block;
	margin: 0 8px;
}

.breadcrumbs a {
	color: #32528d;
}

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

.main_content h2,
.main_content .h2 {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	position: relative;
	line-height: 1.3;
	color: #fff;
	background: #5ebbf1;
	border-left: none;
	border-bottom: none;
	border-radius: 5px;
	box-sizing: border-box;
}

.main_content h2::after,
.main_content .h2::after {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	height: 1px;
	border-bottom: 1px dashed #fff;
	box-sizing: border-box;
}

.main_content h3,
.main_content .h3 {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	line-height: 1.3;
	color: #111;
	background: #d9f1ff;
	border-left: 6px solid #5ebbf1;
	border-bottom: none;
	border-radius: 0;
	box-sizing: border-box;
}

.main_content h3::after,
.main_content .h3::after {
	display: none;
}

.main_content h4,
.main_content .h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	line-height: 1.3;
	color: #f37d94;
	background: none;
	border-left: none;
	border-radius: 0;
	border-bottom: 1px dashed #f37d94;
	box-sizing: border-box;
	overflow: hidden;
}

.main_content h4::after,
.main_content .h4::after {
	display: none;
}

.main_content h4 + .clearfix,
.main_content .h4 + .clearfix {
	margin-top: 1em;
}

.main_content h5,
.main_content .h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	line-height: 1.3;
	color: #f37d94;
	background: none;
	border-left: none;
	border-bottom: none;
	border-radius: 0;
	padding: 0;
	box-sizing: border-box;
}

.main_content h5::after,
.main_content .h5::after {
	display: none;
}

.main_content h5-circle,
.main_content .h5-circle {
	border-bottom: none;
}

.main_content h5-circle::before,
.main_content .h5-circle::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border: 2px solid #f37d94;
	border-radius: 50%;
	margin-top: -2px;
	margin-right: 4px;
	box-sizing: border-box;
}

.main_content h6,
.main_content .h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	display: block;
	line-height: 1.3;
	background: none;
	border-left: none;
	border-bottom: none;
	border-radius: 0;
	padding: 0;
	box-sizing: border-box;
}

.main_content h6::after,
.main_content .h6::after {
	display: none;
}

.main_content h3.border,
.main_content .h3.border {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	line-height: 1.3;
	color: #111;
	background: none;
	border-left: none;
	border-bottom: 3px solid #5ebbf1;
	box-sizing: border-box;
}

.main_content h3.border::after,
.main_content .h3.border::after {
	display: none;
}


.main_content p + p {
	margin-top: 1em;
}

.main_content .small_text {
	font-size: 0.75rem;
}

.main_content .large_text {
	font-size: 1.125rem;
}

.main_content p.arrow,
.main_content span.arrow {
	position: relative;
	line-height: 1.3;
	padding-left: 1em;
	box-sizing: border-box;
}

.main_content p.arrow::before,
.main_content span.arrow::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px 0px;
	width: 10px;
	height: 9.5px;
	background-size: 30px 104.5px;
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.main_content p.arrow-2::before,
.main_content span.arrow-2::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -29.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
}

.main_content p.arrow-3::before,
.main_content span.arrow-3::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -44.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
}

.main_content p.disc,
.main_content span.disc {
	position: relative;
	line-height: 1.3;
	padding-left: 1em;
	box-sizing: border-box;
}

.main_content p.disc::before,
.main_content span.disc::before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 2px;
	width: 6px;
	height: 6px;
	line-height: 1;
	background: #5ebbf1;
	border-radius: 6px;
}

.main_content p.annotation,
.main_content span.annotation {
	position: relative;
	padding-left: 1.5em;
	box-sizing: border-box;
}

.main_content p.annotation::before,
.main_content span.annotation::before {
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.main_content a.btn {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #5ebbf1;
	border-radius: 3px;
	padding: 8px 18px;
	box-sizing: border-box;
	cursor: pointer;
}

.main_content a.btn::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px 0px;
	width: 10px;
	height: 9.5px;
	background-size: 30px 104.5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.main_content a.arrow {
	box-sizing: border-box;
	cursor: pointer;
}

.main_content a.arrow::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -29.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 5px;
}

.main_content .bnr {
	display: inline-block;
	position: relative;
}

.main_content .bnr:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.main_content .bnr::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ffe2e8;
	box-sizing: border-box;
}

.main_content .on_opacity {
	display: block;
}

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

.main_content .box {
	border: 3px solid #ffe2e8;
	word-wrap: break-word;
	box-sizing: border-box;
}

.main_content .box__title {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #333;
	line-height: 1.3;
	background: none;
	border-left: none;
	border-bottom: none;
	border-radius: 0;
	padding: 0;
	box-sizing: border-box;
}

.main_content .box__title::after {
	display: none;
}

.main_content .box-2 {
	background: #fffcd7;
	border: none;
}

.main_content .box-2 .box__title {
	text-align: left;
	color: #f53535;
}

.main_content .box-pickup {
	border: 3px solid #ffe2e8;
}

.main_content .box-pickup > a {
	display: block;
	text-decoration: none;
}

.main_content .box-pickup > a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.main_content .box-pickup > a p {
	color: #333;
}

.main_content .box-pickup .box__ttl {
	font-size: 1.375rem;
	text-align: center;
	color: #f37d94;
	background: none;
	border: none;
	margin: 20px 0 25px;
	padding: 0;
}

.main_content .box-pickup .box__ttl::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(/common/img/ico_pickup.png) no-repeat;
	background-size: 30px auto;
	margin-right: 0.5em;
	box-sizing: border-box;
}

.main_content .box-pickup .box__subttl {
	font-size: 1.125rem;
}

.main_content .table,
.main_content .bordered_table,
.main_content .wpnews__content table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}

.main_content .table th,
.main_content .table td,
.main_content .bordered_table th,
.main_content .bordered_table td,
.main_content .wpnews__content table th,
.main_content .wpnews__content table td {
	vertical-align: top;
	text-align: left;
	line-height: 1.3;
	border: 1px solid #a1dcff;
	padding: 8px 18px 6px;
	box-sizing: border-box;
}

.main_content .table thead th,
.main_content .bordered_table thead th,
.main_content .wpnews__content table thead th {
	color: #fff;
	background: #5ebbf1;
	padding: 6px 18px 5px;
}

.main_content .table tbody th,
.main_content .bordered_table tbody th,
.main_content .wpnews__content table tbody th {
	font-weight: normal;
	background: #eaf7ff;
}

.main_content .table .left_text,
.main_content .bordered_table .left_text,
.main_content .wpnews__content table .left_text {
	text-align: left;
}

.main_content .table .right_text,
.main_content .bordered_table .right_text,
.main_content .wpnews__content table .right_text {
	text-align: right;
}

.main_content .table .center_text,
.main_content .bordered_table .center_text,
.main_content .wpnews__content table .center_text {
	text-align: center;
}

.main_content .table .th_top,
.main_content .table .td_top,
.main_content .table .cell_top,
.main_content .bordered_table .th_top,
.main_content .bordered_table .td_top,
.main_content .bordered_table .cell_top,
.main_content .wpnews__content table .th_top,
.main_content .wpnews__content table .td_top,
.main_content .wpnews__content table .cell_top {
	vertical-align: top;
}

.main_content .table .th_middle,
.main_content .table .td_middle,
.main_content .table .cell_middle,
.main_content .bordered_table .th_middle,
.main_content .bordered_table .td_middle,
.main_content .bordered_table .cell_middle,
.main_content .wpnews__content table .th_middle,
.main_content .wpnews__content table .td_middle,
.main_content .wpnews__content table .cell_middle {
	vertical-align: middle;
}

.main_content .table .th_bottom,
.main_content .table .td_bottom,
.main_content .table .cell_bottom,
.main_content .bordered_table .th_bottom,
.main_content .bordered_table .td_bottom,
.main_content .bordered_table .cell_bottom,
.main_content .wpnews__content table .th_bottom,
.main_content .wpnews__content table .td_bottom,
.main_content .wpnews__content table .cell_bottom {
	vertical-align: bottom;
}

.main_content .table + *,
.main_content .bordered_table + *,
.main_content .wpnews__content table + * {
	margin-top: 1em;
}

.main_content .table.recipe_table,
.main_content .bordered_table.recipe_table,
.main_content .wpnews__content table.recipe_table {
	table-layout: auto;
}

.main_content .table.recipe_table tbody th, .main_content .table.recipe_table tbody td,
.main_content .bordered_table.recipe_table tbody th,
.main_content .bordered_table.recipe_table tbody td,
.main_content .wpnews__content table.recipe_table tbody th,
.main_content .wpnews__content table.recipe_table tbody td {
	box-sizing: border-box;
}

.main_content .table.recipe_table tbody th.small_category,
.main_content .bordered_table.recipe_table tbody th.small_category,
.main_content .wpnews__content table.recipe_table tbody th.small_category {
	width: 50px;
	vertical-align: middle;
}

.main_content .table.recipe_table tbody td,
.main_content .bordered_table.recipe_table tbody td,
.main_content .wpnews__content table.recipe_table tbody td {
	width: 190px;
}

.main_content .clearfix + .table,
.main_content .clearfix + .bordered_table {
	margin-top: 1em;
}

.main_content hr {
	border: none;
	border-bottom: 1px dashed #f37d94;
	margin: 1em 0;
	box-sizing: border-box;
}

.main_content hr.double {
	border-bottom: 3px double  #ccc;
	margin: 2em 0;
}

.subnav {
	border: 1px solid #5ebbf1;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.subnav a {
	display: block;
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
}

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

.subnav__head {
	font-size: 1.125rem;
	line-height: 1.3;
	background: #5ebbf1;
}

.subnav__head > a,
.subnav__head > span {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 14px 10px 15px;
}

.subnav__body {
	font-size: 0.875rem;
}

.subnav__body a {
	position: relative;
	padding: 11px 10px 9px 22px;
}

.subnav__body a.active {
	font-weight: bold;
	background: #d9f1ff;
}

.subnav__body a::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px 0px;
	width: 10px;
	height: 9.5px;
	background-size: 30px 104.5px;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.subnav__body > ul > li:not(:last-child) {
	border-bottom: 1px solid #5ebbf1;
}

.subnav__body > ul > li > ul > li > a {
	border-top: 1px solid #5ebbf1;
	padding-left: calc(22px + 0.5em);
	box-sizing: border-box;
}

.subnav__body > ul > li > ul > li > a::before {
	left: calc(10px + 0.5em);
}

.subnav__body > ul > li > ul > li > ul > li > a {
	border-top: 1px solid #5ebbf1;
	padding-left: calc(22px + 1em);
	box-sizing: border-box;
}

.subnav__body > ul > li > ul > li > ul > li > a::before {
	left: calc(10px + 1em);
}

.subnav .sub_category {
	border-top: 1px solid #5ebbf1;
	border-bottom: none;
	box-sizing: border-box;
}

.subnav .sub_category__ttl {
	display: block;
	font-size: 0.813rem;
	font-weight: bold;
	color: #333;
	line-height: 1.0;
	background: #edfaff;
	padding: 10px;
	box-sizing: border-box;
}

.main_content .anchor_link {
	border: 2px solid #d9f1ff;
	box-sizing: border-box;
}

.main_content .anchor_link__title {
	color: #111;
	background: #d9f1ff;
	border-bottom: none;
	margin-bottom: 0;
}

.main_content .anchor_link__title::after {
	display: none;
}

.main_content .anchor_link__list {
	box-sizing: border-box;
}

.main_content .news_content::before {
	display: none;
}

.main_content .news_content {
	padding-top: 2px;
	padding-bottom: 2px;
}

.main_content .news_content a {
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
}

.main_content .news_content.sticky a{
	background: url(../img/sticky_bg.png) 50% 50% repeat;
	border-radius: 5px;
}

.main_content .news_content a.disable {
	pointer-events: none;
	text-decoration: none;
}

.main_content .news_content__date, .main_content .news_content__label, .main_content .news_content__text {
	color: #333;
}

.main_content .news_content__date {
	color: #888;
}

.main_content .sticky .news_content__date {
	color: #222;
}

.main_content .news_content__label span {
	color: #000;
}

.main_content .news_content__label span.all {
	background: #c5e7f2;
}

.main_content .news_content__label span.notice {
	background: #efc1d9;
}

.main_content .news_content__label span.important {
	background: #fae38b;
}

.main_content .news_content__label span.campaign {
	background: #dfd0f5;
}

.main_content .news_content__label span.event {
	background: #b9dec7;
}

.main_content .news_content__label span.woman_blog {
	background: #f6cbff;
}

.main_content .executive_list figcaption {
	font-size: 0.875rem;
	color: #333;
}


.pickup_content__text span,
.news_content__text span {
	display: inline-block;
	vertical-align: baseline;
}

.pickup_content__text span.new,
.news_content__text span.new {
	font-weight: bold;
	text-decoration: none;
	color: #f53535;
	margin-right: 1em;
}


.main_content .no_news {
	font-size: 0.875rem;
}

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

.main_content .agri_list__content {
	min-height: 40px;
	line-height: 40px;
	padding-left: 46px;
	box-sizing: border-box;
}

.main_content .agri_list__content::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url(/agri/img/ico_agri_rice.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.main_content .agri_list__content-rice::before {
	background-image: url("/agri/img/ico_agri_rice.png");
}

.main_content .agri_list__content-tomato::before {
	background-image: url("/agri/img/ico_agri_tomato.png");
}

.main_content .agri_list__content-cucumber::before {
	background-image: url("/agri/img/ico_agri_cucumber.png");
}

.main_content .agri_list__content-bambooshoot::before {
	background-image: url("/agri/img/ico_agri_bambooshoot.png");
}

.main_content .agri_list__content-shiitake::before {
	background-image: url("/agri/img/ico_agri_shiitake.png");
}

.main_content .agri_list__content-carrot::before {
	background-image: url("/agri/img/ico_agri_carrot.png");
}

.main_content .agri_list__content-radish::before {
	background-image: url("/agri/img/ico_agri_radish.png");
}

.main_content .agri_list__content-beans::before {
	background-image: url("/agri/img/ico_agri_beans.png");
}

.main_content .agri_list__content-potato::before {
	background-image: url("/agri/img/ico_agri_potato.png");
}

.main_content .agri_list__content-leek::before {
	background-image: url("/agri/img/ico_agri_leek.png");
}

.main_content .agri_list__content-rubyroman::before {
	background-image: url("/agri/img/ico_agri_rubyroman.png");
}

.main_content .agri_list__content-rush::before {
	background-image: url("/agri/img/ico_agri_rush.png");
}

.main_content .agri_list__content-bellflower::before {
	background-image: url("/agri/img/ico_agri_bellflower.png");
}

.main_content .agri_list__content-stock::before {
	background-image: url("/agri/img/ico_agri_stock.png");
}

.main_content .sitemap_list li {
	padding-left: 0;
}

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

.main_content .sitemap_list li a {
	position: relative;
	padding-left: 1em;
	box-sizing: border-box;
}

.main_content .sitemap_list li a::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px 0px;
	width: 10px;
	height: 9.5px;
	background-size: 30px 104.5px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.main_content .sitemap_list li ul {
	padding-left: 1em;
	box-sizing: border-box;
}

.main_content .sitemap_list > li > a {
	font-weight: bold;
}

.main_content .sitemap_list__category {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	line-height: 1.3;
	color: #f37d94;
	background: none;
	border-left: none;
	border-radius: 0;
	border-bottom: 1px dashed #5ebbf1;
	box-sizing: border-box;
	overflow: hidden;
}

.main_content .sitemap_list-2 > li > a {
	font-weight: normal;
}

.main_content .help_content {
	text-align: center;
	background: #f8f8f8;
	box-sizing: border-box;
}

.main_content .help_content__head, .main_content .help_content__body {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
	box-sizing: border-box;
}

.main_content .help_content__head {
	text-align: center;
	background: #fff;
	border: 3px solid #ffe2e8;
	border-radius: 10px;
	box-sizing: border-box;
}

.main_content .help_content__title {
	border-bottom: none;
	margin: 0 0 10px;
	padding: 0;
}

.main_content .help_content__caption {
	display: block;
}

.main_content .help_content__body {
	font-weight: bold;
}

.main_content .help_content__body .tel_link__number {
	display: block;
	color: #40a3f2;
	line-height: 1.0;
	box-sizing: border-box;
}

.main_content .komatochan_content__title {
	position: relative;
	line-height: 1.3;
	color: #e6002f;
	background: none;
	border: none;
	margin: 0;
	box-sizing: border-box;
}

.main_content .komatochan_content__title span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	background: url(/point/img/bg_point_num.png) no-repeat;
	background-size: 100% auto;
}

.main_content .komatochan_content__detail {
	border: 3px solid #ffe2e8;
	border-radius: 10px;
	box-sizing: border-box;
}

.main_content .front_list > li {
	padding-left: 0;
}

.main_content .front_list > li::before {
	display: none;
}

.main_content .front_list__img {
	overflow: hidden;
}

.main_content .front_list__img img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	    transform: scale(1, 1);
}

.main_content .front_list__img + * {
	margin-top: 0;
}

.main_content .front_list__detail {
	background: #fff;
	box-sizing: border-box;
}

.main_content .front_list__title {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
}

.main_content .front_list__title::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -29.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.main_content .front_list a {
	display: block;
	color: #333;
	text-decoration: none;
	border: 2px solid #ccc;
}

.main_content .front_list a:hover .front_list__img img, .main_content .front_list a:active .front_list__img img {
	-webkit-transform: scale(1.06, 1.06);
	-ms-transform: scale(1.06, 1.06);
	    transform: scale(1.06, 1.06);
}

.main_content .store__tab {
	position: relative;
	height: 41px;
	font-size: 0;
	margin-bottom: 20px;
}

.main_content .store__tab::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #5ebbf1;
}

.main_content .store__tab > li {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: calc(100% / 3);
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	color: #5ebbf1;
	padding: 0 5px;
}

.main_content .store__tab > li + li {
	margin-top: 0;
}

.main_content .store__tab > li:first-child {
	padding-left: 10px;
}

.main_content .store__tab > li:last-child {
	padding-right: 10px;
}

.main_content .store__tab > li::before {
	display: none;
}

.main_content .store__tab > li span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.0;
	border: 1px solid #5ebbf1;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 8px 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main_content .store__tab > li.active span {
	background: #fff;
	padding: 12px 0 10px;
}

.main_content .store__list {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main_content .store__list.active {
	max-height: 1000em;
	opacity: 1.0;
	visibility: visible;
}

.main_content .store__table .btn_map {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #5ebbf1;
	border-radius: 3px;
	padding: 0.5em;
	box-sizing: border-box;
}

.main_content .store__table .btn_map:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.main_content .store__table .btn_map::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -59.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 2px;
}

.main_content .campaign_list__img {
	display: inline-block;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.main_content .campaign_list__img::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 2px solid #ccc;
	box-sizing: border-box;
	pointer-events: none;
}

.main_content .campaign_list__img > img {
	width: auto;
	max-height: 340px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	    transform: scale(1, 1);
}

.main_content .campaign_list a {
	display: block;
}

.main_content .campaign_list a:hover .campaign_list__img img, .main_content .campaign_list a:active .campaign_list__img img {
	-webkit-transform: scale(1.06, 1.06);
	-ms-transform: scale(1.06, 1.06);
	    transform: scale(1.06, 1.06);
}

.main_content .campaign_list__detail {
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	box-sizing: border-box;
}

.main_content .campaign_list__detail::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -29.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.main_content .recipe_list > li > a {
	display: block;
	font-size: 0;
	text-decoration: none;
}

.main_content .recipe_list > li > a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

@media only screen and (min-width: 768px) {
	.main_content .recipe_list > li:nth-child(n + 3) {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.main_content .recipe_list > li + li {
		margin-top: 1em;
	}
}

.main_content .recipe_list__img, .main_content .recipe_list__detail {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.main_content .recipe_list__img {
	width: 137px;
}

.main_content .recipe_list__detail {
	width: calc(100% - 137px);
	padding: 0 14px;
	box-sizing: border-box;
}

.main_content .recipe_list__ttl {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.main_content .recipe_list__ttl > span {
	display: block;
}

.main_content .recipe_list__text {
	font-size: 0.813rem;
	color: #333;
}


