@charset "UTF-8";
@media (max-width: 700px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 700px) {
  .sp-only {
    display: block !important;
  }
}

.sawayaka-toilet {
  color: black;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 701px) {
  .sawayaka-toilet {
    margin-top: 15px;
  }
}
@media (max-width: 700px) {
  .sawayaka-toilet {
    font-size: 14px;
    line-height: 26px;
  }
}
.sawayaka-toilet img {
  vertical-align: bottom;
  max-width: 100%;
}
.sawayaka-toilet a {
  text-decoration: none;
}
.sawayaka-toilet a:hover {
  text-decoration: underline;
}
.sawayaka-toilet a img {
  transition: all ease 250ms;
}
.sawayaka-toilet a img:hover {
  opacity: 0.6;
}
.sawayaka-toilet a strong {
  font-weight: 600;
}
.sawayaka-toilet ul {
  padding-left: 0;
}
.sawayaka-toilet ul li {
  list-style: none;
}
.sawayaka-toilet .inner {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .sawayaka-toilet .inner {
    width: 100%;
    max-width: 386px;
  }
}
.sawayaka-toilet .sub-title {
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 700px) {
  .sawayaka-toilet .sub-title {
    margin-bottom: 18px;
  }
}
.sawayaka-toilet .sub-title img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 701px) {
  .sawayaka-toilet .sub-title img {
    width: auto;
    height: 78px;
  }
}
@media (max-width: 700px) {
  .sawayaka-toilet .sub-title img {
    width: auto;
    height: 60px;
  }
}

.page_link {
  position: relative;
  top: -50px;
  display: block;
}
@media (max-width: 700px) {
  .page_link {
    top: -10px;
  }
}

#content01 {
  top: -100px;
}

