@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. General
	 3. All
	 4. Header
	 5. Content
	 6. Footer
	 7. Index
	 8. Greeting
	 9. Events
	10. Fair
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. General
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #1d235d;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.75rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #666666;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: gray;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: gray;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: gray;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: gray;
}

form label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  cursor: pointer;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {f
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

article p {
  min-height: 1.8em;
}

article section,
article h2,
article h3,
article h4,
article h5,
article h6 {
  clear: both;
}

article h2 {
  position: relative;
  color: #f1d235d;
  text-align: center;
}

article h2::before {
  display: block;
  content: "";
  margin-bottom: 5px;
  background: transparent no-repeat center center;
  background-size: contain;
}

article h2 + h3,
article h3 + h4,
article h4 + h5,
article h5 + h6 {
  padding-top: 0 !important;
}

article .text_left {
  text-align: left;
}

article .text_center {
  text-align: center;
}

article .text_right {
  text-align: right;
}

article a:link, article a:visited {
  text-decoration: underline;
}

article a:hover, article a:active {
  text-decoration: none;
}

article table.basic_table, article table.simple_table {
  margin: 1em auto;
  min-width: 81.63265%;
  max-width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #666666;
}

article table.basic_table th, article table.simple_table th {
  font-weight: bold;
  text-align: center;
}

article table.basic_table th,
article table.basic_table td, article table.simple_table th,
article table.simple_table td {
  border-top: 1px solid #666666;
}

article table.basic_table {
  border-bottom-style: dashed;
}

article table.basic_table.center {
  margin-right: auto;
  margin-left: auto;
}

article table.basic_table thead th {
  text-align: center;
}

article table.basic_table th,
article table.basic_table td {
  padding: 1.5em;
  border-top-style: dashed;
}

article table.basic_table th.left,
article table.basic_table td.left {
  text-align: left !important;
}

article table.basic_table th.center,
article table.basic_table td.center {
  text-align: center !important;
}

article table.basic_table th.right,
article table.basic_table td.right {
  text-align: right !important;
}

article table.basic_table th.top,
article table.basic_table td.top {
  vertical-align: top !important;
}

article table.basic_table th.middle,
article table.basic_table td.middle {
  vertical-align: middle !important;
}

article table.basic_table th.bottom,
article table.basic_table td.bottom {
  vertical-align: bottom !important;
}

article table.basic_table th {
  position: relative;
  min-width: 5em;
  white-space: nowrap;
  background-color: #ceebef;
}

article table.simple_table {
  border-right: 1px solid #666666;
}

article table.simple_table th {
  white-space: nowrap;
  color: #fff;
  background-color: #525252;
}

article table.simple_table th,
article table.simple_table td {
  border-left: 1px solid #666666;
}

article .flex > .row > [class^=col],
article .block > .row > [class^=col] {
  padding: 10px;
}

article .flex > .row > [class^=col].left,
article .block > .row > [class^=col].left {
  text-align: left;
}

article .flex > .row > [class^=col].center,
article .block > .row > [class^=col].center {
  text-align: center;
}

article .flex > .row > [class^=col].right,
article .block > .row > [class^=col].right {
  text-align: right;
}

article .flex > .row > [class^=col].offset1,
article .block > .row > [class^=col].offset1 {
  margin-left: 8.33333%;
}

article .flex > .row > [class^=col].offset2,
article .block > .row > [class^=col].offset2 {
  margin-left: 16.66667%;
}

article .flex > .row > [class^=col].offset3,
article .block > .row > [class^=col].offset3 {
  margin-left: 25%;
}

article .flex > .row > [class^=col].offset4,
article .block > .row > [class^=col].offset4 {
  margin-left: 33.33333%;
}

article .flex > .row > [class^=col].offset5,
article .block > .row > [class^=col].offset5 {
  margin-left: 41.66667%;
}

article .flex > .row > [class^=col].offset6,
article .block > .row > [class^=col].offset6 {
  margin-left: 50%;
}

article .flex > .row > [class^=col].offset7,
article .block > .row > [class^=col].offset7 {
  margin-left: 58.33333%;
}

article .flex > .row > [class^=col].offset8,
article .block > .row > [class^=col].offset8 {
  margin-left: 66.66667%;
}

article .flex > .row > [class^=col].offset9,
article .block > .row > [class^=col].offset9 {
  margin-left: 75%;
}

article .flex > .row > [class^=col].offset10,
article .block > .row > [class^=col].offset10 {
  margin-left: 83.33333%;
}

article .flex > .row > [class^=col].offset11,
article .block > .row > [class^=col].offset11 {
  margin-left: 91.66667%;
}

article .flex > .row > .col1,
article .block > .row > .col1 {
  width: 8.33333%;
}

article .flex > .row > .col2,
article .block > .row > .col2 {
  width: 16.66667%;
}

article .flex > .row > .col3,
article .block > .row > .col3 {
  width: 25%;
}

article .flex > .row > .col4,
article .block > .row > .col4 {
  width: 33.33333%;
}

article .flex > .row > .col5,
article .block > .row > .col5 {
  width: 41.66667%;
}

article .flex > .row > .col6,
article .block > .row > .col6 {
  width: 50%;
}

article .flex > .row > .col7,
article .block > .row > .col7 {
  width: 58.33333%;
}

article .flex > .row > .col8,
article .block > .row > .col8 {
  width: 66.66667%;
}

article .flex > .row > .col9,
article .block > .row > .col9 {
  width: 75%;
}

article .flex > .row > .col10,
article .block > .row > .col10 {
  width: 83.33333%;
}

article .flex > .row > .col11,
article .block > .row > .col11 {
  width: 91.66667%;
}

article .flex > .row > .col12,
article .block > .row > .col12 {
  width: 100%;
}

article .flex > .row.gutter > [class^=col],
article .block > .row.gutter > [class^=col] {
  margin-bottom: 2%;
  padding: 0;
}

article .flex > .row.gutter > [class^=col].offset1,
article .block > .row.gutter > [class^=col].offset1 {
  margin-left: 6.5%;
}

article .flex > .row.gutter > [class^=col].offset2,
article .block > .row.gutter > [class^=col].offset2 {
  margin-left: 15%;
}

article .flex > .row.gutter > [class^=col].offset3,
article .block > .row.gutter > [class^=col].offset3 {
  margin-left: 23.5%;
}

article .flex > .row.gutter > [class^=col].offset4,
article .block > .row.gutter > [class^=col].offset4 {
  margin-left: 32%;
}

article .flex > .row.gutter > [class^=col].offset5,
article .block > .row.gutter > [class^=col].offset5 {
  margin-left: 40.5%;
}

article .flex > .row.gutter > [class^=col].offset6,
article .block > .row.gutter > [class^=col].offset6 {
  margin-left: 49%;
}

article .flex > .row.gutter > [class^=col].offset7,
article .block > .row.gutter > [class^=col].offset7 {
  margin-left: 57.5%;
}

article .flex > .row.gutter > [class^=col].offset8,
article .block > .row.gutter > [class^=col].offset8 {
  margin-left: 66%;
}

article .flex > .row.gutter > [class^=col].offset9,
article .block > .row.gutter > [class^=col].offset9 {
  margin-left: 74.5%;
}

article .flex > .row.gutter > [class^=col].offset10,
article .block > .row.gutter > [class^=col].offset10 {
  margin-left: 83%;
}

article .flex > .row.gutter > [class^=col].offset11,
article .block > .row.gutter > [class^=col].offset11 {
  margin-left: 91.5%;
}

article .flex > .row.gutter > .col1,
article .block > .row.gutter > .col1 {
  width: 6.5%;
}

article .flex > .row.gutter > .col2,
article .block > .row.gutter > .col2 {
  width: 15%;
}

article .flex > .row.gutter > .col3,
article .block > .row.gutter > .col3 {
  width: 23.5%;
}

article .flex > .row.gutter > .col4,
article .block > .row.gutter > .col4 {
  width: 32%;
}

article .flex > .row.gutter > .col5,
article .block > .row.gutter > .col5 {
  width: 40.5%;
}

article .flex > .row.gutter > .col6,
article .block > .row.gutter > .col6 {
  width: 49%;
}

article .flex > .row.gutter > .col7,
article .block > .row.gutter > .col7 {
  width: 57.5%;
}

article .flex > .row.gutter > .col8,
article .block > .row.gutter > .col8 {
  width: 66%;
}

article .flex > .row.gutter > .col9,
article .block > .row.gutter > .col9 {
  width: 74.5%;
}

article .flex > .row.gutter > .col10,
article .block > .row.gutter > .col10 {
  width: 83%;
}

article .flex > .row.gutter > .col11,
article .block > .row.gutter > .col11 {
  width: 91.5%;
}

article .flex > .row.gutter > .col12,
article .block > .row.gutter > .col12 {
  width: 100%;
}

article .flex > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

article .flex > .row.gutter {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article .flex > .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

article .flex > .row.reverse > .offset1 {
  margin-left: 0;
  margin-right: 8.33333%;
}

article .flex > .row.reverse.gutter > .offset1 {
  margin-left: 0;
  margin-right: 8.5%;
}

article .flex > .row.reverse > .offset2 {
  margin-left: 0;
  margin-right: 16.66667%;
}

article .flex > .row.reverse.gutter > .offset2 {
  margin-left: 0;
  margin-right: 17%;
}

article .flex > .row.reverse > .offset3 {
  margin-left: 0;
  margin-right: 25%;
}

article .flex > .row.reverse.gutter > .offset3 {
  margin-left: 0;
  margin-right: 25.5%;
}

article .flex > .row.reverse > .offset4 {
  margin-left: 0;
  margin-right: 33.33333%;
}

article .flex > .row.reverse.gutter > .offset4 {
  margin-left: 0;
  margin-right: 34%;
}

article .flex > .row.reverse > .offset5 {
  margin-left: 0;
  margin-right: 41.66667%;
}

article .flex > .row.reverse.gutter > .offset5 {
  margin-left: 0;
  margin-right: 42.5%;
}

article .flex > .row.reverse > .offset6 {
  margin-left: 0;
  margin-right: 50%;
}

article .flex > .row.reverse.gutter > .offset6 {
  margin-left: 0;
  margin-right: 51%;
}

article .flex > .row.reverse > .offset7 {
  margin-left: 0;
  margin-right: 58.33333%;
}

article .flex > .row.reverse.gutter > .offset7 {
  margin-left: 0;
  margin-right: 59.5%;
}

article .flex > .row.reverse > .offset8 {
  margin-left: 0;
  margin-right: 66.66667%;
}

article .flex > .row.reverse.gutter > .offset8 {
  margin-left: 0;
  margin-right: 68%;
}

article .flex > .row.reverse > .offset9 {
  margin-left: 0;
  margin-right: 75%;
}

article .flex > .row.reverse.gutter > .offset9 {
  margin-left: 0;
  margin-right: 76.5%;
}

article .flex > .row.reverse > .offset10 {
  margin-left: 0;
  margin-right: 83.33333%;
}

article .flex > .row.reverse.gutter > .offset10 {
  margin-left: 0;
  margin-right: 85%;
}

article .flex > .row.reverse > .offset11 {
  margin-left: 0;
  margin-right: 91.66667%;
}

article .flex > .row.reverse.gutter > .offset11 {
  margin-left: 0;
  margin-right: 93.5%;
}

article .block > .row::after {
  display: block;
  content: "";
  clear: both;
}

article .block > .row > [class^=col] {
  float: left;
}

article .block > .row.gutter > [class^=col]:not(:first-child) {
  margin-left: 2%;
}

article .block > .row.gutter > [class^=col].offset1 {
  margin-left: 10.5%;
}

article .block > .row.gutter > [class^=col].offset1:first-child {
  margin-left: 8.5%;
}

article .block > .row.gutter > [class^=col].offset2 {
  margin-left: 19%;
}

article .block > .row.gutter > [class^=col].offset2:first-child {
  margin-left: 17%;
}

article .block > .row.gutter > [class^=col].offset3 {
  margin-left: 27.5%;
}

article .block > .row.gutter > [class^=col].offset3:first-child {
  margin-left: 25.5%;
}

article .block > .row.gutter > [class^=col].offset4 {
  margin-left: 36%;
}

article .block > .row.gutter > [class^=col].offset4:first-child {
  margin-left: 34%;
}

article .block > .row.gutter > [class^=col].offset5 {
  margin-left: 44.5%;
}

article .block > .row.gutter > [class^=col].offset5:first-child {
  margin-left: 42.5%;
}

article .block > .row.gutter > [class^=col].offset6 {
  margin-left: 53%;
}

article .block > .row.gutter > [class^=col].offset6:first-child {
  margin-left: 51%;
}

article .block > .row.gutter > [class^=col].offset7 {
  margin-left: 61.5%;
}

article .block > .row.gutter > [class^=col].offset7:first-child {
  margin-left: 59.5%;
}

article .block > .row.gutter > [class^=col].offset8 {
  margin-left: 70%;
}

article .block > .row.gutter > [class^=col].offset8:first-child {
  margin-left: 68%;
}

article .block > .row.gutter > [class^=col].offset9 {
  margin-left: 78.5%;
}

article .block > .row.gutter > [class^=col].offset9:first-child {
  margin-left: 76.5%;
}

article .block > .row.gutter > [class^=col].offset10 {
  margin-left: 87%;
}

article .block > .row.gutter > [class^=col].offset10:first-child {
  margin-left: 85%;
}

article .block > .row.gutter > [class^=col].offset11 {
  margin-left: 95.5%;
}

article .block > .row.gutter > [class^=col].offset11:first-child {
  margin-left: 93.5%;
}

article .block > .row.reverse > [class^=col] {
  float: right;
}

article .block > .row.reverse > [class^=col].offset1 {
  margin-left: 0;
  margin-right: 8.33333%;
}

article .block > .row.reverse > [class^=col].offset2 {
  margin-left: 0;
  margin-right: 16.66667%;
}

article .block > .row.reverse > [class^=col].offset3 {
  margin-left: 0;
  margin-right: 25%;
}

article .block > .row.reverse > [class^=col].offset4 {
  margin-left: 0;
  margin-right: 33.33333%;
}

article .block > .row.reverse > [class^=col].offset5 {
  margin-left: 0;
  margin-right: 41.66667%;
}

article .block > .row.reverse > [class^=col].offset6 {
  margin-left: 0;
  margin-right: 50%;
}

article .block > .row.reverse > [class^=col].offset7 {
  margin-left: 0;
  margin-right: 58.33333%;
}

article .block > .row.reverse > [class^=col].offset8 {
  margin-left: 0;
  margin-right: 66.66667%;
}

article .block > .row.reverse > [class^=col].offset9 {
  margin-left: 0;
  margin-right: 75%;
}

article .block > .row.reverse > [class^=col].offset10 {
  margin-left: 0;
  margin-right: 83.33333%;
}

article .block > .row.reverse > [class^=col].offset11 {
  margin-left: 0;
  margin-right: 91.66667%;
}

article .block > .row.reverse.gutter > [class^=col]:not(:first-child) {
  margin-left: 0;
  margin-right: 2%;
}

article .block > .row.reverse.gutter > [class^=col].offset1 {
  margin-left: 0;
  margin-right: 10.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset1:first-child {
  margin-right: 8.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset2 {
  margin-left: 0;
  margin-right: 19%;
}

article .block > .row.reverse.gutter > [class^=col].offset2:first-child {
  margin-right: 17%;
}

article .block > .row.reverse.gutter > [class^=col].offset3 {
  margin-left: 0;
  margin-right: 27.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset3:first-child {
  margin-right: 25.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset4 {
  margin-left: 0;
  margin-right: 36%;
}

article .block > .row.reverse.gutter > [class^=col].offset4:first-child {
  margin-right: 34%;
}

article .block > .row.reverse.gutter > [class^=col].offset5 {
  margin-left: 0;
  margin-right: 44.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset5:first-child {
  margin-right: 42.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset6 {
  margin-left: 0;
  margin-right: 53%;
}

article .block > .row.reverse.gutter > [class^=col].offset6:first-child {
  margin-right: 51%;
}

article .block > .row.reverse.gutter > [class^=col].offset7 {
  margin-left: 0;
  margin-right: 61.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset7:first-child {
  margin-right: 59.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset8 {
  margin-left: 0;
  margin-right: 70%;
}

article .block > .row.reverse.gutter > [class^=col].offset8:first-child {
  margin-right: 68%;
}

article .block > .row.reverse.gutter > [class^=col].offset9 {
  margin-left: 0;
  margin-right: 78.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset9:first-child {
  margin-right: 76.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset10 {
  margin-left: 0;
  margin-right: 87%;
}

article .block > .row.reverse.gutter > [class^=col].offset10:first-child {
  margin-right: 85%;
}

article .block > .row.reverse.gutter > [class^=col].offset11 {
  margin-left: 0;
  margin-right: 95.5%;
}

article .block > .row.reverse.gutter > [class^=col].offset11:first-child {
  margin-right: 93.5%;
}

article ul[class^=col],
article ol[class^=col] {
  margin: 0;
  list-style: none;
}

article ul[class^=col]::after,
article ol[class^=col]::after {
  display: block;
  content: "";
  clear: both;
}

article ul[class^=col] > li,
article ol[class^=col] > li {
  float: left;
  margin-bottom: 0;
  padding: 10px;
}

article ul[class^=col] > li.left,
article ol[class^=col] > li.left {
  text-align: left;
}

article ul[class^=col] > li.center,
article ol[class^=col] > li.center {
  text-align: center;
}

article ul[class^=col] > li.right,
article ol[class^=col] > li.right {
  text-align: right;
}

article ul[class^=col].gutter > li,
article ol[class^=col].gutter > li {
  margin: 0 0 2% 2%;
  padding: 0;
}

article ul.col2 > li,
article ol.col2 > li {
  width: 50%;
}

article ul.col2 > li:nth-child(2n+1),
article ol.col2 > li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}

article ul.col2.gutter > li,
article ol.col2.gutter > li {
  width: 49%;
}

article ul.col3 > li,
article ol.col3 > li {
  width: 33.33333%;
}

article ul.col3 > li:nth-child(3n+1),
article ol.col3 > li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

article ul.col3.gutter > li,
article ol.col3.gutter > li {
  width: 32%;
}

article ul.col4 > li,
article ol.col4 > li {
  width: 25%;
}

article ul.col4 > li:nth-child(4n+1),
article ol.col4 > li:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}

article ul.col4.gutter > li,
article ol.col4.gutter > li {
  width: 23.5%;
}

article ul.col5 > li,
article ol.col5 > li {
  width: 20%;
}

article ul.col5 > li:nth-child(5n+1),
article ol.col5 > li:nth-child(5n+1) {
  clear: both;
  margin-left: 0;
}

article ul.col5.gutter > li,
article ol.col5.gutter > li {
  width: 18.4%;
}

article ul.basic_ul > li > ol,
article ol.basic_ol > li > ol {
  margin-left: 1em;
}

article ul.basic_ul.inline > li,
article ol.basic_ol.inline > li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
}

article ul.basic_ul > li {
  position: relative;
  padding-left: 1.25em;
}

article ul.basic_ul > li::before {
  position: absolute;
  left: 0;
  top: .65em;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #1d235d;
  border: 2px solid #1d235d;
  border-radius: 50%;
}

article ul.basic_ul > li > ul > li::before {
  background-color: transparent;
}

article ol.basic_ol {
  margin-left: 1em;
  list-style: decimal;
}

article ol.basic_ol > li {
  padding-left: .25em;
}

article ol.basic_ol > li::before {
  display: none;
}

article ul.basic_indent li {
  margin-left: 1em;
  text-indent: -1em;
}

article dl.basic_dl > dt {
  font-weight: bold;
}

article dl.basic_dl > dd {
  margin-left: 1em;
}

article img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

article img.center {
  clear: both;
  display: block;
  margin: 0 auto 30px;
}

article img.left {
  clear: both;
  float: left;
  margin: 0 30px 30px 0;
}

article img.right {
  clear: both;
  float: right;
  margin: 0 0 30px 30px;
}

article iframe {
  max-width: 100%;
}

article div.focus, article div.attention {
  margin: 2em auto;
  padding: 2em;
  border-radius: 6px;
}

article div.focus > ul,
article div.focus > ol, article div.attention > ul,
article div.attention > ol {
  margin-bottom: 0;
}

article div.focus table th, article div.attention table th {
  font-weight: bold;
}

article div.focus {
  background-color: #efefef;
}

article div.focus strong {
  color: #333;
}

article div.attention {
  background-color: #ffe1ec;
}

article div.attention strong {
  color: #ab3741;
}

article .basic_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  background-color: #1d235d;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

article .text_indent {
  margin-left: 1em;
  text-indent: -1em;
}

article .pagination ul {
  text-align: center;
  font-size: 0;
}

article .pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

article .pagination ul li a,
article .pagination ul li span {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  padding: 5px 15px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #1d235d;
}

article .pagination ul li a {
  color: #1d235d;
  text-decoration: none;
}

article .pagination ul li span {
  color: #fff;
  background-color: #1d235d;
}

@media all and (min-width: 890px) {
  html {
    font-size: 16px;
  }
  article section {
    padding: 80px 0;
  }
  article h2 {
    margin-bottom: 2em;
    font-size: 1.25rem;
  }
  article h2::before {
    height: 90px;
  }
  article a.tel_link {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
  article a img {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  article a:hover img {
    opacity: 0.8;
  }
  article table.fixed {
    table-layout: fixed;
  }
  article .basic_btn {
    min-width: 280px;
  }
  article .basic_btn::before {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  article .basic_btn:hover::before {
    height: 4px;
  }
  article .pagination ul li a {
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
  }
  article .pagination ul li a:hover {
    color: #fff;
    background-color: #1d235d;
  }
}

@media only screen and (max-width: 889px) {
  html {
    font-size: 14px;
  }
  article section {
    padding: 40px 0;
  }
  article h2 {
    margin-bottom: 1.5em;
    font-size: 1rem;
  }
  article h2::before {
    height: 45px;
  }
  article select,
  article textarea,
  article input[type="text"],
  article input[type="email"],
  article input[type="password"] {
    font-size: 16px;
  }
  article form label {
    font-size: 15px;
  }
  article .table_frame {
    margin-bottom: 2em;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  article .table_frame::-webkit-scrollbar {
    height: 10px;
  }
  article .table_frame::-webkit-scrollbar-thumb {
    background-color: #1d235d;
    border-radius: 5px;
  }
  article .table_frame table {
    margin-bottom: 0 !important;
    width: auto;
  }
  article .table_frame th,
  article .table_frame td {
    white-space: nowrap;
  }
  article table.vertical > thead > tr > th,
  article table.vertical > thead > tr > td,
  article table.vertical > tbody > tr > th,
  article table.vertical > tbody > tr > td {
    display: block;
    white-space: normal !important;
    width: 100%;
  }
  article table.vertical > thead > tr > th:empty,
  article table.vertical > thead > tr > td:empty,
  article table.vertical > tbody > tr > th:empty,
  article table.vertical > tbody > tr > td:empty {
    display: none;
  }
  article .flex > .row.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  article .flex > .row.vertical > [class^=col] {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  article .block > .row.vertical > [class^=col] {
    float: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  article ul[class^=col].vertical > li,
  article ol[class^=col].vertical > li {
    float: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  article .basic_btn {
    min-width: 200px;
  }
  article .pagination ul {
    margin: 0 -10px;
  }
}

/* --------------------------------------------------
	 3. All
-------------------------------------------------- */
#all {
  overflow: hidden;
}

#all #header,
#all #primary,
#all #footer {
  clear: both;
}

#all #header .inner,
#all #primary .inner,
#all #footer .inner {
  position: relative;
  margin: 0 auto;
}

#all #primary .inner,
#all #footer .inner {
  padding-left: 20px;
  padding-right: 20px;
}

#all #content {
  position: relative;
}

#all #content::after {
  display: block;
  content: "";
  clear: both;
}

#all > .main_img {
  position: relative;
  background: transparent no-repeat center center;
  background-size: cover;
}

@media all and (min-width: 890px) {
  #all {
    padding-top: 120px;
  }
  #all #primary .inner,
  #all #footer .inner {
    max-width: 1160px;
  }
  #all > .main_img {
    height: 450px;
  }
}

@media all and (min-width: 890px) and (max-width: 1150px) {
  #all {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 889px) {
  #all {
    padding-top: 60px;
  }
  #all #header,
  #all #content,
  #all #footer {
    min-width: 320px;
  }
  #all #primary .inner,
  #all #footer .inner {
    min-width: 280px;
  }
  #all > .main_img {
    height: 300px;
  }
}

/* --------------------------------------------------
	 4. Header
-------------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

#header h1 a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  background: transparent url(image/h1_logo.png) no-repeat center center;
  background-size: contain;
}

#header .global_menu .nav li a {
  text-decoration: none;
}

#header .hospital a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  background: transparent url(image/txt_hospital.png) no-repeat center center;
  background-size: contain;
}

@media all and (min-width: 890px) {
  #header h1 {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  #header h1 a {
    padding-top: 57.14286%;
    width: 140px;
  }
  #header .global_menu .menu {
    display: none;
  }
  #header .global_menu .nav {
    margin-right: 290px;
    padding: 20px 0;
    font-size: 0;
    text-align: right;
  }
  #header .global_menu .nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1px;
  }
  #header .global_menu .nav li a {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    height: 80px;
    position: relative;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  #header .global_menu .nav li a::before, #header .global_menu .nav li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background: transparent no-repeat center center;
    background-size: auto 50%;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #header .global_menu .nav li a::after {
    opacity: 0;
  }
  #header .global_menu .nav li a:hover {
    background-color: #00a3ea;
  }
  #header .global_menu .nav li a:hover::before {
    opacity: 0;
  }
  #header .global_menu .nav li a:hover::after {
    opacity: 1;
  }
  #header .global_menu .nav li.index a {
    width: 140px;
  }
  #header .global_menu .nav li.index a::before {
    background-image: url(image/txt_menu_index_navy.png);
  }
  #header .global_menu .nav li.index a::after {
    background-image: url(image/txt_menu_index_white.png);
  }
  #header .global_menu .nav li.greeting a {
    width: 200px;
  }
  #header .global_menu .nav li.greeting a::before {
    background-image: url(image/txt_menu_greeting_navy.png);
  }
  #header .global_menu .nav li.greeting a::after {
    background-image: url(image/txt_menu_greeting_white.png);
  }
  #header .global_menu .nav li.events a {
    width: 160px;
  }
  #header .global_menu .nav li.events a::before {
    background-image: url(image/txt_menu_events_navy.png);
  }
  #header .global_menu .nav li.events a::after {
    background-image: url(image/txt_menu_events_white.png);
  }
  #header .global_menu .nav li.fair a {
    width: 200px;
  }
  #header .global_menu .nav li.fair a::before {
    background-image: url(image/txt_menu_fair_navy.png);
  }
  #header .global_menu .nav li.fair a::after {
    background-image: url(image/txt_menu_fair_white.png);
  }
  #header .global_menu .nav li.form a {
    width: 200px;
  }
  #header .global_menu .nav li.form a::before {
    background-image: url(image/txt_menu_form_navy.png);
  }
  #header .global_menu .nav li.form a::after {
    background-image: url(image/txt_menu_form_white.png);
  }

  #header .hospital {
    position: absolute;
    right: 10px;
    top: 35px;
  }
  #header .hospital a {
    padding-top: 17.85714%;
    width: 280px;
  }
}

@media all and (min-width: 890px) and (max-width: 1150px) {
  #header h1 a {
    width: 105px;
  }
  #header .global_menu .nav {
    margin-right: 220px;
  }
  #header .global_menu .nav li a {
    height: 60px;
  }
  #header .global_menu .nav li.index a {
    width: 105px;
  }
  #header .global_menu .nav li.greeting a {
    width: 150px;
  }
  #header .global_menu .nav li.events a {
    width: 120px;
  }
  #header .global_menu .nav li.fair a {
    width: 150px;
  }
  #header .global_menu .nav li.form a {
    width: 150px;
  }
  
  
  
  
  #header .hospital a {
    width: 210px;
  }
}

@media only screen and (max-width: 889px) {
  body.menu_opened {
    position: fixed;
    width: 100%;
  }
  body.menu_opened #header .global_menu .menu::before, body.menu_opened #header .global_menu .menu::after {
    opacity: 0;
  }
  body.menu_opened #header .global_menu .menu span::before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  body.menu_opened #header .global_menu .menu span::after {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  body.menu_opened #header .global_menu .nav {
    opacity: 1;
    pointer-events: auto;
  }
  #header h1,
  #header .global_menu,
  #header .hospital {
    display: inline-block;
    vertical-align: middle;
  }
  #header h1 {
    padding-left: 10px;
  }
  #header h1 a {
    width: 70px;
    height: 60px;
  }
  #header .global_menu .menu {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #00a3ea;
    cursor: pointer;
    z-index: 15;
  }
  #header .global_menu .menu::before, #header .global_menu .menu::after {
    position: absolute;
    left: 30%;
    display: block;
    content: "";
    width: 40%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #header .global_menu .menu::before {
    top: 35%;
  }
  #header .global_menu .menu::after {
    bottom: 35%;
  }
  #header .global_menu .menu span {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
  }
  #header .global_menu .menu span::before, #header .global_menu .menu span::after {
    position: absolute;
    left: 30%;
    top: 50%;
    display: block;
    content: "";
    margin-top: -1px;
    width: 40%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #header .global_menu .nav {
    position: fixed;
    left: 0;
    top: 60px;
    padding: 40px 0 100px;
    width: 100%;
    height: 100%;
    background-color: #00a3ea;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    pointer-events: none;
    z-index: 10;
  }
  #header .global_menu .nav li {
    padding: 10px 20px;
  }
  #header .global_menu .nav li a {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    height: 60px;
    background: transparent no-repeat center center;
    background-size: auto 30px;
    border: 1px solid #fff;
  }
  #header .global_menu .nav li.index a {
    background-image: url(image/txt_menu_index_sp.png);
  }
  #header .global_menu .nav li.greeting a {
    background-image: url(image/txt_menu_greeting_sp.png);
  }
  #header .global_menu .nav li.events a {
    background-image: url(image/txt_menu_events_sp.png);
  }
  #header .global_menu .nav li.fair a {
    background-image: url(image/txt_menu_fair_sp.png);
  }
  #header .global_menu .nav li.form a {
    background-image: url(image/txt_menu_form_sp.png);
  }
  #header .hospital {
    width: calc(100% - (70px + 10px + 60px));
  }
  #header .hospital a {
    margin: 0 auto;
    width: 160px;
    height: 60px;
  }
}

/* --------------------------------------------------
	 5. Content
-------------------------------------------------- */
#content #pagetop {
  position: fixed;
  right: 20px;
  opacity: 0;
  background-color: rgba(211, 211, 211, 0.75);
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-radius: 50%;
  z-index: 1;
}

#content #pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

#content #pagetop.footer {
  position: absolute;
}

