@charset "UTF-8";
@media screen and (min-width: 769px) {
  /* PC 769px以上 */
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* タブレット 768px以下 */
}
@media screen and (max-width: 480px) {
  /* スマートフォン 480px以下 */
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  background: #fff;
}

.wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.h-mv img {
  width: 100%;
}

.h_cp_date {
  padding: 20px 0 14px;
  background: #1A4292;
}
.h_cp_date_head {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}
.h_cp_date_body {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}
.h_cp_date_body span {
  font-size: 18px;
  margin-right: 5px;
}

.content_wrap {
  margin-top: 24px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content_wrap_desc {
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
}

.f-14 {
  font-size: 0.875rem;
}

.red {
  color: #FF0000;
}

.lightgray {
  color: #999;
}

.p-0 {
  padding: 0;
}

.mt-3 {
  margin-top: 3rem;
}

/* header/footer
=================================== */
header h1 {
  padding: 11.5px 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #222;
}

footer p {
  background: #333;
  padding: 1.2rem 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
}

/* about
=================================== */
.about {
  padding: 0 0 1.25rem;
}
.about__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.about__ttl span {
  border-bottom: 1px solid #101112;
}
.about dl {
  margin-top: 28px;
  line-height: 1.5em;
}
.about dl dt {
  padding: 3px 0 6px 10px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border-left: 4px solid #222;
}
.about dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.about dl dd ul {
  margin-top: 2rem;
}
.about dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.about dl dd span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}

/*-- 応募期間 --*/
.period-list {
  text-align: center;
}

.period-list dt {
  background: #F2F2F2;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8rem;
}

@media screen and (min-width: 769px) {
  .period-list dt {
    font-size: 20px;
    padding: 10px;
  }
}
.period-list dd {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem;
}

@media screen and (min-width: 769px) {
  .period-list dd {
    font-size: 28px;
    padding: 10px;
  }
}
.period-list dd small {
  font-size: 0.6em;
}

.period-list dd span {
  color: #FFF;
  display: inline-block;
  font-size: 0.6em;
  line-height: 1;
  position: relative;
  top: -0.15em;
}

.period-list dd span::after {
  background: #333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1.5em;
  left: 50%;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.5em;
  z-index: -1;
}

