@charset "UTF-8";
.for-pc {
  display: block;
}

@media only screen and (max-width: 699px) {
  .for-pc {
    display: none;
  }
}

.for-sp {
  display: none;
}

@media only screen and (max-width: 699px) {
  .for-sp {
    display: block;
  }
}

#brand_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

/*=======================================================
	infoSection
=======================================================*/
#infoSection .infoSection__list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 15px;
}

#infoSection .infoSection__list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

#infoSection .infoSection__list div time {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

#infoSection .infoSection__list div h1 {
  font-size: 14px;
  font-weight: 300;
  margin-left: 25px;
}

@media (max-width: 699px) {
  #infoSection .infoSection__list {
    padding: 2.9333vw 8vw;
  }
  #infoSection .infoSection__list div {
    display: block;
  }
  #infoSection .infoSection__list div time {
    font-size: 2.6666vw;
    margin-bottom: 1.0666vw;
  }
  #infoSection .infoSection__list div h1 {
    font-size: 3.2vw;
    margin-left: 0;
    letter-spacing: 0;
  }
}

/*=======================================================
	indexHeader
=======================================================*/
#indexHeader {
  position: relative;
  padding: 0;
  background-color: #08185f;
}

#indexHeader::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50%);
  height: 458px;
  background: url(../images/elis/clinics/bg_main_grd_pc.png?v=2) left top/100% 100% no-repeat;
  z-index: 1;
}

#indexHeader > .inner {
  max-width: 1000px;
  height: 368px;
  margin: 0 auto;
  position: relative;
  background: url(../images/elis/clinics/bg_main1_pc.jpg?v=2) center/cover no-repeat;
}

@media only screen and (max-width: 699px) {
  #indexHeader > .inner {
    height: auto;
  }
}

#indexHeader > .inner .inner__content {
  width: 378px;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.indexHeader__bottom {
  background: url(../images/elis/clinics/bg_main_bottom_pc.jpg?v=2) center/auto 100% repeat-x;
  height: 425px;
  position: relative;
  z-index: 1;
}

.indexHeader__bottom > .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 699px) {
  .indexHeader__bottom {
    max-width: 100%;
    height: auto;
  }
  .indexHeader__bottom > .inner {
    padding-bottom: 8vw;
  }
}

.indexHeader__lead {
  overflow: hidden;
  width: 653px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 53px;
  padding-top: 15px;
  letter-spacing: .02em;
}

.indexHeader__lead__img {
  float: left;
  margin-right: 26px;
}

.indexHeader__lead > p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #08185f;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 20px 0 0 0;
  letter-spacing: .02em;
}