#content #pagetop a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  background: transparent url(image/btn_pagetop.png) no-repeat center 70%;
  background-size: contain;
}

#content #pagetop a::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background: transparent url(image/btn_pagetop_arrow.png) no-repeat center 140%;
  background-size: contain;
}

@media all and (min-width: 890px) {
  #content #pagetop {
    bottom: 50px;
  }
  #content #pagetop.footer {
    margin-bottom: 0;
  }
  #content #pagetop a {
    width: 100px;
    height: 100px;
    -webkit-transition: background-position 0.2s;
    transition: background-position 0.2s;
  }
  #content #pagetop a::before {
    width: 100px;
    height: 50px;
    -webkit-transition: background-position 0.2s, -webkit-transform 0.6s;
    transition: background-position 0.2s, -webkit-transform 0.6s;
    transition: background-position 0.2s, transform 0.6s;
    transition: background-position 0.2s, transform 0.6s, -webkit-transform 0.6s;
  }
  #content #pagetop a:hover {
    background-position: center 65%;
  }
  #content #pagetop a:hover::before {
    background-position: center 100%;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@media only screen and (max-width: 889px) {
  #content #pagetop {
    bottom: 20px;
  }
  #content #pagetop.footer {
    margin-bottom: 0;
  }
  #content #pagetop a {
    width: 75px;
    height: 75px;
  }
  #content #pagetop a::before {
    width: 75px;
    height: 40px;
  }
}

