@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-size: 0.875rem;
	line-height: 1.7;
	background: #fff;
	color: #000;
}

.gmap {
	background-color: #eee;
	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;
}

.img {
	max-width: 100%;
}

img.border {
	border: 1px solid #ccc;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 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: #C1272D;
	-webkit-text-decoration-color: #C1272D;
	        text-decoration-color: #C1272D;
}

/*

<div class="_h3">.orange_text</div>

オレンジ文字。

	<span class="orange_text">オレンジ文字</span>

*/
.orange_text {
	color: #fff;
}

.orange_text2 {
	color: #fff;
}

/*

<div class="_h3">.white_text</div>

白文字。

	<span class="white_text">オレンジ文字</span>

*/
.white_text {
	color: #fff;
}

/*

<div class="_h3">.blue_text</div>

時々使う青文字

	<div class="blue_text">テキスト</div>

*/
.blue_text {
	color: #ecf7ff;
	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%;
	-webkit-transform: translate(-50%, -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;
	-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 .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;
}

/*

<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;
}

/*

<div class="_h3">.large_text</div>

大きい文字。

	<span class="large_text">テキスト</span><br>

*/
.large_text {
	font-size: 1.125rem;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.large_text {
		font-size: 1.063rem;
	}
}

/**************************
.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

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。

*/
section p:not(:last-child) {
	margin-bottom: 1em;
}

p {
	font-size: 0.875rem;
	line-height: 1.92857;
}

a {
	color: #0080ce;
	text-decoration: none;
}

a:hover,
a:hover .link {
	color: #0080ce;
	text-decoration: underline;
}

.disp-none {
	display: none;
}

.pdf,
.icon_pdf {
	position: relative;
	left: 0;
}

.pdf::after,
.icon_pdf::after {
	background-image: url(/common/img/sprite-icon.png);
	background-position: 0px -79px;
	width: 12px;
	height: 15px;
	background-size: 12px 94px;
	content: '';
	display: inline-block;
	margin-left: 0.3em;
	position: relative;
	top: 0.2ex;
	left: 0;
}

.out,
.ext,
.outlink,
.icon_out,
.icon_ext {
	position: relative;
	left: 0;
}

.out::after,
.ext::after,
.outlink::after,
.icon_out::after,
.icon_ext::after {
	background-image: url(/common/img/sprite-icon.png);
	background-position: 0px -42px;
	width: 12px;
	height: 12px;
	background-size: 12px 94px;
	content: '';
	display: inline-block;
	margin-left: 0.3em;
	position: relative;
	top: 0.15em;
	left: 0;
}

.btn {
	display: inline-block;
	min-width: 150px;
	min-height: 28px;
	color: #fff;
	background-color: #3cbcf5;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 1.3;
	box-sizing: border-box;
	font-size: 0.875rem;
	-webkit-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	padding: .9em 2em .8em;
	border-radius: 3px;
	font-weight: bold;
	position: relative;
	left: 0;
}

.btn::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px 0px;
	width: 4px;
	height: 6.5px;
	background-size: 34px 266.5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	margin-right: 8px;
}

.main_content .btn {
	text-decoration: none;
}

.btn:hover {
	color: #fff;
	background-color: #6dcdf7;
}

.btn::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px 0px;
	width: 4px;
	height: 6.5px;
	background-size: 34px 266.5px;
	content: '';
	display: inline-block;
	margin-right: 0.3em;
	position: relative;
	top: 0;
	left: 0;
}

.btn.pdf {
	position: relative;
	left: 0;
}

.btn.pdf::after {
	background-image: url(/common/img/sprite-icon.png);
	background-position: 0px -59px;
	width: 12px;
	height: 15px;
	background-size: 12px 94px;
	content: '';
	display: inline-block;
	margin-left: 0.5em;
	position: relative;
	top: 0.2x;
	left: 0;
}

.btn.ext {
	position: relative;
	left: 0;
}

.btn.ext::after {
	background-image: url(/common/img/sprite-icon.png);
	background-position: 0px -25px;
	width: 12px;
	height: 12px;
	background-size: 12px 94px;
	content: '';
	display: inline-block;
	margin-left: 0.6em;
	position: relative;
	top: 0.1em;
	left: 0;
}

button.btn {
	border: 0 none;
}

btn.btn-large,
input.btn-large {
	padding-top: 13px;
}

.root btn.btn-disabled, .root
input.btn-disabled {
	opacity: .4;
}

.root btn.btn-disabled:hover, .root
input.btn-disabled:hover {
	opacity: .4;
}

.submit_prev {
	color: #fff;
	border: 0 none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("../img/icon_arrow_left_green.png") left center no-repeat transparent;
	background-size: auto 10px;
	padding-left: 10px;
}

.submit_prev:hover {
	text-decoration: none;
	opacity: 0.7;
	-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;
}

.table,
.table-borderd,
.wpnews table {
	width: 100%;
	border-collapse: collapse;
}

