@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Oswald:600|Noto+Serif+JP:900&amp;display=swap");

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

/* font-weight: bold の時は通常どおり Bold 書体を使わせる */

@font-face {
  font-family: "Yu Gothic M";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  padding-top: 12rem;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body.home {
  padding-top: 0;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
}

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

.l-container,
.l-container-s,
.l-fluid {
  width: 100%;
  margin: 0 auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

.l-container {
  max-width: 1280px;
}

.l-container-s {
  max-width: 1024px;
}

.l-offset {
  margin-right: -4rem;
  margin-left: -4rem;
}

.l-fluid {
  max-width: 192rem;
}

.l-nopadding {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.l-flex.a-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.isHover .h-opacity {
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.isHover .h-opacity:hover {
  opacity: 0.5;
}

.isHover .h-underline:hover {
  text-decoration: underline;
}

.isHover .h-a-opacity a {
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.isHover .h-a-opacity a:hover {
  opacity: 0.5;
}

.isHover .h-a-underline a:hover {
  text-decoration: underline;
}

.mt0 {
  margin-top: 0em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mt7 {
  margin-top: 7em !important;
}

.mt8 {
  margin-top: 8em !important;
}

.mt9 {
  margin-top: 9em !important;
}

.mt10 {
  margin-top: 10em !important;
}

.mr0 {
  margin-right: 0em !important;
}

.mr1 {
  margin-right: 1em !important;
}

.mr2 {
  margin-right: 2em !important;
}

.mr3 {
  margin-right: 3em !important;
}

.mr4 {
  margin-right: 4em !important;
}

.mr5 {
  margin-right: 5em !important;
}

.mr6 {
  margin-right: 6em !important;
}

.mr7 {
  margin-right: 7em !important;
}

.mr8 {
  margin-right: 8em !important;
}

.mr9 {
  margin-right: 9em !important;
}

.mr10 {
  margin-right: 10em !important;
}

.mb0 {
  margin-bottom: 0em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

.mb7 {
  margin-bottom: 7em !important;
}

.mb8 {
  margin-bottom: 8em !important;
}

.mb9 {
  margin-bottom: 9em !important;
}

.mb10 {
  margin-bottom: 10em !important;
}

.ml0 {
  margin-left: 0em !important;
}

.ml1 {
  margin-left: 1em !important;
}

.ml2 {
  margin-left: 2em !important;
}

.ml3 {
  margin-left: 3em !important;
}

.ml4 {
  margin-left: 4em !important;
}

.ml5 {
  margin-left: 5em !important;
}

.ml6 {
  margin-left: 6em !important;
}

.ml7 {
  margin-left: 7em !important;
}

.ml8 {
  margin-left: 8em !important;
}

.ml9 {
  margin-left: 9em !important;
}

.ml10 {
  margin-left: 10em !important;
}

.pt0 {
  padding-top: 0em !important;
}

.pt1 {
  padding-top: 1em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pt3 {
  padding-top: 3em !important;
}

.pt4 {
  padding-top: 4em !important;
}

.pt5 {
  padding-top: 5em !important;
}

.pt6 {
  padding-top: 6em !important;
}

.pt7 {
  padding-top: 7em !important;
}

.pt8 {
  padding-top: 8em !important;
}

.pt9 {
  padding-top: 9em !important;
}

.pt10 {
  padding-top: 10em !important;
}

.pr0 {
  padding-right: 0em !important;
}

.pr1 {
  padding-right: 1em !important;
}

.pr2 {
  padding-right: 2em !important;
}

.pr3 {
  padding-right: 3em !important;
}

.pr4 {
  padding-right: 4em !important;
}

.pr5 {
  padding-right: 5em !important;
}

.pr6 {
  padding-right: 6em !important;
}

.pr7 {
  padding-right: 7em !important;
}

.pr8 {
  padding-right: 8em !important;
}

.pr9 {
  padding-right: 9em !important;
}

.pr10 {
  padding-right: 10em !important;
}

.pb0 {
  padding-bottom: 0em !important;
}

.pb1 {
  padding-bottom: 1em !important;
}

.pb2 {
  padding-bottom: 2em !important;
}

.pb3 {
  padding-bottom: 3em !important;
}

.pb4 {
  padding-bottom: 4em !important;
}

.pb5 {
  padding-bottom: 5em !important;
}

.pb6 {
  padding-bottom: 6em !important;
}

.pb7 {
  padding-bottom: 7em !important;
}

.pb8 {
  padding-bottom: 8em !important;
}

.pb9 {
  padding-bottom: 9em !important;
}

.pb10 {
  padding-bottom: 10em !important;
}

.pl0 {
  padding-left: 0em !important;
}

.pl1 {
  padding-left: 1em !important;
}

.pl2 {
  padding-left: 2em !important;
}

.pl3 {
  padding-left: 3em !important;
}

.pl4 {
  padding-left: 4em !important;
}

.pl5 {
  padding-left: 5em !important;
}

.pl6 {
  padding-left: 6em !important;
}

.pl7 {
  padding-left: 7em !important;
}

.pl8 {
  padding-left: 8em !important;
}

.pl9 {
  padding-left: 9em !important;
}

.pl10 {
  padding-left: 10em !important;
}

.d-n-pclarge {
  display: none;
}

.d-n-pc {
  display: none;
}

.d-n-tab {
  display: none;
}

.d-n-sp {
  display: none;
}

.d-n-spsmall {
  display: none;
}

.p-para {
  line-height: 2;
}

.p-hr {
  width: 30%;
  min-width: 28rem;
  height: 0.4rem;
  margin: 2em auto;
  border: none;
  background-repeat: repeat-x;
  background-position: center center;
  -webkit-background-size: 1.8rem 0.4rem;
  -moz-background-size: 1.8rem 0.4rem;
  background-size: 1.8rem 0.4rem;
}

.p-hr.white {
  background-image: url(../../images/border_hl_wh.png);
}

.p-hr.green {
  background-image: url(../../images/border_hl_gr.png);
}

.p-hr.red {
  background-image: url(../../images/border_hl_re.png);
}

.p-table-container {
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.p-table-container table th,
.p-table-container table td {
  min-width: 20rem;
}

.p-center {
  text-align: center;
}

.p-left {
  text-align: left;
}

.p-link {
  color: #ed9f54;
}

.isHover .p-link:hover {
  text-decoration: underline;
}

.Section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.Section .Button {
  margin-top: 2em;
}

.Section__head,
.Section__body {
  min-width: 28rem;
  max-width: 60rem;
  margin: 0 auto;
}

.Section__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  font-size: 1.55556em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Section__head .strong {
  color: #ed9f54;
}

.Section__head__icon {
  position: relative;
  display: block;
  width: 6.66667em;
  margin: 0 auto;
  margin-bottom: 2em;
  border: 4px solid #a0d5cc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.Section__head__icon::before {
  display: block;
  padding-top: 100%;
  content: '';
}

.Section__head__icon img {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
}

.Section__body {
  color: #444444;
  text-align: center;
}

.Button {
  display: inline-block;
  padding: 0.75em 3em;
  border: 4px solid;
  border-color: #a0d5cc;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
}

.isHover .Button {
  -webkit-transition: 0.2s background-color, 0.2s color;
  -o-transition: 0.2s background-color, 0.2s color;
  -moz-transition: 0.2s background-color, 0.2s color;
  transition: 0.2s background-color, 0.2s color;
}

.isHover .Button:hover {
  background-color: #088e78;
  color: #fff;
}

.Breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 4em;
  font-size: 0.88889em;
  color: #808080;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Breadcrumb a {
  color: #03816d;
}

.Breadcrumb .l-container {
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.Pagetop {
  position: fixed;
  z-index: 7000;
  right: 0;
  bottom: -6em;
  display: block;
  width: 6em;
  height: 6em;
  padding: 1em;
  outline: none;
  -webkit-transition: 0.4s bottom;
  -o-transition: 0.4s bottom;
  -moz-transition: 0.4s bottom;
  transition: 0.4s bottom;
}

.Pagetop img {
  display: block;
  width: 100%;
  height: 100%;
}

.isHover .Pagetop {
  -webkit-transition: 0.2s opacity, 0.4s bottom;
  -o-transition: 0.2s opacity, 0.4s bottom;
  -moz-transition: 0.2s opacity, 0.4s bottom;
  transition: 0.2s opacity, 0.4s bottom;
}

.isHover .Pagetop:hover {
  opacity: 0.5;
}

.isTopper.isActive .Pagetop {
  bottom: 0;
}

.Header {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.home .Header {
  background-color: transparent;
  -webkit-transition: 0.2s background-color;
  -o-transition: 0.2s background-color;
  -moz-transition: 0.2s background-color;
  transition: 0.2s background-color;
}

.home.isTopper.isActive .Header {
  background-color: #fff;
}

.Header>.l-nopadding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 9rem;
}

.Header__head {
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.11111em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16.11111em;
  flex: 0 0 16.11111em;
}

.Header__head__logo {
  position: relative;
  width: 100%;
  height: 100%;
}

.home .Header__head__logo {
  height: 16.11111em;
  background-color: #088e78;
  -webkit-transition: 0.4s height, 0.2s background-color;
  -o-transition: 0.4s height, 0.2s background-color;
  -moz-transition: 0.4s height, 0.2s background-color;
  transition: 0.4s height, 0.2s background-color;
}

.home .Header__head__logo img.green {
  opacity: 0;
}

.home .Header__head__logo img.white {
  opacity: 1;
}

.home.isTopper.isActive .Header__head__logo {
  height: 100%;
  background: transparent;
}

.home.isTopper.isActive .Header__head__logo img.green {
  opacity: 1;
}

.home.isTopper.isActive .Header__head__logo img.white {
  opacity: 0;
}

.isHover .Header__head__logo a {
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.isHover .Header__head__logo a:hover {
  opacity: 0.5;
}

.Header__head__logo>* {
  position: absolute;
  top: 20%;
  right: 4rem;
  left: 4rem;
  display: block;
  width: auto;
  height: 60%;
}

.Header__head__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.Header__head__logo img.green {
  opacity: 1;
}

.Header__head__logo img.white {
  opacity: 0;
}

.Header__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Header__body__button {
  margin-left: auto;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 4rem;
  flex: 0 0 4rem;
}

.Header__body__button::before,
.Header__body__button .bar,
.Header__body__button::after {
  display: none;
}

.Header__body__button::before {
  top: 34%;
  -webkit-transition: 0.2s top 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s top 0.2s, -o-transform 0.2s;
  -moz-transition: 0.2s top 0.2s, transform 0.2s, -moz-transform 0.2s;
  transition: 0.2s top 0.2s, -webkit-transform 0.2s;
  transition: 0.2s top 0.2s, transform 0.2s;
  transition: 0.2s top 0.2s, transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}

.Header__body__button .bar {
  top: 50%;
  -webkit-transition: 0s opacity 0.2s;
  -o-transition: 0s opacity 0.2s;
  -moz-transition: 0s opacity 0.2s;
  transition: 0s opacity 0.2s;
}

.Header__body__button::after {
  top: 66%;
  -webkit-transition: 0.2s top 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s top 0.2s, -o-transform 0.2s;
  -moz-transition: 0.2s top 0.2s, transform 0.2s, -moz-transform 0.2s;
  transition: 0.2s top 0.2s, -webkit-transform 0.2s;
  transition: 0.2s top 0.2s, transform 0.2s;
  transition: 0.2s top 0.2s, transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}

.Header__body__button.isActive::before {
  top: 50%;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  -o-transition: 0.2s top, 0.2s -o-transform 0.2s;
  -moz-transition: 0.2s top, 0.2s transform 0.2s, 0.2s -moz-transform 0.2s;
  transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s, 0.2s -webkit-transform 0.2s, 0.2s -moz-transform 0.2s, 0.2s -o-transform 0.2s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Header__body__button.isActive .bar {
  opacity: 0;
}

.Header__body__button.isActive::after {
  top: 50%;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  -o-transition: 0.2s top, 0.2s -o-transform 0.2s;
  -moz-transition: 0.2s top, 0.2s transform 0.2s, 0.2s -moz-transform 0.2s;
  transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s, 0.2s -webkit-transform 0.2s, 0.2s -moz-transform 0.2s, 0.2s -o-transform 0.2s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Header__body__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.Header__body__content .phc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-right: auto;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.2s color;
  -o-transition: 0.2s color;
  -moz-transition: 0.2s color;
  transition: 0.2s color;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Header__body__content .phc .img {
  position: relative;
  height: 2.5em;
  margin-right: 0.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.5em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.5em;
  flex: 0 0 2.5em;
}

.Header__body__content .phc .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.Header__body__content .phc .img img.white {
  opacity: 1;
}

.Header__body__content .phc .img img.gray {
  opacity: 0;
}

.Header__body__content .phc .text {
  font-size: 0.77778em;
  line-height: 1.2;
  white-space: nowrap;
}

.isTopper.isActive .Header__body__content .phc {
  color: #444444;
}

.isTopper.isActive .Header__body__content .phc .img img.white {
  opacity: 0;
}

.isTopper.isActive .Header__body__content .phc .img img.gray {
  opacity: 1;
}

.Header__body__content>* {
  margin-left: 2em;
}

.Header__body__content .tel {
  font-weight: 700;
  color: inherit;
}

.Header__body__content .tel,
.Header__body__content .tel>* {
  display: block;
}

.Header__body__content .tel .small {
  margin-bottom: 0.25em;
  font-size: 0.66667em;
  color: #444444;
}

.Header__body__content .tel .strong {
  font-size: 1.66667em;
  color: #03816d;
}

.Header__body__content .Button {
  font-size: 0.88889em;
}

.isHover .Header__body__content .Button:hover {
  background-color: #fff;
}

.isHover .Header__body__content .Button:hover::before {
  opacity: 0.5;
}

.isHover .Header__body__content .Button::before {
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.Header__nav {
  height: 3rem;
  font-size: 0.77778em;
}

.Header__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 100%;
  line-height: 1.4;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Header__nav__list li {
  border-left: 1px solid #808080;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Header__nav__list li:last-child {
  border-right: 1px solid #808080;
}

.Header__nav__list li a {
  display: block;
  color: #222222;
}

.isHover .Header__nav__list li a {
  -webkit-transition: 0.2s color;
  -o-transition: 0.2s color;
  -moz-transition: 0.2s color;
  transition: 0.2s color;
}

.isHover .Header__nav__list li a:hover {
  color: #03816d;
}

.Footer__head {
  background: #ecf2f1;
}

.Footer__copy {
  padding: 2em;
  font-size: 0.77778em;
  line-height: 1.2;
  color: #444444;
  text-align: center;
}

.Footer__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.Footer__nav__list li {
  margin-bottom: 1em;
}

.Footer__nav__list li:last-of-type {
  margin-bottom: 0;
}

.Footer__nav__list li a {
  line-height: 1.4;
}

.Footer__nav__list>li {
  margin-bottom: 0;
}

.Footer__nav__list>li>a {
  font-weight: 700;
  color: #03816d;
}

.Footer__nav__list .sub-menu {
  margin-top: 1em;
  font-size: 0.88889em;
}

.Footer__nav__list .sub-menu li::before {
  color: #03816d;
  content: '・';
}

.Footer__nav__list .sub-menu li a {
  color: #444444;
}

.Nav {
  overflow: hidden;
}

.Nav>.l-nopadding {
  position: relative;
}

.Nav>.l-nopadding::before,
.Nav>.l-nopadding::after {
  display: none;
  margin-top: -0.2rem;
}

.Nav__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Nav__list::before,
.Nav__list::after,
.Nav__list>li::after {
  position: absolute;
  top: 1em;
  bottom: 1em;
  display: block;
  width: 0.4rem;
  height: auto;
  background-image: url(../../images/border_vr_gr.png);
  background-repeat: repeat-y;
  background-position: center top;
  -webkit-background-size: 0.4rem 1.8rem;
  -moz-background-size: 0.4rem 1.8rem;
  background-size: 0.4rem 1.8rem;
  content: '';
}

.isHover .Nav__list>li a .image::after {
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.isHover .Nav__list>li a:hover .image::after {
  opacity: 0;
}

.Nav__list::before {
  left: 0;
}

.Nav__list::after {
  right: 0;
}

.Nav__list>li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.Nav__list>li::before {
  position: absolute;
  top: 0;
  right: 1em;
  left: 1em;
  display: none;
  width: auto;
  height: 0.4rem;
  margin-top: -0.2rem;
  background-image: url(../../images/border_hl_gr.png);
  background-repeat: repeat-x;
  background-position: center center;
  -webkit-background-size: 1.8rem 0.4rem;
  -moz-background-size: 1.8rem 0.4rem;
  background-size: 1.8rem 0.4rem;
  content: '';
}

.Nav__list>li::after {
  right: -0.2rem;
  content: '';
}

.Nav__list>li a {
  position: relative;
  display: block;
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: 0.83333em;
  font-weight: 700;
  color: #222222;
  text-align: center;
}

.Nav__list>li a .image {
  position: relative;
  display: block;
  width: 4em;
  height: 4em;
  margin: 0 auto;
  margin-bottom: 1em;
}

.Nav__list>li a .image::before,
.Nav__list>li a .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  content: '';
}

.Nav__list>li.about a .image::before {
  background-image: url(../../images/icon/about_or.svg);
}

.Nav__list>li.about a .image::after {
  background-image: url(../../images/icon/about_gr.svg);
}

.Nav__list>li.medical a .image::before {
  background-image: url(../../images/icon/medical_or.svg);
}

.Nav__list>li.medical a .image::after {
  background-image: url(../../images/icon/medical_gr.svg);
}

.Nav__list>li.treatment a .image::before {
  background-image: url(../../images/icon/treatment_or.svg);
}

.Nav__list>li.treatment a .image::after {
  background-image: url(../../images/icon/treatment_gr.svg);
}

.Nav__list>li.online a .image::before {
  background-image: url(../../images/icon/online_or.svg);
}

.Nav__list>li.online a .image::after {
  background-image: url(../../images/icon/online_gr.svg);
}

.Nav__list>li.access a .image::before {
  background-image: url(../../images/icon/access_or.svg);
}

.Nav__list>li.access a .image::after {
  background-image: url(../../images/icon/access_gr.svg);
}

.Nav__list>li.news a .image::before {
  background-image: url(../../images/icon/news_or.svg);
}

.Nav__list>li.news a .image::after {
  background-image: url(../../images/icon/news_gr.svg);
}

.Nav__list>li.last::after,
.Nav__list>li.news::after {
  display: none;
}

.Nav__list>li.news {
  display: none;
}

.Nav__sp {
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.4s height;
  -o-transition: 0.4s height;
  -moz-transition: 0.4s height;
  transition: 0.4s height;
}

.Nav__sp__container {
  overflow-y: auto;
  max-height: 100%;
  padding-top: 12rem;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.home .Nav__sp__container {
  padding-top: 9rem;
}

.Nav__sp .Nav {
  border-top: 1px solid #a0d5cc;
  background-color: #fff;
}

.Nav__sp.isActive {
  height: 100%;
}

.Page__head {
  position: relative;
  overflow: hidden;
  height: 12em;
  background-color: #ecf2f1;
}

.Page__head .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Page__head__image {
  position: relative;
  display: block;
  width: 4.44444em;
  height: 4.44444em;
  border: 3px solid #a0d5cc;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.44444em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 4.44444em;
  flex: 0 0 4.44444em;
}

.Page__head__image img {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
}

.Page__head__head {
  position: relative;
  margin-left: 1em;
  font-size: 1.22222em;
  font-weight: 700;
  line-height: 1.4;
}

.Contact {
  position: relative;
  overflow: hidden;
  background-image: url(../../images/bg_contact_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.Contact::before {
  position: absolute;
  top: 0;
  left: 32.5%;
  display: block;
  width: 35%;
  height: 100%;
  background-image: url(../../images/bg_circle_wh.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.Contact>* {
  position: relative;
}

.Contact__container {
  width: 35%;
  min-width: 26rem;
  margin: 0 auto;
}

.Contact__container .Section__head,
.Contact__container .Section__body,
.Contact__container .p-hr {
  min-width: 26rem;
}

.Contact .Section__head {
  color: #03816d;
}

.Contactpage {
  max-width: 1024px;
  margin: 0 auto;
}

.Contactpage__content {
  margin-top: 2em;
  font-size: 1.11111em;
  line-height: 1.7;
  text-align: center;
}

.Contactpage__form {
  padding: 4em;
  background: #ecf2f1;
}

.Contactpage__form .wpcf7-list-item-label a {
  color: #ed9f54;
  text-decoration: underline;
}

.Contactpage__form .wpcf7-list-item-label a[target="_blank"] {
  padding-right: 0;
}

.Contactpage__form .wpcf7-list-item-label a[target="_blank"]::after,
.Contactpage__form .wpcf7-list-item-label a[target="_blank"]::before {
  display: none;
}

.isHover .Contactpage__form .wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.Contactpage__form input,
.Contactpage__form textarea {
  max-width: 100%;
  padding: 0.75em 0.5em;
  border: none;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.Contactpage__form input.Button,
.Contactpage__form textarea.Button {
  padding: 0.75em 2em;
}

.Contactpage__form input.Button.primary,
.Contactpage__form textarea.Button.primary {
  background-color: #088e78;
  color: #fff;
}

.Contactpage__form textarea {
  min-width: 100%;
  max-width: 100%;
  line-height: 1.7;
}

.Contactpage__form__list {
  line-height: 1.4;
}

.Contactpage__form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Contactpage__form__item:last-of-type {
  margin-bottom: 0;
}

.Contactpage__form__item__head {
  max-width: 30%;
  font-weight: 700;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.Contactpage__form__item.required .Contactpage__form__item__head::after {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.15em 0.5em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #edb781;
  font-size: 0.7em;
  color: #fff;
  vertical-align: 0.15em;
  content: '必須';
}

.Contactpage__form__item__body {
  max-width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.Contactpage__form__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Contactpage__form__action .Button {
  margin-top: 0;
  font-family: inherit;
  font-size: inherit;
}

.Contactpage__form__action .Button:not(.border) {
  border: none;
}

.Contactpage__form__action .Button+.Button {
  margin-left: 1em;
}

.Gmap {
  width: 100%;
  height: 24em;
}

.Gmap iframe {
  width: 100%;
  height: 100%;
}

.Gmap.large {
  height: 32em;
}

.Schedule table {
  width: 100%;
}

.Schedule table tr {
  border-bottom: 1px solid #a0d5cc;
}

.Schedule table th,
.Schedule table td {
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: middle;
}

.Schedule table th .small,
.Schedule table td .small {
  display: none;
}

.Schedule table thead tr th {
  padding-top: 0;
}

.Schedule table thead tr th:first-of-type {
  text-align: left;
}

.Schedule table thead tr th.week {
  padding-right: 0.25em;
  padding-left: 0.25em;
}

.Schedule table thead tr:first-of-type th:first-of-type {
  font-weight: 700;
  color: #03816d;
}

.Schedule table tbody tr td {
  text-align: center;
}

.Schedule table tbody tr td.p-left {
  text-align: left;
}

.Schedule table tbody tr td.key {
  font-weight: 700;
  color: #03816d;
}

.Schedule__comment {
  margin-top: 1em;
  font-size: 0.88889em;
  line-height: 1.4;
  color: #444444;
}

.Schedule__comment .strong {
  display: block;
  color: #ed9f54;
}

.Post {
  line-height: 2;
  color: #444444;
}

.Post>* {
  margin-bottom: 2em;
}

.Post>*:first-child {
  margin-top: 0;
}

.Post>*:last-child {
  margin-bottom: 0;
}

.Post h2,
.Post h3,
.Post h4,
.Post h5,
.Post h6 {
  margin-top: 3em;
  margin-bottom: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
}

.Post h2 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2rem;
  border-left: 8px solid #088e78;
  font-size: 1.22222em;
}

.Post h3 {
  padding-left: 2rem;
  border-left: 8px solid #a0d5cc;
  font-size: 1.16667em;
}

.Post h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  font-size: 1.11111em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Post h4::before {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 2rem;
  background-color: #ecf2f1;
  content: '';
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.5em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.5em;
  flex: 0 0 0.5em;
}

.Post h5 {
  font-size: 1.05556em;
}

.Post a:not(.Button) {
  color: #ed9f54;
  text-decoration: underline;
}

.isHover .Post a:hover {
  text-decoration: none;
}

.Post a[target="_blank"] {
  position: relative;
  display: inline-block;
  padding-right: 1em;
}

.Post a[target="_blank"]::before,
.Post a[target="_blank"]::after {
  position: absolute;
  display: block;
  border: 1px solid #edb781;
  content: '';
}

.Post a[target="_blank"]::before {
  right: 0.4em;
  bottom: 30%;
  width: 0.5em;
  height: 0.5em;
}

.Post a[target="_blank"]::after {
  top: 25%;
  right: 0;
  width: 0.65em;
  height: 0.65em;
}

.Post table {
  width: 100%;
}

.Post table th,
.Post table td {
  padding: 1em;
  border: 1px solid #fff;
}

.Post table thead tr th {
  background-color: #a0d5cc;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
}

.Post table tbody tr td {
  background-color: #ecf2f1;
  font-size: 0.88889em;
}

.Post img {
  height: auto !important;
  border: 0.5em solid #ecf2f1;
}

.Pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Pagination>span,
.Pagination>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 2em;
  margin-right: 1em;
  border: 1px solid #808080;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  color: #808080;
  letter-spacing: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2em;
  flex: 0 0 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Pagination>span.pages,
.Pagination>a.pages {
  display: none;
}

.Pagination>span.current,
.Pagination>a.current {
  border-color: #088e78;
  color: #03816d;
}

.isHover .Pagination>a {
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.isHover .Pagination>a:hover {
  opacity: 0.5;
}

.Index__mv {
  overflow: hidden;
  min-height: 40rem;
  max-height: 64rem;
  background-image: url(../../images/mv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.Index__mv::before {
  display: block;
  padding-top: 40%;
  content: '';
}

.Index__intro {
  background-color: #ecf2f1;
}

.Index__intro .Section__head .phc {
  display: inline-block;
  color: #ed9f54;
  /*
        .container {
          display: flex;
          align-items: center;
        }
        */
}

.Index__intro .Section__head .phc img {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.25em;
  vertical-align: middle;
}

.isHover .Index__intro .Section__head .phc {
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.isHover .Index__intro .Section__head .phc:hover {
  opacity: 0.5;
}

.Index__consultation {
  position: relative;
}

.Index__consultation::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../images/bg_consultation_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.Index__consultation__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Index__consultation__item {
  position: relative;
  padding: 2em 2em 4em;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.Index__consultation__item.immunity {
  margin-right: 2rem;
}

.Index__consultation__item.immunity .title::before {
  background-image: url(../../images/icon/immunity_or.svg);
}

.Index__consultation__item.flora {
  margin-left: 2rem;
}

.Index__consultation__item.flora .title::before {
  background-image: url(../../images/icon/flora_or.svg);
}

.Index__consultation__item .title {
  position: relative;
  font-size: 1.55556em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.Index__consultation__item .title.small {
  font-size: 1.44444em;
}

.Index__consultation__item .title>* {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Index__consultation__item .title::before {
  display: block;
  width: 4em;
  height: 4em;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.Index__consultation__item .subtitle {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0.5em;
  background: #edb781;
  font-size: 1.11111em;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.Index__consultation__item .desc {
  font-size: 0.91667em;
  line-height: 1.7;
  color: #444444;
}

.Index__consultation__item .desc .strong {
  font-weight: 700;
  color: #222222;
}

.Index__consultation__item .link {
  position: absolute;
  right: 2em;
  bottom: 2em;
  text-align: right;
}

.Index__consultation__item .link a {
  font-weight: 700;
  color: #ed9f54;
}

.Index__online {
  background: #088e78;
}

.Index__online .Section__head {
  color: #fff;
}

.Index__online .Section__head .strong {
  color: #edb781;
}

.Index__online .Section__body {
  color: #fff;
}

.Index__online .Section__body .strong {
  font-weight: 700;
  color: #edb781;
}

.Index__important {
  padding-bottom: 2em;
}

.Index__important__container {
  overflow-y: auto;
  max-height: 20em;
  padding: 2em;
  border: 4px solid #edbfb7;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.Index__important .Section__head {
  color: #e3533a;
}

.Index__news__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Index__news__head {
  padding-right: 4rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.22222em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 22.22222em;
  flex: 0 0 22.22222em;
}

.Index__news__head .Section__head {
  color: #03816d;
}

.Index__news__head .Section__body {
  font-size: 0.88889em;
}

.Index__news__body {
  padding-left: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Index__news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 1.5em 0;
  border-bottom: 1px solid #a0d5cc;
  line-height: 1.4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
}

.Index__news__item:last-of-type {
  border-bottom: none;
}

.Index__news__item .time {
  color: #808080;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.Index__news__item a {
  color: #ed9f54;
  text-decoration: underline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.isHover .Index__news__item a:hover {
  text-decoration: none;
}

.Index__info.Section {
  padding-top: 2em;
  padding-bottom: 2em;
}

.Index__info__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Index__info__head {
  position: relative;
  margin-top: -4em;
  margin-bottom: -4em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16.66667em;
  flex: 0 0 16.66667em;
}

.Index__info__head::before {
  display: block;
  padding-top: 100%;
  content: '';
}

.Index__info__head__container {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Index__info__head__container::before {
  position: absolute;
  z-index: 0;
  top: -10%;
  left: -10%;
  display: block;
  width: 120%;
  height: 120%;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  background-color: #088e78;
  content: '';
}

.Index__info__head__inner {
  position: relative;
  width: 100%;
}

.Index__info__head__inner .logo {
  width: 100%;
  margin-bottom: 1.5em;
}

.Index__info__head__inner .logo .green {
  display: none;
}

.Index__info__head__inner .info {
  font-size: 0.77778em;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.Index__info__head__inner .info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}

.Index__info__head__inner .info dl:last-of-type {
  margin-bottom: 0;
}

.Index__info__head__inner .info dl dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
}

.Index__info__head__inner .info dl dt::after {
  content: '：';
  opacity: 0.5;
}

.Index__info__head__inner .info dl dd a {
  color: inherit;
}

.Index__info__head__inner .p-hr {
  width: 100%;
  min-width: 0;
}

.Index__info__body {
  padding-left: 8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Archive__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Archive__main {
  padding-right: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Archive__main .Index__news__list {
  margin-top: 0;
  border-top: none;
}

.Archive__main .Index__news__item:last-of-type {
  border-bottom: none;
}

.Archive__side {
  padding-left: 4rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.55556em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 15.55556em;
  flex: 0 0 15.55556em;
}

.Archive__side__head {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.4;
}

.Archive__side>* {
  margin-bottom: 4em;
}

.Archive__side>*:last-of-type {
  margin-bottom: 0;
}

.Archive__side__recent .Archive__side__list li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ececec;
}

.Archive__side__recent .Archive__side__list li .time {
  display: block;
  margin-top: 0.25em;
  font-size: 0.88889em;
  color: #808080;
}

.Archive__side__recent .Archive__side__list li a {
  line-height: 1.4;
  color: #ed9f54;
}

.Archive__side__recent .Archive__side__list li:last-of-type {
  border-bottom: none;
}

.isHover .Archive__side__recent .Archive__side__list li a {
  text-decoration: underline;
}

.isHover .Archive__side__recent .Archive__side__list li a:hover {
  text-decoration: none;
}

.Archive__side__monthly .Archive__side__list li {
  margin-bottom: 1px;
}

.Archive__side__monthly .Archive__side__list li a {
  position: relative;
  display: block;
  padding: 1em 2.5em 1em 1em;
  background: #ecf2f1;
  color: #222222;
}

.Archive__side__monthly .Archive__side__list li a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  border-top: 1px solid #088e78;
  border-right: 1px solid #088e78;
  -webkit-border-top-right-radius: 0.1em;
  border-top-right-radius: 0.1em;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-border-radius-topright: 0.1em;
}

.Archive__side__monthly .Archive__side__list li:last-of-type {
  margin-bottom: 0;
}

.isHover .Archive__side__monthly .Archive__side__list li a {
  -webkit-transition: 0.2s background-color, 0.2s color;
  -o-transition: 0.2s background-color, 0.2s color;
  -moz-transition: 0.2s background-color, 0.2s color;
  transition: 0.2s background-color, 0.2s color;
}

.isHover .Archive__side__monthly .Archive__side__list li a:hover {
  background-color: #088e78;
  color: #fff;
}

.isHover .Archive__side__monthly .Archive__side__list li a:hover::after {
  border-color: #fff;
}

.isHover .Archive__side__monthly .Archive__side__list li a::after {
  -webkit-transition: 0.2s border-color;
  -o-transition: 0.2s border-color;
  -moz-transition: 0.2s border-color;
  transition: 0.2s border-color;
}

.Archive__date::after {
  display: block;
  width: 2em;
  height: 4px;
  margin-top: 1.5em;
  background-color: #a0d5cc;
  content: '';
}

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

.Archive__date .strong {
  font-size: 1.22222em;
}

.Single__head {
  font-size: 1.44444em;
  font-weight: 700;
  line-height: 1.4;
}

.Single__info {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ececec;
}

.Single__info__time {
  display: block;
  margin-top: 1em;
  font-weight: 700;
  color: #808080;
}

.Single__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 4em;
  border: 1px solid #088e78;
  text-align: center;
}

.isHover .Single__nav>*>a {
  -webkit-transition: 0.2s background-color;
  -o-transition: 0.2s background-color;
  -moz-transition: 0.2s background-color;
  transition: 0.2s background-color;
}

.isHover .Single__nav>*>a:hover {
  background-color: rgba(8, 142, 120, 0.15);
}

.Single__nav>* {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.Single__nav>*>* {
  display: block;
  padding: 1em;
  color: #808080;
}

.Single__nav>*>a {
  color: #03816d;
}

.Single__nav__left {
  border-right: 1px solid #088e78;
}

.Single__nav__center {
  border-right: 1px solid #088e78;
}

.Single__nav__bottom {
  display: none;
}

.Access__head {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #088e78;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.Access__map .Access__head {
  margin-bottom: -4em;
}

.Access__map__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
}

.Access__map__head {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.Access__map__head::before {
  display: block;
  padding-top: 100%;
  content: '';
}

.Access__map__head .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Access__map__head .image img {
  width: 100%;
  height: 100%;
}

.Access__map__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.Access__map__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding: 1.5em 0;
  border-bottom: 1px solid #a0d5cc;
  white-space: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.Access__map__item>* {
  font-size: 1.44444em;
  line-height: 1.2;
}

.Access__map__item:last-of-type {
  border-bottom: none;
}

.Access__map__item dt .number {
  display: none;
  font-size: 0.75em;
}

.Access__map__item dt .small {
  margin-top: 0.25em;
  margin-left: 0.25em;
}

.Access__map__item dd .small {
  margin-right: 0.25em;
}

.Access__map__item .small {
  display: inline-block;
  font-size: 0.75em;
  color: #444444;
}

.Access__root {
  background-color: #ecf2f1;
}

.Access__root__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
}

.Access__root__head {
  font-size: 1.33333em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.Access__root__item {
  padding-top: 2em;
  padding-right: 4rem;
  padding-bottom: 2em;
  padding-left: 4rem;
  border: 4px solid #a0d5cc;
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.Access__root__item__container .image {
  margin: 0 auto 1em;
}

.Access__root__item__container .image,
.Access__root__item__container .image img {
  display: block;
  width: 4em;
  height: 4em;
}

.Access__root__item__container .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  min-height: 2.66667em;
  margin-bottom: 2em;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.Access__root__item__container .data:last-of-type {
  margin-bottom: 0;
}

.Access__root__item__container .data .bar {
  height: 1px;
  margin-right: 3em;
  margin-left: 1.5em;
  background-color: #a0d5cc;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.Access__root__item__container .data dd {
  margin-top: 0.25em;
}

.Access__root__item__container .data dd .strong {
  font-size: 1.77778em;
}

.Access__root__item__container .data dd .small {
  position: relative;
  display: inline-block;
  margin-right: 0.25em;
  font-size: 0.77778em;
  color: #444444;
}

.Access__root__item__container .data dd .small::before {
  position: absolute;
  bottom: 0;
  left: -120%;
  display: block;
  width: 120%;
  height: 2.25em;
  background-image: url(../../images/icon/walk_gr.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  content: '';
}

.Access__root__item__container .data dd .small span {
  position: relative;
}

.Access__root__item.train .Access__root__item__container .data dt .strong {
  font-size: 1.77778em;
}

.Access__root__item.train .Access__root__item__container .data dt .small {
  display: block;
  margin-bottom: 0.25em;
  font-size: 0.77778em;
  color: #088e78;
}

.Access__root__item.buss .Access__root__item__container .data dt .number {
  font-size: 1.22222em;
}

.Access__root__item.buss .Access__root__item__container .data dt .strong {
  font-size: 1.22222em;
}

.Access__root__item.buss .Access__root__item__container .data dt .small {
  font-size: 0.77778em;
  color: #444444;
}

.Access__root__item+.Access__root__item {
  margin-left: 4rem;
}

.About__overview {
  background-color: #ecf2f1;
}

.About__overview__container {
  background-color: #fff;
}

.About__overview__head {
  position: relative;
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: rgba(8, 142, 120, 0.6);
  font-size: 1.44444em;
  font-weight: 700;
  color: #fff;
}

.About__overview__head::before {
  position: absolute;
  right: 1em;
  bottom: 50%;
  display: block;
  width: 3em;
  height: 3em;
  margin-bottom: -2em;
  background-image: url(../../images/icon/about_wh.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  content: '';
  opacity: 0.5;
}

.About__overview__list {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.4;
}

.About__overview__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #a0d5cc;
}

.About__overview__item:last-of-type {
  border-bottom: none;
}

.About__overview__item__head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.About__overview__item__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

.About__greeting .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

.About__greeting__head {
  max-width: 28rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.About__greeting__body {
  padding-right: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 70%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}

.About__greeting__body .title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #a0d5cc;
  font-size: 1.22222em;
  font-weight: 700;
  line-height: 1.4;
  color: #03816d;
}

.Medical__subject__list {
  padding: 2px;
  background-color: #ecf2f1;
  line-height: 1.2;
}

.Medical__subject__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  background-color: #fff;
}

.Medical__subject__item>* {
  padding: 1.5em 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.Medical__subject__item:last-of-type {
  margin-bottom: 0;
}

.Medical__subject__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  border-left: 8px solid;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Medical__subject__item.insurance .Medical__subject__head {
  border-color: #a0d5cc;
}

.Medical__subject__item.free .Medical__subject__head {
  border-color: #f2c291;
}

.Medical__subject__head a {
  color: #ed9f54;
  text-decoration: underline;
}

.isHover .Medical__subject__head a:hover {
  text-decoration: none;
}

.Medical__subject__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Medical__subject__foot {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.Medical__subject__item.insurance .Medical__subject__foot .label {
  opacity: 0;
}

.Medical__subject__foot .label {
  display: inline-block;
  padding: 0.5em 0.75em;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  background-color: #e88879;
  font-size: 0.88889em;
  font-weight: 700;
  color: #fff;
}

.Medical__schedule .Schedule {
  width: 100%;
  min-width: 0;
}

.Medical__schedule .About__overview__head::before {
  background-image: url(../../images/icon/calender_wh.svg);
}

.Medical__schedule .About__overview__container {
  padding-top: 2em;
  padding-bottom: 2em;
}

.Online__head {
  margin-bottom: 2em;
  font-size: 1.44444em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.Online__head .strong {
  color: #ed9f54;
}

.Online__intro .Online__head {
  margin-bottom: 3em;
}

.Online__action .Online__head .strong {
  color: #edb781;
}

.Online__intro__section {
  max-width: 80rem;
  margin: 0 auto;
  margin-bottom: 4em;
}

.Online__intro__section:last-of-type {
  margin-bottom: 0;
}

.Online__intro__section__head {
  margin-bottom: 1.5em;
  padding: 0.75em;
  background-color: #ecf2f1;
  font-size: 1.22222em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.Online__intro__section__head .strong {
  color: #ed9f54;
}

.Online__intro__section .Section__body {
  max-width: 100%;
}

.Online__intro__section .Section__body .strong {
  color: #ed9f54;
}

.Online__intro__section .text {
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.Online__intro__section .price {
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  text-align: center;
}

.Online__intro__section .price .number {
  font-size: 2.33333em;
  color: #ed9f54;
}

.Online__intro__section .price .small {
  color: #444444;
}

.Online__intro__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Online__intro__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.Online__intro__item:last-of-type {
  margin-bottom: 0;
}

.Online__intro__item__head {
  display: block;
  width: 6em;
  height: 6em;
  margin: 0 auto;
}

.Online__intro__item__head img {
  width: 100%;
  height: 100%;
}

.Online__intro__item__body {
  margin-top: 1em;
  font-weight: 700;
  line-height: 1.4;
  color: #444444;
  text-align: center;
}

.Online__action {
  background-color: #088e78;
  color: #fff;
}

.Online__action .Section__body {
  color: inherit;
}

.Online__action__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}

.Online__action__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Online__action__head>* {
  padding: 2em;
}

.Online__action__head .title {
  font-size: 1.22222em;
  font-weight: 700;
  line-height: 1.4;
}

.Online__action__head .desc {
  margin-top: 0.5em;
  font-size: 0.88889em;
  line-height: 1.7;
}

.Online__action__head .desc a {
  color: #edb781;
  text-decoration: underline;
}

.isHover .Online__action__head .desc a:hover {
  text-decoration: none;
}

.Online__action__head .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Online__action__head .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  border-left: 1px solid #fff;
  color: #edb781;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Online__action__head .right>* {
  font-size: 2.66667em;
  font-weight: 700;
}

.Online__action__head+.Online__action__body {
  margin-left: 4rem;
}

.Online__action__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.Online__action__body .button {
  display: inline-block;
}

.Online__action__body .button img {
  width: auto;
  max-width: 9999px;
  height: 4em;
}

.Online__action__body .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Online__action__body .list .item+.item {
  margin-left: 1em;
}

.Treatment .l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
}

.Treatment__side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 24rem;
  flex: 0 0 24rem;
}

.Treatment__side__head {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #a0d5cc;
  font-weight: 700;
}

.Treatment__side__item {
  margin-bottom: 1px;
}

.Treatment__side__item:last-of-type {
  margin-bottom: 0;
}

.isHover .Treatment__side__item a {
  -webkit-transition: 0.2s color;
  -o-transition: 0.2s color;
  -moz-transition: 0.2s color;
  transition: 0.2s color;
}

.isHover .Treatment__side__item a:hover {
  color: #ed9f54;
}

.Treatment__side__item a {
  display: block;
  padding: 1em 0;
  font-size: 0.88889em;
  line-height: 1.4;
  color: #444444;
}

.Treatment__side__item>a {
  font-weight: 700;
  color: #03816d;
}

.Treatment__side__item .list {
  margin-top: 1px;
}

.Treatment__side__item .list .item {
  margin-bottom: 1px;
}

.Treatment__side__item .list .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Treatment__side__item .list .item a::before {
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
  font-size: 0.5em;
  font-weight: 700;
  color: #808080;
  content: '∟';
}

.Treatment__side__item .list .item:last-of-type {
  margin-bottom: 0;
}

.Treatment__main {
  margin-right: 4rem;
  padding-right: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Treatment__main>* {
  margin-bottom: 6em;
}

.Treatment__main>*:last-child {
  margin-bottom: 0;
}

.Treatment__main__head {
  position: relative;
  overflow: hidden;
  padding: 0.75em 1em;
  background-color: rgba(8, 142, 120, 0.6);
  font-size: 1.44444em;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.Treatment__main__head .small {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.75em;
  opacity: 0.75;
}

.Treatment__main__head::before {
  position: absolute;
  right: 1em;
  bottom: 50%;
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin-bottom: -1.5em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  content: '';
  opacity: 0.5;
}

.Treatment__immunity .Treatment__main__head::before {
  background-image: url(../../images/icon/immunity_wh.svg);
}

.Treatment__flora .Treatment__main__head::before {
  background-image: url(../../images/icon/flora_wh.svg);
}

.Treatment__macro .Treatment__main__head::before {
  background-image: url(../../images/icon/treatment_wh.svg);
}

.Treatment__cytokine .Treatment__main__head::before {
  background-image: url(../../images/icon/cytokine_wh.svg);
}

.Treatment__main__section {
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.Treatment__main__section__head {
  position: relative;
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid #a0d5cc;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  font-size: 1.22222em;
  font-weight: 700;
  line-height: 1.4;
}

.Treatment__main__section__head .small {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.75em;
  color: rgba(8, 142, 120, 0.6);
}

.Treatment__main__section__head::after {
  position: absolute;
  bottom: -0.9rem;
  left: 3.2rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-right: 1px solid #a0d5cc;
  border-bottom: 1px solid #a0d5cc;
  background-color: #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Treatment__main__section:last-of-type {
  margin-bottom: 0;
}

.Treatment__main__section__body {
  color: #444444;
}

.Treatment__main__section__body .image-1 {
  display: block;
  margin-left: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.Treatment__main__section__body .title {
  margin-top: 3em;
  font-weight: 700;
  line-height: 1.4;
  color: #ed9f54;
}

.Treatment__main__section__body dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Treatment__main__section__body dl dt {
  padding: 0.5em 0.75em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background-color: rgba(8, 142, 120, 0.6);
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.Treatment__main__section__body dl dd {
  margin-left: 1em;
  font-weight: 700;
  color: #222222;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.Treatment__main__section__body a:not(.Button) {
  color: #ed9f54;
  text-decoration: underline;
}

.isHover .Treatment__main__section__body a:not(.Button):hover {
  text-decoration: none;
}

.Treatment__main__section__body .large {
  font-size: 1.5em;
}

.Treatment__main__section__body>* {
  margin-bottom: 1.5em;
}

.Treatment__main__section__body>*:first-child {
  margin-top: 0;
}

.Treatment__main__section__body>*:last-child {
  margin-bottom: 0;
}

.Treatment__main__section__body .strong {
  color: #ed9f54;
}

.Treatment__main__section__body ol,
.Treatment__main__section__body ul {
  line-height: 1.4;
}

.Treatment__main__section__body ol li,
.Treatment__main__section__body ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.Treatment__main__section__body ol li:last-child,
.Treatment__main__section__body ul li:last-child {
  margin-bottom: 0;
}

.Treatment__main__section__body ul li::before {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border: 2px solid #a0d5cc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.5em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.5em;
  flex: 0 0 0.5em;
}

.Treatment__main__section__body ol {
  counter-reset: ordered-list;
}

.Treatment__main__section__body ol li {
  counter-increment: ordered-list;
}

.Treatment__main__section__body ol li::before {
  display: block;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(8, 142, 120, 0.6);
  font-size: 0.65em;
  font-weight: 700;
  line-height: 1.75em;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  content: counter(ordered-list);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.75em;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.75em;
  flex: 0 0 1.75em;
}

@media print {

  html,
  body {
    top: 0 !important;
    left: 0 !important;
    zoom: 0.9 !important;
    width: 1280px !important;
    height: 297mm !important;
    -webkit-print-color-adjust: exact;
  }

  body {
    padding-top: 0 !important;
  }

  .Header {
    position: relative !important;
  }

  .Pagetop {
    display: none;
  }

}