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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, .img_link__img {
  max-width: 100%;
  display: block;
}

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

## Utility - Cosmetic

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

*/
/*

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

太字。

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

*/
em,
.bold,
.recipe_link__text,
.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: #c40c0c;
  text-decoration-color: #c40c0c;
}

/*

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

オレンジ文字。

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

*/
.orange_text {
  color: #fff;
}

.orange_text2 {
  color: #f9e6e6;
}

/*

<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: #00f;
  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, .img_link__img, .voice_link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*

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

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

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

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

/*

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

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

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

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

/*

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

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

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

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

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

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

.clear_both {
  clear: both;
}

/*

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

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

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*

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

clear: both; だけしたい時。

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

*/
.clear {
  clear: both;
}

/*

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

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

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

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

/*

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

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

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

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

/*

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

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

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

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

/*

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

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

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

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

/*

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

*/
.root .main_content .mb_3em {
  margin-bottom: 3em;
}
.root .main_content .mb_2em {
  margin-bottom: 2em;
}
.root .main_content .mb_1_5em {
  margin-bottom: 1.5em;
}
.root .main_content .mb_1em, .root .main_content .img_links > li {
  margin-bottom: 1em;
}
.root .main_content .mb_05em, .root .main_content .img_link__img {
  margin-bottom: .5em;
}
.root .main_content .mb_0em,
.root .main_content .no_mb,
.root .main_content .mb_none {
  margin-bottom: 0;
}

/*

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

comment

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

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

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

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

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

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

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

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

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

.push_text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #f9e6e6;
  line-height: 1.5;
}
.push_text-blue {
  color: #00f;
}

/**************************
.main_content
*/
.main_content ul:not(.cancel):not(.img_links):not(.arts):not(:last-child) {
  margin-bottom: 1em;
}
.main_content ul:not(.cancel):not(.img_links):not(.arts) > li {
  padding-left: 1em;
  margin-bottom: .3em;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.6;
}
.main_content ul:not(.cancel):not(.img_links):not(.arts) > li:last-child {
  margin-bottom: 0;
}
.main_content ul:not(.cancel):not(.img_links):not(.arts) > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #962a26;
  border-radius: 3px;
}
@media screen and (min-width: 768px), print {
  .main_content ul:not(.cancel):not(.img_links):not(.arts) > li::before {
    top: 1.1ex;
  }
}
@media screen and (max-width: 767px) {
  .main_content ul:not(.cancel):not(.img_links):not(.arts) > li::before {
    top: 7px;
  }
}
.main_content .anotation_list:not(.cancel):not(.img_links):not(.arts):not(:last-child) {
  margin-bottom: 1em;
}
.main_content .anotation_list:not(.cancel):not(.img_links):not(.arts) > li {
  padding-left: 1.3em;
  margin-bottom: .3em;
  position: relative;
  top: 0;
  left: 0;
}
.main_content .anotation_list:not(.cancel):not(.img_links):not(.arts) > li:last-child {
  margin-bottom: 0;
}
.main_content .anotation_list:not(.cancel):not(.img_links):not(.arts) > li::before {
  content: '※';
  width: .5em;
  position: absolute;
  background: 0 none;
  top: 0;
  left: 0;
}
.main_content ol:not(.cancel):not(.img_links):not(.arts) {
  list-style: none;
  counter-reset: num;
}
.main_content ol:not(.cancel):not(.img_links):not(.arts):not(:last-child) {
  margin-bottom: 1em;
}
.main_content ol:not(.cancel):not(.img_links):not(.arts) > li {
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: .3em;
  position: relative;
  top: 0;
  left: 0;
}
.main_content ol:not(.cancel):not(.img_links):not(.arts) > li::before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  left: -.7em;
  text-align: right;
  width: 1.5em;
}
.main_content ol:not(.cancel):not(.img_links):not(.arts) > li:last-child {
  margin-bottom: 0;
}
.main_content .ol2:not(.cancel):not(.img_links):not(.arts) > li {
  padding-left: 1.7em;
}
.main_content .ol2:not(.cancel):not(.img_links):not(.arts) > li::before {
  content: "（" counter(num) "）";
  color: #222;
}
.main_content .ol-i:not(.cancel):not(.img_links):not(.arts) > li::before {
  content: counter(num,upper-roman) ". ";
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .main_content .link_list li {
    margin-bottom: .3em;
  }
}
@media screen and (max-width: 767px) {
  .main_content .link_list li {
    margin-bottom: 0;
    border-bottom: 1px dashed #d2d2d2;
  }
}
.main_content .link_list li::before {
  display: none;
}
.main_content .link_list .link::before, .main_content .link_list .img_link__title::before, .main_content .link_list .sitemap_links a::before, .sitemap_links .main_content .link_list a::before {
  top: .1em;
}
@media screen and (max-width: 767px) {
  .main_content .link_list li {
    border-bottom: 1px dotted #ccc;
  }
  .main_content .link_list a,
  .main_content .link_list button {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    text-decoration: none;
  }
  .main_content .link_list a:hover,
  .main_content .link_list button:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: 0.2s opacity;
  }
  .main_content .link_list a.link, .main_content .link_list a.img_link__title, .main_content .link_list .sitemap_links a, .sitemap_links .main_content .link_list a,
  .main_content .link_list button.link,
  .main_content .link_list button.img_link__title {
    padding-left: 16px;
    position: relative;
    top: 0;
    left: 0;
  }
  .main_content .link_list a.link::before, .main_content .link_list a.img_link__title::before, .main_content .link_list .sitemap_links a::before, .sitemap_links .main_content .link_list a::before,
  .main_content .link_list button.link::before,
  .main_content .link_list button.img_link__title::before {
    position: absolute;
    left: 0;
    top: 1.4em;
  }
}

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