.table:not(:last-child),
.table-borderd:not(:last-child),
.wpnews table:not(:last-child) {
	margin-bottom: 2em;
}

.table caption,
.table-borderd caption,
.wpnews table caption {
	display: none;
}

.table caption.cap,
.table-borderd caption.cap,
.wpnews table caption.cap {
	display: block;
	text-align: left;
	font-weight: bold;
	color: #fff;
	padding-bottom: .5em;
}

.table th,
.table td,
.table-borderd th,
.table-borderd td,
.wpnews table th,
.wpnews table td {
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #a8a8a8;
	padding: 0.6em 1em 0.5em;
	box-sizing: border-box;
}

.table th,
.table-borderd th,
.wpnews table th {
	background-color: #cae7fc;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.table tbody th,
.table-borderd tbody th,
.wpnews table tbody th {
	width: 230px;
	background-color: #f4f4f4;
}

/**************************
.main_content
*/
.main_content figure a {
	display: table;
}

.main_content figure img {
	max-width: 100%;
	vertical-align: bottom;
}

.main_content figure figcaption {
	color: #555;
	margin-top: 0.5em;
}

.main_content figure + figure,
.main_content figure + p {
	margin-top: 0.5em;
}

.main_content ul:not(.cancel):not(:last-child) {
	margin-bottom: 1em;
}

.main_content ul:not(.cancel) > li {
	padding-left: 1.2em;
	margin-bottom: .5em;
	position: relative;
	top: 0;
	left: 0;
}

.main_content ul:not(.cancel) > li:last-child {
	margin-bottom: 0;
}

.main_content ul:not(.cancel) > li::before {
	background-image: url(/common/img/sprite-icon.png);
	background-position: 0px 0px;
	width: 6px;
	height: 6px;
	background-size: 12px 94px;
	content: '';
	display: block;
	position: absolute;
	top: .7em;
	left: .2em;
}

.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: 1.2em;
	margin-bottom: .5em;
	position: relative;
	top: 0;
	left: 0;
}

.main_content ol:not(.cancel) > li::before {
	counter-increment: num;
	content: counter(num) ".";
	color: #51b2ef;
	position: absolute;
	top: 0;
	left: -10px;
	text-align: right;
	width: 1.5em;
}

.main_content ol:not(.cancel) > li:last-child {
	margin-bottom: 0;
}

.breadcrumbs {
	text-align: left;
	background-color: #ecf7ff;
	box-sizing: border-box;
	min-height: 34px;
	line-height: 1;
	padding-top: .8em;
	padding-bottom: .6em;
}

.breadcrumbs li {
	display: inline;
	font-size: 0.813rem;
	line-height: 1.2;
}

.breadcrumbs li:not(:last-child)::after {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -59.5px;
	width: 8px;
	height: 8px;
	background-size: 34px 266.5px;
	content: '';
	display: inline-block;
	margin-left: 1.8ex;
	margin-right: 1.3ex;
	position: relative;
	top: -.2ex;
	left: 0;
}

.breadcrumbs a.node {
	color: #0080ce;
	font-weight: normal;
	position: relative;
	top: 0;
	left: 0;
}

.breadcrumbs a.node:hover {
	color: #888;
	opacity: 1;
}

.breadcrumbs .node {
	margin-left: 0em;
	margin-right: 0em;
	font-size: 0.813rem;
	color: #808080;
}

input:focus, input:active,
textarea:focus,
textarea:active {
	/*text-decoration: underline;*/
	outline: 2px solid #48b7eb;
}

/*

## - list ul ol

<div class="_h3">.anotation_list</div>

※ をつけるリスト。
改行時に ※ padding を守る。

	<ul class="anotation_list">
		<li>16歳（高校生）以上の方の<br>診察となります。</li>
		<li>月2回の診療のため、お電話で診療日をご確認下さい。</li>
	</ul>

*/

.anotation {
	position: relative;
	top: 0;
	left: 0;
}


.anotation::before {
	content: '※';
	width: 1em;
	position: absolute;
	top: .06em;
	left: 0;
}


.anotation-small {
	font-size: 0.75rem;
	line-height: 1.2;
}


.anotation-small::before {
	font-size: 0.75rem;
}


.anotation-red::before {
	color: #C1272D;
}


.anotation-right_text {
	text-align: right;
	display: inline-block;
}

.anotation_list:not(:last-child) {
	margin-bottom: 1em;
}

.anotation_list li {
	font-size: 0.875rem;
	margin-bottom: .3em;
	position: relative;
	top: 0;
	left: 0;
}

.anotation_list li.red_text::before {
	color: #C1272D;
}

.anotation_list li:last-child {
	margin-bottom: 0;
}

.anotation_list li::before {
	content: '※';
	width: 1em;
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	margin-left: 0;
	line-height: 1;
}

.anotation_list-red li::before {
	color: #C1272D;
}

/**************************
.content_section
*/

