@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 */
  -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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

li {
  list-style: none;
}

input,
textarea {
  outline: 0;
}

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

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

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

.none {
  display: none;
}

body {
  font-family: 'Noto Sans JP', 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: 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 {
  color: #e44444;
  -webkit-text-decoration-color: #e44444;
          text-decoration-color: #e44444;
}

/*

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

オレンジ文字。

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

*/
.orange_text {
  color: #f38675;
}

.orange_text2 {
  color: #fff;
}

/*

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

白文字。

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

*/
.white_text {
  color: #fff;
}

/*

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

時々使う青文字

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

*/
.blue_text {
  color: #2b67b1;
  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%;
  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 {
  margin-bottom: 1em;
}

.root .main_content .mb_05em {
  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: 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
*/
/*

<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: 900px), print {
  .large_text {
    font-size: 1.25rem;
  }
}

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

.large_text.red_text {
  color: #e44444;
}

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

.push_text-blue {
  color: #2b67b1;
}

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

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

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

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

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

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

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

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

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

.main_content .anotation_list:not(.cancel) > li::before {
  content: '※';
  width: .5em;
  position: absolute;
  background: 0 none;
  top: .04em;
  left: 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.5em;
  line-height: 1.6;
  margin-bottom: .3em;
  position: relative;
  top: 0;
  left: 0;
}

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

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

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

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

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

@media screen and (max-width: 899px) {
  .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 button.link {
    padding-left: 16px;
    position: relative;
    top: 0;
    left: 0;
  }
  .main_content .link_list a.link::before,
  .main_content .link_list button.link::before {
    position: absolute;
    left: 0;
    top: 1.35em;
  }
}

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

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

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

.table caption.cap,
.table-borderd caption.cap,
.root .wpnews table caption.cap {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #f38675;
  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 #dedede;
  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: 900px), print {
  .table th,
  .table td,
  .table-borderd th,
  .table-borderd td,
  .root .wpnews table th,
  .root .wpnews table td {
    padding: 0.7em 1.19em;
  }
}

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

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

.table td,
.table-borderd td,
.root .wpnews table td {
  background-color: #fff;
}

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

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

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

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

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

.root .wpnews table {
  width: auto;
}

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

.table-small {
  max-width: 31em;
}

.table-medium {
  max-width: 50em;
}

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

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

.table-th_long tbody th {
  vertical-align: top;
}

@media screen and (min-width: 900px), print {
  .table-th_long tbody th {
    width: 250px;
  }
}

@media screen and (max-width: 899px) {
  .table-th_long tbody th {
    width: 150px;
  }
}

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

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

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

.table-td_auto tbody td {
  width: auto;
}

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

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

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

.table-schedule thead th,
.table-schedule thead td,
.table-schedule tbody th,
.table-schedule tbody td {
  padding: .5em 0;
  font-size: 0.813rem;
  line-height: 1.5;
}

.table-schedule thead th p:not(:last-child),
.table-schedule thead th p,
.table-schedule thead td p:not(:last-child),
.table-schedule thead td p,
.table-schedule tbody th p:not(:last-child),
.table-schedule tbody th p,
.table-schedule tbody td p:not(:last-child),
.table-schedule tbody td p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.table-schedule thead th,
.table-schedule tbody th {
  text-align: center;
}

.table-schedule tbody th {
  width: 80px;
  min-width: 80px;
  text-align: center;
}

.table-schedule tbody td {
  width: 105px;
  word-break: break-all;
  line-height: 1.4;
  vertical-align: middle;
}

.table-schedule tbody td,
.table-schedule tbody td p {
  font-size: 0.75rem !important;
}

.table-schedule tbody td .small_text,
.table-schedule tbody td small {
  font-size: 0.688rem;
  line-height: 1.2;
}

.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;
  line-height: 1.5;
  padding-left: 1.3em;
}

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

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


.anotation::before {
  content: '※';
  width: 1em;
  position: absolute;
  top: .04em;
  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: 900px), print {
  p {
    font-size: 1rem;
    line-height: 2;
  }
}

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

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

@media screen and (max-width: 899px) {
  .content_section:not(:last-child) {
    margin-bottom: 60px;
  }
  .content_section-sm:not(:last-child) {
    margin-bottom: 30px;
  }
}

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

@media screen and (max-width: 899px) {
  .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: #222;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

section a {
  text-decoration: underline;
}

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

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

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

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

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

/*

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

リンクだけど文字色は黒

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

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

/*

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

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

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

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

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

## - .btn - 汎用ボタン

*/
/*

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

汎用ボタン。

*/
.btn {
  display: inline-block;
  font-size: 0.938rem;
  text-decoration: none;
  height: 50px;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
  background-color: #fff;
  border: 2px solid #0068b7;
  box-sizing: border-box;
  border-radius: 25px;
  position: relative;
  top: 0;
  left: 0;
  padding: 13px 45px;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn::before {
  content: '';
  display: block;
  background: url("../img/icon/arrow/link.png") 0 0 no-repeat transparent;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 900px), print {
  .btn::before {
    left: 22px;
  }
}

@media screen and (max-width: 899px) {
  .btn::before {
    left: 18px;
  }
}

@media screen and (max-width: 899px) {
  .btn {
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 250px;
    height: auto;
  }
}

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

.btn.pdf::after {
  margin-left: .5em;
  margin-top: -1em;
}

.btn.out::after, .btn.ext::after, .btn.outlink::after, .btn.icon_out::after, .btn.icon_ext::after {
  margin-left: .5em;
  margin-top: -1em;
}

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

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

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

button.btn {
  border: 0 none;
}

btn.btn-large,
input.btn-large {
  padding-top: 13px;
}

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

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

/*

<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: 17px 20px;
  width: 17px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  top: .15em;
  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.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: .5em;
}

@media screen and (min-width: 900px), 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: 899px) {
  .dl dd:not(:last-child) {
    margin-bottom: .7em;
  }
}

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

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

.scell {
  margin-right: 1em;
}

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

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

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

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

.inline_block_list::after {
  clear: both;
}

.inline_block_list > li,
.inline_block_list > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 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: 900px), 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: 899px) {
  .pc_inline_block_list li {
    margin-bottom: 10px;
  }
}

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

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

.horizontal_list::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumbs li:first-child a,
.bread_crumb li:first-child a {
  color: #222;
}

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

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

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

.breadcrumbs .tail .node,
.bread_crumb .tail .node {
  color: #222;
}

/*

## - 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
*/
.scroll_to_top {
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 999;
  line-height: 0;
}

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

.scroll_to_top,
.scroll_to_top a {
  width: 60px;
  height: 60px;
}

.scroll_to_top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background-color: #0068b7;
  box-shadow: 0 0 5px 0 rgba(14, 51, 80, 0.5);
}

.scroll_to_top img {
  display: block;
  width: 20px;
  height: 16px;
}

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

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

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

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

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

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

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

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

.js-toggle {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border: 1px solid #fff;
  background-color: #2b67b1;
  border-radius: 16px;
  box-sizing: border-box;
}

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

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

.li1.active .js-toggle,
a:hover .js-toggle, .js-toggle:hover {
  border-color: #fff;
}

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

.js-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 #f3f1f6;
  box-sizing: border-box;
}

.image_list a {
  display: block;
}

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

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

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

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

.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: 900px), 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: 899px) {
  .inner_float_left,
  .inner_float_right {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }
}

