@charset "UTF-8";
@media (max-width: 700px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 700px) {
  .sp-only {
    display: inline-block !important;
  }
}

.toilet-2025 {
  color: #000;
}
@media (min-width: 701px) {
  .toilet-2025 {
    margin-top: 30px;
  }
}
.toilet-2025 img {
  vertical-align: bottom;
  max-width: 100%;
}
.toilet-2025 a {
  text-decoration: none;
}
.toilet-2025 a:hover {
  text-decoration: underline;
}
.toilet-2025 a img {
  transition: all ease 250ms;
}
.toilet-2025 a img:hover {
  opacity: 0.6;
}
.toilet-2025 a strong {
  font-weight: 600;
}
.toilet-2025 .inner {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.toilet-2025 .sub-title {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 700px) {
  .toilet-2025 .sub-title {
    margin-bottom: 17px;
  }
}
@media (min-width: 701px) {
  .toilet-2025 .sub-title img {
    padding-right: 35px;
  }
}
@media (max-width: 700px) {
  .toilet-2025 .sub-title img {
    width: 198px;
  }
}

.page_link {
  position: relative;
  top: -180px;
  display: block;
}
@media (max-width: 700px) {
  .page_link {
    top: -10px;
  }
}

@media (max-width: 700px) {
  .toilet-2025-header__kv {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20px;
  }
}
.toilet-2025-header__title {
  color: #0050d3;
  font-size: 28px;
  line-height: 51px;
  font-weight: 600;
  margin-top: 80px;
  padding-bottom: 20px;
  text-align: center;
  background: url("title-bg.png") no-repeat center 30px;
  background-size: contain;
}
@media (max-width: 700px) {
  .toilet-2025-header__title {
    font-size: 23px;
    line-height: 37px;
    background: url("title-bg.png") no-repeat center;
    background-size: auto 70px;
    width: 100vw;
    margin: 50px calc(50% - 50vw) 20px;
    padding-bottom: 0;
  }
}
.toilet-2025-header__lead {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 700px) {
  .toilet-2025-header__lead {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.8px;
  }
}
.toilet-2025-header__contents {
  margin: 80px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .toilet-2025-header__contents {
    margin-top: 50px;
  }
}
.toilet-2025-header__contents li {
  flex-basis: calc(100% / 6);
  text-align: center;
  list-style: none;
  border-left: 1px solid #b8c0c6;
  box-sizing: border-box;
}
.toilet-2025-header__contents li:last-child {
  border-right: 1px solid #b8c0c6;
}
@media (max-width: 700px) {
  .toilet-2025-header__contents li {
    flex-basis: calc(100% / 3);
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
  }
  .toilet-2025-header__contents li:nth-child(3) {
    border-right: 1px solid #b8c0c6;
  }
}
.toilet-2025-header__contents li a {
  color: #000;
  position: relative;
  padding-right: 23px;
  font-size: 16px;
  line-height: 50px;
}
@media (max-width: 700px) {
  .toilet-2025-header__contents li a {
    display: block;
    padding-right: 0;
    font-size: 12px;
    line-height: 25px;
  }
}
.toilet-2025-header__contents li a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #0050d3;
  border-bottom: 2px solid #0050d3;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 1px;
}
@media (max-width: 700px) {
  .toilet-2025-header__contents li a:after {
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #0050d3;
    border-bottom: 1.5px solid #0050d3;
    top: 7px;
    right: 2px;
  }
}

/*応募コース*/
.content01 {
  margin-top: 90px;
}
@media (max-width: 700px) {
  .content01 {
    margin-top: 50px;
  }
}

@media (min-width: 701px) {
  .course-blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}