.content_section {
	margin-bottom: 2.5em;
}


.content_section-lg:not(:last-child) {
	margin-bottom: 4em;
}


.content_section-nomb {
	margin-bottom: 0;
}

/**************************
.dl
*/
.dl {
	font-size: 0.938rem;
}

.dl::before, .dl::after {
	content: '';
	display: table;
}

.dl::after {
	clear: both;
}

.dl dt {
	clear: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.dl dt::before {
	margin-right: .5em;
}

.dl dt,
.dl dd {
	float: left;
}

.dl dt:last-child,
.dl dd:last-child {
	margin-bottom: 0;
}

.dl dd:not(:last-child) {
	padding-bottom: .3em;
}

.dl-2em dt {
	width: 2em;
}

.dl-2em dt .h-inline {
	width: -1.5em;
}

.dl-2em dd {
	margin-left: -3em;
	padding-left: 3em;
	width: 100%;
	box-sizing: border-box;
}

.dl-3em dt {
	width: 3em;
}

.dl-3em dt .h-inline {
	width: -0.5em;
}

.dl-3em dd {
	margin-left: -4em;
	padding-left: 4em;
	width: 100%;
	box-sizing: border-box;
}

.dl-4em dt {
	width: 4em;
}

.dl-4em dt .h-inline {
	width: 0.5em;
}

.dl-4em dd {
	margin-left: -5em;
	padding-left: 5em;
	width: 100%;
	box-sizing: border-box;
}

.dl-5em dt {
	width: 5em;
}

.dl-5em dt .h-inline {
	width: 1.5em;
}

.dl-5em dd {
	margin-left: -6em;
	padding-left: 6em;
	width: 100%;
	box-sizing: border-box;
}

.dl-6em dt {
	width: 6em;
}

.dl-6em dt .h-inline {
	width: 2.5em;
}

.dl-6em dd {
	margin-left: -7em;
	padding-left: 7em;
	width: 100%;
	box-sizing: border-box;
}

.dl-7em dt {
	width: 7em;
}

.dl-7em dt .h-inline {
	width: 3.5em;
}

.dl-7em dd {
	margin-left: -8em;
	padding-left: 8em;
	width: 100%;
	box-sizing: border-box;
}

.dl-8em dt {
	width: 8em;
}

.dl-8em dt .h-inline {
	width: 4.5em;
}

.dl-8em dd {
	margin-left: -9em;
	padding-left: 9em;
	width: 100%;
	box-sizing: border-box;
}

.dl-10em dt {
	width: 10em;
}

.dl-10em dt .h-inline {
	width: 6.5em;
}

.dl-10em dd {
	margin-left: -11em;
	padding-left: 11em;
	width: 100%;
	box-sizing: border-box;
}

.dl-12em dt {
	width: 12em;
}

.dl-12em dt .h-inline {
	width: 8.5em;
}

.dl-12em dd {
	margin-left: -13em;
	padding-left: 13em;
	width: 100%;
	box-sizing: border-box;
}

.dl-14em dt {
	width: 14em;
}

.dl-14em dt .h-inline {
	width: 10.5em;
}

.dl-14em dd {
	margin-left: -15em;
	padding-left: 15em;
	width: 100%;
	box-sizing: border-box;
}

.dl-16em dt {
	width: 16em;
}

.dl-16em dt .h-inline {
	width: 12.5em;
}

.dl-16em dd {
	margin-left: -17em;
	padding-left: 17em;
	width: 100%;
	box-sizing: border-box;
}

.dl-18em dt {
	width: 18em;
}

.dl-18em dt .h-inline {
	width: 14.5em;
}

.dl-18em dd {
	margin-left: -19em;
	padding-left: 19em;
	width: 100%;
	box-sizing: border-box;
}

.dl-20em dt {
	width: 20em;
}

.dl-20em dt .h-inline {
	width: 16.5em;
}

.dl-20em dd {
	margin-left: -21em;
	padding-left: 21em;
	width: 100%;
	box-sizing: border-box;
}

.dl-mb_1em dd {
	margin-bottom: 1em;
}

.dl-dt_bold dt {
	font-weight: bold;
}

.dl_list dt {
	font-weight: bold;
}

.dl_list dd {
	border-bottom: 1px dashed #ccc;
	padding-bottom: .5em;
	margin-bottom: .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;
}

/**************************
.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: true;
	padding-left: 10px;
	padding-right: 10px;
}

.horizontal_list > li:first-child,
.horizontal_list > *:first-child {
	padding-true: 0;
}

.horizontal_list > li:last-child,
.horizontal_list > *:last-child {
	padding-right: 0;
}

/*

## - 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: #ecf7ff;
	font-weight: normal;
}

.form-color__text {
	border: 0 none;
	color: #000;
}

.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 #a8a8a8;
	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 で、横スワイプ可能なテーブル

*/
.banner {
	display: inline-block;
}

.banner:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.banner img {
	display: block;
	max-width: 100%;
}

.inner_float_left {
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
}

.inner_float_right {
	float: right;
	padding-left: 2em;
	padding-bottom: 2em;
}

/**************************
	/contact/
*/
.form-alert {
	color: #C1272D;
}

.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: #C1272D;
	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;
}

