@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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

li {
  list-style: none;
}

input,
textarea {
  outline: 0;
}

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

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

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

.none {
  display: none;
}

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

.gmap {
  width: 100%;
}

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

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

.gcalendar {
  max-width: 100%;
}

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

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

.twitter {
  overflow: hidden;
}

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

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

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

## Utility - Cosmetic

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

*/
/*

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

太字。

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

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

/*

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

下線。

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

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

/*

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

赤文字。

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

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

/*

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

オレンジ文字。

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

*/
.orange_text {
  color: #fc4b22;
}

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

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

/*

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

/*

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

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

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

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

/*

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

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

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

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

/*

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

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

@media screen and (min-width: 768px), print {
  .root .main_content .mb_3em-pc {
    margin-bottom: 3em !important;
  }
}

@media screen and (max-width: 767px) {
  .root .main_content .mb_3em-sp {
    margin-bottom: 3em !important;
  }
}

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

@media screen and (min-width: 768px), print {
  .root .main_content .mb_2em-pc {
    margin-bottom: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .root .main_content .mb_2em-sp {
    margin-bottom: 2em !important;
  }
}

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

@media screen and (min-width: 768px), print {
  .root .main_content .mb_1_5em-pc {
    margin-bottom: 1.5em !important;
  }
}

@media screen and (max-width: 767px) {
  .root .main_content .mb_1_5em-sp {
    margin-bottom: 1.5em !important;
  }
}

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

@media screen and (min-width: 768px), print {
  .root .main_content .mb_1em-pc {
    margin-bottom: 1em !important;
  }
}

@media screen and (max-width: 767px) {
  .root .main_content .mb_1em-sp {
    margin-bottom: 1em !important;
  }
}

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

@media screen and (min-width: 768px), print {
  .root .main_content .mb_05em-pc {
    margin-bottom: .5em !important;
  }
}

@media screen and (max-width: 767px) {
  .root .main_content .mb_05em-sp {
    margin-bottom: .5em !important;
  }
}

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

@media screen and (min-width: 768px), print {
  .root .main_content .mb_0em-pc,
  .root .main_content .no_mb-pc,
  .root .main_content .mb_none-pc {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .root .main_content .mb_0em-sp,
  .root .main_content .no_mb-sp,
  .root .main_content .mb_none-sp {
    margin-bottom: 0 !important;
  }
}

/*

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

comment

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

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

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

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

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

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

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

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

## Component - Base

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


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

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

大きい文字。

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

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

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

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

.large_text.red_text {
  color: #e95835;
}

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

.push_text-blue {
  color: #279ffa;
}

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

.main_content ul:not(.cancel):not(.pagelink_list) > li {
  font-size: 1rem;
  padding-left: 1.5em;
  margin-bottom: .5em;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.6;
}

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

.main_content ul:not(.cancel):not(.pagelink_list) > li::before {
  content: '';
  display: block;
  position: absolute;
  left: .2em;
  width: 10px;
  height: 10px;
  background-color: #9eb931;
  border-radius: 5px;
}

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

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

.main_content .anotation_list-black > li::before {
  color: #333 !important;
}

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

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

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

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

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

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

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

.main_content ol:not(.cancel) > li::before {
  counter-increment: num;
  content: counter(num) ".";
  font-weight: bold;
  color: #39bb45;
  position: absolute;
  top: 0;
  left: -.5em;
  text-align: right;
  width: 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px), print {
  .table-small {
    max-width: 40em;
  }
  .table-medium {
    max-width: 50em;
  }
}

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

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

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

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

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

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

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

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

.table-half_columns td, .table-half_columns th {
  width: 50%;
}

.banner_horizontal_list {
  padding-left: 0;
}

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

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


.anotation {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1.3em;
}

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

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


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


.anotation-black {
  color: #333;
}


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


.anotation-right {
  float: right;
}

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

## - p

*/
/*

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

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

p {
  color: #333;
}

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

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

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

@media screen and (max-width: 767px) {
  .content_section img {
    max-width: 100%;
  }
  .content_section:not(:last-child) {
    margin-bottom: 40px;
  }
  .content_section-sm:not(:last-child) {
    margin-bottom: 40px;
  }
}

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

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

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

## - a リンク設定

*/
/*

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

基本のリンク設定

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

*/
a {
  text-decoration: underline;
}

a:hover {
  color: #333;
}

section a {
  text-decoration: underline;
}

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

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

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

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

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