.indexHeader__lead > p > span {
  font-size: 18px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #89d7ff));
  background-image: linear-gradient(transparent 60%, #89d7ff 50%);
  font-weight: bold;
  letter-spacing: .02em;
}

@media only screen and (max-width: 699px) {
  .indexHeader__lead {
    padding: 5.333333vw 2vw 0 4vw;
    width: 100%;
  }
  .indexHeader__lead__img {
    width: 20.933333333vw;
    margin: 5px 4vw 0 4vw;
  }
  .indexHeader__lead > p {
    font-size: 3.73333333vw;
    margin: 0;
    letter-spacing: 0;
  }
  .indexHeader__lead > p > span {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}

.indexHeader__item {
  display: block;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 2;
  -webkit-transform: translateX(19px);
          transform: translateX(19px);
}

@media only screen and (max-width: 699px) {
  .indexHeader__item {
    display: none;
  }
}

.indexHeader__ttl {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-transform: translateX(-12px) translateY(53px);
          transform: translateX(-12px) translateY(53px);
}

@media only screen and (max-width: 699px) {
  .indexHeader__ttl {
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.indexHeader__point {
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 27px 30px;
  margin-top: -13px;
  position: relative;
}

@media only screen and (max-width: 699px) {
  .indexHeader__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
    margin: -12px auto 0;
    border-radius: 5px;
    padding: 4vw 5.33333333vw 7vw 5.33333333vw;
  }
}

.indexHeader__point > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexHeader__point > ul > li {
  position: relative;
  background: #eaf5ff;
  border-radius: 5px;
  width: 206px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #08185f;
  padding-bottom: 11px;
}

.indexHeader__point > ul > li + li {
  margin-left: 35px;
}

.indexHeader__point > ul > li:nth-of-type(1) {
  padding-left: 79px;
}

.indexHeader__point > ul > li:nth-of-type(2) {
  padding-left: 98px;
}

.indexHeader__point > ul > li:nth-of-type(3) {
  width: 218px;
  padding-left: 90px;
}

@media only screen and (max-width: 699px) {
  .indexHeader__point > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6vw 0 0 0;
  }
  .indexHeader__point > ul > li {
    width: 100%;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .indexHeader__point > ul > li + li {
    margin-left: 0;
    margin-top: 15px;
    padding: 0 0 0 0;
  }
  .indexHeader__point > ul > li:nth-of-type(1) {
    margin-left: 0;
    padding: 3vw 0 3vw 24.5vw;
  }
  .indexHeader__point > ul > li:nth-of-type(2) {
    margin-left: 0;
    padding: 3vw 24.5vw 3vw 5vw;
  }
  .indexHeader__point > ul > li:nth-of-type(3) {
    margin-left: 0;
    width: 100%;
    padding: 3vw 0 3vw 24.5vw;
  }
}

.indexHeader__point__img {
  position: absolute;
  left: 0;
  top: 0;
}

.indexHeader__point > ul > li:nth-of-type(1) .indexHeader__point__img {
  width: 121px;
  -webkit-transform: translate(-47px, -29px);
          transform: translate(-47px, -29px);
}

@media only screen and (max-width: 699px) {
  .indexHeader__point > ul > li:nth-of-type(1) .indexHeader__point__img {
    width: 18.6666666vw;
    -webkit-transform: translate(3vw, -4vw);
            transform: translate(3vw, -4vw);
  }
}

.indexHeader__point > ul > li:nth-of-type(2) .indexHeader__point__img {
  width: 123px;
  -webkit-transform: translateX(-33px) translateY(2px);
          transform: translateX(-33px) translateY(2px);
}

@media only screen and (max-width: 699px) {
  .indexHeader__point > ul > li:nth-of-type(2) .indexHeader__point__img {
    width: 21vw;
    right: 0;
    left: inherit;
    -webkit-transform: translate(-5vw, 0);
            transform: translate(-5vw, 0);
  }
}

.indexHeader__point > ul > li:nth-of-type(3) .indexHeader__point__img {
  width: 110px;
  -webkit-transform: translate(-29px, -13px);
          transform: translate(-29px, -13px);
}

@media only screen and (max-width: 699px) {
  .indexHeader__point > ul > li:nth-of-type(3) .indexHeader__point__img {
    width: 19.6vw;
    -webkit-transform: translate(-1.5vw, -2vw);
            transform: translate(-1.5vw, -2vw);
  }
}

.indexHeader__point__lead {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .04em;
  font-weight: 600;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  color: #08185f;
  position: relative;
  margin-right: 72px;
}

.indexHeader__point__lead::before {
  content: '';
  display: block;
  position: absolute;
  left: -19px;
  top: -31px;
  width: 189px;
  height: 136px;
  background: url(../images/elis/clinics/img_main_point_deco_pc.png?v=2) left top/100% 100% no-repeat;
}

@media only screen and (max-width: 699px) {
  .indexHeader__point__lead {
    margin: 0;
    text-align: center;
    font-size: 4.26666666vw;
  }
  .indexHeader__point__lead::before {
    background: url(../images/elis/clinics/img_main_point_deco_sp.png?v=2) left top/100% 100% no-repeat;
    width: 66.26666666vw;
    height: 10.666666666vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

.indexHeader__point__num {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: .04em;
  margin-top: -24px;
  font-family: 'Ubuntu', sans-serif;
}

@media only screen and (max-width: 699px) {
  .indexHeader__point__num {
    font-size: 7.466666vw;
    margin-top: 0;
    margin-right: 2vw;
  }
}

.indexHeader__point__txt {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: 500;
  margin-top: 8px;
}

.indexHeader__point > ul > li:nth-of-type(3) .indexHeader__point__txt {
  margin-top: -3px;
}

@media only screen and (max-width: 699px) {
  .indexHeader__point__txt {
    font-size: 3.7333333vw;
    margin-top: 0;
  }
}

@media (max-width: 699px) {
  #indexHeader {
    padding: 0;
    background-color: #ffeef2;
  }
  #indexHeader::after {
    height: 8vw;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -6.1333vw;
  }
  #indexHeader > .inner .inner__content {
    width: 94%;
    top: 85%;
  }
}

/*=======================================================
	indexAnchor
=======================================================*/
.indexAnchor {
  background: #08185f;
}

.indexAnchor .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 699px) {
  .indexAnchor .inner {
    max-width: 100%;
    position: relative;
  }
}

.indexAnchor ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 699px) {
  .indexAnchor ul {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  .indexAnchor ul.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}

.indexAnchor ul > li {
  /* 20241204変更 */
  width: 25%;
    /* 20241204変更ここまで */
  height: 70px;
  position: relative;
}

.indexAnchor ul > li::before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(33%, white), color-stop(33%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: linear-gradient(to bottom, white, white 33%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 1px 3px;
  width: 1px;
  height: 52px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 699px) {
  .indexAnchor ul > li::before {
    content: none;
  }
}

.indexAnchor ul > li:last-of-type::after {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(33%, white), color-stop(33%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: linear-gradient(to bottom, white, white 33%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 1px 3px;
  width: 1px;
  height: 52px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.indexAnchor ul > li > a {
  width: 100%;
  height: 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;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: .04em;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
}

.indexAnchor ul > li > a::after {
  content: '';
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 6px;
}

.indexAnchor ul > li > a:hover {
  text-decoration: none;
  background: #39467f;
}

@media only screen and (max-width: 699px) {
  .indexAnchor ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .indexAnchor ul > li {
    width: 100%;
    height: 45px;
  }
  .indexAnchor ul > li > a {
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px 0 35px;
    background: rgba(34, 41, 74, 0.9);
    border-bottom: 1px solid #ffffff;
  }
  .indexAnchor ul > li > a::before {
    content: '';
    display: block;
    background: #ffffff;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 20px;
    top: 50%;
  }
  .indexAnchor ul > li > a::after {
    margin-top: 0;
  }
}

.indexAnchor__head {
  font-size: 14px;
  letter-spacing: .04em;
  color: #ffffff;
  font-weight: 400;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 35px;
  display: none;
}

.indexAnchor__head::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translateY(-2px) rotate(135deg);
          transform: translateY(-2px) rotate(135deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.indexAnchor__head.is-rotate:after {
  -webkit-transform: rotate(-45deg) translateY(3px);
          transform: rotate(-45deg) translateY(3px);
}

@media only screen and (max-width: 699px) {
  .indexAnchor__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 23px 0 20px;
  }
}

/*=======================================================
	共通
=======================================================*/
.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  letter-spacing: .04em;
  color: #08185f;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}

.section-head span {
  font-size: 16px;
  letter-spacing: .04em;
  color: #666666;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin: 0 0 4px 0;
}

.section-head__lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .04em;
  text-align: center;
  font-weight: 400;
  margin-top: 17px;
}

@media only screen and (max-width: 699px) {
  .section-head {
    font-size: 25px;
  }
  .section-head span {
    font-size: 14px;
  }
  .section-head__lead {
    margin-top: 16px;
    line-height: 1.8;
  }
}

/*=======================================================
	about
=======================================================*/
#about {
  background: url(../images/elis/clinics/bg_about_pc.jpg?v=2) center/cover no-repeat;
}

@media only screen and (max-width: 699px) {
  #about {
    background: url(../images/elis/clinics/bg_about_sp.jpg?v=2) center/cover no-repeat;
  }
}

.about__conts {
  position: relative;
  margin: 50px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 40px 0;
}

.about__conts::before {
  content: '';
  background: #ffffff;
  height: 100%;
  width: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  z-index: 0;
}

.about__conts::after {
  content: '';
  display: block;
  position: absolute;
  right: 82px;
  bottom: 90px;
  width: 153px;
  height: 176px;
  background: url(../images/elis/clinics/about_point_deco.png?v=2) left top/100% 100% no-repeat;
    display: none;
}

@media only screen and (max-width: 699px) {
  .about__conts {
    padding: 34px 20px 40px 20px;
    margin: 24px auto 0;
    width: calc(100% - 30px);
  }
  .about__conts::before {
    width: 100%;
    border-radius: 10px;
  }
  .about__conts::after {
    width: 26.53333333vw;
    height: 30.8vw;
    right: 11px;
    bottom: 118px;
  }
}

.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.about__box:nth-of-type(1) > div {
  padding-left: 100px;
  margin-right: 50px;
}

.about__box:nth-of-type(1) .about__box__img {
  margin-top: 20px;
  /* 20241204追記 */
  border-radius: 20px;
}
.about__box:nth-of-type(1) .about__box__img img{
  width: 100%;
}
/* 20241204追記ここまで */

@media only screen and (max-width: 699px) {
  .about__box:nth-of-type(1) > div {
    padding: 0;
    margin: 0;
  }
  .about__box:nth-of-type(1) .about__box__img {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 699px) {
  .about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__box:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 52px;
  position: relative;
}

.about__box:nth-of-type(2) > div {
  padding-right: 100px;
  margin-left: 50px;
}

.about__box:nth-of-type(2) .about__box__img {
  margin-top: 8px;
  border: 4px solid #cee6fb;
}

.about__box:nth-of-type(2) .about__box__txt + p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  left: 65px;
  bottom: -30px;
}

@media only screen and (max-width: 699px) {
  .about__box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 34px;
  }
  .about__box:nth-of-type(2) > div {
    padding-right: 0;
    margin-left: 0;
  }
  .about__box:nth-of-type(2) .about__box__img {
    margin-top: 26px;
    border: 2px solid #cee6fb;
  }
  .about__box:nth-of-type(2) .about__box__txt + p {
    font-size: 12px;
    left: 0;
  }
}

.about__box__img {
  width: 410px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 699px) {
  .about__box__img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  }
}