.image_label {
	display: block;
	min-height: 350px;
	box-sizing: border-box;
	border: 4px solid #fff;
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	border-radius: 0;
}

.form-input .image_label {
	cursor: pointer;
}

.image_label__inner {
	padding: 25px 2em 0;
	box-sizing: border-box;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.image_label__image {
	box-sizing: border-box;
	padding-top: 20px;
	display: block;
	min-height: 150px;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.image_label__image > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.image_label-passive {
	opacity: .5;
}

.image_label-active {
	border-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.image_label-active .image_label__image {
	-webkit-transform: scale(1.07);
	    -ms-transform: scale(1.07);
	        transform: scale(1.07);
}

.image_label .check_frame__input, .image_label .check_frame__display {
	left: 50%;
	visibility: hidden;
}

.image_label .check_frame__label {
	padding: 0;
	margin: 0;
}

.image_label input {
	display: block;
}

.image_label .main,
.image_label .sub {
	display: block;
}

.image_label .main {
	font-size: 0.875rem;
}

.image_label .sub {
	margin-top: .5em;
	text-align: center;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
}

.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%;
}

.gmap {
	height: 450px;
	margin-bottom: 20px;
}

.cell {
	margin-right: 1em;
}

.cell2 {
	margin-right: 0.5em;
}

.scell {
	margin-right: 1em;
}

.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 #a8a8a8;
	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;
	background: #f4f7eb;
}

.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;
}

.text-center {
	text-align: center;
}

.news_list__head h2 {
	margin: 0;
	padding: 0;
}

.news_list__head h2::after {
	display: none;
}

.news_list .news_content + .news_content {
	border-top: 1px dashed #51b2ef;
}

.news_list .news_content__thumb {
	width: 112px;
}

.news_list .news_content__thumb > img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	border: 1px solid #cacaca;
	box-sizing: border-box;
}

.news_list .news_content__detail {
	width: calc(100% - 112px);
	padding-left: 20px;
	box-sizing: border-box;
}

.news_list .news_content a {
	display: block;
	color: #000;
}

.news_list .news_content span.topics {
	color: #3cbcf5;
	font-weight: bold;
}

.news_list .news_content span.important {
	color: #f77c7c;
	font-weight: bold;
}

.news_list .news_content span.event {
	color: #ffbb24;
	font-weight: bold;
}

.news_list .news_content span.campaign {
	color: #4cab00;
	font-weight: bold;
}

.news_list .news_content span.acoop {
	color: #9845be;
	font-weight: bold;
}

.news_list .news_content span.new {
	display: inline-block;
	vertical-align: baseline;
	color: #f00;
	margin-left: 1em;
	text-decoration: none;
}

.news_list .news_content__text p,
.news_list .news_content__text span {
	display: inline;
}

.news_list-index .news_list__content > ul > li {
	display: none;
}

.news_list-index .news_list__content > ul > li + li {
	margin-top: 0;
}

.news_list_sub__head h2 {
	margin: 0;
	padding: 0;
}

.news_list_sub__head h2::after {
	display: none;
}

.news_list_sub .news_content_sub + .news_content_sub {
	border-top: 1px dashed #51b2ef;
}

.news_list_sub .news_content_sub__thumb {
	width: 112px;
}

.news_list_sub .news_content_sub__thumb > img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	border: 1px solid #cacaca;
	box-sizing: border-box;
}

.news_list_sub .news_content_sub__detail {
	box-sizing: border-box;
}

.news_list_sub .news_content_sub a {
	display: block;
	color: #000;
}

.news_list_sub .news_content_sub a:hover {
	opacity: 0.8;
}

.news_list_sub .news_content_sub span.topics {
	color: #3cbcf5;
	font-weight: bold;
}

.news_list_sub .news_content_sub span.important {
	color: #f77c7c;
	font-weight: bold;
}

.news_list_sub .news_content_sub span.event {
	color: #ffbb24;
	font-weight: bold;
}

.news_list_sub .news_content_sub span.campaign {
	color: #4cab00;
	font-weight: bold;
}

.news_list_sub .news_content_sub span.acoop {
	color: #9845be;
	font-weight: bold;
}

.news_list_sub .news_content_sub span.new {
	display: inline-block;
	vertical-align: baseline;
	color: #f00;
	margin-left: 1em;
	text-decoration: none;
}

.news_list_sub .news_content_sub__text p,
.news_list_sub .news_content_sub__text span {
	display: inline;
}

.news_list_sub-index .news_list_sub__content > ul > li + li {
	margin-top: 0;
}

.link_arrow,
.link {
	color: #0080ce;
}

