@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	common
================================================== */
/* elements
-------------------------------------------------- */
label {
  vertical-align: middle;
}

input,
select, optgroup, option,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-weight: normal;
  border: 1px solid #e4e4e4;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: inherit;
}

select {
  padding: 12px 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

/* ========== end △ */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=text] {
  width: 100%;
  padding: 12px 10px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  input[type=text] {
    width: 60%;
  }
}

/* ========== end △ */
input[type="email"] {
  width: 100%;
  padding: 12px 10px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  input[type="email"] {
    width: 60%;
  }
}

/* ========== end △ */
input[type="tel"] {
  width: 100%;
  padding: 12px 10px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  input[type="tel"] {
    width: 60%;
  }
}

/* ========== end △ */
input[type="radio"] {
  position: relative;
  margin-right: 8px;
  top: -2px;
}

input[type="checkbox"] {
  margin-right: 0.5em;
  margin-top: -0.5em;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"][disabled] {
  background: #ddd !important;
  -webkit-transition: none !important;
  transition: none !important;
  cursor: default;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 3px 5px;
  resize: vertical;
}

::-webkit-input-placeholder {
  font-size: 1.4rem;
}

:-ms-input-placeholder {
  font-size: 1.4rem;
}

::-ms-input-placeholder {
  font-size: 1.4rem;
}

::placeholder {
  font-size: 1.4rem;
}

/* ==================================================
	contact input
================================================== */
/* common
-------------------------------------------------- */
.list > * + * {
  margin-top: 15px;
}

.list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list02 > * + * {
  margin-left: 30px;
}

.age input {
  width: 20em;
}

.zip .zip_code input {
  width: 15em;
}

.zip dl dt {
  margin-top: 15px;
}

.zip dl dd {
  margin-top: 5px;
}

/* icon 必須 / 任意 */
.required, .any {
  line-height: 1;
  position: relative;
}

.required::before, .any::before {
  float: right;
  display: inline-block;
  padding: 4px 5px;
  color: #fff;
  font-size: 1.1rem;
  margin-top: -2px;
}

.required::before {
  content: "必須";
  background-color: #e02a12;
}

.any::before {
  content: "任意";
  background-color: #0068b7;
}

/* message
-------------------------------------------------- */
.error_txt {
  color: #f33737;
  text-align: center;
}

.completion_txt {
  text-align: center;
}

.consent_txt {
  margin-top: 50px;
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .consent_txt {
    margin-top: 7.998vw;
  }
}

/* ========== end △ */
.consent_txt a {
  text-decoration: underline;
}

/* btn
-------------------------------------------------- */
.form_btn_wrap {
  margin-top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .form_btn_wrap {
    margin-top: 9.331vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .form_btn_wrap input + input {
    margin-left: 30px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .form_btn_wrap input + input {
    margin-top: 6.665vw;
  }
}

/* ========== end △ */
.submit_btn {
  text-align: center;
  width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00a0e6;
  background-size: 200% auto;
  color: #fff;
  padding: 25px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  border: none;
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .submit_btn {
    width: 100%;
    font-size: 4.2656vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .submit_btn:hover {
    background: #4cbced;
  }
}

/* ========== end △ */
.submit_btn.back {
  width: 300px;
  color: inherit;
  background: #e4e4e4;
  font-size: 1.4rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .submit_btn.back {
    width: 100%;
    font-size: 3.7324vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .submit_btn.back:hover {
    background: #ececec;
  }
}

/* ========== end △ */
/* pp
-------------------------------------------------- */
#pp .wrap {
  height: 350px;
  overflow-y: scroll;
  background: #fff;
  padding: 30px;
  word-break: break-all;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp .wrap {
    padding: 5.332vw;
    height: 66.65vw;
  }
}

/* ========== end △ */
#pp h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp h3 {
    font-size: 4.2656vw;
    margin-bottom: 2.666vw;
  }
}

/* ========== end △ */
#pp p {
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp p {
    margin-bottom: 5.332vw;
  }
}

/* ========== end △ */
#pp ul {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp ul {
    margin-top: 3.999vw;
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
#pp li {
  list-style: none;
  margin-bottom: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp li {
    margin-bottom: 3.999vw;
  }
}

/* ========== end △ */
#pp li ul {
  margin-left: 20px;
}

#pp li ul li {
  margin-bottom: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp li ul li {
    margin-bottom: 2.666vw;
  }
}

/* ========== end △ */
