@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, icenter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  line-height: 0;
  vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.icon-arrow-down:before {
  content: "\ea01";
}

.icon-arrow-left:before {
  content: "\ea02";
}

.icon-arrow-right:before {
  content: "\ea03";
}

.icon-arrow-up:before {
  content: "\ea04";
}

.icon-blank:before {
  content: "\ea05";
}

.icon-doc:before {
  content: "\ea06";
}

.icon-next:before {
  content: "\ea07";
}

.icon-pdf:before {
  content: "\ea08";
}

.icon-phone:before {
  content: "\ea09";
}

.icon-previous:before {
  content: "\ea0a";
}

.icon-search:before {
  content: "\ea0b";
}

.icon-xls:before {
  content: "\ea0c";
}

/*
/* Base
/*
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  img {
    height: auto;
  }
}

a:link {
  color: #8B0000;
}

a:visited {
  color: #8B0000;
}

a {
  color: #8B0000;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^=tel\:] {
    color: #000;
    text-decoration: none;
    pointer-events: none;
  }
}

p {
  line-height: 1.8;
}

b {
  font-weight: bold;
}

strong {
  color: #8B0000;
  font-weight: bold;
}

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1140px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
    min-width: auto;
    overflow: hidden;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}
.table-stripe td .row:first-child {
  margin-top: -30px !important;
}
.row--liquid {
  width: 100%;
}
.row--md {
  margin: -50px -25px 0;
}
.row--md > .col, .row--md > .col-1, .row--md > .col-2, .row--md > .col-3, .row--md > .col-4, .row--md > .col-5, .row--md > .col-6, .row--md > .col-7, .row--md > .col-8, .row--md > .col-9, .row--md > .col-10, .row--md > .col-11, .row--md > .col-12 {
  padding: 50px 25px 0;
}
.row--sm {
  margin: -20px -10px 0;
}
.row--sm > .col, .row--sm > .col-1, .row--sm > .col-2, .row--sm > .col-3, .row--sm > .col-4, .row--sm > .col-5, .row--sm > .col-6, .row--sm > .col-7, .row--sm > .col-8, .row--sm > .col-9, .row--sm > .col-10, .row--sm > .col-11, .row--sm > .col-12 {
  padding: 20px 10px 0;
}
@media screen and (max-width: 767px) {
  .row--sp-sm {
    margin: -10px -5px 0;
  }
  .row--sp-sm > .col, .row--sp-sm > .col-1, .row--sp-sm > .col-2, .row--sp-sm > .col-3, .row--sp-sm > .col-4, .row--sp-sm > .col-5, .row--sp-sm > .col-6, .row--sp-sm > .col-7, .row--sp-sm > .col-8, .row--sp-sm > .col-9, .row--sp-sm > .col-10, .row--sp-sm > .col-11, .row--sp-sm > .col-12 {
    padding: 10px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .row--pc-only {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .row--pc-only .col, .row--pc-only .col-1, .row--pc-only .col-2, .row--pc-only .col-3, .row--pc-only .col-4, .row--pc-only .col-5, .row--pc-only .col-6, .row--pc-only .col-7, .row--pc-only .col-8, .row--pc-only .col-9, .row--pc-only .col-10, .row--pc-only .col-11, .row--pc-only .col-12 {
    padding: 0 5px;
    display: block;
  }
}
.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .row--pc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .row--sp-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-12 {
  -webkit-box-flex: 100%;
  -ms-flex: 100% 0 0px;
  flex: 100% 0 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .col-12 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-11 {
  -webkit-box-flex: 91.666%;
  -ms-flex: 91.666% 0 0px;
  flex: 91.666% 0 0;
  max-width: 91.666%;
}
@media screen and (max-width: 767px) {
  .col-11 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-10 {
  -webkit-box-flex: 83.333%;
  -ms-flex: 83.333% 0 0px;
  flex: 83.333% 0 0;
  max-width: 83.333%;
}
@media screen and (max-width: 767px) {
  .col-10 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-9 {
  -webkit-box-flex: 75%;
  -ms-flex: 75% 0 0px;
  flex: 75% 0 0;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .col-9 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-8 {
  -webkit-box-flex: 66.666%;
  -ms-flex: 66.666% 0 0px;
  flex: 66.666% 0 0;
  max-width: 66.666%;
}
@media screen and (max-width: 767px) {
  .col-8 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-7 {
  -webkit-box-flex: 58.333%;
  -ms-flex: 58.333% 0 0px;
  flex: 58.333% 0 0;
  max-width: 58.333%;
}
@media screen and (max-width: 767px) {
  .col-7 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-6 {
  -webkit-box-flex: 50%;
  -ms-flex: 50% 0 0px;
  flex: 50% 0 0;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .col-6 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-5 {
  -webkit-box-flex: 41.666%;
  -ms-flex: 41.666% 0 0px;
  flex: 41.666% 0 0;
  max-width: 41.666%;
}
@media screen and (max-width: 767px) {
  .col-5 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-4 {
  -webkit-box-flex: 33.333%;
  -ms-flex: 33.333% 0 0px;
  flex: 33.333% 0 0;
  max-width: 33.333%;
}
@media screen and (max-width: 767px) {
  .col-4 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-3 {
  -webkit-box-flex: 25%;
  -ms-flex: 25% 0 0px;
  flex: 25% 0 0;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-2 {
  -webkit-box-flex: 16.666%;
  -ms-flex: 16.666% 0 0px;
  flex: 16.666% 0 0;
  max-width: 16.666%;
}
@media screen and (max-width: 767px) {
  .col-2 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

.col-1 {
  -webkit-box-flex: 8.333%;
  -ms-flex: 8.333% 0 0px;
  flex: 8.333% 0 0;
  max-width: 8.333%;
}
@media screen and (max-width: 767px) {
  .col-1 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-8 {
    -webkit-box-flex: 66.666%;
    -ms-flex: 66.666% 0 0px;
    flex: 66.666% 0 0;
    max-width: 66.666%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-12 {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-10 {
    -webkit-box-flex: 83.333%;
    -ms-flex: 83.333% 0 0px;
    flex: 83.333% 0 0;
    max-width: 83.333%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-5 {
    -webkit-box-flex: 41.666%;
    -ms-flex: 41.666% 0 0px;
    flex: 41.666% 0 0;
    max-width: 41.666%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-4 {
    -webkit-box-flex: 33.333%;
    -ms-flex: 33.333% 0 0px;
    flex: 33.333% 0 0;
    max-width: 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25% 0 0px;
    flex: 25% 0 0;
    max-width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-2 {
    -webkit-box-flex: 16.666%;
    -ms-flex: 16.666% 0 0px;
    flex: 16.666% 0 0;
    max-width: 16.666%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-1 {
    -webkit-box-flex: 8.333%;
    -ms-flex: 8.333% 0 0px;
    flex: 8.333% 0 0;
    max-width: 8.333%;
  }
}

@media screen and (max-width: 767px) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.text_col-2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .text_col-2 {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.text_col-2 figure {
  margin-top: 0;
}
.text_col-2 figure img {
  max-width: 250px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .text_col-2 figure img {
    max-width: 300px;
  }
}

.box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0;
}
@media screen and (max-width: 767px) {
  .box-img {
    margin: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .box-img.-sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.box-img__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box-img__item {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .box-img__item:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .box-img__item:last-child {
    margin-bottom: 0 !important;
  }
}
.box-img__item.-right {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .box-img__item.-right {
    margin: 25px 0;
  }
}
.box-img__item.-left {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .box-img__item.-left {
    margin: 25px 0;
  }
}
.box-img__item.-wid-30 {
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .box-img__item.-wid-30 {
    max-width: 100%;
  }
}
.box-img__item.-w-40 {
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .box-img__item.-w-40 {
    max-width: 100%;
  }
}
.box-img__header {
  font-size: 2.4rem;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .box-img__header {
    font-size: 1.8rem;
  }
}
.box-img__header::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: translate();
  transform: translate();
  background: #8B0000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .box-img__header::before {
    width: 5px;
    height: 5px;
    top: 14px;
  }
}
.box-img__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.box-img__body > *:first-child {
  margin-top: 0;
}
.box-img__body > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box-img.-sp-reverse .box-img__body {
    margin-top: 25px;
  }
}

.box {
  padding: 30px;
  margin: 35px 0 25px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .box {
    padding: 25px 20px;
    margin-top: 30px 0 15px;
  }
}
.box > *:first-child {
  margin-top: 0;
}
.box > *:last-child {
  margin-bottom: 0;
}

.breadcrumb__inner {
  max-width: 1080px;
  padding: 0 40px;
  margin: 27px auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    margin: 18px 0;
    padding: 0 20px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__list__item {
  position: relative;
  padding-right: 20px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list__item {
    padding-right: 15px;
    margin-right: 6px;
  }
}
.breadcrumb__list__item::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea03";
  color: #802626;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb__list__item:last-child::after {
  display: none;
}
.breadcrumb__list__link {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.4;
}
.breadcrumb__list__link:link {
  color: #000;
}
.breadcrumb__list__link:visited {
  color: #000;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list__link {
    font-size: 1.1rem;
  }
}
.breadcrumb__list__link:hover {
  text-decoration: underline;
}
.btn-search {
  display: block;
  text-decoration: none;
  background: #802626;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 45px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .btn-search {
    display: none;
  }
}
.btn-search:hover {
  background: #af3434;
}
.btn-search__inner {
  visibility: hidden;
  position: relative;
  text-indent: -200%;
  white-space: nowrap;
  text-decoration: none;
}
.btn-search::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0b";
  color: #fff;
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn {
  width: 280px;
  margin: 35px auto;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 200px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.btn > a {
  display: block;
  text-decoration: none;
  height: 60px;
  background: #802626;
  border-radius: 35px;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .btn > a {
    height: 50px;
    border-radius: 28px;
    margin: 0;
    font-size: 1.5rem;
  }
}
.btn > a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea03";
  font-size: 1.2rem;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 12px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.btn > a:hover {
  background: #af3434;
}
.btn > a:hover::before {
  left: 5px;
}
.btn.-return a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea02";
}
.btn.-return a:hover::before {
  left: -5px;
}

.def-box {
  padding: 30px;
  margin: 35px 0 25px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .def-box {
    padding: 25px 20px;
    margin-top: 30px 0 15px;
  }
}
.def-box > dt {
  margin-bottom: 15px;
  color: #8B0000;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .def-box > dt {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.def-box > dd {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .def-box > dd {
    font-size: 1.4rem;
  }
}
.def-box > dd > *:first-child {
  margin-top: 0;
}
.def-box > dd > *:last-child {
  margin-bottom: 0;
}

.def {
  margin: 30px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .def {
    margin: 25px 0;
  }
}
.def > dt {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .def > dt {
    font-size: 1.7rem;
    margin-bottom: 12px;
  }
}
.def > dd {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .def > dd {
    font-size: 1.3rem;
  }
}
.def > dd + dt {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .def > dd + dt {
    margin-top: 15px;
  }
}

figure {
  margin: 35px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  figure {
    margin: 25px 0;
  }
}

figcaption {
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 1.1rem;
  }
}

.fig-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 50px -10px;
}
@media screen and (max-width: 767px) {
  .fig-col-2 {
    display: block;
    width: auto;
    margin: 35px 0;
  }
}
.fig-col-2 > figure:not([class]) {
  width: 50%;
  padding: 0 10px;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .fig-col-2 > figure:not([class]):nth-child(1), .fig-col-2 > figure:not([class]):nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .fig-col-2 > figure:not([class]) {
    width: auto;
    padding: 0;
    margin: 20px 0 0;
  }
  .fig-col-2 > figure:not([class]):first-child {
    margin-top: 0;
  }
}

.fig-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 50px -10px;
}
@media screen and (max-width: 767px) {
  .fig-col-3 {
    width: calc(100% + 10px);
    margin: 35px -5px;
  }
}
.fig-col-3 > figure:not([class]) {
  width: 33.3333%;
  padding: 0 10px;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .fig-col-3 > figure:not([class]):nth-child(1), .fig-col-3 > figure:not([class]):nth-child(2), .fig-col-3 > figure:not([class]):nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .fig-col-3 > figure:not([class]) {
    width: 50%;
    padding: 0 5px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .fig-col-3 > figure:not([class]):nth-child(1), .fig-col-3 > figure:not([class]):nth-child(2) {
    margin-top: 0;
  }
}

.flow {
  width: calc(100% + 40px);
  margin: 45px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flow {
    width: calc(100% + 14px);
    margin: 35px -7px 0;
  }
}
.flow__col {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .flow__col {
    padding: 0 7px;
  }
}
.flow__col.-wide {
  width: 100%;
}
.flow__item {
  border: 1px solid #802626;
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__item {
    padding: 20px 15px;
  }
}
.flow__item::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea01";
  color: #000;
  font-size: 2rem;
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.flow__item.-hospital {
  border: solid 1px #0B8937;
  background: #f2fff7;
}
.flow__item.-hospital .flow__head {
  color: #0B8937;
}
.flow__item.-hospital .flow__list__item::before {
  background: #0B8937;
}
.flow__item.-end {
  margin-bottom: 0;
}
.flow__item.-end::after {
  display: none;
}
.flow__item.-arrow-top {
  margin-top: 50px;
}
.flow__item.-arrow-top::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea01";
  color: #000;
  font-size: 2rem;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.flow__head {
  color: #802626;
  text-align: center;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow__head {
    font-size: 1.5rem;
  }
}
.flow__list {
  margin: 15px 0 0;
}
.flow__list__item {
  line-height: 1.6;
  font-size: 1.4rem;
  margin: 8px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__list__item {
    font-size: 1.2rem;
    margin-top: 6px;
    padding-left: 15px;
  }
}
.flow__list__item::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: translate();
  transform: translate();
  background: #802626;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .flow__list__item::before {
    top: 7px;
  }
}
.flow__consultation {
  padding: 0 20px 20px;
}
.flow-intro {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .flow-intro {
    padding: 25px 20px;
  }
}
.flow-intro__ttl {
  color: #802626;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .flow-intro__ttl {
    font-size: 1.7rem;
  }
}
.flow-intro__desc {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .flow-intro__desc {
    font-size: 1.4rem;
  }
}
.flow-intro__tel {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .flow-intro__tel {
    font-size: 1.5rem;
  }
}
.flow-intro__note {
  font-size: 1.3rem;
  padding-left: 1.5em;
  position: relative;
  margin-top: 6px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .flow-intro__note {
    font-size: 1.1rem;
    margin-top: 4px;
  }
}
.flow-intro__note::before {
  content: "※";
  font-size: 1.3rem;
  color: #802626;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow-intro__note::before {
    font-size: 1.1rem;
  }
}

.footer__pagetop {
  display: block;
  background: #802626;
  padding: 15px 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    padding: 12px 15px 14px;
  }
}
.footer__pagetop:hover {
  background: #af3434;
}
.footer__pagetop__inner {
  color: #fff;
  text-align: center;
  font-size: rem;
  line-height: 1.2;
  font-size: 1.2rem;
  padding-top: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__pagetop__inner {
    padding-top: 12px;
    font-size: 1rem;
  }
}
.footer__pagetop__inner::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea04";
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__pagetop__inner::before {
    font-size: 1rem;
  }
}
.footer__pagetop:hover .footer__pagetop__inner::before {
  -webkit-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}
.footer__body {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__body {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.footer__name {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__name {
    font-size: 1.8rem;
  }
}
.footer__info {
  margin-top: 6px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 1.3rem;
  }
}
.footer__info__adress, .footer__info__tel, .footer__info__fax {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .footer__info__adress, .footer__info__tel, .footer__info__fax {
    margin-left: 0;
  }
}
.footer-assist {
  margin-top: 20px;
}
.footer-assist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-assist__list__item {
  border-left: 1px solid #000;
  line-height: 1;
}
.footer-assist__list__item:first-child {
  border-left: none;
}
.footer-assist__list__link {
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0 15px;
}
.footer-assist__list__link:link {
  color: #000;
}
.footer-assist__list__link:visited {
  color: #000;
}
@media screen and (max-width: 767px) {
  .footer-assist__list__link {
    font-size: 1.2rem;
  }
}
.footer-assist__list__link:hover {
  text-decoration: underline;
}
.footer__copy {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1rem;
    margin-top: 40px;
  }
}

.gnav {
  position: absolute;
  top: 340px;
  width: 100%;
}
.gnav.-top {
  top: 690px;
}
@media screen and (max-width: 767px) {
  .gnav {
    position: static;
  }
}
.gnav__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 20px;
  background: #802626;
}
@media screen and (max-width: 767px) {
  .gnav__inner {
    margin: 0;
    padding: 0;
  }
}
.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gnav__list {
    display: block;
  }
}
.gnav__list__item {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 767px) {
  .gnav__list__item {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: none;
  }
}
.gnav__list__item:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .gnav__list__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
}
@media screen and (max-width: 767px) {
  .gnav__list__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gnav__list__link {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
  padding: 0 32px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gnav__list__link:link {
  color: #fff;
}
.gnav__list__link:visited {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gnav__list__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    font-size: 1.5rem;
    padding: 14px 20px 14px 20px;
    position: relative;
  }
}
.gnav__list__link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.gnav__list__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .gnav__list__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    position: relative;
    width: 50px;
    background: #a73232;
  }
  .gnav__list__icon::after {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea01";
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .gnav__list__icon.js-active::after {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
  }
}
@media screen and (min-width: 768px) {
  .gnav__list-child-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .gnav__list-child-wrapper {
    display: none;
    width: 100%;
    background: #802626;
    z-index: 5;
  }
}
.gnav__list-child-wrapper__inner {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gnav__list-child-wrapper__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gnav__list-child-wrapper__inner {
    padding: 0;
  }
}
.gnav__list-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .gnav__list-child {
    display: block;
    width: auto;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
}
@media screen and (max-width: 767px) {
  .gnav__list-child__item {
    width: auto;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  .gnav__list-child__item:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .gnav__list-child__link {
    display: block;
    text-decoration: none;
    position: relative;
    background: #982d2d;
    padding: 12px 10px 12px 32px;
  }
  .gnav__list-child__link:link {
    color: #fff;
  }
  .gnav__list-child__link:visited {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .gnav__list-child__link::before {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea03";
    display: inline-block;
    font-size: 1rem;
    position: absolute;
    top: 16px;
    left: 15px;
  }
}
.gnav__list-child__link.blank::after, .gnav__list-child__link.pdf::after, .gnav__list-child__link.doc::after, .gnav__list-child__link.xls::after {
  color: #fff;
}

.header {
  background: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.header__inner {
  margin: 0 20px;
  position: relative;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 60px;
    margin: 0 10px 0 6px;
  }
}
.header__logo {
  position: absolute;
  left: 0;
  top: 44px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 110px;
    top: 12px;
  }
}

.lead {
  color: #8B0000;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 35px 0 25px;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 1.8rem;
    margin: 30px 0 20px;
  }
}

.link-map {
  margin: -15px 0 20px;
  line-height: 1.6;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .link-map {
    font-size: 1.3rem;
  }
}
.link-map > a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.link-map > a:link {
  color: #000;
}
.link-map > a:visited {
  color: #000;
}
@media screen and (max-width: 767px) {
  .link-map > a {
    padding-left: 22px;
  }
}
.link-map > a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea03";
  color: #802626;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .link-map > a::before {
    font-size: 1rem;
    top: 5px;
  }
}
.link-map > a:hover::before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .link-map > a:hover::before {
    -webkit-transform: translateX(vw(5));
    transform: translateX(vw(5));
  }
}

.link {
  margin: 25px 0;
  padding-left: 22px;
  line-height: 1.6;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link {
    margin: 25px 0;
    padding-left: 20px;
    font-size: 1.4rem;
  }
}
.link > a:link {
  color: #000;
}
.link > a:visited {
  color: #000;
}
.link > a::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea03";
  color: #802626;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .link > a::before {
    font-size: 1rem;
  }
}
.link > a:hover::before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .link > a:hover::before {
    -webkit-transform: translateX(vw(5));
    transform: translateX(vw(5));
  }
}

a.link-blank::after {
  display: inline-block;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea05";
  font-size: 1.3rem;
  color: #802626;
  margin: 0 5px;
  position: relative;
  top: 1px;
  line-height: 0;
}
a.link-pdf::after {
  display: inline-block;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea08";
  font-size: 1.4rem;
  color: #eb3929;
  margin: 0 5px;
  position: relative;
  top: 2px;
  line-height: 0;
}
a.link-xls::after {
  display: inline-block;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0c";
  font-size: 1.4rem;
  color: #007732;
  margin: 0 5px;
  position: relative;
  top: 2px;
  line-height: 0;
}
a.link-doc::after {
  display: inline-block;
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea06";
  font-size: 1.4rem;
  color: #1e409d;
  margin: 0 5px;
  position: relative;
  top: 2px;
  line-height: 0;
}

.list-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -15px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .list-col-2 {
    display: block;
    margin: 20px 0;
  }
}
.list-col-2 > li {
  width: 50%;
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 12px 0 0;
  padding: 0 15px 0 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list-col-2 > li:nth-child(1), .list-col-2 > li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-col-2 > li {
    width: auto;
    font-size: 1.4rem;
    margin-top: 10px;
    padding: 0 0 0 18px;
  }
  .list-col-2 > li:first-child {
    margin-top: 0;
  }
}
.list-col-2 > li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 15px;
  top: 8px;
  -webkit-transform: translate();
  transform: translate();
  background: #802626;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .list-col-2 > li::before {
    left: 0;
    top: 7px;
  }
}

.list-doctor {
  margin: 35px 0 20px;
  border-left: 1px solid #802626;
  border-top: 1px solid #802626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list-doctor {
    display: block;
    margin: 25px 0 15px;
  }
}
.list-doctor__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .list-doctor__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.list-doctor__head, .list-doctor__body {
  padding: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list-doctor__head, .list-doctor__body {
    width: 50%;
  }
}
.list-doctor__head {
  background: #802626;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #802626;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .list-doctor__head {
    border-right: 1px solid #802626;
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
  }
}
.list-doctor__item:last-child .list-doctor__head {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .list-doctor__item:last-child .list-doctor__head {
    border-bottom: 1px solid #802626;
  }
}
.list-doctor__head.-sample {
  background: #aa4949;
}
.list-doctor__body {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #802626;
  border-bottom: 1px solid #802626;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .list-doctor__body {
    font-size: 1.4rem;
  }
}
.list-doctor__body.-sample {
  background: rgba(128, 38, 38, 0.08);
}

.list-error {
  margin: 30px 0;
  background: #fff;
  padding: 30px;
  border: 1px solid #bb3838;
}
@media screen and (max-width: 767px) {
  .list-error {
    margin: 20px 0;
    padding: 20px;
  }
}
.list-error__item {
  color: #bb3838;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 12px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list-error__item {
    font-size: 1.4rem;
    margin-top: 10px;
    padding-left: 18px;
  }
}
.list-error__item:first-child {
  margin-top: 0;
}
.list-error__item::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #bb3838;
  border-radius: 50%;
}

.list-faq {
  margin: 35px 0;
}
@media screen and (max-width: 767px) {
  .list-faq {
    margin: 25px 0;
  }
}
.list-faq__question {
  font-weight: bold;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.6;
  padding: 30px 60px 30px 75px;
  margin-top: 20px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list-faq__question {
    font-size: 1.4rem;
    padding: 20px 35px 20px 60px;
    margin-top: 15px;
  }
}
.list-faq__question::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea01";
  color: #8B0000;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .list-faq__question::after {
    font-size: 1.3rem;
    right: 15px;
  }
}
.list-faq__question.js-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.list-faq__question__icon {
  font-size: 1.7rem;
  font-weight: bold;
  color: #8B0000;
  position: absolute;
  top: 30px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .list-faq__question__icon {
    font-size: 1.4rem;
    top: 20px;
    left: 15px;
  }
}
.list-faq__answer {
  padding: 0 30px 40px 75px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  background: #fff;
  display: none;
}
@media screen and (max-width: 767px) {
  .list-faq__answer {
    font-size: 1.3rem;
    padding: 0 35px 20px 60px;
  }
}
.list-faq__answer__inner > figure {
  margin-top: 0;
}
.list-faq__answer__icon {
  font-size: 1.7rem;
  font-weight: bold;
  color: #0B8937;
  position: absolute;
  top: 0;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .list-faq__answer__icon {
    font-size: 1.4rem;
    left: 15px;
  }
}

.list-hor {
  margin: 18px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list-hor {
    margin: 8px 0 20px;
  }
}
.list-hor > li {
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 12px 25px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list-hor > li {
    font-size: 1.4rem;
    margin-top: 10px;
    padding-left: 18px;
  }
}
.list-hor > li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: translate();
  transform: translate();
  background: #802626;
  border-radius: 50%;
}

.list-news {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .list-news {
    margin-top: 20px;
  }
}
.list-news__item {
  background: #F7F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
}
.list-news__item:nth-child(odd) {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .list-news__item {
    display: block;
    padding: 15px;
  }
}
.list-news__time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 11.5em;
}
@media screen and (max-width: 767px) {
  .list-news__time {
    display: block;
    font-size: 1.3rem;
    width: auto;
  }
}
.list-news__ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: underline;
  margin-left: 20px;
}
.list-news__ttl:link {
  color: #8B0000;
}
.list-news__ttl:visited {
  color: #8B0000;
}
@media screen and (max-width: 767px) {
  .list-news__ttl {
    display: block;
    font-size: 1.4rem;
    margin: 6px 0 0;
  }
}

.list-schedule {
  background: #fff;
  padding: 50px 40px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .list-schedule {
    padding: 30px 15px;
  }
}
.list-schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-schedule__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.8em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .list-schedule__time {
    width: 7.6em;
    font-size: 1.5rem;
    margin-top: -8px;
    padding-right: 15px;
  }
}
.list-schedule__time__ico {
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .list-schedule__time__ico {
    width: 40px;
  }
}
.list-schedule__time__num {
  margin-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #8B0000;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list-schedule__time__num {
    margin-left: 8px;
    font-size: 1.4rem;
  }
}
.list-schedule__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-left: 3px solid rgba(128, 38, 38, 0.15);
  padding: 0 0 35px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list-schedule__body {
    padding: 0 0 30px 15px;
  }
}
.list-schedule__body > *:first-child {
  margin-top: 0;
}
.list-schedule__body::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -8px;
  top: 6px;
  -webkit-transform: translate();
  transform: translate();
  border-radius: 50%;
  background: #8B0000;
}
@media screen and (max-width: 767px) {
  .list-schedule__body::before {
    width: 11px;
    height: 11px;
    left: -7px;
  }
}
.list-schedule__head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list-schedule__head {
    font-size: 1.5rem;
  }
}
.list-schedule__desc {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .list-schedule__desc {
    font-size: 1.3rem;
  }
}

.local {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .local {
    margin-top: 20px;
  }
}
.local__ttl {
  color: #000;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .local__ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.local__ttl__link {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.local__ttl__link:link {
  color: #000;
}
.local__ttl__link:visited {
  color: #000;
}
.local__ttl__link:hover {
  color: #8B0000;
}
.local__list {
  border-top: 1px solid #802626;
}
.local__list__item {
  border-bottom: 1px solid #802626;
}
.local__list__link {
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.6;
  position: relative;
  padding: 18px 12px 18px 28px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.local__list__link:link {
  color: #000;
}
.local__list__link:visited {
  color: #000;
}
@media screen and (max-width: 767px) {
  .local__list__link {
    padding: 15px 12px 15px 28px;
    font-size: 1.3rem;
  }
}
.local__list__link::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea03";
  color: #802626;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.local__list__link:hover {
  color: #8B0000;
}
.local__list__link:hover::before {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
.local__list__link.js-active:link {
  color: #8B0000;
}
.local__list__link.js-active:visited {
  color: #8B0000;
}

@media screen and (min-width: 768px) {
  .menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    position: absolute;
    top: 15px;
    right: 0;
    width: 38px;
    height: 30px;
    cursor: pointer;
  }
  .menu__inner {
    height: 16px;
    position: relative;
  }
  .menu__bar, .menu__bar--top, .menu__bar--middle, .menu__bar--bottom {
    display: block;
    background: #802626;
    height: 2px;
    width: 100%;
    -webkit-transition: opacity 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, top 0.3s, bottom 0.3s;
    transition: transform 0.3s, opacity 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  }
  .menu__bar--top, .menu__bar--middle, .menu__bar--bottom {
    position: absolute;
  }
  .menu__bar--top {
    left: 0;
    top: 0;
  }
  .menu.js-active .menu__bar--top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .menu__bar--middle {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .menu.js-active .menu__bar--middle {
    opacity: 0;
  }
  .menu__bar--bottom {
    left: 0;
    bottom: 0;
  }
  .menu.js-active .menu__bar--bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .menu__label {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin: 8px 0 0;
    text-align: center;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .menu-body {
    display: block !important;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .menu-body {
    display: none;
    background: #802626;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .menu-body__inner {
    padding-bottom: 40px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__content {
  background: #fff;
  padding: 40px 24px;
  border-radius: 8px;
  width: 90%;
  max-width: 1000px;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
}
.modal__close__top {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}
.modal__close__top:hover {
  color: #8B0000;
}
.modal__close__bottom {
  margin: 20px auto 40px;
  display: block;
  background: #000000;
  color: #fff;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal__close__bottom:hover {
  background: #8B0000;
  color: #fff;
}

.nav-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 45px -15px;
}
@media screen and (max-width: 767px) {
  .nav-index__list {
    width: auto;
    margin: 30px 0;
  }
}
.nav-index__list__item {
  width: 50%;
  padding: 0 15px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .nav-index__list__item {
    width: auto;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .nav-index__list__item:nth-child(1), .nav-index__list__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-index__list__item:first-child {
    margin-top: 0;
  }
}
.nav-index__list__link {
  display: block;
  height: 100%;
  text-decoration: none;
  background: #fff;
}
.nav-index__list__link:link {
  color: #000;
}
.nav-index__list__link:visited {
  color: #000;
}
.nav-index__list__thumb {
  margin: 0;
  overflow: hidden;
}
.nav-index__list__thumb.-not {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.nav-index__list__thumb img {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.nav-index__list__link:hover .nav-index__list__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.nav-index__list__label {
  display: block;
  line-height: 1.6;
  font-size: 1.5rem;
  padding: 18px 15px 18px 40px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .nav-index__list__label {
    font-size: 1.4rem;
    padding: 15px 15px 15px 36px;
  }
}
.nav-index__list__link:hover .nav-index__list__label {
  color: #8B0000;
}
.nav-index__list__label::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea03";
  color: #802626;
  font-size: 1.2rem;
  position: absolute;
  top: 24px;
  left: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .nav-index__list__label::before {
    font-size: 1rem;
    top: 21px;
  }
}
.nav-index__list__link:hover .nav-index__list__label::before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.note {
  font-size: 1.3rem;
  padding-left: 1.5em;
  position: relative;
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .note {
    font-size: 1.1rem;
    margin-top: 12px;
  }
}
.note::before {
  content: "※";
  font-size: 1.3rem;
  color: #802626;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .note::before {
    font-size: 1.1rem;
  }
}
.note.-ib {
  display: inline-block;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .note.-ib {
    margin-top: 6px;
  }
}

.notes {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .notes {
    margin-top: 12px;
  }
}
.notes > li {
  font-size: 1.3rem;
  padding-left: 1.5em;
  position: relative;
  margin-top: 6px;
  line-height: 1.6;
}
.notes > li:first-child {
  margin-top: 0;
}
.notes > li::before {
  content: "※";
  font-size: 1.3rem;
  color: #802626;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .notes > li::before {
    font-size: 1.1rem;
  }
}

ol:not([class]) {
  counter-reset: num;
  margin: 25px 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  ol:not([class]) {
    margin: 20px 0;
  }
}
ol:not([class]) > li {
  margin-top: 10px;
  padding-left: 1.6em;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  ol:not([class]) > li {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.def ol:not([class]) > li {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .def ol:not([class]) > li {
    font-size: 1.3rem;
  }
}
ol:not([class]) > li:first-child {
  margin-top: 0;
}
ol:not([class]) > li::before {
  counter-increment: num;
  content: counter(num) ".";
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.pagination {
  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;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 35px;
  }
}
.pagination__item {
  padding: 0 5px;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .pagination__item {
    padding: 0 3px;
  }
}
.pagination__item a {
  display: inline-block;
  text-decoration: none;
  color: #8B0000;
  background: #fff;
  line-height: 1;
  font-size: 1.4rem;
  padding: 5px 7px;
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination__item a {
    font-size: 1.3rem;
    min-width: 30px;
    height: 30px;
    padding: 5px 4px;
  }
}
.pagination__item.-prev a::after, .pagination__item.-next a::after, .pagination__item.-first a::after, .pagination__item.-last a::after {
  content: "";
  display: block;
  font-size: 1rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.pagination__item.-prev a span, .pagination__item.-next a span, .pagination__item.-first a span, .pagination__item.-last a span {
  display: none;
}
.pagination__item.-prev a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea02";
}
.pagination__item.-next a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea03";
}
.pagination__item.-first a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0a";
}
.pagination__item.-last a::after {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea07";
}
.pagination__item.-active a, .pagination__item a:hover {
  background: #802626;
  color: #fff;
}

.site-assist {
  position: absolute;
  right: 90px;
  top: 64px;
}
@media screen and (max-width: 767px) {
  .site-assist {
    position: static;
    margin-top: 25px;
  }
}
.site-assist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .site-assist__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.site-assist__list__item {
  margin-left: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .site-assist__list__item {
    margin-left: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
  .site-assist__list__item:first-child {
    border-left: none;
  }
}
.site-assist__list__link {
  position: relative;
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
.site-assist__list__link:link {
  color: #000;
}
.site-assist__list__link:visited {
  color: #000;
}
@media screen and (max-width: 767px) {
  .site-assist__list__link {
    font-size: 1.2rem;
    padding: 0 14px;
  }
  .site-assist__list__link:link {
    color: #fff;
  }
  .site-assist__list__link:visited {
    color: #fff;
  }
}
.site-assist__list__link:hover {
  color: #8B0000;
}
@media screen and (max-width: 767px) {
  .site-assist__list__link:hover {
    color: #fff;
  }
}
.site-assist__list__link::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea03";
  color: #802626;
  font-size: 1rem;
  margin-right: 4px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .site-assist__list__link::before {
    display: none;
  }
}

.site-contact {
  position: absolute;
  top: 45px;
  right: 80px;
  background: #F2EFE6;
  width: 420px;
  height: 60px;
  border-radius: 30px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}
.site-contact:link {
  color: #802626 !important;
}
.site-contact:visited {
  color: #802626 !important;
}
@media screen and (max-width: 767px) {
  .site-contact {
    top: 14px;
    right: 47px;
    height: 32px;
    width: 135px;
    padding: 5px 10px;
  }
}
.site-contact__inner {
  vertical-align: middle;
}
.site-contact__label {
  font-size: 1.4rem;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .site-contact__label {
    display: none;
  }
}
.site-contact__num {
  font-size: 2.5rem;
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .site-contact__num {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-left: 0;
  }
  .site-contact__num::before {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea09";
    font-size: 1.3rem;
    line-height: 0.5;
    position: relative;
    top: 1px;
    left: 0;
    margin-right: 3px;
  }
}

@media screen and (min-width: 768px) {
  .site-search {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-search {
    display: block !important;
    margin: 35px 20px 0;
  }
}
.site-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .site-search {
    display: none;
  }
}
.site-search__input[type=text] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 400px;
  height: 60px;
  padding: 15px;
  background: #fff;
  color: #000;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .site-search__input[type=text] {
    height: 44px;
    padding: 10px 15px;
  }
}
.site-search__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background: #802626;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .site-search__btn {
    width: 44px;
    height: 44px;
    background: #af3434;
  }
}
.site-search__btn::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0b";
  color: #fff;
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .site-search__btn::before {
    font-size: 1.8rem;
  }
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -15px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .sitemap {
    display: block;
    margin: 20px 0;
  }
}
.sitemap__item {
  width: 50%;
  line-height: 1.6;
  margin: 12px 0 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .sitemap__item:nth-child(1), .sitemap__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__item {
    width: auto;
    margin-top: 10px;
    padding: 0;
  }
  .sitemap__item:first-child {
    margin-top: 0;
  }
}
.sitemap__link {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  padding: 0 15px 0 22px;
  position: relative;
}
.sitemap__link:link {
  color: #000;
}
.sitemap__link:visited {
  color: #000;
}
@media screen and (max-width: 767px) {
  .sitemap__link {
    font-size: 1.4rem;
  }
}
.sitemap__link::before {
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea03";
  color: #8B0000;
  font-size: 1.2rem;
  position: absolute;
  top: 5px;
  left: 0;
}

.subpage-contents {
  padding-top: 150px;
  padding-bottom: 115px;
  background: #F7F4F4;
}
@media screen and (max-width: 767px) {
  .subpage-contents {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.subpage-contents__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .subpage-contents__inner {
    display: block;
    padding: 0 20px;
  }
}
.subpage-contents__inner.-wide {
  max-width: 980px;
}
.subpage-contents__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.subpage-contents__body > *:first-child {
  margin-top: 0;
}
.subpage-contents__body > *:last-child {
  margin-bottom: 0;
}
.subpage-contents__side {
  width: 280px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .subpage-contents__side {
    width: auto;
    margin: 60px 0 0;
  }
}
.subpage-contents__side > *:first-child {
  margin-top: 0;
}

.subpage-mv {
  height: 250px;
  background: url("/img/common/mv_common.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .subpage-mv {
    height: 120px;
  }
}
.subpage-mv.-about {
  background-image: url("/img/common/mv_about.jpg");
}
.subpage-mv.-outpatient {
  background-image: url("/img/common/mv_outpatient.jpg");
}
.subpage-mv.-department {
  background-image: url("/img/common/mv_department.jpg");
}
.subpage-mv.-hospitalization {
  background-image: url("/img/common/mv_hospitalization.jpg");
}
.subpage-mv.-employ {
  background-image: url("/img/common/mv_employ.jpg");
}
.subpage-mv.-blog {
  background-image: url("/img/common/mv_blog.jpg");
}

.table-sp-col, .table-xsm, .table-sm, table:not([class]) {
  width: 100%;
  margin: 35px 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table-sp-col, .table-xsm, .table-sm, table:not([class]) {
    margin: 25px 0;
  }
}
.table-sp-col caption, .table-xsm caption, .table-sm caption, table:not([class]) caption {
  line-height: 1.5;
  font-size: 1.7rem;
  margin: 0 0 15px;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-sp-col caption, .table-xsm caption, .table-sm caption, table:not([class]) caption {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.table-sp-col caption::before, .table-xsm caption::before, .table-sm caption::before, table:not([class]) caption::before {
  content: "【";
}
.table-sp-col caption::after, .table-xsm caption::after, .table-sm caption::after, table:not([class]) caption::after {
  content: "】";
}
.table-sp-col thead th, .table-xsm thead th, .table-sm thead th, table:not([class]) thead th {
  border-right: 1px solid #fff;
  background: #802626;
  color: #fff;
}
.table-sp-col tfoot th, .table-xsm tfoot th, .table-sm tfoot th, table:not([class]) tfoot th, .table-sp-col tfoot td, .table-xsm tfoot td, .table-sm tfoot td, table:not([class]) tfoot td {
  border-right: 1px solid #ddd;
  background: rgba(128, 38, 38, 0.05);
}
.table-sp-col tbody th, .table-xsm tbody th, .table-sm tbody th, table:not([class]) tbody th, .table-sp-col tbody td, .table-xsm tbody td, .table-sm tbody td, table:not([class]) tbody td {
  background: #fff;
}
.table-sp-col th, .table-xsm th, .table-sm th, table:not([class]) th, .table-sp-col td, .table-xsm td, .table-sm td, table:not([class]) td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table-sp-col th, .table-xsm th, .table-sm th, table:not([class]) th, .table-sp-col td, .table-xsm td, .table-sm td, table:not([class]) td {
    font-size: 1.3rem;
  }
}
.table-sp-col th > *:first-child, .table-xsm th > *:first-child, .table-sm th > *:first-child, table:not([class]) th > *:first-child, .table-sp-col td > *:first-child, .table-xsm td > *:first-child, .table-sm td > *:first-child, table:not([class]) td > *:first-child {
  margin-top: 0 !important;
}
.table-sp-col th > *:last-child, .table-xsm th > *:last-child, .table-sm th > *:last-child, table:not([class]) th > *:last-child, .table-sp-col td > *:last-child, .table-xsm td > *:last-child, .table-sm td > *:last-child, table:not([class]) td > *:last-child {
  margin-bottom: 0 !important;
}
.table-sp-col th.pdg-sm, .table-xsm th.pdg-sm, .table-sm th.pdg-sm, table:not([class]) th.pdg-sm, .table-sp-col td.pdg-sm, .table-xsm td.pdg-sm, .table-sm td.pdg-sm, table:not([class]) td.pdg-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-sp-col tbody th, .table-xsm tbody th, .table-sm tbody th, table:not([class]) tbody th {
  font-weight: bold;
  color: #8B0000;
}
.table-sp-col tbody tr:last-child th, .table-xsm tbody tr:last-child th, .table-sm tbody tr:last-child th, table:not([class]) tbody tr:last-child th {
  border-bottom: 1px solid #ddd;
}

.table-sm th, .table-sm td {
  padding: 20px 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .table-sm th, .table-sm td {
    padding: 15px 10px;
  }
}
.table-xsm th, .table-xsm td {
  padding: 15px 6px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .table-xsm th, .table-xsm td {
    padding: 12px 6px;
  }
}
@media screen and (max-width: 767px) {
  .table-sp-col {
    border-top: none;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .table-sp-col th, .table-sp-col td {
    border-bottom: none !important;
  }
}
.table-sp-col th {
  background: #f2f2f2;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .table-sp-col th {
    text-align: left;
    font-size: vw(14);
    padding: vw(15) vw(10);
  }
}
@media screen and (max-width: 767px) {
  .table-sp-col td {
    padding: 12px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .table-sp-col tr,
  .table-sp-col th,
  .table-sp-col td,
  .table-sp-col thead,
  .table-sp-col tbody,
  .table-sp-col tfoot {
    display: block;
    width: 100%;
  }
}

.table-stripe {
  width: 100%;
  margin: 35px 0;
}
@media screen and (max-width: 767px) {
  .table-stripe {
    margin: 25px 0;
  }
}
.table-stripe caption {
  line-height: 1.5;
  font-size: 1.7rem;
  margin: 0 0 15px;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-stripe caption {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.table-stripe caption::before {
  content: "【";
}
.table-stripe caption::after {
  content: "】";
}
.table-stripe tbody tr:nth-child(odd) th, .table-stripe tbody tr:nth-child(odd) td {
  background: #fff;
}
.table-stripe tbody th {
  color: #8B0000;
  font-weight: bold;
}
.table-stripe th, .table-stripe td {
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table-stripe th, .table-stripe td {
    font-size: 1.3rem;
  }
}
.table-stripe th > *:first-child, .table-stripe td > *:first-child {
  margin-top: 0 !important;
}
.table-stripe th > *:last-child, .table-stripe td > *:last-child {
  margin-bottom: 0 !important;
}
.table-stripe th {
  text-align: left;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .table-stripe th {
    padding: 15px 20px 8px;
  }
}
.table-stripe td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .table-stripe td {
    padding: 0 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-stripe tr,
  .table-stripe th,
  .table-stripe td,
  .table-stripe thead,
  .table-stripe tbody,
  .table-stripe tfoot {
    display: block;
    width: 100%;
  }
}

.table-history {
  width: 100%;
  margin: 35px 0;
}
@media screen and (max-width: 767px) {
  .table-history {
    margin: 25px 0;
  }
}
.table-history tbody tr:nth-child(odd) th, .table-history tbody tr:nth-child(odd) td {
  background: #fff;
}
.table-history tbody th {
  color: #8B0000;
  font-weight: bold;
}
.table-history th, .table-history td {
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table-history th, .table-history td {
    font-size: 1.3rem;
  }
}
.table-history th > *:first-child, .table-history td > *:first-child {
  margin-top: 0 !important;
}
.table-history th > *:last-child, .table-history td > *:last-child {
  margin-bottom: 0 !important;
}
.table-history th {
  text-align: left;
  vertical-align: top;
  padding: 15px 30px;
  width: 15em;
}
@media screen and (max-width: 767px) {
  .table-history th {
    padding: 15px 20px 12px;
  }
}
.table-history td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .table-history td {
    padding: 0 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-history tr,
  .table-history th,
  .table-history td,
  .table-history thead,
  .table-history tbody,
  .table-history tfoot {
    display: block;
    width: 100%;
  }
}
.table-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-history__item + .table-history__item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .table-history__item + .table-history__item {
    margin-top: 15px;
  }
}
.table-history__month {
  margin-right: 2em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.table-history__event {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-wrapper {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .table-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0;
  }
}
.table-wrapper table {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .table-wrapper table {
    width: 800px;
  }
}

.table-hint {
  display: none;
}
@media screen and (max-width: 767px) {
  .table-hint {
    display: block;
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}

p.txt-l,
p.txt-c,
p.txt-r, p:not([class]) {
  font-size: 1.5rem;
  margin: 20px 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  p.txt-l,
  p.txt-c,
  p.txt-r, p:not([class]) {
    font-size: 1.4rem;
    margin: 15px 0;
  }
}
table p.txt-l,
table p.txt-c,
table p.txt-r, table p:not([class]) {
  font-size: 1.5rem;
}

.txt-l {
  text-align: left;
}

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

.txt-r {
  text-align: right;
}

.topics-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px 0 20px;
}
.topics-info__time {
  color: #777;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .topics-info__time {
    font-size: 1.3rem;
  }
}
.topics-info__category {
  text-decoration: none;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 5px 8px;
  margin-left: 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.topics-info__category:link {
  color: #802626;
}
.topics-info__category:visited {
  color: #802626;
}
@media screen and (max-width: 767px) {
  .topics-info__category {
    font-size: 1.2rem;
  }
}
.topics-info__category:hover {
  color: rgba(128, 38, 38, 0.5);
}

.ttl-page {
  color: #000;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl-page {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

h2:not([class]) {
  color: #000;
  font-size: 2.2rem;
  line-height: 1.6;
  padding: 12px 0 12px 18px;
  border-left: 3px solid #802626;
  margin: 60px 0 24px;
}
@media screen and (max-width: 767px) {
  h2:not([class]) {
    font-size: 1.9rem;
    margin: 45px 0 20px;
    padding: 9px 0 9px 15px;
  }
}
.ttl-page + h2:not([class]) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .ttl-page + h2:not([class]) {
    margin-top: 25px;
  }
}

h3:not([class]) {
  color: #8B0000;
  font-size: 2rem;
  line-height: 1.6;
  margin: 40px 0 16px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3:not([class]) {
    font-size: 1.7rem;
    margin: 35px 0 15px;
    padding-left: 22px;
  }
}
h2:not([class]) + h3:not([class]) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  h2:not([class]) + h3:not([class]) {
    margin-top: 20px;
  }
}
h3:not([class])::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #8B0000;
}
@media screen and (max-width: 767px) {
  h3:not([class])::before {
    width: 12px;
    top: 13px;
  }
}

h4:not([class]) {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.5;
  border-left: 2px solid #000;
  padding: 3px 0 3px 12px;
  margin: 35px 0 15px;
}
@media screen and (max-width: 767px) {
  h4:not([class]) {
    font-size: 1.5rem;
    padding: 3px 0 3px 12px;
    margin: 30px 0 15px;
  }
}
h3:not([class]) + h4:not([class]) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  h3:not([class]) + h4:not([class]) {
    margin-top: 20px;
  }
}

h5:not([class]) {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 15px;
  margin: 35px 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  h5:not([class]) {
    font-size: 1.4rem;
    margin: 25px 0 12px;
  }
}
h4:not([class]) + h5:not([class]) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  h4:not([class]) + h5:not([class]) {
    margin-top: 15px;
  }
}
h5:not([class])::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transform: translate();
  transform: translate();
  background: #8B0000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  h5:not([class])::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
}

ul:not([class]) {
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  ul:not([class]) {
    margin: 20px 0;
  }
}
ul:not([class]) > li {
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 12px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul:not([class]) > li {
    font-size: 1.4rem;
    margin-top: 10px;
    padding-left: 18px;
  }
}
ul:not([class]) > li:first-child {
  margin-top: 0;
}
.doctor-intro__info ul:not([class]) > li {
  margin-top: 5px;
}
.doctor-intro__info ul:not([class]) > li:first-child {
  margin-top: 0;
}
ul:not([class]) > li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: translate();
  transform: translate();
  background: #802626;
  border-radius: 50%;
}
ul:not([class]) > li > ul {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  ul:not([class]) > li > ul {
    margin-top: 10px;
  }
}
ul:not([class]) > li > ul > li {
  font-size: 1.4rem;
  position: relative;
  color: #000;
  padding: 0 0 0 15px;
  margin: 8px 0 0;
}
ul:not([class]) > li > ul > li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transform: translate();
  transform: translate();
  background: rgba(128, 38, 38, 0.5);
  border-radius: 50%;
}
ul:not([class]) > li > ul > li:first-child {
  margin-top: 0;
}

.wid-0 {
  width: 0%;
}

.wid-1 {
  width: 1%;
}

.wid-2 {
  width: 2%;
}

.wid-3 {
  width: 3%;
}

.wid-4 {
  width: 4%;
}

.wid-5 {
  width: 5%;
}

.wid-6 {
  width: 6%;
}

.wid-7 {
  width: 7%;
}

.wid-8 {
  width: 8%;
}

.wid-9 {
  width: 9%;
}

.wid-10 {
  width: 10%;
}

.wid-11 {
  width: 11%;
}

.wid-12 {
  width: 12%;
}

.wid-13 {
  width: 13%;
}

.wid-14 {
  width: 14%;
}

.wid-15 {
  width: 15%;
}

.wid-16 {
  width: 16%;
}

.wid-17 {
  width: 17%;
}

.wid-18 {
  width: 18%;
}

.wid-19 {
  width: 19%;
}

.wid-20 {
  width: 20%;
}

.wid-21 {
  width: 21%;
}

.wid-22 {
  width: 22%;
}

.wid-23 {
  width: 23%;
}

.wid-24 {
  width: 24%;
}

.wid-25 {
  width: 25%;
}

.wid-26 {
  width: 26%;
}

.wid-27 {
  width: 27%;
}

.wid-28 {
  width: 28%;
}

.wid-29 {
  width: 29%;
}

.wid-30 {
  width: 30%;
}

.wid-31 {
  width: 31%;
}

.wid-32 {
  width: 32%;
}

.wid-33 {
  width: 33%;
}

.wid-34 {
  width: 34%;
}

.wid-35 {
  width: 35%;
}

.wid-36 {
  width: 36%;
}

.wid-37 {
  width: 37%;
}

.wid-38 {
  width: 38%;
}

.wid-39 {
  width: 39%;
}

.wid-40 {
  width: 40%;
}

.wid-41 {
  width: 41%;
}

.wid-42 {
  width: 42%;
}

.wid-43 {
  width: 43%;
}

.wid-44 {
  width: 44%;
}

.wid-45 {
  width: 45%;
}

.wid-46 {
  width: 46%;
}

.wid-47 {
  width: 47%;
}

.wid-48 {
  width: 48%;
}

.wid-49 {
  width: 49%;
}

.wid-50 {
  width: 50%;
}

.wid-51 {
  width: 51%;
}

.wid-52 {
  width: 52%;
}

.wid-53 {
  width: 53%;
}

.wid-54 {
  width: 54%;
}

.wid-55 {
  width: 55%;
}

.wid-56 {
  width: 56%;
}

.wid-57 {
  width: 57%;
}

.wid-58 {
  width: 58%;
}

.wid-59 {
  width: 59%;
}

.wid-60 {
  width: 60%;
}

.wid-61 {
  width: 61%;
}

.wid-62 {
  width: 62%;
}

.wid-63 {
  width: 63%;
}

.wid-64 {
  width: 64%;
}

.wid-65 {
  width: 65%;
}

.wid-66 {
  width: 66%;
}

.wid-67 {
  width: 67%;
}

.wid-68 {
  width: 68%;
}

.wid-69 {
  width: 69%;
}

.wid-70 {
  width: 70%;
}

.wid-71 {
  width: 71%;
}

.wid-72 {
  width: 72%;
}

.wid-73 {
  width: 73%;
}

.wid-74 {
  width: 74%;
}

.wid-75 {
  width: 75%;
}

.wid-76 {
  width: 76%;
}

.wid-77 {
  width: 77%;
}

.wid-78 {
  width: 78%;
}

.wid-79 {
  width: 79%;
}

.wid-80 {
  width: 80%;
}

.wid-81 {
  width: 81%;
}

.wid-82 {
  width: 82%;
}

.wid-83 {
  width: 83%;
}

.wid-84 {
  width: 84%;
}

.wid-85 {
  width: 85%;
}

.wid-86 {
  width: 86%;
}

.wid-87 {
  width: 87%;
}

.wid-88 {
  width: 88%;
}

.wid-89 {
  width: 89%;
}

.wid-90 {
  width: 90%;
}

.wid-91 {
  width: 91%;
}

.wid-92 {
  width: 92%;
}

.wid-93 {
  width: 93%;
}

.wid-94 {
  width: 94%;
}

.wid-95 {
  width: 95%;
}

.wid-96 {
  width: 96%;
}

.wid-97 {
  width: 97%;
}

.wid-98 {
  width: 98%;
}

.wid-99 {
  width: 99%;
}

.wid-100 {
  width: 100%;
}

/*
/* Reset
/*
----------------------------------------------------------------- */
.u-color-white {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .hidden__pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden__sp {
    display: none;
  }
}

.u-fw-bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.fancybox-button--zoom {
  display: none !important;
}

.fancybox-content.site-search {
  background: transparent;
}

.fancybox-close-small svg {
  color: #fff;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}