@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 {
  position: relative;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

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

.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: 16px;
  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;
}

.blue {
  color: #0000FF;
}

.lightgray {
  color: #999;
}

.p-0 {
  padding: 0;
}

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

/* header/footer
=================================== */
header h1 {
  background: linear-gradient(135deg, #4b0000 0%, #8b0000 100%);
  padding: 24px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
}
footer p {
  background: linear-gradient(135deg, #4b0000 0%, #8b0000 100%);
  padding: 1.2rem 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
}

/* about
=================================== */
.about {
  padding: 0;
}
.about__swiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.about .swiper-slide img {
  display: block;
  width: 100vw;
  height: 90.9vw;
  /* PC表示時は、横幅100％で縦幅は582.81px */
}
@media screen and (min-width: 769px) {
  .about .swiper-slide img {
    width: 100%;
    height: 582.81px;
  }
}
.about .swiper-pagination {
  position: static;
  margin-top: 18px;
}
.about .swiper-pagination-bullet {
  background: #d0d0d0;
  opacity: 1;
}
.about .swiper-pagination-bullet-active {
  background: #8b0000;
}
.about__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.about__ttl span {
  border-bottom: 1px solid #101112;
}
.about dl {
  margin-top: 0;
  line-height: 1.5em;
}
.about dl dt {
  font-weight: 700;
}
.about dl dd {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
}
.about dl dd ul {
  margin-top: 2rem;
}
.about dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/*-- 応募期間 --*/
.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: linear-gradient(135deg, #4b0000 0%, #8b0000 100%);
  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: #F6F6F6;
  padding: 1.25rem 1rem;
  font-size: 14px;
  font-weight: 500;
}
.subscription__ttl.is-upload {
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: #E0E0E0;
}
.subscription__img {
  padding: 3rem 0 1rem 0;
  text-align: center;
}
.subscription__Inn {
  padding: 0.5rem 0 2.125rem;
}
.subscription__Inn__itemList {
  padding: 15px 0;
}
.subscription__Inn__itemList:nth-child(1) {
  background: url(../images/item01.png) 10px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(2) {
  background: url(../images/item02.png) 10px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(3) {
  background: url(../images/item03.png) 10px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(4) {
  background: url(../images/item04.png) 10px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(5) {
  background: url(../images/item05.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__Inn__itemList:nth-child(6) {
  background: url(../images/item06.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__Inn__itemList:nth-child(7) {
  background: url(../images/item07.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__Inn__itemList:nth-child(8) {
  background: url(../images/item08.png) 20px 8px no-repeat;
  background-size: 60px 60px;
}
.subscription__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4em;
}
.subscription__row > * {
  height: 100%;
}
.subscription__label_row {
  display: flex;
  width: 100%;
  align-items: center;
}
.subscription__label_row p {
  width: 65%;
  padding-right: 0;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
}
.subscription__label_row p .subscription__label_row_caption {
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
.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;
  width: 35%;
}
.subscription__btnArea {
  padding: 0 0 43px;
}
.subscription__btn {
  display: block;
  width: 100%;
  max-width: 340px;
  background: linear-gradient(135deg, #4b0000 0%, #8b0000 100%);
  border-radius: 2.5rem;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
}
.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: solid #707070 1px;
  border-radius: 4px;
  padding: 11px;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}
.number:focus-visible, .input-text:focus-visible {
  border-color: linear-gradient(135deg, #4b0000 0%, #8b0000 100%);
}

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

.form-err-message {
  color: #F00;
  margin-top: 6px;
  font-weight: 700;
  font-size: 12px;
}

/*-- ラジオ --*/
.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: linear-gradient(135deg, #4b0000 0%, #8b0000 100%);
  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;
}

.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 #c9a227;
  border-bottom: 3px solid #c9a227;
  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: linear-gradient(135deg, #4b0000 0%, #8b0000 100%);
}

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

::placeholder {
  color: #999999;
}

select {
  color: #999999;
}

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

@media only screen and (min-width: 769px) {
  .select-list {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
}
textarea {
  border: 1px solid #666;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.2em 1em;
  width: 100%;
}
textarea:focus-visible {
  border-color: linear-gradient(135deg, #4b0000 0%, #8b0000 100%);
}

label {
  padding: 0.75rem;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
}

.math {
  width: 45%;
}

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

.item_math_right {
  text-align: right;
}

.ques2th_view {
  display: none;
}

/*-- 注釈 --*/
.anotation {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.8rem;
}
.anotation ul {
  line-height: 1.6em;
}
.anotation ul li {
  padding-left: 1em;
  font-size: 11px;
  text-indent: -1em;
  font-feature-settings: "palt";
}

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

@media screen and (min-width: 769px) {
  .item-image {
    width: 90px;
  }
}
/* accordion
=================================== */
.accordion {
  margin-bottom: 1rem;
}
.accordion__ttl {
  position: relative;
  background: #000;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
  font-size: 20px;
}
.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 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.accordion__contents.is-open {
  padding: 1.625rem 1rem 0;
  line-height: normal;
  height: auto;
  opacity: 1;
}
.accordion__block {
  box-shadow: 0 0 0.75rem #ccc;
  border-radius: 1rem;
  padding: 1.125rem;
  margin-bottom: 1.625rem;
}
.accordion__ex_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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: 16px;
}
.accordion__ex_ttl__txt .is-red {
  color: #FF0000;
}
.accordion__ex_img {
  margin: 1.125rem auto;
  text-align: center;
}
.accordion__ex_img.is-small {
  width: 50%;
}
.accordion__ex_txt {
  margin-top: 18px;
  line-height: 28px;
  font-weight: 700;
  font-size: 18px;
}
.accordion__ex_txt ul li {
  font-size: 16px;
  line-height: 24px;
}
.accordion__ex_txt ul li .is-red {
  color: #FF0000;
}
.accordion__ex_ng_row {
  display: flex;
  justify-content: space-between;
}
.accordion__ex_ng_row.is-center {
  justify-content: center;
}
.accordion__ex_ng_col {
  width: 47%;
  max-width: 172px;
}
.accordion__ex_ng_img {
  margin: 1rem auto 0.5rem;
  text-align: center;
}
.accordion__ex_ng_txt {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

/* terms
=================================== */
.terms__ttl {
  background: #E4E4E4;
  padding: 20px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.terms__Inn {
  width: calc(100% - 30px);
  height: 412px;
  overflow-y: scroll;
  padding: 1rem;
  margin: 1rem auto;
  line-height: 20px;
  background: #eee;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
}
.terms__Inn p {
  margin-bottom: 1rem;
}
.terms__Inn ul {
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-bottom: 1rem;
}
.terms__Inn ul li {
  padding-left: 0;
  text-indent: 0;
  list-style: disc;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.terms__Inn ul li ol li {
  list-style: decimal;
}
.terms__Inn a {
  text-decoration: underline;
}
.terms__Inn .sub_ttl p {
  font-size: 14px;
  border-left: 2px solid #000;
  border-bottom: 1px solid #666;
  padding: 3px 0 6px 12px;
  margin-top: 24px;
}
.terms__btnArea {
  padding: 2.5rem 1rem;
}
.terms__btnArea02 {
  padding: 0 1rem;
}
.terms__btnAgree {
  width: 100%;
  padding: 1rem 0;
  margin: 0 auto;
  text-align: center;
}
.terms__btn, .terms__btn02 {
  margin: 2rem auto;
  width: 100%;
  max-width: 340px;
  text-align: center;
}
.terms__btn.is-flex {
  display: flex;
  justify-content: space-between;
}
.terms__btn__confirm {
  width: 55%;
}
.terms__btn__confirm + .terms__btn__confirm {
  width: 40%;
}
.terms__btn02 {
  margin: 0 auto;
}
.terms__btnApply {
  display: block;
  background: #E4E4E4;
  padding: 1rem 0;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  pointer-events: none;
}
.terms__btnApply_color {
  display: block;
  background: linear-gradient(135deg, #4b0000 0%, #8b0000 100%);
  padding: 1rem 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
}
.terms__btnApply_back {
  display: block;
  background: #E4E4E4;
  padding: 1rem 0;
  width: 100%;
  color: #101112;
  font-weight: 700;
  font-size: 1.125rem;
}

/* work sheet
=================================== */
.work_sheet {
  padding: 16px 0 0;
}
.work_sheet.is-confirm {
  padding: 0;
}
.work_sheet__ttl {
  padding-bottom: 1.625rem;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.work_sheet dl {
  padding-bottom: 1px;
}
.work_sheet dl dt {
  background: #F6F6F6;
  padding: 0.5rem 1rem;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
}
.work_sheet dl dt .red {
  font-size: 13px;
  font-weight: 700;
  padding-left: 10px;
}
.work_sheet dl dt .black {
  font-size: 13px;
  font-weight: 700;
  padding-left: 10px;
}
.work_sheet dl dt .attention {
  color: red;
  font-size: 13px;
  font-weight: 700;
}
.work_sheet dl dd {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 1rem;
}
.work_sheet dl dd .ques li {
  padding: 0.35rem 0;
}
.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 dl dd input[type=text], .work_sheet dl dd input[type=number], .work_sheet dl dd input[type=tel], .work_sheet dl dd input[type=email] {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 3px;
  border: 2px solid #ddd;
  box-sizing: border-box;
}
.work_sheet dl dd textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border-radius: 3px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  min-height: 160px;
}
.work_sheet dl dd.is_select {
  position: relative;
}
.work_sheet dl dd.is_select:before {
  content: "以下より選択して下さい";
  position: absolute;
  top: 29px;
  left: 32px;
  font-size: 16px;
  color: #999;
  pointer-events: none;
}
.work_sheet dl dd.is_select:after {
  content: "";
  position: absolute;
  top: 34px;
  right: 2rem;
  border-top: 10px solid #666;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  pointer-events: none;
}
.work_sheet dl dd.is_select.is_selected:before {
  content: none;
}
.work_sheet dl dd select {
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  border: 2px solid #ddd;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.work_sheet dl.first_question dd {
  flex-direction: column;
}
.work_sheet dl.first_question dd div {
  margin-bottom: 0;
  padding: 7px 0;
  display: flex;
  align-items: center;
}
.work_sheet dl.first_question dd div input {
  width: 25px;
  height: 25px;
}
.work_sheet dl.first_question dd div label {
  width: calc(100% - 25px);
  padding: 0 0 0 1rem;
}
.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;
}

/* work sheet
=================================== */
.content_wrap {
  padding: 0;
}
.content_wrap.is-confirm {
  padding: 0;
}
.content_wrap__ttl {
  padding-bottom: 1.625rem;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.content_wrap dl {
  padding-bottom: 1px;
}
.content_wrap dl dt {
  background: #F6F6F6;
  padding: 0.5rem 1rem;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
}
.content_wrap dl dd {
  padding: 1rem;
  font-weight: 700;
  font-size: 1rem;
}
.content_wrap dl dd .ques li {
  padding: 0.35rem 0;
}
.content_wrap dl dd .ques_row {
  display: flex;
  flex-wrap: wrap;
}
.content_wrap dl dd .ques_row > li {
  flex: 0 0 50%;
  width: 50%;
}
.content_wrap .form_text {
  padding-bottom: 0;
}
.content_wrap .form_text dt {
  padding: 1rem;
}
.content_wrap .form_text__note {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
.content_wrap select {
  margin: 0;
  padding: 8px;
  color: #666;
  border: 1px solid #666;
  border-radius: 4px;
}

#other_question {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form_caption,
.comp_message {
  width: calc(100% - 30px);
  margin: 0 auto;
  line-height: 1.4;
  font-size: 16px;
}

.question_bottom.is_2col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.question_bottom_2col_item {
  width: calc(50% - 5px);
}
.question_bottom.is_tel {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.question_bottom_tel {
  width: calc(33% - 16px);
}
.question_bottom_tel_dash {
  padding: 10px 0 0 0;
}
.question_bottom label.is_no_padding {
  padding: 0;
}
.question_bottom label span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.question_bottom_box {
  margin-bottom: 16px;
}
.question_bottom_box.is_prize {
  display: flex;
  align-items: center;
}
.question_bottom_box.is_prize label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 0 20px;
  width: 100%;
  line-height: 1.6;
  font-feature-settings: "palt";
}
.question_bottom_box.is_prize label span {
  background: #666;
  color: #fff;
  font-weight: 700;
}
.question_bottom_box.is_prize label img {
  width: 100px;
}
.question_bottom.is_birthday {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.question_bottom.is_birthday select {
  width: calc(33.33% - 10px);
  display: block;
}
.question_bottom .is_delivery_wrap {
  width: calc(33.33% - 10px);
  display: flex;
  flex-direction: column;
}
.question_bottom.is_delivery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.question_bottom.is_delivery select {
  width: 100%;
  display: block;
}
.question_bottom .is_zipcode {
  display: flex;
  align-items: flex-start;
}
.question_bottom .is_zipcode span {
  font-size: 16px;
  padding: 12px;
  margin-right: 0;
}
.question_bottom .is_zipcode span:first-child {
  padding: 12px 12px 12px 0;
}
.question_bottom .is_zipcode span.error {
  font-size: 0.8rem;
}
.question_bottom .is_zipcode input {
  width: 100% !important;
}

.confirm_prize_img {
  width: 50%;
}

.p-region, .p-locality {
  background: #efefef;
}

.is_address_detail {
  margin-top: 14px;
}
.is_address_detail input:not(:last-child) {
  margin-bottom: 10px;
  width: 40% !important;
}
.is_address_detail label {
  display: block;
  margin-bottom: 14px;
}

.comp_gift_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  height: 80px;
  margin: 0 auto;
  margin-top: 45px;
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.comp_gift_btn a:hover {
  transform: translate(0, -2px);
  color: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.comp_gift_btn a span {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  text-align: center;
}
.comp_gift_btn a span:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: url(../images/icon_gift_white.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */