@charset "UTF-8";
/* ==================================================
	color 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;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  font-family: 'Montserrat',"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",monospace,sans-serif;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  input,
  select, optgroup, option,
  textarea {
    font-size: 3.7324vw;
  }
}

/* ========== end △ */
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;
  margin-bottom: 15px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  input[type="email"] {
    width: 60%;
  }
}

/* ========== end △ */
input[type="email"]:last-child {
  margin-bottom: 0;
}

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.3em;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type="submit"][disabled] {
  background-color: #ddd !important;
  -webkit-transition: none !important;
  transition: none !important;
  cursor: default;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 3px 5px;
  resize: vertical;
}

.form_input form {
  margin-top: 50px;
}

/* ==================================================
	contact input
================================================== */
/* common
-------------------------------------------------- */
/* radio / checkbox button list */
.btn_list li {
  margin-bottom: 15px;
}

.btn_list li:last-child {
  margin-bottom: 0;
}

.age input {
  width: 5em;
}

.zip .zip_code input {
  width: 10em;
}

.zip dl dt, .zip dl dd {
  margin-top: 5px;
}

/* icon 必須 / 任意 */
.required, .any {
  line-height: 1;
  position: relative;
}

.required::before, .any::before {
  float: right;
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 50px;
}

.required::before {
  content: "必須";
  background-color: #e02a12;
}

.any::before {
  content: "任意";
  background-color: #0068b7;
}

/* 同意テキスト */
.consent_txt {
  margin-top: 50px;
  text-align: center;
  line-height: 1.8;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .consent_txt {
    margin-top: 30px;
  }
}

/* ========== end △ */
/* submit buttons
-------------------------------------------------- */
.form_submit_btn {
  text-align: center;
}

.form_submit_btn input {
  margin: 50px 20px 0;
  width: 480px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#0084d0), to(#0068b7));
  background: linear-gradient(to right, #0084d0, #0068b7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .form_submit_btn input {
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 4.2656vw;
    padding-top: 5.8652vw;
    padding-bottom: 5.8652vw;
  }
}

/* ========== end △ */
.form_submit_btn input.back {
  color: #000000;
  background: #eaeaea;
}

.form_submit_btn input:disabled {
  background: #ddd;
  color: #ccc;
}

/* error message
-------------------------------------------------- */
.error_txt {
  margin: 50px 10px;
  color: #f33737;
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .error_txt {
    margin: 100px 0;
  }
}

/* ========== end △ */
/* completion message
-------------------------------------------------- */
.completion_txt {
  margin: 50px 10px;
  text-align: center;
  line-height: 1.8;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .form_input .dl_table_style > dl > dt {
    padding: 35px 30px;
  }
  .form_input .dl_table_style > dl > dd {
    padding: 23px 30px;
  }
}

/* ========== end △ */
/* pp
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp {
    margin-bottom: 10.664vw;
  }
}

/* ========== end △ */
#pp h3 {
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 1.6rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp h3 {
    margin-top: 7.998vw;
    margin-bottom: 7.998vw;
    font-size: 3.999vw;
  }
}

/* ========== end △ */
#pp h3:first-child {
  margin-top: 0;
}

#pp p {
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp p {
    margin-bottom: 5.332vw;
  }
}

/* ========== end △ */
#pp .pp_inner {
  font-size: 1.4rem;
  height: 320px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #efefef;
  padding: 40px;
  word-break: break-all;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp .pp_inner {
    height: 53.32vw;
    padding: 5.332vw;
    font-size: 3.7324vw;
  }
}

/* ========== end △ */
#pp ul {
  margin-top: 15px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp ul {
    margin-top: 3.999vw;
  }
}

/* ========== end △ */
#pp li {
  list-style: none;
  margin-bottom: 15px;
}

/* ▽ 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 {
  list-style: disc;
  margin-bottom: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp li ul li {
    margin-bottom: 2.666vw;
  }
}

/* ========== end △ */
#pp dt {
  margin-bottom: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp dt {
    margin-bottom: 2.666vw;
  }
}

/* ========== end △ */
