body#koeda {
  overflow: hidden;
  font-size: 14px;
  color: #4b0600;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  background: url(../images/bg_body.png);
  background-size: 50%;
  padding-top: 30px;
}
body#koeda a {
  color: #4b0600;
  text-decoration: none;
}
body#koeda a:hover {
  text-decoration: none;
}
body#koeda article, body#koeda aside, body#koeda body, body#koeda dd, body#koeda dl, body#koeda dt, body#koeda figcaption, body#koeda figure, body#koeda footer, body#koeda h1, body#koeda h2, body#koeda h3, body#koeda h4, body#koeda h5, body#koeda h6, body#koeda header, body#koeda html, body#koeda li, body#koeda nav, body#koeda ol, body#koeda p, body#koeda section, body#koeda ul {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.sp_only {
  display: none;
}

.inner {
  box-sizing: content-box;
  max-width: 1000px;
  padding: 0 3%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body#koeda {
    font-size: 12px;
    background: url(../images/bg_body.png);
    background-size: 100%;
    padding-top: 5px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 3%;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv .inner {
  max-width: 1086px;
  position: relative;
}
.mv .mv_pic {
  position: absolute;
  bottom: 18%;
  left: -35px;
  max-width: 223px;
}

@media screen and (max-width: 767px) {
  .mv .mv_pic {
    display: none;
  }
}
/*----------------------------------------------------- */
/*  products           */
/*----------------------------------------------------- */
body#koeda .inner_contents {
  max-width: 1086px;
}
body#koeda .contents {
  background: url(../images/bg_contents.png);
  background-size: 50%;
  border-radius: 0 0 20px 20px;
  padding-bottom: 80px;
}
body#koeda {
  /*--------  products  -------- */
}
body#koeda .products {
  padding: 50px 20px 0;
  margin-bottom: 30px;
  background: url(../images/bg_products.png) center no-repeat;
  background-size: 1003px;
}
body#koeda .products h2 {
  max-width: 560px;
  margin: 0 auto 40px;
}
body#koeda .products_txt {
  max-width: 620px;
  margin: 0 auto 20px;
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 500;
}
body#koeda .products_txt span {
  background: #fffe80;
}
body#koeda .products_note {
  max-width: 620px;
  margin: 0 auto 60px;
}
body#koeda .products_note p {
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
}
body#koeda .products_note span {
  background: #fffe80;
}
body#koeda .products_list_wrap {
  position: relative;
  max-width: 624px;
  margin: 0 auto 20px;
  padding-top: 90px;
  padding-bottom: 20px;
  background: url(../images/bg_products_01.png) left 2% bottom no-repeat;
  background-size: 51%;
}
body#koeda .products_list_wrap h3 {
  position: absolute;
  max-width: 299px;
  top: 0;
  right: 50%;
}
body#koeda .products_list {
  max-width: 510px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