/* --------------------------------------------------
	 6. Footer
-------------------------------------------------- */
#footer {
  border-top: 1px solid #d3d3d3;
}

#footer .link {
  padding: 2em 0;
}

#footer .link .saiseikai .logo span {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 140px;
  height: 80px;
  background: transparent url(image/h1_logo.png) no-repeat center center;
  background-size: contain;
}

#footer .link .saiseikai .hospital a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 280px;
  height: 50px;
  background: transparent url(image/txt_hospital.png) no-repeat center center;
  background-size: contain;
}

#footer .nav {
  background-color: #d3d3d3;
}

#footer .nav li {
  text-align: center;
}

#footer .nav a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}

#footer .copyright {
  padding: 10px 0;
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
  background-color: #00a3ea;
  border-top: 5px solid #dbf7ff;
  border-bottom: 5px solid #fff;
}

@media all and (min-width: 890px) {
  #footer .link .saiseikai {
    text-align: center;
  }
  #footer .link .saiseikai li {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
  }
  #footer .nav ul {
    text-align: center;
  }
  #footer .nav li {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .nav a {
    padding: 10px 20px;
  }
  #footer .nav a:hover {
    color: #ab3741;
  }
}

@media only screen and (max-width: 889px) {
  #footer .link .saiseikai .logo {
    margin-bottom: 1em;
  }
  #footer .link .saiseikai .logo span {
    margin: 0 auto;
  }
  #footer .link .saiseikai .hospital a {
    margin: 0 auto;
  }
  #footer .nav {
    margin: 0 -20px;
  }
  #footer .nav li {
    border-top: 1px solid #bababa;
  }
  #footer .nav a {
    padding: 15px 10px;
    text-decoration: none;
  }
}