.link_arrow:hover,
.link:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.link_arrow::before,
.link::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -72.5px;
	width: 12px;
	height: 12px;
	background-size: 34px 266.5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}

.link_arrow-down::before,
.link-down::before {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.link_block {
	box-sizing: border-box;
}

.link_block > li {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 5px;
	padding-left: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.link_block > li::before {
	display: none;
}

.link_block > li a {
	display: block;
	color: #000;
}

.link_block > li a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.link_block > li img {
	vertical-align: bottom;
}

.link_block > li span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.link_block > li span::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -11.5px;
	width: 5px;
	height: 7px;
	background-size: 34px 266.5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.link_block + p {
	margin-top: 1em;
}

.anchor_link {
	font-size: 0;
	background: #f8f8f8;
	border-radius: 5px;
	box-sizing: border-box;
}

.anchor_link > li {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.3;
}

.anchor_link > li::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -35.5px;
	width: 5px;
	height: 7px;
	background-size: 34px 266.5px;
	content: '';
	display: inline-block;
	width: 5px;
	height: 7px;
	background-color: transparent;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.anchor_link > li + li {
	margin: 0 0 0 1.5em;
}

.bnr_block {
	box-sizing: border-box;
}

.bnr_block > li {
	padding-left: 0;
	box-sizing: border-box;
}

.bnr_block > li::before {
	display: none;
}

.bnr_block > li a {
	display: block;
}

.block_bordered {
	border: 3px solid #d76b01;
	box-sizing: border-box;
	padding: 1em;
}

.img-border {
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
}

figure:not(:last-child) {
	margin-bottom: 1em;
}

figure figcaption {
	font-size: 0.75rem;
}

.subcate_br,
.subcate_br_pc,
.subcate_br_sp {
	display: none;
}

@-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: -50px;
	}
	100% {
		top: 0;
	}
}

@keyframes sp_header_start {
	0% {
		top: -50px;
	}
	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

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
/**************************
.header
*/
.header {
	z-index: 2;
}

h1 {
	margin: 0;
	padding: 0;
}

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: 24px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #2780ff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.search__text {
	border-right: none;
	padding-left: 9px;
}

.search__submit {
	position: relative;
	width: 25px;
	background: #2780ff url(/common/img/ico_search.png) no-repeat;
	background-size: 18px 18px;
	background-position: center center;
	border-left: none;
	cursor: pointer;
}

.search__submit:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.rotate_banner > .container {
	position: relative;
}

.rotate_banner-arrows {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.rotate_banner .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	font-size: 0;
	line-height: 1.0;
	color: transparent;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	pointer-events: all;
	cursor: pointer;
}

.rotate_banner .slick-arrow:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.rotate_banner .slick-arrow::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -124.5px;
	width: 12px;
	height: 23px;
	background-size: 34px 266.5px;
	display: block;
}

.rotate_banner .slick-prev {
	left: 30px;
}

.rotate_banner .slick-prev::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.rotate_banner .slick-next {
	right: 30px;
}

.rotate_banner .slick-slide a {
	display: block;
	outline: none;
}

.rotate_banner .slick-slide a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

/**************************
.footer
*/
.footer {
	background: url(/common/img/bg_footer.jpg) repeat-x;
	box-sizing: border-box;
}

.footer__body {
	text-align: center;
}

.footer__logo {
	line-height: 1.0;
}

.footer__logo:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.footer__logo a {
	display: block;
}

.footer__logo img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.footer__info {
	line-height: 1.3;
}

.footer__menu li {
	display: inline-block;
	line-height: 1.3;
}

.footer__menu li:last-child::after {
	display: none;
	padding: 0;
}

.footer__menu li a {
	display: block;
	color: #000;
}

.footer__menu li a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.footer__menu li a::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -11.5px;
	width: 5px;
	height: 7px;
	background-size: 34px 266.5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.footer__menu li a > img {
	vertical-align: bottom;
}

.footer__copyright {
	font-size: 0.813rem;
	color: #8e8e8e;
}

.cate_area {
	height: 170px;
	background: url("../img/cate/bg-sample.jpg") center top/1600px 170px repeat-x transparent;
}

.cate_area-sample {
	background-image: url("../img/cate/bg-sample.jpg");
}

.h2_area {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.h2 {
	font-family: 'Rounded Mplus 1c', sans-serif;
	display: table-cell;
	letter-spacing: .15ex;
	line-height: 1.5;
	box-sizing: border-box;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.15), 0 1px rgba(0, 0, 0, 0.15), -1px 1px rgba(0, 0, 0, 0.15);
	background: url("../img/cate/pagebg-about.jpg") center center/cover no-repeat transparent;
	font-weight: bold;
}

.h2-about {
	background-image: url("../img/cate/pagebg-about.jpg");
}

.h2-magazine {
	background-image: url("../img/cate/pagebg-magazine.jpg");
}

.h2-products {
	background-image: url("../img/cate/pagebg-products.jpg");
}