.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: #f38675;
  font-size: 1rem;
  padding-left: 40px;
  padding-bottom: .7em;
}

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

.signature {
  text-align: right;
}


.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 {
  margin-bottom: 30px;
  padding-bottom: .5em;
  border-bottom: 1px solid #f3f1f6;
}

.wpnews__date {
  text-align: right;
}

.wpnews__attr {
  text-align: center;
}

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

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

.wpnews__attr .category {
  color: #888;
}

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

.root .wpnews__content {
  margin: 0 auto;
}

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

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

.wpnews a {
  text-decoration: underline;
}

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

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

.wp_pagination::after {
  clear: both;
}

.wp_pagination_prev {
  float: left;
}

.wp_pagination_next {
  float: right;
}

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

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

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

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

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

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

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

.gcalendar > iframe {
  height: 300px;
}


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

.cell {
  margin-right: 1em;
}

.cell2 {
  margin-right: 0.5em;
}

.scell {
  margin-right: 1em;
}

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

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

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

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

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

.link {
  line-height: 1.4;
  color: #222;
}

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

.link:hover {
  color: #2b67b1;
  text-decoration: none;
}

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

.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: 70px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 11px;
}

.news_list li {
  position: relative;
  top: 0;
  left: 0;
  border-bottom: 1px solid #50514f;
}

.newsline {
  line-height: 1.7;
  text-decoration: none;
  box-sizing: border-box;
}

