@charset 'UTF-8';
.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
  width: 95%;
}
a:hover {
  opacity: 0.6;
  border: none;
}
img {
  display: block;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start; /* 追加 */
}
body {
  background-color: #fffdf4;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif; //ページ全体に適用する場合
}
/*PC・SP切り分け*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* header,
main {
  margin: 0 auto;
} */

/* 共通
-----------------------------------*/
:root {
  --form-wide: calc(100% - 4% - 2px);
  --green: #1e59ac;
  --font-maru: "Zen Maru Gothic";
}

.sect-tit {
  text-transform: uppercase;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.left {
  text-align-last: left;
}
.txt--green {
  color: var(--green);
}
.hideTxt {
  font-size: 0;
}
.hideTxt span.required {
  background-color: transparent !important;
  border: transparent !important;
}

/* 背景色 */

/* Layout
-----------------------------------*/
.l-content--sp {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  background: rgba(235, 240, 245, 1.0);
}
.cont--white {
  width: 95%;
  background-color: #fff;
  border-radius: 0.9375rem;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 2rem 1.25rem 1.05rem;
  margin: 2rem auto;
}

.l-main {
  width: 100%;
  display: inline-block;
}

/* HEADER
-----------------------------------*/
.l-header {
  background-color: #fff;
  padding: 1rem 0 0 0;
}
.l-header img {
  width: 13.75rem;
}

/* Ribbon
-----------------------------------*/
.l-ribbon {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

/* Campaign
-----------------------------------*/
.l-campaign {
  width: 95%;
  margin: 0 auto;
}
.l-campaign {
  padding: 1rem 0 0;
}
/* dueDate
-----------------------------------*/
.l-due-date {
  position: relative;
  top: 1.5rem;
}
.l-due-date img {
  width: 90%;
}
.l-due-date .txt-area {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  background-color: #fff;
  border-radius: 0.5rem;
  color: #e20a0a;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  width: 80%;
}
.l-due-date .txt-area p {
  margin: 0;
  text-align: center;
}
.l-due-date .txt-area span {
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 1.3rem;
}

/* Target
-----------------------------------*/
.l-target {
  position: relative;
  top: 1rem;
  margin: 40px 0 0 0;
}
.l-target img {
  width: 90%;
}
.target__txt-area {
  position: absolute;
  left: 50%;
  top: 35%;
  bottom: 0rem;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
  border-radius: 0.5rem;
  color: #2b2b2b;
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  width: 70%;
}
.target__txt-area p {
  margin: 0;
  text-align: center;
}
.target__txt-area span {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 1.3rem;
}

/* onayami
-----------------------------------*/
.l-onayami {
  margin: 30px auto 5px auto;
  background-color: #fff;
  padding-bottom: 5px;
}

/* oshiete
-----------------------------------*/
.l-oshiete {
  padding: 20px 20px 30px 15px;
}

/* Questionnaire
-----------------------------------*/
/*
・bgの色ストライプの透過？調整
 */
.l-questionnaire {
  background: url(../images/form_bg_240717.png) no-repeat center/ cover;
  background-color: #bfeadb;
  padding: 2rem 2% 4.0625rem 2%;
}

/*Form
-----------------------------------*/
.l-questionnaire--wrap {
  display: block;
}
.form__cont {
  padding-bottom: 1rem;
}
.formTxt {
  display: block;
  padding-bottom: 0.5rem;
}

form .dl-wrapper {
  position: relative;
}
form .small {
  position: absolute;
  top: 2rem;
  left: 1rem;
  font-size: 80%;
}
form .dl-wrapper .formTxt {
  padding-bottom: 2rem !important;
}
.form__check .formTxt {
  margin-bottom: 0;
}
.item--checkbox label {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1rem;
  padding-left: 0.5rem;
}

/* select */
.form-selection {
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid black;
  border-radius: 1%;
}
.form-selection label {
  border-radius: 50px;
}
.select--wrap {
  position: relative;
}
.select--wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
/* .select--wrap::after {
  display: block;
  content: "";
  width: 3rem;
  height: 2.9rem;
  background-color: #fff;
  position: absolute;
  top: 0.1rem;
  right: 0px;
  z-index: -1;
} */

.box--green {
  border-radius: 0.5rem;
  border: 2px solid #1e59ac;
  padding: 0.7rem 0.5rem;
  width: var(--form-wide);
  font-size: 1rem;
}
.item-wrap {
  display: block;
  padding: 1rem 0;
}
#form_submit {
  text-align: center;
}
.form__btn {
  height: 4rem;
  width: 95%;
  color: #ffeb3b;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  border-radius: 0.5rem !important;
  background: var(--green);
  margin: 0 -5% 0 auto !important;
  padding: 0.2rem 0.1rem !important;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
  font-family: ;
}
/* checkbox */
.checkbox-list {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  width: 300px;
}
.checkbox-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  display: flex;
  align-items: center;
}
.checkbox-list li:last-child {
  border-bottom: none;
}
input[type="checkbox"] {
  border-radius: 0;
  accent-color: #1e59ac;
  color: #fff;
}
.item-checkbox + label:before {
  border-radius: 0;
}

