@charset "UTF-8";
/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none; /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  -webkit-appearance: button; /* iOS 8+ */
  overflow: visible; /* Internet Explorer 11- */
}

details {
  display: block; /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar; /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* iOS 8+ */
}

input[type=number] {
  width: auto; /* Firefox 36+ */
}

input[type=search] {
  -webkit-appearance: textfield; /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Chrome 45+, Safari 9+ */
}

main {
  display: block; /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto; /* Internet Explorer 11- */
}

progress {
  display: inline-block; /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%; /* All browsers */
}

summary {
  display: block; /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

template {
  display: none; /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto; /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none; /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none; /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none; /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor; /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc; /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}


:root, html, body {
  color: #222;
  width: 100%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Sans-Serif;
  font-size: 14px;
}
@media (min-width: 376px) and (max-width: 414px) {
  :root, html, body {
    font-size: 13.75px;
  }
}
@media (min-width: 361px) and (max-width: 375px) {
  :root, html, body {
    font-size: 13.5px;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  :root, html, body {
    font-size: 13.25px;
  }
}
@media (max-width: 320px) {
  :root, html, body {
    font-size: 13px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  :root, html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px), print {
  :root, html, body {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  :root, html, body {
    font-size: 13.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  :root, html, body {
    font-size: 13.5px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  :root, html, body {
    font-size: 11.5px;
  }
}
@media (min-width: 768px) and (max-width: 959px) and (orientation: landscape) {
  :root, html, body {
    font-size: 11.5px;
  }
}
@media (min-width: 768px) and (max-width: 812px) {
  :root, html, body {
    font-size: 10.5px;
  }
}
@media (min-width: 768px) and (max-width: 812px) and (orientation: landscape) {
  :root, html, body {
    font-size: 10.5px;
  }
}

* {
  box-sizing: border-box;
  font-size: 1rem;
}

small a {
  font-size: inherit;
}

li {
  list-style-type: none;
}

a {
  color: #00896b;
  transition: 0.3s;
  word-break: break-all;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
    color: #774133;
    opacity: 0.8;
  }
}
@media (hover: hover) {
  a img:hover {
    opacity: 0.8;
  }
}

p {
  margin-bottom: 0.9375rem;
}

body:not(.index) main p, body:not(.index) main li {
  line-height: 1.6;
}
@media (min-width: 768px), print {
  body:not(.index) main p, body:not(.index) main li {
    line-height: 1.9;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768.02px) and (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.img_c {
  display: block;
  max-width: 55%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px), print {
  .img_c {
    max-width: 100%;
  }
}

.bn_c, .bn_c_corona {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px), print {
  .bn_c, .bn_c_corona {
    max-width: 43.75rem;
  }
}

.bn_c_corona {
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .bn_c_corona {
    margin-top: 5rem;
  }
}

.img_l, .img_r,
.photo_l, .photo_r {
  display: block;
  height: auto;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px), print {
  .img_l, .img_r,
  .photo_l, .photo_r {
    margin-bottom: 3.125rem;
  }
}
.img_l figcaption, .img_r figcaption,
.photo_l figcaption, .photo_r figcaption {
  margin-top: 0.625rem;
}

.img_l, .img_r {
  max-width: 75%;
}

@media (min-width: 768px), print {
  .img_l {
    float: left;
    margin-right: 4%;
  }
  .img_r {
    float: right;
    margin-left: 4%;
  }
  .img_l, .img_r, .photo {
    max-width: 40%;
  }
}
.photo_l, .photo_r {
  max-width: 55%;
}

@media (min-width: 768px), print {
  .photo_l {
    float: left;
    margin-right: 4%;
  }
  .photo_r {
    float: right;
    margin-left: 4%;
  }
  .photo_l, .photo_r {
    width: 26%;
  }
  .photo_l_txt {
    margin-left: 365;
  }
  .photo_r_txt {
    width: 70%;
  }
}
.sp_n {
  display: none !important;
}

@media (min-width: 768px), print {
  .sp_n {
    display: inline-block !important;
  }
  .pc_n {
    display: none !important;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}

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

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

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.flow {
  margin-bottom: 0;
}
.flow dd div, .flow li div {
  background-color: #E9F9DA;
  padding: 2rem 1rem 1.5rem;
  border-radius: 10px;
}
.flow dd, .flow li {
  margin: 0 0 6rem 0;
  position: relative;
}
.flow dd:not(:last-child)::after, .flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #EFDD51;
  border-right: 6rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 6rem solid transparent;
  margin: auto;
}
.flow dd.last, .flow li.last {
  margin-bottom: 0;
}

/* :::::::::: マージン :::::::::: */
.mt0 {
  margin-top: 0px !important;
}

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

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

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

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

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

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

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

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

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

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

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

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

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

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

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* :::::::::: パディング :::::::::: */
.pt0 {
  padding-top: 0px !important;
}

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

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

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

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

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

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

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

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

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

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

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

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

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

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

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.tit_01 {
  font-size: 1.625rem;
  font-weight: normal;
}
@media (min-width: 768px), print {
  .tit_01 {
    font-size: 2.25rem;
  }
}
.tit_01 {
  line-height: 1;
}
.tit_02 {
  margin-bottom: 1.875rem;
  font-size: 1.3125rem;
  font-weight: normal;
}
@media (min-width: 768px), print {
  .tit_02 {
    font-size: 2.25rem;
  }
}
.tit_02 {
  text-align: center;
  line-height: 1;
  position: relative;
}
.tit_02::after {
  position: absolute;
  top: 108%;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 2.75rem;
  height: 0.96875rem;
  background: url("../img/tit_02_bg.png") no-repeat;
  background-size: contain;
}
@media (min-width: 768px), print {
  .tit_02 {
    margin-bottom: 4.375rem;
  }
  .tit_02::after {
    width: 5.5rem;
    height: 1.9375rem;
  }
}

.tit_03 {
  font-size: 1.25rem;
  font-weight: normal;
}
@media (min-width: 768px), print {
  .tit_03 {
    font-size: 1.875rem;
  }
}
.tit_03 {
  line-height: 1.2;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px), print {
  .tit_03 {
    margin-bottom: 1.5625rem;
  }
}
.tit_03 {
  color: #0a8454;
  border-bottom: 1px solid #0a8454;
  background: url("../img/tit_03_bg.gif") left bottom/2.6041666667rem 2.2916666667rem no-repeat border-box;
  padding-top: 0.625rem;
  padding-left: 3.125rem;
  padding-bottom: 0.1875rem;
}
@media (min-width: 768px), print {
  .tit_03 {
    background-size: 3.125rem 2.75rem;
    padding-left: 4.0625rem;
  }
}

.tit_04 {
  font-size: 1.1875rem;
  font-weight: normal;
}
@media (min-width: 768px), print {
  .tit_04 {
    font-size: 1.5rem;
  }
}
.tit_04 {
  line-height: 1;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px), print {
  .tit_04 {
    margin-bottom: 1.5625rem;
  }
}
.tit_04 {
  color: #0a8454;
  background: url("../img/tit_04_bg.gif") left center/0.9375rem 0.9375rem no-repeat border-box;
  padding-left: 1.5625rem;
  padding-bottom: 0.1875rem;
}
@media (min-width: 768px), print {
  .tit_04 {
    background-size: 1.125rem 1.125rem;
    padding-left: 1.875rem;
  }
}

.tit_05 {
  font-size: 1.125rem;
  font-weight: normal;
}
@media (min-width: 768px), print {
  .tit_05 {
    font-size: 1.25rem;
  }
}
.tit_05 {
  line-height: 1;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px), print {
  .tit_05 {
    margin-bottom: 1.5625rem;
  }
}
.tit_05 {
  color: #774133;
}
@media (min-width: 768px), print {
  .tit_05 {
    background-size: 1.125rem 1.125rem;
  }
}
.tit_05::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
  width: 0.75rem;
  height: 0.25rem;
  background: #774133;
  content: "";
}

.tit_03nologo {
  font-size: 1.25rem;
  font-weight: normal;
}
@media (min-width: 768px), print {
  .tit_03nologo {
    font-size: 1.875rem;
  }
}
.tit_03nologo {
  line-height: 1.2;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px), print {
  .tit_03nologo {
    margin-bottom: 1.5625rem;
  }
}
.tit_03nologo {
  color: #0a8454;
  border-bottom: 1px solid #0a8454;
  padding-top: 0.625rem;
  padding-bottom: 0.1875rem;
}

.kkm_j, .kkm_i, .kkm {
  padding: 1.25rem 0.9375rem;
  background: #d6edd9;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px), print {
  .kkm_j, .kkm_i, .kkm {
    margin-bottom: 5rem;
  }
}
.kkm_j > :last-child, .kkm_i > :last-child, .kkm > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px), print {
  .kkm_j, .kkm_i, .kkm {
    padding: 2.1875rem 2.8125rem;
  }
}
.kkm_i {
  background: #f7f7f7;
}

.kkm_j {
  background: #f7f7f7;
  padding: 1.25rem 0.9375rem;
}
@media (min-width: 768px), print {
  .kkm_j {
    padding: 1.25rem;
  }
}

.color_main {
  color: #098454;
}

.indent {
  text-indent: 1em;
}

.disc li, .disc_txt {
  margin-left: 1rem;
  position: relative;
}
.disc li::before, .disc_txt::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.55em;
  left: -0.7rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: currentColor;
  border-radius: 50%;
}

.disc_txt {
  display: block;
}

li.disc_n {
  margin-left: 0;
}
li.disc_n::before {
  content: none;
}

.dot li, .dot_txt {
  line-height: 1.5 !important;
  margin-left: 1.2rem;
  position: relative;
}
.dot li::before, .dot_txt::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: -1.2rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #cae7ae;
  border-radius: 50%;
}

.dot_txt {
  display: block;
}

.dot > :last-child {
  margin-bottom: 0 !important;
}

.dot li {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px), print {
  .dot li {
    margin-bottom: 0.625rem;
  }
}

li.dot_n {
  margin-left: 0;
}
li.dot_n::before {
  content: none;
}

.km, .km_lst li {
  font-size: 75%;
  text-indent: -1rem;
  padding-left: 1rem;
}
.km::before, .km_lst li::before {
  content: "※";
  margin-right: 5px;
}
.km a, .km_lst li a {
  font-size: inherit;
  text-decoration: underline;
}

.km {
  display: block;
}

.kome {
  text-indent: -1rem;
  padding-left: 1rem;
}
.kome::before {
  content: "※";
  margin-right: 5px;
}

.koron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.koron dt, .koron dd {
  padding: 3px 0;
}
.koron dt {
  width: 3em;
}
.koron dd {
  width: calc(100% - 3em);
}
.koron dd::before {
  content: "：";
  margin-left: -1em;
}

.bold {
  font-weight: bold;
}

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

.ast {
  font-size: 80%;
  text-indent: -1rem;
  padding-left: 1rem;
}
.ast::before {
  content: "*";
  margin-right: 5px;
}

.lnk {
  text-decoration: underline;
}
@media (hover: hover) {
  .lnk:hover {
    text-decoration: none;
  }
}

.btn {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.9375rem;
  padding-right: 1.5625rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background-color: #098454;
  transition: 0.3s;
  word-break: break-all;
}
@media (hover: hover) {
  .btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #774133;
    opacity: 0.8;
  }
}
.btn {
  position: relative;
  width: 100%;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px), print {
  .btn {
    padding: 1.25rem;
    padding-right: 1.5625rem;
    width: 500px;
    max-width: 60%;
    margin-bottom: 2.8125rem;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.25rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-yellow {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.9375rem;
  padding-right: 1.5625rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background-color: #e7c400;
  transition: 0.3s;
  word-break: break-all;
}
@media (hover: hover) {
  .btn-yellow:hover {
    text-decoration: none;
    color: #fff;
    background-color: #774133;
    opacity: 0.8;
  }
}
.btn-yellow {
  position: relative;
  width: 100%;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px), print {
  .btn-yellow {
    padding: 1.25rem;
    padding-right: 1.5625rem;
    width: 500px;
    max-width: 60%;
    margin-bottom: 2.8125rem;
  }
}
.btn-yellow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.25rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_i {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.9375rem;
  padding-right: 1.5625rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background-color: #098454;
  transition: 0.3s;
  word-break: break-all;
}
@media (hover: hover) {
  .btn_i:hover {
    text-decoration: none;
    color: #fff;
    background-color: #774133;
    opacity: 0.8;
  }
}
.btn_i {
  position: relative;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px), print {
  .btn_i {
    padding: 1.25rem;
    padding-right: 1.5625rem;
    margin-bottom: 2.8125rem;
  }
}
.btn_i::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.25rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_rw {
  position: relative;
}
.arrow_rw::before {
  position: absolute;
  bottom: 0.625rem;
  right: -2.1875rem;
  content: "";
  width: 0.5625rem;
  height: 0.0625rem;
  background: #098454;
  transform: rotate(45deg);
}
.arrow_rw::after {
  position: absolute;
  bottom: 0.4375rem;
  right: -2.125rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.9375rem;
  border-bottom: 0.0625rem solid #098454;
}

.target {
  background: url("../img/icon_target.svg") no-repeat right center/auto 60%;
  padding-right: 20px;
}
@media (hover: hover) {
  .target:hover {
    border-bottom: 1px solid currentColor;
  }
}

a.no_target[target=_blank] {
  content: none;
}

.l_content {
  padding: 0 0.625rem;
}
@media (min-width: 768px), print {
  .l_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 0 1 1240px;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 1.25rem;
  }
}

@media (min-width: 768px), print {
  .l_main {
    flex: 0 2 auto;
    margin: 0;
    width: 792px;
    max-width: 66%;
  }
}

@media (min-width: 768px), print {
  .l_sub {
    flex: 0 0 250px;
    order: -1;
    max-width: 21%;
    margin: 0 calc(100% - 66% - 21%) 0 0;
  }
}

.l_col {
  padding: 0 0.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px), print {
  .l_col {
    flex: 0 1 1240px;
    margin: 0 auto;
    padding: 0 1.25rem;
    max-width: 1240px;
  }
}

.l_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.l_col2 > :last-child {
  margin-bottom: 0 !important;
}
.l_col2 > * {
  margin-bottom: 1.875rem;
}
.l_col2 a {
  display: block;
}
@media (min-width: 768px), print {
  .l_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l_col2 > * {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
  }
  .l_col2 > :nth-child(2n+2) {
    margin-right: 0;
  }
  .l_col2 > :nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.l_col3 > :last-child {
  margin-bottom: 0 !important;
}
.l_col3 > * {
  margin-bottom: 2px;
}
@media (min-width: 768px), print {
  .l_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l_col3 > * {
    width: 32%;
    margin-right: calc((100% - 32% * 3) / 2);
    margin-bottom: 1.875rem;
  }
  .l_col3 > :nth-child(3n+3) {
    margin-right: 0;
  }
  .l_col3 > :nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

.tbl_time {
  table-layout: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 0.625rem;
  background: #fff;
}
.tbl_time th, .tbl_time td {
  line-height: 1.3;
  padding: 0.625rem 0rem 0.5rem;
  font-size: 90%;
}
@media (min-width: 768px), print {
  .tbl_time th, .tbl_time td {
    font-size: 100%;
  }
}
.tbl_time th {
  font-weight: normal;
}
.tbl_time 　th:first-child {
  white-space: nowrap;
  width: auto;
}
.tbl_time 　td {
  width: 14.2857142857%;
}
.tbl_time td span {
  font-size: 90%;
  margin-top: 0.3125rem;
}
@media (min-width: 768px), print {
  .tbl_time td span {
    font-size: 100%;
  }
}
.tbl_time tr:first-child th {
  background: #098454;
  color: #fff;
  padding: 0.75rem 0 0.625rem;
}
.tbl_time tr:first-child th:last-child, .tbl_time tr td:last-child {
  padding-right: 0.625rem;
  white-space: nowrap;
}
@media (min-width: 768px), print {
  .tbl_time tr:first-child th:last-child, .tbl_time tr td:last-child {
    padding-right: 0.9375rem;
    padding-left: 0.125rem;
  }
}
.tbl_time tr:not(:first-child) {
  border-bottom: 1px solid #aaaaaa;
}
.tbl_time tr:not(:first-child) td {
  color: #00a753;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.3125rem;
}
@media (min-width: 768px), print {
  .tbl_time caption {
    margin-top: 0.625rem;
  }
}
.tbl_time .time span {
  font-size: 0.75rem;
  display: block;
  margin-top: 0.3125rem;
}
@media (min-width: 768px), print {
  .tbl_time .time span {
    font-size: 0.875rem;
  }
}

.map {
  padding-top: 84%;
  background: url("../img/map.png") 50% 50%/100% 100% no-repeat;
  background-color: #eaf1f4;
  border-radius: 0.5rem;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.6875rem;
}
@media (min-width: 768px), print {
  .map {
    margin-bottom: 1.25rem;
  }
}

.gmap_link {
  display: inline-block;
  width: 85%;
  border-radius: 0.5rem;
  padding: 0.625rem 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background-color: #e7c400;
  transition: 0.3s;
  word-break: break-all;
}
@media (hover: hover) {
  .gmap_link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #098454;
    opacity: 0.8;
  }
}
.gmap_link {
  line-height: 1.2;
  position: relative;
}
.gmap_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.25rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px), print {
  .gmap_link {
    padding: 1.25rem 0;
  }
}

.gmap {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
  position: relative;
  padding-top: 83.4782608696%;
}
.gmap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.g_calendar {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.g_calendar > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  scroll-snap-align: center;
}

.anchor_link, .normal_link {
  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;
  padding: 15px 10px 10px;
  background: #d6edd9;
  margin-bottom: 30px;
}
@media (min-width: 768px), print {
  .anchor_link, .normal_link {
    padding: 15px 40px 10px;
  }
}
.anchor_link li a, .normal_link li a {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  position: relative;
  padding: 8px 11px 8px 25px;
  background: #098454;
  color: #fff;
  border-radius: 0.375rem;
  margin: 0 6px 8px 0;
}
.anchor_link li a::before, .normal_link li a::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 12px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.anchor_link li a::after, .normal_link li a::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 12px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) {
  .anchor_link li a:hover::before, .normal_link li a:hover::before {
    border-bottom-color: #774133;
    border-right-color: #774133;
  }
  .anchor_link li a:hover::after, .normal_link li a:hover::after {
    border-bottom-color: #774133;
    border-right-color: #774133;
  }
  .anchor_link li a:hover, .normal_link li a:hover {
    color: #774133;
    background: #e7c400;
  }
}

.normal_link li a::before, .normal_link li a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 40%;
}
.normal_link li a::before {
  left: 7px;
}
.normal_link li a::after {
  left: 12px;
}

.header_bg {
  background: url("../img/bg_header.jpg") repeat border-box;
  padding-top: 0.5rem;
  padding-bottom: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px), print {
  .header_bg {
    padding-top: 0;
    padding-bottom: 5rem;
    margin-bottom: 3.125rem;
  }
}

.logo {
  width: 50%;
  max-width: 20.125rem;
  margin: 0 auto;
}
@media (min-width: 768px), print {
  .logo {
    width: 100%;
  }
}
.logo a {
  display: block;
  background: url("../img/logo_header.png") 50% 50%/contain no-repeat border-box;
  height: 0;
  padding-top: 24.8447204969%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header {
  width: 100%;
}
@media (min-width: 768px), print {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.625rem;
  }
}

.header_main {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px), print {
  .header_main {
    flex: 0 0 auto;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.header_sub {
  width: 100%;
}
@media (min-width: 768px), print {
  .header_sub {
    flex: 1 1 auto;
    max-width: 65%;
  }
}

.header_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 768px), print {
  .header_info {
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.25rem;
  }
}
.header_info_i {
  text-align: center;
}
@media (min-width: 768px), print {
  .header_info_i {
    flex: 0 1 auto;
    text-align: right;
  }
}
.header_info_i .tel {
  font-weight: bold;
  color: #fff !important;
  font-size: 1.5rem !important;
  background: url("../img/icon_tel.png") left center/1.125rem 1.25rem no-repeat !important;
  padding-left: 1.5625rem !important;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 768px), print {
  .header_info_i .tel {
    font-size: 1.8125rem !important;
  }
}
.header_info_i .acs {
  display: block;
  color: #fff;
  font-size: 0.8125rem;
}
.header_info_btns {
  display: flex !important;
  width: 100% !important;
  gap: 0.375rem !important;
  box-sizing: border-box;
  padding: 0 0.3125rem;
}
@media (min-width: 768px), print {
  .header_info_btns {
    width: auto !important;
    flex: 0 1 31.25rem;
    padding: 0;
    gap: 0.625rem !important;
  }
}
.header_info_btns > .btn_recruit, .header_info_btns > .btn_recruit_dr, .header_info_btns > .btn_yyk, .header_info_btns > .btn_line {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  height: 44px !important;
  border-radius: 0.3125rem !important;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 768px), print {
  .header_info_btns > .btn_recruit, .header_info_btns > .btn_recruit_dr, .header_info_btns > .btn_yyk, .header_info_btns > .btn_line {
    height: 52px !important;
    max-width: 10rem;
  }
}
.header_info_btns > .btn_recruit {
  background: #ffbf00 !important;
  color: #fff !important;
}
.header_info_btns > .btn_recruit_dr {
  background: #0338da !important;
  color: #fff !important;
}
.header_info_btns > .btn_yyk {
  background: #8fc31f !important;
}
.header_info_btns > .btn_yyk > a {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: transparent !important;
  font-size: 0.8125rem !important;
  white-space: nowrap;
}
@media (min-width: 768px), print {
  .header_info_btns > .btn_yyk > a {
    font-size: 0.9375rem !important;
  }
}
.header_info_btns > .btn_line img {
  height: 100% !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain;
}

.tel_up .tel_up_item {
  background: hsla(0, 0%, 100%, 0.75) !important;
}
.tel_up .tel_up_item .yyk, .tel_up .tel_up_item .mns {
  background-color: #8fc31f !important;
  display: block !important;
  color: #fff !important;
  border-radius: 5px !important;
  text-align: center !important;
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
}
.tel_up .tel_up_item .yyk a, .tel_up .tel_up_item .mns a {
  background-color: #8fc31f !important;
  color: #fff !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.tel_up .tel_up_item .tel_color {
  color: #098454 !important;
  background: url("../img/icon_tel_g.png") left center/22px 24px no-repeat !important;
  display: inline-block !important;
}

.gnav {
  display: none;
  position: fixed;
  z-index: 1;
  top: 4.5625rem;
  right: 0.5rem;
  background-color: #e7c400;
  border-radius: 0.3125rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5%;
  width: 96%;
}
@media (min-width: 768px), print {
  .gnav {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.gnav .gnav_sub_tit {
  width: 99%;
  border-top: 1px #aaa solid;
  font-size: 130%;
  margin-top: 0.375rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5625rem;
  text-align: center;
  background-color: #e7c400;
}

.gnav li:nth-last-child(2) {
  display: none;
}
.gnav .info_i {
  background-size: 2.2115384615rem 1.9711538462rem;
}
.gnav .info_j {
  background-size: 1.8269230769rem 2.4038461538rem;
}
.gnav .info_k {
  background-size: 1.7307692308rem 2.0192307692rem;
}
.gnav .info_l {
  background-size: 2.1153846154rem 1.8269230769rem;
}
.gnav .info_m {
  background-size: 1.9711538462rem 2.2115384615rem;
}
.gnav .info_n {
  background-size: 1.7307692308rem 1.5384615385rem;
}
.gnav .info_o {
  background-size: 1.8269230769rem 1.9230769231rem;
}
.gnav .info_p {
  display: none;
}
.gnav .info_q {
  background-size: 1.8269230769rem 1.9230769231rem;
}
.gnav .info_i,
.gnav .info_j,
.gnav .info_k,
.gnav .info_l,
.gnav .info_m,
.gnav .info_n,
.gnav .info_o,
.gnav .info_q {
  padding-left: 2.8125rem;
  text-align: left;
  background-position: left 0.5rem center;
}

.gnav > * {
  display: inline-block;
  vertical-align: top;
  background-color: #098454;
  margin-bottom: 0.3125rem;
  width: 48.5%;
}
@media (min-width: 768px), print {
  .gnav > * {
    background-color: transparent;
    margin-bottom: 0;
    width: auto;
  }
}

.gnav > * a {
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  word-break: break-all;
}
@media (hover: hover) {
  .gnav > * a:hover {
    text-decoration: none;
    color: #774133;
    opacity: 0.8;
  }
}
.gnav > * a {
  padding: 0.9375rem 0;
}
@media (min-width: 768px), print {
  .gnav > * a {
    font-size: 1.375rem;
    font-weight: bold;
    padding: 0.9375rem 1rem;
  }
}

@media (min-width: 768px) and (hover: hover), print and (hover: hover) {
  body.index .gnav > :first-child a,
  body.doctor .gnav > :nth-child(2) a,
  body.clinic .gnav > :nth-child(3) a,
  body.first .gnav > :nth-child(5) a,
  body.access .gnav > :nth-child(6) a,
  .gnav > * a:hover {
    color: #e7c400;
  }
}
@media (min-width: 768px), print {
  .gnav > :nth-child(5) a {
    margin-right: 0;
  }
  .gnav > :nth-child(n+8) {
    display: none;
  }
}
.gnav .parent {
  display: none;
}

@media (min-width: 768px), print {
  .gnav .parent {
    display: block;
    position: relative;
  }
  .gnav .parent li {
    padding: 0;
  }
  .gnav .parent .child_nav {
    display: none;
    width: 120%;
    left: -20%;
    top: 1.875rem;
    padding-top: 1.25rem;
  }
  .gnav .parent .child_nav li a {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 1rem;
    padding: 14px 0;
    background: #098454;
    width: 120%;
    border-color: #ccc;
  }
  .gnav .parent .child_nav li a::before {
    content: none;
  }
  .gnav .parent .child_nav li:first-child a {
    border-top: 1px solid #ccc;
  }
  .gnav .parent:hover .child_nav {
    position: absolute;
    display: block;
    z-index: 2;
  }
}
@media (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .gnav .parent:hover .child_nav a:hover {
    background: #fff;
    color: #098454;
  }
}
.sp_btn {
  height: 30px;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  position: relative;
}
.sp_btn > * {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.0625rem;
  height: 0.25rem;
  background-color: currentColor;
  display: block;
  transition: background-color 0.1s linear;
}
.sp_btn > :nth-of-type(1) {
  top: 10px;
  transition: transform 0.2s linear;
}
.sp_btn > :nth-of-type(2) {
  top: 20px;
}
.sp_btn > :nth-of-type(2)::after {
  content: "MENU";
  font-weight: bold;
  font-size: 0.5625rem;
  display: block;
  margin-top: 0.40625rem;
  color: currentColor;
}
.sp_btn > :nth-of-type(3) {
  top: 0;
  transition: transform 0.2s linear;
}
.sp_btn.active :nth-of-type(1) {
  top: 40%;
  transform: rotate(-45deg);
}
.sp_btn.active :nth-of-type(2) {
  background-color: transparent;
}
.sp_btn.active :nth-of-type(2)::after {
  content: "close";
  font-weight: bold;
  font-size: 0.6875rem;
  color: currentColor;
}
.sp_btn.active :nth-of-type(3) {
  top: 40%;
  transform: rotate(-135deg);
}
@media (min-width: 768px), print {
  .sp_btn {
    display: none;
  }
}

.mu {
  width: 3rem;
  text-align: center;
  position: fixed;
  z-index: 1030;
  top: 0.625rem;
  right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  background: hsla(0, 0%, 100%, 0.55) border-box;
  overflow: hidden;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 0.0625rem hsla(0, 0%, 100%, 0.15) inset, 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  text-shadow: 0 0.0625rem 0.0625rem hsla(0, 0%, 100%, 0.15);
}
.mu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -10px -20px;
  z-index: -1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
@media (min-width: 768px), print {
  .mu {
    display: none;
  }
}

.section {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px), print {
  .section {
    margin-bottom: 5rem;
  }
}
.section_item {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px), print {
  .section_item {
    margin-bottom: 5rem;
  }
}
.section_item:last-child {
  margin-bottom: 0;
}

.tit_b {
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px), print {
  .tit_b {
    margin-bottom: 1.5625rem;
  }
}

.txt_b, .txt_ls > * {
  margin-bottom: 0.9375rem;
}

.last_b > :last-child {
  margin-bottom: 0 !important;
}

.overview_logo {
  width: 100%;
  max-width: 9.125rem;
  margin: 0 auto;
}
.overview_logo a {
  display: block;
  background: url("../img/logo_h.png") center top/contain no-repeat border-box;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .overview_logo a {
    background: url("../img/logo_h@2x.png") center top/contain no-repeat border-box;
  }
}
@media (min-resolution: 3dppx), (-webkit-min-device-pixel-ratio: 3) {
  .overview_logo a {
    background: url("../img/logo_h@3x.png") center top/contain no-repeat border-box;
  }
}
.overview_logo a {
  height: 0;
  padding-top: 116.4383561644%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.overview {
  background: url("../img/overview_bg.png") center center no-repeat #cae7ae;
  padding-top: 1.25rem;
}
@media (min-width: 768px), print {
  .overview {
    padding-top: 3.75rem;
  }
}

.overview_area .overviewL {
  margin-bottom: 0.9375rem;
  width: 100%;
}
@media (min-width: 768px), print {
  .overview_area .overviewL {
    width: auto;
    flex: 1 0 48%;
    max-width: 48%;
    margin-right: calc(100% - 48% - 48%);
    margin-bottom: 0;
  }
}
.overview_area .overviewR {
  width: 100%;
}
@media (min-width: 768px), print {
  .overview_area .overviewR {
    width: auto;
    flex: 1 0 48%;
    max-width: 48%;
    margin-right: calc(100% - 48% - 48%);
  }
  .overview_area .overviewR:nth-child(even) {
    margin-right: 0;
  }
}
.overview_area .overviewL, .overview_area .overviewR {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 0.9375rem;
}
@media (min-width: 768px), print {
  .overview_area .overviewL, .overview_area .overviewR {
    padding: 2.5rem;
  }
}

.tbl_gaiyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px), print {
  .tbl_gaiyo {
    margin-bottom: 0.9375rem;
  }
}
.tbl_gaiyo dt, .tbl_gaiyo dd {
  width: 100%;
}
@media (min-width: 768px), print {
  .tbl_gaiyo dt {
    width: 27%;
  }
}
.tbl_gaiyo dd {
  font-weight: 500;
  text-align: center;
  padding-top: 0.3125rem;
}
@media (min-width: 768px), print {
  .tbl_gaiyo dd {
    width: calc(100% - 27%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 2.5rem;
    text-align: left;
  }
}
.tbl_gaiyo dd ul li.txt_b {
  margin-bottom: 0.1875rem;
}
@media (min-width: 768px), print {
  .tbl_gaiyo dd ul li.txt_b {
    margin-bottom: 1.5625rem;
  }
}

.footer {
  background: url("../img/footer_bg.jpg") center bottom no-repeat #cae7ae;
  padding-top: 1.875rem;
}
@media (min-width: 768px), print {
  .footer {
    padding-top: 2.5rem;
  }
}

.footer_nav .parent, .footer_nav .info_p {
  display: none;
}

.footer_nav a {
  background-image: none;
  font-size: 0.75rem;
}
@media (min-width: 768px), print {
  .footer_nav a {
    font-size: 1rem;
  }
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_nav > * a {
  padding: 0.3125rem 0.375rem;
  position: relative;
}
.footer_nav > * a br {
  display: none !important;
}
@media (min-width: 768px), print {
  .footer_nav > * a {
    padding: 0 10px;
  }
}
.footer_nav > * a::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 0.625rem;
  background: #222;
}
@media (min-width: 768px), print {
  .footer_nav > * a::before {
    height: 0.9375rem;
  }
}

.footer_nav > :last-child a::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 0.625rem;
  background: #222;
}
@media (min-width: 768px), print {
  .footer_nav > :last-child a::after {
    height: 0.9375rem;
  }
}

.footer_nav:first-of-type {
  margin-bottom: 0.1875rem;
}
@media (min-width: 768px), print {
  .footer_nav:first-of-type {
    margin-bottom: 0.625rem;
  }
}

.footer_copy {
  margin-bottom: 50px;
}
@media (min-width: 768px), print {
  .footer_copy {
    margin-bottom: 0;
  }
}

.copy {
  display: block;
  padding: 1.25rem;
}
@media (min-width: 768px), print {
  .copy {
    padding: 3.125rem 0 4.375rem;
  }
}

.pageup {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/pagetop.png") left center/contain no-repeat;
  width: 45px;
  height: 45px;
}
@media (min-width: 768px), print {
  .pageup {
    width: 60px;
    height: 60px;
  }
}

.pageup_pc {
  display: none;
}
@media (min-width: 768px), print {
  .pageup_pc {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 5rem;
  }
}

@media (min-width: 768px), print {
  body.examination .pageup_pc,
  body.vaccination .pageup_pc,
  body.pediatrics .pageup_pc {
    background: #E60307;
    margin-left: 50%;
    margin-left: calc(100% - 60px - 15.625rem * 2 - 10px);
  }
  body.examination .pageup_pc .yyk, body.examination .pageup_pc .mns,
  body.vaccination .pageup_pc .yyk,
  body.vaccination .pageup_pc .mns,
  body.pediatrics .pageup_pc .yyk,
  body.pediatrics .pageup_pc .mns {
    width: 15.625rem;
  }
  body.consultationoutpatient .pageup_pc {
    background: #E60307;
    margin-left: 50%;
    margin-left: calc(100% - 60px - 15.625rem - 10px);
  }
  body.consultationoutpatient .pageup_pc .mns {
    width: 15.625rem;
  }
  body.consultationoutpatient .pageup_pc .yyk {
    display: none;
  }
  body.calendar .pageup_pc .yyk, body.calendar .pageup_pc .mns,
  body.privacy .pageup_pc .yyk,
  body.privacy .pageup_pc .mns,
  body.developmentalmedical .pageup_pc .yyk,
  body.developmentalmedical .pageup_pc .mns,
  body.psychologicalconsultation .pageup_pc .yyk,
  body.psychologicalconsultation .pageup_pc .mns,
  body.occupationaltherapy .pageup_pc .yyk,
  body.occupationaltherapy .pageup_pc .mns,
  body.access .pageup_pc .yyk,
  body.access .pageup_pc .mns,
  body.first .pageup_pc .yyk,
  body.first .pageup_pc .mns,
  body.clinic .pageup_pc .yyk,
  body.clinic .pageup_pc .mns,
  body.doctor .pageup_pc .yyk,
  body.doctor .pageup_pc .mns,
  body.corona .pageup_pc .yyk,
  body.corona .pageup_pc .mns,
  body.influenza .pageup_pc .yyk,
  body.influenza .pageup_pc .mns,
  body.index .pageup_pc .yyk,
  body.index .pageup_pc .mns {
    display: none;
  }
}
#pageup {
  position: fixed;
  z-index: 1030;
  margin: 0;
  width: auto;
  bottom: 0.625rem;
}
#pageup > * {
  display: inline-block;
  vertical-align: middle;
}

.tel_up_item {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 50px;
  padding: 0 0.5rem;
  background: hsla(0, 0%, 100%, 0.75) border-box;
  overflow: hidden;
  box-shadow: 0 0 0 0.0625rem hsla(0, 0%, 100%, 0.15) inset, 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
.tel_up_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -10px -20px;
  z-index: -1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.tel_up_item > * {
  display: table-cell;
  vertical-align: middle;
}
.tel_up_item > :first-child {
  width: 48%;
}
.tel_up_item > :nth-child(2) {
  width: 35%;
  padding-right: 1%;
}
.tel_up_item > :last-child {
  width: 48%;
}
.tel_up_item .tel_color {
  font-size: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.tel_up_item .yyk, .tel_up_item .mns {
  width: 100%;
  font-size: 0.9375rem;
}

.pageup_sp {
  display: block;
  position: absolute;
  top: -55px;
  right: 8px;
}

.tel_up {
  position: fixed;
  bottom: 0;
  z-index: 1030;
}
@media (min-width: 768px), print {
  .tel_up {
    display: none;
  }
}

.tel_up .tel_up_item {
  background: hsla(0, 0%, 100%, 0.75) !important;
}
.tel_up .tel_up_item .yyk, .tel_up .tel_up_item .mns {
  background-color: #8fc31f !important;
  display: block !important;
  color: #fff !important;
  border-radius: 5px !important;
  text-align: center !important;
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
}
.tel_up .tel_up_item .yyk a, .tel_up .tel_up_item .mns a {
  background-color: #8fc31f !important;
  color: #fff !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.tel_up .tel_up_item .tel_color {
  color: #098454 !important;
  background: url("../img/icon_tel_g.png") left center/22px 24px no-repeat !important;
  display: inline-block !important;
}

.tit_news .txt {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1;
  background: url("../img/tit_news_bg.gif") left center/1.75rem 2.925rem no-repeat border-box;
  padding: 0.9375rem 0 0.625rem 2.5rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px), print {
  .tit_news .txt {
    background-size: 4.375rem 7.3125rem;
    font-size: 2.25rem;
    padding: 3.4375rem 0 3.4375rem 6.25rem;
    margin-bottom: 0;
    margin-top: 1.5625rem;
  }
}

@media (min-width: 768px), print {
  .txt.control {
    font-size: 1.5625rem;
    padding-right: 0.625rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px), print {
  .news {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .tit_news, .news_box_body {
    display: table-cell;
  }
  .tit_news {
    vertical-align: top;
    width: 26.55%;
  }
  .news_box_body {
    width: 73.45%;
  }
}
.news {
  padding: 1.25rem 0.625rem 1.125rem 1.125rem;
  background: #fff;
  background-origin: border-box;
  border-radius: 1.25rem;
}
@media (min-width: 768px), print {
  .news {
    padding: 2.5rem 2.5rem 2.625rem 1.875rem;
  }
}
.news_item {
  height: 12.8125rem;
  overflow-y: scroll;
}
@media (min-width: 768px), print {
  .news_item {
    height: 16.875rem;
  }
}
.news_title {
  font-weight: bold;
  line-height: 1.2;
  color: #098454;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px), print {
  .news_title {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}
.news_body {
  line-height: 1.3;
  margin-bottom: 0.625rem;
  padding-bottom: 0.375rem;
  padding-right: 0.625rem;
  border-bottom: 1px solid #dddddd;
}
.news_body p {
  margin-bottom: 5px;
  line-height: 1.3;
  color: #222;
}
@media (min-width: 768px), print {
  .news_body {
    line-height: 1.4;
    margin-bottom: 1.5625rem;
    padding-bottom: 1.875rem;
    padding-right: 1.875rem;
  }
  .news_body p {
    margin-bottom: 5px;
    line-height: 1.4;
  }
}
.news_body [href$=doc], .news_body [href$=docx], .news_body [href$=pptx], .news_body [href$=xlsx], .news_body [href$=xls], .news_body [href$=pdf] {
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
  padding-left: 50px;
  position: relative;
}
.news_body [href$=doc]::before, .news_body [href$=docx]::before, .news_body [href$=pptx]::before, .news_body [href$=xlsx]::before, .news_body [href$=xls]::before, .news_body [href$=pdf]::before {
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  padding-top: 0.125rem;
  text-align: center;
  line-height: 1;
  font-size: 0.75rem;
  display: inline-block;
  width: 2.1875rem;
  height: 1rem;
  position: absolute;
  top: 0.0625rem;
  left: 0;
}
@media (hover: hover) {
  .news_body [href$=doc]:hover, .news_body [href$=docx]:hover, .news_body [href$=pptx]:hover, .news_body [href$=xlsx]:hover, .news_body [href$=xls]:hover, .news_body [href$=pdf]:hover {
    text-decoration: none;
  }
}
.news_body [href$=pdf]::before {
  content: "PDF";
  background: #b72e2e;
}
.news_body [href$=xlsx]::before, .news_body [href$=xls]::before {
  content: "XLSX";
  background: #1c6140;
}
.news_body [href$=pptx]::before {
  content: "PPTX";
  background: #d1750a;
}
.news_body [href$=docx]::before {
  content: "DOCX";
  background: #1c3d82;
}
.news_body [href$=doc]::before {
  content: "doc";
  background: #1c3d82;
}

.point_bg {
  background: url("../img/index_point_bg.gif") repeat;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px), print {
  .point_bg {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 768px), print {
  .point_bg h2 {
    width: 672px;
    max-width: 56%;
    margin: 0 auto;
  }
}
.point_bg h2 span {
  display: block;
  background: url("../img/index_tit_point_bg.png") top center/contain no-repeat;
  height: 0;
  padding-top: 14.1369047619%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.point > :last-child {
  margin-bottom: 0 !important;
}
.point {
  margin: 0 10%;
}
.point > * {
  margin: 0 auto 1.25rem;
  background: url("../img/index_point_item_bg.png") 50% 50%/contain no-repeat border-box;
  width: 16.6666666667rem;
  height: 16.4583333333rem;
  padding: 10.5681818182rem 2.5rem 0;
  font-size: 0.9375rem;
  line-height: 1.1;
}
@media (min-width: 768px), print {
  .point > * {
    width: 20rem;
    height: 19.75rem;
    padding: 11.625rem 2.5rem 0;
    font-size: 1.1875rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px), print {
  .point {
    margin: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .point > * {
    width: 29%;
    margin-right: calc((100% - 29% * 3) / 2);
  }
  .point > :nth-child(3n+3) {
    margin-right: 0;
  }
  .point > :nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

.point_i,
.point_j,
.point_k {
  position: relative;
}
.point_i::before,
.point_j::before,
.point_k::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}

.point_i::before {
  background: url("../img/index_point_bg_1.gif") 50% 50%/contain no-repeat;
  width: 8.3125rem;
  height: 6.875rem;
  top: 2.8125rem;
}

@media (min-width: 768px), print {
  .point_j {
    margin-top: 4.0625rem;
    padding-top: 11.25rem;
  }
}
.point_j::before {
  background: url("../img/index_point_bg_2.gif") 50% 50%/contain no-repeat;
  width: 6.3125rem;
  height: 7.5rem;
  top: 2.5rem;
}

.point_k::before {
  background: url("../img/index_point_bg_3.gif") 50% 50%/contain no-repeat;
  width: 4.875rem;
  height: 6.25rem;
  top: 3rem;
}

.info_bg {
  background: url("../img/index_info_bg.png") center bottom no-repeat;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px), print {
  .info_bg {
    padding-top: 0.5625rem;
    padding-bottom: 6.25rem;
  }
}
.info_bg .tit_02 {
  padding-top: 1.5625rem;
}
@media (min-width: 768px), print {
  .info_bg .tit_02 {
    padding-top: 4.375rem;
  }
}

.info {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px), print {
  .info {
    width: auto;
  }
}

.info > * a {
  display: block;
  color: #fff;
  background-color: #098454;
  transition: 0.3s;
  word-break: break-all;
}
@media (hover: hover) {
  .info > * a:hover {
    text-decoration: none;
    color: unll;
    background-color: #774133;
    opacity: 0.8;
  }
}
.info > * a {
  line-height: 1.2;
  position: relative;
}
.info > * a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.25rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info > * a {
  font-size: 1.25rem;
  line-height: 1;
  padding: 1.875rem 0 1.6875rem 6.25rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px), print {
  .info > * a {
    font-size: 1.5rem;
    padding: 2.5rem 0 2.3125rem 5.625rem;
  }
}

.info_i {
  background: url("../img/icon_info_01.png") left 1.875rem center/2.875rem 2.5625rem no-repeat border-box;
}

.info_j {
  background: url("../img/icon_info_02.png") left 1.875rem center/2.375rem 3.125rem no-repeat border-box;
}

.info_k {
  background: url("../img/icon_info_03.png") left 1.875rem center/2.25rem 2.625rem no-repeat border-box;
}

.info_l {
  background: url("../img/icon_info_04.png") left 1.875rem center/2.75rem 2.375rem no-repeat border-box;
}

.info_m {
  background: url("../img/icon_info_05.png") left 1.875rem center/3rem 2.1875rem no-repeat border-box;
}

.info_n {
  background: url("../img/icon_info_06.png") left 1.875rem center/2.25rem 2rem no-repeat border-box;
}

.info_o {
  background: url("../img/icon_info_07.png") left 1.875rem center/2.375rem 2.5rem no-repeat border-box;
}

.info_p {
  background: url("../img/icon_info_08.png") left 1.875rem center/2.875rem 2.625rem no-repeat border-box;
}

.info_q {
  background: url("../img/icon_info_09.png") left 1.875rem center/2.875rem 2.625rem no-repeat border-box;
}

body.index .keyvsl {
  background: url("../img/index_keyvsl01.png") top center/120% auto no-repeat border-box;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px), print {
  body.index .keyvsl {
    padding-top: 1.875rem;
    padding-bottom: 4.375rem;
    margin-bottom: 2.1875rem;
    background-size: cover;
    min-height: 41.25rem;
  }
}

body:not(.index) .keyvsl {
  background: url("../img/keyvsl.png") top center/cover no-repeat border-box;
  padding-top: 4.0625rem;
  padding-bottom: 3.75rem;
  margin-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 768px), print {
  body:not(.index) .keyvsl {
    padding-top: 8.125rem;
    padding-bottom: 7.1875rem;
    margin-bottom: 2.1875rem;
  }
}

body.index .keyvsl_logo {
  width: 25%;
  position: absolute;
  top: 1.25rem;
  left: 0.625rem;
}
@media (min-width: 768px), print {
  body.index .keyvsl_logo {
    position: static;
    width: 100%;
    max-width: 13.625rem;
    margin: 0 auto;
  }
}
body.index .keyvsl_logo a {
  display: block;
  background: url("../img/logo_h.png") 50% 50%/contain no-repeat border-box;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  body.index .keyvsl_logo a {
    background: url("../img/logo_h@2x.png") 50% 50%/contain no-repeat border-box;
  }
}
@media (min-resolution: 3dppx), (-webkit-min-device-pixel-ratio: 3) {
  body.index .keyvsl_logo a {
    background: url("../img/logo_h@3x.png") 50% 50%/contain no-repeat border-box;
  }
}
body.index .keyvsl_logo a {
  height: 0;
  padding-top: 114.6788990826%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.keyvsl_info {
  display: inline-table;
  margin-top: 45%;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px), print {
  .keyvsl_info {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.keyvsl_tit, .keyvsl_txt {
  display: table-cell;
}

.keyvsl_tit {
  width: 35%;
  padding-right: 2%;
  vertical-align: bottom;
}
@media (min-width: 768px), print {
  .keyvsl_tit {
    width: 17.8125rem;
    vertical-align: baseline;
  }
}

.keyvsl_txt {
  vertical-align: middle;
  color: #fff;
}
@media (min-width: 768px), print {
  .keyvsl_txt {
    vertical-align: top;
    color: currentColor;
    padding-top: 3.9375rem;
  }
  .keyvsl_txt li {
    font-size: 1.375rem;
  }
}

.doctor_i {
  background: url("../img/doctor_01.png");
}

.doctor_j {
  background: url("../img/doctor_02.png");
}

.doctor_k {
  background: url("../img/doctor_03.png");
}

.doctor_l {
  background: url("../img/doctor_04.png");
}

.OT_a {
  background: url("../img/OT_a.png");
}

.OT_b {
  background: url("../img/OT_b.png");
}

.OT_c {
  background: url("../img/OT_c.png");
}

.OT_d {
  background: url("../img/OT_d.png");
}

.OT_e {
  background: url("../img/OT_e.png");
}

.OT_f {
  background: url("../img/OT_f.png");
}

.doctor_m {
  background: url("../img/doctor_05.png");
}

.doctor_n {
  background: url("../img/doctor_06.png");
}

.psychologist_c {
  background: url("../img/psychologist_c.png");
}

.psychologist_d {
  background: url("../img/psychologist_d.png");
}

.doctor_o {
  background: url("../img/doctor_07.png");
}

.childminder_b {
  background: url("../img/childminder_b.png");
}

.doctor_p {
  background: url("../img/doctor_p.png");
}

.doctor_q {
  background: url("../img/doctor_09.png");
}

.doctor_r {
  background: url("../img/doctor_10.png");
}

.doctor_s {
  background: url("../img/doctor_11.png");
}

.doctor_t {
  background: url("../img/doctor_12.png");
}

.doctor_u {
  background: url("../img/doctor_13.png");
}

.doctor_v {
  background: url("../img/doctor_14.png");
}

.doctor_w {
  background: url("../img/doctor_15.png");
}

.doctor_z {
  background: url("../img/doctor_16.png");
}

body.doctor .tit_d {
  font-size: 1.1875rem;
  font-weight: normal;
}
@media (min-width: 768px), print {
  body.doctor .tit_d {
    font-size: 1.5rem;
  }
}
body.doctor .tit_d {
  margin-bottom: 0.625rem;
  color: #0a8454;
  background-position: left bottom;
  background-size: 3.4375rem;
  background-repeat: no-repeat;
  padding-top: 1.5625rem;
  padding-bottom: 0.3125rem;
  padding-left: 4.0625rem;
}
@media (min-width: 768px), print {
  body.doctor .tit_d {
    background-size: 4.375rem;
    padding-top: 1.875rem;
    padding-bottom: 0.625rem;
    padding-left: 5rem;
  }
}
@media (min-width: 768px), print {
  body.doctor .img_c {
    max-width: 75%;
  }
}
@media (min-width: 768px), print {
  body.doctor .kkm_j {
    min-height: 161.562px;
  }
}

body.access .img_c {
  max-width: 90%;
}
@media (min-width: 768px), print {
  body.access .img_c {
    max-width: 75%;
  }
}

#clinicslide, #rootslide01, #rootslide02, #rootslide03, #rootslide04 {
  margin-bottom: 8rem;
}
#clinicslide img, #clinicslide p, #rootslide01 img, #rootslide01 p, #rootslide02 img, #rootslide02 p, #rootslide03 img, #rootslide03 p, #rootslide04 img, #rootslide04 p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 1.6rem;
}

.sp-selected-thumbnail {
  border: 2px solid #000;
}

.red {
  color: #f00;
}

.oleschole .gmap {
  padding-top: 350px;
}

.form_mt {
  margin: -3rem auto 0;
}

@media (min-width: 768px), print {
  .form_mt {
    margin: -30rem auto 0;
  }
}
.privacy {
  display: block;
  position: relative;
  z-index: 99999;
  padding: 1.25rem 0.625rem 1.125rem 1.125rem;
  background: #fff;
  background-origin: border-box;
  border: 1px solid #ccc;
  border-radius: 1.25rem;
}

.privacy_box_body {
  width: 100%;
  overflow-y: scroll;
  height: 15rem;
}

@media (min-width: 768px), print {
  .privacy {
    padding: 2.5rem 2.5rem 2.625rem 1.875rem;
  }
  .privacy_box_body {
    padding: 0.5rem;
    height: 25rem;
  }
}/*# sourceMappingURL=style.css.map */