.about__box__head {
  font-size: 24px;
  line-height: 1.6;
  color: #2482ca;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: 500;
  letter-spacing: .04em;
}

@media only screen and (max-width: 699px) {
  .about__box__head {
    font-size: 18px;
  }
}

.about__box__txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .04em;
  color: #333333;
  font-weight: 400;
  margin-top: 22px;
}

@media only screen and (max-width: 699px) {
  .about__box__txt {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8;
  }
}

.about__box > div {
  width: 446px;
}

@media only screen and (max-width: 699px) {
  .about__box > div {
    width: 100%;
  }
}

.about__point {
  position: relative;
  margin: 57px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 100px;
}

.about__point--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  position: relative;
}

.about__point--head > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 20px;
  letter-spacing: .04em;
  font-weight: 500;
  color: #08185f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.about__point--head::before, .about__point--head::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #245b7c;
}

@media only screen and (max-width: 699px) {
  .about__point {
    padding: 0;
    margin: 40px 0 0 0;
  }
  .about__point--head > span {
    font-size: 16px;
    padding: 0 7px;
  }
}

.about__point > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
}

@media only screen and (max-width: 699px) {
  .about__point > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 22px 0 0 0;
  }
}

.about__point > ul > li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 22px;
}

.about__point > ul > li:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about__point > ul > li:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.about__point > ul > li:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about__point > ul > li:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.about__point > ul > li > span {
  background: #2a96e9;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  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-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg) translateY(5px);
          transform: rotate(0.03deg) translateY(5px);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin: 0 5px 0 0;
}