body#koeda .products_list li {
  max-width: 221px;
  text-align: center;
}
body#koeda .products_list li p {
  margin-top: 5px;
  color: #2e2e2e;
}
body#koeda .products_list_note {
  font-size: 12px;
  color: #2e2e2e;
  text-align: right;
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  body#koeda .contents {
    background: url(../images/bg_contents.png);
    background-size: 100%;
    border-radius: 0 0 3.13vw 3.13vw;
    padding-bottom: 9.3vw;
  }
  body#koeda {
    /*--------  products  -------- */
  }
  body#koeda .products {
    padding: 15.6vw 3% 0;
    margin-bottom: 6.25vw;
    background: url(../images/bg_products_sp.png) left 30% top 5.6vw no-repeat;
    background-size: 94%;
  }
  body#koeda .products h2 {
    max-width: 70%;
    margin: 0 auto 7.81vw;
  }
  body#koeda .products_txt {
    margin: 0 auto 3.13vw;
    font-size: 3.75vw;
    font-weight: 500;
  }
  body#koeda .products_txt span {
    background: #fffe80;
  }
  body#koeda .products_note {
    margin: 0 auto 18.75vw;
  }
  body#koeda .products_note p {
    font-size: 3.13vw;
  }
  body#koeda .products_list_wrap {
    margin: 0 -3% 3.13vw;
    padding-top: 14.06vw;
    padding-bottom: 5vw;
    margin-bottom: 20.7vw;
    background: url(../images/bg_products_01_sp.png) left 3% bottom no-repeat;
    background-size: 51%;
  }
  body#koeda .products_list_wrap h3 {
    max-width: 42.72vw;
    top: 0;
    right: 50%;
  }
  body#koeda .products_list {
    gap: 5.38vw 0vw;
    justify-content: center;
    width: 90%;
  }
  body#koeda .products_list li {
    max-width: 50%;
    text-align: center;
  }
  body#koeda .products_list li img {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  body#koeda .products_list li p {
    margin-top: 5px;
    line-height: 1.3;
    font-size: 3.12vw;
  }
  body#koeda .products_list_note {
    width: 90%;
    font-size: 3.12vw;
    text-align: left;
    margin: 0 auto;
  }
}
/*----------------------------------------------------- */
/*  prize           */
/*----------------------------------------------------- */
body#koeda .prize {
  padding: 0 20px;
}
body#koeda .prize h2 {
  position: relative;
  z-index: 10;
}
body#koeda .prize_list {
  margin-top: -6px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-left: -20px;
  width: calc(100% + 20px);
}
body#koeda .prize_list li {
  position: relative;
}
body#koeda .prize_txt {
  position: absolute;
  left: 5%;
  bottom: 30px;
  padding-right: 3%;
}
body#koeda .prize_txt a {
  font-size: 15px;
  font-weight: 900;
  text-decoration: underline;
}
body#koeda .prize_txt p {
  margin-top: 5px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  body#koeda .prize {
    padding: 0 3%;
  }
  body#koeda .prize_list {
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
    gap: 3.1vw;
  }
  body#koeda .prize_list li:nth-child(1) {
    margin-left: -2%;
    width: 102%;
  }
  body#koeda .prize_txt {
    position: absolute;
    left: 5%;
    bottom: 25px;
    padding-right: 3%;
  }
  body#koeda .prize_txt a {
    font-size: 15px;
    font-weight: 900;
    text-decoration: underline;
  }
  body#koeda .prize_txt p {
    margin-top: 5px;
    font-size: 12px;
  }
}
/*----------------------------------------------------- */
/*  apply           */
/*----------------------------------------------------- */
body#koeda .apply {
  background: url(../images/bg_apply.png) center top 60px no-repeat;
  background-size: 1008px;
  padding: 80px 20px 0;
}
body#koeda .apply h2 {
  max-width: 560px;
  margin: 0 auto 30px;
}
body#koeda .web_apply_txt01 {
  max-width: 490px;
  font-size: 18px;
  margin: 0 auto 15px;
}
body#koeda .web_apply_note {
  max-width: 490px;
  margin: 0 auto 30px;
}
body#koeda .web_apply_note li {
  font-size: 15px;
  margin-left: 1em;
  text-indent: -1em;
}
body#koeda .web_sub_ttl {
  text-align: center;
  margin: 0 auto 30px;
}
body#koeda .web_sub_ttl span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #923700;
  border-radius: 999em;
  padding: 8px 25px;
}
body#koeda .step_list {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 0 auto 60px;
}
body#koeda .step_list li {
  max-width: 193px;
}
body#koeda .step_list li .ttl_pc {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: url(../images/bg_step.png) no-repeat;
  background-size: contain;
  width: 116px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto 30px;
}
body#koeda .step_list li img {
  display: block;
  margin: 0 auto;
}
body#koeda .step_list li p {
  font-size: 13px;
  font-weight: 500;
}
body#koeda .step_list li:nth-child(1) img {
  width: 150px;
  margin-top: -15px;
  margin-bottom: 20px;
}
body#koeda .step_list li:nth-child(2) img {
  width: 155px;
  margin-bottom: 20px;
}
body#koeda .step_list li:nth-child(3) .ttl_pc {
  width: 100px;
  background: #ffe46d;
}
body#koeda .step_list li:nth-child(3) img {
  width: 60px;
  margin-bottom: 45px;
}
body#koeda .web_receipt_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 30px auto 20px;
}
body#koeda .web_receipt_wrap .pic_pc {
  width: 27%;
}
body#koeda .web_receipt_wrap .pic_pc img {
  margin-top: -10px;
}
body#koeda .web_receipt_wrap .pic_sp {
  display: none;
}
body#koeda .web_receipt_wrap .txt {
  width: 70%;
}
body#koeda .web_receipt_wrap .txt_list01 {
  margin-bottom: 20px;
}
body#koeda .web_receipt_wrap .box {
  background: #f9f0e3;
  padding: 20px 25px;
  width: 280px;
}
body#koeda .web_receipt_wrap .box .txt_list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#koeda .web_receipt_wrap .box .txt_list02 li {
  width: 47%;
  font-size: 18px;
}
body#koeda .good {
  padding-left: 100px;
  background: url(../images/ttl_good.png) left top no-repeat;
  background-size: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4f2017;
  max-width: 600px;
  margin: 0 auto 20px;
}
body#koeda .good .good_txt01 {
  color: #e60012;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
