@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 */
}
a:active, a:hover {
  outline-width: 0;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/**
 * 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 */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 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, [hidden] {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
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, input::-webkit-input-placeholder, input:-ms-input-placeholder {
  color: #999;
  opacity: 0.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, .gmap > img {
  max-width: 100%;
}

.gcalendar {
  max-width: 100%;
}
.gcalendar > iframe, .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, .white_text {
  color: #fff;
}

/*

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

白文字。

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

*/
/*

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

@media screen and (max-width: 899px) {
  .sp_right {
    text-align: right;
  }
}
.float_right {
  float: right;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}

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

.clear_both {
  clear: both;
}

/*

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

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

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

* 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_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: 0.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;
}
.large_text.red_text {
  color: #e44444;
}

@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;
  }
}
.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: 0.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: 0.2em;
  width: 5px;
  height: 5px;
  background-color: #0068b7;
  border-radius: 2.5px;
}
.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: 0.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: 0.5em;
  position: absolute;
  background: 0 none;
  top: 0.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: 0.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: -0.5em;
  text-align: right;
  width: 1.5em;
}
.main_content ol:not(.cancel) > li:last-child {
  margin-bottom: 0;
}
.main_content .link_list li::before {
  display: none;
}

@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;
  }
}
@media screen and (min-width: 900px), print {
  .main_content .link_list li {
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 899px) {
  .main_content .link_list li {
    margin-bottom: 0;
    border-bottom: 1px dashed #f3f1f6;
  }
}
@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;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .main_content .link_list a.link, .main_content .link_list button.link {
    padding-left: 16px;
    position: relative;
    top: 0;
    left: 0;
  }
  .main_content .link_list a.link::before, .main_content .link_list button.link::before {
    position: absolute;
    left: 0;
    top: 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: 0.5em;
}

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

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

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

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

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

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

@media screen and (min-width: 900px), print {
  .table th, .table td {
    padding: 0.7em 1.19em;
  }
  .table-borderd th, .table-borderd td {
    padding: 0.7em 1.19em;
  }
  .root .wpnews table th, .root .wpnews table td {
    padding: 0.7em 1.19em;
  }
}
@media screen and (max-width: 899px) {
  .table th, .table td {
    padding: 0.56em 0.98em;
  }
  .table-borderd th, .table-borderd td {
    padding: 0.56em 0.98em;
  }
  .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, .table-td_center td {
  text-align: center;
}

.table-th_auto tbody th, .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 {
  padding: 0.5em 0;
  font-size: 0.813rem;
  line-height: 1.5;
}
.table-schedule tbody th, .table-schedule tbody td {
  padding: 0.5em 0;
  font-size: 0.813rem;
  line-height: 1.5;
}
.table-schedule thead th p, .table-schedule thead td p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.table-schedule thead th p:not(:last-child), .table-schedule thead td p:not(:last-child) {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.table-schedule tbody th p, .table-schedule tbody td p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.table-schedule tbody th p:not(:last-child), .table-schedule tbody td p:not(:last-child) {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.table-schedule thead th {
  text-align: center;
}
.table-schedule tbody th {
  text-align: center;
  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;
  font-size: 0.75rem !important;
}
.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;
}
.anotation::before {
  content: "※";
  width: 1em;
  position: absolute;
  top: 0.04em;
  left: 0;
}

@media screen and (min-width: 900px), print {
  .anotation {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 899px) {
  .anotation {
    font-size: 0.875rem;
  }
}
.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: #0068b7;
}

section a {
  text-decoration: underline;
}
section a:hover, 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 {
  /*text-decoration: underline;*/
  outline: 2px solid #a6a6a6;
}

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: 0.4em;
  left: 0;
  margin-left: 0px;
  margin-top: -10px;
}

.icon_bus::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/bus.png") 0 center no-repeat transparent;
  background-size: 17px 20px;
  width: 17px;
  height: 20px;
  position: relative;
  top: 0.3em;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  position: relative;
  top: 0;
  left: 0;
  padding: 13px 45px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  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, .btn.csv::after, .btn.out::after, .btn.ext::after, .btn.outlink::after, .btn.icon_out::after, .btn.icon_ext::after {
  margin-left: 0.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, .root btn.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: 17px 20px;
  width: 17px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  top: 0.15em;
  left: 0;
  margin-top: -7px;
}

.csv::after, .icon_csv::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/csv.png") 0 center no-repeat transparent;
  background-size: 17px 20px;
  width: 17px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  top: 0.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 {
  content: "";
  display: table;
}
.dl::after {
  content: "";
  display: table;
  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;
}
.dl dt:last-child {
  margin-bottom: 0;
}
.dl dd {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dl dd:last-child {
  margin-bottom: 0;
}
.dl dd:not(:last-child) {
  padding-bottom: 0.3em;
}

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

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

/**************************
.inline_block-list
*/
.inline_block_list::before {
  content: "";
  display: table;
}
.inline_block_list::after {
  content: "";
  display: table;
  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 {
    content: "";
    display: table;
  }
  .pc_inline_block_list::after {
    content: "";
    display: table;
    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 {
    content: "";
    display: table;
  }
  .sp_inline_block_list::after {
    content: "";
    display: table;
    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 {
  content: "";
  display: table;
}
.horizontal_list::after {
  content: "";
  display: table;
  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 {
    content: "";
    display: table;
  }
  .ul_horizontal_list::after {
    content: "";
    display: table;
    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: 0.3em;
  }
}
.breadcrumbs, .bread_crumb {
  text-align: left;
  -webkit-box-sizing: border-box;
  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: 0.8em;
  }
}
@media screen and (max-width: 899px) {
  .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: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;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

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

/*
.scroll_to_top
*/
.scroll_to_top {
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 999;
  line-height: 0;
  width: 60px;
  height: 60px;
}
.scroll_to_top:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.scroll_to_top a {
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #0068b7;
  -webkit-box-shadow: 0 0 5px 0 rgba(14, 51, 80, 0.5);
  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: -0.8em;
  left: 0;
  width: 100%;
  font-size: 0.625rem;
  display: inline-block;
  text-align: center;
}

/**************************
a.accordion
*/
.js-accordion .js-accordion__toggle {
  display: block;
}
.js-accordion .js-accordion__content {
  position: relative;
  top: 0;
  left: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, max-height 0.4s ease-out;
  transition: opacity 0.1s ease-out, max-height 0.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-accordion.accordion_achievement .js-accordion__toggle {
  display: block;
  background-color: #ebebf0;
  color: #222;
  font-weight: bold;
  text-align: left;
  border: 1px solid #dedede;
  font-size: 0.875rem;
  padding: 0.5em 1em;
  position: relative;
}
.js-accordion.accordion_achievement .js-accordion__content._opened {
  max-height: 150em;
}
.js-accordion.accordion_achievement .js-accordion__content._opened .js-accordion__content__inner {
  padding-bottom: 0;
}
.js-accordion.accordion_achievement .js-toggle {
  background-color: #646486;
}

.js-toggle {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  border: 1px solid #fff;
  background-color: #2b67b1;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.js-toggle::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.js-toggle::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

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

.js-toggle:hover {
  border-color: #fff;
}
.js-toggle._opened::before, .js-toggle._opened::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.tab_area__content {
  display: none;
}
.tab_area__content._show {
  display: block;
}

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

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

.image_list a {
  display: block;
}
.image_list img {
  max-width: 100%;
  display: block;
}
.image_list .cap {
  padding-top: 0.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;
  -webkit-transition: 0.2s opacity;
  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: 0.7em;
}

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

.signature {
  text-align: right;
}

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

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

.wpnews__head {
  margin-bottom: 30px;
  padding-bottom: 0.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 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 {
  content: "";
  display: table;
}
.wp_pagination::after {
  content: "";
  display: table;
  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 {
  max-width: 100%;
}
.video video {
  max-width: 100%;
}

.youtube {
  margin-left: auto;
  margin-right: auto;
}
.youtube iframe {
  max-width: 100%;
  max-height: 100%;
}

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

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
  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%;
}
figure figcaption {
  font-size: 0.875rem;
  color: #222;
}

@media screen and (max-width: 899px) {
  figure img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 900px), print {
  figure figcaption {
    padding-top: 0.2em;
  }
  figure figcaption._left {
    text-align: left;
  }
  figure figcaption._center {
    text-align: center;
  }
}
@media screen and (max-width: 899px) {
  figure figcaption {
    padding-top: 0.2em;
    text-align: center;
  }
}
.green_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 899px) {
  .green_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.green_list {
  position: relative;
  display: block;
  border-radius: 30px;
}
.green_list::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/green_link_off.png") 0 center no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.green_list:hover::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/arrow/green_link_on.png") 0 center no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 899px) {
  .green_list {
    width: 100%;
  }
}
.link {
  line-height: 1.4;
  color: #222;
}
.link.green_button {
  line-height: 1.4;
  color: #fff;
  background: #1ea3b7;
  padding: 0.8em 1em 0.8em 0.5em;
  border-radius: 30px;
  border: 1px solid #1ea3b7;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 18px;
  min-width: 180px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.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: 0.03em;
  left: 0;
  margin-top: -1em;
}
.link.green_button::before, .link.green_button:hover::before {
  content: "";
  display: none;
}
.link:hover {
  color: #2b67b1;
  text-decoration: none;
}
.link.green_button:hover {
  color: #1ea3b7;
  background: #fff;
  border: 1px solid #1ea3b7;
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  .link.green_button {
    padding: 0.5em 1em 0.6em 0.5em;
    font-size: 16px;
  }
}
.link-down::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.link-prev::before {
  -webkit-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;
}

.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: 0.22ex;
  left: 0;
}
.link2:hover {
  text-decoration: underline;
}

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

/*

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

*/
.news_list {
  position: relative;
  top: 0;
  left: 0;
}
.news_list .no_news {
  min-height: 70px;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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: -ms-flexbox;
    display: -webkit-box;
    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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 900px), print {
  .newsline__head {
    min-width: 240px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.newsline__body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

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

@media screen and (min-width: 900px), print {
  .newsline__date {
    font-size: 0.938rem;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    height: 1em;
    line-height: 1;
  }
}
@media screen and (max-width: 899px) {
  .newsline__date {
    font-size: 0.813rem;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
}
.newsline__cate {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.newsline__cate .label {
  text-align: center;
  position: relative;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #50514f;
  display: inline-block;
  color: #fff;
}
.newsline__cate .label:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.newsline__cate .label.important, .newsline__cate .label.cardiovascular-surgery {
  font-size: 12px;
}
.newsline__cate .label.patient {
  background-color: #456db8;
}
.newsline__cate .label.recruit {
  background-color: #4bb6c0;
}
.newsline__cate .label.medical {
  background-color: #ea7d91;
}
.newsline__cate .label.event {
  background-color: #4bb77e;
}

@media screen and (min-width: 900px), print {
  .newsline__cate .label {
    font-size: 14px;
    margin-right: 0.5em;
    min-width: 90px;
    height: 20px;
    line-height: 20px;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 899px) {
  .newsline__cate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .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__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: 0.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

@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;
  }
}
.main_content .news_pager a {
  text-decoration: none;
}

.news_pager a.current {
  pointer-events: none;
  background-color: transparent;
  color: #2b67b1;
  border: 1px solid #2b67b1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news_pager a:hover {
  background-color: #2b67b1;
  color: #fff;
}
.news_pager .next_link, .news_pager .prev_link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  color: #fff;
}
.news_pager .next_link::before, .news_pager .prev_link::before {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.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: 0.2;
}
.news_pager .next_link:hover::before {
  -webkit-transform: translateX(5px);
  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;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news_pager .prev_link-passive {
  pointer-events: none;
  opacity: 0.2;
}
.news_pager .prev_link:hover::before {
  -webkit-transform: translateX(-5px) rotate(180deg);
  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: -0.45ex;
  margin-left: -0.3ex;
}

.component-hover_balloon ._balloon {
  display: none;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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._language:hover ._balloon, .component-hover_balloon ._search._show + ._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;
    -webkit-transform: scale(0.9) translateY(-15px);
    transform: scale(0.9) translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes balloon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-15px);
    transform: scale(0.9) translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    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% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1) translateY(-5px);
    transform: scale(1.1) translateY(-5px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hero_heart {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1) translateY(-5px);
    transform: scale(1.1) translateY(-5px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hero_hand {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px) translateX(-100px);
    transform: translateY(-40px) translateX(-100px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero_hand {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px) translateX(-100px);
    transform: translateY(-40px) translateX(-100px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hero_text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero_text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

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

*/
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  top: 0;
}

.header__logo a, .header__logo img {
  display: block;
  height: 100%;
}
.header__logo a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.header-fixed {
  border-bottom: 1px solid #f7f5fb;
}

.breadcrumb_area {
  background-color: #f7f5fb;
  display: block;
  width: 100%;
}

@media screen and (min-width: 900px), print {
  .breadcrumb_area {
    min-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
  }
}
.main_wrapper_area {
  padding-top: 40px;
}

.sub_menu {
  border-bottom: 1px solid #50514f;
}

.sub_menu__li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub_menu .li1 {
  border-top: 1px solid #50514f;
}
.sub_menu .li2, .sub_menu .li3 {
  border-top: 1px solid #ccc;
}
.sub_menu .a1 {
  font-size: 0.938rem;
  padding-left: 15px;
  line-height: 1.3;
  min-height: 50px;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.sub_menu .a2 {
  font-size: 0.875rem;
  padding-left: 25px;
  min-height: 48px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.sub_menu .a3 {
  font-size: 0.875rem;
  padding-left: 33px;
  min-height: 48px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.sub_menu .a1, .sub_menu .a2, .sub_menu .a3 {
  color: #222;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
.sub_menu .a1 small, .sub_menu .a2 small, .sub_menu .a3 small {
  padding-top: 0.15em;
  padding-left: 0.3em;
}
.sub_menu .a1-column, .sub_menu .a2-column, .sub_menu .a3-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.sub_menu .a1-column small, .sub_menu .a2-column small, .sub_menu .a3-column small {
  padding-left: 0;
}
.sub_menu .a1-column .small2, .sub_menu .a2-column .small2, .sub_menu .a3-column .small2 {
  font-size: 65%;
}
.sub_menu .a1-block, .sub_menu .a2-block, .sub_menu .a3-block {
  display: block;
}
.sub_menu .a1:not(.js-accordion__toggle)::after, .sub_menu .a2:not(.js-accordion__toggle)::after, .sub_menu .a3:not(.js-accordion__toggle)::after {
  content: "";
  display: block;
  background: url("../img/icon/arrow/sub_menu.png") 0 0 no-repeat transparent;
  background-size: 10px 20px;
  width: 10px;
  height: 20px;
  background-position: 0 0;
  height: 10px;
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 15px;
}
.sub_menu .a1::before, .sub_menu .a2::before, .sub_menu .a3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
  background-color: #0068b7;
  padding-bottom: 10em;
  margin-bottom: -10em;
}
.sub_menu .active > .a1, .sub_menu .active > .a2, .sub_menu .active > .a3 {
  color: #fff;
}
.sub_menu .a1:hover, .sub_menu .a2:hover, .sub_menu .a3:hover {
  color: #fff;
}
.sub_menu .active > .a1::before, .sub_menu .active > .a2::before, .sub_menu .active > .a3::before {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.sub_menu .a1:hover::before, .sub_menu .a2:hover::before, .sub_menu .a3:hover::before {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.sub_menu .active > .a1::after, .sub_menu .active > .a2::after, .sub_menu .active > .a3::after {
  background-position: 0 -10px;
}
.sub_menu .a1:hover::after, .sub_menu .a2:hover::after, .sub_menu .a3:hover::after {
  background-position: 0 -10px;
}
.sub_menu .sub_menu_block {
  display: block;
}
.sub_menu .js-accordion .js-accordion__content {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sub_menu .js-accordion .js-accordion__content._opened {
  max-height: 100em;
}

@media screen and (min-width: 900px), print {
  .sub_menu .a1-index {
    min-height: 100px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 899px) {
  .sub_menu .a1-index {
    font-weight: bold;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 900px), print {
  .sub_menu .js-toggle {
    top: 70%;
  }
  .sub_menu .a1, .sub_menu .a2, .sub_menu .a3 {
    display: table-cell;
    vertical-align: middle;
    width: 260px;
  }
  .sub_menu .a1:not(.js-accordion__toggle)::after, .sub_menu .a2:not(.js-accordion__toggle)::after, .sub_menu .a3:not(.js-accordion__toggle)::after {
    top: 30px;
  }
  .sub_menu .a1 {
    height: 60px;
  }
  .sub_menu .a1-index:not(.js-accordion__toggle)::after {
    top: 50px;
  }
}
.footer {
  border-bottom: 30px solid #0068b7;
}
.footer .footer_none {
  display: none;
}

@media screen and (max-width: 899px) {
  .footer._add_bottom_margin {
    margin-bottom: 100px;
    border-bottom: none;
  }
}
@media screen and (min-width: 900px), print {
  .footer__1 {
    background: url("../img/footer_bg.png") right bottom no-repeat #f7f5fb;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 899px) {
  .footer__1 {
    height: 20px;
    background-color: #f7f5fb;
  }
}
.footer__2 {
  background-color: #fff;
}

@media screen and (min-width: 900px), print {
  .footer__2 {
    padding-top: 50px;
  }
  .footer__2__1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  .footer__2__1__1 {
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
  .footer__2__1__2 {
    -ms-flex-preferred-size: 870px;
    flex-basis: 870px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
  .footer__2__1__2 ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .footer__2__2 {
    margin-bottom: 40px;
  }
  .footer__2__2__1 {
    margin-bottom: 20px;
  }
  .footer__2__2__2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 899px) {
  .footer__2__1 {
    padding-top: 40px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__2__1__2 ul li {
    margin-bottom: 25px;
  }
  .footer__2__2 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__sitemap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.footer__sitemap a {
  color: #222;
  font-size: 0.813rem;
  display: inline-block;
}
.footer__sitemap a:hover {
  text-decoration: underline;
}
.footer__sitemap .title {
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0.7em;
}
.footer__sitemap ul {
  min-width: 220px;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.footer__sitemap ul li {
  margin-bottom: 4px;
}
.footer__sitemap .group {
  margin-bottom: 15px;
}
.footer__sitemap .column .group + .group {
  margin-top: 60px;
}
.footer__sitemap .column-1 ul {
  min-width: 170px;
}
.footer__sitemap .column-3 ul {
  min-width: 200px;
}
.footer__sitemap .column-4 ul {
  min-width: 240px;
}
.footer__sitemap + .footer__sitemap {
  margin-top: 85px;
}
.footer__sitemap .js-toggle {
  display: none;
}

@media screen and (max-width: 899px) {
  .footer__sitemap {
    display: none;
  }
}
@media screen and (min-width: 900px), print {
  .footer__logo {
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
}
@media screen and (max-width: 899px) {
  .footer__logo {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .footer__logo img {
    max-width: 100%;
  }
}
.footer__info .name {
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 22px;
  letter-spacing: 0.15ex;
}
.footer__info .name::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #54c3cd;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 15px;
}
.footer__info .address {
  margin-bottom: 0.4em;
}
.footer__info .tel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  font-size: 13px;
  line-height: 1;
}
.footer__info .tel img {
  display: block;
  width: 135px;
}
.footer__info .tel .sub {
  margin-bottom: 0.1em;
}
.footer__info .tel ._button {
  margin-left: 1em;
  display: inline-block;
  border: 1px solid #ccc;
  width: 80px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 19px;
  color: #50514f;
  margin-bottom: -0.1em;
}

@media screen and (min-width: 900px), print {
  .footer__info .name {
    font-size: 1rem;
    margin-bottom: 0.7em;
  }
}
@media screen and (max-width: 899px) {
  .footer__info .name {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 900px), print {
  .footer__info .address {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 899px) {
  .footer__info .address {
    font-size: 13px;
  }
}
.footer__info-1 .name::before {
  border-color: #54c3cd;
}

.footer__info-2 .name::before {
  border-color: #e1b66c;
}

.footer__info-3 .name::before {
  border-color: #f38676;
}

.footer__secom {
  width: 140px;
}
.footer__secom a {
  display: block;
}

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

@media screen and (min-width: 900px), print {
  .footer__jc {
    margin-right: 15px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 899px) {
  .footer__jc {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px), print {
  .footer__secom {
    margin-right: 10px;
    margin-bottom: -2px;
  }
}
@media screen and (max-width: 899px) {
  .footer__secom {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.footer__copyright {
  width: 140px;
}
.footer__copyright img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 899px) {
  .footer__copyright {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px), print {
  .footer__menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__menu li {
    margin-right: 1.8em;
  }
  .footer__menu a {
    font-size: 0.875rem;
    padding-left: 14px;
    position: relative;
    top: 0;
    left: 0;
    color: #000;
  }
  .footer__menu a::before {
    content: "";
    display: block;
    background: url("../img/icon/arrow/link_gray.png") 0 0 no-repeat transparent;
    background-size: 8px 9px;
    width: 8px;
    height: 9px;
    position: absolute;
    top: 0.6em;
    left: 0;
  }
  .footer__menu a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 899px) {
  .footer__menu {
    position: relative;
    z-index: 1;
    padding: 15px 0;
    margin: 2em 0;
  }
  .footer__menu::before {
    background-color: #f2f1f5;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
  }
  .footer__menu > ul {
    margin: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer__menu > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer__menu > ul > li._1 {
    width: 50%;
    padding: 2px;
  }
  .footer__menu > ul > li._1 > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    padding: 13px 5px 13px 25px;
    position: relative;
  }
  .footer__menu > ul > li._1 > a:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    color: inherit !important;
  }
  .footer__menu > ul > li._1 > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/icon/arrow/link.png");
    background-size: contain;
    width: 11px;
    height: 11px;
  }
  .footer__menu > ul > li._1 + ._2 {
    margin-top: 5px;
  }
  .footer__menu > ul > li._2 {
    width: 100%;
  }
  .footer__menu > ul > li._2 > a {
    display: block;
    font-size: 14px;
    position: relative;
    text-align: center;
    padding: 5px 0;
  }
  .footer__menu > ul > li._2 > a:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    color: inherit !important;
  }
  .footer__menu > ul > li._2 > a::before {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url("../img/icon/arrow/link_gray.png");
    background-size: contain;
    width: 8px;
    height: 9px;
    margin-right: 5px;
  }
}
.main_content h1:not(.cancel), .main_content .h1 {
  font-family: "FOT-ニューセザンヌ ProN DB", "NewCezanneProN-DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  padding-bottom: 30px;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.4;
  font-weight: normal;
}
.main_content h1:not(.cancel)::before, .main_content .h1::before {
  position: absolute;
  left: 0;
}
.main_content h2:not(.cancel), .main_content .h2 {
  border-left: 5px solid #1d83d1;
  padding: 0.3em 15px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 1.25em;
  position: relative;
}
.main_content h2.othercolor_h2:not(.cancel), .main_content .othercolor_h2 {
  border-left: 5px solid #f38675;
}
.main_content h2:not(.cancel)::before, .main_content .h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, rgba(29, 131, 209, 0.1) 0, rgba(29, 131, 209, 0.1) 2px, #f8f6fb 2px, #f8f6fb 4px);
  -webkit-animation-name: h2_background_init;
  animation-name: h2_background_init;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -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);
}
.main_content h2.othercolor_h2:not(.cancel)::before, .main_content .othercolor_h2::before {
  background: repeating-linear-gradient(-45deg, rgba(243, 134, 117, 0.1) 0, rgba(243, 134, 117, 0.1) 2px, #fff 2px, #fff 4px);
}
.main_content h2:not(.cancel) .main, .main_content h2:not(.cancel) .sub {
  display: block;
}
.main_content .h2 .main, .main_content .h2 .sub {
  display: block;
}
.main_content h2:not(.cancel) .sub, .main_content .h2 .sub {
  font-size: 0.813rem;
}

@media screen and (min-width: 900px), print {
  .main_content h1:not(.cancel), .main_content .h1 {
    padding-top: 30px;
    padding-left: 48px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 899px) {
  .main_content h1:not(.cancel), .main_content .h1 {
    padding-left: 33px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 900px), print {
  .main_content h1:not(.cancel)::before, .main_content .h1::before {
    content: "";
    display: block;
    background: url("../img/icon/h1.png") 0 0 no-repeat transparent;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    top: 34px;
  }
}
@media screen and (max-width: 899px) {
  .main_content h1:not(.cancel)::before, .main_content .h1::before {
    content: "";
    display: block;
    background: url("../img/icon/h1.png") 0 0 no-repeat transparent;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    top: 8px;
  }
}
@-webkit-keyframes h2_background_init {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes h2_background_init {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (min-width: 900px), print {
  .main_content h2:not(.cancel), .main_content .h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 899px) {
  .main_content h2:not(.cancel), .main_content .h2 {
    font-size: 20px;
  }
}
.root .main_content .h2-white {
  background: none;
}

.main_content h3:not(.cancel), .main_content .h3 {
  padding: 4px 17px 8px;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 1.6em;
}
.main_content h3:not(.cancel)::before, .main_content .h3::before {
  content: "";
  display: block;
  background-color: #1d83d1;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.main_content h3.othercolor_h3:not(.cancel)::before, .main_content .h3 .othercolor_h3::before {
  background-color: #f38675;
}
.main_content h3:not(.cancel)::after, .main_content .h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #f3f1f6;
}
.main_content h4:not(.cancel), .main_content .h4 {
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 1em;
}
.main_content h4:not(.cancel)::before, .main_content .h4::before {
  position: absolute;
  left: 0;
}
.main_content h5:not(.cancel), .main_content .h5 {
  padding: 0 0 0 24px;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 1em;
}
.main_content h5:not(.cancel)::before, .main_content .h5::before {
  position: absolute;
  left: 2px;
}
.main_content h6:not(.cancel), .main_content .h6 {
  padding: 0 0 0 25px;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 1em;
}
.main_content h6:not(.cancel)::before, .main_content .h6::before {
  position: absolute;
  left: 2px;
}

@media screen and (min-width: 900px), print {
  .main_content h3:not(.cancel), .main_content .h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 899px) {
  .main_content h3:not(.cancel), .main_content .h3 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 900px), print {
  .main_content h4:not(.cancel), .main_content .h4 {
    font-size: 1.25rem;
    padding: 0 0 0 28px;
  }
}
@media screen and (max-width: 899px) {
  .main_content h4:not(.cancel), .main_content .h4 {
    font-size: 16px;
    padding: 0 0 0 21px;
  }
}
@media screen and (min-width: 900px), print {
  .main_content h4:not(.cancel)::before, .main_content .h4::before {
    content: "";
    display: block;
    background: url("../img/icon/h1.png") 0 0 no-repeat transparent;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    top: 7px;
  }
}
@media screen and (max-width: 899px) {
  .main_content h4:not(.cancel)::before, .main_content .h4::before {
    content: "";
    display: block;
    background: url("../img/icon/h1.png") 0 0 no-repeat transparent;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 5px;
  }
}
@media screen and (min-width: 900px), print {
  .main_content h5:not(.cancel), .main_content .h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 899px) {
  .main_content h5:not(.cancel), .main_content .h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px), print {
  .main_content h5:not(.cancel)::before, .main_content .h5::before {
    content: "";
    display: block;
    background: url("../img/icon/h5.png") 0 0 no-repeat transparent;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 8px;
  }
}
@media screen and (max-width: 899px) {
  .main_content h5:not(.cancel)::before, .main_content .h5::before {
    content: "";
    display: block;
    background: url("../img/icon/h5.png") 0 0 no-repeat transparent;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 5px;
  }
}
@media screen and (min-width: 900px), print {
  .main_content h6:not(.cancel)::before, .main_content .h6::before {
    content: "";
    display: block;
    background: url("../img/icon/h6.png") 0 0 no-repeat transparent;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: 5px;
  }
}
@media screen and (max-width: 899px) {
  .main_content h6:not(.cancel)::before, .main_content .h6::before {
    content: "";
    display: block;
    background: url("../img/icon/h6.png") 0 0 no-repeat transparent;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: 5px;
  }
}
.box, .pagelink_box {
  background: repeating-linear-gradient(-45deg, #e2e1e5 0, #e2e1e5 2px, #fff 2px, #fff 4px);
  border-radius: 10px;
  padding: 2px;
}

.box__inner, .pagelink_box__inner {
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (min-width: 900px), print {
  .box__inner {
    padding: 1em 1.5em;
  }
  .pagelink_box__inner {
    padding: 1em 1.5em;
  }
  .pagelink_box__inner.green_inner {
    padding: 1.6em 0em;
  }
}
@media screen and (max-width: 899px) {
  .box__inner {
    padding: 14px;
  }
  .pagelink_box__inner {
    padding: 14px;
  }
  .pagelink_box__inner.green_inner {
    padding: 1em 1em 1em 0.5em;
  }
}
.box-red, .pagelink_box-red {
  background: repeating-linear-gradient(-45deg, #ffc9c9 0, #ffc9c9 2px, #fff 2px, #fff 4px);
}

.box-blue, .pagelink_box-blue {
  background: repeating-linear-gradient(-45deg, #1d83d1 0, #1d83d1 2px, #fff 2px, #fff 4px);
}

.box-re, .pagelink_box-re {
  background: repeating-linear-gradient(-45deg, #91b6e4 0, #91b6e4 2px, #fff 2px, #fff 4px);
}

.box-re .box__inner, .pagelink_box-re .box__inner {
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.pagelink_box__inner {
  padding-bottom: 0.5em;
}

.pagelink_box li {
  margin-bottom: 0.5em;
}
.pagelink_box li.green_list {
  margin: 10px;
}
.pagelink_box .link {
  display: inline-block;
  padding-left: 18px;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
}
.pagelink_box .link.green_button {
  padding-left: 3em;
}
.pagelink_box .link::before {
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  margin-top: 0;
}
.pagelink_box .link.green_button::before {
  display: none;
}
.pagelink_box .link:hover {
  text-decoration: underline;
}
.pagelink_box .link.green_button:hover {
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  .pagelink_box li.green_list {
    margin: 5px;
  }
}
@media screen and (max-width: 899px) {
  .pagelink_box .link {
    display: block;
  }
}
@media screen and (min-width: 900px), print {
  .pagelink_box ._column2::before {
    content: "";
    display: table;
  }
  .pagelink_box ._column2::after {
    content: "";
    display: table;
    clear: both;
  }
  .pagelink_box ._column2 > * {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagelink_box ._column2 > *:nth-child(2n+1) {
    clear: left;
    padding-right: 9px;
  }
  .pagelink_box ._column2 > *:nth-child(2n) {
    padding-left: 9px;
  }
  .pagelink_box ._column3::before {
    content: "";
    display: table;
  }
  .pagelink_box ._column3::after {
    content: "";
    display: table;
    clear: both;
  }
  .pagelink_box ._column3 > * {
    width: 33.33333%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagelink_box ._column3 > *:nth-child(3n+1) {
    clear: left;
    padding-right: 12px;
  }
  .pagelink_box ._column3 > *:nth-child(3n+2) {
    padding-left: 6px;
    padding-right: 6px;
  }
  .pagelink_box ._column3 > *:nth-child(3n) {
    padding-left: 12px;
  }
  .pagelink_box ._column4::before {
    content: "";
    display: table;
  }
  .pagelink_box ._column4::after {
    content: "";
    display: table;
    clear: both;
  }
  .pagelink_box ._column4 > * {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagelink_box ._column4 > *:nth-child(4n+1) {
    clear: left;
    padding-right: 12px;
  }
  .pagelink_box ._column4 > *:nth-child(4n+2) {
    padding-left: 4px;
    padding-right: 8px;
  }
  .pagelink_box ._column4 > *:nth-child(4n+3) {
    padding-left: 8px;
    padding-right: 4px;
  }
  .pagelink_box ._column4 > *:nth-child(4n) {
    padding-left: 12px;
  }
  .pagelink_box ._inline::before {
    content: "";
    display: table;
  }
  .pagelink_box ._inline::after {
    content: "";
    display: table;
    clear: both;
  }
  .pagelink_box ._inline > li, .pagelink_box ._inline > * {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.search {
  height: 40px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.search__text {
  border: 0 none;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  width: 100%;
  background-color: #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px 0 10px;
  display: block;
}

@media screen and (max-width: 899px) {
  .search__text {
    font-size: 16px;
  }
}
.search__submit {
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 34px;
  height: 38px;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/icon/search.png") 0 0/cover no-repeat transparent;
}

.doctor .fix img {
  border-radius: 10px;
}

@media screen and (max-width: 899px) {
  .doctor .fix {
    margin-bottom: 2em;
  }
}
.root .doctor .table-column2:not(.table-noborder) tr:first-child th:first-child {
  border-top: 0 none;
}
.root .doctor th, .root .doctor td, .root .doctor p, .root .doctor a {
  font-size: 0.875rem;
}
.root .doctor th, .root .doctor td {
  vertical-align: top;
}
.root .doctor th {
  width: 130px;
  font-weight: normal;
  text-align: left;
  color: #0068b7;
  font-weight: bold;
}
.root .doctor ul + ul {
  margin-top: 1em;
}
.root .doctor ul:not(.cancel) li {
  margin-bottom: 0.3em;
  font-size: 0.875rem;
}

@media screen and (min-width: 900px), print {
  .root .doctor th, .root .doctor td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 899px) {
  .root .doctor th {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 899px) {
  .root .doctor td {
    margin-bottom: 1.5em;
  }
}
.btn2 {
  display: inline-block;
  font-size: 0.938rem;
  height: 50px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  background-color: #0068b7;
  min-width: 250px;
  text-align: center;
  border: 2px solid #0068b7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  position: relative;
  top: 0;
  left: 0;
  padding: 13px 34px 14px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 10px 3px rgba(14, 51, 80, 0.1);
  box-shadow: 0px 3px 10px 3px rgba(14, 51, 80, 0.1);
}
.btn2::before {
  content: "";
  display: block;
  background: url("../img/icon/arrow/white.png") 0 0 no-repeat transparent;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}
.btn2:hover {
  color: #222;
  background-color: #fff;
}

@media screen and (min-width: 900px), print {
  .btn2::before {
    left: 18px;
  }
}
@media screen and (max-width: 899px) {
  .btn2::before {
    left: 18px;
  }
}
.btn2-white {
  color: #222;
  background-color: #fff;
  border: 2px solid #0068b7;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.btn2-white::before {
  content: "";
  display: block;
  background: url("../img/icon/arrow/link.png") 0 0 no-repeat transparent;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
}
.btn2-white:hover {
  color: #fff;
  background-color: #0068b7;
}

@media screen and (min-width: 900px), print {
  .subindexlink_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.subindexlink_list .sub_ul2, .subindexlink_list .js-toggle, .subindexlink_list .sub_menu__ul2 {
  display: none;
}

@media screen and (min-width: 900px), print {
  .subindexlink_list li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .subindexlink_list._column2 li {
    margin-bottom: 18px;
    width: 381px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subindexlink_list._column2 li:nth-child(2n+1) {
    padding-right: 9px;
  }
  .subindexlink_list._column2 li:nth-child(2n) {
    padding-left: 9px;
  }
  .subindexlink_list._column3 li {
    margin-bottom: 18px;
    width: 248px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subindexlink_list._column3 li:nth-child(3n+1) {
    padding-right: 12px;
  }
  .subindexlink_list._column3 li:nth-child(3n+2) {
    padding-left: 6px;
    padding-right: 6px;
  }
  .subindexlink_list._column3 li:nth-child(3n) {
    padding-left: 12px;
  }
  .subindexlink_list._column4 li {
    margin-bottom: 18px;
    width: 182px;
  }
}
@media screen and (max-width: 899px) {
  .subindexlink_list li {
    margin-bottom: 10px;
  }
}
.boxlink_list .sub_ul2, .boxlink_list .js-toggle, .boxlink_list .sub_menu__ul2 {
  display: none;
}

@media screen and (min-width: 900px), print {
  .boxlink_list .sub_menu_block {
    line-height: 1.3;
  }
  .boxlink_list._column3::before {
    content: "";
    display: table;
  }
  .boxlink_list._column3::after {
    content: "";
    display: table;
    clear: both;
  }
  .boxlink_list._column3 > * {
    width: 33.33333%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .boxlink_list._column3 > *:nth-child(3n+1) {
    clear: left;
    padding-right: 12px;
  }
  .boxlink_list._column3 > *:nth-child(3n+2) {
    padding-left: 6px;
    padding-right: 6px;
  }
  .boxlink_list._column3 > *:nth-child(3n) {
    padding-left: 12px;
  }
  .boxlink_list._column3 li {
    margin-bottom: 18px;
  }
  .boxlink_list._column4::before {
    content: "";
    display: table;
  }
  .boxlink_list._column4::after {
    content: "";
    display: table;
    clear: both;
  }
  .boxlink_list._column4 > * {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .boxlink_list._column4 > *:nth-child(4n+1) {
    clear: left;
    padding-right: 13px;
  }
  .boxlink_list._column4 > *:nth-child(4n+2) {
    padding-left: 4px;
    padding-right: 9px;
  }
  .boxlink_list._column4 > *:nth-child(4n+3) {
    padding-left: 9px;
    padding-right: 4px;
  }
  .boxlink_list._column4 > *:nth-child(4n) {
    padding-left: 13px;
  }
  .boxlink_list._column4 li {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 899px) {
  .boxlink_list li {
    margin-bottom: 10px;
  }
}
.subindexlink_list a, .boxlink_list a, .boxlink {
  background-color: #fff;
  width: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  padding: 7px 14px;
  padding-right: 25px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #0068b7;
  position: relative;
  top: 0;
  left: 0;
}

.root .subindexlink_list a, .root .boxlink_list a, .root .boxlink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.subindexlink_list a::after, .boxlink_list a::after, .boxlink::after {
  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%;
  right: 14px;
}

@media screen and (min-width: 900px), print {
  .subindexlink_list a, .boxlink_list a, .boxlink {
    font-size: 0.938rem;
    min-height: 60px;
  }
}
@media screen and (max-width: 899px) {
  .subindexlink_list a, .boxlink_list a, .boxlink {
    font-size: 0.875rem;
    min-height: 50px;
  }
}
.subindexlink_list a:hover, .boxlink_list a:hover, .boxlink:hover {
  color: #fff;
  background-color: #0068b7;
}

@media all and (-ms-high-contrast: none) {
  .root .boxlink_list a {
    display: block;
    padding-top: 16px;
    padding-bottom: 14px;
  }
}
.subindexlink_list .li1, .boxlink_list .li1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.subindexlink_list .a1-column, .subindexlink_list .a2-column, .subindexlink_list .a3-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.boxlink_list .a1-column, .boxlink_list .a2-column, .boxlink_list .a3-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.subindexlink_list .a1-column small, .subindexlink_list .a2-column small, .subindexlink_list .a3-column small {
  padding-left: 0;
}

.boxlink_list .a1-column small, .boxlink_list .a2-column small, .boxlink_list .a3-column small {
  padding-left: 0;
}

.subindexlink_list .a1-column .small2, .subindexlink_list .a2-column .small2, .subindexlink_list .a3-column .small2 {
  font-size: 65%;
}

.boxlink_list .a1-column .small2, .boxlink_list .a2-column .small2, .boxlink_list .a3-column .small2 {
  font-size: 65%;
}

@media screen and (max-width: 899px) {
  .boxlink_list .a1-column, .boxlink_list .a2-column, .boxlink_list .a3-column {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.box-re .boxlink_list a {
  border-color: #666;
  border-width: 1px;
}
.box-re .boxlink_list a::after {
  content: "";
  display: block;
  background: url("../img/icon/arrow/link_gray.png") 0 0 no-repeat transparent;
  background-size: 8px 9px;
  width: 8px;
  height: 9px;
}
.box-re .boxlink_list a:hover {
  background-color: #fff;
  color: #2b67b1;
  border-color: #2b67b1;
}

.inthero {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (min-width: 900px), print {
  .inthero {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 899px) {
  .inthero {
    margin-left: -14px;
    margin-right: -14px;
    padding-bottom: 25px;
  }
}
.inthero__text {
  text-align: center;
}
.inthero__text .handle, .inthero__text .main {
  font-family: "FOT-ニューセザンヌ ProN DB", "NewCezanneProN-DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 900px), print {
  .inthero__text {
    position: absolute;
    top: 30px;
    right: 120px;
    z-index: 2;
    width: 170px;
    height: 500px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .inthero__text .dep {
    padding-bottom: 17px;
  }
  .inthero__text .name {
    padding-top: 17px;
  }
}
@media screen and (max-width: 899px) {
  .inthero__text {
    padding-top: 25px;
  }
  .inthero__text .en img {
    display: block;
    width: 140px;
    margin: auto;
  }
  .inthero__text .dep {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px), print {
  .inthero__text .handle {
    font-size: 14px;
  }
}
@media screen and (max-width: 899px) {
  .inthero__text .handle {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 900px), print {
  .inthero__text .main {
    font-size: 24px;
  }
}
@media screen and (max-width: 899px) {
  .inthero__text .main {
    font-size: 19px;
  }
}
.inthero__image {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.inthero__image img {
  display: block;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 900px), print {
  .inthero__image img {
    border-radius: 50px;
  }
}
@media screen and (min-width: 900px), print {
  .inthero__image::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 180px solid #fff;
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -270px;
    right: -300px;
    height: 600px;
    width: 600px;
    border-radius: 300px;
  }
}
@media screen and (min-width: 900px), print {
  .inthero__image.inthero__image-staff::after {
    content: "";
    display: block;
    background: url("../img/label_staffinterview.png") 0 0 no-repeat transparent;
    background-size: 420px 50px;
    width: 420px;
    height: 50px;
  }
}
@media screen and (max-width: 899px) {
  .inthero__image.inthero__image-staff::after {
    content: "";
    display: block;
    background: url("../img/label_staffinterview_sp.png") 0 0 no-repeat transparent;
    background-size: 22px 210px;
    width: 22px;
    height: 210px;
  }
}
@media screen and (min-width: 900px), print {
  .inthero__image::after {
    content: "";
    display: block;
    background: url("../img/label_doctorinterview.png") 0 0 no-repeat transparent;
    background-size: 420px 50px;
    width: 420px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    right: 0;
    z-index: 3;
  }
}
@media screen and (min-width: 900px), print {
  .inthero__image.inthero__image-none::after {
    background: none;
  }
}
@media screen and (max-width: 899px) {
  .inthero__image::after {
    content: "";
    display: block;
    background: url("../img/label_doctorinterview_sp.png") 0 0 no-repeat transparent;
    background-size: 22px 210px;
    width: 22px;
    height: 210px;
    position: absolute;
    bottom: -8px;
    right: 20px;
    z-index: 3;
  }
}
.month_pager {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #0068b7;
}

.month_pager__main {
  text-align: center;
  padding-bottom: 5px;
}
.month_pager__main .main {
  font-size: 38px;
  font-weight: 500;
  color: #0068b7;
  line-height: 1;
  margin-right: 0.2ex;
  letter-spacing: -0.04em;
}
.month_pager__main .sub {
  font-size: 24px;
  color: #222;
  line-height: 1;
  position: relative;
  top: -2px;
  left: 0;
}

@media screen and (min-width: 900px), print {
  .month_pager__prev, .month_pager__next {
    padding-top: 0.4ex;
  }
}
@media screen and (max-width: 899px) {
  .month_pager__prev, .month_pager__next {
    padding-top: 1ex;
  }
}
.month_pager__prev ._passive, .month_pager__next ._passive {
  pointer-events: none;
  text-decoration: none;
  color: #a9a6a1;
}

.month_pager__prev a:hover, .month_pager__next a:hover {
  text-decoration: underline;
}

.month_pager__prev {
  position: absolute;
  top: 0.5em;
  left: 0;
}

.month_pager__next {
  position: absolute;
  top: 0.5em;
  right: 0;
}

.pagelink_component .select_frame {
  position: relative;
  top: 0;
  left: 0;
}
.pagelink_component .select_frame__display {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fafafa;
  font-size: 1rem;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.6em;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 30px;
}
.pagelink_component .select_frame__display::after {
  content: "";
  display: block;
  width: 7px;
  height: 6px;
  background: url("../img/icon/arrow/select_down.svg") center center/cover no-repeat transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagelink_component .select_frame__display-default {
  color: #333;
}
.pagelink_component .select_frame select {
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0 none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 50px;
  cursor: pointer;
}
.pagelink_component .select_frame select:focus + .select_frame__display, .pagelink_component .select_frame select:active + .select_frame__display {
  outline: 2px solid #a6a6a6;
  outline-offset: -2px;
}
.pagelink_component .select_frame option {
  padding: 0 15px;
}

@media screen and (min-width: 900px), print {
  .pagelink_component .select_frame {
    width: 210px;
  }
}
.inews_area__head {
  padding-bottom: 20px;
}

@media screen and (min-width: 900px), print {
  .inews_area__head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.inews_area__foot {
  padding-top: 35px;
  text-align: center;
}

.inews_area__title {
  font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 900px), print {
  .inews_area__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 899px) {
  .inews_area__title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.inews_area .tab_list {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #50514f;
  position: relative;
  top: 0;
  left: 0;
}
.inews_area .tab_list li, .inews_area .tab_list a {
  position: relative;
  top: 0;
  left: 0;
}
.inews_area .tab {
  height: 45px;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}
.inews_area .tab._selected {
  background-color: #50514f;
  color: #fff;
}

@media screen and (min-width: 900px), print {
  .inews_area .tab_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 899px) {
  .inews_area .tab_list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inews_area .tab_list::after {
    content: "";
    display: block;
    clear: both;
  }
  .inews_area .tab_list > li {
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 900px), print {
  .inews_area .tab_list li:not(:last-child) {
    border-right: 1px solid #50514f;
  }
}
@media screen and (max-width: 899px) {
  .inews_area .tab_list li:nth-child(1)::before, .inews_area .tab_list li:nth-child(2)::before, .inews_area .tab_list li:nth-child(4)::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #50514f;
    height: 100%;
  }
  .inews_area .tab_list li:nth-child(2)::after, .inews_area .tab_list li:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #50514f;
    height: 1px;
  }
}
@media screen and (min-width: 900px), print {
  .inews_area .tab {
    width: 100px;
  }
}
@media screen and (max-width: 899px) {
  .inews_area .tab {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inews_area .tab.tab-all {
    height: 90px;
  }
}
@media screen and (min-width: 900px), print {
  .inews_area .tab:hover {
    background-color: #50514f;
    color: #fff;
  }
}
@media screen and (min-width: 900px), print {
  .banner_btn_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner_btn_list > * {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .banner_btn_list > *:nth-child(2n+1) {
    padding-right: 10px;
  }
  .banner_btn_list > *:nth-child(2n) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 900px), print {
  .banner_btn_list > * {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 899px) {
  .banner_btn_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 900px), print {
  .banner_btn_list2:not(.column_cancel) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner_btn_list2:not(.column_cancel) > * {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .banner_btn_list2:not(.column_cancel) > *:nth-child(2n+1) {
    padding-right: 10px;
  }
  .banner_btn_list2:not(.column_cancel) > *:nth-child(2n) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 900px), print {
  .banner_btn_list2 > * {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 899px) {
  .banner_btn_list2 li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.banner_btn {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 2px solid #2b67b1;
  min-height: 100px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.banner_btn .info {
  font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  width: 100%;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.banner_btn .info .sub {
  font-size: 0.688rem;
}
.banner_btn .info .title, .banner_btn .info .main {
  font-size: 0.938rem;
  display: block;
  width: 100%;
  line-height: 1.3;
}
.banner_btn .image {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.banner_btn .image img {
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.banner_btn:hover {
  background-color: #2b67b1;
  color: #fff;
}
.banner_btn:hover .image img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.iinterview_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.iinterview_list li {
  width: 200px;
  margin-bottom: 40px;
}
.iinterview_list li:not(:nth-child(5n)) {
  margin-right: 20px;
}

@media screen and (min-width: 900px), print {
  .interview_list-page {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .interview_list-page li {
    width: 200px;
    margin-bottom: 40px;
  }
  .interview_list-page li:not(:nth-child(3n)) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 470px) and (max-width: 899px), print {
  .interview_list-page {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .interview_list-page li {
    width: 200px;
    margin-bottom: 40px;
  }
  .interview_list-page li:not(:nth-child(2n)) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 469px) {
  .interview_list-page li {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.iint {
  display: block;
}

.iint__image_area {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 15px;
}

.iint__dep {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #0068b7;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-size: 0.875rem;
  width: 25px;
  letter-spacing: 0.08em;
  line-height: 25px;
}

.iint__image {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200px;
  height: 200px;
}
.iint__image img {
  max-width: 200px;
}

.iint__name .handle {
  font-size: 0.813rem;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
.iint__name .name {
  font-size: 1.125rem;
  line-height: 1.5;
}

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

@media screen and (max-width: 899px) {
  .root .main_content .link_list .link::before {
    top: 2.4em;
  }
  .root .main_content .pagelink_box .link_list li:last-child {
    border-bottom: 0 none;
  }
  .root .main_content .pagelink_box .link_list .link::before {
    top: 1.3em;
  }
}
.main_content .table-aeth thead th, .main_content .table-aeth thead td {
  padding: 8px;
}
.main_content .table-aeth tbody th, .main_content .table-aeth tbody td {
  padding: 8px;
}
.main_content .table-aeth ._no_wrap {
  white-space: nowrap;
}
.main_content .table-sg tbody td {
  text-align: right;
}
.main_content .table-dep thead th {
  text-align: center;
  background-color: transparent;
}
.main_content .table-dep tbody th {
  background-color: transparent;
}
.main_content .table-dep thead th, .main_content .table-dep thead td {
  border-left: 0 none;
  border-right: 0 none;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.main_content .table-dep tbody th, .main_content .table-dep tbody td {
  border-left: 0 none;
  border-right: 0 none;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.main_content .table-dep thead th .icon, .main_content .table-dep thead td .icon {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.main_content .table-dep tbody th .icon, .main_content .table-dep tbody td .icon {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 900px), print {
  .main_content .table-sg tbody th {
    width: 420px;
  }
}
@media screen and (max-width: 899px) {
  .main_content .table-sg tbody th {
    width: 200px;
  }
}
@media screen and (min-width: 900px), print {
  .main_content .table-sg tbody td {
    width: auto;
  }
}
@media screen and (max-width: 899px) {
  .main_content .table-sg tbody td {
    width: 50px;
  }
}
@media screen and (min-width: 900px), print {
  .main_content .table-dep thead th .icon, .main_content .table-dep thead td .icon {
    width: 60px;
    height: 60px;
  }
  .main_content .table-dep tbody th .icon, .main_content .table-dep tbody td .icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 899px) {
  .main_content .table-dep thead th .icon, .main_content .table-dep thead td .icon {
    width: 40px;
    height: 40px;
  }
  .main_content .table-dep tbody th .icon, .main_content .table-dep tbody td .icon {
    width: 40px;
    height: 40px;
  }
}
.shinryoka_index_banner_list li {
  padding-bottom: 0 !important;
}
.shinryoka_index_banner_list .banner_btn {
  height: 100px;
}

@media screen and (min-width: 900px), print {
  .shinryoka_index_banner_list .banner_btn .info {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .shinryoka_index_banner_list .banner_btn .info .title {
    font-size: 0.875rem;
  }
  .shinryoka_index_banner_list .banner_btn .image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 899px) {
  .shinryoka_index_banner_list .banner_btn .image {
    -ms-flex-preferred-size: 126px;
    flex-basis: 126px;
  }
}
.doctor_title {
  padding-bottom: 0.3em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #2b67b1;
}
.doctor_title .main, .doctor_title .sub {
  display: block;
}
.doctor_title .main {
  line-height: 1.5;
}
.doctor_title .sub {
  line-height: 1.5;
  font-size: 0.813rem;
}

@media screen and (min-width: 900px), print {
  .doctor_title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 899px) {
  .doctor_title {
    font-size: 20px;
  }
}
.dep_footer {
  margin-top: 60px;
}

.video_content {
  margin: auto;
  display: table;
  table-layout: fixed;
  position: relative;
}
.video_content.mfp-hide {
  display: none;
}

.mfp-content {
  width: auto;
}

.video_content .mfp-close {
  font-size: 60px;
}
.video_content video {
  display: block;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 900px), print {
  .video_content {
    max-width: 80vw;
    max-height: 80vh;
  }
}
@media screen and (max-width: 899px) {
  .video_content {
    max-width: 90vw;
    max-height: 90vh;
  }
}
.name {
  clear: both;
}

#post_10779 > .newsline__body .new, #post_10145 > .newsline__body .new, #post_10819 > .newsline__body .new {
  display: none !important;
}

/**************************
.fixed-links 初期研修医フロートメニュー
*/
@-webkit-keyframes fixed-links-appear-right {
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fixed-links-appear-right {
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes fixed-links-appear-bottom {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fixed-links-appear-bottom {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fixed-links {
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  position: fixed;
  top: 180px;
  right: 0px;
  z-index: 1000;
  -webkit-animation: fixed-links-appear-right 0.5s;
  animation: fixed-links-appear-right 0.5s;
}
.fixed-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.fixed-links li {
  border-bottom: 1px solid #fff;
}
.fixed-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: repeating-linear-gradient(-45deg, rgb(2, 104, 183) 0, rgb(2, 104, 183) 2px, rgba(2, 104, 183, 0.9) 3px, rgba(2, 104, 183, 0.9) 4px);
  color: #fff;
  font-family: "FOT-ロダン Pro DB", sans-serif;
  width: 80px;
  padding: 1.4em 0;
  text-decoration: none;
}
.fixed-links li ._green {
  background: repeating-linear-gradient(-45deg, rgb(30, 163, 183) 0, rgb(30, 163, 183) 2px, rgba(30, 163, 183, 0.9) 3px, rgba(30, 163, 183, 0.9) 4px);
}
.fixed-links li ._lightblue {
  background: repeating-linear-gradient(-45deg, rgb(16, 134, 183) 0, rgb(16, 134, 183) 2px, rgba(16, 134, 183, 0.9) 3px, rgba(16, 134, 183, 0.9) 4px);
}
.fixed-links li a:hover {
  background: #005393;
}
.fixed-links li ._green:hover {
  background: #009493;
}
.fixed-links li ._lightblue:hover {
  background: #007493;
}
.fixed-links li .icon_contact:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/icon_contact.png");
  margin-bottom: 0.5em;
}
.fixed-links li .icon_visit:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/icon_visit.png");
  margin-bottom: 0.5em;
}
.fixed-links li .icon_recruit:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/icon_recruit.png");
  margin-bottom: 0.5em;
}

@media screen and (max-height: 720px) {
  .fixed-links {
    top: 60px;
  }
}
@media screen and (min-width: 900px) {
  .fixed-links ul {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media screen and (min-width: 900px) {
  .fixed-links li a {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1300px) {
  .fixed-links li a {
    width: 60px;
  }
}
@media screen and (max-width: 899px) {
  .fixed-links {
    position: fixed;
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: fixed-links-appear-bottom 0.5s;
    animation: fixed-links-appear-bottom 0.5s;
  }
  .fixed-links ul {
    border: none;
  }
  .fixed-links li {
    border: none;
    width: 100%;
  }
  .fixed-links li.sp_none {
    display: none;
  }
  .fixed-links li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .fixed-links li a {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0.84rem;
    line-height: 1em;
    width: 100%;
    height: 40px;
    padding: 0.8em 0;
  }
  .fixed-links li .icon_contact div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed-links li .icon_contact:before {
    margin: 0 0.4em 0 20px;
  }
  .fixed-links li .icon_visit:before {
    margin: -0.2em 0.4em 0 0;
  }
  .fixed-links li .icon_recruit:before {
    margin: -0.1em 0.4em 0 0;
  }
}
@media screen and (max-width: 590px) {
  .fixed-links li a {
    font-size: 14px;
  }
  .fixed-links li .icon_contact:before, .fixed-links li .icon_visit:before, .fixed-links li .icon_recruit:before {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@media screen and (min-width: 520px) {
  .sp_br {
    display: none;
  }
}
.js-delay_load {
  visibility: hidden;
}

img.js-delay_load.js-delay_load_fin {
  visibility: visible;
}

.js-delay_load.js-delay_load_fin img {
  visibility: visible;
}

.js-delay_load.js-delay_load_fin {
  visibility: visible;
}
/*# sourceMappingURL=common.css.map */
