@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

body {
  font-size: 1rem;
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  font-family: "UD Reimin Light", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

body {
  font-size: 1rem;
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .br-pc,
  .display-pc {
    display: none;
  }
}

.br-sp,
.display-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp,
  .display-sp {
    display: block;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.checkList__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  margin: 0 0 40px;
}

.checkList__text > a {
  color: #ff9e9e;
  text-decoration: underline;
}

.checkList__text > a.more-link {
  color: inherit;
  text-decoration: none;
}

.checkList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -1% 0 0;
}
@media screen and (max-width: 768px) {
  .checkList__list + .contents__heading--sub {
    margin-top: 25px;
  }
}

.checkList__list__item,
.checkList__list__item--2col {
  width: 100%;
  background: #f8f8f8;
  margin: 1% 0 0;
}

.checkList__list__item--2col {
  width: 49.5%;
}

.checkList__list__item--text, .checkList__list__item--question {
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
}

.checkList__list__item--question {
  padding: 20px 30px;
  font-size: 1.8rem;
}

.checkList__list__item--question:hover {
  cursor: pointer;
  background-color: #fff0f0;
}

.checkList__list__item--img {
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 16px 0 0;
}

.checkList__list__item--hide {
  display: none;
  padding: 25px 65px 30px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  background: #fff;
}

.checkList__list__item--hide > a {
  color: #ff9e9e;
  text-decoration: underline;
}

.checkList__list__item--hide > a.more-link {
  color: inherit;
  text-decoration: none;
}

.checkList__list__item__lower {
  padding: 0 30px 12px 30px;
  background: #f8f8f8;
}

.checkList__list__item__lower__item {
  font-size: 1.2rem;
  line-height: 1.6;
}

.checkList__list__item__lower__item:before {
  content: "・";
  margin: 0 3px 0 0;
}

.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact__link__item {
  width: 200px;
  margin: 0 0 0 10px;
}

.contact__attention {
  font-size: 1.4rem;
  margin: 60px 0 40px;
}

.contact__attention span {
  color: #e71f19;
}

.contact--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.contact__title {
  width: 35%;
  padding: 20px 0 20px 20px;
  border-bottom: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}

.contact__title:last-of-type {
  border-bottom: 0;
}

.contact__input {
  width: 65%;
  padding: 20px 0 20px 0px;
  border-bottom: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}

.contact__input:last-of-type {
  border-bottom: 0;
}

.contact__input__radio {
  width: 100%;
  display: block;
  margin: 0 0 10px;
}

.contact__input__radio:last-child {
  margin: 0;
}

.contact__input__check {
  margin: 0 0 10px;
}

.contact__input__check:last-child {
  margin: 0;
}

.contact__input__text, .contact__input__text--mail {
  border: 0;
  background: #ddd;
  padding: 10px;
  width: 100%;
  font-size: 1.4rem;
}

.contact__input__text--mail {
  width: 100%;
}

.contact__input--hide {
  display: none;
}

.contact__input__textarea {
  border: 0;
  background: #ddd;
  padding: 10px;
  width: 100%;
  font-size: 1.4rem;
}

.contact__input__select {
  font-size: 1.4rem;
}

.contact__privacy {
  padding: 40px;
  background-color: #eee;
  margin: 0 0 40px;
}

.contact__privacy__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
}

.contact__privacy__contents {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #ddd;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  height: 300px;
  overflow: scroll;
}

.contact__privacy__contents--information {
  margin: 20px 0 0 0;
  text-align: right;
}

.contact__submit {
  padding: 40px;
  background-color: #fff0f0;
  text-align: center;
}

.contact__submit__heading {
  font-size: 1.4rem;
  margin: 0 0 20px;
}

.contact__submit__heading > a {
  color: #ff9e9e;
  text-decoration: underline;
}

.contact__submit__heading > a.more-link {
  color: inherit;
  text-decoration: none;
}

.contact__submit__check {
  font-size: 1.4rem;
  position: relative;
}

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

.contact__btn--submit, .contact__btn--back {
  width: 400px;
  display: block;
  margin: 40px 10px 0;
  font-size: 1.6rem;
  background-color: #ff9e9e;
  border: solid 1px #ff9e9e;
  padding: 20px;
  text-align: center;
  color: #333;
}

.contact__btn--submit:hover, .contact__btn--back:hover {
  background-color: #f8cfce;
  border: solid 1px #f8cfce;
}

.contact__btn--back {
  background-color: #fff;
  border: solid 1px #ff9e9e;
  color: #333;
  text-align: center;
}

.contact__btn--back:hover {
  background-color: #fff0f0;
}

.contact__tel {
  text-align: center;
}

.contact__tel__btn {
  display: block;
  width: 300px;
  background: #ff9e9e;
  padding: 20px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 100px;
  margin: 20px auto 30px;
}

.contact__tel__btn--number {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.contact__fax {
  text-align: center;
}

.contact__fax__text {
  font-size: 2rem;
  font-weight: bold;
  color: #ff9e9e;
  margin-bottom: 10px;
}

.contact__fax img {
  max-width: 100%;
}

.contact__attention {
  margin: 40px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
}

.contact__attention__heading {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 5px;
  color: #e71f19;
}

.contact__attention--color {
  color: #e71f19;
}

.contact__thanks {
  margin: 100px 0;
  text-align: center;
  font-size: 1.6rem;
}

.contact__firstGoods {
  margin: 40px 0;
  width: 49%;
  border: solid 1px #ff9e9e;
}

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

.contact__firstGoods__header {
  font-size: 1.8rem;
  padding: 15px;
  color: #fff;
  background-color: #ff9e9e;
}

.contact__firstGoods__img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 20px auto;
}

.contact__firstGoods__check {
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 20px;
}

.contact__firstGoods__check__title {
  font-size: 1.4rem;
  margin: 15px 0 5px;
}

.contact__firstGoods__check__title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #333;
  margin: 0 5px 0 0;
}

.contact__firstGoods__check__attention {
  margin: 10px 0 15px;
  font-size: 1.2rem;
  color: #555;
}

.contact__firstGoods__check__attention--link {
  color: #ff9e9e;
  text-decoration: underline;
}

.contact__firstGoods__select {
  padding: 0 15px 15px;
}

.contact__addGoods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact__addGoods-purchase-new {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.contact__addGoods-purchase-new a {
  margin: 0 5px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ff9e9e;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contact__addGoods-purchase-new {
    font-size: 1.2rem;
  }
  .contact__addGoods-purchase-new a {
    font-size: 1.5rem;
  }
}

.contact__addGoods--wrap:last-of-type {
  margin: 0 0 40px;
}

.contact__addGoods__attention {
  font-size: 1.2rem;
  color: #555;
  margin: 0 0 20px;
}

.contact__addGoods__img {
  width: 30%;
  text-align: center;
}

.contact__addGoods__img img {
  width: auto;
  max-width: 100%;
}

.contact__addGoods__input {
  width: 65%;
  margin: 0 0 40px;
}

.contact__addGoods__input__checkbox {
  font-size: 1.4rem;
  margin: 0 0 20px;
}

.contact__addGoods__input__select {
  margin: 0 10px 0 0;
}

.contact__addGoods__input__select select {
  line-height: 1.4;
  font-size: 1.4rem;
}

.contact__addGoods__input__select--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__addGoods__input__select label {
  display: block;
  margin: 0 0 5px;
  font-size: 1.4rem;
}

.contact__addGoods__input__select label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #333;
  margin: 0 5px 0 0;
}

.contact__addGoods__input__select--number label {
  display: block;
  margin: 0 0 5px;
  font-size: 1.4rem;
}

.contact__addGoods__input__select--number label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #333;
  margin: 0 5px 0 0;
}

.contact__addGoods__input__select--number select {
  width: 50px;
  line-height: 1.4;
  font-size: 1.4rem;
}

[data-required]:after {
  content: "必須";
  display: inline-block;
  color: #e71f19;
  margin: 0 10px;
  font-size: 1rem;
  border: 1px solid #e71f19;
  padding: 2px 4px;
  border-radius: 3px;
}

.mw_wp_form .error {
  margin: 10px 0 0;
  width: 100%;
}

.contents, .contents--lower {
  padding: 100px 0 0;
}

.contents--lower {
  position: relative;
}

.contents--lower:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  border-top: solid 1px #f0f0ee;
}

.contents--lower__heading {
  text-align: center;
  margin: 0 auto 100px;
  max-width: 1060px;
  padding: 0 70px;
}

.contents--lower__heading--text {
  display: inline;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.contents--lower__heading--text br {
  display: none;
}

.contents--lower__heading__description, .contents--lower__heading__description--attention {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  color: #333;
  margin: 50px 0 0;
}

.contents--lower__heading__description a, .contents--lower__heading__description--attention a {
  color: #ff9e9e;
  text-decoration: underline;
}

.contents--lower__heading__description--attention {
  color: #e71f19;
  margin: 0;
}

.contents--lower__anchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
}

.contents--lower__anchorLink__item {
  width: 100%;
  margin: 0 1% 0 0;
}

.contents--lower__anchorLink__item:last-child {
  margin: 0;
}