.submit--wrap {
  position: relative;
}
.submit--wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375em 0.64952em;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  top: 55%;
  right: 40px;
  transform: translateY(-50%);
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  content: "";
  border-width: 8px 0 8px 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
}
.arrow-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375em 0.64952em;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  top: 0.2rem;
  right: 0.5rem;
  transform: translateY(-50%);
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  content: "";
  border-width: 8px 0 8px 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
}

.form__submit::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.form__submit:hover {
  background: #44c6f2;
  color: #fff;
}

/*note
-----------------------------------*/
.l-note h1 {
  font-size: 1.125rem;
}
.note__list li {
  padding-bottom: 1rem;
  font-size: 0.875rem;
}
.note__list li:last-child {
  padding-bottom: 0;
}

/*Footer
-----------------------------------*/
.apply--btn {
  position: fixed;
  bottom: -1px;
  max-width: 30rem;
  transform: translateY(100%);
  transition: all 0.3s ease 0s;
}
.is-in .apply--btn {
  transform: translateY(0);
}
.apply--btn a {
  transition: all 0.3s ease 0s;
}
.copyright {
  background-color: #0f3e81;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  font-size: 80%;
}

/* レスポンシブ
-----------------------------------*/

@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

/* ==============================
    FORM
 ============================== */

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */

form#mail_form * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

form#mail_form {
  width: 95%;
  font-size: 100%;
  margin: 20px auto 50px;
  padding: 20px 0;
  background: #ffffff;
  border-radius: 0.9375rem;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}

form#mail_form dl {
  width: 90%;
  margin: 0 auto;
  /* border-bottom: 1px solid #cccccc; */
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form#mail_form dl dt {
  width: auto;
  float: none;
  padding: 0 0 10px;
  text-align: left;
  font-weight: bold;
}

form#mail_form dl dd {
  width: auto;
  float: none;
  padding: 0px 0 20px 0px;
}

form#mail_form dl dt i {
  float: none;
  position: static;
  font-weight: normal;
}

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 2px 7px;
  margin: 0 8px 0 0;
  border-radius: 3px;
}

form#mail_form dl dt span.required {
  background: var(--green);
  border: 1px solid var(--green);
}

/* -- error message -------------------------------------------------------------------------------- */

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- input, select, textarea -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form select {
  width: calc(100% - 4% - 2px);
  padding: 0.7rem 0.5rem;
  /* border: 1px solid #cccccc; */
  border-radius: 0.5rem;
  border: 2px solid var(--green);
  padding: 0.7rem 0.5rem;
  width: var(--form-wide);
  font-size: 1rem;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
  /* font-size: 1px; */
  font-family: inherit;
  line-height: normal;
}

/* form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus,
form#mail_form select:focus {
  box-shadow: 0px 0px 5px var(--green);
  border: 1px solid var(--green);
  background: #ffffff;
} */

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
  margin: 0 6px 0 0;
}

form#mail_form select {
  padding: 0.7rem 0.5rem;
  /* border: 1px solid #cccccc; */
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: calc(100% - 4% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

/* -- ul, li -------------------------------------------------------------------------------- */

form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  /* display: block; */
  margin-top: 10px;
  padding: 7px 0;
  border-radius: 3px;
  /* background: #f0f0f0; */
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
  /* background: #e0e0e0; */
}

/* -- input design -------------------------------------------------------------------------------- */

form#mail_form input[name="postal"] + a {
  display: inline-block;
  padding: 7px 20px;
  margin-top: 5px;
  border: 1px solid var(--green);
  border-radius: 3px;
  background: var(--green);
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name="postal"] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

/* -- button -------------------------------------------------------------------------------- */

form#mail_form p#form_submit {
  margin: 0 auto;
  padding: 25px 0;
  width: calc(100% - 4% - 2px);
  font-family: var(--font-maru) !important;
}

input[type="checkbox"] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
input[type="checkbox"]:checked {
  background-color: var(--green);
}

input[type="checkbox"]:checked:after {
  position: absolute;
  top: 1px;
  right: 7px;
  transform: rotate(50deg);
  width: 11px;
  height: 18px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: "";
}