body#koeda .good .good_txt02 {
  font-weight: 700;
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
}
body#koeda .bad {
  margin-top: 20px;
  padding-left: 100px;
  background: url(../images/ttl_bad.png) left top no-repeat;
  background-size: 80px;
  max-width: 600px;
  margin: 0 auto 60px;
}
body#koeda .bad .bad_txt01 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 5px;
}
body#koeda .bad .bad_txt02 {
  border: 1px solid #4f2017;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body#koeda .apply {
    background: url(../images/bg_apply_sp.png) center top 30px no-repeat;
    background-size: 93%;
    padding: 17.3vw 5% 0;
  }
  body#koeda .apply h2 {
    max-width: 71vw;
    margin: 0 auto 9.3vw;
  }
  body#koeda .web_apply_txt01 {
    font-size: 3.75vw;
    margin: 0 auto 10px;
  }
  body#koeda .web_apply_note {
    margin: 0 auto 14vw;
  }
  body#koeda .web_apply_note li {
    font-size: 3.12vw;
  }
  body#koeda .web_sub_ttl {
    margin: 0 auto 25px;
  }
  body#koeda .web_sub_ttl span {
    font-size: 4.6vw;
    padding: 2px 25px;
  }
  body#koeda .step_list {
    display: block;
    width: 90%;
    margin: 0 auto 60px;
  }
  body#koeda .step_list li + li {
    margin-top: 10.6vw;
  }
  body#koeda .step_list li {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-top: 13vw;
  }
  body#koeda .step_list li .pic {
    width: 45%;
  }
  body#koeda .step_list li .txt {
    width: 55%;
  }
  body#koeda .step_list li .ttl_pc {
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 3.43vw;
    width: 25.3vw;
    height: 7.8vw;
    line-height: 7.8vw;
  }
  body#koeda .step_list li img {
    display: block;
    margin: 0;
  }
  body#koeda .step_list li p {
    font-size: 3.75vw;
  }
  body#koeda .step_list li:nth-child(1) img {
    width: 90%;
    margin-top: -5px;
    margin-bottom: 0;
  }
  body#koeda .step_list li:nth-child(2) img {
    width: 75%;
    margin-bottom: 0;
  }
  body#koeda .step_list li:nth-child(3) .ttl_sp {
    width: 90px;
    background: #f9f0e3;
  }
  body#koeda .step_list li:nth-child(3) img {
    width: 30%;
    margin: 0 0 0 30%;
  }
  body#koeda .web_receipt_wrap {
    display: block;
    margin: 30px auto 30px;
  }
  body#koeda .web_receipt_wrap .pic_pc {
    width: 45%;
    margin: 0 auto 15px;
  }
  body#koeda .web_receipt_wrap .txt {
    width: 100%;
  }
  body#koeda .web_receipt_wrap .txt_list01 {
    margin-bottom: 20px;
    margin-left: 1em;
    text-indent: -1em;
  }
  body#koeda .web_receipt_wrap .box {
    width: 80%;
    padding: 15px 20px;
    margin: 0 auto;
  }
  body#koeda .web_receipt_wrap .box .txt_list02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body#koeda .web_receipt_wrap .box .txt_list02 li {
    width: 48%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  body#koeda .good {
    padding: 0 0 20px 23.4vw;
    background: url(../images/ttl_good.png) left top no-repeat;
    background-size: 17.5vw;
  }
  body#koeda .good .good_txt01 {
    margin-top: -5px;
    font-size: 3.75vw;
    margin-bottom: 10px;
  }
  body#koeda .good .good_txt02 {
    font-size: 3.12vw;
  }
  body#koeda .bad {
    padding: 0 0 0 23.4vw;
    background: url(../images/ttl_bad.png) left 3% top no-repeat;
    background-size: 14.5vw;
  }
  body#koeda .bad .bad_txt01 {
    margin-top: -5px;
    font-size: 3.75vw;
    line-height: 1.8;
  }
}
/*----------------------------------------------------- */
/*  kiyaku           */
/*----------------------------------------------------- */
body#koeda .kiyaku_accordion {
  max-width: 724px;
  border-radius: 20px;
  margin: 0 auto 50px;
  overflow: hidden;
}
body#koeda .kiyaku_accordion dt {
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 19px;
  font-weight: 700;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