.table,
.table-borderd,
.root .wpnews table {
  border-collapse: collapse;
  background-color: #fff;
}
.table:not(:last-child),
.table-borderd:not(:last-child),
.root .wpnews table:not(:last-child) {
  margin-bottom: 1em;
}
.table caption,
.table-borderd caption,
.root .wpnews table caption {
  display: none;
}
.table caption.cap,
.table-borderd caption.cap,
.root .wpnews table caption.cap {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #fff;
  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 #e7d0ab;
  box-sizing: border-box;
}
.table th,
.table th p,
.table td,
.table td p,
.table-borderd th,
.table-borderd th p,
.table-borderd td,
.table-borderd td p,
.root .wpnews table th,
.root .wpnews table th p,
.root .wpnews table td,
.root .wpnews table td p {
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .table th,
  .table td,
  .table-borderd th,
  .table-borderd td,
  .root .wpnews table th,
  .root .wpnews table td {
    padding: 0.6em 1.02em;
  }
}
@media screen and (max-width: 767px) {
  .table th,
  .table td,
  .table-borderd th,
  .table-borderd td,
  .root .wpnews table th,
  .root .wpnews table td {
    padding: 0.48em 0.84em;
  }
}
.table th,
.table-borderd th,
.root .wpnews table th {
  background-color: #fff5e5;
  color: #222;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.table thead th,
.table-borderd thead th,
.root .wpnews table thead th {
  background-color: #72482c;
  color: #fff;
  font-size: 0.875rem;
}
.table tbody th,
.table-borderd tbody th,
.root .wpnews table tbody th {
  width: 140px;
}
.table + .right_text,
.table-borderd + .right_text,
.root .wpnews table + .right_text {
  margin-top: -1.5em;
}
.table .number-cell,
.table-borderd .number-cell,
.root .wpnews table .number-cell {
  text-align: right;
}

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

.wpnews table {
  width: auto;
}
.wpnews table tbody th {
  width: inherit;
}

.table-sm {
  max-width: 28em;
}
.table-md {
  max-width: 38em;
}
.table-td_right td {
  text-align: right;
}
.table-center th,
.table-center td {
  text-align: center;
}
.table-th_center th {
  text-align: center;
}
.table-td_center td {
  text-align: center;
}
.table-th_auto tbody th {
  width: auto;
}
.table-td_middle tbody td {
  vertical-align: middle;
}
.table-noborder th,
.table-noborder td {
  border: 0 none;
  background-color: transparent;
  text-align: left;
  vertical-align: top;
}
.table-noborder th {
  padding-right: 2em;
}

.table2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table2 tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table2 td, .table2 th {
  padding: 5px 10px;
}

.banner_horizontal_list {
  padding-left: 0;
}
.banner_horizontal_list > li::before {
  display: none;
}
.banner_horizontal_list > li:not(:last-child) {
  margin-bottom: 10px;
}

.anotation {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .anotation {
    font-size: 0.938rem;
    padding-left: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .anotation {
    font-size: 0.875rem;
    padding-left: 1.3em;
  }
}
.anotation::before {
  content: '※';
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.anotation-black {
  color: #222;
}
.anotation-black::before {
  color: #222;
}
.anotation-right {
  float: right;
}

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

## - p

*/
/*

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

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

p {
  color: #222;
}

@media screen and (min-width: 768px), print {
  p {
    font-size: 0.938rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 1.78571;
  }
}
/**************************
.content_section
*/
@media screen and (min-width: 768px), print {
  .content_section:not(:last-child) {
    margin-bottom: 60px;
  }
  .content_section-sm:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content_section:not(:last-child) {
    margin-bottom: 30px;
  }
  .content_section-sm:not(:last-child) {
    margin-bottom: 20px;
  }
}
/**************************
.indent
*/
@media screen and (min-width: 768px), print {
  .main_content .indent,
  .main_content .pc_indent {
    padding-left: 15px;
  }
  .main_content .indent2 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_content .indent {
    padding-left: 0;
    padding-right: 0;
  }
  .main_content .sp_indent {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

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

## - a リンク設定

*/
/*

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

基本のリンク設定

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

*/
a {
  color: #199111;
  text-decoration: none;
}
a:hover {
  color: #199111;
}
section a {
  text-decoration: underline;
}
section a:hover {
  text-decoration: none;
}
section a.no_border {
  text-decoration: none;
}

.url {
  text-decoration: underline;
  color: #199111;
  word-break: break-all;
}
.url:hover, .url:focus, .url:active {
  color: #199111;
  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: 20px 18px;
  width: 20px;
  height: 18px;
  position: relative;
  top: 2px;
  left: 0;
  margin-left: 5px;
  margin-top: -1em;
}

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

## - .btn - 汎用ボタン

*/
/*

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

汎用ボタン。

*/
.btn {
  display: inline-block;
  min-height: 27px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #77440c;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  padding: 4px 12px 3px 32px;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.btn::before {
  content: '';
  display: inline-block;
  background: url("../img/icon/arrow/btn.png") 0 center no-repeat transparent;
  background-size: 12px 15px;
  width: 12px;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .btn:not(.btn-sm) {
    font-size: 14px;
    min-height: 45px;
    padding: 13px 16px 12px;
    max-width: 290px;
    width: 100%;
  }
}
.btn-lg {
  font-size: 14px;
  min-height: 45px;
  padding: 13px 16px 12px;
  max-width: 290px;
  width: 100%;
}
.main_content .btn {
  text-decoration: none;
}
.btn.pdf::after {
  margin-top: -7px;
  position: relative;
  top: 3px;
  left: 0;
}
.btn.out::after, .btn.ext::after, .btn.outlink::after, .btn.icon_out::after, .btn.icon_ext::after {
  background-image: url("../img/icon/ext_white.png");
  margin-top: -1em;
  position: relative;
  top: 2px;
  left: 0;
}
.btn:hover {
  color: #fff;
}
.btn._disable {
  pointer-events: none;
}

button.btn {
  border: 0 none;
  cursor: pointer;
}

button.btn-large,
input.btn-large {
  padding-top: 13px;
}
.root button.btn-disabled, .root
input.btn-disabled {
  opacity: .4;
}
.root button.btn-disabled:hover, .root
input.btn-disabled:hover {
  opacity: .4;
}

/*

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

メニューアイコン

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

*/
/*

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

PDFアイコン

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

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

/*

## - list ul ol

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

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

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

*/
.dl {
  font-size: 0.875rem;
}
.dl::before, .dl::after {
  content: '';
  display: table;
}
.dl::after {
  clear: both;
}
.dl dt {
  clear: left;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #72482c;
  font-weight: bold;
}
.dl dt::before {
  margin-right: .5em;
}
@media screen and (min-width: 768px), print {
  .dl dt,
  .dl dd {
    float: left;
  }
}
.dl dt:last-child,
.dl dd:last-child {
  margin-bottom: 0;
}
.dl dd {
  width: 100%;
  box-sizing: border-box;
}
.dl dd:not(:last-child) {
  padding-bottom: .3em;
}
@media screen and (max-width: 767px) {
  .dl dd:not(:last-child) {
    margin-bottom: .7em;
  }
}
@media screen and (min-width: 768px), print {
  .dl-2em dt {
    width: 2em;
  }
  .dl-2em dt .h-inline {
    width: -1.5em;
  }
  .dl-2em dd {
    margin-left: -3em;
    padding-left: 3em;
  }
  .dl-3em dt {
    width: 3em;
  }
  .dl-3em dt .h-inline {
    width: -0.5em;
  }
  .dl-3em dd {
    margin-left: -4em;
    padding-left: 4em;
  }
  .dl-4em dt {
    width: 4em;
  }
  .dl-4em dt .h-inline {
    width: 0.5em;
  }
  .dl-4em dd {
    margin-left: -5em;
    padding-left: 5em;
  }
  .dl-5em dt {
    width: 5em;
  }
  .dl-5em dt .h-inline {
    width: 1.5em;
  }
  .dl-5em dd {
    margin-left: -6em;
    padding-left: 6em;
  }
  .dl-6em dt {
    width: 6em;
  }
  .dl-6em dt .h-inline {
    width: 2.5em;
  }
  .dl-6em dd {
    margin-left: -7em;
    padding-left: 7em;
  }
  .dl-7em dt {
    width: 7em;
  }
  .dl-7em dt .h-inline {
    width: 3.5em;
  }
  .dl-7em dd {
    margin-left: -8em;
    padding-left: 8em;
  }
  .dl-8em dt {
    width: 8em;
  }
  .dl-8em dt .h-inline {
    width: 4.5em;
  }
  .dl-8em dd {
    margin-left: -9em;
    padding-left: 9em;
  }
  .dl-10em dt {
    width: 10em;
  }
  .dl-10em dt .h-inline {
    width: 6.5em;
  }
  .dl-10em dd {
    margin-left: -11em;
    padding-left: 11em;
  }
  .dl-12em dt {
    width: 12em;
  }
  .dl-12em dt .h-inline {
    width: 8.5em;
  }
  .dl-12em dd {
    margin-left: -13em;
    padding-left: 13em;
  }
  .dl-14em dt {
    width: 14em;
  }
  .dl-14em dt .h-inline {
    width: 10.5em;
  }
  .dl-14em dd {
    margin-left: -15em;
    padding-left: 15em;
  }
  .dl-16em dt {
    width: 16em;
  }
  .dl-16em dt .h-inline {
    width: 12.5em;
  }
  .dl-16em dd {
    margin-left: -17em;
    padding-left: 17em;
  }
  .dl-18em dt {
    width: 18em;
  }
  .dl-18em dt .h-inline {
    width: 14.5em;
  }
  .dl-18em dd {
    margin-left: -19em;
    padding-left: 19em;
  }
  .dl-20em dt {
    width: 20em;
  }
  .dl-20em dt .h-inline {
    width: 16.5em;
  }
  .dl-20em dd {
    margin-left: -21em;
    padding-left: 21em;
  }
}
.dl-mb_1em dd {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px), print {
  .scell:not(:first-child) {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .scell {
    display: block;
  }
}

/**************************
.inline_list
*/
.inline_list {
  list-style-type: none;
}
.inline_list, .inline_list > li, .inline_list > * {
  margin: 0;
  padding: 0;
  display: inline;
}

/**************************
.inline_block-list
*/
.inline_block_list::before, .inline_block_list::after {
  content: '';
  display: table;
}
.inline_block_list::after {
  clear: both;
}
.inline_block_list > li, .inline_block_list > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.inline_block_list > li:first-child, .inline_block_list > *:first-child {
  padding-left: 0;
}
.inline_block_list > li:last-child, .inline_block_list > *:last-child {
  padding-right: 0;
}

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

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

  .pc_horizontal_list li {
    margin-bottom: 10px;
  }
}
.breadcrumbs {
  text-align: left;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .breadcrumbs {
    padding-top: 18px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 6px;
    padding-left: 0;
    line-height: 1.4;
    padding-bottom: 5px;
  }
}
.breadcrumbs li {
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .breadcrumbs li {
    display: inline;
    font-size: 0.813rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs li {
    display: inline-block;
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
}
.breadcrumbs li:not(:last-child)::after {
  content: '';
  display: block;
  background: url("../img/icon/arrow/breadcrumbs.png") 0 0 no-repeat transparent;
  background-size: 12px 14px;
  width: 12px;
  height: 14px;
  content: '';
  display: inline-block;
  position: relative;
  top: .2ex;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .breadcrumbs li:not(:last-child)::after {
    margin-left: .9em;
    margin-right: .5em;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs li:not(:last-child)::after {
    margin-left: .6em;
    margin-right: .3em;
  }
}
.breadcrumbs a.node {
  color: #199111;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  text-decoration: underline;
}
.breadcrumbs a.node:hover {
  opacity: 1;
  text-decoration: none;
}
.breadcrumbs .node {
  margin-left: 0em;
  margin-right: 0em;
  color: #616161;
}
@media screen and (min-width: 768px), print {
  .breadcrumbs .node {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs .node {
    font-size: 0.813rem;
  }
}

/*

## - table

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

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

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

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

/*

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

画像だけの table を想定

*/
table table._no_border {
  width: auto;
  margin: auto;
}
table table._no_border th,
table table._no_border td {
  padding: 0 1em;
  vertical-align: middle;
}

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

/*

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

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

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

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

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

.pswp .pswp__iframe {
  padding: 0;
  width: 80%;
  height: 90%;
  position: relative;
  top: 5%;
  left: 10%;
  box-sizing: border-box;
}
.pswp .pswp__caption__center {
  text-align: center;
  font-size: 1rem;
}

/*
.scroll_to_top
*/
@media screen and (min-width: 768px), print {
  .to_top {
    min-width: 960px;
    position: relative;
    top: 0;
    left: 0;
    padding-right: 30px;
  }
  .to_top__right {
    width: 100px;
    margin: 0 0 0 auto;
  }
}

.scroll_to_top {
  position: fixed;
  bottom: -105px;
  z-index: 999;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .scroll_to_top {
    left: 50%;
    transform: translateX(-50%);
  }
}
.scroll_to_top,
.scroll_to_top a,
.scroll_to_top img {
  display: block;
}
@media screen and (min-width: 768px), print {
  .scroll_to_top,
  .scroll_to_top a,
  .scroll_to_top img {
    width: 100px;
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .scroll_to_top,
  .scroll_to_top a,
  .scroll_to_top img {
    width: 60px;
    height: 63px;
  }
}
.scroll_to_top .text {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.scroll_to_top .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.scroll_to_top .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.scroll_to_top .image__2 {
  visibility: hidden;
}
.scroll_to_top:hover .image img {
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.scroll_to_top:hover .image__1 {
  animation-name: scrol_to_top_image1;
}
.scroll_to_top:hover .image__2 {
  animation-name: scrol_to_top_image2;
}

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

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

/**************************
a.accordion
*/
.accordion .accordion__toggle {
  display: block;
}
.accordion .accordion__content {
  position: relative;
  top: 0;
  left: 0;
  max-height: 0;
  opacity: 0;
  transition: opacity .1s ease-out, max-height .4s ease-out;
  overflow: hidden;
}
.accordion .accordion__content__inner {
  padding-bottom: 2em;
}
.accordion .accordion__content.opened {
  max-height: 100em;
  opacity: 1;
}
.accordion .accordion__content.opened-long {
  max-height: 200em;
}
.accordion .accordion__content.opened-short {
  max-height: 20em;
}

.toggle {
  position: absolute;
  display: block;
  min-height: 15px;
  width: 15px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.toggle::before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #d1d1d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform .2s ease-out;
}
.toggle::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #d1d1d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: transform .2s ease-out;
}
a:hover .toggle::before, .toggle:hover::before {
  background-color: #199111;
}
a:hover .toggle::after, .toggle:hover::after {
  background-color: #199111;
}
.toggle.opened::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.toggle.opened::after {
  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 #d2d2d2;
  box-sizing: border-box;
}

.image_list a {
  display: block;
}
.image_list img {
  display: block;
  border-radius: 5px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.image_list .cap {
  padding-top: .5em;
  text-align: center;
  font-size: 0.875rem;
}

.banner {
  display: block;
}
.banner:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.banner img {
  display: block;
  max-width: 100%;
}

@media 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: 15px;
  }
}
.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: #fff;
  font-size: 1rem;
  padding-left: 40px;
  padding-bottom: .7em;
}
.faq__a {
  font-size: 0.938rem;
  padding-left: 40px;
}

.signature {
  text-align: right;
}

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

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




.wpnews__head {
  padding-bottom: .5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .wpnews__head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wpnews__head {
    margin-bottom: 10px;
  }
}
.wpnews__icons{
  text-align: left;
  flex-grow: 1;
}
.wpnews__icons .icon_sdgs{
  width: 45px;
  height: 45px;
}
.wpnews__icons .icon_sdgs::after{
  top: 50px;
  left: 22px;
}
@media screen and (max-width: 767px) {
  .wpnews__icons .icon_sdgs{
    width: 32px;
    height: 32px;
  }
  .wpnews__icons .icon_sdgs::after{
    top: 37px;
    left:162px;
  }
}


.wpnews__date {
  text-align: right;
  margin-top: 5px;
  flex-grow: 1;
}
.wpnews__attr {
  text-align: center;
}
.wpnews__attr > * {
  display: inline-block;
  font-size: 0.938rem;
}
.wpnews__attr .date::after {
  content: '/';
  display: inline;
  padding: 0 .7em;
}
.wpnews__attr .category {
  color: #888;
}
.wpnews__content {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  font-size: 0.938rem;
  line-height: 1.7;
}
.wpnews__content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .wpnews__content img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .wpnews__content table {
    max-width: 100%;
  }
}
.wpnews__foot {
  padding-top: 3em;
}
.wpnews a {
  text-decoration: underline;
}
.wpnews blockquote {
  padding: 10px;
  border-left: 5px solid #59A676;
  background-color: #F7F7F7;
  margin-bottom: 1em;
}

.wp_pagination {
  overflow: hidden;
}
.wp_pagination::before, .wp_pagination::after {
  content: '';
  display: table;
}
.wp_pagination::after {
  clear: both;
}
.wp_pagination > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .wp_pagination > * {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .wp_pagination > * {
    width: 100%;
  }
}

.wp_pagination_prev {
  padding-left: 1em;
}
.wp_pagination_prev::before {
  content: '< ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .wp_pagination_prev {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .wp_pagination_prev {
    margin-bottom: 1em;
  }
}

.wp_pagination_next {
  padding-right: 1em;
}
.wp_pagination_next::after {
  content: ' >';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .wp_pagination_next {
    float: right;
  }
}

.gmap {
  height: 400px;
  background-color: #ccc;
}
.gmap > iframe {
  max-width: 100%;
}
.main_content .gmap ul:not(.cancel):not(.img_links):not(.arts) > li::before {
  display: none;
}

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

.youtube {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .youtube {
    max-width: 290px;
    height: 170px;
  }
}
.youtube iframe {
  max-width: 100%;
  max-height: 100%;
}

.gcalendar > iframe {
  height: 300px;
}

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

@media screen and (min-width: 768px), print {
  .cell {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .cell {
    margin-right: 5px;
  }
}

.cell2 {
  margin-right: 0.5em;
}

figure img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  figure img {
    margin-left: auto;
    margin-right: auto;
  }
}
figure figcaption {
  font-size: 0.813rem;
  color: #4c4c4c;
  text-align: center;
}
@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;
  }
}

.link, .img_link__title, .sitemap_links a {
  color: #199111;
  font-size: 0.938rem;
  text-decoration: none;
}
.link:hover, .img_link__title:hover, .sitemap_links a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.link._disable, ._disable.img_link__title, .sitemap_links a._disable {
  pointer-events: none;
}
.link::before, .img_link__title::before, .sitemap_links a::before {
  content: '';
  display: inline-block;
  background: url("../img/icon/arrow/link2.png") 0 center no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-right: 1px;
  position: relative;
  top: 1px;
  left: 0;
}

.link-down::before {
  transform: rotate(90deg);
}
.link-back::before {
  transform: rotate(180deg);
}
.link-next::before {
  display: none;
}
.link-next::after {
  content: '';
  display: inline-block;
  background: url("../img/icon/arrow/link.png") 0 center no-repeat transparent;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: .1em;
  left: 0;
}
.link-prev::before {
  transform: rotate(180deg);
}
.link-disable {
  pointer-events: none;
  color: #ccc;
  opacity: .75;
  text-decoration: none;
}

button.link, button.img_link__title {
  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, button.img_link__title::before {
  top: 1.2ex;
}

.link2 {
  text-decoration: none;
  color: #222;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1.5ex;
}
.link2::before {
  content: '';
  display: block;
  background: url("../img/icon/arrow/link2.png") 0 0 no-repeat transparent;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  position: absolute;
  top: .22ex;
  left: 0;
}
.link2:hover {
  text-decoration: underline;
}
.link2-down::before {
  transform: rotate(90deg);
}

/*

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

*/
.news_list {
  position: relative;
  top: 0;
  left: 0;
}
.news_list .no_news {
  min-height: 50px;
  box-sizing: border-box;
  padding: 2.5ex 24px;
  padding-top: 12px;
  padding-bottom: 11px;
}
.news_list li {
  position: relative;
  top: 0;
  left: 0;
}
.news_list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.newsline {
  line-height: 1.7;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 0.875rem;
}
.newsline.important_link {
  background-color: #ffeded;
}
@media screen and (min-width: 768px), print {
  .newsline {
    padding-top: 2.5ex;
    padding-bottom: 2.5ex;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .newsline {
    display: block;
    padding: 1em .7em;
  }
}
.newsline-thumb {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.newsline__thumb {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.newsline__thumb > img {
  width: 80px;
  max-width: 80px;
}
.newsline__info {
  width: 100%;
}
.root .main_content .newsline {
  text-decoration: none;
}
.newsline:hover {
  background-color: #ffebda;
}
.newsline._disable {
  pointer-events: none;
}
.newsline._disable::after {
  display: none;
}
.newsline__head {
  box-sizing: border-box;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px), print {
  .newsline__head {
    min-width: 14.5em;
    display: flex;
    align-items: center;
  }
}
.newsline__date {
  line-height: 1;
  padding-left: 0;
  box-sizing: border-box;
  color: #222;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .newsline__date {
    margin-right: .6em;
    font-size: 0.938rem;
    width: 7em;
    min-width: 7em;
  }
}
@media screen and (max-width: 767px) {
  .newsline__date {
    font-size: 0.813rem;
    margin-right: 10px;
    margin-bottom: 0.5em;
  }
}
.newsline__cate {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 0;
  left: 0;
  padding-right: 10px;
}
@media screen and (min-width: 768px), print {
  .newsline__cate {
    display: flex;
    flex-wrap: wrap;
  }
}
.newsline__cate .label {
  text-align: center;
  position: relative;
  left: 0;
  color: #fff;
  box-sizing: border-box;
  background-position: center center;
  background-size: 120px auto;
  background-repeat: repeat;
  background-color: transparent;
  top: 0;
  background-image: url("../img/bg/gray.jpg");
  white-space: nowrap;
}
.newsline__cate .label {
  font-size: 0.875rem;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  min-width: 9em;
  height: 24px;
  line-height: 26px;
  border-radius: 12px;
  margin: 0 .5em .5em 0;
}

@media screen and (max-width: 767px) {
  .newsline__cate .label {
    height: auto;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.newsline__cate .label.topics {
  background-image: url("../img/bg/green.jpg");
}
.newsline__cate .label.newspaper {
  background-image: url("../img/bg/orange.jpg");
}
.newsline__cate .label.event {
  background-image: url("../img/bg/yellow.jpg");
}
.newsline__cate .label.campaign {
  background-image: url("../img/bg/blue.jpg");
}
.newsline__cate .label.important {
  background-image: url("../img/bg/red.jpg");
}
.newsline__cate .label.suika {
  background-image: url("../img/bg/red2.jpg");
}
.newsline__cate .label.column {
  background-image: url("../img/bg/purple.jpg");
}
.newsline__cate .label.newsrelease {
  background-image: url("../img/bg/aqua.jpg");
}

.newsline__cate .label.next {
  background-image: url("../img/bg/next.jpg");
}
.newsline__cate .label.sanchokupuraza,
.newsline__cate .label.ikomaiwakabayashi,
.newsline__cate .label.unebe,
.newsline__cate .label.takaoka,
.newsline__cate .label.matsudaira,
.newsline__cate .label.miyoshi,
.newsline__cate .label.fujioka
 {
  background-image: url("../img/bg/green2.jpg");
}

.newsline__cate .label.farmstand
 {
  display: none;
}


.newsline__cate .label.topics {
  background-image: url("../img/bg/green.jpg");
}

.newsline__ex {
  color: #454545;
}
@media screen and (min-width: 768px), print {
  .newsline__ex {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 767px) {
  .newsline__ex {
    font-size: 13px;
  }
}

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

.news_pager {
  text-align: center;
  font-size: 0.938rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_pager__box,
.news_pager a {
  display: block;
  width: 40px;
  height: 46px;
}
@media screen and (min-width: 768px), print {
  .news_pager__box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news_pager__box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.news_pager a {
  line-height: 46px;
  text-align: center;
  background: #fff;
  border: 1px solid;
  font-weight: bold;
  box-sizing: border-box;
}
.main_content .news_pager a {
  text-decoration: none;
}
.news_pager a.current {
  pointer-events: none;
}
.news_pager a.current, .news_pager a:hover {
  color: #fff;
}
.news_pager .next_link,
.news_pager .prev_link {
  background-color: transparent;
  box-shadow: none;
  border: 0 none;
  color: #fff;
}
.news_pager .next_link::before,
.news_pager .prev_link::before {
  transition: transform .1s ease-in-out;
}
.news_pager .next_link:hover,
.news_pager .prev_link:hover {
  background-color: transparent;
}

.nakaguroten {
  letter-spacing: -.85ex;
  margin-left: -.9ex;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in-hover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes gnav_sub {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-5%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrol_to_top_image1 {
  0% {
    visibility: visible;
    top: 0;
  }
  5% {
    visibility: visible;
    top: 0;
  }
  23% {
    visibility: visible;
    top: -14px;
  }
  24% {
    visibility: visible;
    top: -15px;
  }
  25% {
    visibility: visible;
    top: -14px;
  }
  30% {
    visibility: visible;
    top: 0;
  }
  31% {
    visibility: hidden;
    top: 0;
  }
  60% {
    visibility: hidden;
    top: 0;
  }
  61% {
    visibility: visible;
    top: 0;
  }
  75% {
    visibility: visible;
    top: -9px;
  }
  76% {
    visibility: visible;
    top: -10px;
  }
  78% {
    visibility: visible;
    top: -9px;
  }
  89% {
    visibility: visible;
    top: 0;
  }
  100% {
    visibility: visible;
    top: 0;
  }
}
@keyframes scrol_to_top_image2 {
  0% {
    visibility: hidden;
    top: 0;
  }
  30% {
    visibility: hidden;
    top: 0;
  }
  31% {
    visibility: visible;
    top: 0;
  }
  51% {
    visibility: visible;
    top: -14px;
  }
  52% {
    visibility: visible;
    top: -15px;
  }
  53% {
    visibility: visible;
    top: -14px;
  }
  60% {
    visibility: visible;
    top: 0;
  }
  61% {
    visibility: hidden;
    top: 0;
  }
  100% {
    visibility: hidden;
    top: 0;
  }
}
@keyframes sp_menu_panel {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

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

*/
html {
  background-color: #fff5e5;
}

.root{
  overflow-x: hidden;
}

.main_content-single {
  margin-bottom: 60px;
}

.header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
._sp_menu_panel_open .header {
  box-shadow: none;
}
@media print {
  .header {
    position: absolute;
  }
}
.header__logo a,
.header__logo img {
  display: block;
  max-width: 100%;
}

.search {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding-right: 46px;
}
.search__text {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #50ab4a;
  border-right: 0 none;
  background: url("../img/icon/search.png") 0 0/24px 24px no-repeat #fff;
  padding-left: 28px;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 1;
  height: 25px;
  line-height: 25px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.search__text:focus {
  outline: none;
}
.search__submit {
  border: 0 none;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 46px;
  height: 25px;
  padding: 0;
  transition: opacity .1s ease-in-out;
}
.search__submit:hover::before {
  opacity: .75;
}
.search__submit::before {
  content: '';
  display: block;
  background: url("../img/icon/search_text.png") 0 0 no-repeat transparent;
  background-size: 46px 25px;
  width: 46px;
  height: 25px;
  margin: auto;
}

.fontsize {
  width: 86px;
  height: 26px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.fontsize ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fontsize__a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
}
.fontsize__a-s {
  width: 26px;
  height: 26px;
  background: url("../img/header_fontsize.png") 0 -26px / 86px 52px no-repeat transparent;
}
.fontsize-small .fontsize__a-s, .fontsize__a-s:hover {
  background: url("../img/header_fontsize.png") 0 0 / 86px 52px no-repeat transparent;
}
.fontsize__a-m {
  width: 26px;
  height: 26px;
  background: url("../img/header_fontsize.png") -30px -26px / 86px 52px no-repeat transparent;
}
.fontsize-medium .fontsize__a-m, .fontsize__a-m:hover {
  background: url("../img/header_fontsize.png") -30px 0 / 86px 52px no-repeat transparent;
}
.fontsize__a-l {
  width: 26px;
  height: 26px;
  background: url("../img/header_fontsize.png") -60px -26px / 86px 52px no-repeat transparent;
  transform: translateX(-1px);
}
.fontsize-large .fontsize__a-l, .fontsize__a-l:hover {
  background: url("../img/header_fontsize.png") -60px 0 / 86px 52px no-repeat transparent;
}

.footer {
  background: url("../img/footer.png") center bottom repeat-x #fff5e5;
}
@media screen and (min-width: 768px), print {
  .footer {
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 100px;
    background-size: auto 50px;
  }
}
@media screen and (min-width: 768px), print {
  .footer__logo {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 7px;
  }
}
.footer__logo a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.footer__logo a,
.footer__logo img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .footer__logo a,
  .footer__logo img {
    width: 260px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo a,
  .footer__logo img {
    width: 208px;
    height: 20px;
  }
}
.footer__address {
  font-weight: bold;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px), print {
  .footer__address {
    line-height: 1.38462;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 12px;
    line-height: 1.5;
  }
}
.footer__copyright {
  font-size: 0.75rem;
  color: #888;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .footer__banner_area {
    position: absolute;
    top: 0;
    right: 140px;
  }
  .footer__banner_area.area_left{
    left: 100px;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__banner_area {
    margin-bottom: 15px;
  }
}
.footer__banner_list {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin: auto;
}
.area_left ul.footer__banner_list{
  width: 200px;
}
.footer__banner_list a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.footer__banner_list a,
.footer__banner_list img {
  display: block;
  width: 70px;
}
.area_left ul.footer__banner_list li a,
.area_left ul.footer__banner_list li img{
  width: 200px;
}
@media screen and (min-width: 768px), print {
  .footer__menu {
    text-align: center;
  }
  .footer__menu::before, .footer__menu::after {
    content: '';
    display: table;
  }
  .footer__menu::after {
    clear: both;
  }
  .footer__menu > li, .footer__menu > * {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 7px;
    padding-right: 7px;
  }
  .footer__menu > li:first-child, .footer__menu > *:first-child {
    padding-left: 0;
  }
  .footer__menu > li:last-child, .footer__menu > *:last-child {
    padding-right: 0;
  }
}
.footer__menu li {
  margin-bottom: .2em;
}
.footer__menu a {
  color: #333;
  font-weight: bold;
  font-size: 0.875rem;
}
.footer__menu a::before {
  content: '';
  display: inline-block;
  background: url("../img/icon/arrow/link.png") 0 center no-repeat transparent;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  margin-right: .7ex;
}
.footer__menu a:hover {
  color: #916826;
}
@media screen and (max-width: 767px) {
  .footer__menu a {
    font-size: 13px;
    padding-top: .8ex;
    padding-bottom: .8ex;
    display: block;
  }
  .footer__menu a::before {
    transform: translateY(0.1ex);
  }
}
.footer__1 {
  padding-top: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f0e0c6;
  min-height: 85px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer__1 {
    padding-bottom: 14px;
  }
}
.footer__2 {
  text-align: center;
  min-height: 170px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .footer__2 {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__2 {
    padding-top: 20px;
  }
}
.footer__2 .container {
  position: relative;
  top: 0;
  left: 0;
}

.cate_title {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .cate_title {
    height: 250px;
  }
}
.cate_title-product {
  background: url("../img/category/bg_product.jpg") center center/cover no-repeat transparent;
}
.cate_title-agri {
  background: url("../img/category/bg_agri.jpg") center center/cover no-repeat transparent;
}
.cate_title-bank {
  background: url("../img/category/bg_bank.jpg") center center/cover no-repeat transparent;
}
.cate_title-kyosai {
  background: url("../img/category/bg_kyosai.jpg") center center/cover no-repeat transparent;
}
.cate_title-life {
  background: url("../img/category/bg_life.jpg") center center/cover no-repeat transparent;
}
.cate_title-store {
  background: url("../img/category/bg_store.jpg") center center/cover no-repeat transparent;
}
.cate_title-about {
  background: url("../img/category/bg_about.jpg") center center/cover no-repeat transparent;
}
.cate_title-pr {
  background: url("../img/category/bg_pr.jpg") center center/cover no-repeat transparent;
}
.cate_title-info {
  background: url("../img/category/bg_info.jpg") center center/cover no-repeat transparent;
}
.cate_title-purpose {
  background: url("../img/category/bg_purpose.jpg") center center/cover no-repeat transparent;
}
.cate_title-shodo {
  background: url("../img/category/bg_shodo.jpg") center center/cover no-repeat transparent;
}
.cate_title-poster {
  background: url("../img/category/bg_poster.jpg") center center/cover no-repeat transparent;
}
.cate_title-art {
  background: url("../img/category/bg_art.jpg") center center/cover no-repeat transparent;
}
.cate_title-staff {
  background: url("../img/category/bg_staff.jpg") center center/cover no-repeat transparent;
}

.main_content h3:not(.cancel):not(.img_links):not(.arts) {
  background-color: #f2f2f2;
  box-sizing: border-box;
  line-height: 1.5;
  color: #50ab4a;
}
@media screen and (min-width: 768px), print {
  .main_content h3:not(.cancel):not(.img_links):not(.arts) {
    min-height: 50px;
    margin-bottom: 20px;
    padding: .55em .5em .3em;
    border-left: 7px solid #50ab4a;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main_content h3:not(.cancel):not(.img_links):not(.arts) {
    margin-bottom: 1em;
    padding: .55em .5em .3em;
    border-left: 4px solid #50ab4a;
    font-size: 1.063rem;
  }
}
.main_content h4:not(:last-child) {
  line-height: 1.3;
  color: #72482c;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: .2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .main_content h4:not(:last-child) {
    font-size: 1.25rem;
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main_content h4:not(:last-child) {
    font-size: 1rem;
    padding-left: 15px;
  }
}
.main_content h4:not(:last-child)::before {
  content: '';
  display: block;
  background-color: #72482c;
  position: absolute;
  top: .6ex;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .main_content h4:not(:last-child)::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .main_content h4:not(:last-child)::before {
    width: 10px;
    height: 10px;
  }
}
.main_content h5:not(:last-child) {
  color: #72482c;
  line-height: 1.3;
  margin-bottom: 1em;
  border-left: 5px solid #f0e0c6;
  padding: .4ex 0px .2ex 8px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .main_content h5:not(:last-child) {
    font-size: 1.125rem;
    min-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_content h5:not(:last-child) {
    font-size: 1rem;
  }
}
.main_content h6:not(:last-child) {
  color: #72482c;
  line-height: 1.3;
  margin-bottom: 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .main_content h6:not(:last-child) {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .main_content h6:not(:last-child) {
    font-size: 0.938rem;
  }
}
.main_content img:not(.cancel):not(.img_links):not(.arts) {
  max-width: 100%;
}

.sub_cate .sub_ul1 {
  border: 1px solid #50ab4a;
  border-top: 0 none;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .sub_cate .sub_ul1 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sub_cate .sub_ul1 {
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
  }
}
.sub_cate .li1:not(:last-child) {
  border-bottom: 1px dashed #bcf1b0;
}
.sub_cate .li2:first-child,
.sub_cate .li3:first-child {
  border-top: 1px solid #b4ddb1;
}
.sub_cate .li2:not(:last-child),
.sub_cate .li3:not(:last-child) {
  border-bottom: 1px solid #b4ddb1;
}
.sub_cate .a1,
.sub_cate .a2,
.sub_cate .a3 {
  display: block;
  padding-top: 1em;
  padding-bottom: .7em;
  padding-right: 5px;
  min-height: 44px;
  box-sizing: border-box;
  color: #222;
  line-height: 1.33333;
  font-size: 0.938rem;
  position: relative;
  top: 0;
  left: 0;
}
.sub_cate .a1::before,
.sub_cate .a2::before,
.sub_cate .a3::before {
  content: '';
  display: block;
  background: url("../img/icon/arrow/link2.png") 0 0 no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1.15em;
}
.sub_cate .a1 .text.ext,
.sub_cate .a2 .text.ext,
.sub_cate .a3 .text.ext {
  margin-top: -1em;
}
.sub_cate .a1._pagelink::before,
.sub_cate .a2._pagelink::before,
.sub_cate .a3._pagelink::before {
  transform: rotate(90deg);
}
.sub_cate li.active > .a1,
.sub_cate li .a1:hover {
  background-color: #e3ffe1;
}
.sub_cate li.active > .a2,
.sub_cate li .a2:hover {
  background-color: #cbffc8;
}
.sub_cate li.active > .a2::before,
.sub_cate li .a2:hover::before {
  background-position: 0 0;
}
.sub_cate li.active > .a3,
.sub_cate li .a3:hover {
  background-color: #cbffc8;
}
.sub_cate li.active > .a3::before,
.sub_cate li .a3:hover::before {
  background-position: 0 0;
}
.sub_cate li > .a1.column-support {
  background-color: #ac0b0b;
  color: #fff;
}
.sub_cate .a1 {
  padding-left: 38px;
}
.sub_cate .a1::before {
  left: 15px;
}
.sub_cate .a2 {
  padding-left: 48px;
}
.sub_cate .a2::before {
  left: 25px;
}
.sub_cate .a3 {
  padding-left: 53px;
}
.sub_cate .a3::before {
  left: 30px;
}
.sub_cate a.sub_cate__index__a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.sub_cate__index__a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  letter-spacing: .03em;
  border-bottom: 1px solid #50ab4a;
  line-height: 1.2;
  box-sizing: border-box;
  padding: .5em;
  background-color: #50ab4a;
}
@media screen and (min-width: 768px), print {
  .sub_cate__index__a-single {
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px), print {
  .sub_cate__index__a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 1.125rem;
    min-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .sub_cate__index__a {
    font-size: 1rem;
    min-height: 50px;
  }
}
.sub_cate__index__a .text {
  font-weight: bold;
  position: relative;
  top: .3ex;
  left: 0;
}
.sub_cate__index__a:hover {
  color: #fff;
}
.sub_cate .sub_cate_none {
  display: none;
}
@media screen and (min-width: 768px), print {
  .sub_cate .sub_cate_block {
    display: block;
  }
}
.sub_cate small {
  font-size: 0.813rem;
}

.box {
  border-radius: 10px;
  background-color: #fdf8e6;
}
@media screen and (min-width: 768px), print {
  .box {
    padding: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .box {
    padding: 10px;
  }
}

.no_ja_card_area {
  padding-bottom: 4em;
}

.wpnews__content,
.wpnews__content p {
  /*font-size: 0.875rem;*/
  font-size: 1.063rem;
}
.wpnews__content,
.wpnews__content * {
  letter-spacing: 0.065em;
}
.h4-column {
  letter-spacing: 0.065em;
}
.wpnews__content p,
.wpnews__content p:not(:last-child) {
  margin: 10px 0;
  line-height: 2;
}
.wpnews__content ul:not(.cancel):not(.img_links):not(.arts) > li::before {
  top: 1ex;
}

.product_banners {
  display: flex;
  flex-wrap: wrap;
}

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

.product_header {
  margin-bottom: 10px;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ta-c, .recipe_link__text {
  text-align: center;
}

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

.d-b {
  display: block;
}

.page_links {
  border: solid 1px #199111;
}
.page_links .link, .page_links .img_link__title, .page_links .sitemap_links a, .sitemap_links .page_links a {
  display: inline-block;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.3em;
}
.page_links .link::before, .page_links .img_link__title::before, .page_links .sitemap_links a::before, .sitemap_links .page_links a::before {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .page_links .link::before, .page_links .img_link__title::before, .page_links .sitemap_links a::before, .sitemap_links .page_links a::before {
    top: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .page_links .link::before, .page_links .img_link__title::before, .page_links .sitemap_links a::before, .sitemap_links .page_links a::before {
    top: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .page_links .link, .page_links .img_link__title, .page_links .sitemap_links a, .sitemap_links .page_links a {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
  }
}

.message_box {
  box-sizing: border-box;
  border: 8px solid #B1CC58;
  padding: 1em;
  margin: 1em 0;
  background-color: #FDFFEC;
}

.max_width {
  max-width: 100%;
  width: 100%;
}

.img_links > li {
  display: flex;
}
.img_links .img_link__img {
  width: 100%;
}

.img_link {
  color: #222;
  width: 100%;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  padding: 10px;
  background-color: #ecffea;
  display: flex;
  text-decoration: none;
}
.img_link:hover {
  color: #222;
}
.img_link__title {
  font-weight: bold;
  padding-left: 18px;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 3px;
}
.img_link__title::before {
  display: block;
  position: absolute;
  top: 1.3ex;
}
.img_link__title:hover {
  opacity: 1;
}
.img_link__title.ext::after {
  margin-top: -1em;
}
.img_link__inner {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3em;
  width: 100%;
}
.img_link:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.img_link .img, .img_link .img_link__img {
  border-radius: 5px;
  max-width: 100%;
}

.linkmap {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.maplink {
  width: 130px;
  text-decoration: none;
  position: absolute;
}
.maplink:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.maplink::before {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  z-index: 1;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.maplink-iwataki {
  color: #c00000;
  top: 10px;
  right: 192px;
  border-bottom: solid 2px #c00000;
}
.maplink-iwataki:hover {
  color: #c00000;
}
.maplink-iwataki::before {
  top: 24px;
  left: 1px;
  height: 163px;
  background-color: #c00000;
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.maplink-takemura {
  color: #76923c;
  top: 287px;
  right: 268px;
  border-bottom: solid 2px #76923c;
}
.maplink-takemura:hover {
  color: #76923c;
}
.maplink-takemura::before {
  top: 25px;
  left: 2px;
  height: 90px;
  background-color: #76923c;
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.maplink-fujioka {
  color: #4f81bd;
  top: 25px;
  width: 150px;
  left:60px;
  border-bottom: solid 2px #4f81bd;
}
.maplink-fujioka:hover {
  color: #4f81bd;
}
.maplink-fujioka::before {
  top: 27px;
  right: 0px;
  height: 120px;
  background-color: #4f81bd;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.img-border {
  border: solid 1px #e5e5e5;
}

.bgc-pickup {
  background-color: #f5ffbd;
}

.bgc-check, .box-pickup4 {
  background-image: url("/common/img/bg/check.png");
  background-repeat: repeat;
}

.bgc-beige {
  background-color: #fff5e5;
}

.bgc-beige2 {
  background-color: #72482c;
}

.pic_base {
  padding: 20px 30px;
}

.question_q {
  background: url("/agri/nouki/img/nouki_letter_Q.gif") 0 0 no-repeat;
  padding: 0.5ex 0 0.5ex 36px;
  font-weight: bold;
  clear: both;
  color: #1fb514;
}

.question_a {
  background: url("/agri/nouki/img/nouki_letter_A.gif") 0 0 no-repeat;
  padding: 0.5ex 0 0.5ex 36px;
}
.question_a > p:first-child {
  color: #eb4c4d;
  font-weight: bold;
}

.fs-sm {
  font-size: 0.7em;
}

.box-pickup, .box-pickup2, .box-pickup3, .box-pickup4 {
  padding: 10px;
  border: solid 1px;
  border-radius: 5px;
  border-color: #50ab4a;
  background-color: #f7ffdf;
}
.box-pickup2 {
  border-color: #e7d0ab;
  background-color: #fff5e5;
}
.box-pickup3 {
  border-color: #ababab;
  background-color: #fbffff;
}
.box-pickup4 {
  border-color: transparent;
  background-color: transparent;
}

.box-fukidashi {
  padding: 15px;
  border: solid 2px;
  position: relative;
}
.box-fukidashi1 {
  border-radius: 5px;
  border-color: #ffdba4;
  background-color: #fff5e5;
}
.box-fukidashi::before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .box-fukidashi-pc_left {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .box-fukidashi-pc_left::before {
    width: 22px;
    height: 16px;
    background-image: url("/common/img/icon/fukidashi_left.jpg");
    top: 25%;
    left: -22px;
  }
}
@media screen and (min-width: 768px), print {
  .box-fukidashi-pc_right {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .box-fukidashi-pc_right::before {
    width: 22px;
    height: 16px;
    background-image: url("/common/img/icon/fukidashi_right.jpg");
    top: 25%;
    right: -22px;
  }
}
@media screen and (max-width: 767px) {
  .box-fukidashi-sp_top {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .box-fukidashi-sp_top::before {
    width: 16px;
    height: 22px;
    background-image: url("/common/img/icon/fukidashi_top.jpg");
    top: -22px;
    left: 25%;
  }
}

.icon_agri {
  padding-left: 20px;
  background: url("/agri/vegetable/img/icon_agri.gif") top left no-repeat;
}

.green_text {
  color: #1e732a;
}

.red_text2 {
  color: #fe0000;
}

.table-loan tr th:first-child {
  width: 5%;
}

.large_text-extra {
  font-size: 2.25rem;
}

.large_text-bold {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

.va-m {
  vertical-align: middle;
}

.center-all, .img_link__img, .recipe_link__text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb_5em {
  margin-bottom: 5em;
}

.box-recipe {
  border: solid 1px #ffdba4;
  border-radius: 5px;
}
.box-recipe__title {
  background-image: url("/agri/cooking/img/recipe_bg.png");
  background-size: auto;
  background-repeat: repeat;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px), print {
  .box-recipe__body {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-recipe__body {
    padding: 5px 10px;
  }
}

.recipe_point {
  background-color: #fdffea;
}
@media screen and (min-width: 768px), print {
  .recipe_point {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .recipe_point {
    padding: 5px 10px;
  }
}

.ol-recipe > li::before {
  font-weight: bold;
  color: #72482c;
}

.recipe_link {
  display: flex;
  max-width: 100%;
  min-height: 60px;
  background-color: #fff5e5;
  text-decoration: none;
}
.recipe_link:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.recipe_link__img {
  overflow: hidden;
  width: 90px;
  min-width: 90px;
  height: 60px;
  min-height: 60px;
  position: relative;
}
.recipe_link__img > img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recipe_link__text {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  max-width: 100%;
  color: #000;
}

.d-f {
  display: flex;
}

.voice_link {
  display: block;
}
.voice_link:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

.columns4 {
  display: flex;
}
.columns4 > * {
  width: 25%;
  max-width: 25%;
}

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

.product_btns {
  display: flex;
  justify-content: space-between;
}

.ul {
  padding-left: 1em;
}
.ul > li::before {
  margin-left: -1em;
  display: inline-block;
  width: 1.2em;
}
.ul-kome > li::before {
  content: '※';
}
.ul-maru > li::before {
  content: '◎';
}
.ul-hoshi > li::before {
  content: '☆';
}

.va-t {
  vertical-align: top;
}

.pl_1em {
  padding-left: 1em;
}

.nouki_banners {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rinen_text {
  font-weight: bold;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  line-height: 1.3em;
}
@media screen and (min-width: 768px), print {
  .rinen_text-l {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .rinen_text-l {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .rinen_text-m {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .rinen_text-m {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .rinen_text-s {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .rinen_text-s {
    font-size: 1rem;
  }
}

.h-a {
  height: auto;
}

.table-1333 td:first-child, .table-1333 th:first-child {
  width: 10%;
}
.table-1333 td:not(:first-child), .table-1333 th:not(:first-child) {
  width: 30%;
}

.w-a {
  width: auto;
}

.ff-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fs20 {
  font-size: 1.25rem;
}

.ml-a {
  margin-left: auto;
}

.fd-rr {
  flex-direction: row-reverse;
}

.ext::after {
  margin-top: -1em;
}

.table-tel {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.table-kamishibai td:nth-child(1),
.table-kamishibai tr:not(:last-child) td:nth-child(2) {
  border-bottom: none;
}

.arts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.art {
  background-color: #fffff0;
  box-sizing: border-box;
  margin-bottom: 1em;
  border: solid 1px #f2f2f2;
  border-radius: 5px;
}
@media screen and (min-width: 768px), print {
  .art {
    width: 49%;
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .art {
    width: 100%;
    padding: 0.5em 1em;
  }
}
.art__header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 4em;
}
.art__award {
  font-weight: bold;
  color: #f1524b;
  text-align: center;
}
.art__title {
  font-weight: bold;
  margin-bottom: 0.2em;
  text-align: center;
}
.art__img {
  margin-bottom: 0.2em;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 200px !important;
}
@media screen and (min-width: 768px), print {
  .art__img {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
  }
}
.art__img img {
  width: 100%;
  display: block;
}
.art__img img:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s opacity;
}
.art__author {
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.art__modal__title {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .art__modal__title {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .art__modal__title {
    margin-bottom: 0.5em;
  }
}
.art__modal__award {
  text-align: center;
  font-weight: bold;
  color: #f1524b;
}
.art__modal__img {
  max-width: 100%;
}

.icon_sdgs{
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 2px;
  background-size: contain;
  position: relative;
}
.icon_sdgs::after{
  content: "";
  position: absolute;
  top: 29px;
  left: 12px;
  transform: translateX(-50%);
  background-color: rgba(0,0,0,0.7);
  color: #ffffff;
  font-weight: bold;
  font-size: 70%;
  display: none;
  white-space: nowrap;
  padding: 0.5ex 1em;
  border-radius: 5px;
  z-index: 1;
}
.icon_sdgs:hover::after,
.icon_sdgs:active::after{
  display: block;
}

.icon_sdgs01{  background-image: url(../img/icon/icon_sdgs01.png);}
.icon_sdgs02{  background-image: url(../img/icon/icon_sdgs02.png);}
.icon_sdgs03{  background-image: url(../img/icon/icon_sdgs03.png);}
.icon_sdgs04{  background-image: url(../img/icon/icon_sdgs04.png);}
.icon_sdgs05{  background-image: url(../img/icon/icon_sdgs05.png);}
.icon_sdgs06{  background-image: url(../img/icon/icon_sdgs06.png);}
.icon_sdgs07{  background-image: url(../img/icon/icon_sdgs07.png);}
.icon_sdgs08{  background-image: url(../img/icon/icon_sdgs08.png);}
.icon_sdgs09{  background-image: url(../img/icon/icon_sdgs09.png);}
.icon_sdgs10{  background-image: url(../img/icon/icon_sdgs10.png);}
.icon_sdgs11{  background-image: url(../img/icon/icon_sdgs11.png);}
.icon_sdgs12{  background-image: url(../img/icon/icon_sdgs12.png);}
.icon_sdgs13{  background-image: url(../img/icon/icon_sdgs13.png);}
.icon_sdgs14{  background-image: url(../img/icon/icon_sdgs14.png);}
.icon_sdgs15{  background-image: url(../img/icon/icon_sdgs15.png);}
.icon_sdgs16{  background-image: url(../img/icon/icon_sdgs16.png);}
.icon_sdgs17{  background-image: url(../img/icon/icon_sdgs17.png);}

.icon_sdgs01::after{content: "1.貧困をなくそう";}
.icon_sdgs02::after{content: "2.飢餓をゼロに";}
.icon_sdgs03::after{content: "3.すべての人に健康と福祉を";}
.icon_sdgs04::after{content: "4.質の高い教育をみんなに";}
.icon_sdgs05::after{content: "5.ジェンダー平等を実現しよう";}
.icon_sdgs06::after{content: "6.安全な水とトイレを世界中に";}
.icon_sdgs07::after{content: "7.エネルギーをみんなに、そしてクリーンに";}
.icon_sdgs08::after{content: "8.働きがいも経済成長も";}
.icon_sdgs09::after{content: "9.産業と技術革新の基盤をつくろう";}
.icon_sdgs10::after{content: "10.人や国の不平等をなくそう";}
.icon_sdgs11::after{content: "11.住み続けられるまちづくりを";}
.icon_sdgs12::after{content: "12.つくる責任、つかう責任";}
.icon_sdgs13::after{content: "13.気候変動に具体的な対策を";}
.icon_sdgs14::after{content: "14.海の豊かさを守ろう";}
.icon_sdgs15::after{content: "15.陸の豊かさも守ろう";}
.icon_sdgs16::after{content: "16.平和と公正をすべての人に";}
.icon_sdgs17::after{content: "17.パートナーシップで目標を達成しよう";}


#close-notice{
  display: none;
}


.accordion_container {
  margin-bottom: 1em;
  border: 1px solid #4b9c48;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  .accordion_container img {
    height: auto !important; }
  .main_content > .accordion_container {
    margin: 1em 15px; }
    @media only screen and (max-width: 767px) {
      .main_content > .accordion_container {
        margin: 1em 0px; } }
  .accordion_container .accordion_cb_label,
  .accordion_container .accordion_btn {
    display: block;
    padding: 1ex 46px;
    text-decoration: none;
    font-size: 110%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #ffffff;
    background-position: 20px 50%;
    background-image: url(../img/accordion_btn_plus.png);
    z-index: 1;
    position: relative;
    transition: 0.2s all;
    cursor: pointer; }
    @media all and (-ms-high-contrast: none) {
      .accordion_container .accordion_cb_label,
      .accordion_container .accordion_btn {
        padding-top: 1.3ex;
        padding-bottom: 0.7ex; } }
    .accordion_container .accordion_cb_label.active, .accordion_cb:checked ~ .accordion_container .accordion_cb_label,
    .accordion_container .accordion_btn.active, .accordion_cb:checked ~
    .accordion_container .accordion_btn {
      background-image: url(../img/accordion_btn_minus.png);
      background-color: #4b9c48;
      color: #ffffff; }
      .accordion_container .accordion_cb_label.active:hover, .accordion_container .accordion_cb_label.active:active, .accordion_cb:checked ~ .accordion_container .accordion_cb_label:hover, .accordion_cb:checked ~ .accordion_container .accordion_cb_label:active,
      .accordion_container .accordion_btn.active:hover,
      .accordion_container .accordion_btn.active:active, .accordion_cb:checked ~
      .accordion_container .accordion_btn:hover, .accordion_cb:checked ~
      .accordion_container .accordion_btn:active {
        background-color: #fd5a28; }
    .accordion_container .accordion_cb_label:hover, .accordion_container .accordion_cb_label:active,
    .accordion_container .accordion_btn:hover,
    .accordion_container .accordion_btn:active {
      background-image: url(../img/accordion_btn_plus_white.png);
      background-color: #008be3;
      color: #ffffff; }
  .accordion_container .accordion_cb:checked ~ .accordion_cb_label {
    background-image: url(../img/accordion_btn_minus.png);
    background-color: #fd5a28;
    color: #ffffff; }
  .accordion_container .accordion_cb {
    display: none; }
  .accordion_container .accordion_content {
    display: none; }
  .accordion_container .accordion_content {
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .accordion_container .accordion_content {
        padding: 10px; } }
    .accordion_container .accordion_content > *:first-child {
      margin-top: 0; }
    .accordion_container .accordion_content > *:last-child {
      margin-bottom: 0; }