/* --------------------------------------------------
	 7. Index
-------------------------------------------------- */
article.index section.events .events .title {
  color: #fff;
  background: #e14781 url(image/bg_events.png) no-repeat left center;
  background-size: contain;
}

article.index section.events .events .title h3 {
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}

article.index section.events .events .title .more {
  text-align: center;
}

article.index section.events .events .title .more a {
  position: relative;
  padding: 5px 60px 5px 40px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
}

article.index section.events .events .title .more a::after {
  position: absolute;
  right: 1em;
  top: 50%;
  display: block;
  content: "";
  margin-top: -5px;
  width: 20px;
  height: 10px;
  background: transparent url(image/icon_arrow_white.png) no-repeat center center;
  background-size: contain;
}

article.index section.events .events ul {
  background-color: #f7f7f7;
}

article.index section.events .events ul li a {
  position: relative;
  display: block;
  padding: 5px 60px 5px 20px;
  text-decoration: none;
}

article.index section.events .events ul li a::after {
  position: absolute;
  right: 1em;
  top: 50%;
  display: block;
  content: "";
  margin-top: -5px;
  width: 20px;
  height: 10px;
  background: transparent url(image/icon_arrow_gold.png) no-repeat center center;
  background-size: contain;
}

article.index section.greeting h2::before {
  background-image: url(images/greeting/h2_title.png);
}