/*KV*/
@media (max-width: 700px) {
  .kv {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/*リード*/
.lead {
  text-align: center;
  margin-top: 45px;
  background-image: url("title－bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 700px) {
  .lead {
    margin-top: 12px;
    background-image: url("title-bg_sp.png");
  }
}
@media (max-width: 700px) {
  .lead__text {
    letter-spacing: -0.5px;
  }
}

.title {
  color: #244499;
  font-size: 32px;
  font-weight: 800;
  background-image: url("title-line_pc.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-top: 16px;
  padding-bottom: 45px;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 1;
  font-family: sans-serif;
}
@media (max-width: 700px) {
  .title {
    background-image: url("title-line_sp.png");
    font-size: 24px;
    line-height: 36px;
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 23px;
    letter-spacing: -0.5px;
  }
}
.title span {
  color: #ff7caf;
}

.lead-contents {
  margin-top: 55px;
  margin-bottom: 100px;
  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;
  flex-wrap: wrap;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: #a6d3e8;
  box-shadow: 0px 4px 0px 0px #244499;
}
@media (max-width: 700px) {
  .lead-contents {
    margin-top: 30px;
    margin-bottom: 75px;
    height: 60px;
    background-image: url("menu-line02.png");
    background-repeat: no-repeat;
    background-size: 92.6% auto;
    background-position: center;
    padding-left: 15px !important;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.lead-contents li {
  flex-basis: calc(100% / 6);
  background-image: url("menu-line01.png");
  background-repeat: no-repeat;
  background-size: auto 32px;
  background-position: right center;
}
.lead-contents li:last-child {
  background-image: none;
}
@media (max-width: 700px) {
  .lead-contents li {
    flex-basis: calc(100% / 3);
    background-image: url("menu-line01.png");
    background-repeat: no-repeat;
    background-size: auto 19px;
  }
  .lead-contents li:nth-child(3) {
    background-image: none;
  }
  .lead-contents li:nth-child(3) a, .lead-contents li:nth-child(6) a {
    background-position: center right 5px;
  }
}
.lead-contents li a {
  color: #244499;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 701px) {
  .lead-contents li a {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .lead-contents li a {
    height: 30px;
    font-size: 11px;
    padding-left: 6px;
    box-sizing: border-box;
    background-image: url("menu-arrow.png");
    background-repeat: no-repeat;
    background-size: auto 7px;
    background-position: center right 15px;
    line-height: 1;
    padding-top: 2px;
    box-sizing: border-box;
  }
}
.lead-contents li a span {
  padding-right: 23px;
  background-image: url("menu-arrow.png");
  background-repeat: no-repeat;
  background-size: auto 13px;
  background-position: center right;
}
@media (max-width: 700px) {
  .lead-contents li a span {
    background-image: none;
    padding-right: 15px;
    letter-spacing: -0.5px;
  }
}

/*応募コース*/
.course__text {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .course__text {
    margin-bottom: 50px;
  }
}

.course-title {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  .course-title {
    top: -16px;
  }
}
.course-title img {
  width: auto;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 700px) {
  .course-title img {
    height: 32px;
    max-width: initial;
  }
}

.course01 {
  background-image: url("course01-bg_pc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 45px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .course01 {
    background-image: url("course01-bg_sp.png");
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.counrse01-terms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.counrse01-terms__block {
  flex-basis: 50%;
  text-align: center;
}
.counrse01-terms__text {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  color: #244599;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: inline;
}
@media (max-width: 700px) {
  .counrse01-terms__text {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.counrse01-terms__text:before, .counrse01-terms__text:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("icon-kira.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .counrse01-terms__text:before, .counrse01-terms__text:after {
    width: 12px;
    height: 12px;
  }
}
.counrse01-terms__text:before {
  left: 0;
}
.counrse01-terms__text:after {
  right: 0;
}
.counrse01-terms__text span {
  font-size: 33px;
}
@media (max-width: 700px) {
  .counrse01-terms__text span {
    font-size: 17px;
  }
}
.counrse01-terms__image {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .counrse01-terms__image {
    margin-top: 0;
    margin-bottom: 7px;
  }
}

.counrse01-present {
  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;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .counrse01-present {
    margin: 12px;
  }
}
.counrse01-present__text {
  color: black;
  font-size: 22px;
  font-weight: 700;
  padding-right: 10px;
}
@media (max-width: 700px) {
  .counrse01-present__text {
    font-size: 15px;
  }
}
.counrse01-present__text span {
  font-size: 36px;
  color: #244599;
}
@media (max-width: 700px) {
  .counrse01-present__text span {
    font-size: 24px;
  }
}
.counrse01-present__num {
  width: 15.5%;
}
@media (max-width: 700px) {
  .counrse01-present__num {
    width: 17.9%;
  }
}

.btn-apply a {
  width: 100%;
  max-width: 310px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  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;
  -ms-align-items: center;
  align-items: center;
  background-color: #ff7caf;
  background-image: url("btn-arrow.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center right 20px;
  color: white;
  font-size: 22px;
  font-weight: 700;
  border-radius: 70px;
  border: 2px solid #244499;
  box-shadow: 0px 4px 0px 0px #244499;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  .btn-apply a {
    max-width: 195px;
    height: 40px;
    font-size: 14px;
    background-size: 7px auto;
    background-position: center right 18px;
  }
}

.course-note {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 700px) {
  .course-note {
    font-size: 11px;
    line-height: 19px;
    margin-top: 15px;
  }
}

.course02 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  position: relative;
}
@media (max-width: 700px) {
  .course02 {
    margin-top: 55px;
  }
}
@media (max-width: 700px) {
  .course02 .btn-apply a {
    font-size: 13px;
    letter-spacing: -0.5px;
    padding-right: 12px;
    box-sizing: border-box;
    background-position: center right 7px;
  }
}
@media (max-width: 700px) {
  .course02 .btn-apply {
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
  }
}

.course02-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;
}

.course02-block {
  flex-basis: calc((100% - 20px) / 2);
  background-image: url("course02-bg_pc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 45px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}
@media (min-width: 701px) {
  .course02-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 700px) {
  .course02-block {
    background-image: url("course02-bg_sp.png");
    padding-bottom: 10px;
    padding-top: 30px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
  }
}
.course02-block__note {
  font-size: 11px;
  line-height: 17px;
  margin-top: 20px;
}
@media (max-width: 700px) {
  .course02-block__note {
    font-size: 8px;
    line-height: 12px;
    margin-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.counrse02-terms {
  text-align: center;
}
.counrse02-terms__text {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  color: #244599;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: inline;
}
@media (max-width: 700px) {
  .counrse02-terms__text {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.counrse02-terms__text:before, .counrse02-terms__text:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("icon-kira.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .counrse02-terms__text:before, .counrse02-terms__text:after {
    width: 12px;
    height: 12px;
  }
}
.counrse02-terms__text:before {
  left: 0;
}
.counrse02-terms__text:after {
  right: 0;
}
.counrse02-terms__text span {
  font-size: 33px;
}
@media (max-width: 700px) {
  .counrse02-terms__text span {
    font-size: 17px;
  }
}
.counrse02-terms__image {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 700px) {
  .counrse02-terms__image {
    margin-top: 0;
    margin-bottom: 14px;
  }
}

.counrse02-present {
  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;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .counrse02-present {
    margin-bottom: 8px;
  }
}
.counrse02-present__text {
  color: black;
  font-size: 22px;
  font-weight: 700;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  width: 66%;
}
@media (max-width: 700px) {
  .counrse02-present__text {
    font-size: 11px;
    line-height: 15px;
    padding-right: 4px;
    text-align: center;
  }
}
.counrse02-present__text span {
  font-size: 36px;
  color: #244599;
}
@media (max-width: 700px) {
  .counrse02-present__text span {
    font-size: 18px;
  }
}
.counrse02-present__num {
  width: 34%;
}
@media (max-width: 700px) {
  .counrse02-present__num {
    width: 33.9%;
  }
}

.course02-block.is-kirekira .counrse02-terms__image {
  margin-top: 25px;
  margin-bottom: 35px;
}
@media (max-width: 700px) {
  .course02-block.is-kirekira .counrse02-terms__image {
    margin-top: 15px;
    margin-bottom: 23px;
  }
}

.course02-block.is-toilet .counrse02-terms__image img {
  max-width: 108%;
  margin-left: 2%;
}

/*新規登録*/
.member-add {
  margin-top: 60px;
}
@media (max-width: 700px) {
  .member-add {
    margin-top: 35px;
  }
}
.member-add__text {
  font-size: 16px;
  color: #244599;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 700px) {
  .member-add__text {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
.member-add__btn a {
  width: 390px;
  height: 66px;
  border: 2px solid #244599;
  box-shadow: 0px 4px 0px 0px #244499;
  background-color: #a6d3e8;
  background-image: url("btn-arrow.png");
  background-repeat: no-repeat;
  background-size: auto 17px;
  background-position: center right 20px;
  border-radius: 70px;
  color: #244599;
  font-size: 22px;
  font-weight: 700;
  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;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .member-add__btn a {
    width: 100%;
    max-width: 260px;
    height: 50px;
    font-size: 16px;
    background-size: auto 7px;
    background-position: center right 12px;
  }
}
.member-add__btn a span {
  font-size: 16px;
  padding-right: 0.5em;
}
@media (max-width: 700px) {
  .member-add__btn a span {
    font-size: 12px;
  }
}

/*応募方法*/
.howto-apply {
  margin-top: 115px;
}
@media (max-width: 700px) {
  .howto-apply {
    margin-top: 80px;
  }
}

.howto {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .howto {
    box-sizing: border-box;
  }
}
.howto__text {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 700px) {
  .howto__text {
    margin-bottom: 20px;
  }
}

@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 {
  border: 6px solid #cce6f9;
  box-sizing: border-box;
  position: relative;
}
.howto-step-block:after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}
@media (min-width: 701px) {
  .howto-step-block {
    flex-basis: calc((100% - 150px) / 3);
    border-radius: 30px;
    padding-bottom: 105px;
  }
  .howto-step-block:nth-child(1):after, .howto-step-block:nth-child(2):after {
    width: 50px;
    height: 37px;
    background-image: url("howto-arrow_pc.png");
    top: 50%;
    right: -35%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .howto-step-block:nth-child(1):after, .howto-step-block:nth-child(2):after {
    width: 50px;
    height: 37px;
    background-image: url("howto-arrow_pc.png");
    top: 50%;
    right: -25%;
    transform: translateY(-50%);
  }
}
@media (max-width: 700px) {
  .howto-step-block {
    border-radius: 15px;
    margin-bottom: 40px;
    padding-bottom: 80px;
  }
  .howto-step-block:nth-child(1):after, .howto-step-block:nth-child(2):after {
    width: 22px;
    height: 31px;
    background-image: url("howto-arrow_sp.png");
    left: 50%;
    bottom: -43px;
    transform: translateX(-50%);
  }
  .howto-step-block:nth-child(2) {
    padding-bottom: 40px;
  }
  .howto-step-block:last-child {
    margin-bottom: 0;
    padding-bottom: 70px;
  }
}
.howto-step-block__title {
  text-align: center;
  background-image: url("step-bg_pc.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 20px;
  padding-bottom: 23px;
  line-height: 1;
  margin-bottom: 15px;
  border-radius: 24px;
}
.howto-step-block__title img {
  height: 26px;
  width: auto;
}
@media (max-width: 700px) {
  .howto-step-block__title {
    padding-top: 7px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-image: url("step-bg_sp.png");
    background-size: 175px 100%;
    background-position: center top;
  }
  .howto-step-block__title img {
    height: 20px;
    width: auto;
  }
}
@media (max-width: 700px) {
  .howto-step-block__detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
  }
  .howto-step-block__detail.is-step03 {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.howto-step-block__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
  color: black;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 701px) {
  .howto-step-block__text {
    min-height: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 700px) {
  .howto-step-block__text {
    font-size: 14px;
    line-height: 20px;
    width: 58%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.howto-step-block__text span {
  font-size: 16px;
  line-height: 25px;
  display: block;
  color: #ff7caf;
  margin-top: 12px;
  text-align: left;
}
@media (max-width: 700px) {
  .howto-step-block__text span {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-width: 700px) {
  .howto-step-block__text.is-step02 {
    margin-top: 30px;
  }
}
.howto-step-block__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .howto-step-block__image {
    margin-bottom: 0;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.howto-step-block__image.is-step01 {
  width: 81%;
}
@media (max-width: 700px) {
  .howto-step-block__image.is-step01 {
    width: 42%;
    padding-right: 6%;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 5;
  }
  .howto-step-block__image.is-step01 img {
    margin-top: -20px;
  }
}
.howto-step-block__image.is-step02 {
  width: 72.5%;
}
@media (min-width: 701px) {
  .howto-step-block__image.is-step02 {
    margin-top: 110px;
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .howto-step-block__image.is-step02 {
    width: 43.4%;
    box-sizing: border-box;
    margin-top: 20px;
  }
}
@media (min-width: 701px) {
  .howto-step-block__image.is-step03 {
    width: 34.6%;
    margin-top: 25px;
    padding-left: 5%;
  }
}
@media (max-width: 700px) {
  .howto-step-block__image.is-step03 {
    width: 43.4%;
    padding-right: 5%;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 5;
  }
}

.howto-step-block-period {
  background-color: #fefbd6;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  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;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 701px) {
  .howto-step-block-period {
    height: 105px;
    border-radius: 0 0 24px 24px;
  }
}
@media (max-width: 700px) {
  .howto-step-block-period {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 18px 18px;
  }
  .howto-step-block-period.is-step01, .howto-step-block-period.is-step03 {
    padding-right: 45%;
    box-sizing: border-box;
  }
}
.howto-step-block-period__text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 700px) {
  .howto-step-block-period__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.howto-note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
@media (max-width: 700px) {
  .howto-note {
    margin-top: 20px;
    font-size: 11px;
    line-height: 19px;
  }
}

/*レシート撮影方法*/
.howto-photo-block {
  margin-top: 65px;
}
@media (max-width: 700px) {
  .howto-photo-block {
    margin-top: 42px;
  }
}

.howto-photo {
  max-width: 1000px;
  background-color: #e8f2f6;
  border-radius: 30px;
  padding-top: 45px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .howto-photo {
    padding-top: 35px;
    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: 30px;
  }
  .howto-photo__title img {
    height: 33px;
    width: auto;
  }
}

@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 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  .howto-detail {
    padding: 0 30px 22px;
  }
}
.howto-detail__text {
  color: #000;
}
@media (min-width: 701px) {
  .howto-detail__text {
    flex-basis: 50%;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 700px) {
  .howto-detail__text {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
.howto-detail__text span {
  display: block;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .howto-detail__text span {
    margin-bottom: 10px;
  }
}
.howto-detail__text span.br {
  border: none;
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 0;
}
@media (min-width: 701px) {
  .howto-detail__image {
    flex-basis: 45.8%;
  }
}
@media (max-width: 700px) {
  .howto-detail__image {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}

.howto-detail-note {
  padding: 0 45px 15px;
  box-sizing: border-box;
  background-color: #e8f2f6;
  font-size: 14px;
  line-height: 22px;
  color: #ff7caf;
}
@media (max-width: 700px) {
  .howto-detail-note {
    padding: 0 40px 25px;
    font-size: 11px;
    line-height: 20px;
  }
}

.howto-example {
  background-color: #bedeed;
  padding: 30px 45px 45px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .howto-example {
    padding: 25px 30px 30px;
  }
}
.howto-example__title {
  margin-bottom: 18px;
  font-size: 20px;
}
.howto-example__title span {
  padding-left: 5px;
  font-weight: 600;
  font-size: 1.2em;
}
@media (max-width: 700px) {
  .howto-example__title {
    font-size: 16px;
  }
}
.howto-example__note {
  font-size: 14px;
  line-height: 16px;
  color: black;
}
@media (max-width: 700px) {
  .howto-example__note {
    font-size: 11px;
    line-height: 20px;
  }
}

.howto-example-texts {
  font-size: 16px;
  line-height: 32px;
  color: black;
}
@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: 15px;
  }
}

@media (min-width: 701px) {
  .howto-example-text {
    flex-basis: 50%;
  }
}

/*対象商品*/
.items {
  margin-top: 120px;
}
@media (max-width: 700px) {
  .items {
    margin-top: 80px;
  }
}
.items__text {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media (max-width: 700px) {
  .items__text {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.items__text sup {
  vertical-align: 5px;
  font-size: 10px;
  margin-left: -5px;
  position: relative;
}
.items__logo {
  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;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 701px) {
  .items__logo {
    padding-left: 12%;
  }
}
.items__logo__image {
  flex-basis: 352px;
}
@media (max-width: 700px) {
  .items__logo__image {
    flex-basis: 55%;
  }
}
.items__logo__text {
  padding-top: 20px;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .items__logo__text {
    font-size: 18px;
    padding-right: 10px;
    padding-top: 10%;
  }
}
@media (max-width: 700px) {
  .items__button {
    margin-top: 20px;
  }
}
.items__button a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #244499;
  border-radius: 50px;
  font-size: 16px;
  color: #244599;
  height: 50px;
  background-image: url("menu-arrow.png");
  background-size: 13px auto;
  background-position: right 25px center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 40px;
  width: 270px;
}
@media (max-width: 700px) {
  .items__button a {
    width: 225px;
    height: 40px;
    font-size: 14px;
    background-size: 10px auto;
    background-position: right 25px center;
    padding-left: 25px;
    padding-right: 20px;
  }
}

.items-block {
  box-sizing: border-box;
  border: 6px solid #a6d3e8;
  border-radius: 50px;
  margin-top: 20px;
  padding-bottom: 35px;
}
@media (max-width: 700px) {
  .items-block {
    margin-bottom: 15px;
    border-radius: 25px;
    border: 4px solid #a6d3e8;
    padding-bottom: 30px;
  }
}
.items-block__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  padding: 35px 35px 0;
  box-sizing: border-box;
  margin-bottom: 35px;
  color: #244599;
}
@media (max-width: 700px) {
  .items-block__title {
    font-size: 16px;
    line-height: 25px;
    padding: 25px 30px 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.items-block__image {
  padding-left: 50px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .items-block__image {
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 701px) {
  .items-block__image img {
    margin-top: -60px;
  }
}
@media (max-width: 700px) {
  .items-block__image img {
    max-width: calc(100% + 15px);
  }
}
.items-block__note {
  font-size: 14px;
  line-height: 32px;
  padding: 0 50px;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .items-block__note {
    font-size: 11px;
    line-height: 20px;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}

.items__logo.is-kirekira {
  margin-top: 40px;
}
@media (max-width: 700px) {
  .items__logo.is-kirekira {
    margin-top: 17px;
  }
}
@media (min-width: 701px) {
  .items__logo.is-kirekira .items__logo__text {
    padding-right: 15px;
  }
}

.items-block.is-kirekira {
  margin-top: 10px;
}
@media (max-width: 700px) {
  .items-block.is-kirekira {
    margin-top: 8px;
  }
}

.items-kirekira-block {
  margin-top: 78px;
  margin-bottom: 30px;
}
@media (min-width: 701px) {
  .items-kirekira-block {
    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;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  .items-kirekira-block {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.items-kirekira-block__group {
  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) {
  .items-kirekira-block__group {
    margin-bottom: 14px;
  }
}
.items-kirekira-block__block {
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}
@media (max-width: 700px) {
  .items-kirekira-block__block {
    margin-left: 0;
    margin-right: 0;
  }
  .items-kirekira-block__block.is-item01 {
    width: 100%;
  }
  .items-kirekira-block__block.is-item01 .items-kirekira-block__image {
    width: 42%;
    position: relative;
    z-index: 1;
  }
  .items-kirekira-block__block.is-item02 {
    width: 48%;
  }
  .items-kirekira-block__block.is-item02 .items-kirekira-block__image {
    width: 92%;
  }
  .items-kirekira-block__block.is-item03 {
    width: 48%;
  }
  .items-kirekira-block__block.is-item03 .items-kirekira-block__image {
    width: 80%;
  }
  .items-kirekira-block__block.is-item04 {
    width: 100%;
  }
  .items-kirekira-block__block.is-item04 .items-kirekira-block__image {
    width: 37%;
  }
}
@media (min-width: 701px) {
  .items-kirekira-block__image {
    height: 123px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 700px) {
  .items-kirekira-block__image {
    margin-left: auto;
    margin-right: auto;
  }
}
.items-kirekira-block__text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 700px) {
  .items-kirekira-block__text {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
  }
}
.items-kirekira-block__pop {
  position: absolute;
  left: -30px;
  top: -128px;
  z-index: 0;
}
@media (max-width: 700px) {
  .items-kirekira-block__pop {
    width: 37%;
    left: -5%;
    top: -35%;
    z-index: 0;
  }
}

.items-note {
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 700px) {
  .items-note {
    font-size: 11px;
    line-height: 20px;
  }
}

/*応募はこちら*/
.apply {
  margin-top: 125px;
}
@media (max-width: 700px) {
  .apply {
    margin-top: 65px;
  }
}
.apply .sub-title {
  margin-bottom: 35px;
}
@media (max-width: 700px) {
  .apply .sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .apply .btn-apply {
    max-width: 195px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 700px) {
  .apply .btn-apply a {
    background-position: center right 10px;
  }
}

.apply-title {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .apply-title {
    margin-bottom: 15px;
  }
}
.apply-title img {
  height: 50px;
}
@media (max-width: 700px) {
  .apply-title img {
    height: 32px;
  }
}
.apply-title.is-each {
  margin-top: 70px;
}
@media (max-width: 700px) {
  .apply-title.is-each {
    margin-top: 38px;
  }
}

.btn-block {
  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;
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .btn-block {
    margin-bottom: 40px;
  }
}
.btn-block .btn-apply {
  width: 310px;
}
@media (max-width: 700px) {
  .btn-block .btn-apply {
    max-width: 167px;
  }
}
.btn-block .btn-apply:first-child {
  margin-right: 20px;
}
@media (max-width: 700px) {
  .btn-block .btn-apply:first-child {
    margin-right: 8px;
  }
}
@media (max-width: 700px) {
  .btn-block .btn-apply a {
    padding-right: 10px;
    box-sizing: border-box;
  }
}

.apply-note {
  font-size: 14px;
  margin-top: 45px;
}
@media (max-width: 700px) {
  .apply-note {
    margin-top: 25px;
    font-size: 11px;
  }
}

/*応募規約*/
.rules {
  margin-top: 130px;
}
@media (max-width: 700px) {
  .rules {
    margin-top: 70px;
  }
}

.rules-block {
  padding: 30px 20px 8px 40px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #244599;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 701px) {
  .rules-block {
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .rules-block {
    font-size: 14px;
    line-height: 21px;
    border-radius: 20px;
    padding: 34px 15px 0 10px;
  }
}
.rules-block__inner {
  overflow-y: scroll;
  height: 700px;
  padding-left: 20px;
  padding-right: 20px;
  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: #fff;
}
.rules-block__inner::-webkit-scrollbar-thumb {
  background-color: #a6d3e8;
  border-radius: 8px;
  height: 182px;
}
@media (max-width: 700px) {
  .rules-block__inner::-webkit-scrollbar-thumb {
    height: 225px;
  }
}
.rules-block dl {
  padding-bottom: 25px;
  margin: 25px 0;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 700px) {
  .rules-block dl {
    padding-bottom: 20px;
    margin: 20px 0;
  }
}
.rules-block dl dt {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 37px;
  background-image: url("rules-star.png");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: top left;
}
@media (max-width: 700px) {
  .rules-block dl dt {
    font-size: 14px;
    line-height: 25px;
    padding-left: 30px;
    background-size: 23px 23px;
  }
}
.rules-block dl dd {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  padding-left: 37px;
}
@media (max-width: 700px) {
  .rules-block dl dd {
    font-size: 14px;
    line-height: 25px;
    padding-left: 30px;
  }
}
.rules-block dl dd span {
  color: #e00000;
}
.rules-block dl dd .page_link {
  top: -70px;
}
@media (max-width: 700px) {
  .rules-block dl dd .page_link {
    top: -70px;
  }
}
.rules-block dl .rules-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 25px;
  margin-bottom: 25px;
  /*&.is-point02 {
    border-bottom: 1px dashed #d7d7d7;
  }*/
}
.rules-block dl .rules-items:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rules-block dl .rules-items__type {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 701px) {
  .rules-block dl .rules-items__type {
    margin-left: -37px;
  }
}
@media (max-width: 700px) {
  .rules-block dl .rules-items__type {
    margin-left: -30px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.rules-block dl .rules-items__brand {
  margin-bottom: 15px;
}
@media (min-width: 701px) {
  .rules-block dl .rules-items__brand {
    margin-left: -37px;
  }
}
@media (max-width: 700px) {
  .rules-block dl .rules-items__brand {
    margin-left: -30px;
  }
  .rules-block dl .rules-items__brand img {
    width: 75%;
  }
}
@media (max-width: 700px) {
  .rules-block dl .rules-items__brand.is-kirekira img {
    width: 59%;
  }
}
.rules-block dl .rules-items__text .text-pink {
  font-weight: 700;
  color: #ff7caf;
  display: block;
}
.rules-block dl .rules-items__note {
  font-size: 14px;
  color: black;
}
@media (min-width: 701px) {
  .rules-block dl .rules-items {
    margin-left: -37px;
  }
  .rules-block dl .rules-items__images {
    flex-basis: 18%;
    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;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .rules-block dl .rules-items__images.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rules-block dl .rules-items__image {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .rules-block dl .rules-items__image.is-puffy {
    width: 67%;
  }
  .rules-block dl .rules-items__text {
    flex-basis: 82%;
    padding-left: 3%;
    box-sizing: border-box;
  }
  .rules-block dl .rules-items__text img {
    width: 38%;
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 700px) {
  .rules-block dl .rules-items {
    margin-left: -30px;
    margin-bottom: 0;
  }
  .rules-block dl .rules-items__images {
    flex-basis: 23%;
  }
  .rules-block dl .rules-items__image {
    margin-bottom: 4px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
  .rules-block dl .rules-items__image.is-puffy {
    width: 100%;
  }
  .rules-block dl .rules-items__text {
    flex-basis: 76%;
    padding-left: 4%;
    box-sizing: border-box;
    line-height: 1.6;
  }
  .rules-block dl .rules-items__text img {
    width: 80%;
    display: block;
    margin-bottom: 12px;
  }
}
.rules-block ul {
  padding: 0;
}
.rules-block ul li {
  list-style: none;
  margin-left: 1em;
  position: relative;
}
.rules-block ul li:before {
  content: '・';
  position: absolute;
  left: -1em;
}
.rules-block strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (min-width: 701px) {
  .rules-block .rules-items__image.is-kirekira {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .rules-block .rules-items__image.is-kirekira {
    width: 100%;
  }
}
.rules-block .rules-items.is-text {
  display: block;
}
.rules-block .rules-items.is-text .rules-items__text {
  width: 100%;
}

/*よくあるご質問*/
.faq {
  margin-top: 120px;
}
@media (max-width: 700px) {
  .faq {
    margin-top: 75px;
  }
}
@media (max-width: 700px) {
  .faq .sub-title {
    margin-bottom: 5px;
  }
}

.faq-blocks {
  margin-top: 60px;
}
@media (max-width: 700px) {
  .faq-blocks {
    margin-top: 30px;
  }
}

.faq-block {
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 35px;
}
@media (max-width: 700px) {
  .faq-block {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
}
.faq-block__q {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-right: 48px;
  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: -48px;
  }
}
.faq-block__q:after {
  content: '＋';
  color: #a6d3e8;
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .faq-block__q:after {
    font-size: 20px;
  }
}
.faq-block__q[data-is-open]:after {
  content: '－';
}
.faq-block__a {
  padding-top: 20px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 700px) {
  .faq-block__a {
    padding-left: 40px;
    font-size: 13px;
    line-height: 20px;
  }
}
.faq-block__a strong {
  font-weight: 700;
  display: block;
  margin-bottom: 0.5em;
}
.faq-block__a--note {
  font-size: 14px;
  display: block;
  margin-top: 0.5em;
}
@media (max-width: 700px) {
  .faq-block__a--note {
    font-size: 11px;
  }
}

/*お問い合わせ*/
.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;
}
