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

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

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

.none {
  display: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  background: #fff;
  color: #3e3c3c;
}

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

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

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

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

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

## Utility - Cosmetic

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

*/
/*

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

太字。

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

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

/*

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

下線。

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

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

/*

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

赤文字。

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

*/
.caution,
.red_text,
.text-red {
  color: #E60012;
  text-decoration-color: #E60012;
}

/*

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

オレンジ文字。

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

*/
.orange_text {
  color: #000;
  font-weight: bold;
}

.orange_text2 {
  color: #dd5547;
}

/*

<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: #000;
  font-weight: bold;
}

.small_text {
  font-size: 0.75rem;
}

/*

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

時々使う青文字

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

*/
.yellow_text {
  color: #a67f07;
  font-weight: bold;
}

/*

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

時々使う灰色文字

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

*/
.gray_text {
  color: #888;
}

/*

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

ピンク文字

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

*/
.pink_text {
  color: #ff7bac;
}

/*

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

適当に中央によせたい。

3つ指定してます
margin-left: auto;
margin-right: auto;
text-align: center;

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

*/
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*

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

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

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

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

/*

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

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

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

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

/*

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

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

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

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

.left_text {
  text-align: left;
}

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

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

.clear_both {
  clear: both;
}

/*

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

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

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*

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

clear: both; だけしたい時。

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

*/
.clear {
  clear: both;
}

/*

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

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

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

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

/*

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

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

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

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

/*

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

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

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

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

/*

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

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

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

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

/*

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

*/
.root .main_content .mb-5,
.remodal .mb-5 {
  margin-bottom: 5em;
}
.root .main_content .mb-4,
.remodal .mb-4 {
  margin-bottom: 4em;
}
.root .main_content .mb-3,
.remodal .mb-3 {
  margin-bottom: 3em;
}
.root .main_content .mb-2,
.remodal .mb-2 {
  margin-bottom: 2em;
}
.root .main_content .mb-1_5,
.remodal .mb-1_5 {
  margin-bottom: 1.5em;
}
.root .main_content .mb-1,
.remodal .mb-1 {
  margin-bottom: 1em;
}
.root .main_content .mb-05,
.remodal .mb-05 {
  margin-bottom: 0.5em;
}
.root .main_content .mb-0,
.remodal .mb-0 {
  margin-bottom: 0;
}
.root .main_content .mt-5,
.remodal .mt-5 {
  margin-top: 5em;
}
.root .main_content .mt-4,
.remodal .mt-4 {
  margin-top: 4em;
}
.root .main_content .mt-3,
.remodal .mt-3 {
  margin-top: 3em;
}
.root .main_content .mt-2,
.remodal .mt-2 {
  margin-top: 2em;
}
.root .main_content .mt-1_5,
.remodal .mt-1_5 {
  margin-top: 1.5em;
}
.root .main_content .mt-1,
.remodal .mt-1 {
  margin-top: 1em;
}
.root .main_content .mt-05,
.remodal .mt-05 {
  margin-top: 0.5em;
}
.root .main_content .mt-0,
.remodal .mt-0 {
  margin-top: 0;
}
.root .main_content .ml-5,
.remodal .ml-5 {
  margin-left: 5em;
}
.root .main_content .ml-4,
.remodal .ml-4 {
  margin-left: 4em;
}
.root .main_content .ml-3,
.remodal .ml-3 {
  margin-left: 3em;
}
.root .main_content .ml-2,
.remodal .ml-2 {
  margin-left: 2em;
}
.root .main_content .ml-1_5,
.remodal .ml-1_5 {
  margin-left: 1.5em;
}
.root .main_content .ml-1,
.remodal .ml-1 {
  margin-left: 1em;
}
.root .main_content .ml-05,
.remodal .ml-05 {
  margin-left: 0.5em;
}
.root .main_content .ml-0,
.remodal .ml-0 {
  margin-left: 0;
}
.root .main_content .mr-5,
.remodal .mr-5 {
  margin-right: 5em;
}
.root .main_content .mr-4,
.remodal .mr-4 {
  margin-right: 4em;
}
.root .main_content .mr-3,
.remodal .mr-3 {
  margin-right: 3em;
}
.root .main_content .mr-2,
.remodal .mr-2 {
  margin-right: 2em;
}
.root .main_content .mr-1_5,
.remodal .mr-1_5 {
  margin-right: 1.5em;
}
.root .main_content .mr-1,
.remodal .mr-1 {
  margin-right: 1em;
}
.root .main_content .mr-05,
.remodal .mr-05 {
  margin-right: 0.5em;
}
.root .main_content .mr-0,
.remodal .mr-0 {
  margin-right: 0;
}
.root .main_content .my-5,
.remodal .my-5 {
  margin-top: 5em;
  margin-bottom: 5em;
}
.root .main_content .my-4,
.remodal .my-4 {
  margin-top: 4em;
  margin-bottom: 4em;
}
.root .main_content .my-3,
.remodal .my-3 {
  margin-top: 3em;
  margin-bottom: 3em;
}
.root .main_content .my-2,
.remodal .my-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.root .main_content .my-1_5,
.remodal .my-1_5 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.root .main_content .my-1,
.remodal .my-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.root .main_content .my-05,
.remodal .my-05 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.root .main_content .my-0,
.remodal .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.root .main_content .mx-5,
.remodal .mx-5 {
  margin-left: 5em;
  margin-right: 5em;
}
.root .main_content .mx-4,
.remodal .mx-4 {
  margin-left: 4em;
  margin-right: 4em;
}
.root .main_content .mx-3,
.remodal .mx-3 {
  margin-left: 3em;
  margin-right: 3em;
}
.root .main_content .mx-2,
.remodal .mx-2 {
  margin-left: 2em;
  margin-right: 2em;
}
.root .main_content .mx-1_5,
.remodal .mx-1_5 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.root .main_content .mx-1,
.remodal .mx-1 {
  margin-left: 1em;
  margin-right: 1em;
}
.root .main_content .mx-05,
.remodal .mx-05 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.root .main_content .mx-0,
.remodal .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.root .main_content .float-left,
.remodal .float-left {
  float: left;
}
.root .main_content .float-right,
.remodal .float-right {
  float: right;
}

/*

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

comment

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

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

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

.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
*/
/**************************
.main_content
*/
.main_content .cms_content h1,
.main_content .cms_content h2,
.main_content .cms_content .h2,
.main_content .cms_content h3,
.main_content .cms_content .h3,
.main_content .cms_content h4,
.main_content .cms_content .h4,
.main_content .cms_content h5,
.main_content .cms_content .h5,
.main_content .cms_content h6,
.main_content .cms_content .h6,
.main_content .cms_content table,
.main_content .cms_content ul,
.main_content .cms_content ol {
  margin-top: 1.5em;
}
.main_content ul:not(.cancel):not(:last-child) {
  margin-bottom: 1em;
}
.main_content ul:not(.cancel) > li {
  padding-left: 1.4em;
  margin-bottom: 0.3em;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px), print {
  .main_content ul:not(.cancel) > li {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .main_content ul:not(.cancel) > li {
    font-size: 0.938rem;
    line-height: 2;
  }
}
.main_content ul:not(.cancel) > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  width: 5px;
  height: 5px;
  background-color: #a0bf3b;
  border-radius: 2.5px;
}
@media screen and (min-width: 1000px), print {
  .main_content ul:not(.cancel) > li::before {
    top: 1.5ex;
  }
}
@media screen and (max-width: 999px) {
  .main_content ul:not(.cancel) > li::before {
    top: 1.6ex;
  }
}
.main_content ul:not(.cancel):not(.inline_block_list):not(.pc_inline_block_list) > li:last-child {
  margin-bottom: 0;
}
.main_content ol:not(.cancel) {
  list-style: none;
  counter-reset: num;
}
.main_content ol:not(.cancel):not(:last-child) {
  margin-bottom: 1em;
}
.main_content ol:not(.cancel) > li {
  padding-left: 1.4em;
  margin-bottom: 0.3em;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px), print {
  .main_content ol:not(.cancel) > li {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .main_content ol:not(.cancel) > li {
    font-size: 0.938rem;
    line-height: 2;
  }
}
.main_content ol:not(.cancel) > li::before {
  counter-increment: num;
  content: counter(num) ".";
  color: #a0bf3b;
  font-weight: normal;
  position: absolute;
  left: 0.1em;
  text-align: right;
  width: 1em;
}
.main_content ol:not(.cancel):not(.inline_block_list) > li:last-child {
  margin-bottom: 0;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.table:not(:last-child) {
  margin-bottom: 1em;
}
.table caption {
  display: none;
}
.table caption.cap {
  display: block;
  text-align: left;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.table th,
.table td {
  vertical-align: top;
  font-weight: normal;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px), print {
  .table th,
  .table th p,
  .table td,
  .table td p {
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  .table th,
  .table th p,
  .table td,
  .table td p {
    line-height: 2;
  }
}
@media screen and (min-width: 1000px), print {
  .table th,
  .table td {
    padding: 0.5em 0.85em;
  }
}
@media screen and (max-width: 999px) {
  .table th,
  .table td {
    padding: 0.35em 0.4em;
    line-height: 1.5;
  }
}
.table th {
  background-color: #f0f5e0;
  color: #3e3c3c;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  text-align: center;
}
.table td {
  background-color: #fff;
}
.table thead th {
  background-color: #f0f5e0;
}
@media screen and (min-width: 1000px), print {
  .table tbody th {
    width: 200px;
  }
}
@media screen and (max-width: 999px) {
  .table tbody th {
    width: 120px;
  }
}

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

.anotation {
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.5;
  padding-left: 1.3em;
}
.anotation::before {
  content: "※";
  width: 1em;
  position: absolute;
  top: 0.04em;
  left: 0;
}
.anotation._red::before {
  color: #E60012;
}
.anotation._black {
  color: #3e3c3c;
}
.anotation._black::before {
  color: #3e3c3c;
}
.anotation-right {
  float: right;
}

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

## - p

*/
/*

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

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

p {
  color: #3e3c3c;
}

@media screen and (min-width: 1000px), print {
  p {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 999px) {
  p {
    font-size: 0.938rem;
    line-height: 2;
  }
}
/**************************
.content_section
*/
@media screen and (min-width: 1000px), print {
  .content_section:not(:last-child) {
    margin-bottom: 100px;
  }
  .content_section._sm:not(:last-child) {
    margin-bottom: 50px;
  }
  .content_section._sm2:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .content_section:not(:last-child) {
    margin-bottom: 60px;
  }
  .content_section._sm:not(:last-child) {
    margin-bottom: 40px;
  }
  .content_section._sm2:not(:last-child) {
    margin-bottom: 40px;
  }
}
/**************************
.indent
*/
@media screen and (min-width: 1000px), print {
  .main_content .indent,
  .main_content .pc_indent {
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .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: #333;
  text-decoration: none;
}
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: #333;
  word-break: break-all;
}
.url:hover, .url:focus, .url:active {
  color: #333;
  text-decoration: none;
}

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

/*

<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 20px;
  width: 17px;
  height: 20px;
  position: relative;
  top: 0.4em;
  left: 0.5em;
  margin-left: 0px;
  margin-top: -10px;
}

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

## - .btn - 汎用ボタン

*/
/*

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

汎用ボタン。

*/
.btn {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  background-color: #88b22f;
  color: #fff;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  -webkit-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 (min-width: 1000px), print {
  .btn {
    min-height: 40px;
    min-width: 220px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.4em 2em;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 999px) {
  .btn {
    min-width: 180px;
    min-height: 40px;
    padding: 0.4em 1em;
    font-size: 0.938rem;
    min-width: 250px;
  }
}
.btn._lg {
  font-size: 1.5rem;
}
@media screen and (min-width: 1000px), print {
  .btn._lg {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 999px) {
  .btn._lg {
    padding: 0.8em 1.5em;
  }
}
.btn._lg::before {
  top: -3px;
}
.btn._sm {
  min-height: 0;
  min-width: 0;
  padding: 0.2em 0.5em;
  font-size: 0.75rem;
}
.btn._sm::before {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  top: 0.13em;
  margin-right: 0;
}
.btn.pdf::after {
  top: 0.3em;
}
.btn.xlsx {
  padding-right: 15px;
}
.btn.xlsx::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/xlsx_white.png") 0 center no-repeat transparent;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  position: relative;
  top: 6px;
  left: 0;
  margin-left: 0.5em;
}
@media screen and (max-width: 999px) {
  .btn.xlsx::after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    top: 8px;
  }
}
.btn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background: url("../img/icon/arrow/link2_white.png") center center/cover no-repeat transparent;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 0.5em;
}
.main_content .btn {
  text-decoration: none;
}
.btn:hover {
  background-color: #698a24;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1000px), print {
  .btn + .btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 999px) {
  .btn + .btn {
    margin-top: 20px;
  }
}
.btn-disable {
  pointer-events: inherit;
  opacity: 0.3;
}

button.btn {
  border: 0 none;
}

button.btn-large,
input.btn-large {
  padding-top: 13px;
}
.root button.btn-disabled,
.root input.btn-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.root button.btn-disabled:hover,
.root input.btn-disabled:hover {
  opacity: 0.4;
}

/*

<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: 20px 22px;
  width: 20px;
  height: 22px;
  margin-left: 5px;
  position: relative;
  left: 0;
  margin-top: -1em;
}
@media screen and (min-width: 1000px), print {
  .pdf::after,
  .icon_pdf::after {
    top: 0.15em;
  }
}
@media screen and (max-width: 999px) {
  .pdf::after,
  .icon_pdf::after {
    top: 0.45em;
  }
}

/*

## - 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;
  font-weight: bold;
}
.dl dt::before {
  margin-right: 0.5em;
}
@media screen and (min-width: 1000px), 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: 0.3em;
}
@media screen and (max-width: 999px) {
  .dl dd:not(:last-child) {
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 1000px), 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;
}
.dl-em dt,
.dl-em dd {
  font-size: 1.125rem;
}
.dl-em dt {
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .dl-em dt {
    margin-bottom: 0.5em;
  }
}
.dl-em dd {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 999px) {
  .dl-em dd {
    padding-left: 0.4em;
  }
}
.dl-em dd em {
  margin-right: 1em;
}
.dl-em dd .inline_block_list li {
  margin-bottom: 0;
}
.dl-em dd .group + .group {
  margin-top: 1.5em;
}

.breadcrumbs,
.bread_crumb {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 1000px), print {
  .breadcrumbs,
  .bread_crumb {
    padding-top: 0px;
    padding-bottom: 10px;
    line-height: 2;
  }
}
@media screen and (max-width: 999px) {
  .breadcrumbs,
  .bread_crumb {
    padding-top: 0;
    padding-bottom: 0.3em;
    padding-left: 0;
    line-height: 1.4;
  }
}
.breadcrumbs li,
.bread_crumb li {
  display: inline;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 1000px), print {
  .breadcrumbs li,
  .bread_crumb li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 999px) {
  .breadcrumbs li,
  .bread_crumb li {
    font-size: 0.75rem;
    line-height: 2.5;
  }
}
.breadcrumbs li:not(:last-child)::after,
.bread_crumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("../img/icon/arrow/breadcrumb.png") center center/cover no-repeat transparent;
}
@media screen and (min-width: 1000px), print {
  .breadcrumbs li:not(:last-child)::after,
  .bread_crumb li:not(:last-child)::after {
    margin-left: 0.8em;
    margin-right: 0.4em;
  }
}
@media screen and (max-width: 999px) {
  .breadcrumbs li:not(:last-child)::after,
  .bread_crumb li:not(:last-child)::after {
    margin-left: 0.6em;
    margin-right: 0.3em;
  }
}
.breadcrumbs li:first-child,
.bread_crumb li:first-child {
  position: relative;
  top: 0;
  left: 0;
}
.breadcrumbs li:last-child,
.bread_crumb li:last-child {
  margin-left: 0em;
  margin-right: 0em;
  color: #88b22f;
}
.breadcrumbs a,
.bread_crumb a {
  color: #333;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .breadcrumbs a,
  .bread_crumb a {
    text-decoration: none;
  }
}
.breadcrumbs a:hover,
.bread_crumb a:hover {
  color: #88b22f;
  opacity: 1;
  text-decoration: underline;
}

/*

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

.banner {
  display: inline-block;
  max-width: 100%;
}
.banner:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.banner._border {
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner img {
  display: block;
  max-width: 100%;
}

.link {
  line-height: 1.4;
  color: #3e3c3c;
  text-decoration: none;
}
.link::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/link.png") 0 center no-repeat transparent;
  background-size: 10px 14px;
  width: 10px;
  height: 14px;
  margin-right: 10px;
  position: relative;
  left: 0;
  margin-top: -1em;
}
.link:hover {
  color: #333;
  text-decoration: none;
}

.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-disable {
  pointer-events: none;
  color: #ccc;
  opacity: 0.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;
}

/*

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

*/
.newsline_list {
  border-top: 1px solid #dcdcdc;
  position: relative;
  top: 0;
  left: 0;
}
.newsline_list .no_news {
  min-height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 11px;
}
.newsline_list li {
  position: relative;
  top: 0;
  left: 0;
  border-bottom: 1px solid #dcdcdc;
}

.newsline {
  line-height: 1.7;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3e3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.newsline > .fix {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (min-width: 768px) {
  .newsline > .fix {
    -ms-flex-preferred-size: 87px;
        flex-basis: 87px;
  }
}
@media screen and (max-width: 767px) {
  .newsline > .fix {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
  }
}
.newsline > .flex {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
@media screen and (min-width: 768px) {
  .newsline > .flex {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .newsline > .flex {
    padding-left: 10px;
  }
}
.newsline .image {
  width: 100%;
  height: 62px;
  overflow: hidden;
}
.newsline .image > img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 1000px), print {
  .newsline {
    padding: 0.7em 30px 1em 0;
  }
}
@media screen and (max-width: 999px) {
  .newsline {
    padding: 7px 15px;
  }
}
.root .main_content .newsline {
  text-decoration: none;
}
.newsline:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #3e3c3c;
}
.newsline:hover .ex {
  color: #E60012;
}
.newsline:visited {
  color: #284A74;
}
.newsline._disable {
  pointer-events: none;
}
.newsline._disable::after {
  display: none;
}
.newsline .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px), print {
  .newsline .head {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .newsline .head {
    padding-bottom: 5px;
  }
}
.newsline .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsline .date {
  -ms-flex-preferred-size: 6em;
      flex-basis: 6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #727272;
}
@media screen and (min-width: 1000px), print {
  .newsline .date {
    padding-top: 0.05em;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 999px) {
  .newsline .date {
    font-size: 0.813rem;
  }
}
.newsline .cate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  font-size: 0;
}
.newsline .cate .label {
  text-align: center;
  position: relative;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background-color: #e8e6eb;
}
.newsline .cate .label + .label {
  margin-right: 1em;
}
@media screen and (min-width: 1000px), print {
  .newsline .cate .label {
    font-size: 12px;
    margin-right: 0.5em;
    min-width: 75px;
    line-height: 1;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
}
@media screen and (max-width: 999px) {
  .newsline .cate .label {
    font-size: 0.75rem;
    display: inline-block;
    min-width: 70px;
    height: 18px;
    line-height: 18px;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 0.5em;
  }
}
.newsline .cate .label.all {
  background-color: #819feb;
  color: #fff;
}
.newsline .cate .label.news {
  background-color: #ee5858;
  color: #fff;
}
.newsline .cate .label.house {
  background-color: #69b579;
  color: #fff;
}
.newsline .cate .label.einou {
  background-color: #dba012;
  color: #fff;
}
.newsline .cate .label.nouki {
  background-color: #af7ea9;
  color: #fff;
}
.newsline .cate .label.pork {
  background-color: #d9743d;
  color: #fff;
}
.newsline .cate .label.beef {
  background-color: #ec5844;
  color: #fff;
}
.newsline .ex {
  color: #185096;
}
@media screen and (min-width: 1000px), print {
  .newsline .ex {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 999px) {
  .newsline .ex {
    font-size: 14px;
  }
}
.newsline .new {
  font-size: 0.875rem;
  margin-left: 0.5em;
  color: #333;
  font-weight: bold;
}
.newsline-no_head .link::before {
  width: 15px;
  height: 15px;
  background-size: cover;
  top: 0.1em;
}

@media screen and (min-width: 1000px), print {
  .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .set > * {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  .set > .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .set > .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .set > .fix {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
  }
  .set > .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 999px) {
  .set > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .set > *:first-child {
    margin-bottom: 2em;
  }
  .set > * > img {
    margin-left: auto;
    margin-right: auto;
  }
}

.accordion_container {
  padding-bottom: 1px; /* display none で margin bottom が相殺され、アニメーションががたつくのを防ぐため */
}
.accordion_container .accordion_cb {
  display: none;
}
.accordion_container .accordion_cb + .accordion_cb_label {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .accordion_container .accordion_cb + .accordion_cb_label {
    padding-left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_container .accordion_cb + .accordion_cb_label {
    padding-left: 25px;
  }
}
.accordion_container .accordion_cb + .accordion_cb_label:hover {
  color: #E60012;
}
.accordion_container .accordion_cb + .accordion_cb_label .toggle {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #7e9631;
  position: absolute;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 768px) {
  .accordion_container .accordion_cb + .accordion_cb_label .toggle {
    top: 0.3em;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_container .accordion_cb + .accordion_cb_label .toggle {
    top: 0.3em;
    left: 0;
    width: 16px;
    height: 16px;
  }
}
.accordion_container .accordion_cb + .accordion_cb_label .toggle::before, .accordion_container .accordion_cb + .accordion_cb_label .toggle::after {
  content: "";
  display: block;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .accordion_container .accordion_cb + .accordion_cb_label .toggle::before, .accordion_container .accordion_cb + .accordion_cb_label .toggle::after {
    margin-left: -5px;
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_container .accordion_cb + .accordion_cb_label .toggle::before, .accordion_container .accordion_cb + .accordion_cb_label .toggle::after {
    margin-left: -4px;
    width: 8px;
  }
}
.accordion_container .accordion_cb + .accordion_cb_label .toggle::after {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion_container .accordion_cb + .accordion_cb_label.h6 {
  background-color: #dfeebf;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}
.accordion_container .accordion_cb + .accordion_cb_label.h6 .toggle {
  top: 50%;
  margin-top: -9px;
}
.accordion_container .accordion_cb + .accordion_cb_label.h6:hover {
  color: #3e3c3c;
  background-color: #f3f9e7;
}
.accordion_container .accordion_cb:checked + .accordion_cb_label .toggle {
  background-color: #E60012;
}
.accordion_container .accordion_cb:checked + .accordion_cb_label .toggle::before {
  opacity: 0;
}
.accordion_container .accordion_cb:checked + .accordion_cb_label .toggle::after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

@media screen and (min-width: 1200px), print {
  .lg_block {
    display: block;
  }
}
@media all and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    text-decoration: inherit;
  }
}
img._shadow {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

figure figcaption {
  margin-top: 0.3em;
  text-align: center;
}

/**************************
.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: 20px;
  padding-right: 20px;
}
.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: 1000px), 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: 999px) {
  .pc_inline_block_list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 999px) {
  .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;
  }
}
@-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 gnav_sub {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(-5%);
            transform: scale(0.95) translateY(-5%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes gnav_sub {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(-5%);
            transform: scale(0.95) translateY(-5%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes header_active {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header_active {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes header_passive {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@keyframes header_passive {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@-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: 0.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: 0.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: 0.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: 0.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 hero_image {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes hero_image {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #326547;
  font-size: 200%;
  font-weight: 900;
}
@media screen and (max-width: 999px) {
  header .container {
    padding: 20px 10px 15px;
  }
}
header .container img {
  height: 40px;
  margin-top: 4px;
}

.main_content {
  background-color: transparent;
  margin-top: 40px;
}

.button_column {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.button_column > div {
  width: calc(50% - 10px);
  max-width: 240px;
}
.button_column .button {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  line-height: 1.25;
  background-color: #008000;
  color: #fff;
}
.button_column .button._login {
  background-color: #ffa500;
}

.message {
  font-size: 200%;
  text-align: center;
  margin-top: 1.5em;
  line-height: 1.25;
}
@media screen and (max-width: 999px) {
  .message {
    font-size: 150%;
  }
}
@media screen and (max-width: 767px) {
  .message {
    font-size: 125%;
  }
}

.newsarea {
  max-width: 1000px;
  margin: 3em auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f8f6f6;
  border-radius: 20px;
}
@media screen and (max-width: 999px) {
  .newsarea {
    border-radius: 0px;
    padding: 20px 0px 30px;
    position: relative;
  }
  .newsarea:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    display: block;
    width: calc(100% + 30px);
    height: 100%;
    background: #f8f6f6;
    z-index: -1;
  }
}
.newsarea h2 {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 999px) {
  .newsarea h2 {
    line-height: 1.5;
    margin-bottom: 0.75em;
    position: relative;
  }
}
.newsarea h2 span {
  font-size: 60%;
  margin-left: 10px;
}
@media screen and (max-width: 999px) {
  .newsarea h2 span {
    margin-left: 0px;
    display: block;
  }
}

.newsline_list {
  height: 175px;
  overflow: auto;
}

.newsline {
  line-height: 1.7;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3e3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.newsline > .fix {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (min-width: 768px) {
  .newsline > .fix {
    -ms-flex-preferred-size: 87px;
        flex-basis: 87px;
  }
}
@media screen and (max-width: 767px) {
  .newsline > .fix {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
  }
}
.newsline > .flex {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
@media screen and (min-width: 768px) {
  .newsline > .flex {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .newsline > .flex {
    padding-left: 10px;
  }
}
.newsline .image {
  width: 100%;
  height: 62px;
  overflow: hidden;
}
.newsline .image > img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 1000px), print {
  .newsline {
    padding: 0.7em 30px 0.7em 0;
  }
}
@media screen and (max-width: 999px) {
  .newsline {
    padding: 7px 15px;
  }
}
.root .main_content .newsline {
  text-decoration: none;
}
.newsline:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #3e3c3c;
}
.newsline:hover .ex {
  color: #E60012;
}
.newsline:visited {
  color: #284A74;
}
.newsline._disable {
  pointer-events: none;
}
.newsline._disable::after {
  display: none;
}
.newsline .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px), print {
  .newsline .head {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .newsline .head {
    padding-bottom: 5px;
  }
}
.newsline .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsline .date {
  -ms-flex-preferred-size: 6em;
      flex-basis: 6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #727272;
}
@media screen and (min-width: 1000px), print {
  .newsline .date {
    padding-top: 0.05em;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 999px) {
  .newsline .date {
    font-size: 0.813rem;
  }
}
.newsline .cate {
  display: none;
}
.newsline .ex {
  color: #185096;
}
@media screen and (min-width: 1000px), print {
  .newsline .ex {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 999px) {
  .newsline .ex {
    font-size: 14px;
  }
}
.newsline .new {
  font-size: 0.875rem;
  margin-left: 0.5em;
  color: #333;
  font-weight: bold;
}
.newsline-no_head .link::before {
  width: 15px;
  height: 15px;
  background-size: cover;
  top: 0.1em;
}

.movie_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0;
}
@media screen and (max-width: 999px) {
  .movie_column {
    margin: 1em 0;
  }
}
.movie_column > div {
  width: calc(50% - 20px);
  text-align: center;
  font-size: 125%;
}
@media screen and (max-width: 999px) {
  .movie_column > div {
    width: 100%;
  }
}
.movie_column > div .image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  overflow: hidden;
}
.movie_column > div img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.movie_column > div span {
  display: inline-block;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #33cc33));
  background: linear-gradient(transparent 60%, #33cc33 60%);
}
.movie_column > div span.login {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd580));
  background: linear-gradient(transparent 60%, #ffd580 60%);
}
.movie_column > div a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .movie_section h2 {
    font-size: 1.25em;
  }
}
/*# sourceMappingURL=netorder.css.map */