body#koeda .kiyaku_accordion dt:hover {
  opacity: 0.7;
}
body#koeda .kiyaku_accordion dt::after {
  content: "";
  position: absolute;
  right: 27%;
  top: calc(50% - 10px);
  width: 23px;
  height: 20px;
  background: url(../images/ico_arrow.png) no-repeat;
  transform: rotate(-180deg);
  background-size: contain;
  transition: 0.3s ease-in-out;
}
body#koeda .kiyaku_accordion dt.active {
  border-radius: 19px 19px 0 0;
}
body#koeda .kiyaku_accordion dt.active::after {
  transform: rotate(0deg);
}
body#koeda .kiyaku_accordion dd {
  display: none;
  padding: 30px 20px;
  background: #fff;
  border-radius: 0 0 19px 19px;
}
body#koeda .web_kiyaku {
  border: 1px solid #923700;
}
body#koeda .web_kiyaku dt {
  background: #923700;
}
body#koeda .requirements_check {
  max-width: 540px;
  margin: 0 auto 35px;
}
body#koeda .checkbox {
  display: none;
}
body#koeda .checkbox_txt {
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
body#koeda .checkbox_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #4f2017;
  background: #fff;
}
body#koeda .checkbox:checked + .checkbox_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
body#koeda .checkbox:checked + .checkbox_txt::before {
  background: #4f2017;
}
body#koeda .requirements_list {
  display: flex;
  justify-content: space-between;
  max-width: 630px;
  margin: 0 auto 60px;
}
body#koeda .requirements_list li {
  width: 49%;
}
body#koeda a.requirements_btn {
  display: block;
  height: 70px;
  width: 100%;
  background: #19287f;
  border-radius: 50px;
  text-align: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body#koeda a.requirements_btn span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
body#koeda a.requirements_btn {
  transition: 0.3s ease-in-out;
}
body#koeda a.requirements_btn:hover {
  opacity: 0.7;
}
body#koeda .disabled {
  opacity: 0.2 !important;
  pointer-events: none;
}
body#koeda .requirements_note {
  max-width: 522px;
  font-weight: 500;
  font-size: 13px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body#koeda .kiyaku {
    padding: 0 5%;
  }
  body#koeda .kiyaku_accordion {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  body#koeda .kiyaku_accordion dt {
    font-size: 4.6vw;
    border-radius: 9px;
    padding: 14px 0;
  }
  body#koeda .kiyaku_accordion dt::after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
  }
  body#koeda .kiyaku_accordion dt.active {
    border-radius: 9px 9px 0 0;
  }
  body#koeda .kiyaku_accordion dd {
    display: none;
    padding: 20px 10px;
  }
  body#koeda .requirements_check {
    margin-bottom: 50px;
  }
  body#koeda .requirements_check {
    max-width: 59vw;
    margin: 0 auto 20px;
  }
  body#koeda .checkbox_txt {
    display: block;
    padding-left: 40px;
    font-size: 3.47vw;
    line-height: 1.4;
    position: relative;
  }
  body#koeda .checkbox_txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 26px;
    height: 26px;
    border: 3px solid #4f2017;
  }
  body#koeda .checkbox:checked + .checkbox_txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 11px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  body#koeda .requirements_list {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
  }
  body#koeda .requirements_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  body#koeda a.requirements_btn {
    height: 23.4vw;
    font-size: 18px;
    border-radius: 5.4vw;
  }
  body#koeda a.requirements_btn span {
    font-size: 12px;
  }
  body#koeda .requirements_note {
    font-size: 10px;
  }
}
/*----------------------------------------------------- */
/*  contact           */
/*----------------------------------------------------- */
body#koeda .contact {
  margin-top: 80px;
  padding-bottom: 80px;
}
body#koeda .contact_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
body#koeda .contact_txt01 {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}
body#koeda .contact_txt02 {
  text-align: center;
  max-width: 422px;
  font-size: 14px;
  font-weight: 900;
  margin: 0 auto;
}
body#koeda .contact_note {
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 70px;
}
body#koeda .btn_bland {
  max-width: 511px;
  margin: 0 auto;
}
body#koeda .btn_bland a {
  transition: 0.3s ease-in-out;
}
body#koeda .btn_bland a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  body#koeda .contact {
    margin-top: 12.5vw;
    padding-bottom: 14vw;
  }
  body#koeda .contact_ttl {
    font-size: 3.75vw;
    margin-bottom: 20px;
  }
  body#koeda .contact_txt01 {
    font-size: 3.75vw;
  }
  body#koeda .contact_note {
    font-size: 3.12vw;
    margin-bottom: 18.75vw;
  }
  body#koeda .contact_txt02 {
    font-size: 3.12vw;
  }
  body#koeda .btn_bland {
    width: 85%;
  }
}/*# sourceMappingURL=style.css.map */