.newsline::after {
  content: '';
  display: block;
  background: url("../img/icon/arrow/link.png") 0 0 no-repeat transparent;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

@media screen and (min-width: 900px), print {
  .newsline {
    padding: 1em 50px 1em 15px;
    display: flex;
    min-height: 60px;
  }
}

@media screen and (max-width: 899px) {
  .newsline {
    display: block;
    padding: 17px 0;
    padding-right: 30px;
  }
}

.root .main_content .newsline {
  text-decoration: none;
}

.newsline:hover {
  background-color: #f5f5f5;
  color: #222;
}

.newsline._disable {
  pointer-events: none;
}

.newsline._disable::after {
  display: none;
}

.newsline__head {
  display: flex;
  box-sizing: border-box;
}

@media screen and (min-width: 900px), print {
  .newsline__head {
    min-width: 240px;
    align-items: center;
  }
}

.newsline__body {
  display: flex;
  align-items: center;
}

.newsline__date {
  padding-left: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 900px), print {
  .newsline__date {
    font-size: 0.938rem;
    flex-basis: 120px;
    flex-shrink: 0;
    flex-grow: 0;
    height: 1em;
    line-height: 1;
  }
}

@media screen and (max-width: 899px) {
  .newsline__date {
    font-size: 0.813rem;
    flex-basis: 80px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

.newsline__cate {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
}

.newsline__cate .label {
  text-align: center;
  position: relative;
  left: 0;
  box-sizing: border-box;
  background-color: #e8e6eb;
}

.newsline__cate .label + .label {
  margin-top: 5px;
}

@media screen and (min-width: 900px), print {
  .newsline__cate .label {
    font-size: 14px;
    margin-right: .5em;
    min-width: 90px;
    height: 20px;
    line-height: 20px;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 899px) {
  .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: .5em;
  }
}

.newsline__ex {
  color: #222;
}

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

@media screen and (max-width: 899px) {
  .newsline__ex {
    font-size: 14px;
  }
}

.newsline .new {
  font-size: 0.875rem;
  margin-left: .5em;
  color: #e1b66c;
}

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

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

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

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

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

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

.news_pager a {
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #1d83d1;
  font-weight: bold;
  box-sizing: border-box;
}

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

.news_pager a.current {
  pointer-events: none;
  background-color: transparent;
  color: #2b67b1;
  border: 1px solid #2b67b1;
  box-sizing: border-box;
}

.news_pager a:hover {
  background-color: #2b67b1;
  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;
}

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

.news_pager .next_link::before {
  content: '';
  display: block;
  background: url("../img/icon/arrow/pager.png") 0 0 no-repeat transparent;
  background-size: 40px 50px;
  width: 40px;
  height: 50px;
  right: 13px;
  left: auto;
}

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

.news_pager .next_link:hover::before {
  transform: translateX(5px);
}

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

.news_pager .prev_link::before {
  content: '';
  display: block;
  background: url("../img/icon/arrow/pager.png") 0 0 no-repeat transparent;
  background-size: 40px 50px;
  width: 40px;
  height: 50px;
  left: 13px;
  transform: rotate(180deg);
}

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

.news_pager .prev_link:hover::before {
  transform: translateX(-5px) rotate(180deg);
}

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

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

.component-hover_balloon ._balloon {
  display: none;
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.component-hover_balloon:hover ._balloon {
  display: block;
  -webkit-animation-name: balloon;
          animation-name: balloon;
}

.ta_right {
  text-align: right;
}

@-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 _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

@-webkit-keyframes hero_circle {
  0% {
    border-width: 0;
  }
  100% {
    border-width: 180px;
  }
}

@keyframes hero_circle {
  0% {
    border-width: 0;
  }
  100% {
    border-width: 180px;
  }
}

@-webkit-keyframes hero_heart {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1) translateY(-5px);
  }
  90% {
    transform: scale(1);
  }
  100% {
  }
}

@keyframes hero_heart {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1) translateY(-5px);
  }
  90% {
    transform: scale(1);
  }
  100% {
  }
}