.period-list dd span:nth-of-type(1) {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.period-list dd span:nth-of-type(2) {
  margin-left: 0.5em;
}

/* subscription
=================================== */
.upload-btn {
  text-align: center;
}

.image_cancel__btn {
  background: #36B6F5;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  text-align: center;
  color: #fff;
}
.image_cancel__btn:hover {
  filter: brightness(110%);
}

.subscription__ttl {
  background: #222;
  padding: 10px 1rem;
  display: flex;
  justify-content: space-between;
}
.subscription__ttl span.red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 4px 7px;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  background: #E6021B;
}
.subscription__ttl span:last-child {
  width: calc(100% - 48px);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.subscription__ttl.is-upload {
  padding: 1rem;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: #000;
}
.subscription__ttl.is-upload span:last-child {
  text-align: left;
}
.subscription__img {
  padding: 0 0 1rem 0;
  text-align: center;
}
.subscription__Inn {
  padding: 0.5rem 0;
}
.subscription__Inn:last-child {
  margin-bottom: 35px;
}
.subscription__Inn__itemList {
  margin-bottom: 1rem;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  background: #fff;
}
.subscription__Inn__itemList:last-child {
  margin-bottom: 0;
}
.subscription__Inn.is_confirm {
  border-radius: 10px;
  padding: 0;
}
.subscription__Inn.is_confirm.bg_gold {
  background: linear-gradient(32.45deg, #F2D664 0.59%, #F7F7C6 39.11%, #F7F7C6 65.8%, #F2D664 99.4%);
}
.subscription__Inn.is_confirm.bg_yellow {
  background: #FFFCD6;
}
.subscription__Inn.is_confirm.bg_green {
  background: #E6FAE1;
}
.subscription__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4em;
}
.subscription__row > * {
  height: 100%;
}
.subscription__row.is_confirm {
  margin-bottom: 0;
  padding: 1.25rem 1rem;
}
.subscription__label_row {
  display: flex;
  width: 100%;
  align-items: center;
}
.subscription__label_row_img {
  width: 35%;
  padding: 0;
}
.subscription__label_row_img.is_avocado {
  width: 24%;
}
.subscription__label_row_img img {
  width: 100%;
}
.subscription__label_row_name {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 65%;
  padding: 0 15px 0 20px;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
}
.subscription__label_row_name.is_avocado {
  width: 76%;
  padding: 0 8px 0 16px;
}
.subscription__label_row_name_caption {
  font-size: 10px !important;
}
.subscription__label_row_name .subscription__label_row_caption {
  width: 100%;
  font-size: 10px;
  font-weight: 400;
}
.subscription__label_row_caption {
  font-size: 11px;
  padding: 0 6px 10px;
  line-height: 1.6;
  color: red;
}
.subscription__label_row__img {
  width: 40% !important;
}
.subscription__label_row__img.is-small {
  padding: 0 16px;
}
.subscription__label_row__itemName {
  width: 60% !important;
  padding-left: 0;
}
.subscription__label_row__itemNum {
  font-size: 20px !important;
  padding-right: 10px;
}
.subscription__label_row span {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
}
.subscription__btnArea {
  padding: 0 0 32px 0;
}
.subscription__btn {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 4px;
  width: 350px;
  max-width: 640px;
  height: 62px;
  background: #5CB531;
  box-shadow: 0px 4px 0px #3A960E;
  border-radius: 100px;
  align-self: stretch;
}
.subscription__btn:hover {
  filter: brightness(110%);
}
.subscription__coution__ttl {
  margin-bottom: 22px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
}
.subscription__coution ul {
  line-height: 21px;
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 14px;
}
.subscription__coution ul li {
  padding-left: 0;
  text-indent: 0;
  font-weight: 400;
  font-feature-settings: normal;
  font-size: 14px;
}
.subscription__coution ul li .is-bold {
  font-weight: 700;
}
.subscription__coution ul li .is-red {
  color: #FF0000;
}

.number, .input-text {
  border: 2px solid #b3b3b3;
  border-radius: 4px;
  padding: 0 16px;
  height: 50px;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}
.number:focus-visible, .input-text:focus-visible {
  border-color: #36B6F5;
}

.input-text {
  width: 100%;
  min-height: 50px;
  font-weight: 400;
}

.form-err-message {
  color: #F00;
  margin-top: 0;
  font-weight: 400;
  font-size: 0.8rem;
}
.form-err-message .error {
  margin-top: 8px;
  display: block;
}

/*-- ラジオ --*/
.radio-list {
  line-height: 1.2;
}

.radio-list li {
  margin-bottom: 6vw;
  margin-right: 4vw;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .radio-list li {
    margin-bottom: 1.5em;
    margin-right: 1em;
  }
}
.radio-list li input[type=radio] {
  display: none;
  line-height: 1;
}

.radio-list li label {
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
}

.radio-list li input[type=radio] + label::before {
  background: #FFF;
  border: 2px solid #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 1.2em;
}

.radio-list li input[type=radio] + label::after {
  border-radius: 50%;
  background: #36B6F5;
  position: absolute;
  content: "";
  display: block;
  height: 0.6em;
  opacity: 0;
  left: 0.3em;
  transform: translateY(-50%);
  transition: 0.2s;
  top: 50%;
  width: 0.6em;
}

.radio-list li input[type=radio]:checked + label::after {
  opacity: 1;
}

/*-- チェック --*/
.check-list {
  line-height: 1.2;
}

.check-list li {
  margin-right: 4vw;
}

@media only screen and (min-width: 769px) {
  .check-list li {
    margin: 0;
  }
}
.check-list li input[type=checkbox] {
  display: none;
}

.check-list li label {
  cursor: pointer;
  padding-left: 1.6em;
  position: relative;
  font-size: 18px;
  color: #3a960e;
}

.check-list li input[type=checkbox] + label::before {
  background: #FFF;
  border: 2px solid #707070;
  border-radius: 0.2rem;
  content: "";
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 1.2em;
}

.check-list li input[type=checkbox] + label::after {
  border-right: 3px solid #3a960e;
  border-bottom: 3px solid #3a960e;
  position: absolute;
  content: "";
  display: block;
  height: 0.6em;
  opacity: 0;
  left: 0.4em;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
  top: calc(50% - 0.05em);
  width: 0.4em;
}

.check-list li input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.check-list li.mg-r0 {
  margin-right: 0;
}

/*-- セレクト --*/
.select-list {
  border: 2px solid #707070;
  border-radius: 0.04rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6vw;
  padding: 1.2em 2em;
  text-align: center;
  width: 100%;
}

.select-text {
  border: 2px solid #707070;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1.2em 2em;
  width: 100%;
}
.select-text:focus-visible {
  border-color: #36B6F5;
}

::-moz-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

select {
  color: #999999;
}

option {
  color: #000;
}
option:first-child {
  color: #ccc;
}

@media only screen and (min-width: 769px) {
  .select-list {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
}
textarea {
  border: 2px solid #707070;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1.2em 1em;
  width: 100%;
}
textarea:focus-visible {
  border-color: #36B6F5;
}

label {
  padding: 0.75rem;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}

.math {
  width: 45%;
}

.item_math, .item_math_right {
  max-width: 76px;
  width: 100%;
}
.item_math.is_confirm, .item_math_right.is_confirm {
  font-size: 24px;
  font-weight: 700;
}
.item_math input, .item_math_right input {
  width: 100%;
}

.item_math_right {
  text-align: right;
}

.ques2th_view {
  display: none;
}

/*-- 注釈 --*/
.anotation {
  margin-top: 1.6rem;
}
.anotation li {
  padding-left: 18px;
  margin-bottom: 0.8rem;
  font-size: 12px;
  font-feature-settings: "palt";
  color: #333;
  position: relative;
}
.anotation li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*-- サムネイル画像 --*/
.item-image {
  width: 35%;
}

@media screen and (min-width: 769px) {
  .item-image {
    width: 90px;
  }
}
/* accordion
=================================== */
.accordion {
  width: calc(100% - 2rem);
  margin: 0 auto;
}
.accordion__ttl {
  position: relative;
  background: #f2f2f2;
  padding: 13px 0;
  text-align: center;
  color: #222;
  line-height: 24px;
  font-weight: 700;
  font-size: 20px;
  text-indent: -8px;
  border: 2px solid #666;
}
.accordion__ttl:after {
  content: "\e145";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-family: "Material Icons";
  font-size: 1.5rem;
}
.accordion__ttl.is-active:after {
  content: "\e15b";
}
.accordion__contents {
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
}
.accordion__contents.is-open {
  padding: 1.625rem 1rem 0;
  line-height: normal;
  height: auto;
  opacity: 1;
}
.accordion__block {
  padding: 0;
  margin-bottom: 1.625rem;
}
.accordion__ex_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.accordion__ex_ttl__img {
  flex: 0 0 100px;
  width: 84px;
  text-align: center;
}
.accordion__ex_ttl__txt {
  line-height: 28px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.accordion__ex_ttl__txt.text-align-left {
  text-align: left;
}
.accordion__ex_ttl__txt .is-red {
  color: #FF0000;
}
.accordion__ex_img {
  margin: 1.125rem auto;
  text-align: center;
}
.accordion__ex_img.is-small {
  width: 70%;
}
.accordion__ex_txt {
  margin-top: 18px;
  line-height: 28px;
  font-weight: 700;
  font-size: 18px;
}
.accordion__ex_txt ul li {
  padding: 0 0 0 24px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}
.accordion__ex_txt ul li .is-red {
  color: #FF0000;
}
.accordion__ex_txt ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.accordion__ex_txt ul li.is_another_list_style:before {
  content: "※";
}
.accordion__ex_ng_row {
  display: flex;
  justify-content: center;
}
.accordion__ex_ng_row.is-center {
  justify-content: center;
}
.accordion__ex_ng_col {
  width: 41%;
  padding: 8px;
}
.accordion__ex_ng_txt {
  margin-top: 6px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-feature-settings: "palt";
}
.accordion__ex_ok_row {
  display: flex;
  justify-content: space-between;
}
.accordion__ex_ok_row.is-center {
  justify-content: center;
}
.accordion__ex_ok_col {
  width: 50%;
  margin-top: 5px;
}
.accordion__ex_ok_col_other {
  width: 50%;
  padding: 15px 0 0;
}
.accordion__ex_ok_1col {
  padding: 0;
}
.accordion__ex_ok_img {
  margin: 0;
  text-align: center;
}
.accordion__ex_ok_img.width-88 {
  width: 88%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.accordion__ex_pp {
  margin-top: 24px;
}
.accordion__ex_pp_ttl {
  font-size: 16px;
  margin-bottom: 4px;
}
.accordion__ex_pp_txt {
  line-height: 1.6;
}
.accordion__ex_pp_txt:not(:last-child) {
  margin-bottom: 20px;
}
.accordion__ex_pp_txt a {
  color: blue;
  text-decoration: underline;
}

/* terms
=================================== */
.terms__ttl {
  background: #E4E4E4;
  padding: 20px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.terms__Inn {
  width: calc(100% - 20px);
  height: 412px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1rem;
  margin: 1rem auto;
  line-height: 20px;
  border: 1px solid #ddd;
  position: relative;
  font-weight: 400;
  font-size: 14px;
}
.terms__Inn p {
  margin-bottom: 1rem;
  font-feature-settings: "palt";
}
.terms__Inn ul {
  margin-bottom: 1rem;
}
.terms__Inn ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.terms__Inn a {
  text-decoration: underline;
  word-wrap: break-word;
}
.terms__btnArea {
  padding: 2.5rem 1rem;
}
.terms__btnArea02 {
  padding: 0 1rem;
}
.terms__btnAgree {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  max-width: 640px;
  height: 62px;
  background: #E6FAE1;
  border: 2px solid #5CB531;
  box-shadow: 0px 3px 0px #5CB531;
  border-radius: 100px;
}
.terms__btn, .terms__btn02 {
  margin: 2rem auto;
  width: 100%;
  max-width: 340px;
  text-align: center;
}
.terms__btn__confirm + .terms__btn__confirm, .terms__btn__confirm + .terms__btn02__confirm, .terms__btn02__confirm + .terms__btn__confirm, .terms__btn02__confirm + .terms__btn02__confirm {
  margin-top: 1.5rem;
}
.terms__btn02 {
  margin: 0 auto;
}
.terms__btnApply {
  color: #666;
  font-weight: 700;
  font-size: 1.125rem;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  max-width: 640px;
  height: 62px;
  background: #efefef;
  box-shadow: 0px 4px 0px #ddd;
  border-radius: 100px;
  pointer-events: none;
}
.terms__btnApply.is_active {
  color: #fff;
  background: #5CB531;
  box-shadow: 0px 4px 0px #3A960E;
}
.terms__btnApply_color {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 4px;
  width: 350px;
  max-width: 640px;
  height: 62px;
  background: #5CB531;
  box-shadow: 0px 4px 0px #3A960E;
  border-radius: 100px;
}
.terms__btnApply_back {
  color: #3A960E;
  font-weight: 700;
  font-size: 1.125rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 8px;
  width: 350px;
  max-width: 640px;
  height: 62px;
  background: #E6FAE1;
  border: 2px solid #5CB531;
  box-shadow: 0px 3px 0px #5CB531;
  border-radius: 100px;
}

.has_indent {
  display: flex;
  margin-bottom: -18px;
}

/* work sheet
=================================== */
.work_sheet {
  padding: 1.625rem 0 0;
}
.work_sheet.is-confirm {
  padding: 0;
}
.work_sheet__ttl {
  padding: 11.5px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #000;
}
.work_sheet__ttl span {
  font-size: 16px;
}
.work_sheet dl {
  padding-bottom: 1px;
}
.work_sheet dl dt {
  background: #F6F6F6;
  padding: 0.5rem 1rem;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
}
.work_sheet dl dd {
  padding: 1rem;
  font-weight: 700;
  font-size: 1rem;
}
.work_sheet dl dd .ques {
  font-weight: 500;
}
.work_sheet dl dd .ques li {
  padding: 0.35rem 0;
}
.work_sheet dl dd .ques.mb10 {
  margin-bottom: 10px;
}
.work_sheet dl dd .ques_row {
  display: flex;
  flex-wrap: wrap;
}
.work_sheet dl dd .ques_row > li {
  flex: 0 0 50%;
  width: 50%;
}
.work_sheet .form_text {
  padding-bottom: 0;
}
.work_sheet .form_text dt {
  padding: 1rem;
}
.work_sheet .form_text__note {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}

p.item-image.subscription__label_row__img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
}
p.item-image.subscription__label_row__img img {
  width: 75%;
}

.t_idx_wrap_item {
  display: flex;
  justify-content: space-between;
}
.t_idx_wrap_item span:last-child {
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.t_idx_wrap_item span.red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 4px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  background: #E6021B;
}

.question_head {
  display: flex;
  justify-content: space-between;
}
.question_head span:last-child {
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.question_head span.red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 4px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  background: #E6021B;
}

.question_bottom_box {
  margin: 0;
  display: flex;
}

.question_bottom_box label span {
  font-size: 14px;
}

.question_bottom_box {
  margin: 12px 0;
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.question_bottom_box input {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.question_bottom_box .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}
.question_bottom_box .outside.is_checkbox {
  border-radius: 4px;
}
.question_bottom_box .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #000;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}
.question_bottom_box .inside.is_checkbox {
  position: relative;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  background: #000;
  left: 0;
  top: 0;
  background: #000;
}
.question_bottom_box .inside.is_checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.no-transforms .question_bottom_box .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

.question_bottom_box input:checked + .outside .inside {
  animation: radio-select 0 linear;
  transform: scale(1, 1);
}
.no-transforms .question_bottom_box input:checked + .outside .inside {
  width: 20px;
  height: 20px;
}

@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.item_list_accordion {
  position: relative;
  border-radius: 8px;
}
.item_list_accordion_ttl {
  padding: 11.5px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #222;
  position: relative;
  border-radius: 8px;
}
.item_list_accordion_ttl:-webkit-details-marker {
  display: none; /* デフォルトの矢印を消す */
}
.item_list_accordion_ttl:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 16px;
  width: 16px;
  height: 2px;
  background: #222;
}
.item_list_accordion_ttl:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 16px;
  width: 16px;
  height: 2px;
  background: #222;
  transform: rotate(90deg);
}
.item_list_accordion_ttl.bg_black {
  color: #fff;
  background: #000;
  border-radius: 0 !important;
}
.item_list_accordion_ttl.bg_black:before, .item_list_accordion_ttl.bg_black:after {
  background: #fff;
}
.item_list_accordion_body {
  padding: 1rem;
}
.item_list_accordion_body_desc {
  margin-bottom: 15px;
  font-size: 10px;
  text-align: center;
}
.item_list_accordion_body_caption {
  text-align: center;
  font-size: 10px;
}
.item_list_accordion.bg_gold {
  background: linear-gradient(32.45deg, #F2D664 0.59%, #F7F7C6 39.11%, #F7F7C6 65.8%, #F2D664 99.4%);
}
.item_list_accordion.bg_gold .item_list_accordion_ttl {
  background: linear-gradient(5.41deg, #D4AB4F 2.72%, #F6E493 94.08%);
}
.item_list_accordion.bg_yellow {
  background: #FFFCD6;
}
.item_list_accordion.bg_yellow .item_list_accordion_ttl {
  background: #FFF33F;
}
.item_list_accordion.bg_green {
  background: #E6FAE1;
}
.item_list_accordion.bg_green .item_list_accordion_ttl {
  background: #5CB531;
}
.item_list_accordion[open] .item_list_accordion_ttl {
  border-radius: 8px 8px 0 0;
}
.item_list_accordion[open] .item_list_accordion_ttl:after {
  transform: rotate(0deg);
}

.wrapper_present_link {
  position: relative;
}

.present_link_anchor {
  position: absolute;
  width: 100%;
  height: 130vw;
  top: 0;
  left: 0;
}

.present_link_banana1 {
  display: block;
  width: 100%;
  height: 37vw;
  margin-bottom: 18px;
}

.present_link_banana2 {
  display: block;
  width: 100%;
  height: 46vw;
}

.top_receipt_example_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.top_receipt_example_ttl:before,
.top_receipt_example_ttl:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #666;
}

.top_receipt_example_ttl:before {
  margin-right: 1rem;
}

.top_receipt_example_ttl:after {
  margin-left: 1rem;
}

.top_receipt_example_img {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.top_receipt_example_desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.confirm_ttl_1 {
  background: #F2F2F2;
  padding: 10px 1rem;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.confirm_ttl_2 {
  padding: 10px 1rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  background: #000;
}

.comp_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.comp_desc_list {
  margin-top: -16px !important;
}
.comp_desc_list li {
  padding-left: 0 !important;
  text-indent: 0 !important;
  font-size: 14px;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}

.wrapper_first_enquete.display_none {
  display: none;
}/*# sourceMappingURL=style.css.map */