.h2-shopping {
	background-image: url("../img/cate/pagebg-shopping.jpg");
}

.h2-service {
	background-image: url("../img/cate/pagebg-service.jpg");
}

.h2-souzoku {
	background-image: url("../img/cate/pagebg-souzoku.jpg");
}

.h2-acoop {
	background-image: url("../img/cate/pagebg-acoop.jpg");
}

.h2-approach {
	background-image: url("../img/cate/pagebg-approach.jpg");
}

.h2-store {
	background-image: url("../img/cate/pagebg-store.jpg");
}

.h2-topics {
	background-image: url("../img/cate/pagebg-topics.jpg");
}

.h2-campaign {
	background-image: url("../img/cate/pagebg-campaign.jpg");
}

.h2-important {
	background-image: url("../img/cate/pagebg-important.jpg");
}

.h2-info {
	background-image: url("../img/cate/pagebg-info.jpg");
}

.h2-woman {
	background-image: url("../img/cate/pagebg-woman.jpg");
}

.h2-university {
	background-image: url("../img/cate/pagebg-university.jpg");
}

.h2-fuel {
	background-image: url("../img/cate/pagebg-fuel.jpg");
}

.main_content h3 {
	border-top: 2px solid #51b2ef;
	border-bottom: 2px solid #51b2ef;
	margin-bottom: 1em;
	padding-top: .6ex;
	padding-bottom: .6ex;
	font-weight: bold;
	line-height: 1.4;
}

.main_content h4 {
	color: #0080ce;
	background-color: #ecf7ff;
	font-weight: bold;
	padding: .3em .6em;
	line-height: 1.3;
	margin-bottom: 1em;
}

.main_content h5 {
	position: relative;
	left: 0;
	font-size: 1rem;
	font-weight: bold;
	padding-left: 14px;
	line-height: 1.4;
	margin-bottom: 1em;
}

.main_content h5::before {
	background-image: url(/common/img/sprite-icon.png);
	background-position: 0px -11px;
	width: 9px;
	height: 9px;
	background-size: 12px 94px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0.8ex;
}

.main_content .bold_blue {
	color: #0080ce;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1em;
}

.main_content .bg_blue {
	background-color: #ecf7ff;
}

.main_content .middle {
	vertical-align: middle;
}

.main_content a.shopping_btn img:hover {
	opacity: 0.8;
}

.main_content .gmap_ended {
	width: 100%;
}

.main_content .btn.block_btn {
	display: block;
}

.main_content .img_btn {
	display: inline-block;
	height: 80px;
	text-decoration: none;
}

.main_content .img_btn > img {
	float: left;
	height: 80px;
	vertical-align: middle;
	border-radius: 5px 0 0 5px;
	border: 1px solid #51b2ef;
	box-sizing: border-box;
}

.main_content .img_btn .img_btn_text {
	display: table-cell;
	vertical-align: middle;
	min-width: 150px;
	height: 80px;
	color: #fff;
	background-color: #3cbcf5;
	padding: 0 10px;
	position: relative;
	font-size: 0.875rem;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
}

.main_content .img_btn .img_btn_text::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px 0px;
	width: 4px;
	height: 6.5px;
	background-size: 34px 266.5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	margin-right: 8px;
}

.main_content .img_btn:hover {
	opacity: 0.8;
}

.main_content .service_news_content {
	margin-bottom: 20px;
}

.main_content .service_news_content__detail {
	padding: 10px 10px 20px;
	border: 1px solid #ccc;
}

.main_content .service_news_content a {
	text-decoration: none;
	display: block;
}

.main_content .service_news_content a:hover {
	opacity: 0.8;
}

.main_content .service_news_content__head {
	border-bottom: 1px solid #51b2ef;
	margin-bottom: 1em;
	padding-top: .6ex;
	padding-bottom: .6ex;
	padding-left: 5px;
}

.main_content .service_news_content__title {
	display: inline-block;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 16px;
	position: relative;
	left: 0;
	font-size: 1.063rem;
	color: #0080ce;
}

.main_content .service_news_content__title::before {
	background-image: url(/common/img/sprite-icon.png);
	background-position: 0px -11px;
	width: 9px;
	height: 9px;
	background-size: 12px 94px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0.8ex;
}

.main_content .service_news_content__label {
	display: inline-block;
	margin: 0 5px;
}

.main_content .service_news_content span.normal {
	color: #3cbcf5;
	font-weight: bold;
}

.main_content .service_news_content span.saving {
	color: #3cbcf5;
	font-weight: bold;
}

.main_content .service_news_content span.reserve {
	color: #f77c7c;
	font-weight: bold;
}

.main_content .service_news_content span.campaign {
	color: #ffbb24;
	font-weight: bold;
}

.main_content .service_news_content span.new {
	display: inline-block;
	vertical-align: baseline;
	color: #f00;
	margin-left: 1em;
	text-decoration: none;
}

.main_content .service_news_content__body {
	box-sizing: border-box;
}