@-webkit-keyframes hero_hand {
  0% {
    opacity: 0;
    transform: translateY(-40px) translateX(-100px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes hero_hand {
  0% {
    opacity: 0;
    transform: translateY(-40px) translateX(-100px);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hero_text {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes hero_text {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}

ul, ol {
  margin-bottom: 0;
}

.main_wrapper_area.container {
  max-width: none;
}

@media screen and (max-width: 899px) {
  .main_wrapper_area.container {
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}

.container {
  max-width: none;
}

@media screen and (min-width: 900px) {
  .container {
    width: 1080px;
    min-width: 1080px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact_area {
  background: -webkit-repeating-linear-gradient(135deg, #e2e1e5 0, #e2e1e5 2px, #fff 2px, #fff 4px);
  /* background: repeating-linear-gradient(-45deg, #e2e1e5 0, #e2e1e5 2px, #fff 2px, #fff 4px); */
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 50px;
  margin-top: 70px;
  overflow: hidden;
}

.contact {
  background-color: #fff;
  border-radius: 8px;
  padding: 45px 40px;
}

@media screen and (max-width: 899px) {
  .contact {
    padding: 35px 10px;
  }
}

.form_top {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .form_top {
    display: block;
  }
}

.form_top > .left {
  width: calc(100% - 260px);
  max-width: 360px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .form_top > .left {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}

.form_top > .right {
  width: 260px;
  height: 62px;
  position: relative;
  z-index: 5;
}

.form_top > .right::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a999cc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .form_top > .right {
    margin: 0 auto 20px;
  }
}

.form_top > .right ul {
  display: flex;
  justify-content: space-between;
}

.form_top > .right li {
  width: 60px;
  height: 60px;
  background-color: #f7f5fb;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #7c69a5;
  border: 1px solid #a999cc;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .form_title {
    text-align: center;
  }
}

h2 {
  display: inline-block;
  border-bottom: 2px solid #376ac7;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

h2 span {
  color: #376ac7;
}

@media screen and (min-width: 768px), print {
  .form_top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
}

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

.form_top .right {
  width: 260px;
  height: 62px;
  position: relative;
  z-index: 5;
}

.form_top .right::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a999cc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .form_top .right {
    margin: 0 auto 20px;
  }
}

.form_top .right ul {
  display: flex;
  justify-content: space-between;
}

.form_top .right ul li.flow_circle {
  width: 60px;
  height: 60px;
  background-color: #f7f5fb;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #7c69a5;
  border: 1px solid #a999cc;
  font-size: 16px;
}

.form_top .left {
  color: #222222;
}

@media screen and (min-width: 768px), print {
  .form_top .left {
    width: calc(100% - 260px);
    max-width: 360px;
    font-size: 15px;
  }
}

.contact__gr {
  padding-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .contact__gr {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .contact__gr:not(:last-of-type) {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .contact__gr:first-of-type {
    border-top: 1px solid #ccc;
  }
  .contact__gr:nth-last-of-type(2) {
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (min-width: 768px), print {
  .contact__gr:nth-last-child(2) .contact__th {
    border-bottom: 1px solid #d0c5e8;
  }
}

@media screen and (min-width: 768px), print {
  .contact__gr:nth-last-child(2) .contact__td {
    border-bottom: 1px solid #dedede;
  }
}

.contact__th, .contact__td {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media screen and (min-width: 768px), print {
  .contact__th, .contact__td {
    padding-left: 25px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact__th, .contact__td {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.contact__th {
  font-weight: 500;
  font-size: 17px;
  color: #7c69a5;
  background-color: #f7f5fb;
  box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .contact__th {
    display: flex;
    align-items: center;
    border-top: 1px solid #d0c5e8;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .contact__th {
    /* padding-top: 12px;
                  padding-bottom: 12px; */
    margin-bottom: 0;
  }
}

.contact__th > .text {
  display: inline-block;
  margin-right: 1em;
}

@media screen and (min-width: 768px), print {
  .contact__th > .text {
    min-width: 250px;
  }
}

.contact__td {
  box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .contact__td {
    padding-right: 1em;
    border-top: 1px solid #dedede;
  }
}

.contact__gr-submit {
  padding-top: 50px;
}

.contact .text_frame input {
  border-radius: 2px;
  border: none;
  background-color: #f0f0f0;
  height: 50px;
}

.contact .text_frame input::-moz-placeholder {
  color: #373737;
}

.contact .text_frame input::placeholder {
  color: #373737;
}

.contact .textarea_frame textarea {
  border-radius: 2px;
  border: none;
  background-color: #f0f0f0;
}

.contact .layout {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .contact .layout {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .contact .layout input {
    max-width: 140px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact .layout input {
    display: block;
  }
  .contact .layout input:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

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

.contact .select_frame__display {
  border-radius: 2px;
  background-color: #f0f0f0;
  font-size: 1rem;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-left: .2em;
  height: 50px;
  padding-right: 30px;
  line-height: 45px;
}

@media all and (-ms-high-contrast: none) {
  .contact .select_frame__display {
    /* IE11以上 */
    padding: 0 !important;
  }
}

.contact .select_frame__display::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.contact .select_frame__display-default {
  color: #333;
}

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

.contact .select_frame select:focus + .select_frame__display,
.contact .select_frame select:active + .select_frame__display,
.contact .select_frame select::-ms-expand:focus + .select_frame__display,
.contact .select_frame select::-ms-expand:active + .select_frame__display {
  outline-offset: -2px;
}

.contact .select_frame option {
  padding: 0 15px;
  height: 50px;
}

.contact .select_frame._pref,
.contact .select_frame._pref .select_frame__display,
.contact .select_frame._pref select {
  width: 6em;
}

.birth_group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.birth_group > * {
  display: inline-block;
}

.birth_group .bgroup {
  display: inline-block;
}

.birth_group .bgroup.year {
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .birth_group .bgroup.year {
    display: block;
    margin-bottom: .5em;
    width: 100%;
  }
}

.birth_group .bgroup.month {
  margin-right: 10px;
}

.birth_group .select_frame {
  display: inline-block;
}

.birth_group .select_frame__display {
  border: none;
  border-radius: 2px;
}

.birth_group .unit {
  display: inline-block;
  padding-left: .2em;
  padding-right: .3em;
}

.birth_group br {
  display: none;
}

.date_gr {
  margin-bottom: 30px;
}

.date_gr .date__th {
  margin-bottom: 10px;
}

.button_area {
  width: 100% !important;
  position: relative;
}

.button_area .btn2 {
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .button_area .link-prev {
    width: 100px;
    margin: 0 auto 40px;
  }
}

.dbanner_group__head > .title-blue2 {
  border-color: #376ac7;
}

.dbanner_group__head > .title-blue2::before {
  background-image: url("../img/department/circle_blue2.png");
}

.dbanner_group__head > .title-blue2::after {
  background-image: url("../img/department/text_interview_blue2.png");
}

.dbanner-blue2 .dbanner__text .text {
  color: #376ac7;
}

.mwwpfas_content .text_frame .layout .layout_wrapper {
  margin-right: 0.5em;
}

@media screen and (max-width: 899px) {
  .contact__th {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=form_test.css.map */
.dbanner_group__head > .title-blue2 {
  border-color: #376ac7;
}

.dbanner_group__head > .title-blue2::before {
  background-image: url("../img/department/circle_blue2.png");
}

.dbanner_group__head > .title-blue2::after {
  background-image: url("../img/department/text_interview_blue2.png");
}

.dbanner-blue2 .dbanner__text .text {
  color: #376ac7;
}

.mwwpfas_content .text_frame .layout .layout_wrapper {
  margin-right: 0.5em;
}

@media screen and (max-width: 899px) {
  .contact__th {
    margin-bottom: 0;
  }
}

.contact__td .custom-select {
  height: 3em;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0;
}

.contact__td .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.contact__td .input-group .input-group-text {
  box-sizing: border-box;
  border-radius: 0;
}

.contact__td .input-group > .text_frame input {
  background-color: #fff;
  border: 1px solid #ced4da;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.contact__td .input-group > .text_frame input::-moz-placeholder {
  color: #ced4da;
}

.contact__td .input-group > .text_frame input::placeholder {
  color: #ced4da;
}

.contact__td .text_frame input::-moz-placeholder {
  color: #ced4da;
}

.contact__td .text_frame input::placeholder {
  color: #ced4da;
}

.contact__td .input-group-prepend {
  margin-right: -1px;
}

.contact__td .input-group-append {
  margin-left: -1px;
}

.contact__td .date_input_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
}

.contact__td .date_input_area div:not(:last-of-type) {
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .contact__td .date_input_area {
    width: 80%;
  }
}

.contact__td .date_input_area__year {
  width: calc(100% - 0.6rem);
  min-width: 200px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .contact__td .date_input_area__year {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact__td .date_input_area__month,
.contact__td .date_input_area__day {
  width: calc(50% - 10px);
}

.contact__td .form-group {
  margin-bottom: auto;
}

.link::before {
  display: none;
}

.contact .contact_progress._input .flow_circle._input {
  color: #fff !important;
  background-color: #a999cc !important;
}

.contact .contact_progress._confirm .flow_circle._confirm {
  color: #fff !important;
  background-color: #a999cc !important;
}

.contact .contact_progress._thanks .flow_circle._complete {
  color: #fff !important;
  background-color: #a999cc !important;
}

/*# sourceMappingURL=form_test.css.map */
