@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 14px;
  }
}

.inner2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner2 {
    padding: 0 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  background: #fff !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px !important;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100% !important;
  padding: 10px !important;
  margin: 0;
  background: rgba(204, 204, 204, 0.2) !important;
  outline: none;
}

body {
  padding-top: 115px;
}
@media screen and (max-width: 1000px) {
  body {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 52.14px;
  }
}

.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 100;
  border-bottom: 2px solid #1888CA;
  background: #fff;
  max-width: 1440px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .header {
    height: 115px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    max-width: 500px;
  }
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .logo {
  max-width: 238px;
}
@media screen and (min-width: 1001px) {
  .header .flex .logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header .flex .logo {
    max-width: 170px;
    margin: 0 auto;
  }
}
.header .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .right .btn {
  max-width: 369px;
}
.header .flex .right .btn button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .header .flex .right .btn button:hover {
    opacity: 0.6;
  }
}
.header .flex .right .btn1 {
  margin-right: 10px;
}

.about {
  margin-top: -1px;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 30px 0;
  }
}

.cta {
  background: url(../img2/cta-bg.webp) no-repeat center center/cover;
}
.cta button {
  max-width: 800px;
  background: initial;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .cta button:hover {
    opacity: 0.8;
  }
}
.cta button .sign {
  position: absolute;
  right: -20%;
  bottom: -10%;
  width: 50%;
  pointer-events: none;
}
.cta .inner {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .shop {
    padding-top: 60px;
  }
}
.shop h2 {
  max-width: 480px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .shop h2 {
    margin-bottom: 30px;
  }
}
.shop h3 {
  font-size: 24px;
  font-weight: 700;
  color: #5CA7E3;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 30px;
  text-align: center;
}
.shop .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.shop .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.shop .flex2 .btn {
  width: calc(33.333% - 13.3333333333px);
  margin-right: 20px;
  margin: initial;
  margin-right: 20px;
}
.shop .flex2 .btn:nth-child(3n) {
  margin-right: 0;
}
.shop .flex2 .btn:nth-child(n+4) {
  margin-top: 20px;
}
.shop .block {
  margin-bottom: 60px;
}
.shop .block:last-child {
  margin-bottom: 0;
}
.shop .btn {
  text-align: center;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}