/*

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

リンクだけど文字色は黒

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

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

/*

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

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

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

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

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

## - .btn - 汎用ボタン

*/
/*

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

汎用ボタン。

*/
.btn {
  display: inline-block;
  min-height: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  background-color: #fca222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 25px 9px 35px;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 16px 25px 10px 25px;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

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

.btn.out::after, .btn.ext::after, .btn.outlink::after, .btn.icon_out::after, .btn.icon_ext::after {
  margin-top: -7px;
  position: relative;
  top: 2px;
  left: 0;
}

.btn:hover {
  background-color: #fcad3b;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .btn + .btn {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn + .btn {
    margin-top: 20px;
  }
}

button.btn {
  border: 0 none;
}

.btn-large,
button.btn-large,
input.btn-large {
  width: 80%;
}

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

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

.submit_prev {
  color: #39bb45;
  border: 0 none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-size: auto 10px;
  padding-left: 10px;
}

.submit_prev:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.submit_next {
  color: #39bb45;
  border: 0 none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-size: auto 10px;
  padding-right: 10px;
}

.submit_next:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

/*

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

メニューアイコン

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

*/
.icon_menu {
  display: inline-block;
  min-height: 14px;
  background-size: 16px 14px;
  padding-left: 23px;
  line-height: 16px;
}

/*

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

PDFアイコン

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

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

/*

## - list ul ol

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

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

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

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

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

.dl::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

.scell {
  margin-right: 1em;
}

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

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

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

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

.inline_block_list::after {
  clear: both;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .pc_inline_block_list li {
    margin-bottom: 10px;
  }
}

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

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

.horizontal_list::after {
  clear: both;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px), print {
  .breadcrumbs,
  .bread_crumb {
    padding-left: 1em;
    padding-top: 7px;
    padding-bottom: 2em;
  }
}

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

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

.breadcrumbs li,
.bread_crumb li {
  display: inline;
  line-height: 1.2;
}

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

@media screen and (max-width: 767px) {
  .breadcrumbs li,
  .bread_crumb li {
    font-size: 0.75rem;
  }
}

.breadcrumbs li:not(:last-child)::after,
.bread_crumb li:not(:last-child)::after {
  content: '>';
  display: inline-block;
  position: relative;
  top: -.1em;
  left: 0;
  color: #333;
}

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

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

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

.breadcrumbs .tail,
.bread_crumb .tail {
  margin-left: 0em;
  margin-right: 0em;
}

@media screen and (max-width: 767px) {
  .breadcrumbs .tail,
  .bread_crumb .tail {
    font-size: 0.75rem;
  }
}

.breadcrumbs a,
.bread_crumb a {
  text-decoration: underline;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
}

.breadcrumbs a:hover,
.bread_crumb a:hover {
  color: #fc4b22;
  opacity: 1;
  text-decoration: none;
}

/*

## - table

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

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

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

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

/*

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

画像だけの table を想定

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

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

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

/*

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

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

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

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

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

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

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

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

.scroll_to_top:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

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

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

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

/**************************
a.accordion
*/
.js-accordion .js-accordion__toggle {
  display: block;
}

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

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

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

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

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

.js-toggle {
  position: absolute;
  display: block;
  min-height: 10px;
  width: 10px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  background-color: #ccc;
  padding: 5px;
}

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

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

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

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

.tab_area__content {
  display: none;
}

.tab_area__content._show {
  display: block;
}

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

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

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

.image_list a {
  display: block;
}

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

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

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

@media screen and (max-width: 767px) {
  .image_list li {
    margin-bottom: 15px;
  }
}

.banner {
  display: block;
}

.banner:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

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

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

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

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

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

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

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

.signature {
  text-align: right;
}


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

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

.wpnews::after {
  clear: both;
}

