@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html,
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html,
body {
  color: #515151;
  font-size: 62.5%;
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "pkna";
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-feature-settings: "pkna";
}

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

/* リンクテキスト */
a {
  text-decoration: none;
  color: #515151;
}
a img {
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

/*画像*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.indent {
  text-indent: 1.4rem;
}

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

.noscroll {
  overflow: hidden;
}

.l-wrap__inner_1080 {
  max-width: 1080px;
  padding-top: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .l-wrap__inner_1080 {
    padding: 100px 50px 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .l-wrap__inner_1080 {
    padding: 80px 20px 0;
  }
}

.l-wrap__inner_900 {
  max-width: 900px;
  padding-top: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .l-wrap__inner_900 {
    padding: 100px 50px 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .l-wrap__inner_900 {
    padding: 80px 20px 0;
  }
}

.l-wrap__blue {
  padding-bottom: 140px;
}
@media screen and (max-width: 1080px) {
  .l-wrap__blue {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .l-wrap__blue {
    padding-bottom: 80px;
  }
}

.l-header {
  height: 90px;
  padding: 0px 25px;
  color: #4489dd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 5;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .l-header {
    height: 60px;
    padding: 0px 20px;
  }
}
.l-header__bg {
  background-color: #ffffff;
}
.l-header a {
  color: #4489dd;
}
.l-header__logo {
  float: left;
  padding-top: 22px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    width: 230px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 350px) {
  .l-header__logo {
    width: 200px;
    padding-top: 11px;
  }
}
.l-header__logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 340px;
}
@media screen and (max-width: 1200px) {
  .l-header__logo img {
    width: 280px;
  }
}
.l-header__logo img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__right {
  float: right;
}
.l-header__right__nav__list {
  display: table;
  float: left;
}
@media screen and (max-width: 1080px) {
  .l-header__right__nav__list {
    display: none;
  }
}
.l-header__right__nav__list__item {
  display: table-cell;
  text-align: center;
}
.l-header__right__nav__list__item a {
  padding: 30px 10px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-header__right__nav__list__item a {
    padding: 30px 5px;
  }
}
.l-header__right__nav__list__item a::after {
  position: absolute;
  bottom: 25px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #4489dd;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.l-header__right__nav__list__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header__right__nav__icon {
  display: table;
  float: left;
}
@media screen and (max-width: 1080px) {
  .l-header__right__nav__icon {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__right__nav__icon {
    margin-right: 45px;
  }
}
@media screen and (max-width: 640px) {
  .l-header__right__nav__icon {
    display: none;
  }
}
.l-header__right__nav__icon__item {
  display: table-cell;
  text-align: center;
  font-size: 13px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header__right__nav__icon__item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header__right__nav__icon__item:last-child img {
  height: 26px;
  margin-top: 2px;
}
.l-header__right__nav__icon__item a {
  padding: 20px 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header__right__nav__icon__item a {
    padding: 20px 6px;
  }
}
.l-header__right__nav__icon__item img {
  height: 28px;
}
.l-header__tel {
  display: none;
}
@media screen and (max-width: 640px) {
  .l-header__tel {
    display: block;
    width: 29px;
    position: fixed;
    top: 13px;
    right: 70px;
  }
}
@media screen and (max-width: 350px) {
  .l-header__tel {
    right: 62px;
  }
}
.l-header__tel img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header .l-header__nav {
  display: none;
}
.l-header .l-header__menu {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header .l-header__nav {
    display: block;
  }
  .l-header .l-header__menu {
    display: block;
  }
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header__hamburger {
    display: block;
  }
}
.l-header__hamburger a {
  width: 100%;
  display: block;
  padding: 10px 20px;
}
@media screen and (max-width: 640px) {
  .l-header__hamburger a {
    width: 260px;
    padding: 6px 20px;
    font-size: 1.5rem;
  }
}
.l-header__hamburger a:hover {
  background-color: #f9f9f9;
}
.l-header__hamburger a:visited {
  color: inherit;
}
.l-header__hamburger__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.l-header__hamburger__button {
  display: block;
  padding: 0;
  width: 35px;
  height: 23px;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  position: fixed;
  top: 26px;
  right: 25px;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .l-header__hamburger__button {
    top: 19px;
    right: 20px;
  }
}
.l-header__hamburger__button__bar {
  display: block;
  width: 35px;
  height: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.l-header__hamburger__button__bar1 {
  top: 0;
}
.l-header__hamburger__button__bar2 {
  top: 50%;
}
.l-header__hamburger__button__bar3 {
  top: 100%;
}
.l-header__hamburger__button p {
  margin-left: -2px;
  padding-top: 35px;
  letter-spacing: 0.01em;
  width: 40px;
}
@media screen and (max-width: 640px) {
  .l-header__hamburger__button p {
    display: none;
  }
}

.l-header__hamburger .l-header__hamburger__wrapper {
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(300px);
          transform: translate(300px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  .l-header__hamburger .l-header__hamburger__wrapper {
    width: 100%;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}

.l-header__hamburger .l-header__hamburger__wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.l-header__hamburger.left .l-header__hamburger__wrapper {
  -webkit-transform: translate(-300px);
          transform: translate(-300px);
  right: auto;
  left: 0;
}
@media screen and (max-width: 640px) {
  .l-header__hamburger.left .l-header__hamburger__wrapper {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

.l-header__hamburger.left .l-header__hamburger__wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.l-header__hamburger__button.active .l-header__hamburger__button__bar {
  width: 42px;
  left: 0px;
}

.l-header__hamburger__button.active .l-header__hamburger__button__bar1 {
  -webkit-transform: rotate(0.6rad) translateY(-50%);
          transform: rotate(0.6rad) translateY(-50%);
  top: 0px;
}

.l-header__hamburger__button.active .l-header__hamburger__button__bar2 {
  opacity: 0;
}

.l-header__hamburger__button.active .l-header__hamburger__button__bar3 {
  -webkit-transform: rotate(-0.6rad) translateY(-50%);
          transform: rotate(-0.6rad) translateY(-50%);
  top: calc(100% - 0px);
}

.l-header__hamburger__button.active .zdo_drawer_close {
  display: block;
}

.l-header__hamburger__button {
  color: #4489dd;
}

.l-header__hamburger__button .l-header__hamburger__button__bar {
  background-color: #4489dd;
}

.l-header__hamburger__wrapper {
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(300px);
          transform: translate(300px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  .l-header__hamburger__wrapper {
    width: 100%;
  }
}

.l-header__hamburger__wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.left .l-header__hamburger__wrapper {
  -webkit-transform: translate(-300px);
          transform: translate(-300px);
  right: auto;
  left: 0;
}
@media screen and (max-width: 640px) {
  .left .l-header__hamburger__wrapper {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

.left .l-header__hamburger__wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.l-header__hamburger__wrapper__nav {
  padding: 100px 0px;
}
@media screen and (max-width: 640px) {
  .l-header__hamburger__wrapper__nav {
    padding: 0px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media screen and (max-width: 640px) {
  .l-header__hamburger__wrapper__nav li {
    text-align: center;
  }
}

.l-footer {
  background-color: #dff2ff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .l-footer {
    padding-bottom: 100px;
  }
}
.l-footer__accordion {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-footer__accordion {
    display: block;
  }
}
.l-footer__accordion__title {
  font-size: 1.8rem;
  color: #4489dd;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 1080px) {
  .l-footer__accordion__title {
    border-bottom: 1px solid #ffffff;
  }
}
.l-footer__accordion__title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.l-footer__accordion__title.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.l-footer__accordion__list {
  display: none;
}
.l-footer__accordion__list a {
  color: #515151;
  padding: 10px 0px;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.l-footer__contents {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1080px) {
  .l-footer__contents {
    border-bottom: none;
  }
}
.l-footer__contents__text {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 350px) {
  .l-footer__contents__text {
    font-size: 1.4rem;
  }
}
.l-footer__contents__item {
  max-width: 580px;
  margin: 0px auto 50px;
}
@media screen and (max-width: 1080px) {
  .l-footer__contents__item {
    margin: 0px auto 50px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .l-footer__contents__item {
    margin: 0px 20px 30px;
  }
}
.l-footer__contents__item__adress {
  float: left;
}
@media screen and (max-width: 640px) {
  .l-footer__contents__item__adress {
    float: none;
  }
}
.l-footer__contents__item__adress img {
  width: 240px;
  display: block;
}
@media screen and (max-width: 640px) {
  .l-footer__contents__item__adress img {
    margin: 0 auto;
    width: 350px;
  }
}
.l-footer__contents__item__adress__text {
  font-size: 1.2rem;
  line-height: 1.8em;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .l-footer__contents__item__adress__text {
    text-align: center;
    margin-bottom: 10px;
  }
}
.l-footer__contents__item__btn {
  background-color: #4489dd;
  float: right;
  border-radius: 50px;
  padding: 5px 40px 5px 65px;
  position: relative;
  -webkit-box-shadow: #2b62b4 0px 3px;
          box-shadow: #2b62b4 0px 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .l-footer__contents__item__btn {
    float: none;
    max-width: 350px;
    margin: 0 auto;
  }
}
.l-footer__contents__item__btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-footer__contents__item__btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  top: 20px;
  left: 22px;
  background-image: url(../img/base/footer_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-footer__contents__item__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-footer__contents__item__btn a {
  color: #ffffff;
}
@media screen and (max-width: 350px) {
  .l-footer__contents__item__btn a {
    font-size: 1.4rem;
  }
}
.l-footer__contents__item__btn__text span {
  font-size: 3rem;
  line-height: 0.8em;
}
@media screen and (max-width: 350px) {
  .l-footer__contents__item__btn__text span {
    font-size: 2.8rem;
    line-height: 0.8em;
  }
}
.l-footer__contents__list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .l-footer__contents__list_inner {
    display: none;
  }
}
.l-footer__contents__list_inner li {
  display: table-cell;
}
.l-footer__contents__list_inner li a {
  color: #4489dd;
  padding: 20px 12px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-footer__contents__list_inner li a:hover {
  background-color: #fff463;
}
.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.4em;
  padding-bottom: 20px;
  color: #b6b6b6;
}

#o-c-pagetop {
  font-size: 1.6rem;
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: inline-block;
  width: 62px;
  height: 62px;
  background: #4489dd;
  text-align: center;
  line-height: 62px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #o-c-pagetop {
    display: none !important;
  }
}
#o-c-pagetop:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#o-c-pagetop__text {
  position: relative;
  padding-top: 15px;
}
#o-c-pagetop__text::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/base/topbtn_logomark.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #o-c-pagetop__text::before {
    width: 30px;
    height: 30px;
  }
}

#o-c-pagetop-top {
  font-size: 1.6rem;
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: inline-block;
  width: 62px;
  height: 62px;
  background: #4489dd;
  text-align: center;
  line-height: 62px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #o-c-pagetop-top {
    display: none !important;
  }
}
#o-c-pagetop-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#o-c-pagetop-top__text {
  position: relative;
  padding-top: 15px;
}
#o-c-pagetop-top__text::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/base/topbtn_logomark.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #o-c-pagetop-top__text::before {
    width: 30px;
    height: 30px;
  }
}

.o-c-common__btn {
  background-color: #fff463;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  margin: 30px auto 0px;
  display: block;
  color: #4489dd;
  padding: 10px 0px;
  max-width: 270px;
  position: relative;
  -webkit-box-shadow: #4489dd 0px 3px;
          box-shadow: #4489dd 0px 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.o-c-common__btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.o-c-common__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #4489dd;
  border-right: 2px solid #4489dd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.o-c-sp-fixbtn {
  display: none;
}
@media screen and (max-width: 640px) {
  .o-c-sp-fixbtn {
    z-index: 1;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
  }
  .o-c-sp-fixbtn__item {
    background-color: #fff463;
    border-top: #4489dd 1px solid;
    border-bottom: #4489dd 1px solid;
    display: table-cell;
    position: relative;
    width: 33.3%;
    border-collapse: collapse;
  }
  .o-c-sp-fixbtn__item:nth-of-type(2) {
    border-right: #4489dd 1px solid;
    border-left: #4489dd 1px solid;
  }
  .o-c-sp-fixbtn__item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #4489dd;
    border-right: 1px solid #4489dd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .o-c-sp-fixbtn__item a {
    color: #4489dd;
    height: 50px;
    display: block;
    line-height: 50px;
  }
}

/*!
 * FullCalendar v3.1.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */
.fc-icon,
body .fc {
  font-size: 1em;
}

.fc-icon {
  display: inline-block;
}

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-icon,
.fc-unselectable {
  -khtml-user-select: none;
  -webkit-touch-callout: none;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

.fc th,
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #dcdcdc;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fff463 !important;
}

.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc-icon {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

.fc button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  line-height: 1.3em;
  vertical-align: middle;
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}

.fc .fc-button-group > * {
  float: left;
  outline: 0;
}

.fc .fc-button-group > :first-child {
  margin-left: 0;
}

.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
  text-align: center;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3em;
  border-radius: 3px;
  font-weight: 400;
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  width: 6px;
  height: 6px;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  padding: 0 1px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 500;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  display: none;
}