article.index section.greeting .content .text .more a {
  position: relative;
  display: inline-block;
  vertical-align: midle;
  padding: 10px 80px 10px 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #0ea2e8;
}

article.index section.greeting .content .text .more a::after {
  position: absolute;
  right: 1em;
  top: 50%;
  display: block;
  content: "";
  margin-top: -5px;
  width: 20px;
  height: 10px;
  background: transparent url(image/icon_arrow_gold.png) no-repeat center center;
  background-size: contain;
}

/* --------------------------------------------------
	 Fair（2019-08-14追加）↓
-------------------------------------------------- */
article.index section.fair h2::before {
  background-image: url(images/fair/h2_title.png);
}

article.index section.fair .content .text .more a {
  position: relative;
  display: inline-block;
  vertical-align: midle;
  padding: 10px 80px 10px 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #0ea2e8;
}

article.index section.fair .content .text .more a::after {
  position: absolute;
  right: 1em;
  top: 50%;
  display: block;
  content: "";
  margin-top: -5px;
  width: 20px;
  height: 10px;
  background: transparent url(image/icon_arrow_gold.png) no-repeat center center;
  background-size: contain;
}
/* --------------------------------------------------
	 Fair（2019-08-14追加）↑
-------------------------------------------------- */

article.index section.history {
  color: #fff;
<!--  background: #00a3ea url(image/bg_history_dawn.png) no-repeat left top;-->
  background-size: 620px auto;
}