.wpnews__head {
  margin-bottom: 30px;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

.wpnews__date {
  text-align: right;
}

.wpnews__attr {
  text-align: center;
}

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

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

.wpnews__attr .category {
  color: #888;
}

.wpnews__content {
  max-width: 100%;
  font-size: 0.938rem;
  line-height: 1.7;
}

.root .wpnews__content {
  margin: 0 auto;
}

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

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

.wpnews a {
  text-decoration: underline;
}

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

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

.wp_pagination::after {
  clear: both;
}

.wp_pagination_prev {
  float: left;
}

.wp_pagination_next {
  float: right;
}

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

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

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

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

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

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

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

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

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

.gcalendar > iframe {
  height: 300px;
}


.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
  background: -webkit-linear-gradient(transparent 60%, #fff 60%);
  background: -o-linear-gradient(transparent 60%, #fff 60%);
  background: linear-gradient(transparent 60%, #fff 60%);
}

.cell {
  margin-right: 1em;
}

.cell2 {
  margin-right: 0.5em;
}

.scell {
  margin-right: 1em;
}

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

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

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

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

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

.link {
  line-height: 1.4;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news_pager a {
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #39bb45;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.news_pager a.current, .news_pager a:hover {
  background-color: #68a879;
  color: #fff;
}

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

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

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

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

.news_pager .next_link::before {
  right: 13px;
  left: auto;
}

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

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

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

.news_pager .prev_link::before {
  left: 13px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

@media screen and (max-width: 767px) {
  .news_pager {
    margin-left: -10px;
    margin-right: -10px;
  }
  .news_pager__box,
  .news_pager a {
    width: 33px;
    height: 41px;
  }
  .news_pager__box {
    padding-left: 2px;
    padding-right: 2px;
  }
  .news_pager a {
    line-height: 41px;
  }
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoom-in-hover2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoom-in-hover2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@-webkit-keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .5;
  }
}

@keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .5;
  }
}

@-webkit-keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes pop-downwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
    transform: matrix(0.97, 0, 0, 1, 0, -12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
    transform: matrix(0.99, 0, 0, 1, 0, -2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@keyframes pop-downwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
    transform: matrix(0.97, 0, 0, 1, 0, -12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
    transform: matrix(0.99, 0, 0, 1, 0, -2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

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

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

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(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);
  }
}

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

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

@-webkit-keyframes header_appear {
  0% {
    top: -66px;
  }
  100% {
    top: 0;
  }
}

@keyframes header_appear {
  0% {
    top: -66px;
  }
  100% {
    top: 0;
  }
}

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

## Project

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

*/
.mb_3em {
  margin-bottom: 3em !important;
}

@media screen and (min-width: 768px), print {
  .mb_3em-pc {
    margin-bottom: 3em !important;
  }
}

@media screen and (max-width: 767px) {
  .mb_3em-sp {
    margin-bottom: 3em !important;
  }
}

.mb_2em {
  margin-bottom: 2em !important;
}

@media screen and (min-width: 768px), print {
  .mb_2em-pc {
    margin-bottom: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .mb_2em-sp {
    margin-bottom: 2em !important;
  }
}

.mb_1_5em {
  margin-bottom: 1.5em !important;
}

@media screen and (min-width: 768px), print {
  .mb_1_5em-pc {
    margin-bottom: 1.5em !important;
  }
}

@media screen and (max-width: 767px) {
  .mb_1_5em-sp {
    margin-bottom: 1.5em !important;
  }
}

.mb_1em {
  margin-bottom: 1em !important;
}

@media screen and (min-width: 768px), print {
  .mb_1em-pc {
    margin-bottom: 1em !important;
  }
}

@media screen and (max-width: 767px) {
  .mb_1em-sp {
    margin-bottom: 1em !important;
  }
}

.mb_05em {
  margin-bottom: .5em !important;
}

@media screen and (min-width: 768px), print {
  .mb_05em-pc {
    margin-bottom: .5em !important;
  }
}

@media screen and (max-width: 767px) {
  .mb_05em-sp {
    margin-bottom: .5em !important;
  }
}

.mb_0em,
.no_mb,
.mb_none {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px), print {
  .mb_0em-pc,
  .no_mb-pc,
  .mb_none-pc {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .mb_0em-sp,
  .no_mb-sp,
  .mb_none-sp {
    margin-bottom: 0 !important;
  }
}

.category_area-farmstand {
  background-image: url("../img/category/bg_farmstand.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 280px;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .category_area-farmstand {
    height: 100px;
    min-width: 100px;
  }
}

.category_area-product {
  background-image: url("../img/category/bg_product.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 280px;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .category_area-product {
    height: 100px;
    min-width: 100px;
  }
}

.category_area-service {
  background-image: url("../img/category/bg_service.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 280px;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .category_area-service {
    height: 100px;
    min-width: 100px;
  }
}

.category_area-store {
  background-image: url("../img/category/bg_store.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 280px;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .category_area-store {
    height: 100px;
    min-width: 100px;
  }
}

.category_area-about {
  background-image: url("../img/category/bg_about.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 280px;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .category_area-about {
    height: 100px;
    min-width: 100px;
  }
}

.category_area-info {
  background-image: url("../img/category/bg_info.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 280px;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .category_area-info {
    height: 100px;
    min-width: 100px;
  }
}

.content_section {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .content_section {
    padding: 35px 70px 20px 70px;
  }
  .content_section.last_section {
    padding-bottom: 200px;
  }
}

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

.content_section.content-short {
  margin-bottom: -30px;
}

.content_section_bg {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .content_section_bg {
    width: 100%;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px), print {
  .header_area {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    height: 50px;
  }
}

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

@media screen and (max-width: 767px) {
  #header__1 {
    background-color: #fff;
  }
}

.header {
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .header img {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 1000;
  }
}

.header__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  font-size: 0px;
}

.header__1__1 {
  background-color: #fff;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .header__1__1 {
    border-bottom: 1px solid #f2f2f2;
  }
}

.header__2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 78px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.header__fontsize_area .header__fontsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
}

.header__fontsize_area .header__fontsize .label img {
  height: 23px;
}

.header__button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.header__btn {
  background-color: #5f5e5b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2px;
  border-radius: 30px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__btn img {
  height: 23px;
}

.header__logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 78px;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  font-size: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.header__logo a {
  display: block;
  text-align: center;
}

.header__logo img {
  height: 30px;
  width: 190px;
  position: relative;
  bottom: 4px;
}

.header .pc_none img {
  width: 180px;
  height: 30px;
  margin-top: 5px;
}

.header-fixed .gnav_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 100vw;
  background-color: #fff;
  border-bottom: 1px solid #7f7f79;
  max-height: 50px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (max-width: 767px) {
  .header-fixed .gnav_menu {
    background-color: transparent;
    border: none;
  }
}

.header-fixed .gnav-sub {
  background-color: #fff;
}

.header-fixed .header__2 {
  border: none;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 50px;
}

.header-fixed .gnav__text .main {
  max-height: 46px;
  position: relative;
  top: 28px;
}

.header-fixed .gnav__li::after {
  top: 39px;
}

.header-fixed .main:hover {
  background-color: #c1cf38;
}

.header-fixed .header__logo {
  height: 50px;
}

.gnav_sub_area {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 0;
  overflow: hidden;
  background-color: #c1cf38;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.root .header .gnav_sub_area {
  width: 100vw;
}

.gnav_sub_area._show {
  height: auto;
  display: block;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.gnav_sub_area._leave {
  height: auto;
  display: block;
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.gnav_sub {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}

.gnav_sub > .gnav_sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav_sub > .gnav_sub__list > li {
  width: 33.33%;
}

.gnav_sub-1 .column-1 {
  width: 75%;
}

.gnav_sub-1 .column-1 .gnav_sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.gnav_sub-1 .column-1 .gnav_sub__list > li {
  width: 33.33%;
}

.gnav_sub-1 .column-2 {
  width: 25%;
}

.gnav_sub-3 .column-1 {
  width: 25%;
}

.gnav_sub-3 .column-2 {
  width: 75%;
}

.gnav_sub-3 .column-2 .sub_menu__ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav_sub-3 .column-2 .sub_menu__ul2 > li {
  width: 33.33%;
}

.gnav_sub__list {
  font-size: 0;
  width: 100%;
}

.gnav_sub__list .sub_menu__ul2 {
  padding-left: 22px;
}

.gnav_sub__list .li1 {
  padding-right: 1em;
  margin-bottom: 10px;
}

.gnav_sub__list .li2 {
  margin-bottom: 12px;
  padding-right: 1em;
}

.gnav_sub__list-vertical .li1 {
  margin-bottom: 0;
}

.gnav_sub__list-vertical .li1 + .li1 {
  margin-top: 30px;
}

.gnav_sub__list a {
  display: block;
  color: #fff;
}

.gnav_sub__list a:hover {
  color: #dff5e1;
  text-decoration: none;
}

.gnav_sub__list .a1 {
  margin-bottom: 12px;
  font-size: 0.938rem;
  line-height: 1.3;
  padding-left: 20px;
  position: relative;
  top: 0;
  left: 0;
}

.gnav_sub__list .a1 .image > img {
  width: auto;
  height: 180px;
}

.gnav_sub__list .a2 {
  font-size: 0.875rem;
  line-height: 1.3;
  padding-left: 18px;
  position: relative;
  top: 0;
  left: 0;
}

.gnav_sub__list .sub_menu__ul3,
.gnav_sub__list .js-toggle {
  display: none;
}

.main_content_area {
  color: #5e5d57;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .main_content_area {
    max-width: 860px;
    padding: 48px 70px;
  }
}

@media screen and (max-width: 767px) {
  .main_content_area {
    padding: 48px 0px;
    width: 100%;
  }
}

.main_content_area ul:not(.cancel):not(.pagelink_list) > li::before {
  content: '';
  display: block;
  position: absolute;
  left: .2em;
  width: 6px;
  height: 6px;
  top: 8px;
  background-color: #9eb931;
  border-radius: 5px;
}

.main_content_area ol:not(.cancel) > li::before {
  counter-increment: num;
  content: counter(num) ".";
  color: #9eb931;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -.5em;
  text-align: right;
  width: 1.5em;
}

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

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

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

@media all and (-ms-high-contrast: none) {
  .fontsize {
    /* IE11以上 */
    width: 66px;
  }
}

.fontsize ul {
  width: 60px;
  height: 24px;
}

.fontsize ul li.fontsize-small_position {
  position: absolute;
  top: 5px;
  left: 10px;
}

@media all and (-ms-high-contrast: none) {
  .fontsize ul li.fontsize-small_position {
    position: absolute;
    top: 5px;
    left: 8px;
  }
}

.fontsize ul li.fontsize-large_position {
  position: absolute;
  top: 4px;
  left: 35px;
}

@media all and (-ms-high-contrast: none) {
  .fontsize ul li.fontsize-large_position {
    position: absolute;
    top: 4px;
    left: 34px;
  }
}

.fontsize__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #98b912;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  margin-right: 2px;
}

@media all and (-ms-high-contrast: none) {
  .fontsize__a {
    background-color: initial;
  }
}

.fontsize__a-s {
  width: 22px;
  height: 22px;
  overflow: hidden;
}

.fontsize-small .fontsize__a-s {
  content: url("/common/img/pc/header_fontsize_s_w.png");
}

@media all and (-ms-high-contrast: none) {
  .fontsize-small .fontsize__a-s {
    background: url("/common/img/pc/header_fontsize_s_w.png");
    background-size: cover;
  }
}

.fontsize-large .fontsize__a-s {
  content: url("/common/img/pc/header_fontsize_s.png");
}

@media all and (-ms-high-contrast: none) {
  .fontsize-large .fontsize__a-s {
    background: url("/common/img/pc/header_fontsize_s.png");
    background-size: cover;
  }
}

@media all and (-ms-high-contrast: none) {
  .fontsize__a-s .img {
    position: relative;
    right: 3px;
    height: 26px;
  }
}

.fontsize__a-s:hover {
  content: url("/common/img/pc/header_fontsize_s_w.png");
}

@media all and (-ms-high-contrast: none) {
  .fontsize__a-s:hover {
    background: url("/common/img/pc/header_fontsize_s_w.png");
    background-size: cover;
  }
}

.fontsize__a-l {
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.fontsize-large .fontsize__a-l {
  content: url("/common/img/pc/header_fontsize_l_w.png");
}

@media all and (-ms-high-contrast: none) {
  .fontsize-large .fontsize__a-l {
    background: url("/common/img/pc/header_fontsize_l_w.png");
    background-size: cover;
  }
}

.fontsize-small .fontsize__a-l {
  content: url("/common/img/pc/header_fontsize_l.png");
}

@media all and (-ms-high-contrast: none) {
  .fontsize-small .fontsize__a-l {
    background: url("/common/img/pc/header_fontsize_l.png");
    background-size: cover;
  }
}

@media all and (-ms-high-contrast: none) {
  .fontsize__a-l .img {
    position: relative;
    right: 12px;
    height: 24px;
    margin-left: 12px;
  }
}

.fontsize__a-l:hover {
  background-color: #5f5e5b;
  content: url("/common/img/pc/header_fontsize_l_w.png");
}

@media all and (-ms-high-contrast: none) {
  .fontsize__a-l:hover {
    background: url("/common/img/pc/header_fontsize_l_w.png");
    background-size: cover;
  }
}

.fontsize__a:hover img {
  border-radius: 14px;
}

@media all and (-ms-high-contrast: none) {
  .fontsize-small .fontsize-large_position,
  .fontsize-large .fontsize-large_position {
    position: absolute;
    top: 4px;
    left: 43px;
  }
}

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

.search__text {
  display: block;
  width: 152px;
  padding: 0;
  margin: 0;
  border: 2px solid #afcb3d;
  border-right: 0 none;
  padding-left: 8px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  height: 22px;
  line-height: 22px;
  font-size: 0.813rem;
  -webkit-appearance: none;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search__text:focus {
  outline: none;
}

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

.search__submit {
  border: 0 none;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 22px;
  padding: 0;
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url("../img/icon/search.png") center center/15px 15px no-repeat #afcb3d;
}

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

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

@media screen and (min-width: 768px), print {
  .breadcrumbs,
  .bread_crumb,
  #breadcrumbs,
  #bread_crumb {
    padding-top: 7px;
    padding-bottom: 2em;
  }
}

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

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

.breadcrumbs li,
.bread_crumb li {
  display: inline;
  line-height: 1.2;
}

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

@media screen and (max-width: 767px) {
  .breadcrumbs li,
  .bread_crumb li {
    font-size: 0.75rem;
  }
}

.breadcrumbs li:not(:last-child)::after,
.bread_crumb li:not(:last-child)::after {
  content: '>';
  display: inline-block;
  position: relative;
  top: -.1em;
  left: 0;
  color: #333;
}

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

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

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

.breadcrumbs .tail,
.bread_crumb .tail {
  margin-left: 0em;
  margin-right: 0em;
  color: #5e5d57;
}

@media screen and (max-width: 767px) {
  .breadcrumbs .tail,
  .bread_crumb .tail {
    font-size: 0.75rem;
  }
}

.breadcrumbs a,
.bread_crumb a {
  text-decoration: underline;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
}

.main_content .breadcrumbs a,
.main_content .bread_crumb a {
  color: #889f1a;
}

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

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

@media screen and (max-width: 767px) {
  .category_title {
    margin: 20px 0;
  }
  .category_title.mg-set10 {
    margin: 10px 0;
  }
}

.category_title img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 768px), print {
  .category_title img {
    height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .category_title img {
    height: auto;
    width: 250px;
  }
}

.link::before {
  content: '';
  display: inline-block;
  background: url(../img/icon/arrow/link.png) 0 center no-repeat transparent;
  background-size: 7px 9px;
  width: 7px;
  height: 9px;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .link::before {
    margin: 0 6px 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .link::before {
    margin: 4px 0 0 4px;
  }
}

.link_list li a.link::before {
  content: '';
  display: inline-block;
  background: url(../img/icon/arrow/link.png) 0 center no-repeat transparent;
  background-size: 7px 9px;
  width: 7px;
  height: 9px;
}

@media screen and (max-width: 767px) {
  .link_list li a.link::before {
    margin-top: -10px;
  }
}

.main_content {
  letter-spacing: .1em;
  line-height: 1.3;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .main_content {
    min-width: 1000px;
  }
}

.main_content a {
  color: #e67c00;
}

.main_content a.tel_link-no {
  color: #000;
}

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

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

.main_content h2:not(.cancel),
.main_content h2 {
  background-color: #f5f7ee;
  line-height: 1.5;
  position: relative;
  padding: 0.25em 1.25em;
  margin-top: 13px;
  margin-bottom: 40px;
  color: #5e5d57;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .main_content h2:not(.cancel),
  .main_content h2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .main_content h2:not(.cancel),
  .main_content h2 {
    font-size: 1.375rem;
  }
}

.main_content h2:not(.cancel):before, .main_content h2:not(.cancel):after,
.main_content h2:before,
.main_content h2:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
}

.main_content h2:not(.cancel):before,
.main_content h2:before {
  border-left: solid 1px #9eb931;
  border-top: solid 1px #9eb931;
  top: -12px;
  left: 12px;
  z-index: 900;
}

.main_content h2:not(.cancel):after,
.main_content h2:after {
  border-right: solid 1px #9eb931;
  border-bottom: solid 1px #9eb931;
  bottom: -12px;
  right: 12px;
}

.main_content h3:not(.cancel),
.main_content h3 {
  background-color: #f2f2f2;
  line-height: 1.5;
  position: relative;
  padding: 0.25em 1.25em;
  margin-bottom: 26px;
  color: #5e5d57;
  font-weight: normal;
}

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

@media screen and (max-width: 767px) {
  .main_content h3:not(.cancel),
  .main_content h3 {
    font-size: 1.313rem;
  }
}

.main_content h3:not(.cancel):after,
.main_content h3:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #98b912;
}

.main_content h4:not(.cancel),
.main_content .h4 {
  color: #5e5d57;
  font-weight: normal;
  display: block;
  line-height: 1.5;
  position: relative;
  margin-bottom: 20px;
  width: -webkit-fill-available;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .main_content h4:not(.cancel),
  .main_content .h4 {
    font-size: 1.5rem;
  }
  .main_content h4:not(.cancel)::after,
  .main_content .h4::after {
    position: absolute;
    content: "";
    background-image: url("../img/h4_line.jpg");
    width: 100%;
    height: 2px;
    top: 18px;
    margin-left: 10px;
  }
  .main_content h4:not(.cancel).no_border::after,
  .main_content .h4.no_border::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .main_content h4:not(.cancel),
  .main_content .h4 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .main_content h4:not(.cancel)::after,
  .main_content .h4::after {
    position: absolute;
    content: "";
    background-image: url("../img/h4_line.jpg");
    width: 100%;
    height: 2px;
    top: 12px;
    margin-left: 10px;
  }
  .main_content h4:not(.cancel).no_border::after,
  .main_content .h4.no_border::after {
    content: none;
  }
}

.main_content h5:not(.cancel),
.main_content .h5 {
  color: #5e5d57;
  font-weight: normal;
  display: table;
  border-top: solid 1px #afcb3d;
  border-bottom: solid 1px #afcb3d;
  line-height: 1.5;
  padding: 0.5em 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .main_content h5:not(.cancel),
  .main_content .h5 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .main_content h5:not(.cancel),
  .main_content .h5 {
    font-size: 1.063rem;
  }
}

.main_content p.h-sp {
  font-size: 1.5rem;
}

.main_content p.h-sp::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #afcb3d;
}

.main_content .btn,
.main_content .btn_na {
  display: inline-block;
  min-height: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  background-color: #98b912;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 25px 9px 35px;
  position: relative;
  text-align: center;
  border-radius: 26px;
  -webkit-transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .main_content .btn,
  .main_content .btn_na {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .main_content .btn,
  .main_content .btn_na {
    font-size: 0.875rem;
  }
}

.main_content .btn:hover:hover,
.main_content .btn_na:hover:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.main_content .table .btn,
.main_content .btn:after {
  content: url(../img/icon/arrow/white.png);
  padding: 14px;
  position: relative;
  bottom: 1px;
}

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

.main_content .table th,
.main_content .table-borderd th,
.main_content .root .wpnews table th {
  background-color: #f5f7ee;
  color: #333;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  text-align: center;
}

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

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

@media screen and (max-width: 767px) {
  .main_content .table th,
  .main_content .table td,
  .main_content .table-borderd th,
  .main_content .table-borderd td,
  .main_content .root .wpnews table th,
  .main_content .root .wpnews table td {
    padding: 0.24em 0.42em;
  }
  .main_content .table th {
    border-bottom: 0;
  }
  .main_content .table th.bd-btm {
    border-bottom: 1px solid #bfbfbf;
  }
  .main_content .table td {
    border-bottom: 0;
  }
  .main_content .table td.bd-btm {
    border-bottom: 1px solid #bfbfbf;
  }
}

@media screen and (min-width: 768px), print {
  .main_content p {
    font-size: 1rem;
    line-height: 2;
  }
}

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

.main_content .link_card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .main_content .link_card_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main_content .link_card_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_content .link_card_list li:nth-child(odd) {
    padding-right: 5px;
  }
  .main_content .link_card_list li:nth-child(even) {
    padding-left: 5px;
  }
}

.main_content .link_card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  background-color: #98b912;
}

.main_content .link_card:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.main_content .link_card .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px), print {
  .main_content .link_card .image {
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .main_content .link_card .image {
    padding-top: 60%;
  }
}

.main_content .link_card .text {
  background-color: #98b912;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  position: relative;
  top: 0;
  left: 0;
}

.main_content .link_card .text::after {
  content: "";
  background-image: url("../img/icon/arrow/white.png");
  width: 25px;
  height: 7px;
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 768px), print {
  .main_content .link_card .text {
    min-height: 60px;
    padding: 10px 50px 10px 10px;
  }
  .main_content .link_card .text::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main_content .link_card .text {
    min-height: 30px;
    height: 100%;
    padding: 5px 45px 15px 5px;
  }
  .main_content .link_card .text::after {
    right: 10px;
  }
}

.main_content figure figcaption {
  font-size: 0.875rem;
  padding-top: 1em;
}

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

.main_content .box {
  border: 1px solid #afcb3d;
  background-color: #fff;
  padding: 1.5em;
}

.main_content .pagelink_box {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .main_content .pagelink_box {
    min-height: 65px;
    padding: 1.2em 1.5em .5em;
    width: 800px;
  }
}

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

.main_content .pagelink_box.link {
  color: #9eb931;
}

@media screen and (min-width: 768px), print {
  .main_content .pagelink_box ul {
    text-align: center;
  }
}

.main_content .pagelink_box ul li {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: .5em;
}

.main_content .pagelink_box ul a {
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 14px;
}

.main_content .pagelink_box ul a:hover {
  color: #fc4b22;
}

.main_content .pagelink_box ul a::before {
  position: absolute;
  top: 0.27em;
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main_content .pagelink_list {
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #afcb3d;
  background-color: rgba(245, 247, 238, 0.7);
  padding: 20px 30px 10px 30px;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}

.main_content .pagelink_list > li {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .main_content .pagelink_list {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.main_content .pagelink_list a {
  text-decoration: none;
  color: #9eb931;
  margin-right: 5px;
}

.main_content .pagelink_list a:hover {
  text-decoration: underline;
}

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

@media screen and (min-width: 768px), print {
  .main_content .pagelink_list .link {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main_content .pagelink_list .link {
    padding-left: 20px;
  }
}

.main_content .pagelink_list .link::before {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .main_content .pagelink_list .link::before {
    left: 0;
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .main_content .pagelink_list .link::before {
    left: 0px;
    top: 1px;
  }
}

@media screen and (min-width: 768px), print {
  .main_content .pagelink_list > li:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main_content .pagelink_list > li {
    margin-right: 20px;
  }
}

.footer {
  background-image: url("../img/bg.jpg");
  padding-top: 50px;
}

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

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

.footer__1 {
  margin-bottom: 40px;
}

.footer__2 {
  margin-bottom: 40px;
  width: 100%;
}

.footer__logo01 {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.footer__logo01,
.footer__logo01 a,
.footer__logo01 img {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .footer__logo01,
  .footer__logo01 a,
  .footer__logo01 img {
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo01,
  .footer__logo01 a,
  .footer__logo01 img {
    height: 30px;
    width: auto;
  }
}

.footer__logo02 {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.footer__logo02,
.footer__logo02 a,
.footer__logo02 img {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .footer__logo02,
  .footer__logo02 a,
  .footer__logo02 img {
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo02,
  .footer__logo02 a,
  .footer__logo02 img {
    height: 20px;
    width: auto;
  }
}

.footer .address {
  text-align: center;
}

.footer__copyright {
  text-align: center;
  font-size: 0.625rem;
}

@media screen and (min-width: 768px), print {
  .footer__menu ul {
    min-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footer__menu ul {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__menu ul a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.footer__menu ul a::after {
  content: url("/common/img/icon/arrow/circle_arrow.png");
  position: relative;
  bottom: 5px;
}

@media screen and (max-width: 767px) {
  .footer__menu ul a {
    padding-top: .5em;
    padding-bottom: .5em;
    display: inline-block;
  }
}

.fbanner_area {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .fbanner_area {
    min-width: 1000px;
    width: auto;
    height: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

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

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

@media screen and (min-width: 768px), print {
  .fbanner {
    padding-top: 15px;
    width: 880px;
    height: 60px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fbanner {
    padding-top: 10px;
    height: 45px;
  }
}

.fbanner .li {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 768px), print {
  .fbanner .banner {
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .fbanner .banner,
  .fbanner img {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}

.logo_area {
  width: 230px;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  td a {
    text-decoration: none;
  }
}

#tab-area input[type="radio"] {
  display: none;
}

#tab-area .tab-box div {
  height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

#tab1:checked ~ .tab-box #tab-content1,
#tab2:checked ~ .tab-box #tab-content2,
#tab3:checked ~ .tab-box #tab-content3,
#tab4:checked ~ .tab-box #tab-content4,
#tab5:checked ~ .tab-box #tab-content5 {
  height: auto;
  opacity: 1;
  padding: 10px;
}

.tab-box {
  border: 1px solid #000;
  border-top: none;
}

.font_label {
  display: inline-block;
  text-align: center;
}

.font_label img {
  height: 23px;
}

.font_label:hover {
  opacity: 0.7;
  background-color: #edf4c3;
}

.map_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1ex -10px;
}

@media screen and (max-width: 767px) {
  .map_column {
    margin: 1ex 0;
    width: 100%;
    display: block;
  }
}

.map_column > * {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .map_column > * {
    padding: 0;
  }
}

.map_column > *:first-child {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .map_column > *:first-child {
    width: 100%;
  }
}

.map_column > *:last-child {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .map_column > *:last-child {
    width: 100%;
  }
}

.map_column .gmap_iframe {
  width: 100%;
  height: 400px;
}

.map_column .table th {
  width: 100px;
}

.img_border {
  border: 1px solid #5e5d57;
}

.catbtn_list {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catbtn_list li {
  margin: 0;
  padding: 10px;
  width: 33%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .catbtn_list li {
    padding: 5px 10px;
    width: 100%;
  }
}

a.catbtn_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  background-color: #98b912;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-radius: 5px;
}

a.catbtn_btn:hover:hover, a.catbtn_btn:active:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

a.catbtn_btn .catbtn_img {
  display: block;
  overflow: hidden;
  padding: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.catbtn_btn .catbtn_img img {
  vertical-align: middle;
  -webkit-transition: 0.4s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.4s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.4s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: auto;
  height: 50px;
}

a.catbtn_btn .catbtn_label {
  font-size: 1rem;
  min-height: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  background-color: #98b912;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 100%;
  padding: 1ex 1em;
  font-size: 100%;
}

a.catbtn_btn .catbtn_label::before {
  min-width: 7px;
}

.category_title img.form_img {
  width: auto;
}

@media screen and (min-width: 768px), print {
  .category_title img.form_img {
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .category_title img.form_img {
    height: 80px;
  }
}

.menu_box {
  background-image: url("../img/bg.jpg");
  color: #474938;
  position: relative;
  left: -20px;
  bottom: 30px;
  width: 180px;
  height: auto;
  min-height: 30px;
  padding: 15px 50px 15px 20px;
  font-size: 0.938rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_box::after {
  content: url(../img/icon/arrow/green.png);
  position: absolute;
  right: 20px;
}

.td_none {
  text-decoration: none;
}

@media print {
  #scroll_to_top {
    display: none;
  }
  .gnav.fixed > div {
    position: absolute;
    top: 0;
  }
  .gnav.fixed .gnav_menu {
    display: none;
  }
}

#close-notice{
  display: none;
}