.about__point > ul > li > p {
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 1.7;
  font-weight: 400;
}

.about__point > ul > li > p > span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .04em;
  display: block;
  line-height: 1;
  margin: 0 0 3px;
}

@media only screen and (max-width: 699px) {
  .about__point > ul > li {
    width: 100%;
    margin: 0 0 19px;
  }
  .about__point > ul > li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about__point > ul > li:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about__point > ul > li:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about__point > ul > li:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .about__point > ul > li > p {
    font-size: 14px;
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5px;
  }
  .about__point > ul > li > p > span {
    font-size: 14px;
  }
  .about__point > ul > li > span {
    font-size: 15px;
    width: 20px;
    height: 20px;
    margin: 0;
    -webkit-transform: rotate(0.03deg);
            transform: rotate(0.03deg);
  }
}

.about__point > ul + p {
  font-size: 14px;
  letter-spacing: .04em;
  font-weight: 400;
  color: #333333;
}

@media only screen and (max-width: 699px) {
  .about__point > ul + p {
    width: calc(100% - 103px);
    font-size: 12px;
    line-height: 1.6;
    margin: 2px 0 0 0;
  }
}

.about__btn {
  width: 340px;
  height: 50px;
  margin: 27px auto 0;
}

.about__btn > a {
  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;
  width: 100%;
  height: 100%;
  background: #08185f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .04em;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.about__btn > a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
}

