@charset "utf-8";
/* CSS Document */
.caution {
  margin-bottom: 0;
}
.main_title_area-order {
  background: url("../images/order/fv.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 340px;
}
.main_title_area-order .main_title {
  color: #fff;
  font-size: 4.6rem;
  letter-spacing: .06em;
  text-align: center;
}
.order-page-title {
  background: url("../images/order/bg.jpg") -170px 20px no-repeat;
}
.order-page-head {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
}
.order-title2 {
  font-size: 3.4rem;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  text-align: center;
}
.order-title2::before,
.order-title2::after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background: #333;
}
.order-title3 {
  font-size: 2.6rem;
  letter-spacing: .06em;
  padding: 15px;
  background: #F2F5FC;
  color: #00256A;
  text-align: center;
  margin: 0 0 30px 0;
}
.order-page-head-tx {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
.order-page-head-tx strong {
  color: #AD3F3F;
  font-weight: 500;
}
.order-page-head ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 1.8rem;
}
.order-page-head ul li:not(:first-child) {
  margin-top: .5em;
}
.dot-list li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.dot-list li::before {
  content: "";
  width: .2em;
  height: .2em;
  border-radius: 50%;
  background: #333;
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
}
.dot-list li strong {
  color: #AD3F3F;
}
.order-frame ul {
  padding: 0 30px;
}
.order-frame {
  margin-top: 30px;
}
.order-frame + .order-frame {
  margin-top: 60px;
}
.order-caustion {
  padding: 24px 26px;
  border: 1px solid #AD3F3F;
  margin-top: 40px;
}
.order-title4 {
  color: #AD3F3F;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
/*.order-title4::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../images/order/caution.svg") center center no-repeat;
  background-size: contain;
}*/
.order-form-tx {
  text-align: center;
  margin-top: 75px;
  font-weight: 600;
  font-size: 2.3rem;
}
@media screen and (min-width: 901px) {
  .order-caustion ul {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .main_title_area-order {
    height: 40vw;
  }
  .main_title_area-order .main_title {
    font-size: 6vw;
  }
  .order-page-title {
    background-size: 50vw auto;
    background-position: -20vw 20vw;
  }
  .order-title2 {
    font-size: 6vw;
    line-height: 1.6;
  }
  .order-title2::before,
  .order-title2::after {
    width: 10vw;
  }
  .order-page-head-tx {
    font-size: 4vw;
  }
  .order-title3 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .order-page-head ul {
    font-size: 4vw;
  }
  .order-frame ul {
    padding: 0 15px;
  }
  .order-title4 {
    font-size: 5vw;
  }
  .order-form-tx {
    font-size: 5vw;
  }
}