article.index section.history h2 {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
}

article.index section.history h2::before {
  background-image: url(image/h2_history.png);
}

article.index section.history #growth {
  background: #193e88 url(image/bg_history_growth.png) no-repeat left top;
  background-size: 620px auto;
}

article.index section.history #establish {
  background: #225dbd url(image/bg_history_establish.png) no-repeat left top;
  background-size: 620px auto;
}

article.index section.history #leap {
  background: #2f74e4 url(image/bg_history_leap.png) no-repeat left top;
  background-size: 620px auto;
}

article.index section.history .history li {
  margin: 1em 0;
  padding: 1em 1.5em 1.5em;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
}

article.index section.history .history li.title {
  margin: 0;
  padding-top: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}

article.index section.history .history li .year {
  color: #a38a77;
  font-weight: bold;
}

article.index section.history .history li .year em {
  padding-right: .15em;
  font-size: 1.875rem;
}

article.index section.history .history li .year span {
  padding-left: .5em;
  font-size: 1.125rem;
}

article.index section.history .history li .image {
  text-align: center;
}

@media all and (min-width: 890px) {
  body.index #all > .main_img {
    height: 530px;
    background-image: url(image/bg_main.jpg);
  }
  body.index #header .global_menu .nav li.index a {
    background-color: #00a3ea;
  }
  body.index #header .global_menu .nav li.index a::before {
    opacity: 0;
  }
  body.index #header .global_menu .nav li.index a::after {
    opacity: 1;
  }
  article.index section.events .events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  article.index section.events .events .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 3em 0 2em;
    width: 280px;
  }
  article.index section.events .events .title .more a {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  article.index section.events .events .title .more a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  article.index section.events .events ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5em .5em 2.5em 1em;
    width: calc(100% - 280px);
    -ms-flex-line-pack: center;
    align-content: center;
  }
  article.index section.events .events ul li {
    width: 100%;
  }
  article.index section.events .events ul a {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    word-wrap: normal;
  }
  article.index section.events .events ul a:hover {
    color: #ab3741;
  }

/* --------------------------------------------------
	 Fair（2019-08-14追加）↓
-------------------------------------------------- */
  article.index section.fair h2 {
    text-align: left;
  }
  article.index section.fair h2::before {
    background-position: left center;
  }
  article.index section.fair .content {
    position: relative;
    min-height: 400px;
  }
  article.index section.fair .content .text {
    padding-right: 420px;
  }
  article.index section.fair .content .text .more {
    padding-top: 3em;
  }
  article.index section.fair .content .text .more a {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  article.index section.fair .content .text .more a:hover {
    background-color: #38bcfb;
  }
  article.index section.fair .content .image {
    position: absolute;
    right: 20px;
    top: -60px;
    width: 380px;
  }
/* --------------------------------------------------
	 Fair（2019-08-14追加）↑
-------------------------------------------------- */

  article.index section.greeting h2 {
    text-align: left;
  }
  article.index section.greeting h2::before {
    background-position: left center;
  }
  article.index section.greeting .content {
    position: relative;
    min-height: 540px;
  }
  article.index section.greeting .content .text {
    padding-right: 420px;
  }
  article.index section.greeting .content .text .more {
    padding-top: 3em;
  }
  article.index section.greeting .content .text .more a {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  article.index section.greeting .content .text .more a:hover {
    background-color: #38bcfb;
  }
  article.index section.greeting .content .image {
    position: absolute;
    right: 20px;
    top: -60px;
    width: 380px;
  }
  article.index section.history {
    position: relative;
    padding-bottom: 0;
  }
  article.index section.history .age {
    position: absolute;
    left: calc(50% - 550px);
    top: 765px;
    z-index: 5;
  }
  article.index section.history .age.fixed {
    position: fixed;
    top: 200px;
  }
  article.index section.history .age.fixed.bottom {
    position: absolute;
    top: auto;
    bottom: 40px;
  }
  article.index section.history .age li {
    padding: .25em 0;
  }
  article.index section.history .age li.active a,
  article.index section.history .age li a:hover {
    color: #1d235d;
    background-color: #fff;
  }
  article.index section.history .age li.active a::after,
  article.index section.history .age li a:hover::after {
    border-left-color: #fff;
  }
  article.index section.history .age li a {
    position: relative;
    display: block;
    padding: .5em 1.5em;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  article.index section.history .age li a::after {
    position: absolute;
    right: -22px;
    top: 50%;
    display: block;
    content: "";
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 15px solid transparent;
    -webkit-transition: border-left-color 0.2s;
    transition: border-left-color 0.2s;
  }
  article.index section.history .age li a em {
    padding-right: .15em;
    font-size: 1.625rem;
  }
  article.index section.history #beginning .history::before {
    position: absolute;
    left: -5px;
    top: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
  }
  article.index section.history #leap {
    padding-bottom: 180px;
  }
  article.index section.history #leap .history::after {
    position: absolute;
    left: -5em;
    bottom: -8em;
    display: block;
    content: "●　　●　　●　　●";
    font-size: 0.375rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  article.index section.history .history {
    position: relative;
    margin-left: 240px;
    padding: 1em 0 1em 50px;
    border-left: 1px solid #fff;
  }
  article.index section.history .history li {
    position: relative;
  }
  article.index section.history .history li::before, article.index section.history .history li::after {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
  }
  article.index section.history .history li::before {
    left: -55px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
  }
  article.index section.history .history li::after {
    left: -23px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 15px solid #fff;
  }
  article.index section.history .history li.title::before, article.index section.history .history li.title::after {
    display: none;
  }
  article.index section.history .history li.year1911 .image {
    width: 140px;
  }
  article.index section.history .history li.year1919 .image {
    width: 250px;
  }
  article.index section.history .history li.year1923 .image {
    width: 190px;
  }
  article.index section.history .history li.year1940 .image {
    width: 190px;
  }
  article.index section.history .history li.year1946 .image {
    width: 190px;
  }
  article.index section.history .history li.year1949 .image {
    width: 260px;
  }
  article.index section.history .history li.year1952 .image {
    width: 220px;
  }
  article.index section.history .history li.year1956 .image {
    width: 250px;
  }
  article.index section.history .history li.year1964 .image {
    width: 190px;
  }
  article.index section.history .history li.year1965 .image {
    width: 130px;
  }
  article.index section.history .history li.year1968 .image {
    width: 425px;
  }
  article.index section.history .history li.year1971 .image {
    width: 440px;
  }
  article.index section.history .history li.year1980 .image {
    width: 450px;
  }
  article.index section.history .history li.year1987 .image {
    width: 190px;
  }
  article.index section.history .history li.year1998 .image {
    width: 190px;
  }
  article.index section.history .history li.year2000 .image {
    width: 240px;
  }
  article.index section.history .history li.year2002 .image {
    width: 385px;
  }
  article.index section.history .history li.year2004 .image {
    width: 435px;
  }
  article.index section.history .history li.year2008 .image {
    width: 220px;
  }
  article.index section.history .history li.year2010 .image {
    width: 240px;
  }
  article.index section.history .history li.year2016 .image {
    width: 240px;
  }
  article.index section.history .history li.year2017 .image {
    width: 190px;
  }
  article.index section.history .history li.year2019 .image {
    width: 165px;
  }
  article.index section.history .history li .content::after {
    display: block;
    content: "";
    clear: both;
  }
  article.index section.history .history li .image {
    float: right;
    margin: 0 0 1em 1em;
  }
}