.about__btn > a:hover {
  text-decoration: none;
  background: #39467f;
}

@media only screen and (max-width: 699px) {
  .about__btn {
    width: 100%;
    margin: 36px auto 0;
  }
  .about__btn > a::after {
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

#about .inner {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 87px 0 80px 0;
}

@media only screen and (max-width: 699px) {
  #about .inner {
    max-width: 100%;
    padding: 38px 0 40px 0;
  }
}

@media (max-width: 699px) {
  #about .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 699px) and (max-width: 699px) {
  #about .inner {
    max-width: 100%;
  }
}

/*=======================================================
	type
=======================================================*/
#feature {
  position: relative;
  background: url(../images/elis/clinics/bg_feature.jpg?v=2) repeat;
}

#feature .inner {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 75px 50px 80px 50px;
  position: relative;
}

@media only screen and (max-width: 699px) {
  #feature .inner {
    max-width: 100%;
    padding: 36px 50px 80px 50px;
  }
}

#feature .section-head {
  color: #ffffff;
}

#feature .section-head > span {
  color: #ffffff;
}

#feature .section-head__lead {
  color: #ffffff;
}

.feature__img {
  display: block;
  position: absolute;
  right: -35px;
  top: 245px;
}

@media only screen and (max-width: 699px) {
  .feature__img {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    margin: 23px 0 0 0;
  }
}

.feature__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;
  position: relative;
  margin: 52px 0 0 0;
}

@media only screen and (max-width: 699px) {
  .feature__box {
    margin: 64px 0 0 0;
  }
}

.feature__box > li {
  background: #ffffff;
  border-radius: 20px;
  width: 435px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 30px 38px 30px;
  position: relative;
}

@media only screen and (max-width: 699px) {
  .feature__box > li {
    width: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 36px 20px 26px 20px;
  }
}

.feature__box > li:nth-of-type(1) {
  margin-right: 400px;
}

.feature__box > li:nth-of-type(1) .feature__box__head > span {
  margin-left: 10px;
}

@media only screen and (max-width: 699px) {
  .feature__box > li:nth-of-type(1) {
    margin-right: 0;
  }
  .feature__box > li:nth-of-type(1) .feature__box__head > span {
    margin-left: 0;
  }
}

.feature__box > li:nth-of-type(2), .feature__box > li:nth-of-type(3) {
  margin-top: 60px;
  padding: 36px 30px 25px 30px;
}

.feature__box > li:nth-of-type(2) .feature__box__txt, .feature__box > li:nth-of-type(3) .feature__box__txt {
  margin: 11px 0 0 0;
}