.shop .btn a {
  font-size: 16px;
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#00C6FB), to(#005BEA)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#00C6FB), to(#005BEA)) border-box;
  background: linear-gradient(#00C6FB, #005BEA) padding-box, linear-gradient(180deg, #00C6FB 0%, #005BEA 100%) border-box;
  color: #fff;
  width: 100%;
  display: block;
  max-width: 364px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop .btn a.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#00C6FB), to(#005BEA)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #00C6FB 0%, #005BEA 100%) border-box;
  color: #1888CA;
  pointer-events: none;
}
.shop .btn a:hover {
  opacity: 0.6;
}
.shop .main-contents {
  display: none;
  margin-top: 30px;
}
.shop .main-contents.active {
  display: block;
}
.shop .btn,
.shop .btn2 {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop .btn:hover,
.shop .btn2:hover {
  opacity: 0.6;
}

body {
  color: #333333;
}

.shop {
  background: url(../img2/clinic-bg.webp) no-repeat bottom center/cover;
}
.shop .box {
  background: #fff;
  padding: 60px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 8px #AFCED3;
          box-shadow: 0 0 8px #AFCED3;
}
@media screen and (max-width: 1000px) {
  .shop .box {
    padding: 20px;
  }
}

.main-contents .title {
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 40px;
  line-height: 1;
}
.main-contents .Map__frame {
  width: 100%;
  margin-bottom: 20px;
}
.main-contents .map-wrap {
  padding-top: 50%;
  position: relative;
}
.main-contents .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-contents .flex {
  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: 1000px) {
  .main-contents .flex {
    display: block;
  }
}
.main-contents .flex .left {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .main-contents .flex .left {
    width: 100%;
  }
}
.main-contents .flex .right {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .main-contents .flex .right {
    width: 100%;
  }
}
.main-contents .flex .row {
  margin-bottom: 20px;
}
.main-contents .flex .row h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-contents .flex .row h4 .span1 {
  width: 30px;
  margin-right: 5px;
}
.main-contents .flex .row h4 .span2 {
  background: -webkit-gradient(linear, left top, right top, from(#48C6EF), to(#6F86D6));
  background: linear-gradient(90deg, #48C6EF 0%, #6F86D6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-weight: 700;
}
.main-contents .left .img {
  position: relative;
  padding-top: 80%;
}
.main-contents .left .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-contents .tel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-contents .tel-flex span {
  width: 40px;
}
.main-contents .tel-flex span img {
  position: relative;
}
.main-contents .tel-flex .num {
  font-size: 40px;
  font-weight: 600;
  color: #1888CA;
  font-family: "Jost", sans-serif;
}
.main-contents .flex2 {
  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;
  margin-top: 20px;
}
.main-contents .flex2 .btn2 {
  width: 49%;
}

.shop .main-contents {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .shop .row-main {
    position: relative;
    background: #D0EBF0;
    padding: 20px;
    border-radius: 5px;
  }
  .shop .row-main .title-a {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 700;
  }
  .shop .row-main .title1 {
    position: relative;
  }
  .shop .row-main .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .shop .row-main .arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
    width: 15px;
    height: 3px;
    background: #1888CA;
    content: "";
  }
  .shop .row-main .arrow::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6px;
    width: 3px;
    height: 15px;
    background: #1888CA;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .shop .row-main .arrow.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .shop .row-main .arrow.active::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 0px;
  }
  .shop .contents {
    margin-top: 15px;
    display: none;
  }
  .shop .row2 {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
  }
  .shop .row2 .heading {
    position: relative;
  }
  .shop .row2 .heading .arrow2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .shop .row2 .heading .arrow2::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
    width: 15px;
    height: 3px;
    background: #1888CA;
    content: "";
  }
  .shop .row2 .heading .arrow2::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6px;
    width: 3px;
    height: 15px;
    background: #1888CA;
    content: "";
    height: 16;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .shop .row2 .heading .arrow2.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .shop .row2 .heading .arrow2.active::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 0px;
  }
  .shop .row2 .bottom {
    margin-top: 10px;
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .shop .row2 {
    margin-bottom: 10px;
  }
  .shop .row2:last-child {
    margin-bottom: 0;
  }
  .shop .row2 .heading {
    font-size: 16px;
    font-weight: 700;
  }
  .main-contents .map-wrap {
    padding-top: 65%;
  }
  .main-contents .left .img {
    padding-top: 65%;
  }
  .main-contents .flex .left {
    margin-bottom: 20px;
  }
  .main-contents .flex .row h4 .span2 {
    font-size: 16px;
  }
  .main-contents .flex .row h4 .span1 {
    width: 20px;
  }
  .main-contents .flex .row h4 .span1 img {
    position: relative;
    top: -2px;
  }
  .main-contents .tel {
    display: none;
  }
  .main-contents .flex2 {
    display: block;
  }
  .main-contents .flex2 .btn2 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .shop .row2 .bottom {
    margin-top: 20px;
  }
  .row-main {
    margin-bottom: 20px;
  }
  .row-main:last-child {
    margin-bottom: 0;
  }
  .main-contents {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .shop {
    padding: 50px 0;
  }
}
.shop h2 {
  width: 90%;
}

@media screen and (max-width: 1000px) {
  .qa {
    padding: 50px 0;
  }
}
.qa h2 {
  max-width: 480px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .qa h2 {
    width: 80%;
  }
}
.qa .qa-row {
  background: #D0EBF0;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .qa .qa-row {
    padding: 20px;
    margin-bottom: 10px;
  }
}
.qa .qa-row:last-child {
  margin-bottom: 0;
}
.qa .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.qa .dt.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .dt.active::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0px;
}
.qa .dt::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  width: 15px;
  height: 3px;
  background: #1888CA;
  content: "";
}
.qa .dt::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  width: 3px;
  height: 15px;
  background: #1888CA;
  content: "";
  height: 16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .dt .icon {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .qa .dt .icon {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    margin-right: 10px;
  }
}
.qa .dt .icon img {
  position: relative;
}
.qa .dt .text {
  font-size: 20px;
  font-weight: 700;
  padding-right: 30px;
}
@media screen and (max-width: 1000px) {
  .qa .dt .text {
    font-size: 16px;
  }
}
.qa .dd {
  margin-top: 15px;
  display: none;
  position: relative;
}
.qa .dd .icon {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  margin-right: 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .qa .dd .icon {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    margin-right: 10px;
  }
}
.qa .dd .icon img {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .qa .dd .icon img {
    width: 80%;
    position: relative;
    top: 4px;
  }
}
.qa .dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact {
  background: #F2F9FB;
}