.course-block {
  overflow: hidden;
  /*コース01*/
  /*コース02*/
}
@media (min-width: 701px) {
  .course-block {
    width: 48%;
    border-radius: 25px;
    padding-top: 50px;
  }
}
@media (max-width: 700px) {
  .course-block {
    border-radius: 20px;
    padding-top: 40px;
  }
}
.course-block__title {
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 701px) {
  .course-block__title {
    padding-bottom: 40px;
    background-image: url("course-title-bg_pc.png");
    background-position: center bottom;
    margin-bottom: 25px;
  }
}
@media (max-width: 700px) {
  .course-block__title {
    background-image: url("course-title-bg_sp.png");
    background-position: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .course-block__title img {
    height: 52px;
    width: auto;
  }
}
.course-block.is-course01 {
  background: #eef9fe;
}
@media (max-width: 700px) {
  .course-block.is-course01 {
    margin-bottom: 30px;
  }
}
.course-block.is-course02 {
  background: #f1faf7;
}

.course-block-header {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .course-block-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.course-block-header__product {
  width: 154px;
  margin-right: 20px;
}
@media (max-width: 700px) {
  .course-block-header__product {
    width: 130px;
    margin-right: 15px;
  }
}
.course-block-header__pack {
  width: 246px;
}
@media (max-width: 700px) {
  .course-block-header__pack {
    width: 160px;
  }
}

.course-block-product {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (min-width: 701px) {
  .course-block-product {
    min-height: 350px;
  }
}
@media (max-width: 700px) {
  .course-block-product {
    padding-left: 20px;
    padding-right: 5px;
    padding-bottom: 8px;
  }
}
.course-block-product__image {
  flex-basis: 36%;
  text-align: center;
}
@media (max-width: 700px) {
  .course-block-product__image {
    flex-basis: 40%;
  }
  .course-block-product__image img {
    max-width: 85%;
  }
}
.course-block-product__texts {
  padding-left: 9%;
  box-sizing: border-box;
  flex-basis: 64%;
}
@media (max-width: 700px) {
  .course-block-product__texts {
    padding-left: 10%;
    flex-basis: 60%;
  }
}
.course-block-product__name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .course-block-product__name {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.course-block-product__text {
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 700px) {
  .course-block-product__text {
    font-size: 12px;
    line-height: 22px;
  }
}
.course-block-product__link {
  margin-top: 10px;
}
.course-block-product__link a {
  font-size: 14px;
  color: #0050d3;
  position: relative;
  padding-right: 20px;
}
@media (max-width: 700px) {
  .course-block-product__link a {
    font-size: 12px;
    padding-right: 15px;
  }
}
.course-block-product__link a:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #0050d3;
  border-bottom: 1px solid #0050d3;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 2px;
}
@media (max-width: 700px) {
  .course-block-product__link a:after {
    top: 0;
  }
}

.course-block-present {
  padding-top: 110px;
  padding-bottom: 40px;
  /*コース01*/
  /*コース02*/
}
@media (max-width: 700px) {
  .course-block-present {
    padding-top: 70px;
  }
}
.course-block-present__title {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .course-block-present__title {
    margin-bottom: 23px;
  }
  .course-block-present__title img {
    width: 190px;
  }
}
.course-block-present.is-course01 {
  background-image: url("course01-present-bg_pc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
@media (max-width: 700px) {
  .course-block-present.is-course01 {
    background-image: url("course01-present-bg_sp.png");
  }
}
.course-block-present.is-course02 {
  background-image: url("course02-present-bg_pc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
@media (max-width: 700px) {
  .course-block-present.is-course02 {
    background-image: url("course02-present-bg_sp.png");
  }
}

.course-block-present-detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (min-width: 701px) {
  .course-block-present-detail {
    min-height: 340px;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .course-block-present-detail {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 27px;
  }
}
@media (max-width: 700px) {
  .course-block-present-detail.is-course01 {
    margin-bottom: 30px;
  }
}
.course-block-present-detail.is-course01 .course-block-present-detail__image {
  flex-basis: 54%;
}
@media (max-width: 700px) {
  .course-block-present-detail.is-course01 .course-block-present-detail__image {
    flex-basis: 52%;
  }
}
.course-block-present-detail.is-course01 .course-block-present-detail__texts {
  flex-basis: 46%;
  padding-left: 7%;
}
@media (max-width: 700px) {
  .course-block-present-detail.is-course01 .course-block-present-detail__texts {
    flex-basis: 48%;
    padding-left: 3%;
  }
}
.course-block-present-detail.is-course02 .course-block-present-detail__image {
  flex-basis: 52%;
}
@media (max-width: 700px) {
  .course-block-present-detail.is-course02 .course-block-present-detail__image {
    flex-basis: 52%;
  }
}
.course-block-present-detail.is-course02 .course-block-present-detail__texts {
  flex-basis: 48%;
  padding-left: 6%;
}
@media (max-width: 700px) {
  .course-block-present-detail.is-course02 .course-block-present-detail__texts {
    flex-basis: 48%;
    padding-left: 4%;
  }
}
.course-block-present-detail__texts {
  box-sizing: border-box;
}
.course-block-present-detail__num {
  text-align: right;
}
.course-block-present-detail__text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .course-block-present-detail__text {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.course-block-present-detail__period {
  color: #0050d3;
  font-size: 38px;
}
@media (max-width: 700px) {
  .course-block-present-detail__period {
    font-size: 32px;
  }
}
.course-block-present-detail__period span {
  display: block;
  font-size: 14px;
  margin-top: -5px;
}
@media (max-width: 700px) {
  .course-block-present-detail__period span {
    font-size: 12px;
  }
}

.course-block-present-button {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .course-block-present-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.course-block-present-button__note {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 700px) {
  .course-block-present-button__note {
    font-size: 10px;
  }
}

/*応募方法*/
.content02 {
  margin-top: 134px;
}
@media (max-width: 700px) {
  .content02 {
    margin-top: 56px;
  }
}

.howto {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .howto {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}

.howto-step-title {
  text-align: center;
  margin-bottom: 20px;
}
@includes sp {
  .howto-step-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 700px) {
  .howto-step-title img {
    width: 180px;
  }
}

@media (min-width: 701px) {
  .howto-step-blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}

.howto-step-block {
  background-color: #e9f6fc;
  box-sizing: border-box;
}
@media (min-width: 701px) {
  .howto-step-block {
    width: 31%;
    border-radius: 30px;
    padding: 23px 20px 5px;
  }
}
@media (max-width: 700px) {
  .howto-step-block {
    border-radius: 22px;
    padding: 15px 20px 7px;
    margin-bottom: 15px;
  }
}
.howto-step-block__title {
  text-align: center;
  padding-bottom: 36px;
  background-image: url("step-bg_pc.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .howto-step-block__title {
    padding-bottom: 25px;
    background-image: url("step-bg_sp.png");
    background-size: auto 15px;
    margin-bottom: 8px;
  }
  .howto-step-block__title img {
    width: 68px;
  }
}
@media (max-width: 700px) {
  .howto-step-block__detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.howto-step-block__text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #00003f;
}
@media (min-width: 701px) {
  .howto-step-block__text {
    min-height: 70px;
  }
}
@media (max-width: 700px) {
  .howto-step-block__text {
    font-size: 12px;
    line-height: 22px;
    width: 58%;
    padding-right: 5%;
    box-sizing: border-box;
  }
}
.howto-step-block__image {
  text-align: center;
}
@media (max-width: 700px) {
  .howto-step-block__image {
    width: 42%;
  }
}

@media (max-width: 700px) {
  .step01-img {
    width: 95%;
  }
}

@media (max-width: 700px) {
  .step03-img {
    width: 53%;
  }
}

.howto-note {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #00003f;
}
@media (max-width: 700px) {
  .howto-note {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }
}

.howto-photo {
  max-width: 840px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f4ee;
  border-radius: 30px;
  padding-top: 40px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .howto-photo {
    margin-top: 36px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 28px;
    box-sizing: border-box;
    border-radius: 22px;
  }
}

.howto-photo-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .howto-photo-title {
    margin-bottom: 20px;
  }
  .howto-photo-title img {
    width: 138px;
  }
}

@media (min-width: 701px) {
  .howto-detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 45px 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  .howto-detail {
    padding: 0 20px 22px;
  }
}
@media (min-width: 701px) {
  .howto-detail__text {
    flex-basis: 49%;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 700px) {
  .howto-detail__text {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.howto-detail__text span {
  display: block;
  border-top: 1px solid #dcd4c3;
  border-bottom: 1px solid #dcd4c3;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 701px) {
  .howto-detail__image {
    flex-basis: 44%;
  }
}

.howto-example {
  background-color: #f2ede2;
  padding: 30px 45px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .howto-example {
    padding: 25px 20px 35px;
  }
}
.howto-example__title {
  margin-bottom: 18px;
}
@media (max-width: 700px) {
  .howto-example__title {
    margin-bottom: 23px;
  }
  .howto-example__title img {
    width: 70px;
  }
}
.howto-example__note {
  font-size: 14px;
  line-height: 16px;
  color: #e00000;
}
@media (max-width: 700px) {
  .howto-example__note {
    font-size: 11px;
    line-height: 20px;
  }
}

.howto-example-texts {
  font-size: 16px;
  line-height: 32px;
  color: #e00000;
}
@media (min-width: 701px) {
  .howto-example-texts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .howto-example-texts {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (min-width: 701px) {
  .howto-example-text {
    flex-basis: 50%;
  }
}

/*Theエリエール*/
.the-elleair {
  margin-top: 170px;
}
@media (max-width: 700px) {
  .the-elleair {
    margin-top: 75px;
  }
}
.the-elleair__bnr {
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .the-elleair__bnr {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 35px;
  }
}

@media (min-width: 701px) {
  .the-elleair-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media (min-width: 701px) {
  .the-elleair-block__left {
    width: 44%;
  }
}
@media (max-width: 700px) {
  .the-elleair-block__left {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (min-width: 701px) {
  .the-elleair-block__right {
    width: 56%;
  }
}
.the-elleair-block__right dl {
  margin: 0 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.the-elleair-block__right dl dt {
  width: 104px;
}
@media (max-width: 700px) {
  .the-elleair-block__right dl dt {
    width: 83px;
  }
}
.the-elleair-block__right dl dd {
  padding-left: 14px;
  margin-left: 0;
  font-size: 18px;
}
@media (max-width: 700px) {
  .the-elleair-block__right dl dd {
    font-size: 16px;
    padding-left: 9px;
  }
}
.the-elleair-block__right dl dd sup {
  font-size: 65%;
  vertical-align: super;
}
.the-elleair-block__title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .the-elleair-block__title {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.the-elleair-block__subtitle {
  font-size: 22px;
}
@media (max-width: 700px) {
  .the-elleair-block__subtitle {
    font-size: 17px;
  }
}
.the-elleair-block__subtitle span {
  display: block;
  font-size: 16px;
  color: #0050d3;
  margin-top: 5px;
}
@media (max-width: 700px) {
  .the-elleair-block__subtitle span {
    margin-top: 3px;
  }
}
.the-elleair-block__subtitle span sup {
  font-size: 65%;
  vertical-align: super;
}
.the-elleair-block__note {
  margin-top: 27px;
  font-size: 10px;
  line-height: 17px;
}
@media (max-width: 700px) {
  .the-elleair-block__note {
    margin-top: 20px;
  }
}
.the-elleair-block__link {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 700px) {
  .the-elleair-block__link {
    margin-top: 27px;
  }
}
.the-elleair-block__link a {
  color: #0050d3;
  font-size: 16px;
  padding-right: 18px;
  position: relative;
}
@media (max-width: 700px) {
  .the-elleair-block__link a {
    font-size: 12px;
    padding-right: 13px;
  }
}
.the-elleair-block__link a:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid #0050d3;
  border-top: 2px solid #0050d3;
  display: block;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 5px;
  top: 50%;
}

/*対象商品*/
.cp-product {
  margin-top: 70px;
  text-align: center;
}
.cp-product .sub-title {
  margin-bottom: 35px;
}
@media (max-width: 700px) {
  .cp-product .sub-title {
    margin-bottom: 25px;
  }
}

.cp-product-contents {
  padding-top: 80px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 700px) {
  .cp-product-contents {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
.cp-product-contents.is-course01 {
  background-image: url("cp-product-contents-bg01_pc.png");
}
@media (max-width: 700px) {
  .cp-product-contents.is-course01 {
    background-image: url("cp-product-contents-bg01_sp.png");
  }
}
.cp-product-contents.is-course02 {
  background-image: url("cp-product-contents-bg02_pc.png");
}
@media (max-width: 700px) {
  .cp-product-contents.is-course02 {
    background-image: url("cp-product-contents-bg02_sp.png");
  }
}
.cp-product-contents__title {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .cp-product-contents__title img {
    height: 20px;
    width: auto;
  }
}
.cp-product-contents__pack {
  margin-bottom: 36px;
}
@media (max-width: 700px) {
  .cp-product-contents__pack {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 160px;
    margin-bottom: 33px;
  }
}
@media (min-width: 701px) {
  .cp-product-contents__button {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .cp-product-contents__button {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.cp-product-contents__button-note {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .cp-product-contents__button-note {
    font-size: 10px;
    margin-top: 8px;
  }
}

.cp-product-contents-products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.cp-product-contents-product {
  flex-basis: calc(100% / 3);
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .cp-product-contents-product {
    flex-basis: 50%;
  }
  .cp-product-contents-product:nth-child(5) .cp-product-contents-product__image {
    min-height: initial;
  }
}
@media (max-width: 700px) {
  .cp-product-contents-product.product06 {
    flex-basis: 100%;
  }
}
.cp-product-contents-product__image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 701px) {
  .cp-product-contents-product__image {
    min-height: 243px;
  }
  .cp-product-contents-product__image img {
    max-width: 95%;
  }
}
@media (max-width: 700px) {
  .cp-product-contents-product__image {
    min-height: 60%;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .cp-product-contents-product__image .product01 {
    width: 78%;
    max-width: 136px;
  }
  .cp-product-contents-product__image .product02 {
    width: 98%;
    max-width: 146px;
  }
  .cp-product-contents-product__image .product03 {
    width: 86%;
    max-width: 150px;
  }
  .cp-product-contents-product__image .product04 {
    width: 37%;
    max-width: 65px;
  }
  .cp-product-contents-product__image .product05 {
    width: 80%;
    max-width: 138px;
  }
  .cp-product-contents-product__image .product06 {
    width: 80%;
    max-width: 89px;
  }
}
.cp-product-contents-product__text {
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 700px) {
  .cp-product-contents-product__text {
    line-height: 18px;
  }
}

.cp-product-contents-product-text {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  padding-left: 20px;
}
@media (min-width: 701px) {
  .cp-product-contents-product-text {
    padding-top: 25px;
  }
}
@media (max-width: 700px) {
  .cp-product-contents-product-text {
    font-size: 12px;
    line-height: 21px;
  }
}
.cp-product-contents-product-text ul {
  padding: 0;
  margin-top: 0;
}
.cp-product-contents-product-text ul li {
  list-style: none;
  margin-left: 1.2em;
  position: relative;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 700px) {
  .cp-product-contents-product-text ul li {
    margin-bottom: 3px;
  }
}
.cp-product-contents-product-text ul li:before {
  content: '';
  position: absolute;
  left: -1.2em;
  top: 3px;
  width: 9px;
  height: 14px;
  display: block;
  background-image: url("icon-batu.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 700px) {
  .cp-product-contents-product-text ul li:before {
    width: 7px;
    height: 11px;
    top: 4px;
  }
}

/*対象店舗*/
.shop {
  margin-top: 100px;
}
@media (max-width: 700px) {
  .shop {
    margin-top: 59px;
  }
}

.shop-text {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 700px) {
  .shop-text {
    font-size: 14px;
  }
}
.shop-text span {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}
@media (max-width: 700px) {
  .shop-text span {
    font-size: 10px;
  }
}

/*応募規約*/
.rules {
  margin-top: 100px;
}
@media (max-width: 700px) {
  .rules {
    margin-top: 59px;
  }
}

.rules-block {
  padding: 57px 25px 30px 30px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #f7f4ee;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 700px) {
  .rules-block {
    font-size: 14px;
    line-height: 21px;
    border-radius: 20px;
    padding: 34px 15px 50px 10px;
  }
}
.rules-block__inner {
  overflow-y: scroll;
  height: 500px;
  padding-left: 20px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .rules-block__inner {
    padding-left: 10px;
    padding-right: 15px;
    height: 350px;
  }
}
.rules-block__inner::-webkit-scrollbar {
  width: 10px;
}
@media (max-width: 700px) {
  .rules-block__inner::-webkit-scrollbar {
    width: 7px;
  }
}
.rules-block__inner::-webkit-scrollbar-track {
  background-color: #f7f4ee;
}
.rules-block__inner::-webkit-scrollbar-thumb {
  background-color: #0050d3;
  border-radius: 8px;
  height: 182px;
}
@media (max-width: 700px) {
  .rules-block__inner::-webkit-scrollbar-thumb {
    height: 225px;
  }
}
.rules-block dl {
  margin: 1em 0;
}
.rules-block dl dt {
  color: #0050d3;
}
.rules-block dl dd {
  margin: 0;
}
.rules-block dl dd span {
  color: #e00000;
}
.rules-block ul {
  padding: 0;
}
.rules-block ul li {
  list-style: none;
  margin-left: 1.2em;
  position: relative;
}
.rules-block ul li:before {
  content: '・';
  position: absolute;
  left: -1.2em;
}
.rules-block strong {
  text-decoration: underline;
  display: block;
}

/*よくあるご質問*/
.faq {
  margin-top: 97px;
}
@media (max-width: 700px) {
  .faq {
    margin-top: 75px;
  }
}
@media (max-width: 700px) {
  .faq .sub-title {
    margin-bottom: 5px;
  }
}

.faq-blocks {
  margin-top: 80px;
}
@media (max-width: 700px) {
  .faq-blocks {
    margin-top: 5px;
  }
}

.faq-block {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .faq-block {
    margin-bottom: 25px;
  }
}
.faq-block__q {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  margin-left: 50px;
  position: relative;
  color: black;
  display: block;
}
@media (max-width: 700px) {
  .faq-block__q {
    font-size: 15px;
    margin-left: 40px;
    padding-right: 30px;
  }
}
.faq-block__q:before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url("icon-q.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -50px;
  top: 5px;
}
@media (max-width: 700px) {
  .faq-block__q:before {
    width: 35px;
    height: 35px;
    top: 3px;
    left: -40px;
  }
}
.faq-block__q:after {
  content: '＋';
  color: #0050d3;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 700px) {
  .faq-block__q:after {
    font-size: 24px;
    top: 2px;
  }
}
.faq-block__q[data-is-open]:after {
  content: '－';
}
.faq-block__a {
  padding-top: 10px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 700px) {
  .faq-block__a {
    padding-left: 40px;
    font-size: 14px;
    line-height: 21px;
    padding-top: 10px;
  }
}

/*お問い合わせ*/
.contact {
  margin-top: 60px;
}
@media (max-width: 700px) {
  .contact {
    margin-top: 65px;
  }
}

.contact-text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  padding-bottom: 200px;
}
@media (max-width: 700px) {
  .contact-text {
    margin-top: 50px;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 140px;
  }
}
.contact-text p {
  margin: 0 0 0.5em;
}
.contact-text strong {
  display: block;
}
.contact-text a {
  text-decoration: underline;
  color: #0050d3;
}