@media only screen and (max-width: 699px) {
  .feature__box > li:nth-of-type(2), .feature__box > li:nth-of-type(3) {
    margin-top: 40px;
    padding: 36px 20px 26px 20px;
  }
}

.feature__box > li:nth-of-type(3) .feature__box--num {
  right: 0;
  left: inherit;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}

@media only screen and (max-width: 699px) {
  .feature__box > li:nth-of-type(3) .feature__box--num {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.feature__box > li > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 0 0;
}

.feature__box > li > ul > li {
  width: calc(50% - 7.5px);
  text-align: center;
}

.feature__box > li > ul > li > p {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .04em;
  font-size: 14px;
}

.feature__box > li > ul > li > p + img {
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 699px) {
  .feature__box > li > ul {
    margin: 22px 0 0 0;
  }
  .feature__box > li > ul > li > p {
    font-size: 12px;
    line-height: 1.2;
    min-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.feature__box--num {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #ffcc00;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  letter-spacing: 0;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.feature__box--num > span {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 699px) {
  .feature__box--num {
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    width: 50px;
    height: 50px;
    font-size: 23px;
  }
  .feature__box--num > span {
    font-size: 12px;
  }
}

.feature__box__head > span {
  font-size: 26px;
  letter-spacing: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  color: #08185f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #ffcc00));
  background: linear-gradient(transparent 60%, #ffcc00 50%);
  font-weight: 500;
}

@media only screen and (max-width: 699px) {
  .feature__box__head > span {
    font-size: 18px;
  }
}

.feature__box__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin: 22px 0 0 0;
  letter-spacing: .04em;
}

.feature__box__txt + img {
  margin: 22px 0 0 0;
}

.feature__box__txt > span {
  font-size: 12px;
  display: inline-block;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

@media only screen and (max-width: 699px) {
  .feature__box__txt {
    text-align: left;
    margin: 20px 0 0 0;
    line-height: 1.8;
  }
  .feature__box__txt + img {
    margin: 18px 0 0 0;
  }
}

.feature__ex {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .04em;
  font-weight: 400;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 699px) {
  .feature__ex {
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
  }
}

.feature__movie {
  width: 100%;
  text-align: center;
  margin: 56px 0 0 0;
}

@media only screen and (max-width: 699px) {
  .feature__movie {
    margin: 26px 0 0 0;
  }
}

.feature__movie--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.feature__movie--head::before, .feature__movie--head::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
}

.feature__movie--head > span {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: .04em;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  letter-spacing: .04em;
}

@media only screen and (max-width: 699px) {
  .feature__movie--head > span {
    font-size: 16px;
  }
}

.feature__movie > div {
  width: 620px;
  margin: 38px auto 0;
}

.feature__movie > div iframe {
  width: 100%;
  height: 349px;
}

.feature__movie--ex {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: .04em;
  text-align: right;
  display: block;
  font-weight: 400;
  margin: 12px 0 0 0;
}

@media only screen and (max-width: 699px) {
  .feature__movie > div {
    width: 100%;
    margin: 28px auto 0;
  }
  .feature__movie > div iframe {
    height: 51.3768vw;
  }
  .feature__movie--ex {
    margin: 5px auto 0;
  }
}

@media (max-width: 699px) {
  #feature {
    margin-bottom: 0;
  }
  #feature .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 37px 15px 37px 15px;
  }
}

/*=======================================================
	voice
=======================================================*/
#voice {
  position: relative;
}

#voice .inner {
  max-width: 950px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 77px 25px 78px 25px;
}

@media only screen and (max-width: 699px) {
  #voice .inner {
    padding: 0;
  }
}

#voice ul {
  margin: 48px 0 0 0;
}

#voice ul > li {
  background: #eaf5ff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 30px 24px 150px;
  position: relative;
}

#voice ul > li + li {
  margin-top: 30px;
}

#voice ul > li:nth-of-type(2) {
  padding: 26px 26px 50px 150px;
}

