@charset "UTF-8";
/*font*/
/*color*/
.cp-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  height: auto !important;
  color: #000;
  font-size: 16px;
  line-height: 1.625;
  -webkit-text-size-adjust: 100%;
  /*==================================================
* basic module
==================================================*/
}
@media screen and (max-width: 768px) {
  .cp-wrapper {
    font-size: 14px;
  }
}
.cp-wrapper div:after, .cp-wrapper dl:after, .cp-wrapper ul:after {
  content: none;
  visibility: visible;
}
.cp-wrapper * {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  box-sizing: border-box;
}
.cp-wrapper *, .cp-wrapper h1, .cp-wrapper h2, .cp-wrapper h3, .cp-wrapper h4, .cp-wrapper h5, .cp-wrapper p {
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.cp-wrapper h1, .cp-wrapper h2, .cp-wrapper h3, .cp-wrapper h4 {
  line-height: 1.25;
  font-weight: normal;
  letter-spacing: 1px;
}
.cp-wrapper ul, .cp-wrapper li {
  list-style: none;
}
.cp-wrapper a {
  color: inherit;
  text-decoration: none;
  transition: all .1s;
}
.cp-wrapper a:hover {
  opacity: .8;
}
.cp-wrapper img {
  vertical-align: bottom;
  border: 0px;
  max-width: 100%;
  height: auto;
}
.cp-wrapper input, .cp-wrapper textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  border: 1px solid #aaa;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin: 8px 0 16px;
}
.cp-wrapper input[type="radio"] {
  border: none;
  width: inherit;
  max-width: 100%;
  padding: 0;
}
.cp-wrapper .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .cp-wrapper .sp-only {
    display: none !important;
  }
}
.cp-wrapper .alignleft {
  float: left;
  margin-right: 12px;
  max-width: 50%;
}
.cp-wrapper .alignright {
  float: right;
  margin-left: 12px;
  max-width: 50%;
}
.cp-wrapper .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cp-wrapper .text-center {
  text-align: center !important;
}
.cp-wrapper .text-left {
  text-align: left !important;
}
.cp-wrapper .text-right {
  text-align: right !important;
}
.cp-wrapper .d-ib {
  display: inline-block !important;
  vertical-align: middle;
}
.cp-wrapper .d-block {
  display: block !important;
}
.cp-wrapper .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
}
.cp-wrapper .d-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cp-wrapper .d-flex--between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cp-wrapper .lh-0 {
  line-height: 0 !important;
}
.cp-wrapper .lh-1 {
  line-height: 1 !important;
}
.cp-wrapper .lh-125 {
  line-height: 1.25 !important;
}
.cp-wrapper .lh-15 {
  line-height: 1.5 !important;
}
.cp-wrapper .lh-2 {
  line-height: 2 !important;
}
.cp-wrapper .m-0 {
  margin: 0 !important;
}
.cp-wrapper .mt-0, .cp-wrapper .my-0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-0, .cp-wrapper .my-0 {
    margin-top: 0 !important;
  }
}
.cp-wrapper .mr-0, .cp-wrapper .mx-0 {
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-0, .cp-wrapper .mx-0 {
    margin-right: 0 !important;
  }
}
.cp-wrapper .mb-0, .cp-wrapper .my-0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-0, .cp-wrapper .my-0 {
    margin-bottom: 0 !important;
  }
}
.cp-wrapper .ml-0, .cp-wrapper .mx-0 {
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-0, .cp-wrapper .mx-0 {
    margin-left: 0 !important;
  }
}
.cp-wrapper .m-05 {
  margin: 2.5px !important;
}
.cp-wrapper .mt-05, .cp-wrapper .my-05 {
  margin-top: 2.5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-05, .cp-wrapper .my-05 {
    margin-top: 1.5625px !important;
  }
}
.cp-wrapper .mr-05, .cp-wrapper .mx-05 {
  margin-right: 2.5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-05, .cp-wrapper .mx-05 {
    margin-right: 1.5625px !important;
  }
}
.cp-wrapper .mb-05, .cp-wrapper .my-05 {
  margin-bottom: 2.5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-05, .cp-wrapper .my-05 {
    margin-bottom: 1.5625px !important;
  }
}
.cp-wrapper .ml-05, .cp-wrapper .mx-05 {
  margin-left: 2.5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-05, .cp-wrapper .mx-05 {
    margin-left: 1.5625px !important;
  }
}
.cp-wrapper .m-1 {
  margin: 5px !important;
}
.cp-wrapper .mt-1, .cp-wrapper .my-1 {
  margin-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-1, .cp-wrapper .my-1 {
    margin-top: 3.125px !important;
  }
}
.cp-wrapper .mr-1, .cp-wrapper .mx-1 {
  margin-right: 5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-1, .cp-wrapper .mx-1 {
    margin-right: 3.125px !important;
  }
}
.cp-wrapper .mb-1, .cp-wrapper .my-1 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-1, .cp-wrapper .my-1 {
    margin-bottom: 3.125px !important;
  }
}
.cp-wrapper .ml-1, .cp-wrapper .mx-1 {
  margin-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-1, .cp-wrapper .mx-1 {
    margin-left: 3.125px !important;
  }
}
.cp-wrapper .m-2 {
  margin: 10px !important;
}
.cp-wrapper .mt-2, .cp-wrapper .my-2 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-2, .cp-wrapper .my-2 {
    margin-top: 6.25px !important;
  }
}
.cp-wrapper .mr-2, .cp-wrapper .mx-2 {
  margin-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-2, .cp-wrapper .mx-2 {
    margin-right: 6.25px !important;
  }
}
.cp-wrapper .mb-2, .cp-wrapper .my-2 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-2, .cp-wrapper .my-2 {
    margin-bottom: 6.25px !important;
  }
}
.cp-wrapper .ml-2, .cp-wrapper .mx-2 {
  margin-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-2, .cp-wrapper .mx-2 {
    margin-left: 6.25px !important;
  }
}
.cp-wrapper .m-3 {
  margin: 15px !important;
}
.cp-wrapper .mt-3, .cp-wrapper .my-3 {
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-3, .cp-wrapper .my-3 {
    margin-top: 9.375px !important;
  }
}
.cp-wrapper .mr-3, .cp-wrapper .mx-3 {
  margin-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-3, .cp-wrapper .mx-3 {
    margin-right: 9.375px !important;
  }
}
.cp-wrapper .mb-3, .cp-wrapper .my-3 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-3, .cp-wrapper .my-3 {
    margin-bottom: 9.375px !important;
  }
}
.cp-wrapper .ml-3, .cp-wrapper .mx-3 {
  margin-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-3, .cp-wrapper .mx-3 {
    margin-left: 9.375px !important;
  }
}
.cp-wrapper .m-4 {
  margin: 20px !important;
}
.cp-wrapper .mt-4, .cp-wrapper .my-4 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-4, .cp-wrapper .my-4 {
    margin-top: 12.5px !important;
  }
}
.cp-wrapper .mr-4, .cp-wrapper .mx-4 {
  margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-4, .cp-wrapper .mx-4 {
    margin-right: 12.5px !important;
  }
}
.cp-wrapper .mb-4, .cp-wrapper .my-4 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-4, .cp-wrapper .my-4 {
    margin-bottom: 12.5px !important;
  }
}
.cp-wrapper .ml-4, .cp-wrapper .mx-4 {
  margin-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-4, .cp-wrapper .mx-4 {
    margin-left: 12.5px !important;
  }
}
.cp-wrapper .m-5 {
  margin: 25px !important;
}
.cp-wrapper .mt-5, .cp-wrapper .my-5 {
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-5, .cp-wrapper .my-5 {
    margin-top: 15.625px !important;
  }
}
.cp-wrapper .mr-5, .cp-wrapper .mx-5 {
  margin-right: 25px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-5, .cp-wrapper .mx-5 {
    margin-right: 15.625px !important;
  }
}
.cp-wrapper .mb-5, .cp-wrapper .my-5 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-5, .cp-wrapper .my-5 {
    margin-bottom: 15.625px !important;
  }
}
.cp-wrapper .ml-5, .cp-wrapper .mx-5 {
  margin-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-5, .cp-wrapper .mx-5 {
    margin-left: 15.625px !important;
  }
}
.cp-wrapper .m-6 {
  margin: 30px !important;
}
.cp-wrapper .mt-6, .cp-wrapper .my-6 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-6, .cp-wrapper .my-6 {
    margin-top: 18.75px !important;
  }
}
.cp-wrapper .mr-6, .cp-wrapper .mx-6 {
  margin-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-6, .cp-wrapper .mx-6 {
    margin-right: 18.75px !important;
  }
}
.cp-wrapper .mb-6, .cp-wrapper .my-6 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-6, .cp-wrapper .my-6 {
    margin-bottom: 18.75px !important;
  }
}
.cp-wrapper .ml-6, .cp-wrapper .mx-6 {
  margin-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-6, .cp-wrapper .mx-6 {
    margin-left: 18.75px !important;
  }
}
.cp-wrapper .m-7 {
  margin: 35px !important;
}
.cp-wrapper .mt-7, .cp-wrapper .my-7 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-7, .cp-wrapper .my-7 {
    margin-top: 21.875px !important;
  }
}
.cp-wrapper .mr-7, .cp-wrapper .mx-7 {
  margin-right: 35px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-7, .cp-wrapper .mx-7 {
    margin-right: 21.875px !important;
  }
}
.cp-wrapper .mb-7, .cp-wrapper .my-7 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-7, .cp-wrapper .my-7 {
    margin-bottom: 21.875px !important;
  }
}
.cp-wrapper .ml-7, .cp-wrapper .mx-7 {
  margin-left: 35px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-7, .cp-wrapper .mx-7 {
    margin-left: 21.875px !important;
  }
}
.cp-wrapper .m-8 {
  margin: 40px !important;
}
.cp-wrapper .mt-8, .cp-wrapper .my-8 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-8, .cp-wrapper .my-8 {
    margin-top: 25px !important;
  }
}
.cp-wrapper .mr-8, .cp-wrapper .mx-8 {
  margin-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-8, .cp-wrapper .mx-8 {
    margin-right: 25px !important;
  }
}
.cp-wrapper .mb-8, .cp-wrapper .my-8 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-8, .cp-wrapper .my-8 {
    margin-bottom: 25px !important;
  }
}
.cp-wrapper .ml-8, .cp-wrapper .mx-8 {
  margin-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-8, .cp-wrapper .mx-8 {
    margin-left: 25px !important;
  }
}
.cp-wrapper .m-9 {
  margin: 45px !important;
}
.cp-wrapper .mt-9, .cp-wrapper .my-9 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-9, .cp-wrapper .my-9 {
    margin-top: 28.125px !important;
  }
}
.cp-wrapper .mr-9, .cp-wrapper .mx-9 {
  margin-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-9, .cp-wrapper .mx-9 {
    margin-right: 28.125px !important;
  }
}
.cp-wrapper .mb-9, .cp-wrapper .my-9 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-9, .cp-wrapper .my-9 {
    margin-bottom: 28.125px !important;
  }
}
.cp-wrapper .ml-9, .cp-wrapper .mx-9 {
  margin-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-9, .cp-wrapper .mx-9 {
    margin-left: 28.125px !important;
  }
}
.cp-wrapper .m-10 {
  margin: 50px !important;
}
.cp-wrapper .mt-10, .cp-wrapper .my-10 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mt-10, .cp-wrapper .my-10 {
    margin-top: 31.25px !important;
  }
}
.cp-wrapper .mr-10, .cp-wrapper .mx-10 {
  margin-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mr-10, .cp-wrapper .mx-10 {
    margin-right: 31.25px !important;
  }
}
.cp-wrapper .mb-10, .cp-wrapper .my-10 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .mb-10, .cp-wrapper .my-10 {
    margin-bottom: 31.25px !important;
  }
}
.cp-wrapper .ml-10, .cp-wrapper .mx-10 {
  margin-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .ml-10, .cp-wrapper .mx-10 {
    margin-left: 31.25px !important;
  }
}
.cp-wrapper .p-0 {
  padding: 0 !important;
}
.cp-wrapper .pt-0, .cp-wrapper .py-0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-0, .cp-wrapper .py-0 {
    padding-top: 0 !important;
  }
}
.cp-wrapper .pr-0, .cp-wrapper .px-0 {
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-0, .cp-wrapper .px-0 {
    padding-right: 0 !important;
  }
}
.cp-wrapper .pb-0, .cp-wrapper .py-0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-0, .cp-wrapper .py-0 {
    padding-bottom: 0 !important;
  }
}
.cp-wrapper .pl-0, .cp-wrapper .px-0 {
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-0, .cp-wrapper .px-0 {
    padding-left: 0 !important;
  }
}
.cp-wrapper .p-05 {
  padding: 2.5px !important;
}
.cp-wrapper .pt-05, .cp-wrapper .py-05 {
  padding-top: 2.5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-05, .cp-wrapper .py-05 {
    padding-top: 1.5625px !important;
  }
}
.cp-wrapper .pr-05, .cp-wrapper .px-05 {
  padding-right: 2.5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-05, .cp-wrapper .px-05 {
    padding-right: 1.5625px !important;
  }
}
.cp-wrapper .pb-05, .cp-wrapper .py-05 {
  padding-bottom: 2.5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-05, .cp-wrapper .py-05 {
    padding-bottom: 1.5625px !important;
  }
}
.cp-wrapper .pl-05, .cp-wrapper .px-05 {
  padding-left: 2.5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-05, .cp-wrapper .px-05 {
    padding-left: 1.5625px !important;
  }
}
.cp-wrapper .p-1 {
  padding: 5px !important;
}
.cp-wrapper .pt-1, .cp-wrapper .py-1 {
  padding-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-1, .cp-wrapper .py-1 {
    padding-top: 3.125px !important;
  }
}
.cp-wrapper .pr-1, .cp-wrapper .px-1 {
  padding-right: 5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-1, .cp-wrapper .px-1 {
    padding-right: 3.125px !important;
  }
}
.cp-wrapper .pb-1, .cp-wrapper .py-1 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-1, .cp-wrapper .py-1 {
    padding-bottom: 3.125px !important;
  }
}
.cp-wrapper .pl-1, .cp-wrapper .px-1 {
  padding-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-1, .cp-wrapper .px-1 {
    padding-left: 3.125px !important;
  }
}
.cp-wrapper .p-2 {
  padding: 10px !important;
}
.cp-wrapper .pt-2, .cp-wrapper .py-2 {
  padding-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-2, .cp-wrapper .py-2 {
    padding-top: 6.25px !important;
  }
}
.cp-wrapper .pr-2, .cp-wrapper .px-2 {
  padding-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-2, .cp-wrapper .px-2 {
    padding-right: 6.25px !important;
  }
}
.cp-wrapper .pb-2, .cp-wrapper .py-2 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-2, .cp-wrapper .py-2 {
    padding-bottom: 6.25px !important;
  }
}
.cp-wrapper .pl-2, .cp-wrapper .px-2 {
  padding-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-2, .cp-wrapper .px-2 {
    padding-left: 6.25px !important;
  }
}
.cp-wrapper .p-3 {
  padding: 15px !important;
}
.cp-wrapper .pt-3, .cp-wrapper .py-3 {
  padding-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-3, .cp-wrapper .py-3 {
    padding-top: 9.375px !important;
  }
}
.cp-wrapper .pr-3, .cp-wrapper .px-3 {
  padding-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-3, .cp-wrapper .px-3 {
    padding-right: 9.375px !important;
  }
}
.cp-wrapper .pb-3, .cp-wrapper .py-3 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-3, .cp-wrapper .py-3 {
    padding-bottom: 9.375px !important;
  }
}
.cp-wrapper .pl-3, .cp-wrapper .px-3 {
  padding-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-3, .cp-wrapper .px-3 {
    padding-left: 9.375px !important;
  }
}
.cp-wrapper .p-4 {
  padding: 20px !important;
}
.cp-wrapper .pt-4, .cp-wrapper .py-4 {
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-4, .cp-wrapper .py-4 {
    padding-top: 12.5px !important;
  }
}
.cp-wrapper .pr-4, .cp-wrapper .px-4 {
  padding-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-4, .cp-wrapper .px-4 {
    padding-right: 12.5px !important;
  }
}
.cp-wrapper .pb-4, .cp-wrapper .py-4 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-4, .cp-wrapper .py-4 {
    padding-bottom: 12.5px !important;
  }
}
.cp-wrapper .pl-4, .cp-wrapper .px-4 {
  padding-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-4, .cp-wrapper .px-4 {
    padding-left: 12.5px !important;
  }
}
.cp-wrapper .p-5 {
  padding: 25px !important;
}
.cp-wrapper .pt-5, .cp-wrapper .py-5 {
  padding-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-5, .cp-wrapper .py-5 {
    padding-top: 15.625px !important;
  }
}
.cp-wrapper .pr-5, .cp-wrapper .px-5 {
  padding-right: 25px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-5, .cp-wrapper .px-5 {
    padding-right: 15.625px !important;
  }
}
.cp-wrapper .pb-5, .cp-wrapper .py-5 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-5, .cp-wrapper .py-5 {
    padding-bottom: 15.625px !important;
  }
}
.cp-wrapper .pl-5, .cp-wrapper .px-5 {
  padding-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-5, .cp-wrapper .px-5 {
    padding-left: 15.625px !important;
  }
}
.cp-wrapper .p-6 {
  padding: 30px !important;
}
.cp-wrapper .pt-6, .cp-wrapper .py-6 {
  padding-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-6, .cp-wrapper .py-6 {
    padding-top: 18.75px !important;
  }
}
.cp-wrapper .pr-6, .cp-wrapper .px-6 {
  padding-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-6, .cp-wrapper .px-6 {
    padding-right: 18.75px !important;
  }
}
.cp-wrapper .pb-6, .cp-wrapper .py-6 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-6, .cp-wrapper .py-6 {
    padding-bottom: 18.75px !important;
  }
}
.cp-wrapper .pl-6, .cp-wrapper .px-6 {
  padding-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-6, .cp-wrapper .px-6 {
    padding-left: 18.75px !important;
  }
}
.cp-wrapper .p-7 {
  padding: 35px !important;
}
.cp-wrapper .pt-7, .cp-wrapper .py-7 {
  padding-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-7, .cp-wrapper .py-7 {
    padding-top: 21.875px !important;
  }
}
.cp-wrapper .pr-7, .cp-wrapper .px-7 {
  padding-right: 35px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-7, .cp-wrapper .px-7 {
    padding-right: 21.875px !important;
  }
}
.cp-wrapper .pb-7, .cp-wrapper .py-7 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-7, .cp-wrapper .py-7 {
    padding-bottom: 21.875px !important;
  }
}
.cp-wrapper .pl-7, .cp-wrapper .px-7 {
  padding-left: 35px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-7, .cp-wrapper .px-7 {
    padding-left: 21.875px !important;
  }
}
.cp-wrapper .p-8 {
  padding: 40px !important;
}
.cp-wrapper .pt-8, .cp-wrapper .py-8 {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-8, .cp-wrapper .py-8 {
    padding-top: 25px !important;
  }
}
.cp-wrapper .pr-8, .cp-wrapper .px-8 {
  padding-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-8, .cp-wrapper .px-8 {
    padding-right: 25px !important;
  }
}
.cp-wrapper .pb-8, .cp-wrapper .py-8 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-8, .cp-wrapper .py-8 {
    padding-bottom: 25px !important;
  }
}
.cp-wrapper .pl-8, .cp-wrapper .px-8 {
  padding-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-8, .cp-wrapper .px-8 {
    padding-left: 25px !important;
  }
}
.cp-wrapper .p-9 {
  padding: 45px !important;
}
.cp-wrapper .pt-9, .cp-wrapper .py-9 {
  padding-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-9, .cp-wrapper .py-9 {
    padding-top: 28.125px !important;
  }
}
.cp-wrapper .pr-9, .cp-wrapper .px-9 {
  padding-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-9, .cp-wrapper .px-9 {
    padding-right: 28.125px !important;
  }
}
.cp-wrapper .pb-9, .cp-wrapper .py-9 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-9, .cp-wrapper .py-9 {
    padding-bottom: 28.125px !important;
  }
}
.cp-wrapper .pl-9, .cp-wrapper .px-9 {
  padding-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-9, .cp-wrapper .px-9 {
    padding-left: 28.125px !important;
  }
}
.cp-wrapper .p-10 {
  padding: 50px !important;
}
.cp-wrapper .pt-10, .cp-wrapper .py-10 {
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pt-10, .cp-wrapper .py-10 {
    padding-top: 31.25px !important;
  }
}
.cp-wrapper .pr-10, .cp-wrapper .px-10 {
  padding-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pr-10, .cp-wrapper .px-10 {
    padding-right: 31.25px !important;
  }
}
.cp-wrapper .pb-10, .cp-wrapper .py-10 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pb-10, .cp-wrapper .py-10 {
    padding-bottom: 31.25px !important;
  }
}
.cp-wrapper .pl-10, .cp-wrapper .px-10 {
  padding-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .pl-10, .cp-wrapper .px-10 {
    padding-left: 31.25px !important;
  }
}
.cp-wrapper .m-auto {
  margin: auto !important;
}
.cp-wrapper .mt-auto, .cp-wrapper .my-auto {
  margin-top: auto !important;
}
.cp-wrapper .mr-auto, .cp-wrapper .mx-auto {
  margin-right: auto !important;
}
.cp-wrapper .mb-auto, .cp-wrapper .my-auto {
  margin-bottom: auto !important;
}
.cp-wrapper .ml-auto, .cp-wrapper .mx-auto {
  margin-left: auto !important;
}
.cp-wrapper .sepper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cp-wrapper .sepper .cp-wrapper .sepper__box {
  margin-top: 60px;
}
.cp-wrapper .sepper .cp-wrapper .sepper__box--2 {
  width: calc(100% / 2);
}
.cp-wrapper .sepper .cp-wrapper .sepper__box {
  margin-top: 60px;
}
.cp-wrapper .sepper .cp-wrapper .sepper__box--3 {
  width: calc(100% / 3);
}
.cp-wrapper .sepper .cp-wrapper .sepper__box {
  margin-top: 60px;
}
.cp-wrapper .sepper .cp-wrapper .sepper__box--4 {
  width: calc(100% / 4);
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .cp-wrapper .sepper .cp-wrapper .sepper__box--2, .cp-wrapper .sepper .cp-wrapper .sepper__box--3, .cp-wrapper .sepper .cp-wrapper .sepper__box--4 {
    width: calc(100% / 2);
    margin-top: 30px;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--2:nth-child(-n+2), .cp-wrapper .sepper .cp-wrapper .sepper__box--3:nth-child(-n+2), .cp-wrapper .sepper .cp-wrapper .sepper__box--4:nth-child(-n+2) {
    margin-top: 0;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--2:nth-child(odd), .cp-wrapper .sepper .cp-wrapper .sepper__box--3:nth-child(odd), .cp-wrapper .sepper .cp-wrapper .sepper__box--4:nth-child(odd) {
    padding-right: 20px;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--2:nth-child(even), .cp-wrapper .sepper .cp-wrapper .sepper__box--3:nth-child(even), .cp-wrapper .sepper .cp-wrapper .sepper__box--4:nth-child(even) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cp-wrapper .sepper .cp-wrapper .sepper__box--2, .cp-wrapper .sepper .cp-wrapper .sepper__box--3, .cp-wrapper .sepper .cp-wrapper .sepper__box--4 {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0 !important;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--2:first-child, .cp-wrapper .sepper .cp-wrapper .sepper__box--3:first-child, .cp-wrapper .sepper .cp-wrapper .sepper__box--4:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .cp-wrapper .sepper .cp-wrapper .sepper__box--2:nth-child(-n+2) {
    margin-top: 0;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--2:nth-child(odd) {
    padding-right: 20px;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--2:nth-child(even) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .cp-wrapper .sepper .cp-wrapper .sepper__box--3:nth-child(-n+3) {
    margin-top: 0;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--3:nth-child(3n+1) {
    padding-right: 15px;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--3:nth-child(3n+2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--3:nth-child(3n) {
    padding-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .cp-wrapper .sepper .cp-wrapper .sepper__box--4:nth-child(-n+4) {
    margin-top: 0;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--4:nth-child(4n+1) {
    padding-right: 15px;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--4:nth-child(4n+2) {
    padding-left: 5px;
    padding-right: 8px;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--4:nth-child(4n+3) {
    padding-left: 8px;
    padding-right: 5px;
  }
  .cp-wrapper .sepper .cp-wrapper .sepper__box--4:nth-child(4n) {
    padding-left: 15px;
  }
}
.cp-wrapper p {
  margin-bottom: 20px;
}
.cp-wrapper p:last-child {
  margin-bottom: 0;
}
.cp-wrapper strong {
  font-weight: bold;
  font-size: 100%;
}
.cp-wrapper .font-mincho {
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cp-wrapper .font-goth {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.cp-wrapper .font-xxl {
  font-size: 40px;
}
.cp-wrapper .font-xl {
  font-size: 32px;
}
.cp-wrapper .font-lg {
  font-size: 20px;
}
.cp-wrapper .font-md {
  font-size: 16px;
}
.cp-wrapper .font-sm {
  font-size: 14px;
}
.cp-wrapper .font-xs {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .font-xxl {
    font-size: 32px;
  }
  .cp-wrapper .font-xl {
    font-size: 24px;
  }
  .cp-wrapper .font-lg {
    font-size: 18px;
  }
  .cp-wrapper .font-md {
    font-size: 16px;
  }
  .cp-wrapper .font-sm {
    font-size: 14px;
  }
  .cp-wrapper .font-xs {
    font-size: 12px;
  }
}
.cp-wrapper .font-normal {
  font-weight: normal !important;
}
.cp-wrapper .font-bold {
  font-weight: bold !important;
}
.cp-wrapper .font-red {
  color: #e50012 !important;
}
.cp-wrapper .text-shadow {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
.cp-wrapper .bg-w {
  background: #fff !important;
}
.cp-wrapper .bg-bk {
  background: #000 !important;
}
.cp-wrapper #cp-wrapper {
  position: relative;
  overflow: hidden;
}
.cp-wrapper .cp-inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .cp-inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.cp-wrapper .cp-inner--lg {
  max-width: 1200px;
}
.cp-wrapper .cp-inner--sm {
  max-width: 880px;
}
.cp-wrapper .cp-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .cp-section {
    padding: 50px 0;
  }
}
.cp-wrapper .cp-footer {
  position: relative;
}
.cp-wrapper .cp-copyright {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.cp-wrapper .cp-h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.cp-wrapper .cp-h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  background: #e83328;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .cp-h2 {
    font-size: 28px;
  }
}
.cp-wrapper .cp-h2b {
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.cp-wrapper .cp-h2b__sub {
  display: block;
  margin-bottom: 8px;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .cp-h2b {
    font-size: 28px;
  }
}
.cp-wrapper .cp-btn {
  text-align: center;
  margin: 32px auto 0;
}
.cp-wrapper .cp-btn__item {
  position: relative;
  display: inline-block;
  min-width: 208px;
  margin: 0 8px 16px;
  padding: 12px 16px;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  transition: all .3s;
  background: #000;
}
.cp-wrapper .cp-btn__item--sub {
  background: #ccc;
  color: #000;
}
.cp-wrapper .cp-btn__item--tw {
  position: relative;
  background: #1da1f2;
  color: #fff;
  padding: 16px 40px 16px 68px;
}
.cp-wrapper .cp-btn__item--tw:before, .cp-wrapper .cp-btn__item--tw:after {
  content: "";
  display: block;
  position: absolute;
}
.cp-wrapper .cp-btn__item--tw:before {
  width: 32px;
  height: 28px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_tw.svg) no-repeat center/contain;
}
.cp-wrapper .cp-btn__item--tw:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.cp-wrapper .cp-bg-grad {
  background: linear-gradient(135deg, #fc0, #ffe500);
}
.cp-wrapper .cp-bg-gray {
  background: #eee;
}
.cp-wrapper .cp-link {
  text-decoration: underline;
}
.cp-wrapper #point-false-msg {
  display: none;
  color: #f00;
  text-align: center;
  margin-top: 4px;
}
.cp-wrapper #point-false-msg.is-false {
  display: block;
}
.cp-wrapper .cp-survey-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .cp-survey-wrap {
    margin-top: 40px;
  }
}
.cp-wrapper .cp-survey-input, .cp-wrapper .cp-survey-result, .cp-wrapper .cp-survey-user {
  width: 320px;
  max-width: 100%;
  margin: auto;
}
.cp-wrapper .cp-survey-input {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.cp-wrapper .cp-survey-input__am {
  position: absolute;
  font-size: 28px;
  margin-left: 12px;
  line-height: 28px;
  top: calc(50% - 14px);
  pointer-events: none;
}
.cp-wrapper .cp-survey-input__txt, .cp-wrapper .cp-survey-input__btn {
  margin: 0;
  border: none;
}
.cp-wrapper .cp-survey-input__txt {
  width: calc(100% - 48px);
  padding: 16px;
  padding-left: 44px;
  background: #fff;
  line-height: 1;
  border-radius: 10px 0 0 10px;
}
.cp-wrapper .cp-survey-input__txt:-ms-input-placeholder {
  color: #aaa;
}
.cp-wrapper .cp-survey-input__txt::placeholder {
  color: #aaa;
}
.cp-wrapper .cp-survey-input__btn-wrap {
  position: relative;
  width: 48px;
  background: #e83328;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.cp-wrapper .cp-survey-input__btn-wrap:before, .cp-wrapper .cp-survey-input__btn-wrap:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.cp-wrapper .cp-survey-input__btn-wrap:before {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
.cp-wrapper .cp-survey-input__btn-wrap:after {
  width: 5px;
  height: 1px;
  background: #fff;
  top: calc(50% + 7px);
  left: calc(50% + 6px);
  transform: rotate(45deg);
}
.cp-wrapper .cp-survey-input__btn {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.cp-wrapper .cp-survey-result {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  padding-top: 40px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  border-radius: 10px;
}
.cp-wrapper .cp-survey-result__num {
  margin-bottom: 8px;
  text-align: center;
}
.cp-wrapper .cp-survey-result__num > span {
  font-size: 76px;
  word-break: break-all;
}
.cp-wrapper .cp-survey-result__unit {
  text-align: right;
}
.cp-wrapper .cp-survey-user {
  text-align: right;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .cp-wrapper .cp-pre-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cp-wrapper .cp-pre-box__box {
    max-width: calc(50% - 16px);
  }
  .cp-wrapper .cp-pre-box__unit:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .cp-wrapper .cp-pre-box {
    text-align: center;
  }
  .cp-wrapper .cp-pre-box__unit {
    margin-top: 6vw;
  }
}
.cp-wrapper .cp-flow-box {
  margin: 40px 0 32px;
}
@media screen and (min-width: 769px) {
  .cp-wrapper .cp-flow-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cp-wrapper .cp-flow-box__item {
    max-width: 30%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cp-wrapper .cp-flow-box {
    text-align: center;
  }
  .cp-wrapper .cp-flow-box__item:not(:first-child) {
    margin-top: 4vw;
  }
}
.cp-wrapper .cp-drawer__ttl {
  position: relative;
  height: 70px;
  margin-top: 1px;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  background: #fee602;
  transition: all .3s;
}
.cp-wrapper .cp-drawer__ttl.open .drawer__icon:before {
  transform: rotate(0);
}
.cp-wrapper .cp-drawer__icon {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
}
.cp-wrapper .cp-drawer__icon:before, .cp-wrapper .cp-drawer__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 23px;
  width: 24px;
  height: 3px;
  margin-top: -2px;
  background: #000;
  transition: all .3s;
  transform: rotate(0);
}
.cp-wrapper .cp-drawer__icon:before {
  transform: rotate(-90deg);
}
.cp-wrapper .cp-drawer__body {
  word-break: break-all;
  padding: 40px 20px;
  background: #fff;
  line-height: 1.5;
}
.cp-wrapper .cp-drawer__body > h3 {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 8px;
  margin-top: 32px;
}
.cp-wrapper .cp-drawer__body > h3:first-child {
  margin-top: 0;
}
.cp-wrapper .cp-drawer__body > h4 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 28px;
}
.cp-wrapper .cp-drawer__body > h4:first-child {
  margin-top: 0;
}
.cp-wrapper .cp-drawer__body > h5 {
  font-weight: normal;
  margin-top: 15px;
}
.cp-wrapper .cp-drawer__body > h5:first-child {
  margin-top: 0;
}
.cp-wrapper .cp-drawer__body p {
  margin-bottom: 15px;
}
.cp-wrapper .cp-drawer__body a {
  text-decoration: underline;
}
.cp-wrapper .cp-drawer__body a:hover {
  text-decoration: none;
}
.cp-wrapper .cp-drawer__body > ul, .cp-wrapper .cp-drawer__body ol {
  padding-left: 30px;
  margin-bottom: 20px;
}
.cp-wrapper .cp-drawer__body > ul > li, .cp-wrapper .cp-drawer__body ol > li {
  list-style-type: square;
}
.cp-wrapper .cp-drawer__body ol {
  padding-left: 30px;
}
.cp-wrapper .cp-drawer__body ol li {
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  .cp-wrapper .cp-drawer__ttl {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  .cp-wrapper .cp-drawer__icon {
    width: 50px;
    height: 50px;
  }
  .cp-wrapper .cp-drawer__icon:before, .cp-wrapper .cp-drawer__icon:after {
    top: 50%;
    left: 16px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
  }
  .cp-wrapper .cp-drawer__icon:before {
    transform: rotate(-90deg);
  }
  .cp-wrapper .cp-drawer__nakami {
    padding: 40px 20px;
    background: #fff;
  }
}
/**/
.pc {
  display: block !important;
}
.pcIn {
  display: inline !important;
}
.sp, .spIn {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spIn {
    display: inline !important;
  }
  .pc, .pcIn {
    display: none !important;
  }
}
#board01 {
  background: #f7d80a;
}
.inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
}
#board02 {
  background: url("../images/bg01.png") center 0 repeat;
  padding: 47px 0 10px;
  position: relative;
}
#board02:after {
  content: '';
  background: url(../images/wave.png) center center no-repeat;
  display: block;
  width: 100%;
  height: 56px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  #board02 {
    background-size: 100% auto;
      padding: 47px 0 40px;

  }
  #board02:after {
  content: '';
  background: url(../images/wavesp.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
}
#board02 h3 {
  margin-bottom: 25px;
}
#board02 .leed01 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.66
}
@media screen and (max-width: 767px) {
  #board02 h3 {
    margin-bottom: 12px;
  }
  #board02 .leed01 {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 2.0
  }
}
#board02 dl {
  max-width: 950px;
  width: 100%;
  margin: 0px auto;
}
#board02 dl dt {
  display: block;
  background: #fff;
  border: 3px solid #e4016c;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  padding: 19px 80px 20px 180px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
#board02 dl dt:after {
  content: '';
  background: url("../images/plus.png") 0 0 no-repeat;
  display: block;
  width: 26px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 37px;
}
#board02 dl dt.open:after {
  background: url("../images/minus.png") 0 0 no-repeat;
  height: 5px
}



#board02 dl dt:nth-of-type(1) {
  background: url("../images/nayami01.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(2) {
  background: url("../images/nayami02.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(3) {
  background: url("../images/nayami03.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(4) {
  background: url("../images/nayami04.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(5) {
  background: url("../images/nayami05.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(6) {
  background: url("../images/nayami06.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(7) {
  background: url("../images/nayami07.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(8) {
  background: url("../images/nayami08.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(9) {
  background: url("../images/nayami09.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(10) {
  background: url("../images/nayami10.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(11) {
  background: url("../images/nayami11.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(12) {
  background: url("../images/nayami12.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(13) {
  background: url("../images/nayami13.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(14) {
  background: url("../images/nayami14.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(15) {
  background: url("../images/nayami15.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(16) {
  background: url("../images/nayami16.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(17) {
  background: url("../images/nayami17.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(18) {
  background: url("../images/nayami18.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(19) {
  background: url("../images/nayami19.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(20) {
  background: url("../images/nayami20.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(21) {
  background: url("../images/nayami21.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(22) {
  background: url("../images/nayami22.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(23) {
  background: url("../images/nayami23.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(24) {
  background: url("../images/nayami24.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(25) {
  background: url("../images/nayami25.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(26) {
  background: url("../images/nayami26.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(27) {
  background: url("../images/nayami27.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(28) {
  background: url("../images/nayami28.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(29) {
  background: url("../images/nayami29.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(30) {
  background: url("../images/nayami30.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(31) {
  background: url("../images/nayami31.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(32) {
  background: url("../images/nayami32.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(33) {
  background: url("../images/nayami33.png") 22px center no-repeat #fff;
}
#board02 dl dt:nth-of-type(34) {
  background: url("../images/nayami34.png") 22px center no-repeat #fff;
}

#board02 dl dt img {
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  #board02 dl {
  width: 100%;
  margin: 30px auto;
}
  
     #board02 dl dt{
       font-size: 3.2vw;
       padding: 10px 15px 10px 15px;
       border-radius: 10px;
        border: 2px solid #e4016c;
       margin-top: 28px;
       font-feature-settings: 'palt'
     }
  #board02 dl dt img {
  vertical-align: middle;
    width: 11vw;
  margin-right: 1%;
  position: relative;
  margin-top: -2px;
}
  #board02 dl dt:after {
  content: '';
  background: url("../images/plus.png") 0 0 no-repeat;
  display: block;
  width: 3.2vw;
  height: 3.22vw;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
#board02 dl dt.open:after {
  background: url("../images/minus.png") 0 0 no-repeat;
  height: 2px;
}
  
  #board02 dl dt:nth-of-type(1) {
  background: #fff;
}
#board02 dl dt:nth-of-type(2) {
  background: #fff;
}
#board02 dl dt:nth-of-type(3) {
  background: #fff;
}
#board02 dl dt:nth-of-type(4) {
  background: #fff;
}
#board02 dl dt:nth-of-type(5) {
  background: #fff;
}
#board02 dl dt:nth-of-type(6) {
  background: #fff;
  padding-left: 0px;
}
#board02 dl dt:nth-of-type(7) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(8) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(9) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(10) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(11) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(12) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(13) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(14) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(15) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(16) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(17) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(18) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(19) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(20) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(21) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(22) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(23) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(24) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(25) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(26) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(27) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(28) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(29) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(30) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(31) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(32) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(33) {
  background: #fff;
  padding-left: 0px;
}
  #board02 dl dt:nth-of-type(34) {
  background: #fff;
  padding-left: 0px;
}

  
  #board02 dl dt:nth-of-type(1):before {
      content: '';
  background: url("../images/nayami01.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -18px;
}
#board02 dl dt:nth-of-type(2):before {
      content: '';
  background: url("../images/nayami02.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
#board02 dl dt:nth-of-type(3):before {
      content: '';
  background: url("../images/nayami03.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
#board02 dl dt:nth-of-type(4):before {
      content: '';
  background: url("../images/nayami04.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
#board02 dl dt:nth-of-type(5):before {
      content: '';
  background: url("../images/nayami05.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
#board02 dl dt:nth-of-type(6):before {
      content: '';
  background: url("../images/nayami06.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
#board02 dl dt:nth-of-type(7):before {
      content: '';
  background: url("../images/nayami07.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
 #board02 dl dt:nth-of-type(8):before {
      content: '';
  background: url("../images/nayami08.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(9):before {
      content: '';
  background: url("../images/nayami09.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(10):before {
      content: '';
  background: url("../images/nayami10.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(11):before {
      content: '';
  background: url("../images/nayami11.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(12):before {
      content: '';
  background: url("../images/nayami12.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(13):before {
      content: '';
  background: url("../images/nayami13.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(14):before {
      content: '';
  background: url("../images/nayami14.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(15):before {
      content: '';
  background: url("../images/nayami15.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(16):before {
      content: '';
  background: url("../images/nayami16.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(17):before {
      content: '';
  background: url("../images/nayami17.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(18):before {
      content: '';
  background: url("../images/nayami18.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(19):before {
      content: '';
  background: url("../images/nayami19.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(20):before {
      content: '';
  background: url("../images/nayami20.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(21):before {
      content: '';
  background: url("../images/nayami21.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(22):before {
      content: '';
  background: url("../images/nayami22.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(23):before {
      content: '';
  background: url("../images/nayami23.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(24):before {
      content: '';
  background: url("../images/nayami24.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(25):before {
      content: '';
  background: url("../images/nayami25.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(26):before {
      content: '';
  background: url("../images/nayami26.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(27):before {
      content: '';
  background: url("../images/nayami27.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(28):before {
      content: '';
  background: url("../images/nayami28.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(29):before {
      content: '';
  background: url("../images/nayami29.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(30):before {
      content: '';
  background: url("../images/nayami30.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(31):before {
      content: '';
  background: url("../images/nayami31.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(32):before {
      content: '';
  background: url("../images/nayami32.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(33):before {
      content: '';
  background: url("../images/nayami33.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
  #board02 dl dt:nth-of-type(34):before {
      content: '';
  background: url("../images/nayami34.png") 0 0 no-repeat;
  display: block;
    width: 75px;
    height: 34px;
    background-size: 100% auto;
    position: absolute;
    left: 5px;
    top: -22px;}
}


#board02 dl dd {
  display: none;
  padding-top: 47px;
  padding-bottom: 50px;
}

.nayami {
  align-items: flex-start !important;
  margin-bottom: 30px;
}
.nayamiImg {
  padding-right: 20px;
}
.nayamiImg img {
  width: 450px;
}
.nayamiTxt {
  width: 468px;
}
.nayamiTxt.full{
  width: 100%;  
}

.nayamiTxt p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.66
}
   @media screen and (max-width: 767px) {
     #board02 dl dd {
  display: none;
  padding-top: 15px;
  padding-bottom: 18px;
}

.cp-wrapper .d-flex.nayami {
  display: block !important;
  margin-bottom: 30px;
  width: 100%;
}
.nayamiImg {
  padding-right: 0px;
    text-align: center;
}
.nayamiImg img {
  width: 85%;

}
.nayamiTxt {
  width: 100%;
}
.nayamiTxt p {
  width: 85%;
  margin: 10px auto;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.66
}
     
     
     .nayamiTitimg{
       width: 130px;
       margin-bottom: 12px;
     }
     
     
}


.answerBox {
  background: url("../images/punch.png") 0 0 no-repeat #fff;
  background-size: 100% auto;
  padding: 50px 40px 40px 40px;
  margin-bottom: 30px;
}
.answerBox h4 {
  margin-bottom: 20px;
}
.answerImg {
  width: 400px;
  padding-right: 20px;
}
.answerImgFull{
  margin-bottom: 15px;
}

.answerTxt {
  width: 446px;
  font-size: 18px;
}
.other {
  margin: 65px auto 0px;
  border: 3px solid #fece3b;
  border-radius: 20px;
  position: relative;
  padding: 20px 20px 10px 30px;
}
.other:before {
  content: '';
  background: url("../images/otherTit.png") 0 0 no-repeat;
  display: block;
  width: 300px;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.other ul {
  width: 620px;
}
.other ul li {
  background: url("../images/chlIcon.png") 0 10px no-repeat;
  padding: 5px 10px 5px 30px;
  font-size: 18px;
  line-height: 1.66;
  border-bottom: 1px dashed #fece3b;
}
.other ul li:last-child {
  border-bottom: 0px
}
.closeBtn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}
   @media screen and (max-width: 767px) {
     
.answerBox {
  background: url("../images/punchsp.png") 0 0 no-repeat #fff;
  background-size: 100% auto;
  padding: 26px 20px 20px 20px;
  margin-bottom: 30px;
}
.answerBox h4 {
  margin-bottom: 20px;
}
     .answerBox h4 img{
       width: 91%;
     }
     .cp-wrapper .d-flex.answerFlex{
       display: block !important;
     }
.answerImg {
  width: 100%;
  text-align: center;
  padding: 0 2.5%;
  margin-bottom: 10px;
}
     .answerImgFull{
  margin-bottom: 15px;
       width: 93%;
}
     
.answerTxt {
  width: 100%;
    padding: 0 2.5%;
  font-size: 12px;
}
.other {
  margin: 65px auto 0px;
  border: 2px solid #fece3b;
  border-radius: 10px;
  position: relative;
  padding: 10px 10px 10px 10px;
}
.other:before {
  content: '';
  background: url("../images/otherTitsp.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 217px;
  height: 57px;
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
}
.other ul {
  width: 100%;
}
.other ul li {
  background: url("../images/chlIcon.png") 0 10px no-repeat;
  background-size: 16px auto;
  padding: 5px 10px 5px 20px;
  font-size: 12px;
  line-height: 1.66;
  border-bottom: 1px dashed #fece3b;
}
.other ul li:last-child {
  border-bottom: 0px
}
.closeBtn {
  width: 45%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
     
     
}


.board {
  background: url("../images/boared.png") 0 0 no-repeat;
  background-size: 100% auto;
  max-width: 1021px;
  width: 100%;
  margin: 80px auto;
  text-align: center;
  padding-top: 68%;
  position: relative;
}
.board p {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.66
}
@media screen and (max-width: 1000px) {
  .board p {
    font-size: 1.8vw
  }
}
   @media screen and (max-width: 767px) {
     .board {
  background: url("../images/boardsp.png") 0 0 no-repeat;
       background-size: 100% auto;
			 aspect-ratio:706 / 3175;
  max-width: 1021px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  padding-top: 148%;
  position: relative;
}
   .board p {
  position: absolute;
  top: 6.5%;
  left: 0;
  width: 100%;
  font-size: 4vw;
  line-height: 1.66
}  
}


#board03 {
  padding-bottom: 130px;
  background: #fff67f;
  position: relative;
}
.present {
  background: url("../images/present.png") 0 0 no-repeat;
  background-size: 100% auto;
  max-width: 1022px;
  width: 100%;
  position: relative;
  margin-top: -30px;
  text-align: center;
  padding-top: 101%;
}
.present p {
  position: absolute;
  top: 39%;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 375px;
  line-height: 1.66;
}
@media screen and (max-width: 1000px) {
  .present {
    margin-bottom: 50px;
  }
  .present p {
    font-size: 1.8vw
  }
}


.twBtn {
  display: block;
  background: url("../images/x.png") 90px center no-repeat #000000;
  max-width: 650px;
  width: 100%;
  max-height: 120px;
  margin: 0 auto;
  border-radius: 60px;
  color: #FFFFFF !important;
  padding-top: 28px;
  padding-bottom: 28px;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
.twBtn span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .twBtn {
    font-size: 2.4vw;
  }
  .twBtn span {
    font-size: 1.8vw
  }
}
.twBtn:after {
  content: '';
  background: url("../images/pa3Ph.png") 0 0 no-repeat;
  display: block;
  width: 139px;
  height: 125px;
  position: absolute;
  top: -8px;
  right: 22px;
}
#board03 .twBtn {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%)
}


   @media screen and (max-width: 767px) {
     #board03 {
  padding-bottom: 130px;
  background: #fff67f;
  position: relative;
}
.present {
  background: url("../images/presentsp.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 100%;
  position: relative;
  margin-top: -5px;
  text-align: center;
  padding-top: 101%;
}
.present p {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 375px;
  line-height: 1.66;
}
.twBtn {
  display: block;
  background: url("../images/x.png") 47px center no-repeat #000000;
  background-size: 32px 34px;
  width: 92.8%;
  max-height: 120px;
  margin: 0 auto;
  border-radius: 60px;
  color: #FFFFFF !important;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 3.2vw;
  position: relative;
}
.twBtn span {
  display: block;
  font-size: 2.4vw;
}     
.twBtn:after {
  content: '';
  background: url("../images/pa3Ph.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 70px;
  height: 62px;
  position: absolute;
  top: -2px;
  right: 12px;
}
#board03 .twBtn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%)
}     
}


.reply {
  position: relative;
  margin-top: -0px;
}
#board03:after {
  content: '';
  background: url(../images/wave02.png) center bottom no-repeat;
  display: block;
  width: 100%;
  height: 82px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

   @media screen and (max-width: 767px) {
     #board03 {
  padding-bottom: 60px;
  background: #fff67f;
  position: relative;
}
.present {
  background: url("../images/presentsp.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 100%;
  position: relative;
  margin-top: -5px;
  text-align: center;
  padding-top: 101%;
}
.present p {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 375px;
  line-height: 1.66;
}
.twBtn {
  display: block;
  background: url("../images/x.png") 47px center no-repeat #000000;
  background-size: 32px 34px;
  width: 92.8%;
  max-height: 120px;
  margin: 0 auto;
  border-radius: 60px;
  color: #FFFFFF !important;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 3.2vw;
  position: relative;
}
.twBtn span {
  display: block;
  font-size: 2.4vw;
}     
.twBtn:after {
  content: '';
  background: url("../images/pa3Ph.png") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 70px;
  height: 62px;
  position: absolute;
  top: -2px;
  right: 12px;
}
#board03 .twBtn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%)
}
     #board03:after {
  content: '';
  background: url(../images/wave02sp.png) center bottom no-repeat;
  background-size: 100% auto;
  display: block;
  width: 100%;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
}


#board04 {
  text-align: center;
  margin-top: 40px;
}
#board04 p {
  font-size: 18px;
  line-height: 1.66;
}
#board04 img {
  margin-bottom: 10px
}

   @media screen and (max-width: 767px) {
     #board04 {
  text-align: center;
       padding-top: 30px;
}
#board04 p {
  font-size: 12px;
  line-height: 1.66;
}
#board04 img {
  margin-bottom: 10px
}
     .sanka{
       width: 58%;
     }
     
}