@media all and (min-width: 890px) and (max-width: 1200px) {
  article.index section.history .age {
    left: 35px;
  }
}

@media only screen and (max-width: 889px) {
  body.index #all > .main_img {
    height: 540px;
    background-image: url(image/bg_main_sp.jpg);
  }
  body.index #header .global_menu .nav li.index a {
    background-color: rgba(255, 255, 255, 0.5);
  }
  body.index #content #pagetop {
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
  }
  body.index #content #pagetop.history {
    bottom: 140px;
  }
  article.index section.events {
    padding-top: 0;
  }
  article.index section.events .events {
    margin-left: -20px;
    margin-right: -20px;
  }
  article.index section.events .events .title {
    padding: 2em 0;
  }
  article.index section.events .events ul {
    padding: 1em .5em;
  }
  article.index section.events .events ul li a {
    padding: 10px 50px 10px 20px;
  }

/* --------------------------------------------------
	 Fair（2019-08-14追加）↓
-------------------------------------------------- */
  article.index section.fair .content {
    padding-bottom: 40px;
  }
  article.index section.fair .content .text .more {
    padding: 2em 0;
  }
  article.index section.fair .content .text .more a {
    display: block;
  }
  article.index section.fair .content .image {
    text-align: center;
  }
  article.index section.fair .content .image img {
    width: 60%;
  }
/* --------------------------------------------------
	 Fair（2019-08-14追加）↑
-------------------------------------------------- */

  article.index section.greeting .content {
    padding-bottom: 40px;
  }
  article.index section.greeting .content .text .more {
    padding: 2em 0;
  }
  article.index section.greeting .content .text .more a {
    display: block;
  }
  article.index section.greeting .content .image {
    text-align: center;
  }
  article.index section.greeting .content .image img {
    width: 60%;
  }
  article.index section.history {
    padding-bottom: 0;
  }
  article.index section.history .age {
    position: fixed;
    left: 0;
    bottom: -12em;
    width: 100%;
    z-index: 5;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
  }
  article.index section.history .age.fixed {
    bottom: 0;
  }
  article.index section.history .age.footer {
    position: absolute;
  }
  article.index section.history .age li {
    float: left;
    width: 50%;
    border-top: 1px solid #1d235d;
  }
  article.index section.history .age li:nth-child(2n) {
    border-left: 1px solid #1d235d;
  }
  article.index section.history .age li.active a {
    color: #1d235d;
    background-color: rgba(255, 255, 255, 0.8);
  }
  article.index section.history .age li a {
    display: block;
    padding: 1em 0;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    background-color: rgba(29, 35, 93, 0.8);
  }
  article.index section.history .age li a em {
    padding-right: .15em;
    font-size: 1.125rem;
  }
  article.index section.history #leap {
    padding-bottom: 200px;
  }
  article.index section.history .history {
    padding: 1em 0;
  }
  article.index section.history .history li .image {
    margin: 0 auto;
    max-width: 80%;
  }
  article.index section.history .history li.title {
    font-size: 1.25rem;
  }
  article.index section.history .history li.year1968 .image, article.index section.history .history li.year1971 .image, article.index section.history .history li.year1980 .image, article.index section.history .history li.year2002 .image, article.index section.history .history li.year2004 .image {
    max-width: 100%;
  }
  article.index section.history .history li p {
    padding-top: 1em;
  }
}

/* --------------------------------------------------
	 8. Greeting
-------------------------------------------------- */
article.greeting section.greeting h2::before {
  background-image: url(images/greeting/h2_title.png);
}

article.greeting section.greeting .content .text p {
  margin-bottom: 2em;
}

article.greeting section.greeting .content .text .medical_director {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
  height: 70px;
  background: transparent url(images/greeting/txt_medical_director.png) no-repeat right center;
  background-size: contain;
}

@media all and (min-width: 890px) {
  body.greeting #all > .main_img {
    background-image: url(images/greeting/bg_main.jpg);
  }
  body.greeting #header .global_menu .nav li.greeting a {
    background-color: #1d235d;
  }
  body.greeting #header .global_menu .nav li.greeting a::before {
    opacity: 0;
  }
  body.greeting #header .global_menu .nav li.greeting a::after {
    opacity: 1;
  }
  article.greeting section.greeting .content {
    position: relative;
  }
  article.greeting section.greeting .content::after {
    display: block;
    content: "";
    clear: both;
  }
  article.greeting section.greeting .content .image {
    float: right;
    margin: 0 0 1em 1.5em;
    width: 250px;
  }
}

@media only screen and (max-width: 889px) {
  body.greeting #all > .main_img {
    background-image: url(images/greeting/bg_main_sp.jpg);
  }
  body.greeting #header .global_menu .nav li.greeting a {
    background-color: rgba(255, 255, 255, 0.5);
  }
  article.greeting section.greeting {
    padding-bottom: 120px;
  }
  article.greeting section.greeting .content .image {
    margin-bottom: 2em;
    text-align: center;
  }
  article.greeting section.greeting .content .image img {
    width: 60%;
  }
}

/* --------------------------------------------------
	 9. Events
-------------------------------------------------- */
article.events section.events h2::before {
  background-image: url(images/events/h2_title.png);
}

article.events section.events .list li {
  padding: 2em 0;
}

article.events section.events .list li:nth-child(2n) {
  background-color: #f7f7f7;
}

article.events section.events .list h3 {
  margin-bottom: 1em;
  color: #1d235d;
  font-size: 1.625rem;
  text-align: center;
  border-bottom: 1px solid #1d235d;
}

article.events section.events .list .content {
  margin: 0 auto;
  max-width: 1000px;
}

article.events section.events .list .content .image {
  text-align: center;
}

article.events section.events .list .content .image img {
  border: 1px solid #d3d3d3;
}

article.events section.events .list .content p {
  margin-bottom: 2em;
}

article.events section.events .list .content .date {
  color: #1d235d;
  font-weight: bold;
  text-align: right;
}