.voice__ex {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  text-align: right;
  margin: 16px 0 0 0;
}

.voice__haad {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .04em;
}

.voice__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 9px 0 0 0;
  letter-spacing: .04em;
}

.voice__img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#voice ul > li:nth-of-type(1) .voice__img {
  left: 30px;
}

#voice ul > li:nth-of-type(2) .voice__img {
  left: 30px;
}

#voice ul > li:nth-of-type(3) .voice__img {
  left: 30px;
  -webkit-transform: translateY(-62%);
          transform: translateY(-62%);
}

@media (max-width: 699px) {
  #voice {
    padding: 37px 10px 37px 15px;
    margin-bottom: 0;
  }
  #voice ul {
    margin: 23px 0 0 0;
  }
  #voice ul > li {
    padding: 0;
    border-radius: 10px;
  }
  #voice ul > li:nth-of-type(1), #voice ul > li:nth-of-type(2), #voice ul > li:nth-of-type(3) {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 20px 17px 15px;
  }
  #voice ul > li:nth-of-type(1) .voice__img, #voice ul > li:nth-of-type(2) .voice__img, #voice ul > li:nth-of-type(3) .voice__img {
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
  #voice ul > li + li {
    margin-top: 20px;
  }
  #voice .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .voice__haad {
    font-size: 14px;
  }
  .voice__txt {
    font-size: 14px;
    line-height: 1.6;
    margin: 7px 0 0 0;
  }
  .voice__img {
    width: 50px;
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
  }
  .voice__img + div {
    width: calc(100% - 50px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 11px;
  }
  .voice__ex {
    font-size: 12px;
    text-align: center;
  }
}

/*=======================================================
	lineup
=======================================================*/
#lineup {
  position: relative;
  background: url(../images/elis/clinics/bg_lineup_pc.jpg?v=2) center/cover no-repeat;
}

#lineup .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 77px 0 75px 0;
  max-width: 998px;
  margin: 0 auto;
}

@media only screen and (max-width: 699px) {
  #lineup .inner {
    padding: 0;
  }
}

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

.lineup__box > li {
  width: 450px;
}

.lineup__box > li:nth-of-type(2) .lineup__type--img {
  width: 220px;
}

.lineup__box > li:nth-of-type(2) .lineup__type > div {
  width: calc(100% - 220px);
}

@media only screen and (max-width: 699px) {
  .lineup__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 28px 0 0 0;
  }
  .lineup__box > li {
    width: 100%;
  }
  .lineup__box > li:nth-of-type(1) .lineup__type--img {
    width: 22.66666666vw;
  }
  .lineup__box > li:nth-of-type(1) .lineup__type--img + div {
    width: calc(100% - 22.66666666vw);
  }
  .lineup__box > li:nth-of-type(2) .lineup__type--img {
    width: 29.333333333333vw;
  }
  .lineup__box > li:nth-of-type(2) .lineup__type--img + div {
    width: calc(100% - 29.333333333333vw);
  }
  .lineup__box > li + li {
    margin-top: 36px;
  }
}

.lineup__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 270px;
}

.lineup__type--head {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .04em;
  color: #08185f;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #ffffff));
  background-image: linear-gradient(transparent 60%, #ffffff 50%);
  display: inline-block;
}

@media only screen and (max-width: 699px) {
  .lineup__type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .lineup__type--head {
    font-size: 16px;
  }
  .lineup__type--img {
    margin-top: 5px;
  }
}

.lineup__type > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 28px;
}

.lineup__type > div > ul {
  margin: 10px 0 0 0;
  width: 100%;
}

.lineup__type > div > ul > li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .04em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  position: relative;
}