.contents--lower__anchorLink__item--link {
  display: block;
  border: solid 1px #ff9e9e;
  color: #fff;
  text-align: center;
  padding: 10px 0 25px;
  background-color: #ff9e9e;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  height: 100%;
}

.contents--lower__anchorLink__item--link:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  height: 14px;
  background-color: #fff;
}

.contents--lower__anchorLink__item--link:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  border-top: solid 5px #ff9e9e;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
  margin: auto;
  z-index: 1;
}

.contents--lower__anchorLink__item--link:hover {
  opacity: 0.8;
}

.contents__article {
  margin: -40px auto 100px;
  max-width: 1060px;
  padding: 40px 70px 0;
}
.contents__article .contents__article {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .contents__article .contents__article {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.contents__article__post p {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}

.contents__article__post p > a {
  color: #ff9e9e;
  text-decoration: underline;
}

.contents__article__post p > a.more-link {
  color: inherit;
  text-decoration: none;
}

.contents__article__post img {
  margin: 30px auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.contents__article__post h4 {
  font-size: 1.6rem;
  line-height: 2;
  color: #ff9e9e;
  font-weight: bold;
  margin: 20px 0 0;
}

.contents__article__post dl {
  border-top: solid 1px #f0f0ee;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents__article__post dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #f0f0ee;
  border-left: solid 1px #f0f0ee;
  border-right: solid 1px #f0f0ee;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 30%;
}

.contents__article__post dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-bottom: solid 1px #f0f0ee;
  border-right: solid 1px #f0f0ee;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 70%;
}

.contents__article__post ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -1% 0 0;
}

.contents__article__post ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.8;
}

.contents__heading {
  position: relative;
  margin: 40px 0 20px;
}

.contents__heading--sub {
  font-size: 1.8rem;
  padding: 50px 0 0 14px;
  margin: 0px 0 30px;
  font-weight: bold;
  position: relative;
}

.contents__heading--sub:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  height: calc(100% - 50px);
  background-color: #ff9e9e;
}

.contents__heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #ddd;
  z-index: -1;
}

.contents__heading--text {
  font-size: 2.4rem;
  padding: 0 0 20px;
  display: inline-block;
  border-bottom: solid 1px #ff9e9e;
  line-height: 1.4;
}

.contents__text, .contents__text--bold, .contents__text--attention, .contents__text--marker {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}

.contents__text > a, .contents__text--bold > a, .contents__text--attention > a, .contents__text--marker > a {
  color: #ff9e9e;
  text-decoration: underline;
}

.contents__text > a.more-link, .contents__text--bold > a.more-link, .contents__text--attention > a.more-link, .contents__text--marker > a.more-link {
  color: inherit;
  text-decoration: none;
}

.contents__text img, .contents__text--bold img, .contents__text--attention img, .contents__text--marker img {
  width: 100%;
}

.contents__text--bold {
  font-weight: bold;
}

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

.contents__text--attention {
  color: #e71f19;
}

.contents__text--marker {
  background-color: #FFFF00;
}

.contents__text__list {
  margin: 0 0 40px;
}

.contents__text + .guide__items {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contents__text + .guide__items {
    margin-top: 20px;
  }
}

.contents__text__list__item {
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 5px;
}

.contents__text__list__item::before {
  color: 555;
  display: inline-block;
  background: #f8cfce;
  content: "";
  height: 10px;
  width: 10px;
  margin: 0 8px 0 0;
  border-radius: 10px;
}

.contents__text__lower__item {
  font-size: 1.4rem;
}

.contents__text__lower__item::before {
  content: "・";
}

.contents__banner {
  margin: 40px auto;
}

.contents__img {
  margin: 30px 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

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

.contents__img--center img {
  max-width: 100%;
}

.contents__img--left {
  margin: 30px 0;
}

.contents__img--left img {
  max-width: 100%;
}

.contents__img > img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contents__youtube {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}

.contents__youtube--inner {
  height: 0;
  padding-top: 60%;
  position: relative;
}

.contents__youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contents__pagination {
  margin: 200px auto 0;
  max-width: 1060px;
  padding: 20px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #ebebeb;
  cursor: pointer;
}

.contents__pagination--before, .contents__pagination--before--nolink, .contents__pagination--after, .contents__pagination--after--nolink {
  font-size: 1.6rem;
  color: #333;
  text-decoration: underline;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}

.contents__pagination--before:hover, .contents__pagination--before--nolink:hover, .contents__pagination--after:hover, .contents__pagination--after--nolink:hover {
  color: #f8cfce;
}

.contents__pagination--before:before, .contents__pagination--before--nolink:before, .contents__pagination--after:before, .contents__pagination--after--nolink:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  bottom: 0;
  right: calc(100% + 10px);
  margin: auto;
  border-top: solid 3px #ebebeb;
  border-right: solid 6px #333;
  border-bottom: solid 3px #ebebeb;
}

.contents__pagination--before--nolink {
  text-decoration: none;
  color: #888;
}

.contents__pagination--before--nolink:before {
  display: none;
}

.contents__pagination--after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.contents__pagination--after:before {
  border-left: solid 6px #333;
  border-right: 0;
  left: calc(100% + 10px);
  right: auto;
}

.contents__pagination--after--nolink {
  text-decoration: none;
  color: #888;
}

.contents__pagination--after--nolink:before {
  display: none;
}

.contents__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.contents__2col__img {
  display: block;
  width: 250px;
  margin: 0 0 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contents__2col__img img {
  width: 100%;
}

.contents__item {
  border-bottom: solid 1px #f0f0ee;
  margin: 0 0 100px;
}

.contents__item__permalink {
  display: block;
  width: 300px;
  margin: 40px auto 0;
  padding: 15px;
  font-size: 1.4rem;
  text-align: center;
  background: #f8f8f8;
  color: #333;
  border: solid 1px #ddd;
}

.contents__item__permalink:hover {
  color: #fff;
  background-color: #ff9e9e;
  border: solid 1px #ff9e9e;
}

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

.contents__facility__item {
  width: 49.5%;
  margin: 0 0 50px;
}

.contents__facility__item img {
  width: 100%;
}

.contents__facility__item__text {
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
}

.contents__category__navi {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contents__category__navi {
    margin-top: 30px;
  }
}
.contents__category__navi__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.contents__category__navi__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.contents__category__navi__list li a {
  display: block;
  padding: 5px 15px;
  background: #ff9e9e;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contents__category__navi__list {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.contentsGlay {
  background: #f8f8f8;
  padding: 50px 70px;
}

.contentsGlay__heading {
  font-size: 2.4rem;
  padding: 0 0 0 10px;
  border-left: solid 4px #ff9e9e;
  margin: 0 0 33px;
}

.footer {
  margin: 0 0 0 214px;
  background: #777;
  padding: 100px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
}

.footer__about {
  width: 50%;
  text-align: center;
}

.footer__about__contact {
  margin: 30px 0;
}

.footer__about__contact__text {
  font-size: 1.4rem;
}

.footer__about__contact__tel {
  display: inline-block;
  font-size: 2.4rem;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: solid 1px #fff;
  color: #fff;
  font-weight: bold;
}

.footer__about__address {
  font-size: 1.6rem;
  margin: 0 0 30px;
}

.footer__about__goods, .footer__about__goods--nolink {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% - 6px);
  padding: 20px;
  font-size: 1.6rem;
  color: #ff9e9e;
  line-height: 1.4;
  background: #fff;
  border: solid 1px #ff9e9e;
  border-left: solid 12px #ff9e9e;
  position: relative;
  font-weight: bold;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

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

.footer__about__goods:hover, .footer__about__goods--nolink:hover {
  opacity: 0.8;
}

.footer__about__goods--nolink:hover {
  opacity: 1;
}

.footer__about__goods:before, .footer__about__goods--nolink:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-left: solid 6px #fff;
  border-top: solid 3px #ff9e9e;
  border-bottom: solid 3px #ff9e9e;
  position: absolute;
  top: calc(50% - 3px);
  left: -9px;
}

.footer__about__goods--img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 0 0 5px;
}

.footer__about__contactForm {
  padding: 20px 30px;
  display: inline-block;
  background: #ff9e9e;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.footer__about__contactForm--wrap {
  width: 100%;
  text-align: center;
}

.footer__about__contactForm--wrap:hover {
  opacity: 0.8;
}