.contact-box {
  padding: 60px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .contact-box {
    padding: 30px 20px;
  }
}
.contact-box .row {
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .contact-box .row {
    margin-bottom: 20px;
  }
}
.contact-box h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .contact-box h2 {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.contact-box .dt {
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-box .required {
  background: #1888CA;
  color: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 20px;
  font-weight: 400;
}
.contact-box .dd-flex {
  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: 1000px) {
  .contact-box .dd-flex {
    display: block;
  }
}
.contact-box .dd-flex .item {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .contact-box .dd-flex .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-box .dd-flex .item:last-child {
    margin-bottom: 0;
  }
}
.contact-box .dd-flex .item:nth-child(1) {
  position: relative;
}
.contact-box .dd-flex .item:nth-child(1)::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img2/icons.png) no-repeat center center/cover;
  pointer-events: none;
}
.contact-box .dd-flex .item:nth-child(2) {
  position: relative;
}
.contact-box .dd-flex .item:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img2/arrow-c.png) no-repeat center center/cover;
  pointer-events: none;
}
.contact-box .dd-flex input {
  background: #fff !important;
}
.contact-box .dd-flex select {
  background: #fff !important;
}
.contact-box textarea {
  height: 200px;
  resize: none;
}
.contact-box .submit {
  text-align: center;
}
.contact-box .submit input {
  max-width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#48C6EF), to(#6F86D6)) !important;
  background: linear-gradient(180deg, #48C6EF 0%, #6F86D6 100%) !important;
  display: block;
  border: none !important;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 20px !important;
}
@media screen and (max-width: 1000px) {
  .contact-box .submit input {
    font-size: 18px;
  }
}
.contact-box .submit input:hover {
  opacity: 0.6;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
}

.modal.is-active {
  display: block;
}

.modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1100px;
  max-height: 90vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-scroll {
  max-height: calc(90vh - 80px);
  overflow-y: auto;
  padding-right: 10px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.modal-content {
  padding: 0;
}

.fixed1 {
  max-width: 500px;
  margin: 0 auto;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 50%;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fixed1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed1 .flex .btn {
  width: 50%;
}

.fixed2 {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fixed2 .btn {
  width: 100%;
}

.contact-box {
  position: relative;
}

.modal-scroll {
  padding-right: 0;
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  .modal-close {
    right: 8px;
  }
  .contact-box {
    padding: 30px;
  }
  body {
    padding-bottom: 20%;
  }
  .body2 {
    padding-bottom: 15%;
  }
}
.tel-box {
  padding: 60px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .tel-box {
    padding: 30px 20px;
  }
}
.tel-box h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .tel-box h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.tel-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .tel-box ul {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .tel-box ul li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .tel-box ul li:nth-child(3n) {
    margin-right: 0;
  }
  .tel-box ul li:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .tel-box ul li {
    margin-bottom: 10px;
  }
  .tel-box ul li:last-child {
    margin-bottom: 0;
  }
}
.tel-box ul li a {
  padding: 15px 20px 10px;
  background: #D0EBF0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .tel-box ul li a {
    padding: 15px;
  }
}
.tel-box ul li a:hover {
  opacity: 0.6;
}
.tel-box ul li a .name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .tel-box ul li a .name {
    display: none;
  }
}
.tel-box ul li a .flex {
  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.4;
}
.tel-box ul li a .flex .icon {
  width: 25px;
  margin-right: 5px;
}
@media screen and (max-width: 1000px) {
  .tel-box ul li a .flex .icon {
    width: 20px;
    margin-right: 5px;
  }
  .tel-box ul li a .flex .icon img {
    position: relative;
    top: 1px;
  }
}
.tel-box ul li a .flex .num {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1888CA;
}
@media screen and (max-width: 1000px) {
  .tel-box ul li a .flex .num {
    display: none;
  }
}
.tel-box .name2 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .tel-box .name2 {
    display: none;
  }
}

.fixed {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
}

.fixed.is-show {
  opacity: 1;
  visibility: visible;
}

.confirm-box table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.confirm-box tr {
  width: 100%;
}

.confirm-box th,
.confirm-box td {
  width: auto;
  word-break: break-word;
}

.confirm-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .confirm-buttons {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .confirm-box {
    padding: 30px 20px;
  }
}
.confirm-box tr {
  padding: 10px 0;
}
.confirm-box th {
  width: 150px;
  font-weight: 700;
  padding: 10px 0;
}
@media screen and (max-width: 1000px) {
  .confirm-box th {
    width: 120px;
  }
}
.confirm-box td {
  padding: 10px 0;
  width: calc(100% - 150px);
}
@media screen and (max-width: 1000px) {
  .confirm-box td {
    width: calc(100% - 120px);
  }
}

.back-input {
  max-width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #000;
  display: block;
  border: none !important;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 20px !important;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .back-input {
    font-size: 18px;
  }
}
.back-input:hover {
  opacity: 0.6;
}

.send-confirm {
  line-height: 1;
  max-width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#48C6EF), to(#6F86D6)) !important;
  background: linear-gradient(180deg, #48C6EF 0%, #6F86D6 100%) !important;
  display: block;
  border: none !important;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 20px !important;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .send-confirm {
    font-size: 18px;
  }
}
.send-confirm:hover {
  opacity: 0.6;
}

.confirm-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .confirm-item {
    margin-bottom: 20px;
  }
}
.confirm-item .confirm-label {
  font-weight: 700;
}

.thanks {
  padding: 200px 0;
}
@media screen and (max-width: 1000px) {
  .thanks {
    padding: 100px 0;
  }
}
.thanks p {
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .thanks p {
    font-size: 16px;
    text-align: left;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
  margin-right: 1rem !important;
}

.check-row a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.check-row a:hover {
  opacity: 0.6;
}

.confirm-item {
  border-bottom: 0.7px solid rgba(51, 51, 51, 0.2);
}

@media screen and (min-width: 1001px) {
  .body2 .main-contents .left .img {
    padding-top: 100%;
  }
}