@charset "UTF-8";
body {
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/assets/img/background_pc.jpg");
}
footer {
  margin-top: 50px;
}
.titleArea .titleImg {
  width: 75%;
  display: block;
  margin: auto;
}
.box-title {
  display: flex;
  justify-content: center;
}
.box-title h2 {
  background: #eb6100;
  border-radius: 10px;
  padding: 5px 1rem;
  color: #fff;
  margin: 0 auto 2rem !important;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.back-area .container-box > div {
  margin: 2rem auto 5rem;
}
.box-term {
  margin: 5rem auto;
}
h2.box-title {
  margin: auto;
}
div#contentsArea {
  margin: 1rem auto;
  width: 95%;
  padding: 20px;
  border-radius: 40px;
  background: #fffdee;
}

div.box-how p,
div.box-target-period p,
div.box-app-period p {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
div.box-how p {
  width: 80%;
  margin: auto;
  text-align: start;
}
div.box-prize {
  text-align: center;
  position: relative;
}
.box-prize--imgWrap {
  position: absolute;
  border: 2px solid #eb6100;
  border-radius: 20px;
  padding: 2rem;
  top: 1.5rem;
}
.box-target-period {
  margin-top: 17rem !important;
}
.box-term__products--p {
    font-weight: bold;
}
.box-term__products--ul li {
  list-style: disc;
  margin-left: 2rem;
}
div.box2 {
  height: 15em;
  overflow: auto;
  background: #fff;
  padding: 0.5em 1em;
  font-size: 14px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
div.box2 h2 {
  font-size: 16px;
  margin: 10px 0;
}
.box-term__space {
    margin-left: 2rem;
}
div#consentCheckBox {
  margin: 30px 0 30px;
  text-align: center;
}
div#consentChkOff,
div#checked {
  text-align: center;
}
button.btn1,
button.btn2 {
  font-size: 120%;
}
button.btn2 {
  text-align: center;
  background: #e50014;
  color: #fff;
}
.personal-information {
    font-weight: bold;
}
.personal-information p,.personal-information ul {
    font-weight: normal;
}
@media (max-width: 575.98px) {
  body {
    background-image: url("/assets/img/background_sp.jpg");
  }
  div#contentsArea {
        padding: 20px 10px;
  }
  div.box-how p {
    width: 100%;
    margin: 0;
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .back-area .container-box {
    padding: 0;
  }
  .back-area .container-box > div {
    margin: 2rem auto 3rem;
  }
  div.box-how p,
  div.box-target-period p,
  div.box-app-period p {
    font-size: 20px;
  }
  .box-title h2 {
    font-size: 20px;
    margin: 0 auto 1rem !important;
  }
  div.box2 h2 {
    font-size: 13px;
    font-weight: bold;
  }
  .box-prize--imgWrap {
    top: 1.2rem;
  }
  .box-target-period {
    margin-top: 15rem !important;
}
  .box-term {
        margin: 2rem auto;
  }

  .titleArea .titleImg {
    width: 95%;
  }
  div.box2 {
    width: 100%;
  }
  .box-prize--imgWrap {
    padding: 1rem 0.5rem;
  }
  .box-term .container-scroll {
    padding: 0;
  }
  div.box2 {
    font-size: 12px;
  }
  .button.btn1 {
    font-size: 110%;
  }
  
}
@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}