.fc-more-popover {
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 3em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-left h2::after {
  content: "の診療日カレンダー";
  padding-left: 5px;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
}

.fc-view,
.fc-view > table {
  position: relative;
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 120px;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8em;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-rtl .fc-list-view {
  direction: rtl;
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc .fc-list-table {
  table-layout: auto;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item:hover td {
  background-color: #f5f5f5;
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

.o-c-common__headline {
  text-align: center;
  font-weight: 500;
}
.o-c-common__headline__en {
  font-size: 1.8rem;
  font-family: "Overpass", sans-serif;
  color: #4489dd;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .o-c-common__headline__en {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
}
.o-c-common__headline__ja {
  font-size: 2.4rem;
  line-height: 1em;
  margin-bottom: 50px;
  color: #2f2f2f;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .o-c-common__headline__ja {
    line-height: 1.4em;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.o-c-common__headline__sub {
  font-weight: 400;
  margin-bottom: 30px;
}

.o-c-common__subtext {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .o-c-common__subtext {
    text-align: left;
  }
}

.o-c-information__headline {
  font-size: 1.8rem;
  color: #2f2f2f;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .o-c-information__headline {
    padding-left: 30px;
  }
}
.o-c-information__headline::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  top: -7px;
  background-image: url(../img/index/headline_icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 0px;
}
@media screen and (max-width: 1080px) {
  .o-c-information__headline::before {
    width: 30px;
    height: 30px;
    top: 0px;
  }
}

.o-c-common-under {
  background-image: url(../img/base/under_bg.jpg);
  background-position: center;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 140px;
}
@media screen and (max-width: 640px) {
  .o-c-common-under {
    height: 200px;
    padding-top: 85px;
  }
}
.o-c-common-under__en {
  font-size: 3.8rem;
  line-height: 1em;
  color: #4489dd;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff463));
  background: linear-gradient(transparent 80%, #fff463 80%);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .o-c-common-under__en {
    font-size: 2.4rem;
    letter-spacing: 0em;
  }
}
.o-c-common-under__ja {
  margin-top: 0px;
}

.o-c-common-scroll {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .o-c-common-scroll {
    text-align: left;
  }
}
.o-c-common-scroll__list {
  /* margin: 0 20px; */
  /* margin: 0 50px; */
  max-width: 1080px;
  margin: 0 auto;
  background: #ffffff;
  margin-top: -40px;
  -webkit-box-shadow: 0px 0px 6px #dcdcdc;
          box-shadow: 0px 0px 6px #dcdcdc;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .o-c-common-scroll__list {
    max-width: 100%;
    margin: -40px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .o-c-common-scroll__list {
    margin-top: 20px;
    font-size: 1.4rem;
    padding: 10px;
  }
}
.o-c-common-scroll__list__item {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .o-c-common-scroll__list__item {
    width: 49%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 640px) {
  .o-c-common-scroll__list__item {
    float: none;
    font-size: 12px;
  }
}
.o-c-common-scroll__list__item::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  left: 3px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 640px) {
  .o-c-common-scroll__list__item::after {
    left: 6px;
  }
}
.o-c-common-scroll__list__item a {
  display: block;
  padding: 15px 25px 15px 20px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .o-c-common-scroll__list__item a {
    padding: 10px 5px 10px 20px;
  }
}
.o-c-common-scroll__list__item a:hover {
  color: #4489dd;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*Windowsの時だけ*/
.win .o-c-common-scroll__list {
  -webkit-box-shadow: 0px 0px 6px #808080;
          box-shadow: 0px 0px 6px #808080;
}

.o-c-information__adress {
  margin: 0 auto 50px;
  width: 485px;
}
@media screen and (max-width: 640px) {
  .o-c-information__adress {
    width: 100%;
  }
}
.o-c-information__adress dl {
  display: table;
}
.o-c-information__adress dl:last-child dd {
  margin-bottom: 0px;
}
.o-c-information__adress dl dt {
  color: #4489dd;
  display: table-cell;
  width: 100px;
  line-height: 1.6em;
}
@media screen and (max-width: 640px) {
  .o-c-information__adress dl dt {
    width: 80px;
  }
}
.o-c-information__adress dl dd {
  line-height: 1.6em;
  margin-bottom: 10px;
}
.o-c-information__hours {
  float: left;
  width: 55%;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .o-c-information__hours {
    float: none;
    width: 100%;
  }
}
.o-c-information__hours__message {
  margin-top: 10px;
}
.o-c-information__hours__message dt {
  float: left;
  color: #4489dd;
  font-weight: 600;
  line-height: 1.6em;
}
.o-c-information__hours__message dd {
  line-height: 1.6em;
}
.o-c-information__hours__message dd a {
  color: #4489dd;
  text-decoration: underline;
}
.o-c-information__hours__table {
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
  border-collapse: collapse;
}
.o-c-information__hours__table tr {
  border: 1px solid #dcdcdc;
}
.o-c-information__hours__table tr th {
  width: 120px;
  text-align: center;
  font-weight: 400;
  padding: 13px 0;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .o-c-information__hours__table tr th {
    width: unset;
  }
}
@media screen and (max-width: 640px) {
  .o-c-information__hours__table tr th {
    width: 70px;
  }
}
.o-c-information__hours__table tr th .newline {
  display: none;
}
@media screen and (max-width: 900px) {
  .o-c-information__hours__table tr th .newline {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .o-c-information__hours__table tr th .newline {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .o-c-information__hours__table tr th .newline {
    display: block;
  }
}
.o-c-information__hours__table tr td {
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  width: 7.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  .o-c-information__hours__table tr td.type-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .o-c-information__hours__table tr td.type-text {
    font-size: 1.3rem;
  }
}
.o-c-information__about {
  float: right;
  width: 40%;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .o-c-information__about {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .o-c-information__about {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
}
.o-c-information__about__text {
  margin-left: 20px;
}
.o-c-information__about__text a {
  color: #4489dd;
  text-decoration: underline;
}
.o-c-information__about__text__item {
  list-style-type: disc;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.o-c-information__about__text__item:last-child {
  margin-bottom: 0px;
}
.o-c-information__map {
  margin-bottom: 50px;
}
.o-c-information__map__item {
  height: 400px;
}
@media screen and (max-width: 640px) {
  .o-c-information__map__item {
    height: 350px;
  }
}
.o-c-information__traffic__inner {
  margin-top: 50px;
}
.o-c-information__traffic__innerfirst-child {
  margin-top: 0px;
}
.o-c-information__traffic__contents {
  float: left;
  padding-right: 30px;
  width: calc(100% - 340px);
}
@media screen and (max-width: 768px) {
  .o-c-information__traffic__contents {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}
.o-c-information__traffic__contents__list {
  font-size: 1.4rem;
  line-height: 2em;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .o-c-information__traffic__contents__list {
    margin-bottom: 20px;
  }
}
.o-c-information__traffic__contents__list__item {
  list-style: disc;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.o-c-information__traffic__contents__list__item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .o-c-information__traffic__contents p {
    margin-bottom: 20px;
  }
}
.o-c-information__traffic img {
  max-width: 340px;
  float: right;
}
@media screen and (max-width: 768px) {
  .o-c-information__traffic img {
    float: none;
    max-width: 100%;
  }
}

.info__schedule .fc-day-header span {
  display: none;
}
.info__schedule .fc-day-header::after {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .info__schedule .fc-day-header::after {
    font-size: 1.2rem;
    line-height: 3em;
  }
}

.o-c-information__calender__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-top: 5px;
}
.o-c-information__calender__list__item {
  position: relative;
  padding-left: 20px;
  margin-right: 30px;
  line-height: 1.6em;
}
@media screen and (max-width: 640px) {
  .o-c-information__calender__list__item {
    margin-right: 10px;
  }
}
.o-c-information__calender__list__item::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #70bcef;
}
.o-c-information__calender__list__item:first-child::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #4489dd;
}
.o-c-information__calender__list__item:last-child {
  margin-right: 0px;
}
.o-c-information__calender__list__item:last-child::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #dcdcdc;
}

th.fc-mon::after {
  content: "月曜日";
  display: inline;
}

th.fc-tue::after {
  content: "火曜日";
  display: inline;
}

th.fc-wed::after {
  content: "水曜日";
  display: inline;
}

th.fc-thu::after {
  content: "木曜日";
  display: inline;
}

th.fc-fri::after {
  content: "金曜日";
  display: inline;
}

th.fc-sat::after {
  content: "土曜日";
  display: inline;
  color: #4489dd;
}

.fc-sat {
  color: #4489dd;
}

th.fc-sun::after {
  content: "日曜日";
  display: inline;
  color: #e60012;
}

.fc-sun {
  color: #e60012;
}

.fc-body td.fc-day {
  background-color: #fff;
}

.fc-head {
  border: 1px solid #dcdcdc;
}

.fc-body td.fc-day {
  border: 1px solid #dcdcdc;
}

th.fc-day-header {
  border-right: 1px solid #dcdcdc;
}

.fc-body {
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.fc-body td span.fc-day-number {
  font-size: 1.5rem;
  line-height: 1.6em;
  padding: 10px 10px 6px;
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  .fc-body td span.fc-day-number {
    padding: 3px 6px;
    font-size: 1.2rem;
    line-height: 1.6em;
  }
}

td.fc-event-container .fc-content {
  font-size: 1.3rem;
  line-height: 1.5em;
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  td.fc-event-container .fc-content {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  td.fc-event-container .fc-content {
    font-size: 1.1rem;
    line-height: 1.5em;
  }
}

tr:first-child td .fc-day-grid-event {
  border-radius: 0 !important;
}

.fc-widget-content {
  overflow: hidden;
}

.fc-scroller,
.fc-day-grid-container {
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .fc-week {
    height: 60px !important;
  }
}

.fc-right button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 !important;
  background-image: none !important;
  font-size: 1.6rem;
  line-height: 30px !important;
  font-weight: 500;
  border: 1px solid #4489dd;
  margin-left: 10px !important;
  padding: 0 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fc-right button:hover {
  opacity: 0.6;
}
.fc-right .fc-button-group {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .fc-right .fc-button-group {
    margin-bottom: 20px;
  }
}
.fc-right .fc-button-group .fc-icon-left-single-arrow::after {
  content: "‹  先月";
  color: #4489dd;
}
.fc-right .fc-button-group .fc-icon-right-single-arrow::after {
  content: "次月   ›";
  color: #4489dd;
}
.fc-right .fc-today-button {
  display: none;
}

@media screen and (max-width: 640px) {
  .fc-left {
    width: 100%;
  }
}
.fc-left h2 {
  position: relative;
  font-size: 1.8rem;
  color: #2f2f2f;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .fc-left h2 {
    padding-left: 30px;
  }
}
.fc-left h2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  top: -4px;
  background-image: url(../img/index/headline_icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 0px;
}
@media screen and (max-width: 1080px) {
  .fc-left h2::before {
    width: 30px;
    height: 30px;
    top: 0px;
  }
}
.fc-left h2::after {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  line-height: 1.6em;
}
@media screen and (max-width: 640px) {
  .fc-left h2::after {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}

.fc-basic-view .fc-body .fc-row {
  min-height: 80px !important;
}
@media screen and (max-width: 640px) {
  .fc-basic-view .fc-body .fc-row {
    min-height: 80px !important;
  }
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px;
}

.o-c-common-lead {
  background-color: #fffcdd;
  margin-bottom: -50px;
  font-size: 1.6rem;
  line-height: 2em;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1080px) {
  .o-c-common-lead {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .o-c-common-lead {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .o-c-common-lead {
    font-size: 1.4rem;
    line-height: 1.8em;
    text-align: left;
  }
}
.o-c-common-lead img {
  float: left;
  width: 70px;
  margin: 0 25px;
}
@media screen and (max-width: 640px) {
  .o-c-common-lead img {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.o-c-common-lead__text {
  float: right;
  width: calc(100% - 120px);
}
@media screen and (max-width: 640px) {
  .o-c-common-lead__text {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

/*Windowsの時だけ*/
.win .o-c-common-lead {
  background-color: #fffbbb;
}

.o-c-three__item {
  margin-bottom: 50px;
}
.o-c-three__item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .o-c-three__item {
    margin-bottom: 30px;
  }
}
.o-c-three__item__left {
  float: left;
  width: 70%;
  padding-right: 50px;
}
@media screen and (max-width: 1080px) {
  .o-c-three__item__left {
    width: 60%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .o-c-three__item__left {
    width: 55%;
  }
}
@media screen and (max-width: 640px) {
  .o-c-three__item__left {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
}
.o-c-three__item__left__headline {
  font-size: 2.2rem;
  line-height: 1.5em;
  padding-bottom: 5px;
  position: relative;
  color: #4489dd;
  display: table;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .o-c-three__item__left__headline {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}
.o-c-three__item__left__headline span {
  display: table-cell;
  color: #b6b6b6;
  font-size: 2.4rem;
  font-weight: 500;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .o-c-three__item__left__headline span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .o-c-three__item__left__headline span {
    width: 25px;
  }
}
.o-c-three__item__left p {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
}
.o-c-three__item__left p a {
  color: #4489dd;
  border-bottom: 2px solid #4489dd;
  display: inline-block;
  margin: 0 5px;
  line-height: 1.6;
}
.o-c-three__item img {
  float: right;
  width: 30%;
}
@media screen and (max-width: 1080px) {
  .o-c-three__item img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .o-c-three__item img {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .o-c-three__item img {
    width: 100%;
  }
}

.o-c-qa__item {
  -webkit-box-shadow: 0px 0px 6px #dcdcdc;
          box-shadow: 0px 0px 6px #dcdcdc;
  margin-bottom: 20px;
}
.o-c-qa__item:last-child {
  margin-bottom: 0px;
}
.o-c-qa__item__title {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 20px 35px 20px 20px;
}
.o-c-qa__item__title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.o-c-qa__item__title::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  right: 20px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.o-c-qa__item__content {
  display: none;
  line-height: 1.5em;
  padding: 0px 35px 20px 20px;
}
.o-c-qa__comment {
  border: 1px solid #4489dd;
  padding: 30px;
  max-width: 1080px;
  margin: -30px auto 80px;
}
@media screen and (max-width: 1080px) {
  .o-c-qa__comment {
    margin: 0px 50px 50px;
  }
}
@media screen and (max-width: 640px) {
  .o-c-qa__comment {
    margin: 0px 20px 50px;
  }
}
.o-c-qa__comment img {
  width: 20%;
  float: left;
}
@media screen and (max-width: 1080px) {
  .o-c-qa__comment img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .o-c-qa__comment img {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .o-c-qa__comment img {
    width: 70%;
    float: none;
    margin: 0 auto 15px;
    display: block;
  }
}
.o-c-qa__comment__item {
  width: 75%;
  float: right;
}
@media screen and (max-width: 1080px) {
  .o-c-qa__comment__item {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .o-c-qa__comment__item {
    width: 55%;
  }
}
@media screen and (max-width: 640px) {
  .o-c-qa__comment__item {
    width: 100%;
    float: none;
  }
}
.o-c-qa__comment__item__headline {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .o-c-qa__comment__item__headline {
    text-align: center;
  }
}

/*Windowsの時だけ*/
.win .o-c-qa__item {
  -webkit-box-shadow: 0px 0px 6px #808080;
          box-shadow: 0px 0px 6px #808080;
}

/* ローディング画面 */
.o-p-loader {
  background: #dff2ff;
  z-index: 10000001 !important;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.o-p-loader__item {
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  position: fixed;
  top: 50%;
  width: 120px;
}
@media screen and (max-width: 640px) {
  .o-p-loader__item {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
  }
}
.o-p-loader__item img {
  display: inline-block;
}

.pc {
  display: block !important;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.top {
  font-size: 1.6rem;
  line-height: 2em;
  display: block;
  padding-bottom: 140px;
}
@media screen and (max-width: 1080px) {
  .top {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .top {
    font-size: 1.4rem;
    line-height: 2em;
    padding-bottom: 80px;
  }
}

.top__hero {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top__hero {
    background-image: none;
    overflow: hidden;
  }
}
.top__hero__copy {
  left: 10%;
  top: 35%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .top__hero__copy {
    left: 100px;
    top: 35%;
  }
}
@media screen and (max-width: 1300px) {
  .top__hero__copy {
    left: 25px;
  }
}
@media screen and (max-width: 1030px) {
  .top__hero__copy {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .top__hero__copy {
    top: 25%;
  }
}
@media screen and (max-width: 640px) {
  .top__hero__copy {
    left: calc(40% - 95px);
    top: 100px;
  }
}
.top__hero__copy img {
  max-width: 800px;
}
@media screen and (max-width: 2000px) {
  .top__hero__copy img {
    max-width: 500px;
  }
}
@media screen and (max-width: 640px) {
  .top__hero__copy img {
    height: 320px;
  }
}
.top__hero__copy__corona {
  color: #ffffff;
  font-size: 1.9rem;
  background-color: #4489dd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 25px;
  border-radius: 150px;
  display: block;
  text-align: center;
  max-width: 380px;
  margin-top: 80px;
  border: 2px solid #4489dd;
}
.top__hero__copy__corona:hover {
  color: #4489dd;
  background-color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .top__hero__copy__corona {
    margin-top: 50px;
    font-size: 1.7rem;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top__hero__copy__corona {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top__hero__copy__corona {
    display: none;
  }
}
.top__hero__copy__line_reserve {
  color: #ffffff;
  line-height: 1.2;
  font-size: 2rem;
  background-color: #4489dd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 150px;
  display: block;
  max-width: 380px;
  margin-top: 25px;
  border: 2px solid #4489dd;
}
.top__hero__copy__line_reserve .text_inner {
  max-width: 370px;
  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;
  font-size: 1.6rem;
}
.top__hero__copy__line_reserve .line_icon {
  width: 42px;
  margin: 21px;
}
@media screen and (max-width: 1080px) {
  .top__hero__copy__line_reserve .line_icon {
    width: 36px;
    margin: 18px;
  }
}
.top__hero__copy__line_reserve .sub_text {
  font-size: 1.2rem;
  padding-top: 8px;
}
.top__hero__copy__line_reserve:hover {
  color: #4489dd;
  background-color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .top__hero__copy__line_reserve {
    margin-top: 20px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top__hero__copy__line_reserve {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top__hero__copy__line_reserve {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .top__hero__copy__sp {
    position: absolute;
    bottom: 50px;
    left: 0;
    top: auto;
    display: block;
    background-color: #4489dd;
    color: #ffffff;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    line-height: 1.5em;
    font-size: 1.2rem;
    z-index: 1;
  }
}
.top__hero__copy__small {
  color: #4489dd;
  font-size: 2.2rem;
  left: 10.5%;
}
@media screen and (max-width: 2000px) {
  .top__hero__copy__small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1600px) {
  .top__hero__copy__small {
    font-size: 1.6rem;
    left: 100px;
  }
}
.top__hero__link {
  right: -51px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .top__hero__link {
    right: 10px;
    bottom: 110px;
    -webkit-transform: none;
            transform: none;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .top__hero__link {
    display: none;
  }
}
.top__hero__link__item {
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: #2b62b4 0px 3px;
          box-shadow: #2b62b4 0px 3px;
  position: relative;
  outline: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__hero__link__item:hover {
  -webkit-box-shadow: #2b62b4 0px 0px;
          box-shadow: #2b62b4 0px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .top__hero__link__item {
    width: clamp(140px, 15vw, 160px);
    height: clamp(140px, 15vw, 160px);
  }
}
.top__hero__link__item:nth-child(2) {
  margin: 10px 0px;
}
@media screen and (max-width: 1080px) {
  .top__hero__link__item:nth-child(2) {
    margin: 0px 10px;
  }
}
.top__hero__link__item img {
  width: 50%;
  margin-top: 15px;
}
.top__hero__link__item a {
  color: #4489dd;
  display: block;
  width: 180px;
  height: 180px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__hero__link__item a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(223, 242, 242, 0.7);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.top__hero__link__item a:hover {
  -webkit-box-shadow: #2b62b4 0px 0px;
          box-shadow: #2b62b4 0px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top__hero__link__item a:hover::after {
  -webkit-animation: circle 0.9s;
  animation: circle 0.9s;
}
@media screen and (max-width: 1080px) {
  .top__hero__link__item a {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .top__hero__link__item a p {
    font-size: 12px;
  }
}
.top__hero__news {
  text-overflow: ellipsis;
  background-color: #fff463;
  width: 35%;
  position: absolute;
  right: 0px;
  bottom: 30px;
  -webkit-box-shadow: #2b62b4 0px 3px;
          box-shadow: #2b62b4 0px 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1em;
}
@media screen and (max-width: 2000px) {
  .top__hero__news {
    width: 40%;
  }
}
@media screen and (max-width: 1500px) {
  .top__hero__news {
    width: 45%;
  }
}
@media screen and (max-width: 1300px) {
  .top__hero__news {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .top__hero__news {
    display: none;
  }
}
.top__hero__news:hover {
  background-color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.top__hero__news a {
  color: #4489dd;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__hero__news__days {
  margin-right: 15px;
}
.top__hero__news__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

img.top__hero__woman__main {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .firstview-slider {
    height: 100vh !important;
  }
}

.swiper-container,
.swiper-slide {
  height: 100vh;
}
@media screen and (max-width: 1080px) {
  .swiper-container,
  .swiper-slide {
    height: calc(100vh - 106px);
  }
}

.swiper-slide .slide-img {
  -o-object-fit: cover;
     object-fit: cover; /* IE: not support */
  width: 100%;
  height: 100%;
}

.top__hero__inner {
  z-index: 2;
}

@media screen and (max-height: 1000px) and (max-width: 1080px) {
  .top__hero__woman {
    right: 25px;
    width: 35%;
  }
}
@media screen and (max-height: 1000px) and (max-width: 640px) {
  .top__hero__woman {
    right: 25px;
    width: 60%;
  }
}
.top__hero__link__item:hover .top__hero__link__item__image {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top__hero__link__item__image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img.top__hero__woman__bild {
  position: absolute;
  top: 31%;
  right: 50px;
  width: 100px;
}
@media screen and (max-width: 2000px) {
  img.top__hero__woman__bild {
    right: 25px;
    top: 30%;
  }
}
@media screen and (max-width: 1080px) {
  img.top__hero__woman__bild {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  img.top__hero__woman__bild {
    right: 20px;
    top: 28%;
  }
}
@media screen and (max-width: 640px) {
  img.top__hero__woman__bild {
    width: 60px;
    right: 15px;
    top: 30%;
  }
}

.animation {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.keyframe3 {
  -webkit-animation-name: anim_s;
          animation-name: anim_s;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes anim_s {
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes anim_s {
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@-webkit-keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 180px;
    height: 180px;
  }
}
@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 180px;
    height: 180px;
  }
}
@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3000px 0;
  }
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3000px 0;
  }
}
/*Windowsの時だけ*/
.win .top__fortrouble__tab-content {
  -webkit-box-shadow: 0px 0px 6px #808080;
          box-shadow: 0px 0px 6px #808080;
}

.top__fortrouble {
  padding-top: 140px;
}
@media screen and (max-width: 1080px) {
  .top__fortrouble {
    padding-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .top__fortrouble {
    padding-top: 30px;
  }
}
.top__fortrouble__tab {
  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;
}
@media screen and (max-width: 1080px) {
  .top__fortrouble__tab {
    border: 1px solid #4489dd;
  }
}
.top__fortrouble__tab__item {
  text-align: center;
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #4489dd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__fortrouble__tab__item:hover {
  -webkit-box-shadow: 0px 0px 6px #4489dd;
          box-shadow: 0px 0px 6px #4489dd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .top__fortrouble__tab__item {
    border: none;
  }
}
.top__fortrouble__tab__item::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 30px;
  background-image: url(../img/index/plus_icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .top__fortrouble__tab__item::after {
    top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .top__fortrouble__tab__item::after {
    top: 25px;
    right: 10px;
  }
}
@media screen and (max-width: 350px) {
  .top__fortrouble__tab__item::after {
    right: 5px;
  }
}
.top__fortrouble__tab__item:nth-child(3) {
  border-top: 1px solid #4489dd;
  border-bottom: 1px solid #4489dd;
}
.top__fortrouble__tab__item:nth-child(4) {
  border-top: 1px solid #4489dd;
  border-bottom: 1px solid #4489dd;
}
.top__fortrouble__tab__item:nth-child(even) {
  border-left: 1px solid #4489dd;
}
@media screen and (max-width: 1080px) {
  .top__fortrouble__tab__item {
    width: 50%;
    margin-bottom: 0px;
  }
}
.top__fortrouble__tab__item a {
  color: #4489dd;
  padding: 20px 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top__fortrouble__tab__item a {
    padding: 20px 0px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .top__fortrouble__tab__item a {
    padding: 10px 0px;
  }
}
.top__fortrouble__tab__item a.active {
  background-color: #4489dd;
  color: #ffffff;
}
.top__fortrouble__tab-content {
  -webkit-box-shadow: 0px 0px 6px #dcdcdc;
          box-shadow: 0px 0px 6px #dcdcdc;
  padding: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .top__fortrouble__tab-content {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 640px) {
  .top__fortrouble__tab-content {
    padding: 10px 10px;
  }
}
.top__fortrouble__tab-content__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top__fortrouble__tab-content__item__list__box {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 20%;
  margin: 10px 0px;
}
.top__fortrouble__tab-content__item__list__box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /*変化に掛かる時間*/
}
@media screen and (max-width: 1080px) {
  .top__fortrouble__tab-content__item__list__box {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .top__fortrouble__tab-content__item__list__box {
    width: 33.3%;
  }
}
.top__fortrouble__tab-content__item__list__box a {
  display: block;
}
.top__fortrouble__tab-content__item__list__box a img {
  width: 150px;
}
@media screen and (max-width: 1080px) {
  .top__fortrouble__tab-content__item__list__box a img {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .top__fortrouble__tab-content__item__list__box a img {
    width: 93%;
  }
}
.top__fortrouble__tab-content__item__list__box a p {
  color: #4489dd;
  margin-top: -5px;
}
@media screen and (max-width: 640px) {
  .top__fortrouble__tab-content__item__list__box a p {
    margin-top: 0px;
    line-height: 1.5em;
  }
}

.top__greeting {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(35%, #ffffff), color-stop(35%, #dff2ff), to(#dff2ff));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 35%, #dff2ff 35%, #dff2ff 100%);
}
@media screen and (max-width: 1300px) {
  .top__greeting {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #ffffff), color-stop(30%, #dff2ff), to(#dff2ff));
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #dff2ff 30%, #dff2ff 100%);
  }
}
@media screen and (max-width: 768px) {
  .top__greeting {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(35%, #ffffff), color-stop(35%, #dff2ff), to(#dff2ff));
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 35%, #dff2ff 35%, #dff2ff 100%);
  }
}
.top__greeting__title {
  width: 340px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .top__greeting__title {
    width: 250px;
    margin-top: 30px;
  }
}
.top__greeting__title img {
  width: 100%;
}
.top__greeting__sub-title {
  color: #2f2f2f;
  margin: 10px 0px 40px;
}
@media screen and (max-width: 768px) {
  .top__greeting__sub-title {
    margin: 10px 0px 20px;
  }
}
@media screen and (max-width: 640px) {
  .top__greeting__sub-title {
    margin: 5px 0px 20px;
  }
}

.top__reason__list {
  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;
  list-style: none;
}
.top__reason__list__item {
  width: calc((100% - 80px) / 3);
  margin-bottom: 70px;
}
.top__reason__list__item:nth-child(n+4) {
  margin-bottom: 0px;
}
@media screen and (max-width: 1080px) {
  .top__reason__list__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .top__reason__list__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .top__reason__list__item:nth-child(n+4) {
    margin-bottom: 30px;
  }
  .top__reason__list__item:last-child {
    margin-bottom: 0px;
  }
}
.top__reason__list__item__img {
  position: relative;
}
.top__reason__list__item__img__text {
  position: absolute;
  font-size: 3.4rem;
  line-height: 1em;
  color: #4489dd;
  top: 0;
  left: 0;
}
.top__reason__list__item__text {
  text-align: center;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .top__reason__list__item__text {
    margin-top: 12px;
  }
}
.top__reason__list__item__bigtext {
  font-size: 2.3rem;
  line-height: 1.2em;
  color: #4489dd;
  margin-top: 5px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .top__reason__list__item__bigtext {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}

.top__cosmetic__list__item {
  float: left;
  width: 47%;
}
.top__cosmetic__list__item:last-child {
  float: right;
}
@media screen and (max-width: 640px) {
  .top__cosmetic__list__item:last-child {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top__cosmetic__list__item {
    width: 100%;
  }
}
.top__cosmetic__list__item__link {
  position: relative;
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.top__cosmetic__list__item__link:hover {
  opacity: 0.5;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.top__cosmetic__list__item__link img {
  width: 100%;
}
.top__cosmetic__list__item__link__text {
  background-color: #4489dd;
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 75px);
  color: #ffffff;
  padding: 10px 50px 10px 20px;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .top__cosmetic__list__item__link__text {
    font-size: 1.6rem;
    bottom: -25px;
    left: calc(50% - 70px);
  }
}
.top__cosmetic__list__item__link__text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 19px;
  background-image: url(../img/index/link_icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 20px;
}
@media screen and (max-width: 640px) {
  .top__cosmetic__list__item__link__text::before {
    top: 20px;
  }
}
.top__cosmetic__list__item__description {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .top__cosmetic__list__item__description {
    margin-top: 40px;
  }
}

.top__news {
  background-color: #dff2ff;
}
.top__news__list {
  background-color: #ffffff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .top__news__list {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top__news__list {
    padding: 0px 0px;
    background-color: #dff2ff;
  }
}
.top__news__list__item {
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top__news__list__item {
    border-bottom: 1px solid #ffffff;
  }
}
.top__news__list__item::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .top__news__list__item::after {
    display: none;
  }
}
.top__news__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 10px 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .top__news__list__item a {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .top__news__list__item a {
    padding: 10px 0px;
  }
}
.top__news__list__item a:hover {
  background-color: #f9f9f9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top__news__list__item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .top__news__list__item:last-child {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 640px) {
  .top__news__list__item:first-child {
    border-top: 1px solid #ffffff;
  }
}
.top__news__list__item__inner__days {
  color: #4489dd;
}
.top__news__list__item__inner__category {
  border: 1px solid #4489dd;
  margin: 0 20px;
  white-space: nowrap;
  color: #4489dd;
  width: 150px;
  text-align: center;
  display: inline-table;
}
@media screen and (max-width: 1080px) {
  .top__news__list__item__inner__category {
    display: inline-block;
    line-height: 1.5em;
  }
}
.top__news__list__item__text {
  line-height: 1.5em;
}
@media screen and (max-width: 1080px) {
  .top__news__list__item__text {
    width: 100%;
  }
}

.top__calender__list {
  margin-bottom: 50px;
}

.error {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  min-height: calc(100vh - 348px);
  margin-bottom: 140px;
}
@media screen and (max-width: 1080px) {
  .error {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .error {
    margin-bottom: 80px;
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
    min-height: calc(100vh - 591px);
  }
}
.error__title {
  margin-bottom: 30px;
}
.error__item {
  -webkit-box-shadow: 0px 0px 6px #dcdcdc;
          box-shadow: 0px 0px 6px #dcdcdc;
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .error__item {
    padding: 20px;
  }
}
.error__item__sub-title {
  color: #4489dd;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .error__item__sub-title {
    margin-bottom: 10px;
  }
}
.error__item__list {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .error__item__list {
    margin-left: 16px;
  }
}
.error__item__list li {
  list-style: disc;
}

/*Windowsの時だけ*/
.win .error__item {
  -webkit-box-shadow: 0px 0px 6px #808080;
          box-shadow: 0px 0px 6px #808080;
}

.beginner {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .beginner {
    font-size: 1.4rem;
    line-height: 2em;
  }
}

.beginner__policy {
  background-color: #dff2ff;
}
.beginner__policy__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;
}
.beginner__policy__list__item {
  background-color: #ffffff;
  padding: 30px;
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 640px) {
  .beginner__policy__list__item {
    padding: 20px;
  }
}
.beginner__policy__list__item:nth-child(n+3) {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .beginner__policy__list__item:nth-child(n+3) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .beginner__policy__list__item:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .beginner__policy__list__item {
    width: 100%;
  }
}
.beginner__policy__list__item span {
  font-size: 2.2rem;
  line-height: 1.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff463));
  background: linear-gradient(transparent 60%, #fff463 0%);
}
@media screen and (max-width: 768px) {
  .beginner__policy__list__item span {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}

.beginner__medical__list__item img {
  width: 100%;
}
.beginner__medical__list__item__headline {
  color: #4489dd;
  font-size: 2.2rem;
  line-height: 2em;
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .beginner__medical__list__item__headline {
    font-size: 1.8rem;
  }
}
.beginner__medical__list__item__headline span {
  color: #b6b6b6;
  margin-right: 5px;
}

.beginner__slider {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .beginner__slider {
    width: 90%;
    margin: 0 auto;
  }
}

.beginner__slider img {
  height: auto;
  width: 100%;
}
.beginner__slider img.next-arrow {
  display: inline;
  position: absolute;
  width: 60px;
  cursor: pointer;
  top: calc(42% - 60px);
  right: -30px;
}
@media screen and (max-width: 1080px) {
  .beginner__slider img.next-arrow {
    width: 40px;
    right: -20px;
    top: calc(36% - 60px);
  }
}
@media screen and (max-width: 640px) {
  .beginner__slider img.next-arrow {
    top: calc(27% - 60px);
  }
}
@media screen and (max-width: 350px) {
  .beginner__slider img.next-arrow {
    top: calc(19% - 60px);
  }
}
.beginner__slider img.prev-arrow {
  display: inline;
  position: absolute;
  top: calc(42% - 60px);
  left: -30px;
  cursor: pointer;
  width: 60px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .beginner__slider img.prev-arrow {
    width: 40px;
    left: -20px;
    top: calc(35% - 60px);
  }
}
@media screen and (max-width: 640px) {
  .beginner__slider img.prev-arrow {
    top: calc(25% - 60px);
  }
}
@media screen and (max-width: 350px) {
  .beginner__slider img.prev-arrow {
    top: calc(19% - 60px);
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.beginner__interview {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(50%, rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06)));
  background-image: linear-gradient(transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06)), linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06));
  background-size: 16px 16px;
  background-repeat: repeat;
  padding-bottom: 140px;
}
@media screen and (max-width: 1080px) {
  .beginner__interview {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .beginner__interview {
    padding-bottom: 80px;
  }
}
.beginner__interview__item {
  -webkit-box-shadow: 0px 0px 6px #dcdcdc;
          box-shadow: 0px 0px 6px #dcdcdc;
  background-color: #ffffff;
  padding: 50px 90px;
}
@media screen and (max-width: 1080px) {
  .beginner__interview__item {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .beginner__interview__item {
    padding: 30px;
  }
}
.beginner__interview__item img {
  width: 180px;
  float: left;
}
@media screen and (max-width: 640px) {
  .beginner__interview__item img {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.beginner__interview__item__sub {
  float: right;
  width: calc(100% - 230px);
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .beginner__interview__item__sub {
    margin-top: 6%;
  }
}
@media screen and (max-width: 768px) {
  .beginner__interview__item__sub {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 640px) {
  .beginner__interview__item__sub {
    float: none;
    width: 100%;
  }
  .beginner__interview__item__sub:last-child {
    margin-top: 0px;
  }
}
.beginner__interview__online {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beginner__interview__online {
    text-align: left;
  }
}
.beginner__interview__online__link {
  margin-bottom: 50px;
  display: block;
  margin-bottom: 50px;
}
.beginner__interview__online__list {
  display: inline-block;
}
.beginner__interview__online__list li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.beginner__interview__online__list__headline {
  margin: 40px 0 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .beginner__interview__online__list__headline {
    text-align: left;
  }
}
.beginner__interview__online__list__important {
  margin-bottom: 50px;
  line-height: 1.6;
}
.beginner__interview__online__list__important a {
  color: #4489dd;
  text-decoration: underline;
}

.beginner__interview__btn {
  background-color: #dff2ff;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  height: 52px;
  display: block;
  color: #4489dd;
  padding: 10px 0px;
  max-width: 270px;
  position: relative;
  -webkit-box-shadow: #4489dd 0px 3px;
          box-shadow: #4489dd 0px 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
}
.beginner__interview__btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.beginner__interview__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #4489dd;
  border-right: 2px solid #4489dd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .beginner__interview__btn {
    margin: 20px auto 0;
  }
}

/*Windowsの時だけ*/
.win .beginner__interview__item {
  -webkit-box-shadow: 0px 0px 6px #808080;
          box-shadow: 0px 0px 6px #808080;
}

.news {
  font-size: 1.6rem;
  line-height: 2em;
  min-height: calc(100vh - 348px);
  padding-bottom: 140px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .news {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .news {
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
    min-height: calc(100vh - 591px);
    padding-bottom: 80px;
  }
}

.category_list {
  text-align: center;
  font-size: 2rem;
  line-height: 2em;
  margin: 0 auto;
  display: block;
  margin-top: 140px;
  color: #4489dd;
}
@media screen and (max-width: 1080px) {
  .category_list {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .category_list {
    margin-top: 80px;
  }
}
.category_list a {
  color: #4489dd;
}

.archive_list {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  line-height: 2em;
  color: #4489dd;
}
.archive_list a {
  color: #4489dd;
}

.news__inner__sidebar {
  width: 300px;
  background-color: #dff2ff;
  padding: 20px 30px 30px 30px;
}
@media screen and (max-width: 768px) {
  .news__inner__sidebar {
    width: 100%;
    margin-top: 50px;
  }
}
.news__inner__sidebar__headline {
  font-family: "Overpass", sans-serif;
  color: #4489dd;
  font-size: 2rem;
}
.news__inner__sidebar__category-list {
  margin-left: 21px;
  margin-bottom: 30px;
}
.news__inner__sidebar__category-list__item {
  list-style: disc;
}
.news__inner__sidebar__category-list__item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__inner__sidebar__category-list__item a:hover {
  color: #4489dd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__inner__sidebar img {
  width: 120px;
  margin-left: -10px;
}
.news__inner__sidebar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.2em;
  max-width: 100%;
  padding: 10px 40px 10px 10px;
  background: #ffffff;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  background-image: url(../img/news/down_arrow.png);
  position: relative;
  background-position: 95% 16px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #4489dd;
}

.news__pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.news__pagenav a {
  color: #4489dd;
  background-color: #ffffff;
  padding: 10px 30px;
  border: 1px solid;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__pagenav a:hover {
  background-color: #4489dd;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .news__pagenav a {
    padding: 10px 17px;
  }
}

span.pages {
  color: #4489dd;
  background-color: #ffffff;
  padding: 10px 30px;
  border: 1px solid;
  position: absolute;
  right: calc(52% - 51px);
}

span.current {
  display: none;
}

a.larger {
  display: none;
}

a.smaller {
  display: none;
}

a.previouspostslink {
  position: absolute;
}

a.nextpostslink {
  position: absolute;
  right: 0;
}

.wp-pagenavi {
  width: 100%;
  margin-bottom: 50px;
}

.news__pagenav {
  position: relative;
}

.news__inner__list {
  width: calc(100% - 300px);
  text-align: left;
  margin-right: 100px;
}
@media screen and (max-width: 1080px) {
  .news__inner__list {
    width: 100%;
    margin-right: 50px;
  }
}
.news__inner__list__item {
  border-bottom: 1px solid #b6b6b6;
}
.news__inner__list__item__link {
  float: right;
  color: #4489dd;
  border-bottom: 1px solid;
  position: relative;
  padding-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__inner__list__item__link::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
  right: 0px;
}
.news__inner__list__item__headline {
  padding-top: 20px;
}
.news__inner__list__item__headline__days {
  color: #b6b6b6;
  margin-bottom: 5px;
}
.news__inner__list__item__headline__category {
  display: inline-block;
  color: #4489dd;
  background-color: #fff463;
  padding: 2px 10px;
  margin-right: 10px;
}
.news__inner__list__item__headline__text {
  display: inline-block;
  color: #4489dd;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .news__inner__list__item__headline__text {
    display: block;
  }
}
.news__inner__list__item a {
  padding-bottom: 30px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__inner__list__item a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__inner__list__item__contents {
  margin-top: 5px;
}

.news__index .previouspostslink::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  -webkit-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
  top: 23px;
  left: 15px;
}
@media screen and (max-width: 640px) {
  .news__index .previouspostslink::before {
    left: 7px;
    top: 21px;
  }
}
.news__index .nextpostslink::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  top: 23px !important;
  right: 15px !important;
}
@media screen and (max-width: 640px) {
  .news__index .nextpostslink::before {
    right: 7px !important;
    top: 21px !important;
  }
}

.news__inner__item .previouspostslink a {
  display: block;
}
.news__inner__item .previouspostslink a::before {
  z-index: 1;
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  -webkit-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
  top: 23px;
  left: 15px;
}
@media screen and (max-width: 640px) {
  .news__inner__item .previouspostslink a::before {
    left: 7px;
    top: 21px;
  }
}
.news__inner__item .nextpostslink a {
  display: block;
}
.news__inner__item .nextpostslink a::before {
  z-index: 1;
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  top: 23px !important;
  right: 15px !important;
}
@media screen and (max-width: 640px) {
  .news__inner__item .nextpostslink a::before {
    right: 7px !important;
    top: 21px !important;
  }
}

.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .news__inner {
    display: block;
  }
}
.news__inner__item {
  width: calc(100% - 300px);
  text-align: left;
  margin-right: 100px;
}
@media screen and (max-width: 1080px) {
  .news__inner__item {
    width: 100%;
    margin-right: 50px;
  }
}
.news__inner__item__headline {
  padding-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
}
.news__inner__item__headline__days {
  color: #b6b6b6;
  margin-bottom: 5px;
}
.news__inner__item__headline__category {
  display: inline-block;
  color: #4489dd;
  background-color: #fff463;
  padding: 2px 10px;
  margin-right: 10px;
}
.news__inner__item__headline__text {
  display: inline-block;
  color: #4489dd;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .news__inner__item__headline__text {
    display: block;
  }
}
.news__inner__item__contents {
  margin-top: 30px;
}
.news__inner__item__contents h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
  color: #4489dd;
}
.news__inner__item__contents h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  color: #4489dd;
}
.news__inner__item__contents ul {
  margin: 10px 0;
  margin-left: 20px;
}
.news__inner__item__contents ul li {
  list-style: disc;
}
.news__inner__item__contents a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__inner__item__contents a:hover {
  color: #4489dd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__inner__item p {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .news__inner__item p {
    margin: 0 0 5px;
  }
}
.news__inner__item img {
  width: 100%;
}

.wp-block-image {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.inspection {
  font-size: 1.6rem;
  line-height: 2em;
  padding-bottom: 140px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .inspection {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .inspection {
    font-size: 1.4rem;
    line-height: 1.8em;
    text-align: left;
    padding-bottom: 80px;
  }
}

.inspection__allergy__text {
  margin-bottom: 50px;
}
.inspection__allergy__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .inspection__allergy__images {
    display: block;
  }
}
.inspection__allergy__images__item {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .inspection__allergy__images__item {
    width: 100%;
  }
  .inspection__allergy__images__item:nth-child(2) {
    margin: 20px 0px;
  }
}
.inspection__allergy__images__item img {
  width: 100%;
}
.inspection__allergy__unit {
  background-color: #f9f9f9;
  padding: 25px;
  margin-bottom: 25px;
}
.inspection__allergy__unit:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .inspection__allergy__unit {
    padding: 20px;
  }
}
.inspection__allergy__unit__headline {
  color: #4489dd;
  font-weight: bold;
  margin-bottom: 5px;
}
.inspection__allergy__unit p {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.inspection__allergy__unit__list__item p {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.inspection__allergy__unit__list__item p:nth-child(1) {
  font-weight: bold;
}

.indent_sub {
  padding-left: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .indent_sub {
    margin-bottom: 10px;
    line-height: 1.6em !important;
  }
}

.aging-care {
  font-size: 1.6rem;
  line-height: 2em;
  padding-bottom: 140px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .aging-care {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .aging-care {
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
    padding-bottom: 80px;
  }
}

.aging-care__inner_900 {
  max-width: 900px;
  margin: 0px auto;
  padding-top: 70px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .aging-care__inner_900 {
    padding: 50px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .aging-care__inner_900 {
    padding: 50px 20px;
  }
}

/* --------------------------------
　　　料金
-------------------------------- */
.aging-care-injectio {
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .aging-care-injectio {
    margin: 20px auto;
  }
}
.aging-care-injectio p {
  position: relative;
  font-size: 2.2rem;
  line-height: 50px;
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .aging-care-injectio p {
    font-size: 1.8rem;
    line-height: 40px;
    margin-left: 30px;
  }
}
.aging-care-injectio p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 0px;
  background-image: url(../img/aging-care/injectio.png);
  left: -40px;
}
@media screen and (max-width: 640px) {
  .aging-care-injectio p::before {
    width: 36px;
    height: 36px;
    left: -30px;
    top: 5px;
  }
}
.aging-care-injectio p span.line {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fff463));
  background: linear-gradient(transparent 65%, #fff463 65%);
  padding-left: 10px;
}
.aging-care-injectio p span.small {
  font-size: 0.7em;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .aging-care-injectio p span.sp-tyosei {
    padding-left: 10px;
  }
}
.aging-care-injectio table {
  width: 100%;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.7em;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .aging-care-injectio table {
    font-size: 1.4rem;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .aging-care-injectio table {
    font-size: 1.3rem;
    line-height: 1.7em;
  }
}
.aging-care-injectio table tr {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.aging-care-injectio table tr th {
  text-align: center;
  padding: 5px;
  border-left: 1px solid #ddd;
  background-color: rgba(68, 137, 221, 0.3);
}
.aging-care-injectio table tr th.tit {
  padding-left: 15px;
  text-align: left;
  background-color: rgba(68, 137, 221, 0.9);
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .aging-care-injectio table tr th.tit {
    padding-left: 5px;
    width: 83px;
  }
}
.aging-care-injectio table tr td {
  text-align: center;
  padding: 15px 0;
  border-left: 1px solid #ddd;
}
.aging-care-injectio table tr td span {
  font-size: 0.8em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .aging-care-injectio table tr td span {
    line-height: 1.4;
    margin-top: 3px;
  }
}
.aging-care-injectio table tr td span::before {
  content: "（";
  display: inline;
}
@media screen and (max-width: 640px) {
  .aging-care-injectio table tr td span::before {
    display: none;
  }
}
.aging-care-injectio table tr td span::after {
  content: "）";
  display: inline;
}
@media screen and (max-width: 640px) {
  .aging-care-injectio table tr td span::after {
    display: none;
  }
}

/* --------------------------------
　　　かっこ付き見出し
-------------------------------- */
.aging-care-kakkotit {
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #4489dd;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 640px) {
  .aging-care-kakkotit {
    font-size: 1.5rem;
    line-height: 1.6em;
    text-align: center;
    margin: 0 auto 5px;
  }
}
.aging-care-kakkotit::before {
  content: "【";
  display: inline;
  padding-right: 5px;
}
.aging-care-kakkotit::after {
  content: "】";
  display: inline;
  padding-left: 5px;
}

/* --------------------------------
　　　かっこ付き見出しの説明文章
-------------------------------- */
.aging-care-intro {
  font-size: 1.5rem;
  line-height: 2em;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .aging-care-intro {
    font-size: 1.3rem;
    line-height: 2em;
  }
}

/* --------------------------------
　　　ハーフレイアウト
-------------------------------- */
.aging-care__half-box {
  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: 30px auto;
}
@media screen and (max-width: 768px) {
  .aging-care__half-box {
    margin: 20px auto;
  }
}
.aging-care__half-box__left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .aging-care__half-box__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .aging-care__half-box__left {
    margin-bottom: 20px;
  }
}
.aging-care__half-box__left img {
  width: 100%;
  height: auto;
}
.aging-care__half-box__right {
  width: calc(50% - 20px);
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  /* ---- おすすめ ---- */
  /* ---- サプリ ---- */
}
@media screen and (max-width: 768px) {
  .aging-care__half-box__right {
    width: 100%;
    margin-left: 0px;
  }
}
.aging-care__half-box__right.osusume {
  padding: 20px 30px !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
  .aging-care__half-box__right.osusume {
    padding: 20px !important;
  }
}
.aging-care__half-box__right.therapy p {
  margin-bottom: 15px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .aging-care__half-box__right.therapy p {
    margin-bottom: 20px;
  }
}
.aging-care__half-box__right.therapy p::before {
  content: "※";
  margin-left: -1em;
}
.aging-care__half-box__right.therapy p:last-child {
  margin-bottom: 0px;
}

/* --------------------------------
　　　リスク
-------------------------------- */
.osusume {
  background-color: #f9f9f9;
  padding: 30px;
  background-color: rgba(255, 244, 99, 0.3);
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .osusume {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .osusume {
    padding: 20px;
  }
}

/* --------------------------------
　　　リスク
-------------------------------- */
.aging-care-risk {
  margin-top: 30px;
  background-color: #f9f9f9;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .aging-care-risk {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .aging-care-risk {
    padding: 20px;
  }
}

/*
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
justify-content: space-between;
justify-content: flex-end;
*/
.aging-care__vitamin__copy {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .aging-care__vitamin__copy {
    margin-bottom: 20px;
  }
}

.aging-care__placenta__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0px;
}
.aging-care__placenta__images__item {
  width: 50%;
}
.aging-care__placenta__images__item img {
  width: 100%;
}

.doctor {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .doctor {
    font-size: 1.4rem;
    line-height: 2em;
  }
}

.doctor__over {
  position: relative;
}

.doctor__greeting {
  padding: 140px 0px;
}
@media screen and (max-width: 1080px) {
  .doctor__greeting {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 768px) {
  .doctor__greeting {
    padding: 80px 20px;
  }
}
.doctor__greeting__items {
  margin-top: 50px;
}
.doctor__greeting__inner {
  float: left;
  width: 70%;
  padding-left: calc((100% - 1080px) / 2);
  padding-right: 50px;
}
@media screen and (max-width: 1080px) {
  .doctor__greeting__inner {
    width: 60%;
    padding-right: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .doctor__greeting__inner {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}
.doctor__greeting__inner__title {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .doctor__greeting__inner__title {
    width: 250px;
  }
}
.doctor__greeting__inner__title img {
  width: 100%;
}
.doctor__greeting__inner__sub-title {
  color: #2f2f2f;
  margin: 10px 0px 40px;
}
@media screen and (max-width: 640px) {
  .doctor__greeting__inner__sub-title {
    margin: 5px 0px 20px;
  }
}
.doctor__greeting__inner__text {
  margin-bottom: 20px;
}
.doctor__greeting__inner__text:last-child {
  margin-bottom: 0px;
}
.doctor__greeting__image {
  width: 30%;
  float: right;
}
@media screen and (max-width: 1080px) {
  .doctor__greeting__image {
    width: calc(40% + 50px);
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .doctor__greeting__image {
    width: 70%;
    margin-top: 40px;
    margin-right: -20px;
  }
}

img.doctor__greeting__main-image {
  width: 1080px;
  margin: 0 auto;
  display: block;
}

.doctor__history {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(50%, rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06)));
  background-image: linear-gradient(transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06)), linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06));
  background-size: 16px 16px;
  background-repeat: repeat;
  padding-bottom: 140px;
}
@media screen and (max-width: 1080px) {
  .doctor__history {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .doctor__history {
    padding-bottom: 80px;
  }
}
.doctor__history__inner {
  margin: auto;
  overflow: visible;
}
.doctor__history__inner__table {
  max-width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .doctor__history__inner__table {
    margin: 0;
  }
}
.doctor__history__inner__table span.doctor__history__inner__table__span {
  position: absolute;
  right: -8px;
  top: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #557ec0;
  vertical-align: middle;
}
.doctor__history__inner__table tr:first-child th {
  padding: 0px;
  line-height: 1em;
  vertical-align: top;
}
.doctor__history__inner__table tr:first-child td {
  line-height: 1em;
  padding-top: 0px;
  vertical-align: top;
}
.doctor__history__inner__table tr:first-child span.doctor__history__inner__table__span {
  top: 0;
}
.doctor__history__inner__table tr:nth-child(2) th {
  padding-top: 22px;
}
.doctor__history__inner__table tr:nth-child(2) td {
  padding-top: 22px;
}
.doctor__history__inner__table tr:nth-child(2) span.doctor__history__inner__table__span {
  top: 31px;
}
.doctor__history__inner__table tr:nth-child(3) th {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(3) td {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(3) span.doctor__history__inner__table__span {
  top: 31px;
}
.doctor__history__inner__table tr:nth-child(4) th {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(4) td {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(4) span.doctor__history__inner__table__span {
  top: 31px;
}
.doctor__history__inner__table tr:nth-child(5) th {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(5) td {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(5) span.doctor__history__inner__table__span {
  top: 31px;
}
.doctor__history__inner__table tr:nth-child(6) th {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(6) td {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(6) span.doctor__history__inner__table__span {
  top: 31px;
}
.doctor__history__inner__table tr:nth-child(7) th {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(7) td {
  padding-top: 20px;
}
.doctor__history__inner__table tr:nth-child(7) span.doctor__history__inner__table__span {
  top: 31px;
}
.doctor__history__inner__table tr:last-child th {
  padding: 0px 0 0 0;
  line-height: 1em;
  vertical-align: bottom;
  overflow: visible;
}
.doctor__history__inner__table tr:last-child td {
  width: 60%;
}
.doctor__history__inner__table tr:last-child span.doctor__history__inner__table__span {
  top: auto;
  bottom: 0px;
}
.doctor__history__inner__table tr th {
  padding-top: 20px;
  width: 15%;
  border-right: 1px solid #557ec0;
  overflow: visible;
  padding-left: 30px;
  padding: 0px 0;
  position: relative;
  vertical-align: top;
}
.doctor__history__inner__table tr td {
  padding-top: 20px;
  padding-left: 40px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .doctor__history__inner__table tr td {
    padding-left: 20px;
  }
}
.doctor__history__inner__table__item {
  padding: 20px 40px;
  margin: 15px 0px;
  background: url(../img/doctor/tonbo2.png) no-repeat left top, url(../img/doctor/tonbo4.png) no-repeat right top, url(../img/doctor/tonbo3.png) no-repeat left bottom, url(../img/doctor/tonbo1.png) no-repeat right bottom;
  background-size: 31px;
}
@media screen and (max-width: 768px) {
  .doctor__history__inner__table__item {
    padding: 15px;
  }
}
.doctor__history__inner__table__item__headline {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fff463));
  background: linear-gradient(transparent 65%, #fff463 65%);
  margin-bottom: 10px;
}

.doctor__doctor {
  padding-bottom: 140px;
  margin-top: 140px;
}
@media screen and (max-width: 1080px) {
  .doctor__doctor {
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .doctor__doctor {
    padding-bottom: 80px;
    margin-top: 80px;
  }
}
.doctor__doctor .l-wrap__inner_900 {
  padding-top: 0 !important;
}
.doctor__doctor__inner h3, .doctor__doctor__inner h4 {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner h4 {
    font-size: 15px;
  }
}
.doctor__doctor__inner__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile {
    display: block;
  }
}
.doctor__doctor__inner__profile__img {
  width: 30%;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile__img {
    margin: 0 auto;
    width: 50%;
  }
}
.doctor__doctor__inner__profile__desc > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile__desc > div {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile__desc > div:first-of-type {
    text-align: center;
    margin-top: 1rem;
  }
}
.doctor__doctor__inner__profile__desc > div:first-of-type h3 {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile__desc > div:first-of-type h3 {
    font-size: 16px;
  }
}
.doctor__doctor__inner__profile__desc > div:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile__desc > div:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile__desc > div p {
    line-height: 2.3rem;
  }
}
.doctor__doctor__inner__profile__desc > div h4 {
  min-width: 90px;
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile__desc__bio {
    line-height: initial;
  }
}
.doctor__doctor__inner__profile__desc__bio > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile__desc__bio > div {
    margin-top: 0.4rem;
    margin-bottom: initial;
  }
}
.doctor__doctor__inner__profile__desc__bio > div > p {
  line-height: 2rem !important;
}
.doctor__doctor__inner__profile__desc__bio > div > p:first-of-type {
  min-width: 100px;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  .doctor__doctor__inner__profile__desc__bio > div > p:first-of-type {
    min-width: 90px;
  }
}
.doctor__doctor__inner__hours {
  margin-top: 1rem;
}
.doctor__doctor__inner__hours h4 {
  margin-bottom: 0.5rem;
}
.doctor__doctor__inner__hours__table {
  overflow-x: scroll;
}
.doctor__doctor__inner__hours__table table {
  width: 100%;
  min-width: 668px;
}
.doctor__doctor__inner__hours__memo p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .doctor__doctor__inner__hours__memo p {
    font-size: 12px;
  }
}
.doctor__doctor__inner__hours__memo p:first-of-type {
  display: none;
}
@media screen and (max-width: 767px) {
  .doctor__doctor__inner__hours__memo p:first-of-type {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .doctor__doctor__inner__hours__memo p:last-of-type {
    line-height: 1rem;
  }
}

.information {
  font-size: 1.6rem;
  line-height: 2em;
  padding-bottom: 140px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .information {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .information {
    font-size: 1.4rem;
    line-height: 2em;
    padding-bottom: 80px;
  }
}

.information__guide {
  background-color: #dff2ff;
}
.information__guide__list__item {
  margin: 0px 20px;
}
@media screen and (max-width: 1080px) {
  .information__guide__list__item {
    margin: 0px 10px;
  }
}
.information__guide__list__item img {
  width: 100%;
}
.information__guide__list__item dl dt {
  color: #4489dd;
  margin-top: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.information__slider {
  width: 100%;
}

.information__slider img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .information__guide .slick-list.draggable {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 640px) {
  .information__guide .slick-list.draggable {
    margin: 0 0px;
  }
}

.information__guide img.next-information {
  display: inline;
  position: absolute;
  width: 60px;
  cursor: pointer;
  top: calc(43% - 60px);
  right: -10px;
}
@media screen and (max-width: 1080px) {
  .information__guide img.next-information {
    width: 40px;
    right: -18px;
    top: calc(45% - 60px);
  }
}
@media screen and (max-width: 640px) {
  .information__guide img.next-information {
    right: -10px;
  }
}

.information__guide img.prev-information {
  display: inline;
  position: absolute;
  top: calc(43% - 60px);
  left: -10px;
  cursor: pointer;
  width: 60px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .information__guide img.prev-information {
    width: 40px;
    left: -18px;
    top: calc(45% - 60px);
  }
}
@media screen and (max-width: 640px) {
  .information__guide img.prev-information {
    left: -10px;
  }
}

.information__femmel__item {
  float: left;
  width: 48%;
  background-color: #f9f9f9;
}
@media screen and (max-width: 640px) {
  .information__femmel__item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .information__femmel__item:last-child {
    margin-bottom: 0px;
  }
}
.information__femmel__item:last-child {
  float: right;
}
.information__femmel__item img {
  width: 100%;
}
.information__femmel__item p {
  color: #4489dd;
  padding: 30px 30px 10px 30px;
}
@media screen and (max-width: 1080px) {
  .information__femmel__item p {
    padding: 20px 20px 10px 20px;
    line-height: 1.5em;
  }
}
.information__femmel__item dl {
  padding: 0px 30px 30px 30px;
}
@media screen and (max-width: 1080px) {
  .information__femmel__item dl {
    padding: 0px 20px 20px 20px;
    line-height: 1.8em;
  }
}
.information__femmel__item dl dt {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.information__femmel__item dl dd {
  display: inline-block;
  width: 80%;
  line-height: 1.6em;
  margin-bottom: 5px;
}
.information__femmel__item dl dd:last-child {
  margin-bottom: 0px;
}
.information__femmel__btn {
  background-color: #4489dd;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  margin: 30px auto 0px;
  display: block;
  color: #ffffff;
  padding: 10px 0px;
  max-width: 270px;
  position: relative;
  -webkit-box-shadow: #fff463 0px 3px;
          box-shadow: #fff463 0px 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.information__femmel__btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.information__femmel__btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 20px;
  background-image: url(../img/information/link_icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 15px;
}

.medical {
  padding-bottom: 140px;
  font-size: 1.6rem;
  line-height: 2em;
  display: block;
}
@media screen and (max-width: 1080px) {
  .medical {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .medical {
    font-size: 1.4rem;
    line-height: 2em;
    padding-bottom: 80px;
  }
}

.medical__skin-disease__tab {
  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;
}
@media screen and (max-width: 1080px) {
  .medical__skin-disease__tab {
    border: 1px solid #4489dd;
  }
}
.medical__skin-disease__tab__item {
  text-align: center;
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #4489dd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .medical__skin-disease__tab__item {
    border: none;
  }
}
.medical__skin-disease__tab__item:hover {
  -webkit-box-shadow: 0px 0px 6px #4489dd;
          box-shadow: 0px 0px 6px #4489dd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.medical__skin-disease__tab__item::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 30px;
  background-image: url(../img/index/plus_icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .medical__skin-disease__tab__item::after {
    top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .medical__skin-disease__tab__item::after {
    right: 10px;
  }
}
@media screen and (max-width: 350px) {
  .medical__skin-disease__tab__item::after {
    right: 5px;
  }
}
.medical__skin-disease__tab__item:nth-child(3) {
  border-top: 1px solid #4489dd;
  border-bottom: 1px solid #4489dd;
}
.medical__skin-disease__tab__item:nth-child(4) {
  border-top: 1px solid #4489dd;
  border-bottom: 1px solid #4489dd;
}
.medical__skin-disease__tab__item:nth-child(even) {
  border-left: 1px solid #4489dd;
}
@media screen and (max-width: 1080px) {
  .medical__skin-disease__tab__item {
    width: 50%;
    margin-bottom: 0px;
  }
}
.medical__skin-disease__tab__item a {
  color: #4489dd;
  padding: 20px 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .medical__skin-disease__tab__item a {
    padding: 20px 0px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .medical__skin-disease__tab__item a {
    padding: 10px 0px;
  }
}
.medical__skin-disease__tab__item a.active {
  background-color: #4489dd;
  color: #ffffff;
}
.medical__skin-disease__tab-content {
  margin-top: 20px;
}
.medical__skin-disease__tab-content__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.medical__skin-disease__tab-content__item__list__box {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: calc((100% - 20px) / 3);
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-right: 10px;
}
.medical__skin-disease__tab-content__item__list__box:nth-child(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 1080px) {
  .medical__skin-disease__tab-content__item__list__box:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .medical__skin-disease__tab-content__item__list__box:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .medical__skin-disease__tab-content__item__list__box {
    padding: 10px;
    width: calc((100% - 10px) / 2);
  }
}
.medical__skin-disease__tab-content__item__list__box::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #4489dd;
  /* ラベルの色はここで変更 */
  position: absolute;
}
.medical__skin-disease__tab-content__item__list__box:hover {
  -webkit-box-shadow: 0px 0px 6px #dff2ff;
          box-shadow: 0px 0px 6px #dff2ff;
  border: 1px solid #4489dd;
}
.medical__skin-disease__tab-content__item__list__box a {
  display: block;
}
.medical__skin-disease__tab-content__item__list__box a img {
  width: 150px;
}
@media screen and (max-width: 1080px) {
  .medical__skin-disease__tab-content__item__list__box a img {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .medical__skin-disease__tab-content__item__list__box a img {
    width: 100px;
  }
}
.medical__skin-disease__tab-content__item__list__box a p {
  color: #4489dd;
  margin-top: -5px;
}
.medical__skin-disease__tab-content__item__list__box a p.medical__skin-disease__tab-content__item__list__box__text {
  color: #515151;
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .medical__skin-disease__tab-content__item__list__box a p.medical__skin-disease__tab-content__item__list__box__text {
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .medical__skin-disease__tab-content__item__list__box a p.medical__skin-disease__tab-content__item__list__box__text {
    margin-top: 5px;
  }
}

.medical__aging-care {
  padding: 140px 0;
}
@media screen and (max-width: 1080px) {
  .medical__aging-care {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 640px) {
  .medical__aging-care {
    padding: 80px 20px;
  }
}
.medical__aging-care__images {
  width: 50%;
  padding-right: 20px;
  float: left;
}
@media screen and (max-width: 768px) {
  .medical__aging-care__images {
    float: none;
    padding-right: 0px;
    width: 100%;
  }
}
.medical__aging-care__item {
  float: right;
  width: 50%;
  padding-left: 20px;
  padding-right: calc((100% - 1080px) / 2);
  padding-top: 6%;
}
@media screen and (max-width: 1080px) {
  .medical__aging-care__item {
    padding-top: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .medical__aging-care__item {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}

.medical__inspection {
  background-color: #dff2ff;
}
.medical__inspection__inner {
  padding: 140px 0;
}
@media screen and (max-width: 1080px) {
  .medical__inspection__inner {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 640px) {
  .medical__inspection__inner {
    padding: 80px 20px;
  }
}
.medical__inspection__images {
  float: right;
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .medical__inspection__images {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
}
.medical__inspection__item {
  float: left;
  width: 50%;
  padding-left: calc((100% - 1080px) / 2);
  padding-right: 20px;
  padding-top: 6%;
}
@media screen and (max-width: 1080px) {
  .medical__inspection__item {
    padding-top: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .medical__inspection__item {
    float: none;
    width: 100%;
    padding-right: 0px;
    margin-top: 20px;
  }
}

.single_medical_list-sub {
  margin-top: 0px;
}

.medical__lead {
  -webkit-box-shadow: 0px 0px 6px #dcdcdc;
          box-shadow: 0px 0px 6px #dcdcdc;
  margin-bottom: -80px;
  font-size: 1.6rem;
  line-height: 2em;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: -60px;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .medical__lead {
    font-size: 1.4rem;
    line-height: 1.8em;
    text-align: left;
    margin: 50px 20px 0px;
    padding: 20px;
  }
}
.medical__lead img {
  float: left;
  width: 70px;
  margin: 0 25px;
}
@media screen and (max-width: 640px) {
  .medical__lead img {
    width: 80px;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
.medical__lead__text {
  float: right;
  width: calc(100% - 120px);
}
@media screen and (max-width: 640px) {
  .medical__lead__text {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

/*Windowsの時だけ*/
.win .medical__lead {
  -webkit-box-shadow: 0px 0px 6px #808080;
          box-shadow: 0px 0px 6px #808080;
}

.medical__book__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .medical__book__wrapper {
    display: block;
  }
}
.medical__book__img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .medical__book__img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .medical__book__img {
    margin: 0 auto 10px;
    max-width: 200px;
  }
}
.medical__book__text {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .medical__book__text {
    margin-left: 25px;
  }
}
.medical__book__index {
  font-weight: 500;
  margin-bottom: 10px;
  color: #4489dd;
}
.medical__book__button {
  color: #4489dd;
  border-bottom: 2px solid #4489dd;
  padding: 3px;
}

.medical__feature__text {
  margin: 0 10px 0px 10px;
}
@media screen and (max-width: 640px) {
  .medical__feature__text {
    margin: 0 0px 0px 0px;
  }
}
.medical__feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .medical__feature__list {
    display: block;
  }
}
.medical__feature__list__inner {
  width: calc((100% - 40px) / 3);
  margin-top: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.medical__feature__list__inner:nth-child(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 640px) {
  .medical__feature__list__inner {
    width: 100%;
    display: block;
  }
  .medical__feature__list__inner:last-child {
    margin-bottom: 0px;
  }
}
.medical__feature__list__item {
  background-color: #fffcdd;
  padding: 20px;
}
.medical__feature__list__item__headline {
  color: #4489dd;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

/*Windowsの時だけ*/
.win .medical__feature__list__inner {
  width: calc((99% - 40px) / 3);
}
@media screen and (max-width: 640px) {
  .win .medical__feature__list__inner {
    width: 100%;
  }
}
.win .medical__feature__list__item {
  background-color: #fffbbb;
}

.medical__treatment img__img {
  width: 100%;
}
.medical__treatment a {
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.medical__treatment a:hover {
  color: #4489dd;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.medical__treatment__text {
  margin-top: 30px;
}
.medical__treatment__list {
  margin-top: 30px;
}
.medical__machine {
  background-color: #dff2ff;
  margin-top: 140px;
}
@media screen and (max-width: 1080px) {
  .medical__machine {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .medical__machine {
    margin-top: 80px;
  }
}
.medical__machine__list__item {
  margin: 0px 20px;
}
@media screen and (max-width: 1080px) {
  .medical__machine__list__item {
    margin: 0px 10px;
  }
}
.medical__machine__list__item img {
  width: 100%;
  position: relative;
  height: auto;
}
.medical__machine__list__item dl dt {
  color: #4489dd;
  margin-top: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 1080px) {
  .medical__machine .slick-list.draggable {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 640px) {
  .medical__machine .slick-list.draggable {
    margin: 0 0px;
  }
}

.medical__machine img.next-medical {
  display: inline;
  position: absolute;
  width: 60px;
  cursor: pointer;
  top: calc(31% - 60px);
  right: -10px;
}
@media screen and (max-width: 1080px) {
  .medical__machine img.next-medical {
    width: 40px;
    right: -18px;
    top: calc(28% - 60px);
  }
}
@media screen and (max-width: 640px) {
  .medical__machine img.next-medical {
    top: calc(30% - 60px);
    right: -10px;
  }
}

.medical__machine img.prev-medical {
  display: inline;
  position: absolute;
  top: calc(31% - 60px);
  left: -10px;
  cursor: pointer;
  width: 60px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .medical__machine img.prev-medical {
    width: 40px;
    left: -18px;
    top: calc(28% - 60px);
  }
}
@media screen and (max-width: 640px) {
  .medical__machine img.prev-medical {
    top: calc(30% - 60px);
    left: -10px;
  }
}

.medical__slider {
  width: 100%;
}

.slick-transform {
  margin-left: -50% !important;
  width: 450px !important;
}
@media screen and (max-width: 1080px) {
  .slick-transform {
    margin-left: -60% !important;
  }
}
@media screen and (max-width: 768px) {
  .slick-transform {
    margin-left: 0% !important;
    width: 100% !important;
  }
}

.medical__qa {
  /*     ///----- media-screen
  @include media-1080 {
      padding-top: 50px;
  } */
}
.medical__qa__comment {
  border: 1px solid #4489dd;
  padding: 30px;
  max-width: 1080px;
  margin: 0px auto;
}
@media screen and (max-width: 1080px) {
  .medical__qa__comment {
    margin: 0px 50px;
  }
}
@media screen and (max-width: 640px) {
  .medical__qa__comment {
    padding: 20px;
    margin: 0px 20px;
  }
}
.medical__qa__comment img {
  width: 25%;
  padding-right: 50px;
  float: left;
}
@media screen and (max-width: 1080px) {
  .medical__qa__comment img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .medical__qa__comment img {
    width: 45%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .medical__qa__comment img {
    width: 70%;
    float: none;
    margin: 0 auto;
    display: block;
    padding-right: 0px;
  }
}
.medical__qa__comment__item {
  width: 75%;
  float: right;
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .medical__qa__comment__item {
    width: 65%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .medical__qa__comment__item {
    width: 55%;
  }
}
@media screen and (max-width: 640px) {
  .medical__qa__comment__item {
    width: 100%;
    float: none;
  }
}
.medical__qa__comment__item__headline {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .medical__qa__comment__item__headline {
    text-align: center;
    margin-top: 10px;
  }
}
.medical__qa__item {
  margin-right: 10px;
}
.medical__qa__dl {
  padding: 20px;
}
.medical__qa__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  color: #4489dd;
}
.medical__qa__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.recruit {
  font-size: 1.6rem;
  line-height: 2em;
  padding-bottom: 140px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .recruit {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .recruit {
    font-size: 1.4rem;
    line-height: 2em;
    padding-bottom: 80px;
  }
}

.recruit__ideal-candidate__content {
  -webkit-box-shadow: 0px 0px 6px #dcdcdc;
          box-shadow: 0px 0px 6px #dcdcdc;
  padding: 40px;
}
@media screen and (max-width: 1080px) {
  .recruit__ideal-candidate__content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__ideal-candidate__content {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__ideal-candidate__content {
    padding: 20px;
  }
}
.recruit__ideal-candidate__content__list {
  float: left;
  width: 65%;
}
@media screen and (max-width: 1080px) {
  .recruit__ideal-candidate__content__list {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .recruit__ideal-candidate__content__list {
    float: none;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .recruit__ideal-candidate__content__list {
    width: 100%;
  }
}
.recruit__ideal-candidate__content__list__item {
  font-size: 1.8rem;
  color: #2f2f2f;
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .recruit__ideal-candidate__content__list__item {
    font-size: 1.6rem;
    line-height: 2em;
    padding-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__ideal-candidate__content__list__item {
    font-size: 1.4rem;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .recruit__ideal-candidate__content__list__item:last-child {
    margin-bottom: 0px;
  }
}
.recruit__ideal-candidate__content__list__item::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  top: -7px;
  background-image: url(../img/index/headline_icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 0px;
}
@media screen and (max-width: 1080px) {
  .recruit__ideal-candidate__content__list__item::before {
    width: 30px;
    height: 30px;
    top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__ideal-candidate__content__list__item::before {
    top: -5px;
  }
}
.recruit__ideal-candidate__content img {
  float: right;
  width: 33%;
}
@media screen and (max-width: 1080px) {
  .recruit__ideal-candidate__content img {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .recruit__ideal-candidate__content img {
    float: none;
    width: 80%;
    margin: 20px auto 0;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .recruit__ideal-candidate__content img {
    width: 100%;
  }
}

/*Windowsの時だけ*/
.win .recruit__ideal-candidate__content {
  -webkit-box-shadow: 0px 0px 6px #808080;
          box-shadow: 0px 0px 6px #808080;
}

.recruit__from-staff__content {
  position: relative;
}
.recruit__from-staff__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 45px;
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .recruit__from-staff__content__list {
    left: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .recruit__from-staff__content__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
}
.recruit__from-staff__content__list__item {
  width: 230px;
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .recruit__from-staff__content__list__item {
    width: 23%;
  }
}
@media screen and (max-width: 640px) {
  .recruit__from-staff__content__list__item {
    width: 31%;
  }
}

.recruit__from-staff__content__list__item.active:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
  margin-top: 170px;
}
@media screen and (max-width: 1080px) {
  .recruit__from-staff__content__list__item.active:nth-child(1) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__from-staff__content__list__item.active:nth-child(1) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__from-staff__content__list__item.active:nth-child(1) {
    margin-top: 20px;
  }
}

.recruit__from-staff__content__list__item.active:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
  margin-top: 75px;
  margin-left: -80px;
}
@media screen and (max-width: 1080px) {
  .recruit__from-staff__content__list__item.active:nth-child(2) {
    margin-top: 50px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__from-staff__content__list__item.active:nth-child(2) {
    margin-top: 20px;
  }
}

.recruit__from-staff__content__list__item.active:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .recruit__from-staff__content__list__item.active:nth-child(3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__from-staff__content__list__item.active:nth-child(3) {
    margin-top: 20px;
  }
}

.recruit__from-staff__content__list__item.active:nth-child(4) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
  margin-top: 75px;
  margin-right: -80px;
}
@media screen and (max-width: 1080px) {
  .recruit__from-staff__content__list__item.active:nth-child(4) {
    margin-top: 50px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__from-staff__content__list__item.active:nth-child(4) {
    margin-top: 20px;
  }
}

.recruit__from-staff__content__list__item.active:nth-child(5) {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
  margin-top: 170px;
}
@media screen and (max-width: 1080px) {
  .recruit__from-staff__content__list__item.active:nth-child(5) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__from-staff__content__list__item.active:nth-child(5) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__from-staff__content__list__item.active:nth-child(5) {
    margin-top: 20px;
  }
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.recruit__overtime__item {
  -webkit-box-shadow: 0px 0px 6px #dcdcdc;
          box-shadow: 0px 0px 6px #dcdcdc;
  padding: 20px;
  text-align: center;
}
.recruit__overtime__item p {
  margin-bottom: 10px;
  line-height: 1.6em;
}
.recruit__overtime__item p:last-child {
  margin-bottom: 0px;
}
.recruit__overtime__item p span {
  font-size: 2.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff463));
  background: linear-gradient(transparent 60%, #fff463 0%);
}
@media screen and (max-width: 768px) {
  .recruit__overtime__item p span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit__overtime__item p span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit__overtime__item p {
    text-align: left;
  }
}

/*Windowsの時だけ*/
.win .recruit__overtime__item {
  -webkit-box-shadow: 0px 0px 6px #808080;
          box-shadow: 0px 0px 6px #808080;
}

.recruit__occupation__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: #4489dd 1px solid;
}
.recruit__occupation__tab__item {
  width: 33.333%;
  text-align: center;
}
.recruit__occupation__tab__item:nth-child(2) {
  border-left: #4489dd 1px solid;
  border-right: #4489dd 1px solid;
}
.recruit__occupation__tab__item a {
  padding: 20px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  margin-right: -1px;
}
.recruit__occupation__tab__item a.active {
  background-color: #4489dd;
  border: #4489dd 1px solid;
  color: #ffffff;
}
.recruit__occupation__tab__item a:hover {
  background-color: #4489dd;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab__item a {
    padding: 10px;
  }
}
@media screen and (max-width: 350px) {
  .recruit__occupation__tab__item a {
    padding: 5px 0px;
  }
}
.recruit__occupation__tab-content__item__unit {
  border-bottom: 1px solid #dcdcdc;
  padding: 50px 0;
}
.recruit__occupation__tab-content__item__unit:last-child {
  border-bottom: none;
}
.recruit__occupation__tab-content__item__unit__read {
  text-align: center;
  margin-bottom: 20px;
}
.recruit__occupation__tab-content__item__group__area {
  float: right;
  width: calc(48% - 23px);
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__group__area {
    float: none;
    width: calc(100% - 23px);
    margin-left: 23px;
  }
}
.recruit__occupation__tab-content__item__group__area dl {
  margin-bottom: 30px;
}
.recruit__occupation__tab-content__item__group__area dl:last-child {
  margin-bottom: 0px;
}
.recruit__occupation__tab-content__item__group__area dl dt {
  font-size: 1.8rem;
  color: #4489dd;
  margin-bottom: 5px;
  line-height: 1.6em;
}
.recruit__occupation__tab-content__item__group__area dl dt::before {
  padding-right: 10px;
  content: "Q";
  margin-left: -23px;
}
@media screen and (max-width: 1080px) {
  .recruit__occupation__tab-content__item__group__area dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__group__area dl dt {
    font-size: 1.4rem;
  }
}
.recruit__occupation__tab-content__item__group__area dl dd {
  line-height: 1.6em;
}
.recruit__occupation__tab-content__item__group__area dl dd::before {
  padding-right: 10px;
  content: "A";
  margin-left: -20px;
}
.recruit__occupation__tab-content__item__group img {
  float: left;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__group img {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
.recruit__occupation__tab-content__item__group:last-child {
  margin-top: 50px;
}
.recruit__occupation__tab-content__item__group:last-child .recruit__occupation__tab-content__item__group__area {
  float: left;
  width: calc(48% - 23px);
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__group:last-child .recruit__occupation__tab-content__item__group__area {
    float: none;
    width: calc(100% - 23px);
  }
}
.recruit__occupation__tab-content__item__group:last-child img {
  float: right;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__group:last-child img {
    float: none;
    width: 100%;
  }
}
.recruit__occupation__tab-content__item__headline {
  text-align: center;
  margin-bottom: 30px;
}
.recruit__occupation__tab-content__item__headline__text {
  display: inline-block;
  font-weight: 500;
  font-size: 2rem;
  color: #2f2f2f;
  position: relative;
}
.recruit__occupation__tab-content__item__headline__text::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  top: -7px;
  background-image: url(../img/index/headline_icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -40px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .recruit__occupation__tab-content__item__headline__text::before {
    width: 30px;
    height: 30px;
    top: 0px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__headline__text::before {
    top: -4px;
  }
}
.recruit__occupation__tab-content__item__schedule__item {
  margin-bottom: 30px;
  position: relative;
}
.recruit__occupation__tab-content__item__schedule__item:last-child {
  margin-bottom: 0px;
}
.recruit__occupation__tab-content__item__schedule__item:last-child::before {
  display: none;
}
.recruit__occupation__tab-content__item__schedule__item:last-child::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.recruit__occupation__tab-content__item__schedule__item::before {
  position: absolute;
  top: 40px;
  bottom: 0;
  margin: auto;
  content: "";
  left: 30px;
  width: 2px;
  background-size: 4px;
  background-position: center;
  background-repeat: repeat-y;
  background-image: url(../img/recruit/blue_box.png);
  height: 80%;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__schedule__item::before {
    background-image: none;
  }
}
.recruit__occupation__tab-content__item__schedule__item::after {
  bottom: 0;
  margin: auto;
  content: "";
  margin-left: 27px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__schedule__item::after {
    display: none;
  }
}
.recruit__occupation__tab-content__item__schedule__item__left {
  float: left;
  width: 60%;
  padding-right: 50px;
}
@media screen and (max-width: 1080px) {
  .recruit__occupation__tab-content__item__schedule__item__left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__schedule__item__left {
    float: none;
    padding-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.recruit__occupation__tab-content__item__schedule__item__left__headline {
  font-size: 1.8rem;
  color: #4489dd;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .recruit__occupation__tab-content__item__schedule__item__left__headline {
    font-size: 1.6rem;
  }
}
.recruit__occupation__tab-content__item__schedule__item__left__headline span {
  background-color: #fff463;
  padding: 0 15px;
  margin-right: 10px;
}
.recruit__occupation__tab-content__item__schedule__item__left p {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__schedule__item__left p {
    margin-left: 0px;
  }
}
.recruit__occupation__tab-content__item__schedule__item img {
  float: right;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__schedule__item img {
    float: none;
    width: 100%;
  }
}
.recruit__occupation__tab-content__item__lead {
  font-size: 1.8rem;
  color: #4489dd;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__lead {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2em;
  }
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__lead {
    text-align: left;
  }
}
.recruit__occupation__tab-content__item__training__list {
  float: right;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__training__list {
    float: none;
    width: 100%;
  }
}
.recruit__occupation__tab-content__item__training__list__item {
  margin-bottom: 20px;
  background-color: #f2faff;
  padding: 20px;
  text-align: center;
  position: relative;
}
.recruit__occupation__tab-content__item__training__list__item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__training__list__item {
    text-align: left;
  }
}
.recruit__occupation__tab-content__item__training__list__item span {
  font-size: 1.8rem;
}
.recruit__occupation__tab-content__item__training__list__item::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  bottom: -12px;
  left: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.recruit__occupation__tab-content__item__training__list__item:last-child::before {
  display: none;
}
.recruit__occupation__tab-content__item__training img {
  width: 52%;
  float: left;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__training img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit__occupation__tab-content__item__table {
  background-color: #ffffff;
  width: 100%;
}
.recruit__occupation__tab-content__item__table tbody {
  color: #b6b6b6;
}
.recruit__occupation__tab-content__item__table tbody tr {
  border: #b6b6b6 1px solid;
}
.recruit__occupation__tab-content__item__table tbody tr th {
  width: 180px;
  border-right: #b6b6b6 1px solid;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__table tbody tr th {
    padding: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__table tbody tr th {
    padding: 10px;
    width: 80px;
  }
}
.recruit__occupation__tab-content__item__table tbody tr td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__table tbody tr td {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__table tbody tr td {
    padding: 10px;
  }
}
.recruit__occupation__contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit__occupation__contact__lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__contact__lead {
    font-size: 1.6rem;
  }
}
.recruit__occupation__contact__btn1 {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__contact__btn1 {
    display: block;
    margin: 0 auto;
    padding-left: 20px;
    width: 220px;
    text-align: center;
  }
}
.recruit__occupation__contact__btn1__text {
  color: #4489dd;
}
.recruit__occupation__contact__btn1__text span {
  font-size: 3.1rem;
  line-height: 0.8em;
}
.recruit__occupation__contact__btn1::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  background-image: url(../img/recruit/tel.png);
  width: 45px;
  height: 45px;
  top: 15px;
  left: -55px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__contact__btn1::before {
    left: -35px;
  }
}
.recruit__occupation__contact__btn2 {
  background-color: #fff463;
  font-size: 1.6rem;
  line-height: 2em;
  line-height: 3em;
  text-align: center;
  display: block;
  color: #4489dd;
  padding: 10px 0px;
  position: relative;
  -webkit-box-shadow: #4489dd 0px 3px;
          box-shadow: #4489dd 0px 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 340px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__contact__btn2 {
    display: block;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 350px) {
  .recruit__occupation__contact__btn2 {
    width: 280px;
  }
}
.recruit__occupation__contact__btn2:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.recruit__occupation__contact__btn2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #4489dd;
  border-right: 2px solid #4489dd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recruit__occupation__tab-content__item__group-sub__area {
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__group-sub__area {
    float: none;
    width: calc(100% - 23px);
    margin-left: 23px;
  }
}
.recruit__occupation__tab-content__item__group-sub__area dl {
  margin-bottom: 30px;
}
.recruit__occupation__tab-content__item__group-sub__area dl:last-child {
  margin-bottom: 0px;
}
.recruit__occupation__tab-content__item__group-sub__area dl dt {
  font-size: 1.8rem;
  color: #4489dd;
  margin-bottom: 5px;
  line-height: 1.6em;
}
@media screen and (max-width: 1080px) {
  .recruit__occupation__tab-content__item__group-sub__area dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__group-sub__area dl dt {
    font-size: 1.4rem;
  }
}
.recruit__occupation__tab-content__item__group-sub__area dl dt::before {
  padding-right: 10px;
  content: "Q";
  margin-left: -23px;
}
.recruit__occupation__tab-content__item__group-sub__area dl dd {
  line-height: 1.6em;
}
.recruit__occupation__tab-content__item__group-sub__area dl dd::before {
  padding-right: 10px;
  content: "A";
  margin-left: -20px;
}

.recruit__occupation__tab-content__item__schedule-sub__item {
  margin-bottom: 30px;
  position: relative;
}
.recruit__occupation__tab-content__item__schedule-sub__item:last-child {
  margin-bottom: 0px;
}
.recruit__occupation__tab-content__item__schedule-sub__item:last-child::before {
  display: none;
}
.recruit__occupation__tab-content__item__schedule-sub__item:last-child::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.recruit__occupation__tab-content__item__schedule-sub__item::before {
  position: absolute;
  top: 40px;
  bottom: 0;
  margin: auto;
  content: "";
  left: 30px;
  width: 2px;
  background-size: 4px;
  background-position: center;
  background-repeat: repeat-y;
  background-image: url(../img/recruit/blue_box.png);
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__schedule-sub__item::before {
    background-image: none;
  }
}
.recruit__occupation__tab-content__item__schedule-sub__item::after {
  bottom: 0;
  margin: auto;
  content: "";
  margin-left: 27px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4489dd;
  border-right: solid 2px #4489dd;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__schedule-sub__item::after {
    display: none;
  }
}
.recruit__occupation__tab-content__item__schedule-sub__item__left__headline {
  font-size: 1.8rem;
  color: #4489dd;
}
@media screen and (max-width: 1080px) {
  .recruit__occupation__tab-content__item__schedule-sub__item__left__headline {
    font-size: 1.6rem;
  }
}
.recruit__occupation__tab-content__item__schedule-sub__item__left__headline span {
  background-color: #fff463;
  padding: 0 15px;
  margin-right: 10px;
}
.recruit__occupation__tab-content__item__schedule-sub__item__left p {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__schedule-sub__item__left p {
    margin-left: 0px;
  }
}

.recruit__occupation__tab-content__item__training-sub__list__item {
  margin-bottom: 20px;
  background-color: #f2faff;
  padding: 20px;
  text-align: center;
  position: relative;
}
.recruit__occupation__tab-content__item__training-sub__list__item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__training-sub__list__item {
    text-align: left;
  }
}
.recruit__occupation__tab-content__item__training-sub__list__item span {
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__training-sub__list__item span {
    font-size: 1.6rem;
  }
}
.recruit__occupation__tab-content__item__training-sub img {
  width: 52%;
  float: left;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__training-sub img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.recruit__occupation__tab-content__item__table-sub {
  background-color: #ffffff;
  width: 100%;
}
.recruit__occupation__tab-content__item__table-sub__text {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.recruit__occupation__tab-content__item__table-sub tbody {
  color: #b6b6b6;
}
.recruit__occupation__tab-content__item__table-sub tbody tr {
  border: #b6b6b6 1px solid;
}
.recruit__occupation__tab-content__item__table-sub tbody tr th {
  width: 180px;
  border-right: #b6b6b6 1px solid;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__table-sub tbody tr th {
    padding: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__table-sub tbody tr th {
    padding: 10px;
    width: 80px;
  }
}
.recruit__occupation__tab-content__item__table-sub tbody tr td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .recruit__occupation__tab-content__item__table-sub tbody tr td {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .recruit__occupation__tab-content__item__table-sub tbody tr td {
    padding: 10px;
  }
}

.open-rec tbody {
  color: #515151 !important;
}
.open-rec tbody tr {
  border: #515151 1px solid !important;
}
.open-rec tbody tr th {
  border-right: #515151 1px solid !important;
}

.contact {
  font-size: 1.6rem;
  line-height: 2em;
  display: block;
  min-height: calc(100vh - 348px);
  padding-bottom: 140px;
}
@media screen and (max-width: 1080px) {
  .contact {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .contact {
    font-size: 1.4rem;
    line-height: 2em;
    min-height: calc(100vh - 591px);
    padding-bottom: 80px;
  }
}

.contact__form__lead {
  background-color: #f9f9f9;
  padding: 20px 30px;
  color: #4489dd;
}
@media screen and (max-width: 640px) {
  .contact__form__lead {
    padding: 20px;
  }
}
.contact__form table {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact__form table {
    width: 100%;
  }
}
.contact__form table tr {
  border-bottom: 25px solid #fff;
  width: 100%;
}
.contact__form table th {
  font-size: 16px;
  width: 250px;
  vertical-align: middle;
  text-align: left;
  padding-right: 50px;
  display: block;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .contact__form table th {
    padding-right: 30px;
    width: 200px;
    margin-bottom: 10px;
  }
}
.contact__form table th small {
  font-size: 1.2rem;
  color: #4489dd;
}
.contact__form table td {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__form table td {
    width: 100% !important;
    display: block;
    font-size: 1.6rem !important;
  }
}
.contact__form table tr td input {
  border: 1px solid #dcdcdc;
  padding: 16px 10px;
  border-radius: 0;
  font-size: 16px;
}
.contact__form table tr td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 16px 10px;
  border-radius: 0;
  cursor: pointer;
  background-image: url(../img/contact/down_arrow.png);
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  position: relative;
  color: #515151;
}
.contact__form table tr td textarea {
  height: 200px !important;
  -webkit-appearance: none;
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 16px 10px;
  border-radius: 0;
  font-size: 16px;
}

.mfp_err {
  color: #e60012;
}

div#mfp_overlay_background,
div#mfp_loading_screen,
div#mfp_loading,
div#mfp_overlay,
#mfp_hidden {
  display: none;
}

#mfp_OperationCheck {
  display: none;
}

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

input.input_text {
  -webkit-appearance: none;
  width: 100%;
}

.accordion_title {
  text-align: center;
  border-radius: 20px;
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion_title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion_title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion-container {
  position: relative;
  width: 100%;
  text-align: center;
}

.accordion-content {
  display: none;
}

.privacy_label {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.privacy_contents {
  padding: 30px;
}

.privacy_contents_list {
  list-style: disc;
}

.privacy_contents_list_item {
  list-style: disc;
  margin-left: 20px;
}

div#mfp_phase_confirm_inner h4 {
  font-size: 20px;
  margin-bottom: 50px;
  margin-top: 30px;
  text-align: center;
}

#mfp_confirm_table tr.mfp_achroma {
  border-bottom: 1px solid #4489dd;
}

#mfp_confirm_table tr.mfp_colored {
  border-bottom: 1px solid #4489dd;
}

th#th_choice {
  line-height: 50px;
}

td#td_choice {
  line-height: 50px;
}

#mfp_confirm_table tr.mfp_colored th {
  line-height: 50px;
}

#mfp_confirm_table tr.mfp_colored td {
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #mfp_confirm_table tr.mfp_colored td {
    margin-top: -15px;
  }
}

#mfp_confirm_table tr.mfp_achroma th {
  line-height: 50px;
}

#mfp_confirm_table tr.mfp_achroma td {
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #mfp_confirm_table tr.mfp_achroma td {
    margin-top: -15px;
  }
}

button.contact_button {
  text-align: center;
  margin: 0px auto 0;
  padding: 10px 15px;
  width: 100%;
  display: block;
  background-color: #dff2ff;
  color: #4489dd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border-radius: 0px;
}
button.contact_button:hover {
  background: #f9f9f9;
}
button.contact_button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #4489dd;
  border-right: 2px solid #4489dd;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 640px) {
  button.contact_button::after {
    right: 15px;
  }
}

div.contact_button {
  text-align: center;
  margin: 0px auto 0;
  padding: 10px 15px;
  width: 100%;
  display: block;
  background-color: #dff2ff;
  color: #4489dd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border-radius: 0px;
}
div.contact_button:hover {
  background: #f9f9f9;
}
div.contact_button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #4489dd;
  border-right: 2px solid #4489dd;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 640px) {
  div.contact_button::after {
    right: 15px;
  }
}

button.mfp_element_button {
  background-color: #fff463;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  margin: 30px auto 0px;
  display: block;
  color: #4489dd;
  padding: 10px 0px;
  width: 270px;
  position: relative;
  -webkit-box-shadow: #4489dd 0px 3px;
          box-shadow: #4489dd 0px 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button.mfp_element_button:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
button.mfp_element_button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #4489dd;
  border-right: 2px solid #4489dd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.mfp_element_button:last-child {
  margin-top: 0px;
}

.common_readsentence span {
  color: #4489dd;
}

#mailformpro tbody span {
  color: #4489dd;
}

.label {
  float: left;
}

.label_left {
  margin-right: 20px;
}

.contact_btn {
  background-color: #fff463;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  margin: 30px auto 0px;
  display: block;
  color: #4489dd;
  padding: 10px 0px;
  position: relative;
  -webkit-box-shadow: #4489dd 0px 3px;
          box-shadow: #4489dd 0px 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 270px;
}
.contact_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #4489dd;
  border-right: 2px solid #4489dd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact_btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.privacy_label {
  border: 1px solid #4489dd;
  width: 100%;
  color: #4489dd;
  padding: 5px 0;
}
@media screen and (max-width: 1080px) {
  .privacy_label {
    padding: 8px 10px;
  }
}

.mfp_element_radio {
  vertical-align: middle;
  margin: 0px 2px;
}

.hide {
  display: none;
}

input.privacy_label_checkbox {
  float: left;
  margin-left: 20px;
  margin-top: 6px;
}
@media screen and (max-width: 1080px) {
  input.privacy_label_checkbox {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  input.privacy_label_checkbox {
    margin-right: 5px;
  }
}

.privacy_contents_text {
  margin: 5px 0;
}

.privacy_contents_sub-headline {
  font-size: 1.8rem;
  color: #4489dd;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .privacy_contents_sub-headline {
    font-size: 1.4rem;
  }
}

.privacy_contents_ol {
  margin: 5px 0;
  margin-left: 20px;
}

.privacy_contents_headline {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  #contact__form table td {
    display: block;
  }
  #contact__form table th {
    margin-bottom: 0px;
    margin-bottom: 10px;
  }
  #contact__form table tr {
    margin-bottom: 30px;
    display: inline-table;
    width: 100%;
  }
  #contact__form table tr td input {
    width: 100%;
  }
  #contact__form table tr td textarea {
    width: 100% !important;
    font-size: 16px;
  }
  #contact__form table tr td select {
    font-size: 16px;
  }
  .privacy_contents {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 640px) {
  #contact__form table th {
    display: block;
  }
  #contact__form table tr {
    margin-bottom: 10px;
  }
  .accordion_title {
    font-size: 14px;
  }
  button.contact_button {
    margin: 0px auto 0;
  }
  .thanks_btn {
    margin: 20px auto 0;
  }
  .thanks_item {
    text-align: left;
  }
  .thanks_headline {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .privacy_contents_headline {
    font-size: 16px;
  }
  button.contact_button {
    width: 100%;
  }
  .thanks_btn {
    width: 280px;
  }
}
#errormsg_プライバシーポリシー {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #errormsg_プライバシーポリシー {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mfp_err {
    line-height: 1.5em;
    margin-top: 10px;
  }
}

.privacy_label label {
  display: block;
  line-height: 1.5em;
}

#errormsg_mfp_プライバシーポリシー_checkobj {
  display: none;
}

.contact__thanks {
  text-align: center;
}
.contact__thanks__headline {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact__thanks__text {
    text-align: left;
  }
}

.corona {
  font-size: 1.6rem;
  line-height: 2em;
  padding-bottom: 140px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .corona {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .corona {
    padding-bottom: 80px;
    font-size: 1.4rem;
    line-height: 2em;
  }
}

.corona__infection-control__list {
  list-style: none;
}
.corona__infection-control__list__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .corona__infection-control__list__item {
    margin-bottom: 30px;
  }
}
.corona__infection-control__list__item p {
  margin: 10px 0 20px;
}
@media screen and (max-width: 640px) {
  .corona__infection-control__list__item p {
    margin: 10px 0 10px;
  }
}
.corona__infection-control__list__item:last-child {
  margin-bottom: 0px;
}
.corona__infection-control__list__item__headline {
  font-size: 2.2rem;
  line-height: 1.5em;
  padding-bottom: 5px;
  position: relative;
  color: #4489dd;
  display: table;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .corona__infection-control__list__item__headline {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}
.corona__infection-control__list__item__headline span {
  display: table-cell;
  color: #b6b6b6;
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .corona__infection-control__list__item__headline span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .corona__infection-control__list__item__headline span {
    width: 25px;
  }
}
.corona__infection-control__list__item ul {
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  .corona__infection-control__list__item ul {
    margin: 10px 0 15px;
  }
}
.corona__infection-control__list__item ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.corona__infection-control__list__item ul li:last-child {
  margin-bottom: 0px;
}

.corona__staff-infection-control__list {
  margin-top: 20px;
}
.corona__staff-infection-control__list li {
  font-size: 2.2rem;
  line-height: 1.5em;
  padding-bottom: 5px;
  position: relative;
  color: #4489dd;
  display: table;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .corona__staff-infection-control__list li {
    margin-bottom: 5px;
  }
}
.corona__staff-infection-control__list li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .corona__staff-infection-control__list li {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}
.corona__staff-infection-control__list li span {
  display: table-cell;
  color: #b6b6b6;
  font-size: 2.4rem;
  font-weight: 500;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .corona__staff-infection-control__list li span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .corona__staff-infection-control__list li span {
    width: 25px;
  }
}

.dupixent {
  font-size: 1.6rem;
  line-height: 2em;
  padding-bottom: 140px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .dupixent {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .dupixent {
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
    padding-bottom: 80px;
  }
}

.dupixent__about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .dupixent__about__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dupixent__about__top__txt {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 900px) {
  .dupixent__about__top__txt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.dupixent__about__top__txt p {
  margin-bottom: 20px;
}
.dupixent__about__top__txt p:last-of-type {
  margin-bottom: 0;
}
.dupixent__about__top__txt p sup {
  vertical-align: super;
  color: #4489dd;
}
.dupixent__about__top__img {
  width: calc((100% - 40px) / 2);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .dupixent__about__top__img {
    width: 100%;
  }
}
.dupixent__about__top__img img {
  max-width: 520px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.dupixent__about__top__img p {
  font-weight: 500;
}
.dupixent__about__top__img p span {
  font-size: 0.7em;
}
.dupixent__about__bottom {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  max-width: 640px;
  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: 10px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .dupixent__about__bottom {
    margin: 30px auto 0;
  }
}
.dupixent__about__bottom img {
  width: 130px;
  height: auto;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .dupixent__about__bottom img {
    width: 110px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .dupixent__about__bottom p {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
  .dupixent__about__bottom p br {
    display: none;
  }
}
.dupixent__about__bottom p span {
  font-weight: 500;
  border-bottom: 3px solid #fff463;
}

.dupixent__subject {
  background-color: rgba(255, 244, 99, 0.3);
  max-width: 100%;
  margin-top: 140px;
  padding: 100px 50px;
}
@media screen and (max-width: 1080px) {
  .dupixent__subject {
    padding: 80px 50px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .dupixent__subject {
    padding: 60px 20px;
    margin-top: 80px;
  }
}
.dupixent__subject__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: auto;
}
.dupixent__subject__ul__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1080px) {
  .dupixent__subject__ul__li {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .dupixent__subject__ul__li {
    display: block;
  }
}
.dupixent__subject__ul__li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: -60px; /*調整*/
}
@media screen and (max-width: 1080px) {
  .dupixent__subject__ul__li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0; /*調整*/
  }
}
.dupixent__subject__ul__li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1080px) {
  .dupixent__subject__ul__li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}
.dupixent__subject__ul__li .img {
  width: 140px;
  margin-right: 15px;
}
@media screen and (max-width: 1080px) {
  .dupixent__subject__ul__li .img {
    width: 120px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .dupixent__subject__ul__li .img {
    width: 80px;
    margin: 0 auto 15px;
  }
}
.dupixent__subject__ul__li .img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}
.dupixent__subject__ul__li .txt {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .dupixent__subject__ul__li .txt {
    text-align: center;
  }
}
.dupixent__subject__ul__li .txt h3 {
  padding-top: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #4489dd;
}
@media screen and (max-width: 1080px) {
  .dupixent__subject__ul__li .txt h3 {
    padding-top: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .dupixent__subject__ul__li .txt h3 {
    padding-top: 0;
    font-size: 1.6rem;
    line-height: 1.6em;
  }
}
.dupixent__subject__ul__li .txt ul {
  margin-left: 25px;
}
@media screen and (max-width: 640px) {
  .dupixent__subject__ul__li .txt ul {
    margin-left: 15px;
    display: inline-block;
  }
}
.dupixent__subject__ul__li .txt ul li {
  list-style-type: disc;
  text-align: left !important;
}

.dupixent__self__read {
  text-align: center;
}
.dupixent__self__injection {
  margin: 50px auto 60px;
}
@media screen and (max-width: 640px) {
  .dupixent__self__injection {
    margin: 30px auto 40px;
  }
}
.dupixent__self__injection__inn {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .dupixent__self__injection__inn {
    overflow: scroll;
  }
}
.dupixent__self__injection__inn table {
  max-width: 700px;
  width: 100%;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  .dupixent__self__injection__inn table {
    width: 560px;
    margin: auto;
  }
}
.dupixent__self__injection__inn table tr {
  border-bottom: 1px solid #ccc;
}
.dupixent__self__injection__inn table tr:nth-child(2) {
  border-bottom: 1px dashed #ccc;
}
.dupixent__self__injection__inn table tr th {
  font-weight: 500;
}
.dupixent__self__injection__inn table tr th.week {
  text-align: center;
  height: 50px;
  border-left: 1px dotted #ddd;
}
.dupixent__self__injection__inn table tr th.title {
  width: 140px;
}
@media screen and (max-width: 640px) {
  .dupixent__self__injection__inn table tr th.title {
    width: 120px;
  }
}
.dupixent__self__injection__inn table tr td {
  font-size: 0;
  height: 100px;
  background-size: 104px 70px;
  background-repeat: no-repeat;
  background-position: bottom 10px center;
  border-left: 1px dotted #ddd;
}
@media screen and (max-width: 640px) {
  .dupixent__self__injection__inn table tr td {
    background-size: 70px 47px;
    height: 75px;
  }
}
.dupixent__self__injection__inn table tr td.pen-1 {
  background-image: url(../img/dupixent/pen-1.jpg);
}
.dupixent__self__injection__inn table tr td.pen-2 {
  background-image: url(../img/dupixent/pen-2.jpg);
}
.dupixent__self__injection__inn table tr td.syringe-1 {
  background-image: url(../img/dupixent/syringe-1.jpg);
}
.dupixent__self__injection__inn table tr td.syringe-2 {
  background-image: url(../img/dupixent/syringe-2.jpg);
}
.dupixent__self__injection .scroll {
  margin-top: 5px;
  text-align: center;
  font-size: 1.1rem;
  color: #4489dd;
}
.dupixent__self__point .tit {
  text-align: center;
  margin-bottom: -25px;
}
@media screen and (max-width: 1080px) {
  .dupixent__self__point .tit {
    margin-bottom: -18px;
  }
}
.dupixent__self__point .tit span {
  display: inline-block;
  color: #fff;
  background-color: #4489dd;
  border-bottom: 4px solid #fff463;
  padding: 10px 20px 12px;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .dupixent__self__point .tit span {
    font-size: 1.4rem;
    line-height: 1em;
    padding: 6px 10px 10px;
  }
}
.dupixent__self__point__inn {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 50px 30px;
}
@media screen and (max-width: 640px) {
  .dupixent__self__point__inn {
    padding: 40px 15px;
    border-radius: 10px;
  }
}
.dupixent__self__point__inn .read {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .dupixent__self__point__inn .read {
    margin-bottom: 25px;
  }
}
.dupixent__self__point__inn .zu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .dupixent__self__point__inn .zu {
    display: block;
  }
}
.dupixent__self__point__inn .zu__img {
  width: 550px;
}
@media screen and (max-width: 1080px) {
  .dupixent__self__point__inn .zu__img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.dupixent__self__point__inn .zu__img img {
  width: 100%;
}
.dupixent__self__point__inn .zu__txt {
  width: calc(100% - 550px - 30px);
}
@media screen and (max-width: 1080px) {
  .dupixent__self__point__inn .zu__txt {
    width: 100%;
    max-width: 740px;
    margin: auto;
  }
}
.dupixent__self__point__inn .zu__txt h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.1em;
}
@media screen and (max-width: 1080px) {
  .dupixent__self__point__inn .zu__txt h4 {
    text-align: center;
  }
}
.dupixent__self__point__inn .zu__txt ul {
  margin-left: 25px;
  font-size: 1.3rem;
  line-height: 1.8em;
}
.dupixent__self__point__inn .zu__txt ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.dupixent__self__point__inn .zu__txt ul li:last-child {
  margin-bottom: 0;
}

.dupixent__cost {
  max-width: 800px;
  margin-bottom: 80px;
}
.dupixent__cost__tit {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}
.dupixent__cost__list {
  margin: 30px auto 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .dupixent__cost__list {
    margin: 30px auto 40px;
  }
}
.dupixent__cost__list__inn {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .dupixent__cost__list__inn {
    overflow: scroll;
  }
}
.dupixent__cost__list__inn table {
  max-width: 800px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
  .dupixent__cost__list__inn table {
    width: 580px;
    margin: auto;
    font-size: 1.3rem;
    line-height: 1.4em;
  }
}
.dupixent__cost__list__inn table tr {
  border-bottom: 1px solid #ccc;
}
.dupixent__cost__list__inn table tr th {
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #ccc;
  font-weight: 500;
  color: #000;
}
.dupixent__cost__list__inn table tr th.main {
  background-color: #4489dd;
  color: #fff;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .dupixent__cost__list__inn table tr th.main {
    padding-left: 10px;
  }
}
.dupixent__cost__list__inn table tr th.main span {
  font-size: 1.15em;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .dupixent__cost__list__inn table tr th.main span {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.dupixent__cost__list__inn table tr th.sub {
  padding-left: 20px;
  text-align: left;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .dupixent__cost__list__inn table tr th.sub {
    width: 160px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .dupixent__cost__list__inn table tr th.sub {
    width: 150px;
  }
}
.dupixent__cost__list__inn table tr th.wari {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .dupixent__cost__list__inn table tr th.wari {
    width: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .dupixent__cost__list__inn table tr th.wari {
    width: 40px;
  }
}
.dupixent__cost__list__inn table tr th.blue {
  background-color: rgba(68, 137, 221, 0.5);
}
.dupixent__cost__list__inn table tr th.gray {
  background-color: #eee;
}
.dupixent__cost__list__inn table tr td {
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #ccc;
}
.dupixent__cost__list__inn table tr td.cost {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .dupixent__cost__list__inn table tr td.cost {
    padding: 15px 0;
  }
}
.dupixent__cost__list p.age {
  margin: 15px auto 20px;
  font-size: 1.3rem;
  line-height: 1.6em;
  color: #999;
}
@media screen and (max-width: 640px) {
  .dupixent__cost__list p.age {
    text-align: left;
    display: inline-block;
    margin: 0 auto 15px;
  }
}
.dupixent__cost__list p.note {
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #000;
}
@media screen and (max-width: 640px) {
  .dupixent__cost__list p.note {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
}
.dupixent__cost__list p.scroll {
  margin-top: 5px;
  font-size: 1.1rem;
  color: #4489dd;
  margin-bottom: 15px;
}
.dupixent__cost__read a {
  display: inline-block;
  margin: 0 3px;
  font-weight: 500;
  color: #4489dd;
  border-bottom: 2px solid #4489dd;
  line-height: 1.4;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.dupixent__cost__read a:hover {
  color: #ffa800;
  border-bottom: 2px solid #ffa800;
}

.sdm .why-sdm_content {
  width: 100%;
  margin: 4rem auto;
  max-width: 700px;
  padding-top: 4rem;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sdm .why-sdm_content {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .sdm .why-sdm_content .pc-img {
    display: none;
  }
}
.sdm .why-sdm_content .sp-img {
  display: none;
}
@media screen and (max-width: 640px) {
  .sdm .why-sdm_content .sp-img {
    display: block;
  }
}
.sdm .meaning-sdm_content .meaningWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sdm .meaning-sdm_content .meaningWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sdm .meaning-sdm_content .meaningWrap .meaningItem {
  width: calc(33.3333333333% - 2rem);
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .sdm .meaning-sdm_content .meaningWrap .meaningItem {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.sdm .meaning-sdm_content .meaningWrap .meaningItem h3 {
  background-color: #FDF47A;
  width: 22rem;
  height: 22rem;
  border-radius: 100%;
  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;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #4489dd;
  margin-bottom: 2rem;
}
.sdm .flow-sdm_content {
  text-align: center;
}
.sdm .flow-sdm_content svg {
  max-width: 24rem;
  width: 100%;
  height: 100%;
}
.sdm .flow-sdm_content .textWrap {
  margin-top: 2rem;
}
.sdm .flow-sdm_content .textWrap h3 {
  font-size: 2rem;
  color: #4489dd;
  font-weight: bold;
}
.sdm .flow-sdm_content .textWrap p {
  margin-top: 2rem;
}
.sdm .flow-sdm_content .timing {
  margin-top: 6rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(50%, rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06)));
  background-image: linear-gradient(transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06)), linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06));
  background-size: 16px 16px;
  background-repeat: repeat;
  padding: 8rem 4rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1080px) {
  .sdm .flow-sdm_content .timing {
    padding: 4rem 2rem;
  }
}
.sdm .flow-sdm_content .timing h4 {
  font-size: 1.8rem;
  color: #4489dd;
  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;
}
.sdm .flow-sdm_content .timing h4::before, .sdm .flow-sdm_content .timing h4::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background-color: #4489dd;
  margin: 0 0.8rem;
}
.sdm .flow-sdm_content .timing .list-wrap {
  background-color: #dff2ff;
  padding: 2rem 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  max-width: 80rem;
  width: 100%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 1080px) {
  .sdm .flow-sdm_content .timing .list-wrap {
    padding: 2rem;
  }
}
.sdm .flow-sdm_content .timing .list-wrap ul {
  display: inline-block;
  text-align: left;
}
.sdm .flow-sdm_content .timing .list-wrap ul li {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -0.7em;
}
.sdm .flow-sdm_content .timing .list-wrap ul li::before {
  content: "●";
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 0.8rem;
  color: #fff463;
}
.sdm .flow-sdm_content .timing p {
  margin-top: 2rem;
}
.sdm .lastText {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 1080px) {
  .sdm .lastText {
    text-align: left;
  }
}
@media screen and (max-width: 1080px) {
  .sdm .text-sdm {
    text-align: left;
  }
}

#meaningsdm {
  background-color: #dff2ff;
}