.main_content .service_news_content__thumb {
	width: 100%;
}

.main_content .service_news_content__thumb img {
	width: 100%;
}

.main_content .service_news_content__text {
	color: #000;
	min-height: 50px;
}

.main_content .service_news_content__date {
	text-align: right;
	color: #9e9e9e;
}

.main_content .question {
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
}

.main_content .question::after {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 3px -72px;
	width: 15px;
	height: 15px;
	background-size: 64px 533px;
	content: '';
	display: inline-block;
	margin-left: 6px;
	margin-top: -2px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.main_content .question:hover {
	color: #51b2ef;
}

.main_content .question.active {
	color: #51b2ef;
}

.main_content .question.active::after {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.main_content .answer p, .main_content .answer ul {
	margin: 13px 0;
}

.main_content .sitemap a h5 {
	color: #000;
}

.link_banner {
	border: 1px solid #51b2ef;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

.link_banner .image img {
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	display: block;
	width: 100%;
}

.link_banner .text {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 30px;
	box-sizing: border-box;
	line-height: 1.3;
	padding: 7px 3px 3px 7px;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

.link_banner .text .link {
	color: #000;
}

.link_banner:hover .image img {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

.link_banner:hover .text {
	background-color: rgba(255, 255, 255, 0.95);
}

.link_banner + p {
	margin: 10px 0;
}

.campaign_banner {
	border: 1px solid #51b2ef;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

.campaign_banner .image img {
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	display: block;
}

.campaign_banner .text {
	background-color: #fff;
	position: relative;
	min-height: 50px;
	box-sizing: border-box;
	line-height: 1.3;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	display: block;
	z-index: 9;
}

.campaign_banner .text .link {
	color: #000;
}

.campaign_banner .text_title {
	text-align: center;
}

.campaign_banner:hover .image img {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

.campaign_banner + p {
	margin: 10px 0;
}

.box {
	border: 1px solid #ccc;
	padding: 20px;
}

.panel {
	background-color: #ecf7ff;
	padding: 20px;
}

.panel-blue {
	background-color: #51b2ef;
	color: #fff;
}

.panel-blue a,
.panel-blue .link {
	color: #fff;
	text-decoration: underline;
}

.panel-blue a:hover,
.panel-blue .link:hover {
	text-decoration: none;
}

.panel-red {
	background-color: #C1272D;
	color: #fff;
}

.panel-red a,
.panel-red .link {
	color: #fff;
	text-decoration: underline;
}

.panel-red a:hover,
.panel-red .link:hover {
	text-decoration: none;
}

.sub_cate {
	overflow: hidden;
}

.sub_cate__index {
	padding-bottom: 13px;
}

.sub_cate__index a,
.sub_cate__index img {
	display: block;
}

.sub_cate__index a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.sub_cate .li1,
.sub_cate .li2,
.sub_cate .li3 {
	border-bottom: 1px solid #ddd;
	position: relative;
	top: 0;
	left: 0;
}

.sub_cate .a1,
.sub_cate .a2,
.sub_cate .a3 {
	display: block;
	padding-top: 1.3em;
	padding-bottom: 1.1em;
	padding-right: .3em;
	padding-left: 27px;
	min-height: 53px;
	box-sizing: border-box;
	color: #000;
	background-color: #fff;
	line-height: 1.33333;
	font-weight: bold;
}

.sub_cate .a1::before,
.sub_cate .a2::before,
.sub_cate .a3::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -72.5px;
	width: 12px;
	height: 12px;
	background-size: 34px 266.5px;
	content: '';
	display: block;
	position: absolute;
	top: 1.6em;
	left: 9px;
	margin-right: 6px;
	margin-top: -2px;
}

.sub_cate .sub_ul2,
.sub_cate .sub_ul3 {
	border-top: 1px solid #ddd;
}

.sub_cate .sub_ul2 li:last-child,
.sub_cate .sub_ul3 li:last-child {
	border-bottom: 0 none;
}

.sub_cate li.active > a,
.sub_cate li > a:hover {
	background-color: #51b2ef;
	color: #fff;
	text-decoration: none;
}

.sub_cate li.active > a::before,
.sub_cate li > a:hover::before {
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -89.5px;
	width: 12px;
	height: 12px;
	background-size: 34px 266.5px;
}

.sub_cate .a2 {
	padding-left: 28px;
}

.sub_cate .a2::before {
	left: 12.6px;
}

.sub_cate .a3 {
	padding-left: 36px;
}

.sub_cate .a3::before {
	left: 16.2px;
}

.sub_cate .subcate_br {
	display: block;
}

.main_content .pagination_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 1ex auto 2em;
	padding: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.main_content .pagination_list li {
	padding-left: 0 !important;
}

.main_content .pagination_list li::before {
	display: none !important;
}

.main_content .pagination_list li:first-child a {
	border-radius: 5px 0 0 5px;
}

.main_content .pagination_list li:last-child a {
	border-radius: 0 5px 5px 0;
	border-right: none;
}

.main_content .pagination_list li a {
	background: #00b390;
	border-radius: 0;
	border-right: 1px solid #ffffff;
	padding: 1ex 1em;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.main_content .pagination_list li a:hover, .main_content .pagination_list li a:active {
	background: #06cda6;
}

.main_content .pagination_list li a.active {
	color: #aaaaaa;
	background: #ededed;
	cursor: default;
}

.link_list {
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.link_list li {
	width: 25%;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.link_list li {
		width: 50%;
	}
}

.link_list li::before {
	content: none !important;
}

.link_list li a {
	display: block;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.link_list li a:hover, .link_list li a:active {
	opacity: 0.8;
}

.link_list li img {
	display: block;
	width: 100%;
}

.link_list-column2 {
	margin: 0 -8px;
}

.link_list-column2 li {
	width: 50%;
	padding: 8px;
}

@media only screen and (max-width: 767px) {
	.link_list-column2 li {
		width: 100%;
	}
}

.ranking_list > li {
	display: block;
	padding-left: 45px;
	box-sizing: border-box;
}

.ranking_list > li + li {
	margin-top: 0.5em;
}

.ranking_list > li .rank,
.ranking_list > li .goods {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.125rem;
	font-weight: bold;
}

.ranking_list > li .rank > img {
	vertical-align: bottom;
	margin-right: 5px;
	margin-left: -45px;
}

.ranking_list > li .rank > .num {
	display: inline-block;
	font-size: 1.5rem;
	color: #C1272D;
	margin: 0 5px;
}

.ranking_list > li .goods {
	margin-left: 1em;
	margin-bottom: 0;
}

.voice_list a {
	display: block;
	position: relative;
}

.voice_list a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.voice_list .link {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: #51b2ef;
	padding: 0.5em 0;
	box-sizing: border-box;
}

.main_content ul.chirashi_list {
	margin: 0 -10px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.main_content ul.chirashi_list {
		margin: 1ex 0;
	}
}

.main_content ul.chirashi_list > li {
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	width: 33.33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.main_content ul.chirashi_list > li {
		padding: 10px 0;
		width: 100%;
	}
}

.main_content ul.chirashi_list > li::before {
	content: none;
}

.main_content ul.chirashi_list > li a {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: block;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	overflow: hidden;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
}

@media only screen and (max-width: 767px) {
	.main_content ul.chirashi_list > li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.main_content ul.chirashi_list > li a .chirashi_thumbs {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.main_content ul.chirashi_list > li a .chirashi_thumbs img {
	z-index: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
	display: block;
}

@media only screen and (max-width: 767px) {
	.main_content ul.chirashi_list > li a .chirashi_thumbs {
		width: 55%;
	}
}

.main_content ul.chirashi_list > li a:hover, .main_content ul.chirashi_list > li a:active {
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	        transform: translateY(3px);
	text-decoration: none;
}

.main_content ul.chirashi_list > li a:hover .chirashi_thumbs img, .main_content ul.chirashi_list > li a:active .chirashi_thumbs img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.main_content ul.chirashi_list > li a .chirashi_body {
	position: relative;
	z-index: 2;
	background: #ffffff;
	padding: 10px 10px;
}

@media only screen and (max-width: 767px) {
	.main_content ul.chirashi_list > li a .chirashi_body {
		width: 45%;
	}
}

.main_content ul.chirashi_list > li a .chirashi_body .chirashi_title {
	font-weight: bold;
	font-size: 105%;
}

.main_content ul.chirashi_list > li a .chirashi_body .chirashi_content {
	margin-top: 1ex;
	font-size: 95%;
	line-height: 150%;
	color: #333333;
}

.img_mask {
	position: relative;
}

.img_mask::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(/shopping/market/img/img_mask.png) no-repeat;
	background-size: 100% auto;
	background-position: center center;
	pointer-events: none;
	box-sizing: border-box;
}

.root-woman .main_content h3 {
	border-color: #f27398;
}

.root-woman .main_content h4 {
	color: #f27398;
	background-color: #f2f2f2;
}

.root-woman .main_content h5::before {
	background-image: url(/common/img/circle-pink.png);
	background-size: 100% auto;
	background-position: 0 0;
}

.root-woman .main_content ol > li::before {
	color: #f27398;
}

.root-woman .btn {
	background-color: #f27398;
}

.root-woman .link_banner {
	border-color: #f27398;
}

.root-woman .link_arrow::before,
.root-woman .link::before {
	background-image: url(/common/img/rounded_pink.png);
	background-size: 100% auto;
	background-position: 0 0;
}

.root-woman .panel {
	background-color: #f2f2f2;
}

.root-woman .panel .bold_blue {
	color: #f27398;
}


.table.member-table .btn{
	min-width: 0;
	padding: 0.6ex 1ex;
	white-space: nowrap;
}