@media all and (min-width: 890px) {
  body.events #all > .main_img {
    background-image: url(images/events/bg_main.jpg);
  }
  body.events #header .global_menu .nav li.events a {
    background-color: #00a3ea;
  }
  body.events #header .global_menu .nav li.events a::before {
    opacity: 0;
  }
  body.events #header .global_menu .nav li.events a::after {
    opacity: 1;
  }
  article.events section.events .list .content::after {
    display: block;
    content: "";
    clear: both;
  }
  article.events section.events .list .content.img_center .image {
    margin-bottom: 1em;
  }
  article.events section.events .list .content.img_left::after, article.events section.events .list .content.img_right::after {
    display: block;
    content: "";
    clear: both;
  }
  article.events section.events .list .content.img_left .image,
  article.events section.events .list .content.img_left .text, article.events section.events .list .content.img_right .image,
  article.events section.events .list .content.img_right .text {
    width: 50%;
  }
  article.events section.events .list .content.img_left .image {
    float: left;
    padding-right: 2em;
  }
  article.events section.events .list .content.img_left .text {
    float: right;
  }
  article.events section.events .list .content.img_right .image {
    float: right;
    padding-left: 2em;
  }
  article.events section.events .list .content.img_right .text {
    float: left;
  }
}

@media only screen and (max-width: 889px) {
  body.events #all > .main_img {
    background-image: url(images/events/bg_main_sp.jpg);
  }
  body.events #header .global_menu .nav li.events a {
    background-color: rgba(255, 255, 255, 0.5);
  }
  article.events section.events {
    padding-bottom: 120px;
  }
  article.events section.events .list .content .image {
    margin-bottom: 1em;
  }
}

/* --------------------------------------------------
	10. Fair（2019-07-29追加）
-------------------------------------------------- */
article.fair .bold {
  color: #1d235d;
  font-weight: bold;
  text-align: right;
}

article.fair .Btn {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  font-size: 110%;
  text-align: center;
  background-color: #eaebfd;
}

article.fair .Btn a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  line-height: 1.2;
}

article.fair .Btn a:hover {
  color: #fff;
  background-color: #1d235d;
}

article.fair section.fair h2::before {
  background-image: url(images/fair/h2_title.png);
}

article.fair section.fair .list li {
  padding: 2em 0;
}

article.fair section.fair .list li:nth-child(2n) {
  background-color: #f7f7f7;
}

article.fair section.fair .list h3 {
  margin-bottom: 1em;
  color: #1d235d;
  font-size: 1.625rem;
  text-align: center;
  border-bottom: 1px solid #1d235d;
}

article.fair section.fair .list .content {
  margin: 0 auto;
  max-width: 1000px;
}

article.fair section.fair .list .content .image {
  text-align: center;
}

article.fair section.fair .list .content .image img {
  border: 1px solid #d3d3d3;
}

article.fair section.fair .list .content p {
  margin-bottom: 2em;
}

article.fair section.fair .list .content .date {
  color: #1d235d;
  font-weight: bold;
  text-align: right;
}

@media all and (min-width: 890px) {
  body.fair #all > .main_img {
    background-image: url(images/fair/bg_main.jpg);
  }
  body.fair #header .global_menu .nav li.fair a {
    background-color: #0ea2e8;
  }
  body.fair #header .global_menu .nav li.fair a::before {
    opacity: 0;
  }
  body.fair #header .global_menu .nav li.fair a::after {
    opacity: 1;
  }
  article.fair section.fair .list .content::after {
    display: block;
    content: "";
    clear: both;
  }
  article.fair section.fair .list .content.img_center .image {
    margin-bottom: 1em;
  }
  article.fair section.fair .list .content.img_left::after, article.fair section.fair .list .content.img_right::after {
    display: block;
    content: "";
    clear: both;
  }
  article.fair section.fair .list .content.img_left .image,
  article.fair section.fair .list .content.img_left .text, article.fair section.fair .list .content.img_right .image,
  article.fair section.fair .list .content.img_right .text {
    width: 50%;
  }
  article.fair section.fair .list .content.img_left .image {
    float: left;
    padding-right: 2em;
  }
  article.fair section.fair .list .content.img_left .text {
    float: right;
  }
  article.fair section.fair .list .content.img_right .image {
    float: right;
    padding-left: 2em;
  }
  article.fair section.fair .list .content.img_right .text {
    float: left;
  }
}

@media only screen and (max-width: 889px) {
  body.fair #all > .main_img {
    background-image: url(images/fair/bg_main_sp.jpg);
  }
  body.fair #header .global_menu .nav li.fair a {
    background-color: rgba(255, 255, 255, 0.5);
  }
  article.fair section.fair {
    padding-bottom: 120px;
  }
  article.fair section.fair .list .content .image {
    margin-bottom: 1em;
  }
}










/* --------------------------------------------------
	11. Form（2021-08-17追加）
-------------------------------------------------- */
article.form .bold {
  color: #1d235d;
  font-weight: bold;
  text-align: right;
}

article.form .Btn {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  font-size: 110%;
  text-align: center;
  background-color: #eaebfd;
}

article.form .Btn a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  line-height: 1.2;
}

article.form .Btn a:hover {
  color: #fff;
  background-color: #1d235d;
}

article.form section.form h2::before {
  background-image: url(images/form/h2_title.png);
}

article.form section.form .list li {
  padding: 2em 0;
}

article.form section.form .list li:nth-child(2n) {
  background-color: #f7f7f7;
}

article.form section.form .list h3 {
  margin-bottom: 1em;
  color: #1d235d;
  font-size: 1.625rem;
  text-align: center;
  border-bottom: 1px solid #1d235d;
}

article.form section.form .list .content {
  margin: 0 auto;
  max-width: 1000px;
}

article.form section.form .list .content .image {
  text-align: center;
}

article.form section.form .list .content .image img {
  border: 1px solid #d3d3d3;
}

article.form section.form .list .content p {
  margin-bottom: 2em;
}

article.form section.form .list .content .date {
  color: #1d235d;
  font-weight: bold;
  text-align: right;
}

@media all and (min-width: 890px) {
  body.form #all > .main_img {
    background-image: url(images/form/bg_main.jpg);
  }
  body.form #header .global_menu .nav li.form a {
    background-color: #1d235d;
  }
  body.form #header .global_menu .nav li.form a::before {
    opacity: 0;
  }
  body.form #header .global_menu .nav li.form a::after {
    opacity: 1;
  }
  article.form section.form .list .content::after {
    display: block;
    content: "";
    clear: both;
  }
  article.form section.form .list .content.img_center .image {
    margin-bottom: 1em;
  }
  article.form section.form .list .content.img_left::after, article.form section.form .list .content.img_right::after {
    display: block;
    content: "";
    clear: both;
  }
  article.form section.form .list .content.img_left .image,
  article.form section.form .list .content.img_left .text, article.form section.form .list .content.img_right .image,
  article.form section.form .list .content.img_right .text {
    width: 50%;
  }
  article.form section.form .list .content.img_left .image {
    float: left;
    padding-right: 2em;
  }
  article.form section.form .list .content.img_left .text {
    float: right;
  }
  article.form section.form .list .content.img_right .image {
    float: right;
    padding-left: 2em;
  }
  article.form section.form .list .content.img_right .text {
    float: left;
  }
}

@media only screen and (max-width: 889px) {
  body.form #all > .main_img {
    background-image: url(images/form/bg_main_sp.jpg);
  }
  body.form #header .global_menu .nav li.form a {
    background-color: rgba(255, 255, 255, 0.5);
  }
  article.form section.form {
    padding-bottom: 120px;
  }
  article.form section.form .list .content .image {
    margin-bottom: 1em;
  }
}
