@keyframes topanimation {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .05em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #f1efef;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

.flex-col-sp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2>li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin>li {
  width: 50%;
}

a {
  color: #383027;
  text-decoration: none;
}

a:visited {
  color: #383027;
}

a:hover,
a:focus,
a:active {
  color: #383027;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .6;
}

.link-arrow::after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
  font-size: 12px;
}

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all .2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol>li {
  counter-increment: number;
  position: relative;
}

ol>li:before {
  content: counter(number) ".";
  display: inline-block;
  margin-left: -1em;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.c-table {
  line-height: 1.4;
}

.c-table dl {
  margin-top: 10px;
}

.c-table dl dt {
  padding: 10px;
  background-color: #2363ff;
  color: #fff;
  font-weight: bold;
}

.c-table dl dd {
  padding: 10px;
}

.c-table dl dd p {
  margin-bottom: 20px;
}

.c-table dl dd p:last-child {
  margin-bottom: 0;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #383027;
  border-radius: 3px;
  background: #383027;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

.form-submit {
  position: relative;
  width: 100%;
  line-height: 34px;
  padding: 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.submit-btn {
  position: relative;
}

.submit-btn:after {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #fff;
}

.section-confirmation input[type=submit],
.section-confirmation input[type=button] {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.section-confirmation input[type=submit]:hover,
.section-confirmation input[type=button]:hover {
  opacity: .7;
}

.section-confirmation .input-submit {
  position: relative;
  margin-bottom: 10px;
}

.section-confirmation .input-button {
  position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #383027;
  border: none;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 120px;
  resize: vertical;
  background-color: #fdf9e4;
}

input[type=tel] {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}

input[type=text],
input[type=email] {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fdf9e4;
}

input.input-year {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}

input.input-month {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

input.input-day {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

.radio-input {
  opacity: 0;
}

.radio-input+label {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}

.radio-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #383027;
  border-radius: 50%;
}

.mailform .c-btn {
  margin-top: 20px;
}

body,
button,
input,
select,
textarea {
  color: #383027;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 13px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  font-size: 15px;
  font-size: .9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: rgba(0,0,0,0);
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset rgba(0,0,0,0);
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.c-btn {
  margin-top: 13px;
}

.c-btn--center {
  text-align: center;
}

.btn {
  width: 100%;
  padding: 13px;
  background: #f4df69;
  color: #231815;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1;
  border-radius: 5px;
  transition: all .3s ease;
}

.btn:hover {
  opacity: 1;
}

.btn:visited {
  color: #231815;
}

.btn:after {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  right: 10px;
  font-size: 12px;
}

.btn.btn__size--min {
  width: 156px;
}

.btn.btn__color--default {
  background-color: #d0e500;
  color: #231815;
}

.btn.btn__color--default:hover {
  background-color: #231815;
  color: #fff;
}

.btn.btn__contact:after {
  display: none;
}

.btn.btn-line {
  border: 2px solid #231815;
  color: #231815;
}

.btn.btn-line:hover {
  border: 2px solid #efc337;
  background-color: #efc337;
}

.btn.btn-f__small {
  font-size: 14px;
}

.btn .btn-icon {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}

.page-anchor:after {
  content: "";
}

@keyframes circleanime {
  from {
    transform: rotate(0deg);
  }

  from {
    transform: rotate(360deg);
  }
}

.common-contact p {
  margin: 15px 0 0;
}

.common__footer .common__contact {
  margin: 30px auto;
  max-width: 480px;
}

.c-pagetitle {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
  height: 180px;
}

.c-pagetitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
}

.c-pagetitle .l-container {
  position: static;
}

.c-pagetitle .pagetitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.sec-title {
  position: relative;
  background-color: #ccf27f;
  border-bottom: 1px solid #378b00;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #231815;
  border-radius: 5px 5px 0 0;
  text-align: center;
  line-height: 1;
}

.c-page__intro {
  margin-bottom: 30px;
  letter-spacing: 0;
}

.c-page__intro:after {
  content: "";
  clear: both;
  display: block;
}

.c-page__intro p {
  margin-bottom: 15px;
}

.c-page__intro p:last-child {
  margin-bottom: 0;
}

.c-news>li {
  background-color: #fff;
  margin-bottom: 7px;
  padding: 10px;
}

.c-news a {
  padding-right: 20px;
  position: relative;
  display: block;
}

.c-news a:after {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  right: 0;
  font-size: 12px;
}

.c-news a .c-news__txt {
  text-decoration: underline;
}

.c-news__list li {
  padding: 10px 0;
  border-bottom: 1px solid #aeaeae;
  font-size: 12px;
}

.c-news__list a {
  position: relative;
  display: block;
}

.c-news__list a::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 14px;
  color: #aeaeae;
}

.c-news__list-icon {
  width: 100px;
  margin-right: 5px;
  padding: 2px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.c-news__list-icon-all {
  background-color: #383027;
}

.c-news__list-icon-creative {
  background-color: #c66bff;
}

.c-news__list-icon-education {
  background-color: #fe746d;
}

.c-news__list-icon-medicalcare {
  background-color: #7cc9e6;
}

.c-news__list-txt {
  display: block;
  margin-top: 5px;
}

.c-pager {
  margin-top: 20px;
  text-align: center;
}

.c-pager a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
}

.c-pager a.current {
  color: #2363ff;
  font-weight: bold;
  border-bottom: 1px solid #2363ff;
}

.c-pagetop {
  background: #383027;
  border-bottom: 1px solid #9db3dc;
}

.c-pagetop a {
  display: block;
  width: 100%;
  padding: 12px 0;
  transition: all .2s ease;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.c-pagetop a span {
  position: relative;
  overflow: hidden;
}

.c-pagetop a span img {
  margin-right: 5px;
  width: 10px;
}

.c-pagetop a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

.footer__bnr {
  margin: 25px 0 0;
}

.footer__bnr .footer-bnr__list li {
  margin-top: 20px;
  text-align: center;
}

.footer__bnr .footer-bnr__list li img {
  width: 240px;
}

.pagetop {
  margin-top: 40px;
  text-align: right;
}

.pagetop a {
  display: inline-block;
  margin-right: 10px;
}

.pagetop a img {
  width: 33.5px;
}

.l-footer {
  font-size: 12px;
  border-top: 1px solid #378b00;
}

.l-footer .footer-top {
  background-color: #fff;
  padding: 15px 0;
}

.l-footer .footer-logo {
  width: 180px;
  margin: 0 auto 17px;
}

.l-footer .footer__tel {
  text-align: center;
}

.l-footer .footer__tel img {
  width: 205px;
  margin-left: 20px;
}

.l-footer .footer-list {
  padding-top: 15px;
  border-bottom: 1px solid #fff;
}

.l-footer .footer-list li {
  margin: 0 0 15px;
}

.l-footer .footer-list a {
  color: #231815;
  font-size: 10px;
  font-weight: bold;
}

.l-footer .footer-bottom {
  background-color: #fdf9e4;
  font-size: 12px;
  text-align: center;
}

.l-footer .footer-bottom .l-container {
  padding: 0;
}

.l-footer__copy {
  background-color: #378b00;
  text-align: center;
}

.l-footer__copy small img {
  width: 246px;
}

.gnav-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 46px;
  height: 100%;
  background-color: #f4df69;
}

.gnav-btn-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.gnav-btn-container img {
  position: absolute;
  width: 27px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -13px;
  display: block;
  transition: all .2s;
}

.gnav-btn-container.close img {
  transform: rotate(90deg);
}

.menu-open .gnav-txt__close {
  display: block;
}

.menu-open .gnav-txt__open {
  display: none;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.sp-submenu--gnav {
  width: 100%;
  display: table;
}

.sp-submenu--gnav>li {
  display: table-cell;
  width: 33.3333%;
  text-align: center;
}

.sp-submenu--gnav>li a {
  padding: 12px 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.sp-submenu--gnav .sp-submenu--maintel {
  background-color: #f4df69;
}

.sp-submenu--gnav .sp-submenu--maintel a {
  color: #231815;
}

.sp-submenu--gnav .sp-submenu--reservation {
  background-color: #2363ff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sp-submenu--gnav .sp-submenu--reservation a {
  color: #fff;
}

.sp-submenu--gnav .sp-submenu--menubtn {
  background-color: #231815;
}

.sp-submenu--gnav .sp-submenu--menubtn a {
  color: #fff;
}

.sp-submenu--gnav .icon-tel {
  width: 18px;
  display: inline-block;
  margin-right: 5px;
}

.sp-submenu--gnav .icon-tel__white {
  width: 18px;
  display: inline-block;
  margin-right: 5px;
}

.sp-submenu--gnav .icon-menu {
  width: 16px;
  display: inline-block;
  margin-right: 5px;
}

.globalnav {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

.globalnav-list {
  text-align: center;
}

.globalnav-list>li {
  border-bottom: 1px solid #aeaeae;
  padding: 5px;
}

.globalnav-list>li a {
  padding: 10px;
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 12px;
}

.globalnav-list>li a:hover {
  opacity: 1;
}

.globalnav-list>li a:hover::after {
  transform: scaleX(1);
}

.l-header {
  background-color: #fff;
  border-bottom: 1px solid #378b00;
}

.l-header .l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-header .l-header__title {
  line-height: 0;
  width: 171px;
  float: left;
  padding: 10px 0;
}

.l-header__inner {
  padding: 10px 15px;
}

.l-header__logo {
  line-height: 0;
}

.l-header__logo a {
  transition: all .3s ease;
}

.l-header__logo img {
  width: 73px;
}

.header__tel {
  display: none;
}

.sp-nav__list {
  margin-top: 8px;
  float: right;
  display: table;
}

.sp-nav__list li {
  display: table-cell;
}

.sp-nav__list .sp-nav__list--tel a {
  display: block;
}

.sp-nav__list .sp-submenu--menubtn a {
  display: block;
}

.submenu {
  float: right;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

.submenu .submenu-maintel {
  margin-bottom: 5px;
  font-size: 24px;
}

.submenu .submenu-maintel__icon {
  background-color: #f4df69;
  padding: 4px;
  color: #231815;
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.submenu .submenu-maintel .icon-tel {
  width: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.submenu .submenu-maintel .icon-tel img {
  vertical-align: baseline;
}

.submenu .submenu-reservation {
  font-size: 34px;
  color: #2363ff;
}

.submenu .submenu-reservation__icon {
  background-color: #231815;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.submenu .submenu-reservation .icon-tel {
  width: 28px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.submenu .submenu-reservation .icon-tel img {
  vertical-align: baseline;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
  background-image: url(../images/common/bg_main.png);
}

.l-container {
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-content {
  width: 100%;
  margin: 20px 0 0;
  background-color: #fff;
  box-shadow: 1px 1px 2px 1px #e2e2e2;
  border-radius: 5px;
}

.sec-content .sec-content--inner {
  padding: 0 15px 20px;
}

.c-block__col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access .c-pagetitle {
  background-image: url(../images/access/bg_header_sp.jpg);
}

.local__nav {
  width: 180px;
  margin: 20px auto;
}

.local__nav li {
  margin-top: 10px;
  margin: 10px 5px 0;
}

.local__nav li a {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  background-color: #f4df69;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
}

.local__nav li a::after {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  font-weight: bold;
  transform: translateY(-50%);
}

.map__address {
  margin: 15px 0 15px;
  text-align: center;
  font-weight: bold;
}

.map__info {
  margin-bottom: 15px;
}

.map__text {
  margin-bottom: 30px;
  text-align: center;
}

.map__text .map__text--right {
  text-align: left;
  margin-top: 20px;
}

.map__text .map__text--right ul {
  padding-left: 1.5em;
}

.map__text .map__text--right ul li {
  list-style: disc;
}

.map-schedule {
  margin-bottom: 30px;
  text-align: center;
}

.map-schedule p {
  margin-top: 10px;
  font-weight: bold;
}

.parking__info {
  padding: 15px;
  border: 1px solid #49934d;
  background-color: #fdf9e4;
  margin: 0 auto 15px;
  font-weight: bold;
  text-align: center;
}

.map__text--title {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
}

.map__text--title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #378b00;
}

.map__pic--parking {
  text-align: center;
}

.access__block {
  margin-top: 20px;
}

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

.access__block:first-child {
  margin-top: 0;
}

.access__block .access__block--left dl {
  margin-top: 20px;
}

.access__block .access__block--left dl dt {
  font-weight: bold;
}

.sec__contact {
  font-size: 11px;
}

.sec__contact p {
  text-align: center;
}

.table__default dl dt {
  margin: 5px 0;
  font-weight: bold;
}

.table__default dl dd {
  margin-bottom: 25px;
}

.diagnosis .c-pagetitle {
  background-image: url(../images/diagnosis/bg_header_sp.jpg);
}

.diagnosis__title {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.diagnosis-etc__list {
  text-align: center;
}

.diagnosis-etc__list>li {
  display: inline-block;
  line-height: 2;
}

.diagnosis-etc__list>li::after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
}

.diagnosis-etc__list>li:last-child::after {
  display: none;
}

.diagnosis-etc__list>li span {
  font-size: 11px;
}

.diagnosis-etc__info {
  margin-top: 10px;
  text-align: center;
}

.diagnosis-etc__dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.diagnosis-etc__dl dt {
  width: 14.5em;
}

.sec-inspection {
  text-align: center;
}

.inspection__block p {
  text-align: center;
}

.diagnosis__pic {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.diagnosis__pic>li {
  margin-top: 20px;
}

.diagnosis__pic>li:nth-child(odd) {
  width: calc(68.5% - 5px);
}

.diagnosis__pic>li:nth-child(even) {
  width: calc(31.5% - 5px);
}

.diagnosis__pic>li p {
  margin-top: 5px;
  font-weight: bold;
  text-align: left;
}

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

.treatment__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.treatment__list>li {
  width: calc(50% - 5px);
  border: 1px solid #f1efef;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

.treatment__list>li p {
  margin-top: 5px;
  font-weight: bold;
}

.treatment__list .treatment__list--01 img {
  width: 80%;
}

.treatment__list .treatment__list--02 img {
  width: 82%;
}

.treatment__list .treatment__list--03 img {
  width: 82%;
}

.treatment__list .treatment__list--04 img {
  width: 42%;
}

.medical-treatment__inner .list__icon--yellow li {
  padding: 10px 10px 10px 25px;
  background-color: #fdf9e4;
  border: 1px solid #aeaeae;
  border-radius: 5px;
}

.medical-treatment__inner .list__icon--yellow li:before {
  top: 14px;
  left: 15px;
}

.medical-treatment__inner p {
  margin-top: 20px;
  text-align: center;
}

.hospital__inner p {
  text-align: center;
}

.hospital__inner .hospital__list>li {
  border: 1px solid #aeaeae;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.hospital__inner .hospital__list>li:last-child {
  border: none;
  padding: 0;
  text-align: left;
}

.hospital__inner .hospital__list>li a {
  display: block;
  color: #2363ff;
}

.hospital__inner .hospital__list>li a:after {
  margin-left: 5px;
  content: "";
  font-family: fontawesome;
  display: inline-block;
  color: #aeaeae;
}

.orthopedic__inner p {
  text-align: center;
}

.orthopedic__list>li {
  margin-top: 20px;
  background-color: #fdf9e4;
  border: 1px solid #aeaeae;
  border-radius: 5px 5px 0 0;
}

.orthopedic__list>li:last-child {
  border: none;
  padding: 0;
  text-align: left;
  background-color: rgba(0,0,0,0);
}

.orthopedic__list>li h4 {
  background-color: #f4df69;
  border-radius: 5px 5px 0 0;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

.orthopedic__list>li p {
  padding: 10px;
  text-align: center;
}

.qualification__inner .checkup .checkup__inner {
  text-align: center;
}

.checkup-txt__right {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
}

.checkup-txt__right a {
  color: #49934d;
  font-weight: bold;
  text-decoration: underline;
}

.placenta {
  margin: 20px auto 0;
}

.placenta th {
  background-color: #fdf9e4;
}

.placenta th,
.placenta td {
  border: 1px solid #49934d;
  padding: 5px;
}

.placenta th span,
.placenta td span {
  font-size: 10px;
}

.doctor .c-pagetitle {
  background-image: url(../images/doctor/bg_header_sp.jpg);
}

.greeting {
  text-align: center;
}

.greeting .greeting__title {
  margin-bottom: 15px;
  font-size: 16px;
}

.greeting p {
  margin: 10px 0;
  line-height: 1.8;
}

.sec-content__staff {
  text-align: center;
}

.staff-pic__all {
  margin-bottom: 10px;
}

.staff-pic__list {
  margin-top: 10px;
}

.doctor__list>li {
  margin-top: 20px;
}

.doctor__list>li:after {
  content: "";
  clear: both;
  display: block;
}

.doctor__list .doctor__pic {
  width: 44%;
  margin: 0 auto 10px;
}

.doctor__list .doctor__txt {
  text-align: center;
}

.doctor__list .doctor__title {
  font-size: 12px;
}

.doctor__list .doctor__history {
  margin: 10px 0;
  padding-left: 1.5em;
  text-align: left;
}

.doctor__list .doctor__history>li {
  list-style: disc;
}

.doctor__list .doctor__table {
  margin-top: 10px;
}

.doctor__list .doctor__table th,
.doctor__list .doctor__table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #f1efef;
  vertical-align: top;
}

.doctor__list .doctor__table th {
  width: 100px;
}

.doctor__capacity {
  clear: both;
  margin-top: 20px;
}

.doctor__capacity .capacity__title {
  font-size: 13px;
}

.facility .c-pagetitle {
  background-image: url(../images/facility/bg_header_sp.jpg);
}

.gallery__info {
  margin: 10px 0;
  font-weight: bold;
}

.clinic__gallery {
  margin-top: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clinic__gallery>li {
  margin-top: 15px;
  width: calc(50% - 7px);
}

.clinic__gallery>li h4 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 12px;
}

.clinic__gallery>li p {
  margin-top: 5px;
  font-size: 10px;
}

.faq .c-pagetitle {
  background-image: url(../images/faq/bg_header_sp.jpg);
}

.sec-content__faq a {
  color: #49934d;
  font-weight: bold;
  text-decoration: underline;
}

.faq-list {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #49934d;
}

.faq-list:last-child {
  border-bottom: none;
}

.faq-list dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
  font-weight: bold;
}

.faq-list dt::before {
  position: absolute;
  width: 22px;
  height: 22px;
  top: -1px;
  left: 0;
  display: block;
  content: "";
  background-image: url(../images/index/icon_q.png);
  background-size: 100%;
}

.faq-list dd {
  position: relative;
  padding-left: 26px;
}

.faq-list dd::before {
  position: absolute;
  width: 22px;
  height: 22px;
  top: -1px;
  left: 0;
  display: block;
  content: "";
  background-image: url(../images/index/icon_a.png);
  background-size: 100%;
}

.js-main-slider {
  width: 100%;
  height: 230px;
}

.js-main-slider li {
  background-size: cover;
  background-position: center;
  height: 230px;
}

.js-slide__01 {
  background-image: url(../images/index/slide_sp_01.jpg);
}

.js-slide__02 {
  background-image: url(../images/index/slide_sp_02.jpg);
}

.js-slide__03 {
  background-image: url(../images/index/slide_sp_03.jpg);
}

.mainvisual {
  width: 100%;
  height: 230px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.mainvisual .l-container {
  position: static;
}

.mainvisual-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 282px;
  z-index: 1000;
}

.top__info {
  position: relative;
  background-color: #e2f9e4;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}

.top__info .info__title {
  width: 72.34375%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top__info .info__title img {
  width: 100%;
}

.top__feature {
  padding: 10px 0;
  border-top: 1px solid #49934d;
  border-bottom: 1px solid #49934d;
  background-color: #49934d;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.top__feature:hover {
  background-color: rgb(30.6931818182,61.8068181818,32.375);
  opacity: 1;
}

.top__feature a {
  display: block;
  color: #fff;
}

.top__feature a:hover {
  opacity: 1;
}

.merit__list {
  text-align: center;
  margin: 0 auto;
}

.merit__list>li {
  margin-top: 20px;
}

.merit__list .merit__pic {
  margin-bottom: 5px;
}

.merit__list .merit__title {
  margin-bottom: 5px;
  font-size: 13px;
}

.merit__list .merit__title:first-letter {
  color: #378b00;
}

.top__schedule a {
  color: #2363ff;
}

.top__schedule p {
  font-weight: bold;
  color: #c00;
}

.schedule__pic {
  margin: 0 0 15px 0;
}

.introspection__pic {
  margin: 15px 0 0 0;
}

.top__introduce .top-introduce__title {
  margin-top: 15px;
}

.top__introduce .top-introduce__pic {
  margin: 5px 0;
}

.c-newslist {
  margin-bottom: 10px;
}

.c-newslist li {
  border-bottom: 1px solid #aeaeae;
  padding: 15px 0;
}

.c-newslist li:first-child {
  padding-top: 0;
  border-top: none;
}

.c-newslist li time {
  font-weight: bold;
}

.c-newslist li a {
  position: relative;
  display: block;
  padding-right: 20px;
}

.c-newslist li a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}

.c-newslist__txt {
  margin-top: 10px;
  text-align: right;
}

.faq__list>li {
  border: 1px solid #aeaeae;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 13px;
  letter-spacing: 0;
}

.faq__list>li:first-child {
  margin-top: 0;
}

.faq__list>li dl dt {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  font-size: 12px;
}

.faq__list>li dl dt:before {
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  background-image: url(../images/index/icon_q.png);
  background-size: 100%;
}

.faq__list>li dl dd {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}

.faq__list>li dl dd:before {
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  background-image: url(../images/index/icon_a.png);
  background-size: 100%;
}

.top__holiday__inner {
  letter-spacing: 0;
}

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

.top__holiday__inner .top__holiday--left .top__holiday--pic {
  margin: 10px 0 0;
}

.top__holiday__inner .top__holiday--right {
  margin-top: 15px;
}

.top__holiday__inner .top__holiday--right a {
  color: #2363ff;
}

.top__holiday__inner .top__holiday--right p {
  margin-top: 20px;
}

.top__holiday__inner .top__holiday--right p:first-child {
  margin-top: 0;
}

.top__recruit p {
  margin-top: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.common__contact {
  text-align: center;
}

.common__contact p {
  font-size: 12px;
}

.common__contact .common__contact--pic {
  margin: 10px 0;
}

.common__contact .common__contact--pic img {
  width: 237px;
}

.c-top-navi {
  padding-top: 15px;
}

.c-top-navi>li {
  margin-top: 20px;
  padding: 10px 12px 16px;
  border: 2px dashed #f4df69;
  border-radius: 10px;
}

.c-top-navi>li:first-child {
  margin-top: 0;
}

.c-top-navi .top-navi--title {
  background-color: #f4df69;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.c-top-navi .top-navi--title a {
  display: block;
  position: relative;
}

.c-top-navi .top-navi--title a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.c-top-navi .top-navi--pic {
  margin: 0 auto 18px;
  width: 57.7777777778%;
}

.b-top-reservation {
  text-align: center;
}

.top-bottom-section:after {
  content: "";
  clear: both;
  display: block;
}

.top-bottom-section>li {
  margin-top: 20px;
  border-radius: 5px;
}

.top-bottom-section .top-bottom-section__inner {
  background: #fff;
  box-shadow: 1px 1px 2px 1px #e2e2e2;
  padding: 13px 15px;
  border-radius: 0 0 5px 5px;
}

.top-bottom-section .sec-title {
  margin-bottom: 0;
}

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

.top-tellist li {
  margin-bottom: 12px;
  color: #231815;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.top-tellist li:last-child .top-tellist__icon {
  background-color: #231815;
  color: #fff;
}

.top-tellist li span {
  display: inline-block;
  vertical-align: middle;
}

.top-tellist li .top-tellist__icon {
  font-size: 11px;
  background-color: #f4df69;
  margin-right: 5px;
  padding: 4px 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}

.top-tellist li .top-tellist__icon-tel {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
  padding-bottom: 6px;
}

.top-tellist li p {
  margin-top: -5px;
  font-size: 10px;
  font-weight: normal;
}

.news .c-pagetitle {
  background-image: url(../images/news/bg_header.jpg);
}

.news__single .single__header {
  margin-bottom: 20px;
}

.news__single .single__header .single__date {
  font-size: 13px;
  font-weight: bold;
}

.news__single .single__header .single__title {
  font-size: 13px;
}

.news__single .single__content p {
  margin: 10px 0;
  font-size: 13px;
}

.single__file {
  margin: 20px 0;
}

.single__text {
  font-size: 12px;
  line-height: 1.4;
}

.single__text h1,
.single__text h2,
.single__text h3,
.single__text h4,
.single__text h5,
.single__text h6,
.single__text ul,
.single__text ol,
.single__text blockquote {
  margin-top: 10px;
}

.single__text h1 {
  font-size: 21px;
}

.single__text h2 {
  font-size: 20px;
}

.single__text h3 {
  font-size: 19px;
}

.single__text h4 {
  font-size: 18px;
}

.single__text h5 {
  font-size: 17px;
}

.single__text h6 {
  font-size: 16px;
}

.single__text p {
  margin: 5px 0;
}

.single__text ol,
.single__text ul {
  padding-left: 1.5em;
}

.single__text ul>li {
  list-style: disc;
}

.single__text blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  background-color: #f1efef;
  font-size: 13px;
}

.single__text a {
  color: #2363ff;
}

.b-reserve>p {
  margin-top: 15px;
}

.c-tel {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.c-tel .reserve-note {
  font-size: 10px;
  font-weight: normal;
}

.c-tel .c-btn .reserve-note {
  margin-top: 5px;
}

.c-tel .c-tel-reserve {
  margin-top: 10px;
}

.c-tel .c-tel-reserve .reserve-note {
  margin-top: -7px;
}

.c-tel .tellist__icon {
  background-color: #231815;
  color: #fff;
  font-size: 11px;
  margin-right: 5px;
  padding: 4px 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-top: -2px;
}

.c-tel .tellist__icon.tellist__icon__yellow {
  background-color: #f4df69;
  color: #231815;
}

.c-tel .tellist__icon-tel {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
  padding-bottom: 8px;
}

.checkup__intro {
  text-align: center;
}

.checkup__intro p {
  margin-top: 20px;
}

.checkup__intro p:first-child {
  margin-top: 0;
}

.checkup .checkup__inner {
  border: 1px solid #aeaeae;
  background-color: #fdf9e4;
  border-radius: 5px;
  margin-top: 30px;
  padding: 25px 15px 20px;
}

.checkup .checkup__title {
  margin-top: -40px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 13px;
}

.checkup .checkup__title span {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #f4df69;
}

.list__icon--yellow>li {
  position: relative;
  letter-spacing: 0;
  margin-top: 5px;
  padding-left: 10px;
}

.list__icon--yellow>li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #f4df69;
  position: absolute;
  top: 3px;
  left: 0;
}

.checkup__pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkup__pic>li {
  width: calc(50% - 10px);
  margin-top: 20px;
}

.checkup__pic>li:first-child {
  width: 100%;
}

.checkup__pic>li p {
  margin-top: 5px;
  font-weight: bold;
}

.checkup__note {
  margin-top: 15px;
  text-align: center;
}

.sec-content__vaccine>p {
  margin-top: 0;
  text-align: center;
}

.sec-content__vaccine .block__vaccine {
  border: 1px solid #aeaeae;
  margin-top: 35px;
  padding: 15px 10px;
}

.sec-content__vaccine .block__vaccine p {
  margin-top: 15px;
  text-align: center;
}

.sec-content__vaccine .vaccine__title {
  margin-top: -30px;
  font-size: 11px;
  text-align: center;
}

.sec-content__vaccine .vaccine__title>span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
}

.sec-content__vaccine .vaccine__title>span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #f4df69;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.sec-content__vaccine .vaccine__title>span span {
  font-size: 10px;
}

.sec-content__vaccine .vaccine__graph {
  margin-top: 10px;
  text-align: center;
}

.sec-content__vaccine .vaccine__graph img {
  width: 100%;
  max-width: 610px;
}

.sec-content__vaccine .vaccine__list {
  margin-top: 20px;
  padding-left: 25px;
  font-size: 11px;
  font-weight: bold;
}

.sec-content__vaccine .vaccine__list span {
  font-size: 10px;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-white {
  background-color: #fff !important;
}

.u-bc-lightgray {
  background-color: #f1efef !important;
}

.u-bc-blue {
  background-color: #2363ff !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-red {
  color: #c00 !important;
}

.u-c-green {
  color: #00a496 !important;
}

.u-c-blue {
  color: #2363ff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fl-c {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 736px) {
  .flex-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2>li {
    width: 50%;
  }

  .flex-col_3>li {
    width: 33.3333%;
  }

  .flex-col_4>li {
    width: 25%;
  }

  .flex-col_5>li {
    width: 20%;
  }

  .flex-col-sp_2>li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin>li {
    width: 100%;
  }

  .flex-col_pc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow::after {
    margin-top: -3px;
    margin-left: 10px;
    font-size: 16px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .c-table dl {
    display: table;
    width: 100%;
  }

  .c-table dl dt {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    width: 145px;
    position: relative;
  }

  .c-table dl dd {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    border: 1px solid rgb(236.24,233.56,233.56);
  }

  .form-submit {
    width: 200px;
    margin-left: 296px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
  }

  .form-submit:hover {
    opacity: .6;
  }

  .submit-btn {
    margin-top: 30px;
  }

  .submit-btn:after {
    left: 480px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .section-confirmation input[type=submit],
  .section-confirmation input[type=button] {
    font-size: 16px;
  }

  .section-confirmation .input-submit {
    width: 200px;
    display: inline-block;
    margin: 0 20px 0 100px;
  }

  .section-confirmation .input-button {
    width: 200px;
    display: inline-block;
  }

  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    padding: 10px;
  }

  textarea {
    width: 100%;
    height: 200px;
  }

  input[type=tel] {
    width: 50%;
  }

  input[type=text].min-width,
  input[type=email].min-width {
    width: 180px;
  }

  input[type=text].middle-width,
  input[type=email].middle-width {
    width: 340px;
  }

  input[type=text].full-width,
  input[type=email].full-width {
    width: 100%;
  }

  input[type=text].full-width--670,
  input[type=email].full-width--670 {
    width: 670px;
  }

  .input-birth input[type=text] {
    float: inherit;
  }

  input.input-year {
    width: 113px;
  }

  input.input-month {
    width: 52px;
  }

  input.input-day {
    width: 52px;
  }

  .mailform .c-btn {
    margin-top: 40px;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.6;
  }

  .top-news .block-inner {
    width: 700px;
    margin: 0 auto;
  }

  .c-btn {
    margin-top: 20px;
  }

  .btn {
    width: 415px;
    max-width: 100%;
    padding: 20px;
    font-size: 19px;
    letter-spacing: 1.8px;
  }

  .btn:after {
    font-size: 24px;
  }

  .btn.btn__size--min {
    width: 214px;
  }

  .btn.btn__size--default {
    width: 360px;
    padding: 18px;
  }

  .btn.btn-f__small {
    font-size: 16px;
  }

  .btn .btn-icon {
    width: 32px;
  }

  .page-anchor:after {
    font-size: 10px;
    font-weight: normal;
  }

  .common-contact p {
    margin: 20px 0 0;
    text-align: center;
  }

  .common-contact .btn {
    width: 316px;
    padding: 15px;
    font-size: 16px;
  }

  .common__footer .common__contact {
    width: 480px;
    margin: 60px auto;
  }

  .c-pagetitle {
    height: 300px;
    background-size: 1920px;
    background-position: center center;
  }

  .sec-title {
    margin-bottom: 25px;
    border-bottom: 2px solid #378b00;
    padding: 15px;
    font-size: 24px;
  }

  .c-page__intro {
    margin-bottom: 50px;
  }

  .c-page__intro p {
    margin-bottom: 30px;
  }

  .c-news {
    width: 700px;
    margin: 0 auto;
  }

  .c-news>li {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    padding: 15px;
  }

  .c-news a {
    padding-right: 15px;
  }

  .c-news a:after {
    font-size: 16px;
  }

  .c-news__time {
    display: table-cell;
    width: 110px;
  }

  .c-news__txt {
    display: table-cell;
    border-left: 2px solid #efc337;
    padding-left: 20px;
  }

  .c-news__list {
    width: 920px;
    margin: 0 auto;
  }

  .c-news__list li {
    padding: 15px 0;
    font-size: 14px;
  }

  .c-news__list a::after {
    top: 5px;
    margin-top: 0;
  }

  .c-news__list-icon {
    width: 130px;
  }

  .c-news__list-date {
    border-right: 1px solid #aeaeae;
    padding: 2px 5px 2px;
    margin-right: 5px;
  }

  .c-news__list-txt {
    display: inline-block;
    margin-top: 0;
  }

  .c-pagetop a {
    padding: 20px 0;
    font-size: 16px;
  }

  .c-pagetop a span img {
    margin-right: 8px;
    width: 18px;
  }

  .c-pagetop a i {
    font-size: 30px;
  }

  .footer__bnr {
    margin-top: 50px;
  }

  .pagetop {
    margin-top: 70px;
  }

  .pagetop a img {
    width: 54px;
  }

  .l-footer {
    border-top: 2px solid #378b00;
  }

  .l-footer .l-container:after {
    content: "";
    clear: both;
    display: block;
  }

  .l-footer .footer-top {
    padding: 15px 0;
  }

  .l-footer .footer-logo {
    width: 286px;
    float: left;
    margin-bottom: 0;
  }

  .l-footer .footer__tel {
    float: right;
    width: 318px;
    margin-top: 10px;
  }

  .l-footer .footer__tel img {
    width: auto;
    margin: 0;
  }

  .l-footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .l-footer .footer-list li {
    width: 16.66666%;
    line-height: 1;
    margin: 0;
  }

  .l-footer .footer-list a {
    padding: 0;
    font-size: 14px;
  }

  .l-footer .footer-bottom .l-container {
    display: table;
    width: 1000px;
  }

  .l-footer__copy {
    padding: 5px 0;
  }

  .l-footer__copy small img {
    width: 384px;
  }

  .gnav-btn {
    display: none;
  }

  .index .gnav-index::after {
    transform: scaleX(1);
  }

  .daytimedr .gnav-daytimedr::after {
    transform: scaleX(1);
  }

  .facility .gnav-facility::after {
    transform: scaleX(1);
  }

  .diagnosis .gnav-diagnosis::after {
    transform: scaleX(1);
  }

  .doctor .gnav-doctor::after {
    transform: scaleX(1);
  }

  .access .gnav-access::after {
    transform: scaleX(1);
  }

  .faq .gnav-faq::after {
    transform: scaleX(1);
  }

  .globalnav {
    border-top: 2px solid #378b00;
    position: static;
  }

  .globalnav-list {
    width: 1000px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 15px 0;
  }

  .globalnav-list>li {
    display: table-cell;
    width: 16.6666666%;
    border-bottom: none;
    border-left: 2px solid #f1efef;
  }

  .globalnav-list>li:last-child {
    border-right: 2px solid #f1efef;
  }

  .globalnav-list>li a {
    padding: 0;
    font-size: 15px;
  }

  .globalnav-list>li a::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 46px;
    height: 2px;
    content: "";
    background-color: #378b00;
    margin-left: -23px;
    transform: scaleX(0);
    transition: .3s;
  }

  .l-header {
    border-bottom: none;
  }

  .l-header .l-container {
    padding: 20px 20px 10px;
  }

  .l-header .l-header__title {
    width: 328px;
    padding: 0;
    position: relative;
    float: left;
  }

  .l-header__inner {
    padding: 10px 10px 7px;
    margin: 0 auto;
    width: 1000px;
  }

  .l-header__logo {
    margin: 0;
  }

  .l-header__logo a:hover {
    opacity: .7;
  }

  .l-header__logo img {
    height: 34px;
    width: 87px;
  }

  .header__tel {
    margin-top: 5px;
    width: 318px;
    display: block;
    float: right;
  }

  .l-wrapper {
    min-width: 1000px;
  }

  .l-container {
    padding: 0 10px;
    width: 1000px;
  }

  .sec-content {
    margin: 50px 0 0;
  }

  .sec-content .sec-content--inner {
    padding: 0 35px 30px;
  }

  .c-block__col2 .sec-content {
    width: calc(50% - 20px);
  }

  .access .c-pagetitle {
    background-image: url(../images/access/bg_header.jpg);
  }

  .local__nav {
    width: 700px;
    text-align: center;
  }

  .local__nav li {
    display: inline-block;
    min-width: 145px;
    margin: 10px 10px 0;
  }

  .local__nav li a {
    padding: 15px 30px 15px 20px;
    font-size: 16px;
  }

  .local__nav li a::after {
    font-size: 16px;
  }

  .map__info {
    margin-bottom: 30px;
    text-align: center;
  }

  .map__text {
    overflow: hidden;
  }

  .map__text .map__text--left {
    float: left;
    width: 470px;
  }

  .map__text .map__text--right {
    float: right;
    width: 400px;
  }

  .parking__info {
    margin: 0 auto 30px;
    padding: 20px;
  }

  .map__text--title {
    font-size: 24px;
  }

  .map__text--title::after {
    width: 50px;
  }

  .map__pic--parking img {
    width: 581px;
  }

  .access__block {
    margin-top: 60px;
  }

  .access__block:first-child {
    margin-top: 0;
  }

  .access__block .access__block--left {
    float: left;
    width: 440px;
  }

  .access__block .access__block--left dl:first-child {
    margin-top: 0;
  }

  .access__block .access__block--right {
    float: right;
    width: 400px;
  }

  .contact .c-pagetitle {
    background-image: url(../images/contact/bg_header.png);
  }

  .sec__contact {
    font-size: 15px;
  }

  .mailform {
    padding: 0 100px;
  }

  .table__default dl dt {
    margin: 10px 0;
  }

  .table__default dl dd {
    margin-bottom: 35px;
  }

  .diagnosis .c-pagetitle {
    background-image: url(../images/diagnosis/bg_header.jpg);
  }

  .diagnosis__title {
    margin-top: 20px;
    font-size: 16px;
  }

  .diagnosis-etc__list>li span {
    font-size: 14px;
  }

  .diagnosis__pic>li:nth-child(odd) {
    width: 307px;
  }

  .diagnosis__pic>li:nth-child(even) {
    width: 137px;
  }

  .treatment__inner .checkup {
    width: 100%;
    max-width: 716px;
    margin-left: auto;
    margin-right: auto;
  }

  .treatment__list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .treatment__list>li {
    width: 263px;
    margin: 0 20px;
    padding: 20px 10px;
  }

  .treatment__list .treatment__list--01 img {
    width: 178px;
  }

  .treatment__list .treatment__list--02 img {
    width: 167px;
    margin-top: 15px;
  }

  .treatment__list .treatment__list--03 img {
    width: 194px;
    margin-top: 15px;
  }

  .treatment__list .treatment__list--04 img {
    width: 105px;
  }

  .medical-treatment__inner .list__icon--yellow {
    margin-bottom: 30px;
    text-align: center;
  }

  .medical-treatment__inner .list__icon--yellow li {
    width: 260px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 20px 20px 30px;
  }

  .medical-treatment__inner .list__icon--yellow li:before {
    top: 28px;
  }

  .science__inner .checkup {
    margin-top: -30px;
  }

  .science__inner .checkup .checkup__inner {
    margin-top: 55px;
    height: 193px;
  }

  .hospital__inner .hospital__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .hospital__inner .hospital__list>li {
    width: calc(50% - 15px);
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .hospital__inner .hospital__list>li:last-child {
    text-align: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .orthopedic__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .orthopedic__list>li {
    width: calc(50% - 15px);
  }

  .orthopedic__list>li h4 {
    font-size: 18px;
  }

  .orthopedic__list>li p {
    padding: 20px;
  }

  .qualification__inner .checkup .checkup__inner {
    height: 163px;
  }

  .checkup-txt__right {
    text-align: right;
    font-size: 14px;
  }

  .placenta {
    width: 500px;
  }

  .placenta th span,
  .placenta td span {
    font-size: 12px;
  }

  .doctor .c-pagetitle {
    background-image: url(../images/doctor/bg_header.jpg);
  }

  .staff-pic__all {
    margin-bottom: 20px;
  }

  .staff-pic__list {
    margin-top: 20px;
  }

  .doctor__list {
    width: 800px;
    margin: 0 auto;
  }

  .doctor__list .doctor__pic {
    width: 250px;
    float: left;
  }

  .doctor__list .doctor__txt {
    float: right;
    text-align: left;
    width: 520px;
  }

  .doctor__list .doctor__title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .doctor__list .doctor__table {
    font-size: 14px;
  }

  .doctor__capacity .capacity__title {
    font-size: 16px;
  }

  .doctor__capacity .capacity__list>li {
    display: inline-block;
  }

  .doctor__capacity .capacity__list>li:first-child::before {
    display: none;
  }

  .doctor__capacity .capacity__list>li::before {
    display: inline-block;
    content: "／";
    display: inline-block;
  }

  .facility .c-pagetitle {
    background-image: url(../images/facility/bg_header.jpg);
  }

  .gallery__info {
    margin: 20px 0 30px;
    text-align: center;
  }

  .clinic__gallery>li {
    width: calc(25% - 13px);
  }

  .clinic__gallery>li p {
    margin-top: 10px;
    font-size: 14px;
  }

  .faq .c-pagetitle {
    background-image: url(../images/faq/bg_header.jpg);
  }

  .faq-list {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .faq-list dt {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 20px;
  }

  .faq-list dt::before {
    width: 32px;
    height: 32px;
  }

  .faq-list dd {
    padding-left: 40px;
  }

  .faq-list dd::before {
    width: 32px;
    height: 32px;
  }

  .js-main-slider {
    height: 416px;
  }

  .js-main-slider li {
    height: 416px;
  }

  .js-slide__01 {
    background-image: url(../images/index/slide_01.jpg);
  }

  .js-slide__02 {
    background-image: url(../images/index/slide_02.jpg);
  }

  .js-slide__03 {
    background-image: url(../images/index/slide_03.jpg);
  }

  .mainvisual {
    background-size: 1920px;
    height: 416px;
    background-position: center;
  }

  .mainvisual-title {
    width: 676px;
  }

  .top__info {
    position: relative;
    background-repeat: no-repeat;
    background-size: 1900px;
    background-position: bottom center;
    padding: 40px 0 50px;
    font-size: 15px;
  }

  .top__info .info__title {
    width: 846px;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }

  .merit__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .merit__list>li {
    width: calc(25% - 10px);
    margin: 0;
  }

  .merit__list .merit__pic {
    margin-bottom: 10px;
  }

  .merit__list .merit__title {
    font-size: 18px;
  }

  .merit__list p {
    font-size: 14px;
  }

  .top__schedule p {
    font-size: 13px;
  }

  .c-newslist {
    margin-bottom: 25px;
  }

  .c-newslist li a {
    padding-right: 25px;
  }

  .c-newslist li a:after {
    margin: 0;
    font-size: 26px;
  }

  .c-newslist__txt {
    margin-top: 15px;
  }

  .faq__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px;
    padding: 0 40px;
  }

  .faq__list>li {
    width: calc(50% - 12px);
    margin-top: 30px;
    height: 160px;
    position: relative;
  }

  .faq__list>li:first-child {
    margin-top: 30px;
  }

  .faq__list>li dl {
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .faq__list>li dl dt {
    padding-left: 40px;
    font-size: 18px;
  }

  .faq__list>li dl dt:before {
    width: 32px;
    height: 32px;
  }

  .faq__list>li dl dd {
    margin-top: 18px;
    padding-left: 40px;
    font-size: 15px;
  }

  .faq__list>li dl dd:before {
    width: 32px;
    height: 32px;
  }

  .top__holiday__inner .top__holiday--left {
    width: 430px;
    float: left;
  }

  .top__holiday__inner .top__holiday--right {
    width: 450px;
    float: right;
    margin: 0;
  }

  .top__holiday__inner .top__holiday--right p {
    margin-top: 35px;
  }

  .top__recruit p {
    margin-top: 100px;
    font-size: 18px;
  }

  .common__contact p {
    font-size: 18px;
  }

  .common__contact .common__contact--pic {
    margin: 10px 0 20px;
  }

  .common__contact .common__contact--pic img {
    width: 296px;
  }

  .c-top-navi {
    width: 880px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .c-top-navi>li {
    width: 270px;
    margin: 0 0 0 35px;
  }

  .c-top-navi>li:first-child {
    margin-left: 0;
  }

  .c-top-navi .top-navi--title a:after {
    margin-top: -11px;
  }

  .c-top-navi .top-navi--pic {
    width: 200px;
    margin-bottom: 20px;
  }

  .c-top-navi .top-navi--txt {
    padding: 0 20px;
  }

  .b-top-reservation {
    background-image: url(../images/index/illust_reservation@2x.png);
    background-size: 143px;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .top-bottom-section>li {
    width: 480px;
    float: left;
  }

  .top-bottom-section>li:last-child {
    float: right;
  }

  .top-bottom-section .top-bottom-section__inner {
    padding: 20px 15px;
  }

  .top-tellist li {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .top-tellist li .top-tellist__icon {
    font-size: 17px;
  }

  .top-tellist li .top-tellist__icon-tel {
    width: 32px;
  }

  .top-tellist li p {
    font-size: 14px;
  }

  .news .c-pagetitle {
    background-image: url(../images/news/bg_header.jpg);
  }

  .news__single .single__header .single__date {
    font-size: 18px;
  }

  .news__single .single__header .single__title {
    font-size: 18px;
  }

  .single__file {
    margin: 40px 0;
  }

  .single__text {
    font-size: 16px;
  }

  .single__text h1,
  .single__text h2,
  .single__text h3,
  .single__text h4,
  .single__text h5,
  .single__text h6,
  .single__text ul,
  .single__text ol,
  .single__text blockquote {
    margin-top: 15px;
  }

  .single__text h1 {
    font-size: 28px;
  }

  .single__text h2 {
    font-size: 26px;
  }

  .single__text h3 {
    font-size: 26px;
  }

  .single__text h4 {
    font-size: 24px;
  }

  .single__text h5 {
    font-size: 24px;
  }

  .single__text h6 {
    font-size: 22px;
  }

  .single__text p {
    margin: 7px 0;
  }

  .single__text blockquote {
    padding: 20px;
    font-size: 15px;
  }

  .b-reserve {
    text-align: center;
  }

  .c-tel .reserve-note {
    font-size: 14px;
  }

  .c-tel .tellist__icon {
    font-size: 17px;
    padding: 4px 10px;
  }

  .c-tel .tellist__icon-tel {
    width: 32px;
  }

  .vaccine .c-pagetitle {
    background-image: url(../images/vaccine/bg_header.png);
  }

  .checkup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 55px;
  }

  .checkup .checkup__inner {
    width: calc(50% - 13px);
    margin-top: 0;
    padding: 40px 20px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .checkup.checkup__one--col .checkup__inner {
    width: 100%;
    margin-top: 55px;
    padding: 40px 20px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .checkup.checkup__one--col .checkup__inner:first-child {
    margin-top: 0;
  }

  .checkup .checkup__title {
    margin-top: 0;
    position: absolute;
    top: -20px;
    font-size: 20px;
  }

  .checkup .checkup__title span {
    padding: 5px 20px;
    border-radius: 10px;
  }

  .list__icon--yellow {
    padding-left: 15px;
  }

  .list__icon--yellow>li {
    padding-left: 15px;
  }

  .list__icon--yellow>li::before {
    top: 8px;
  }

  .list__icon--yellow.list__icon--yellow--col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .list__icon--yellow.list__icon--yellow--col2>li {
    width: calc(50% - 10px);
  }

  .checkup__pic {
    margin-top: 25px;
  }

  .checkup__pic>li {
    width: 155px;
  }

  .checkup__pic>li:first-child {
    width: 350px;
  }

  .checkup__note {
    margin-top: 25px;
    font-size: 14px;
  }

  .sec-content__vaccine>p {
    font-size: 16px;
  }

  .sec-content__vaccine .block__vaccine {
    padding: 30px;
  }

  .sec-content__vaccine .block__vaccine p {
    margin-top: 30px;
  }

  .sec-content__vaccine .block__vaccine p:first-of-type {
    margin-top: 20px;
  }

  .sec-content__vaccine .vaccine__title {
    margin-top: -45px;
    font-size: 18px;
  }

  .sec-content__vaccine .vaccine__title>span {
    padding: 0 15px 0 20px;
  }

  .sec-content__vaccine .vaccine__title>span::before {
    left: 8px;
  }

  .sec-content__vaccine .vaccine__title>span span {
    font-size: 15px;
  }

  .sec-content__vaccine .vaccine__graph {
    margin-top: 20px;
  }

  .sec-content__vaccine .vaccine__list {
    margin-top: 30px;
    padding-left: 245px;
    font-size: 18px;
  }

  .sec-content__vaccine .vaccine__list span {
    font-size: 15px;
  }

  .sec-content__vaccine .vaccine__list .list__icon--yellow>li::before {
    top: 10px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}