.offerings #index .noticeWrap {
  display: none;
}
.offerings #index p.lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.5em;
}
.offerings #index .indexList {
  max-width: 550px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.offerings #index .indexList li {
  width: 47%;
  max-width: 258px;
}
.offerings #offerings .inner-box {
  padding: 0;
}
.offerings #offerings .type {
  margin-bottom: 2rem;
}
.offerings #offerings .inner {
  padding-left: 2rem;
  padding-right: 2rem;
}
.offerings #offerings h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.offerings #offerings .box {
  padding-bottom: 3rem;
  border-bottom: solid 3px #f3e4ce;
}
.offerings #offerings .itemSlider {
  margin-bottom: 3rem;
}
.offerings #offerings .slideItem {
  text-align: center;
  padding: 0 1rem;
}
.offerings #offerings .slideItem img {
  margin-bottom: 1.4rem;
}
.offerings #offerings .slideItem h5 {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.15em;
}
.offerings #offerings .slick-prev {
  background-image: url("../img/offerings/page-prev.png") !important;
}
.offerings #offerings .slick-next {
  background-image: url("../img/offerings/page-next.png") !important;
}
.offerings #offerings a img {
  transition: opacity 0.3s;
}
.offerings #offerings a:hover img {
  opacity: 0.7;
}
.offerings #order .desc {
  margin-bottom: 3rem;
  padding: 1rem;
  border: solid 4px #f1c5c6;
}
.offerings #order .desc p {
  color: #d13f41;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}
.offerings #order .contactList {
  margin-bottom: 2.5rem;
}
.offerings #order .contactList li {
  border: solid 1px #e89fa0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.offerings #order .contactList .name {
  font-size: 1.3rem;
  width: 46%;
  padding: 1.2rem;
  padding-right: 0;
  background-color: #fdf4f8;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.offerings #order .contactList .name::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  display: inline-block;
  background-image: url("../img/common/arrow-pink.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.offerings #order .contactList .numBox {
  width: 54%;
  padding: 0.8rem 1.2rem;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.offerings #order .contactList .numBox div {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-align-self: center;
  align-self: center;
}
.offerings #order .contactList .numBox div .num {
  font-size: 1.4em;
}
.offerings #order .contactList .numBox .tel {
  color: #d13f41;
  margin-bottom: 0.5rem;
}
.offerings #order .contactList .numBox .fax {
  color: #054e8f;
}
.offerings #order .cautionBox {
  padding: 2rem;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  padding: 0.6rem 1.8rem;
}
.offerings #order .cautionBox h3 {
  color: #054e8f;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 2rem;
}
.offerings #order .cautionBox h3::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  display: inline-block;
  background-image: url("../img/common/ico-information.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 0.3em;
}
.offerings #order .cautionBox ol {
  font-size: 1.3rem;
  padding-left: 1em;
}
.offerings #order .cautionBox ol li {
  list-style-type: decimal;
}
.offerings #payment p.lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2em;
}
.offerings #payment p.lead strong {
  color: #d13f41;
  font-size: 1.1em;
  white-space: nowrap;
}
.offerings #payment .cardBox {
  text-align: center;
  padding: 1.8rem 2rem 1rem;
  border: solid 2px #054e8f;
  border-radius: 0.8rem;
  position: relative;
}
.offerings #payment .cardBox h3 {
  font-family: 'Noto Serif JP', serif;
  color: #054e8f;
  font-size: 1.8rem;
  white-space: nowrap;
  margin: 0;
  padding: 0.1em 0.6em;
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .offerings #index p.lead {
    font-size: 20px;
    margin-bottom: 2em;
  }
  .offerings #offerings .type {
    margin-bottom: 40px;
  }
  .offerings #offerings h3 {
    font-size: 32px;
    margin-bottom: 0.5em;
  }
  .offerings #offerings .slideItem h5 {
    font-size: 16px;
  }
  .offerings #offerings .slideItem .withtax {
    font-size: 13px;
  }
  .offerings #offerings .btnWrap {
    width: 360px;
    margin: 20px auto;
  }
  .offerings #offerings p.caution {
    text-align: center;
  }
  .offerings #order .desc {
    padding: 15px 10px;
  }
  .offerings #order .desc p {
    font-size: 18px;
  }
  .offerings #order .contactList {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .offerings #order .contactList li {
    width: 48.4%;
    margin-bottom: 20px;
  }
  .offerings #order .cautionBox {
    padding: 20px 40px;
  }
  .offerings #order .cautionBox h3 {
    font-size: 20px;
    text-align: left;
    padding-bottom: 10px;
  }
  .offerings #order .cautionBox ol li {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  .offerings #payment p.lead {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .offerings #payment .cardBox {
    max-width: 500px;
    margin: 0 auto;
  }
  .offerings #payment .cardBox h3 {
    font-size: 23px;
  }
}
@media print, screen and (min-width: 1000px) {
  .offerings .mainVisual {
    background-image: url("../img/offerings/bg-header-pc.jpg");
  }
  .offerings #offerings .box {
    padding: 40px 0 15px;
    border: solid 3px #f3e4ce;
  }
  .offerings #offerings .itemSlider {
    margin-bottom: 0;
  }
  .offerings #offerings .itemSlider .sliderWrap {
    width: 850px;
    margin: 0 auto;
  }
  .offerings #offerings .slick-prev,
  .offerings #offerings .slick-next {
    width: 50px;
    height: 50px;
  }
  .offerings #offerings .slick-prev {
    left: -60px;
    background-image: url("../img/offerings/page-prev-full.png") !important;
  }
  .offerings #offerings .slick-next {
    right: -60px;
    background-image: url("../img/offerings/page-next-full.png") !important;
  }
  .offerings #order .desc {
    width: 760px;
    margin: 0 auto 50px;
  }
  .offerings #order .contactList li {
    border-width: 2px;
  }
  .offerings #order .contactList .name {
    font-size: 18px;
    width: 48%;
    padding: 12px 0 12px 20px;
  }
  .offerings #order .contactList .numBox {
    width: 52%;
    padding: 12px 0 12px 20px;
  }
  .offerings #order .contactList .numBox div {
    font-size: 16px;
  }
  .offerings #order .contactList .numBox div .num {
    font-size: 1.68em;
  }
}