.footer__navi {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__navi--wrap {
  width: 50%;
  padding: 0 0 0 50px;
}

.footer__navi__item {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 0 24px;
  line-height: 1.4;
}

.footer__navi__item__lower {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin: 14px 0 0;
  padding: 0 0 0 30px;
  line-height: 1.4;
}

.footer__navi__item__lower--wrap {
  margin: 0 0 24px;
}

.footer__navi__item ul {
  margin: 30px 0 0;
}

.footer__spNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.footer__spNavi__item {
  width: calc(50% - 1.5px);
  background: #ff9e9e;
  text-align: center;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__spNavi__item--inner {
  color: #fff;
}

.footer__spNavi__item__img {
  display: block;
  width: 23px;
  margin: 0 auto 10px;
}

.footer__spNavi__item__text {
  font-size: 1.3rem;
  font-weight: bold;
}

.footer__copyWright {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.goods--products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.goods a[href]:hover {
  opacity: 0.8;
}

.goods__img {
  width: 45%;
  margin: 0 0 40px;
}

.goods__img img {
  width: 100%;
}

.goods__text {
  width: 55%;
  padding: 40px 0;
  margin: 0 0 30px;
}

.goods__text--title {
  display: inline-block;
  margin: 0 0 20px 50px;
  font-size: 1.8rem;
  color: #ff9e9e;
  font-weight: bold;
}

.goods__text--title[href] {
  border-bottom: solid 1px #ff9e9e;
}

.goods__text--contents {
  margin: 0 0 0 50px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}

.hamburger {
  display: none;
}

.hamburger--inner {
  width: 15px;
  height: 12px;
  position: relative;
}

.hamburger--border, .hamburger--border:nth-child(1), .hamburger--border:nth-child(2), .hamburger--border:nth-child(3), .hamburger[data-active=true] .hamburger--border:nth-child(1), .hamburger[data-active=true] .hamburger--border:nth-child(2), .hamburger[data-active=true] .hamburger--border:nth-child(3) {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #555;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.hamburger--border:nth-child(1), .hamburger[data-active=true] .hamburger--border:nth-child(1) {
  top: 0;
}

.hamburger--border:nth-child(2), .hamburger[data-active=true] .hamburger--border:nth-child(2) {
  top: 50%;
}

.hamburger--border:nth-child(3), .hamburger[data-active=true] .hamburger--border:nth-child(3) {
  top: 100%;
}

.hamburger[data-active=true] .hamburger--border:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.hamburger[data-active=true] .hamburger--border:nth-child(2) {
  top: 50%;
  opacity: 0;
}

.hamburger[data-active=true] .hamburger--border:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.linkArea {
  padding: 100px 70px;
}

.linkArea__banner {
  text-align: center;
  margin: 100px 0 0 0;
}

.linkArea__banner:hover {
  opacity: 0.8;
}

.linkArea__banner img {
  max-width: 100%;
}

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

.link > li {
  width: 33.3333333333%;
  cursor: pointer;
}

.link__item, .link__item--banner {
  display: block;
  padding: 50px 0;
  background: #f8f8f8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  margin: 0 1px;
  overflow: hidden;
}

.link__item:after, .link__item[href]:hover:after, .link__item--banner[href]:hover:after, .link__item--banner:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-image: url("../img/link__item--hover.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.link__item--icon, .link__item--icon--banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #f8cfce;
  border-radius: 0 0 100% 0;
}

.link__item--icon:before, .link__item--icon--banner:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 12px;
  background-image: url("../img/link__item--icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link__item--icon--banner:before {
  background-image: url("../img/link__item--icon--banner.png");
}

.link__item__img, .link__item__img--banner {
  height: auto;
  width: 150px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link__item__img img, .link__item__img--banner img {
  width: 100%;
}

.link__item__img--banner {
  width: auto;
  height: 50px;
  margin: 0 auto 10px;
}

.link__item__img--banner img {
  width: auto;
  height: 100%;
}

.link__item__img--hover {
  display: none;
}

.link__item__text, .link__item__text--banner {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  color: #333;
}

.link__item__text--banner {
  font-size: 1.6rem;
}

.link__item__text__goods {
  width: 90%;
  display: block;
  padding: 5px;
  background: #ff9e9e;
  margin: 5px auto 0;
  color: #fff;
  border-radius: 100px;
}

.link__item[href]:hover, .link__item--banner[href]:hover {
  background: #ff9e9e;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.link__item[href]:hover .link__item__heading, .link__item--banner[href]:hover .link__item__heading {
  color: #fff;
}

.link__item[href]:hover .link__item__text, .link__item--banner[href]:hover .link__item__text, .link__item[href]:hover .link__item__text--banner, .link__item--banner[href]:hover .link__item__text--banner {
  color: #fff;
}

.link__item[href]:hover:after, .link__item--banner[href]:hover:after {
  opacity: 1;
}

.link__item--banner {
  padding: 20px 0;
}

.link__item--banner:hover .link__item__img--hover {
  display: block;
}

.link__item--banner:hover .link__item__img--default {
  display: none;
}

.lowerHeader__breadcrumbs {
  background-color: #fff0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 50px;
}

.lowerHeader__breadcrumbs__home {
  display: inline-block;
  height: 14px;
}

.lowerHeader__breadcrumbs__home img {
  height: 100%;
}

.lowerHeader__breadcrumbs__current, .lowerHeader__breadcrumbs__link {
  font-size: 1.2rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lowerHeader__breadcrumbs__current:before, .lowerHeader__breadcrumbs__link:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  border-right: solid 1px #999;
  border-top: solid 1px #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0px 20px;
}

.lowerHeader__breadcrumbs__link:hover {
  color: #f8cfce;
}

.lowerHeader--wrap {
  padding: 150px 70px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lowerHeader__title--en {
  display: block;
  margin: 0 0 20px;
  color: #bbb;
  font-size: 1.6rem;
}

.lowerHeader__title--jp {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

.lowerHeader__title--jp:first-letter {
  color: #ff9e9e;
}

.lowerHeader__description {
  text-align: right;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}

.lowerHeader__description > a {
  color: #ff9e9e;
  text-decoration: underline;
}

.lowerHeader__description > a.more-link {
  color: inherit;
  text-decoration: none;
}

.mainVis {
  height: 660px;
  position: relative;
  background: #bbb;
}

.mainVis__contact {
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 25px 30px;
  color: #fff;
  z-index: 2;
  border: solid 1px #ff9e9e;
  background: #fff;
}

.mainVis__contact:before, .mainVis__contact:hover:before {
  content: "";
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ff9e9e;
  z-index: -1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.mainVis__contact__header {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainVis__contact__header .fa-envelope {
  display: inline-block;
  font-size: 2rem;
  margin-right: 5px;
  width: 20px;
  height: 21px;
}

.mainVis__contact__tel {
  text-align: center;
  font-size: 1.1rem;
}

.mainVis__contact__tel .tel {
  font-size: 1.3rem;
  font-weight: bold;
}

.mainVis__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 120px 0px 40px 70px;
  width: calc(100% - 60px);
}

.mainVis__text__header {
  display: block;
  font-size: 1.4rem;
  color: #dddddd;
}

.mainVis__text__title {
  display: block;
  font-size: 3.8rem;
  line-height: 1.8;
  color: #fff;
}

.mainVis__slider {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.mainVis__slider--img {
  width: 100%;
  height: 660px !important;
  border: 0 !important;
  background-size: cover;
  background-position: center;
}

.slick-dots {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 200px 0 10px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.slick-dots > li {
  margin: 10px 20px;
  text-align: right;
}

.slick-dots button {
  font-size: 0;
  border: 0;
  height: 13px;
  width: 13px;
  display: inline-block;
  border-radius: 100%;
  background: #f8f8f8;
  padding: 0;
}

.slick-dots .slick-active button {
  background: #f8cfce;
}

.media__list {
  padding: 0 20px 0 50px;
}

.media__item, .media__item--2col {
  display: inline-block;
  margin: 20px 30px 0 0;
}

.media__item img, .media__item--2col img {
  width: 100%;
}

.topics__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.topics__list .topics__list-item  {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}

.topics__list .topics__list-item .topics__list-item-date  {
  width: 120px;
  flex-shrink: 0;
}

.topics__list .topics__list-item .topics__list-item-text  {
  width: 100%;
  color: #333;
}

.topics__list .topics__list-item .topics__list-item-text:hover  {
  text-decoration: underline;
}

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

.representation__img {
  width: 210px;
  display: block;
  margin: 0 40px;
}

.representation__img--recruit {
  width: 210px !important;
  display: block;
  float: left;
  margin: 0 40px 40px 0;
}

.representation__biography {
  padding: 30px 0 30px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
}

.representation__biography--name {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.representation__biography--belong {
  font-size: 1.6rem;
  margin: 0 0 3.2rem;
}

.representation__biography--comment {
  font-size: 1.6rem;
  line-height: 2;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

body {
  font-size: 1rem;
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.sideNavi {
  height: auto;
  width: 213px;
  min-height: 100vh;
  border: solid 1px #f0f0ee;
  padding: 0 0 20px;
}

.sideNavi--wrap {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0%;
  z-index: 10;
  width: 213px;
}

.sideNavi--wrap::-webkit-scrollbar {
  display: none;
}

.sideNavi--wrap:hover {
  width: 473px;
}

.sideNavi--inner {
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  padding-right: 17px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sideNavi__spheader__tel {
  display: none;
}

.sideNavi__spheader__tel .fa-phone {
  font-size: 1.5rem;
  color: #ff9e9e;
  display: block;
  width: 15px;
  height: 15px;
}

.sideNavi__logo {
  width: 100%;
  padding: 50px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #f0f0ee;
}

.sideNavi__logo--sp {
  display: none;
  height: 28px;
  width: auto;
}

.sideNavi__menu {
  padding: 15px 0 0;
}

.sideNavi__menu__item, .sideNavi__menu__item--sp, .sideNavi__menu__item--pc {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 1.6rem;
  color: #333333;
  position: relative;
  line-height: 1.4;
}

.sideNavi__menu__item--sp {
  position: relative;
}
.sideNavi__menu__item--sp::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-right: solid 1px #ff9e9e;
  border-bottom: solid 1px #ff9e9e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 13px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sideNavi__menu__item--sp.active::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 17px;
}

.sideNavi__menu__lower {
  z-index: 10;
  display: none;
}

.sideNavi__menu__lower__item, .sideNavi__menu__lower__item--sp {
  display: block;
  width: 260px;
  padding: 15px 20px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: rgba(102, 102, 102, 0.4);
  position: relative;
  font-weight: bold;
}

.sideNavi__contact--wrap {
  padding: 0 20px;
}

.sideNavi__contact--btn, .contact__link__item, .sideNavi__contact--btn--pdf {
  background: #fff;
  height: 50px;
  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;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  color: #ff9e9e;
  border: solid 1px #ff9e9e;
  font-weight: bold;
}

.sideNavi__contact--btn--pdf {
  font-size: 1.1rem;
  line-height: 1.6;
}

.sideNavi__contact--btn > img, .contact__link__item > img, .sideNavi__contact--btn--pdf > img {
  display: block;
  margin: 0 10px 0 0;
}

.sideNavi__contact--btn:first-child, .contact__link__item:first-child, .sideNavi__contact--btn--pdf:first-child {
  margin: 0 0 5px 0;
}

.sideNavi__contact__tel {
  margin: 10px 0;
}

.sideNavi__contact__tel--btn {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  color: #ff9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 5px;
}

.sideNavi__contact__tel__attention {
  font-size: 1.1rem;
  color: #666666;
}

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

.sideNavi__banner img {
  width: 100%;
}

.sideNavi__banner:hover {
  opacity: 0.8;
}

.sideNavi__menu__trigger {
  position: relative;
}

.state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.state__list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.state__list:first-child {
  border-right: dashed 1px #000;
}

.state__item, .state__item--last {
  width: 50%;
  text-align: center;
  position: relative;
}

.state__item:after, .state__item--last:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  display: inline-block;
  width: 41px;
  height: 20px;
  background-image: url("../img/state__item--arrow.png");
}

.state__item--last:after {
  display: none;
}

.state__item__title, .state__item__title--normal {
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 10px;
}

.state__item__title--normal {
  color: #ff9e9e;
}

.state__item__img {
  margin: 0 auto 20px;
  width: 70%;
  display: block;
}

.state__item__contents {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  text-align: left;
  padding: 0 10px;
  display: inline-block;
}

.state__link {
  margin: auto auto 0;
  padding: 50px 0 0;
}

.state__link__btn {
  text-align: center;
  display: inline-block;
  width: 350px;
  padding: 20px 0;
  font-size: 1.6rem;
  color: #ff9e9e;
  line-height: 1.4;
  background: #fff;
  border: solid 1px #ff9e9e;
  border-left: solid 12px #ff9e9e;
  position: relative;
  font-weight: bold;
}

.state__link__btn[href]:hover {
  opacity: 0.8;
}

.state__link__btn--title {
  font-size: 2rem;
  display: block;
  font-weight: bold;
}

.state__link__btn:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-left: solid 6px #fff;
  border-top: solid 3px #ff9e9e;
  border-bottom: solid 3px #ff9e9e;
  position: absolute;
  top: calc(50% - 3px);
  left: -9px;
}

.table {
  border-top: solid 1px #f0f0ee;
  margin: 40px auto;
}

.table--hide {
  margin: 40px auto;
  display: none;
}

.table--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table__title, .table__title--4col, .table__title--medicalInstitution, .table__title--recruit, .table__description, .table__description--4col, .table__description--medicalInstitution, .table__description--recruit {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #f0f0ee;
  border-right: solid 1px #f0f0ee;
  border-left: solid 1px #f0f0ee;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.table__title > a, .table__title--4col > a, .table__title--medicalInstitution > a, .table__title--recruit > a, .table__description > a, .table__description--4col > a, .table__description--medicalInstitution > a, .table__description--recruit > a {
  color: #ff9e9e;
  text-decoration: underline;
}

.table__title > a.more-link, .table__title--4col > a.more-link, .table__title--medicalInstitution > a.more-link, .table__title--recruit > a.more-link, .table__description > a.more-link, .table__description--4col > a.more-link, .table__description--medicalInstitution > a.more-link, .table__description--recruit > a.more-link {
  color: inherit;
  text-decoration: none;
}

.table__title--4col {
  width: 25%;
}

.table__title--medicalInstitution {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 40%;
}

.table__title--recruit {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 30%;
}

.table__toggle {
  padding: 20px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  color: #333;
  margin: 10px 0;
  background-color: #f8f8f8;
  cursor: pointer;
}

.table__toggle::after, .table__toggle[data-toggle=true]::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  margin: 0 0 5px 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table__toggle[data-toggle=true]::after {
  margin: 5px 0 0 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.table__header--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ff9e9e;
}

.table__header__title, .table__header__title--4col, .table__header__title--medicalInstitution {
  width: 50%;
  text-align: center;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  border-right: solid 1px #fff;
}

.table__header__title:last-of-type, .table__header__title--4col:last-of-type, .table__header__title--medicalInstitution:last-of-type {
  border-right: 0;
}

.table__header__title--4col {
  width: 25%;
}

.table__header__title--medicalInstitution {
  width: 40%;
}

.table__header__title--medicalInstitution:last-of-type {
  width: 20%;
}

.table__description, .table__description--4col, .table__description--medicalInstitution, .table__description--recruit {
  border-right: solid 1px #f0f0ee;
  background-color: #fff;
  border-left: 0;
}

.table__description--4col {
  width: 25%;
}

.table__description--medicalInstitution {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 40%;
}

.table__description--medicalInstitution:last-of-type {
  width: 20%;
}

.table__description--recruit {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 70%;
}

.sitemap {
  padding: 100px;
}

.sitemap__list {
  margin: 0 0 0 20px;
}

.sitemap__item {
  font-size: 1.4rem;
  margin: 10px 0;
}

.float-btn {
  position: fixed;
  left: 214px;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 214px);
  height: 58px;
  background: #EA6160;
  font-size: 2rem;
  color: #fff;
}
.float-btn::before {
  content: "";
  width: 35px;
  height: 100%;
  background: url(../img/item/ico-cart@2x.png) no-repeat center;
  background-size: 35px auto;
}
.float-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/item/ico-arw-circle.png) no-repeat center;
  background-size: 24px auto;
}
@media screen and (max-width: 768px) {
  .float-btn {
    left: 0;
    width: 100%;
    font-size: 1.4rem;
  }
  .float-btn::before {
    width: 25px;
    background-size: 25px auto;
  }
  .float-btn::after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}

.page-wrap {
  padding: 0 0 0 214px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 0.9em;
}

.pagetop {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 70px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.pagetop:hover {
  opacity: 0.8;
}

.pagetop:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-bottom: solid 10px #ff9e9e;
  border-left: solid 7px #fff;
  border-right: solid 7px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .checkList__list__item, .checkList__list__item--2col {
    width: 100%;
  }
  .contents, .contents--lower {
    margin: -60px 0 0 0;
    padding: 85px 0;
  }
  .contents--lower__heading {
    margin: 20px 25px 50px;
    padding: 0;
  }
  .contents__article {
    margin: 0 25px 25px;
    padding: 0;
  }
  .contents__article__post p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .contents__heading {
    margin: 20px 0 15px;
  }
  .contents__heading--text {
    font-size: 1.7rem;
    padding: 0 0 13px;
  }
  .contents__text, .contents__text--bold, .contents__text--attention, .contents__text--marker {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .contentsGlay {
    padding: 25px;
  }
  .footer {
    padding: 25px;
  }
  .footer__about {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__about__img {
    width: 50%;
  }
  .footer__about__contact {
    width: 50%;
    margin: 0;
  }
  .footer__about__contact__tel {
    font-size: 2rem;
  }
  .footer__about__address {
    width: 100%;
    margin: 15px 0;
    font-size: 1.4rem;
  }
  .footer__about__goods, .footer__about__goods--nolink {
    width: 90%;
    margin: 0 auto 10px;
    font-size: 1.6rem;
  }
  .footer__about__contactForm--wrap {
    padding: 0 5%;
    margin: 0 0 50px;
  }
  .footer__about__contactForm {
    font-size: 1.4rem;
  }
  .footer__navi {
    display: none;
  }
  .goods__img {
    width: 100%;
  }
  .goods__text {
    width: 100%;
    padding: 20px 0 0;
    margin: 0 0 30px;
  }
  .goods__text--title {
    margin: 0 0 20px 0;
  }
  .goods__text--contents {
    margin: 0 0 20px 0;
  }
  .linkArea {
    padding: 25px;
  }
  .linkArea__banner {
    margin: 25px 0 0 0;
  }
  .mainVis__text {
    padding: 60px 25px 30px;
  }
  .representation {
    display: block;
  }
  .representation__img {
    width: 100%;
    margin: 0 0 15px;
  }
  .representation__biography {
    padding: 0;
  }
  .state__link__btn {
    font-size: 1.3rem;
    padding: 18px 0;
    max-width: initial;
    width: 250px;
  }
  .state__link__btn--title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .checkList__list__item--text, .checkList__list__item--question {
    padding: 10px 15px;
  }
  .checkList__list__item--question {
    font-size: 1.4rem;
    margin: 0 0 1%;
    line-height: 1.8;
  }
  .checkList__list__item--img {
    height: 11px;
    width: 11px;
  }
  .checkList__list__item--hide {
    font-size: 1.4rem;
    padding: 10px 0 15px;
  }
  .contact__title {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: 0;
  }
  .contact__input {
    width: 100%;
    padding: 20px 0;
  }
  .contact__privacy {
    padding: 20px;
  }
  .contact__privacy__heading {
    margin: 0 0 20px;
  }
  .contact__btn--submit, .contact__btn--back {
    width: 100%;
    margin: 20px 0 0;
  }
  .contact__tel__btn {
    width: 100%;
  }
  .contents--lower:before {
    top: 60px;
  }
  .contents--lower__heading--text {
    font-size: 1.9rem;
    line-height: 1.6;
  }
  .contents--lower__heading--text br {
    display: block;
  }
  .contents--lower__heading__description, .contents--lower__heading__description--attention {
    font-size: 1.5rem;
    margin: 25px 0 0;
  }
  .contents--lower__anchorLink {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents--lower__anchorLink__item {
    width: 49%;
    margin: 0 0 2%;
  }
  .contents--lower__anchorLink__item:last-child {
    margin: 0 0 2%;
  }
  .contents__heading--sub {
    font-size: 1.6rem;
    padding: 0 0 0 7px;
    border-left: solid 2px #ff9e9e;
    margin: 0 0 15px;
    font-weight: 400;
  }
  .contents__text__list__item {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .contents__img {
    height: auto;
  }
  .contents__img:after {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .contents__pagination {
    margin: 50px 25px 0;
    padding: 20px 25px;
  }
  .contents__pagination--before, .contents__pagination--before--nolink, .contents__pagination--after, .contents__pagination--after--nolink {
    font-size: 1.4rem;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .contents__2col {
    display: block;
    margin: 0 0 25px;
  }
  .contents__2col__img {
    width: 100%;
    margin: 20px auto 20px;
  }
  .contents__item__permalink {
    margin: 20px auto 0;
  }
  .contents__facility {
    display: block;
    margin: 0 0 -40px;
  }
  .contents__facility__item {
    width: 100%;
    margin: 0 0 40px;
  }
  .contents__facility__item__text {
    margin: 10px 0 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .contentsGlay__heading {
    font-size: 1.7rem;
    padding: 0 0 0 5px;
    border-left: solid 2px #ff9e9e;
    margin: 0 0 15px;
    line-height: 1.4;
  }
  .footer__about__contact__text {
    font-size: 1rem;
  }
  .footer__copyWright--top {
    margin: 0 -25px;
    width: 100vw;
    font-size: 1rem;
    text-align: center;
    padding: 15px 0 95px;
    color: #666;
    background: #fff;
    font-style: initial;
  }
  .goods__text {
    padding: 15px 0 0;
    margin: 0 0 25px;
  }
  .goods__text--title {
    font-size: 1.5rem;
    margin: 0 0 10px 0;
  }
  .goods__text--contents {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0;
  }
  .hamburger {
    display: block;
    padding: 25px;
  }
  .link {
    display: block;
  }
  .link > li {
    width: 100%;
  }
  .link__item, .link__item--banner {
    width: 80%;
    padding: 35px 0;
    position: relative;
    margin: 0 auto 5px;
  }
  .link__item__img, .link__item__img--banner {
    width: 100px;
  }
  .link__item__text, .link__item__text--banner {
    font-size: 1.5rem;
    color: #666;
  }
  .link__item[href]:hover .link__item__text, .link__item--banner[href]:hover .link__item__text, .link__item[href]:hover .link__item__text--banner, .link__item--banner[href]:hover .link__item__text--banner {
    color: #fff;
  }
  .lowerHeader {
    margin: 60px 0 0;
  }
  .lowerHeader__breadcrumbs {
    padding: 10px 25px;
  }
  .lowerHeader__breadcrumbs__home {
    display: none;
  }
  .lowerHeader__breadcrumbs__current:before, .lowerHeader__breadcrumbs__link:before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 2px;
    width: 2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0px 10px;
  }
  .lowerHeader--wrap {
    display: block;
    padding: 50px 15px 50px;
    text-align: center;
  }
  .lowerHeader__title--en {
    font-size: 1.1rem;
    margin: 0 0 10px;
  }
  .lowerHeader__title--jp {
    font-size: 2.2rem;
    margin: 0 0 25px;
  }
  .lowerHeader__description {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .mainVis {
    margin-top: 62px;
    height: 380px;
  }
  .mainVis__contact {
    position: absolute;
    top: auto;
    bottom: -45px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    padding: 14px 15px;
  }
  .mainVis__contact__header {
    font-size: 1.3rem;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
  }
  .mainVis__contact__tel {
    font-size: 1rem;
  }
  .mainVis__contact__tel .tel {
    font-size: 1.2rem;
  }
  .mainVis__text__header {
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
  .mainVis__text__title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .mainVis__slider--img {
    height: 390px !important;
  }
  .slick-dots {
    padding: 10px 0 200px;
    -webkit-transform: translateY(calc((100% - 210px) / 2));
    -ms-transform: translateY(calc((100% - 210px) / 2));
    transform: translateY(calc((100% - 210px) / 2));
  }
  .slick-dots > li {
    margin: 5px 10px;
  }
  .slick-dots button {
    height: 6px;
    width: 6px;
  }
  .media__list {
    padding: 20px 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .media__item, .media__item--2col {
    width: calc((100% - 45px) / 3);
    margin: 0px 0 1% 15px;
  }
  .media__item--2col {
    width: calc((100% - 45px) / 3 * 2 + 15px);
  }
  .representation__biography--name {
    font-size: 1.5rem;
  }
  .representation__biography--belong {
    font-size: 1.5rem;
    margin: 0 0 3rem;
  }
  .representation__biography--comment {
    font-size: 1.5rem;
    margin: 0 0 25px;
  }
  .sideNavi--wrap {
    overflow: initial;
    width: 100vw;
    height: auto;
  }
  .sideNavi--inner {
    height: auto;
    width: 100vw;
  }
  .sideNavi {
    padding-right: 0;
    width: 0;
    border: 0;
    overflow: initial;
    min-height: auto;
  }
  .sideNavi__spheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sideNavi__spheader__tel {
    height: 34px;
    border-right: solid 1px #f0f0ee;
    padding: 0 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sideNavi__logo {
    padding: 0;
    height: auto;
    display: block;
    border: 0;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px;
  }
  .sideNavi__logo--pc {
    display: none;
  }
  .sideNavi__logo--sp {
    display: block;
  }
  .sideNavi__menu {
    width: 100vw;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 5;
    background: #fff;
    padding: 15px 0 100px;
    height: calc(100vh - 45px);
    overflow: scroll;
    display: none;
  }
  .sideNavi__menu[data-active=true] {
    display: block;
    border-top: solid 1px #f0f0ee;
  }
  .sideNavi__menu__item--pc {
    display: none;
  }
  .sideNavi__menu__lower__item, .sideNavi__menu__lower__item--sp {
    width: 100%;
    background: #f8cfce;
    font-weight: 400;
    color: #333;
  }
  .sideNavi__contact--wrap {
    display: none;
  }
  .sideNavi__banner img {
    width: 213px;
  }
  /*
  .sideNavi__menu__trigger:after, .sideNavi__menu__trigger[data-active="true"]:after {
      content: "";
      display: inline-block;
      height: 10px;
      width: 10px;
      border-right: solid 1px #ff9e9e;
      border-bottom: solid 1px #ff9e9e;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 25px;
      top: 13px;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s
  }

  .sideNavi__menu__trigger[data-active="true"]:after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 17px
  }
      */
  .state__list {
    width: 100%;
  }
  .state__list:first-child {
    margin: 0 0 40px;
  }
  .state__list:first-child {
    border-right: 0;
  }
  .state__item, .state__item--last {
    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;
  }
  .state__item:after, .state__item--last:after {
    display: none;
  }
  .state__item__title, .state__item__title--normal {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 10px;
    width: 100%;
  }
  .state__item__img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
  }
  .state__item__contents {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
  }
  .state__link {
    font-size: 1.5rem;
    padding: 15px 0 0;
  }
  .state__link__btn {
    width: 280px;
  }
  .table {
    margin: 20px 0;
  }
  .table__title, .table__title--4col, .table__title--medicalInstitution, .table__title--recruit, .table__description, .table__description--4col, .table__description--medicalInstitution, .table__description--recruit {
    width: 100%;
    padding: 10px 0;
    font-size: 1.5rem;
    border-right: 0;
    width: 100%;
    font-weight: bold;
  }
  .table__title--4col {
    width: 25%;
  }
  .table__title--medicalInstitution {
    border-right: solid 1px #f0f0ee;
    width: 100%;
    padding: 10px;
  }
  .table__title--recruit {
    border-right: solid 1px #f0f0ee;
    width: 100%;
    padding: 10px;
  }
  .table__toggle {
    padding: 10px;
  }
  .table__header__title--4col {
    width: 25%;
  }
  .table__header__title--medicalInstitution {
    display: none;
  }
  .table__description, .table__description--4col, .table__description--medicalInstitution, .table__description--recruit {
    width: 100%;
    font-weight: 400;
    border-right: solid 1px #f0f0ee;
  }
  .table__description:last-of-type, .table__description--4col:last-of-type, .table__description--medicalInstitution:last-of-type, .table__description--recruit:last-of-type {
    border-left: 0;
  }
  .table__description--4col {
    border-right: solid 1px #f0f0ee;
    width: 25%;
  }
  .table__description--medicalInstitution {
    border-right: solid 1px #f0f0ee;
    width: 70%;
    padding: 10px;
    margin: 0 0 10px;
  }
  .table__description--medicalInstitution:last-of-type {
    width: 30%;
  }
  .table__description--recruit {
    border-right: solid 1px #f0f0ee;
    width: 70%;
    padding: 10px;
    margin: 0 0 10px;
  }
  .page-wrap {
    padding: 0;
  }
  .pagetop {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .contents--lower__heading--text br.pc {
    display: block;
  }
  .footer__navi__item[href]:hover {
    text-decoration: underline;
  }
  .footer__navi__item__lower[href]:hover {
    text-decoration: underline;
  }
  .footer__spNavi {
    display: none;
  }
  .footer__copyWright--top {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.2rem;
    text-align: right;
    white-space: nowrap;
    position: absolute;
    top: 430px;
    right: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 2;
    color: #999;
    font-style: italic;
  }
  .mainVis__contact:hover {
    color: #ff9e9e;
  }
  .mainVis__contact:hover:before {
    width: 0%;
    right: 0;
    left: auto;
  }
  .mainVis__contact:hover .mainVis__contact__header {
    border-bottom: solid 1px #ff9e9e;
  }
  .sideNavi__logo:hover {
    opacity: 0.8;
  }
  .sideNavi__menu__item:hover, .sideNavi__menu__item--sp:hover, .sideNavi__menu__item--pc:hover {
    color: #fff;
    background: #ff9e9e;
  }
  .sideNavi__menu__item--sp {
    display: none;
  }
  .sideNavi__menu__lower {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .sideNavi__menu__lower__item--sp {
    display: none;
  }
  .sideNavi__menu__lower__item:hover, .sideNavi__menu__lower__item--sp:hover {
    color: #fff;
    background: #ff9e9e;
  }
  .sideNavi__menu__lower__item:hover:before, .sideNavi__menu__lower__item--sp:hover:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 100%;
    left: -6px;
    top: 0;
    background: #f8cfce;
  }
  .sideNavi__contact--btn:hover, .contact__link__item:hover, .sideNavi__contact--btn--pdf:hover {
    opacity: 0.8;
  }
  .sideNavi__menu__trigger:hover > .sideNavi__menu__lower {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .footer {
    display: block;
    margin: 0;
    padding: 25px 25px 100px;
  }
  .footer__about__contact__tel {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
  }
  .footer__about__address {
    font-size: 1.1rem;
  }
  .representation__img {
    width: 200px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 1440px) {
  .footer__about__goods, .footer__about__goods--nolink {
    font-size: 1.4rem;
  }
}

/* リストタグのチェック表示 */
/* .contents__article__post ul li:before{content:"";height:22px;width:22px;margin:0 10px 0 0;display:block;background-image:url("../img/checkList__list.png");background-size:contain;background-repeat:no-repeat} */
/* 追加 2019.12.22 */
.contact__firstGoods--wrap {
  margin-top: 40px;
}

.contact__firstGoods--wrap:nth-of-type(2) {
  margin-bottom: 40px;
}

.contact__firstGoods {
  margin: 0 !important;
}

.text201912_1 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.text201912_1 strong {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}

.readmore_btn {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  color: #333;
  margin: 60px 0 10px 0;
  background-color: #f8f8f8;
}

.readmore_btn a {
  display: block;
  width: 100%;
  padding: 20px;
  height: 100%;
  color: #333 !important;
  text-decoration: none !important;
}

.sideNavi__menu {
  padding: 0 !important;
}

.sideNavi__contact--btn {
  margin: 20px !important;
}

.sideNavi__contact--btn:hover,
.sideNavi__menu__item__bnr:hover {
  opacity: 0.7;
}

.contents__2col .contents__text {
  width: calc(100% - 270px);
}

.sideNavi__logo--pc {
  width: 173px;
  height: 72px;
}

.sideNavi__logo--sp {
  width: 202.6px;
  height: 28px;
}

.representation__img {
  width: 210px;
  height: 278px;
}

.footer__spNavi__item__img {
  width: 23px;
  height: 17.88px;
}

@media screen and (max-width: 768px) {
  .contact__firstGoods.w100 {
    width: 100% !important;
  }
  .cta_link {
    margin-top: 18.75vw;
  }
  .sideNavi__menu__item__bnr {
    display: block;
    width: 215px;
    margin: 50px auto 20px !important;
  }
  .sideNavi__contact--btn {
    width: 215px;
    margin: 0 auto 20px !important;
  }
  .sideNavi__menu li:last-of-type {
    margin-bottom: 100px;
  }
  .contents__2col .contents__text {
    width: 100%;
  }
  .representation__img {
    width: 200px;
    height: 264.75px;
  }
  .femicushion-img {
    width: 485px;
    height: 285.28px;
  }
}
/* 問合せフォーム 2020.02 */
.contact--form .radiobox1 input {
  margin-right: 5px;
}

.contact--form .textbox1 input {
  width: 150px;
  margin: 0 20px 5px 5px;
}

@media screen and (max-width: 768px) {
  .contact--form .textbox1 {
    flex-direction: column;
  }
  .contact--form .textbox1 span {
    display: block;
    margin-bottom: 10px;
  }
  .contact--form .textbox1 input {
    width: 50%;
  }
}
.lowerHeader__title.p404 {
  width: 100%;
  text-align: center;
}

.lowerHeader__title.p404 .lowerHeader__title--jp::first-letter {
  color: #000;
}

@media screen and (max-width: 768px) {
  .lowerHeader__breadcrumbs {
    flex-flow: row wrap;
  }
}
.listtype404 li {
  list-style: disc;
  margin: 10px 0 10px 20px;
  font-size: 1.5rem;
}

.listtype404 li a {
  color: #000;
  text-decoration: underline;
}

.listtype404 li a:hover {
  text-decoration: none;
}

.footer__spNavi p {
  margin-bottom: 0 !important;
}

/* 目次 2020.06 */
#ez-toc-container .ez-toc-list,
#ez-toc-container .ez-toc-list li,
#ez-toc-container .ez-toc-list ul {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}

.profcard {
  padding: 30px;
  margin: 80px 0px 0px 0px;
  background: #f8f8f8;
}

.profcard img {
  width: 100px;
  float: left;
}

.profcard p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.profcard h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pfcd {
  display: inline-block;
  padding: 10px;
}

.prfname {
  font-size: 30px !important;
  margin: 20px 0px;
  font-weight: bold;
}

.kikan {
  font-weight: bold;
  margin: 20px 0px 0px;
}

.kikanlink {
  color: #ff9e9e;
  text-decoration: underline;
}

.select-wrap {
  overflow: hidden;
  text-align: center;
  display: inline-flex;
  position: relative;
  border: 1px solid currentColor;
  background: #ffffff;
}

.select-wrap::before {
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
  pointer-events: none;
  transform: translate(0, -50%);
}

.select-wrap select {
  width: 100%;
  padding: 8px 38px 8px 8px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.select-wrap select::-ms-expand {
  display: none;
}

.contact__firstGoods__price {
  color: #C20004;
  font-size: 2.2rem;
  padding: 0 15px;
  text-align: right;
  font-weight: bold;
}

.contact__firstGoods__price-unit {
  font-size: 1.4rem;
}

.contact__firstGoods__cart {
  padding-bottom: 20px;
}

.contact__firstGoods__cart-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  padding: 0 15px;
  font-size: 1.5rem;
}
.contact__firstGoods__cart-line--align-top, .contact__firstGoods__cart-line--at {
  display: flex !important;
  align-items: flex-start;
}
.contact__firstGoods__cart-line--align-top .contact__addGoods__cart-note, .contact__firstGoods__cart-line--at .contact__addGoods__cart-note {
  margin-top: 0;
}

.contact__firstGoods__cart-line--btn {
  flex-wrap: nowrap;
}

.contact__firstGoods__cart-key {
  flex: 0 0 auto;
  width: 40%;
  line-height: 1.2;
}

.contact__firstGoods__cart-value {
  box-sizing: border-box;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 60%;
  padding-left: 10px;
}

.contact__firstGoods__cart-note {
  width: 100%;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.contact__firstGoods__cart-note--left {
  width: 40%;
}
.contact__firstGoods__cart-note--right {
  width: 60%;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact__firstGoods__cart-note--left, .contact__firstGoods__cart-note--right {
    width: 100%;
    margin-top: 0;
  }
  .contact__firstGoods__cart-note--right {
    margin-top: 5px;
    padding-left: 0;
  }
}

.archive-items .contact__firstGoods--wrap.items .contact__firstGoods__cart-note--left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .archive-items .contact__firstGoods--wrap.items .contact__firstGoods__cart-note--left {
    width: 100%;
  }
}
.archive-items .contact__firstGoods--wrap.items .contact__firstGoods__cart-note--right {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .archive-items .contact__firstGoods--wrap.items .contact__firstGoods__cart-note--right {
    width: 100%;
  }
}

.contact__firstGoods__cart-note label,
.contact__firstGoods__cart-note a {
  color: #ff9e9e;
  text-decoration: underline;
}

.contact__firstGoods__cart-value select,
.contact__firstGoods__cart-value .select-wrap {
  font-size: 1.5rem;
  width: 100%;
}

.contact__firstGoods__cart-num {
  width: 40%;
}

.contact__firstGoods__cart-num select {
  font-size: 1.5rem;
}

.contact__firstGoods__cart-btn {
  width: 60%;
  padding-left: 10px;
}

.contact__firstGoods__cart-btn input {
  font-size: 1.5rem;
  border-radius: 20px;
  width: 100%;
  padding: 1em 2em;
  background-color: #ff9e9e;
  border: solid 1px #ff9e9e;
  color: #FFFFFF;
  cursor: pointer;
}

.contact__firstGoods__cart-btn input:hover {
  background-color: #f8cfce;
  border: solid 1px #f8cfce;
}

@media screen and (max-width: 768px) {
  .contact__firstGoods--wrap {
    display: block;
  }
  .contact__firstGoods--wrap:nth-of-type(2) {
    margin-top: 20px;
  }
  .contact__firstGoods {
    width: inherit;
  }
  .contact__firstGoods + .contact__firstGoods {
    margin-top: 20px !important;
  }
  .contact__firstGoods__cart-line {
    font-size: 1.2rem;
  }
  .contact__firstGoods__cart-key {
    width: 50%;
  }
  .contact__firstGoods__cart-value {
    width: 50%;
  }
  .contact__firstGoods__cart-line select {
    font-size: 1.2rem;
  }
  .contact__firstGoods__cart-btn input {
    appearance: none;
    -webkit-appearance: none;
    font-size: 1.4rem;
    padding: 10px 15px !important;
  }
  /*
  .contact__firstGoods__cart-line{
      display: block;
  }

  .contact__firstGoods__cart-line + .contact__firstGoods__cart-line{
      margin-top: 15px;
  }
  .contact__firstGoods__cart-key{
     width: inherit;
      margin-bottom: 10px;
  }

  .contact__firstGoods__cart-value{
     width: inherit;
      margin-left: 0;
  }

  .contact__firstGoods__cart-num{
      width: inherit;
  }

  .contact__firstGoods__cart-btn{
      width: inherit;
      margin-left: 0;
  }
  */
}
.contact__addGoods__des {
  max-width: 510px;
  font-size: 1.5rem;
}

.contact__addGoods__price {
  max-width: 510px;
  color: #C20004;
  font-size: 2.2rem;
  text-align: right;
  font-weight: bold;
}

.contact__addGoods__price-unit {
  font-size: 1.4rem;
}

.contact__addGoods__cart {
  max-width: 510px;
}

.contact__addGoods__cart-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  font-size: 1.5rem;
}
.contact__addGoods__cart-line--align-top, .contact__addGoods__cart-line--at {
  align-items: flex-start;
}
.contact__addGoods__cart-line--align-top .contact__addGoods__cart-note, .contact__addGoods__cart-line--at .contact__addGoods__cart-note {
  margin-top: 0;
}

.contact__addGoods__cart-line--btn {
  flex-wrap: nowrap;
}

.contact__addGoods__cart-line-disable {
  color: #ea6160;
  font-weight: bold;
}

.contact__addGoods__cart-key {
  flex: 0 0 auto;
  width: 40%;
}

.contact__addGoods__cart-value {
  box-sizing: border-box;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 60%;
  padding-left: 10px;
}

.contact__addGoods__cart-note {
  width: 100%;
  margin-top: 10px;
  font-size: 1.2rem;
}
.contact__addGoods__cart-note--left {
  width: 40%;
}
.contact__addGoods__cart-note--right {
  width: 60%;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact__addGoods__cart-note--left, .contact__addGoods__cart-note--right {
    width: 100%;
    margin-top: 0;
  }
  .contact__addGoods__cart-note--right {
    margin-top: 5px;
    padding-left: 0;
  }
}

.contact__addGoods__cart-note a {
  color: #ff9e9e;
  text-decoration: underline;
}

.contact__addGoods__cart-value select,
.contact__addGoods__cart-value .select-wrap {
  font-size: 1.5rem;
  width: 100%;
}

.contact__addGoods__cart-num {
  width: 40%;
}

.contact__addGoods__cart-num select {
  font-size: 1.5rem;
}

.contact__addGoods__cart-btn {
  width: 60%;
  padding-left: 10px;
}

.contact__addGoods__cart-btn input {
  font-size: 1.5rem;
  border-radius: 20px;
  width: 100%;
  padding: 1em 2em;
  background-color: #ff9e9e;
  border: solid 1px #ff9e9e;
  color: #FFFFFF;
  cursor: pointer;
}

.contact__addGoods__cart-btn input:disabled {
  background-color: #ccc !important;
  border: 1px solid #ccc !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

.contact__addGoods__cart-btn input:hover {
  background-color: #f8cfce;
  border: solid 1px #f8cfce;
}

@media screen and (max-width: 768px) {
  .contact__addGoods--wrap {
    display: block;
  }
  .contact__addGoods--wrap:nth-of-type(2) {
    margin-top: 20px;
  }
  .contact__addGoods {
    display: block;
    width: inherit;
  }
  .contact__addGoods__img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact__addGoods__img img {
    width: 100%;
  }
  .contact__addGoods__input {
    width: inherit;
    margin-top: 20px;
  }
  .contact__addGoods__cart-line {
    font-size: 1.2rem;
  }
  .contact__addGoods__cart-key {
    width: 50%;
  }
  .contact__addGoods__cart-value {
    width: 50%;
  }
  .contact__addGoods__cart-line select {
    font-size: 1.2rem;
  }
  .contact__addGoods__cart-btn input {
    -webkit-appearance: none;
    font-size: 1.4rem;
    padding: 10px 1em;
  }
  /*
  .contact__addGoods__cart-line{
      display: block;
  }

  .contact__addGoods__cart-line + .contact__addGoods__cart-line{
      margin-top: 15px;
  }
  .contact__addGoods__cart-key{
     width: inherit;
      margin-bottom: 10px;
  }

  .contact__addGoods__cart-value{
     width: inherit;
      margin-left: 0;
  }

  .contact__addGoods__cart-num{
      width: inherit;
  }

  .contact__addGoods__cart-btn{
      width: inherit;
      margin-left: 0;
  }
  */
}
.guide {
  margin-bottom: 40px;
}

.guide__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .guide__items {
    flex-direction: column;
    gap: 20px;
  }
}

.guide__item {
  box-sizing: border-box;
  width: 48%;
  padding: 30px 20px 20px;
  border-radius: 10px;
  border: 1px solid #ff9e9e;
}
@media screen and (max-width: 768px) {
  .guide__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px 25px 15px;
    border-radius: 5px;
  }
}

.guide__item__heading {
  margin-bottom: 30px;
  font-size: 25px;
  text-align: center;
  color: #ff9e9e;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .guide__item__heading {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.guide__item__image {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guide__item__image {
    width: 70px;
    margin-bottom: 0;
  }
}

.guide__item__text {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .guide__item__text {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .guide__item__text-wrap {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .guide__item__text-wrap--payment {
    width: calc(100% - 95px);
  }
}

.guide__item__text-strong--1 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guide__item__text-strong--1 {
    font-size: 12px;
    font-weight: normal;
  }
}

.guide__item__text-strong--2 {
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .guide__item__text-strong--2 {
    font-size: 20px;
  }
}

.guide__item__attention {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .guide__item__attention {
    font-size: 9px;
    text-align: left;
    line-height: 1.25;
  }
}

.guide__item__checklist-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .guide__item__checklist-wrapper {
    text-align: left;
    margin-bottom: 5px;
  }
}

.guide__item__checklist {
  display: inline-block;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .guide__item__checklist {
    font-size: 11px;
  }
}

.guide__item__checklist li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 25px;
  background: url(../img/checkbox-icon.png) no-repeat left center/18px auto;
}
@media screen and (max-width: 768px) {
  .guide__item__checklist li {
    padding-left: 15px;
    font-size: 11px;
    font-weight: normal;
    background-size: 12px !important;
  }
}

.guide__item__checklist li span {
  font-size: 12px;
}

/*
@media screen and (max-width: 768px) {
    .guide__items {
        display: block;
    }

    .guide__item {
        width: 100%;
    }

    .guide__item+.guide__item {
        margin-top: 30px;
    }
}
*/
.serial-number-area {
  margin-top: 30px;
  background: #f8f8f8;
  padding: 30px;
  text-align: center;
}

.serial-number-area .input-area {
  font-size: 16px;
}

.serial-number-area .input-area input[type=text] {
  padding: 10px;
}

.serial-number-area .input-area #key-button {
  appearance: none;
  font-size: 1.5rem;
  border-radius: 20px;
  padding: 0.5em 2em;
  background-color: #ff9e9e;
  border: solid 1px #ff9e9e;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 10px;
}

.serial-error {
  color: #e71f19;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .serial-number-area .input-area #key-button {
    margin-top: 20px;
  }
  .serial-number-area .input-area input[type=text] {
    font-size: 16px;
    margin-top: 10px;
  }
}
.contact__firstGoods__header span.online {
  display: inline-block;
  background: #ea6160;
  color: #fff;
  margin-left: 1em;
  font-size: 80%;
  padding: 0.2em 1em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact__firstGoods__header {
    overflow: hidden;
  }
  .contact__firstGoods__header span.online {
    float: right;
    margin-top: 7px;
  }
}
.contact__firstGoods__check__catch {
  padding: 15px 15px 10px;
  font-size: 16px;
  line-height: 2;
}

.sideNavi__spheader__tel {
  padding: 0 20px 0 0;
  border-right: 0;
}

.hamburger {
  padding: 25px 20px;
}

.sideNavi__spheader__cart {
  display: none;
}

@media screen and (max-width: 768px) {
  .sideNavi__spheader__cart {
    height: 34px;
    border-right: solid 1px #f0f0ee;
    padding: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sideNavi__spheader__cart .fa-shopping-cart {
    font-size: 1.5rem;
    color: #ff9e9e;
    display: block;
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 340px) {
  .sideNavi__logo {
    min-width: 0;
    padding: 15px 8px;
  }
  .sideNavi__logo--sp {
    max-width: 180px;
  }
  .sideNavi__spheader__tel,
  .sideNavi__spheader__cart {
    padding-right: 12px;
  }
  .hamburger {
    padding: 25px 14px;
  }
}
.sideNavi__contact__tel--btn {
  font-size: 1.8rem;
}

.popup__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 37px;
  background: #ccc;
  background-size: contain;
  cursor: pointer;
  z-index: 1000;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.popup input:checked ~ .popup__overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup input {
  display: none;
}

.popup__overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.27);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup__trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup__content {
  box-sizing: border-box;
  position: relative;
  align-self: center;
  width: 95%;
  line-height: 1.4em;
  transition: 0.5s;
  max-width: 650px;
  background: #fff;
  padding: 20px 30px 30px;
}

.popup__heading {
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}

.popup__img {
  margin-bottom: 15px;
  text-align: center;
}

.popup__text {
  font-size: 16px;
  line-height: 1.4;
}

.page-wrap {
  padding: 0 0 0 214px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .page-wrap {
    padding: 0;
  }
}

.fa-phone {
  transform: rotate(90deg);
  font-size: 0.9em;
}

.pagetop {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 70px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.pagetop--item {
  bottom: 68px;
}
.pagetop:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-bottom: solid 10px #ff9e9e;
  border-left: solid 7px #fff;
  border-right: solid 7px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.doctor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}
.doctor-list-wrap {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .doctor-list-wrap {
    margin: 25px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-list {
    gap: 15px;
    margin-top: 20px;
  }
}
.doctor-list__item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .doctor-list__item {
    gap: 15px;
    width: 100%;
  }
}
.doctor-list__img {
  width: 120px;
  flex-shrink: 0;
}
.doctor-list__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .doctor-list__img {
    width: 90px;
  }
}
.doctor-list__title {
  margin-top: 10px;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .doctor-list__title {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}
.doctor-list__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .doctor-list__text {
    font-size: 1.2rem;
  }
}
.doctor-list__text-wrap {
  width: 100%;
}
.doctor-list-text-link {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.doctor-list-text-link a {
  color: #ff9e9e;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .doctor-list-text-link {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../scss/_reset.scss%22,%22../scss/style.scss%22,%22../scss/_mixin.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAqBE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;;;ACnDF;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;ACpBF;EDuBF;AAAA;IAGQ;;;;AAIR;AAAA;EAEI;;AChCF;ED8BF;AAAA;IAIQ;;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AC5EF;ED6EE;IAEQ;;;;AAKZ;AAAA;EAEI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AChgBV;EDofE;IAeQ;;EACA;IACI;;;;AAMhB;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACE;EACA;;;AAGF;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;AACA;EACI;EACA;;ACxuBN;EDsuBE;IAIQ;IACA;;;;AAKZ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIA;EACI;;ACl7BN;EDi7BE;IAGQ;;;;AAKZ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AClqCF;EDgqCF;IAIQ;;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAEI;EACI;EACA;EACA;EACA;EACA;;ACxrCd;ED4qCE;IAgBQ;IACA;;;;AAMZ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;;AAMZ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AChiFN;EDsgFF;IA6BQ;IACA;IACA;;EACA;IACI;IACA;;EAEJ;IACI;IACA;IACA;;;;AAKZ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EA2BA;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;;;;AAMR;AACA;AAEA;AAEA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAQR;AACA;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;IACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AACA;AAAA;AAAA;EAGI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EAEI;EACA;;AACA;EACI;;;AAKZ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;;ACl0HJ;EDq0HI;IAEE;IACA;;EAEF;IACE;IACA;;;;AAOA;EACI;;ACp1HV;EDm1HM;IAGQ;;;AAGR;EACI;;AC11HV;EDy1HM;IAGQ;;;;AAMhB;AAAA;EAEI;EACA;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;AAGJ;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AA6BJ;EACK;EACL;;;AAGA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AACA;EAEI;;AACA;EACI;;;AAKZ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;;ACvhIJ;ED0hII;IAEE;IACA;;EAEF;IACE;IACA;;;;AAKR;EACI;EACA;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACA;;EAGA;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;AAGJ;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AA6BJ;EACI;;;AAGJ;EACI;EACA;;AC9qIF;ED4qIF;IAMQ;IACA;;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AC5rIF;EDurIF;IAOQ;IACA;IACA;IAEA;IACA;IACA;;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AC9sIF;EDwsIF;IAQQ;IACA;IACA;;;;AAIR;EACI;EACA;;ACxtIF;EDstIF;IAIQ;IACA;;;;AAIR;EACI;EACA;EACA;EACA;EACA;;ACpuIF;ED+tIF;IAOQ;IACA;IACA;;;ACxuIN;ED0uIE;IAEQ;;;AC5uIV;ED8uIM;IAEQ;;;;AAMhB;EACI;EACA;;ACxvIF;EDsvIF;IAIQ;IACA;;;;AAIR;EACI;EACA;EACA;EACA;;ACnwIF;ED+vIF;IAMQ;;;;AAIR;EACI;EACA;EACA;EACA;;AC7wIF;EDywIF;IAMQ;IACA;IACA;;;;AAIR;EACI;EACA;;ACvxIF;EDqxIF;IAIQ;IACA;;;;AAIR;EACI;EACA;EACA;;ACjyIF;ED8xIF;IAKQ;;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AC5yIF;EDuyIF;IAOQ;IACA;IACA;IACA;;;;AAIR;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;EACI;;;AASJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACE;;;AAGF;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAQF;EACE;EACA;EACA;;ACphJA;EDihJF;IAMI;;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAGF;EACE;;AC9iJF;EDgiJF;IAkBI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EAOI;EACA;EACA;EACA;EACA;EACA;;AAXA;EACI;;ACvkJN;EDskJE;IAGQ;;;ACzkJV;EDqkJF;IAcQ;IACA;;;AAEJ;EACI;EACA;EACA;EACA;;AC1lJN;EDslJE;IAMQ;IACA;;;AAGR;EACI;EACA;;AACA;EACI;;ACpmJV;EDgmJE;IAOQ;;;AAGR;EACI;EACA;EACA;EACA;EACA;;AC/mJN;ED0mJE;IAOQ;IACA;;;AAGR;EACI;EACA;;ACvnJN;EDqnJE;IAIQ;;;AAEJ;EACI;;AAGR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;ACtoJV;ED+nJE;IAUQ%22,%22file%22:%22style.css%22%7D */

/* Static migration fix: WordPress custom CSS used by the upper proof banner. */
.upper_header {
  width: 100%;
  height: 100%;
  background-color: #ff9e9e;
  position: relative;
  transform: translate(0%, -10%);
}

.upper_header a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 0;
}

.upper_banner {
  font-size: 2.3vw;
  color: #ffffff;
  padding: 0.6vw 1.5vw;
  text-align: center;
  height: 100%;
  background-color: #ff9e9e;
}

.upper_banner p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.contents--lower:before {
  border-top: none;
}

.upper_banner a {
  line-height: 1.5;
}

.upper_banner a:link,
.upper_banner a:visited,
.upper_banner a:hover,
.upper_banner a:active {
  color: #ffffff;
}

.upper_banner a:hover,
.upper_header:hover {
  background-color: #ffb4b4;
}

@media screen and (min-width: 641px) {
  .upper_banner p {
    padding-bottom: 0;
  }

  .upper_banner {
    font-size: 1.5vw;
    padding: 0.5vw 1.5vw;
  }
}

@media screen and (min-width: 940px) {
  .upper_banner {
    padding: 0.5vw 1.5vw;
  }
}

@media screen and (min-width: 1245px) {
  .upper_banner {
    padding: 0.5vw 1.5vw;
  }
}

@media screen and (min-width: 1080px) {
  .upper_banner p {
    padding-bottom: 0;
  }

.upper_banner {
    padding: 0.5vw 2vw;
  }
}