.lineup__type > div > ul > li::before {
  content: '';
  display: block;
  border-radius: 10px;
  background: #2a96e9;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

@media only screen and (max-width: 699px) {
  .lineup__type > div {
    padding: 0 0 0 15px;
  }
  .lineup__type > div > ul > li {
    font-size: 14px;
    padding-left: 18px;
  }
  .lineup__type > div > ul > li::before {
    width: 12.5px;
    height: 12.5px;
    top: 7px;
  }
}

.lineup__link {
  margin: 27px 0 0 0;
}

@media only screen and (max-width: 699px) {
  .lineup__link {
    margin: 22px 0 0 0;
  }
}

.lineup__link > p {
  font-size: 16px;
  letter-spacing: .04em;
  font-weight: bold;
}

.lineup__link > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3px 0 0 0;
}

.lineup__link > ul > li {
  width: 220px;
  height: 50px;
  margin: 10px 0 0 0;
}

.lineup__link > ul > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #08185f;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 14px;
  letter-spacing: .04em;
}

.lineup__link > ul > li > a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 12px;
}

.lineup__link > ul > li > a:hover {
  background: #39467f;
  text-decoration: none;
}

@media only screen and (max-width: 699px) {
  .lineup__link > ul > li {
    width: calc(50% - 5px);
  }
  .lineup__link > ul > li > a {
    font-size: 13px;
    padding: 0 0 0 10px;
  }
  .lineup__link > ul > li > a::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

.lineup__detail {
  background: #ffffff;
  margin: 30px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 23px 30px;
}

.lineup__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lineup__detail dl + dl {
  margin-top: 15px;
}

.lineup__detail dt {
  width: 86px;
}

.lineup__detail dt, .lineup__detail dd {
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 2;
  font-weight: 600;
}
.lineup__detail dd {
  width: calc(100% - 86px);
  font-weight: 400;
}

@media only screen and (max-width: 699px) {
  .lineup__detail {
    padding: 11px 20px 14px 20px;
  }
  .lineup__detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lineup__detail dl + dl {
    margin-top: 8px;
  }
  .lineup__detail dt {
    width: 100%;
  }
  .lineup__detail dd {
    width: 100%;
    line-height: 1.8;
  }
}

.lineup__ex {
  margin: 27px 0 0 0;
  font-size: 14px;
}

.lineup__ex--head {
  font-size: 14px;
  letter-spacing: .04em;
  font-weight: bold;
  margin: 0 0 5px;
}

.lineup__ex dt, .lineup__ex dd {
  font-size: 14px;
  letter-spacing: .04em;
  font-weight: 400;
  line-height: 2;
}

.lineup__ex dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
}

@media only screen and (max-width: 699px) {
  .lineup__ex {
    margin: 25px 0 0 0;
  }
  .lineup__ex dt {
    line-height: 1.8;
  }
  .lineup__ex dd {
    padding: 0;
    line-height: 1.8;
  }
  .lineup__ex--head {
    margin: 0 0 6px;
  }
}

@media (max-width: 699px) {
  #lineup {
    padding: 37px 15px 33px 15px;
    background: url(../images/elis/clinics/bg_lineup_sp.jpg?v=2) center/cover no-repeat;
  }
}

/*=======================================================
	store
=======================================================*/
#store {
  margin: 0 auto;
}

#store .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 77px 0 65px 0;
}

@media only screen and (max-width: 699px) {
  #store .inner {
    padding: 37px 15px 40px 15px;
    border-bottom: none;
  }
  #store .inner .section-head__lead {
    margin-top: 28px;
  }
}

.store__link {
  width: 474px;
  height: 70px;
  margin: 20px auto 0;
}

.store__link > a {
  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;
  width: 100%;
  height: 100%;
  position: relative;
  background: #08185f;
  -webkit-transition: .3s;
  transition: .3s;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: .04em;
  font-weight: 400;
}

.store__link > a:hover {
  background: #39467f;
  text-decoration: none;
}

.store__link > a::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 23px;
}

@media only screen and (max-width: 699px) {
  .store__link {
    width: calc(100% - 40px);
    height: 50px;
  }
  .store__link > a {
    font-size: 15px;
  }
  .store__link > a::after {
    width: 7px;
    height: 7px;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

.inview {
  -webkit-transition: all .8s;
  transition: all .8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inview.is-inview {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
/*# sourceMappingURL=styles.css.map */