@charset "UTF-8";

/*===================
	sub-title
===================*/

#sub-title h2 {
	color: #292b2c;
}


/*===================
	inquiry
===================*/

.inquiry.container {
  max-width: 800px;
  margin-bottom: 100px;
}

.inquiry .caption {
  margin-bottom: 40px;
}

.inquiry .caption .red {
  color: #C1282B;
}

.inquiry #mailformpro .form-area + .form-area {
  margin-top: 60px;
}

.inquiry #mailformpro .form-area .form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.inquiry #mailformpro .form-area .form-box > dl {
  display: flex;
  border-top: 1px solid  #ccc;
  padding: 30px 0;
}

.inquiry #mailformpro .form-area .form-box > dl > dt {
  width: 150px;
}

.inquiry #mailformpro .form-area .form-box > dl.req > dt:after {
  content: "*";
  color: #C1282B;
  display: inline-block;
  margin-left: 3px;
}

.inquiry #mailformpro .form-area .form-box > dl > dd {
  width: calc(100% - 150px);
}

.inquiry #mailformpro .form-area .form-box > dl > dd .anno {
  margin-top: 20px;
  padding-left: 1em;
  position: relative;
}

.inquiry #mailformpro .form-area .form-box > dl > dd .anno:before {
  content: "※";
  display: inline-block;
  float: left;
  position: relative;
  margin-left: -1em;
}

input[type="input"],
textarea {
  border: none;
  width: 100%;
  padding: 9px 10px;
  background: #eee;
}

textarea {
  max-width: 100%;
}

.contents input[type="input"] {
  width: auto;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  position: relative;
  padding-left: 26px;
}

input[type="checkbox"] ~ label:before,
input[type="checkbox"] ~ label:after,
input[type="radio"] ~ label:before,
input[type="radio"] ~ label:after {
  content: "";
  position: absolute;
  margin: auto;
}

input[type="checkbox"] ~ label:before,
input[type="radio"] ~ label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  left: 0;
  top: 0;
  bottom: 0;
}

input[type="radio"] ~ label:before {
  border-radius: 50%;
}

input[type="checkbox"]:checked ~ label:after,
input[type="radio"]:checked ~ label:after {
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #eeb660;
  border-right: 3px solid #eeb660;
}

input[type="radio"]:checked ~ label:after {
  top: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #eeb660;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #eeb660;
  display: inline-flex;
  box-shadow: 10px 0 19px rgba(0,0,0,0.2)
}

.mfp_err {
  color: #d01137;
  margin-top: 14px;
  display: none;
}

.inquiry #mailformpro .form-area .form-box > dl > dd .wrapper-input {
  display: flex;
  align-items: center;
}

.inquiry #mailformpro .form-area .form-box > dl > dd .wrapper-input + .wrapper-input {
  margin-top: 10px;
}

.inquiry #mailformpro .form-area .form-box > dl > dd .contents + .contents {
  margin-left: 20px;
}

.inquiry #mailformpro .form-area .form-box > dl > dd label + input,
.inquiry #mailformpro .form-area .form-box > dl > dd input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]) + label {
  margin-left: 10px;
}

.inquiry #mailformpro .form-area .form-box > dl > dd .address-area label {
  width: 70px;
}

.inquiry #mailformpro .form-area .form-box > dl > dd .address-area input {
  width: calc(100% - 70px);
}

input[type="input"]#postal,
input[type="input"]#prefectures {
  max-width: 140px;
}

.inquiry #mailformpro .form-area .form-box > dl > dd > dl + dl {
  margin-top: 40px;
}

.inquiry #mailformpro .form-area .form-box > dl > dd > dl > dt {
  font-size: 18px;
  margin-bottom: 20px;
}

.inquiry #mailformpro .form-area .form-box > dl > dd > dl > dt a {
  text-decoration: underline;
}

#mfp_hidden {
  display: none;
}

.inquiry #mailformpro .btn_area {
  text-align: center;
  margin-top: 60px;
}

.inquiry #mailformpro .btn_area button {
  background: #eeb660;
}

.inquiry #mailformpro .btn_area button .icon-chevron-right {
  margin-left: 14px;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 20002;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 20003;
  padding: 20px;
  pointer-events: none;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 30px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 800px;
  max-width: 90%;
  pointer-events: auto;
}

div#mfp_overlay_inner h4 {
  margin-bottom: 15px;
}

div#mfp_overlay_inner table {
  width: 100%;
}

div#mfp_overlay_inner table tr + tr {
  border-top: 1px solid #ccc;
}

div#mfp_overlay_inner table th,
div#mfp_overlay_inner table td {
  padding: 15px 0;
  line-height: 1.4;
}

div#mfp_overlay_inner table th {
  width: 300px;
  padding-right: 10px;
  font-weight: 700;
}

div#mfp_overlay_inner .mfp_buttons {
  text-align: center;
  margin-top: 30px;
}

div#mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
  background: #aaa;
}


.inquiry .link-area {
  text-align: center;
  margin-top: 80px;
}

.inquiry .link-area .link-btn {
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background: #eeb660;
  color: #fff;
  display: inline-flex;
  box-shadow: 10px 0 19px rgba(0,0,0,0.2);
}

.inquiry .link-area .link-btn i {
  margin-left: 14px;
}

#mfp_loading_screen {
  display: none;
}



@media screen and (min-width: 1121px) {

.inquiry #mailformpro .form-area .form-box > dl > dd > dl > dt a:hover {
  text-decoration: none;
}


@media screen and (max-width: 798px) {

  /*===================
    inquiry
  ===================*/

  .inquiry.container {
    margin-bottom: 60px;
  }

  .inquiry .caption {
    margin-bottom: 20px;
  }

  .inquiry #mailformpro .form-area + .form-area {
    margin-top: 30px;
  }

  .inquiry #mailformpro .form-area .form-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .inquiry #mailformpro .form-area .form-box > dl {
    display: block;
    padding: 18px 0;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dt {
    width: 100%;
    margin-bottom: 16px;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd {
    width: 100%;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd .anno {
    margin-top: 20px;
    padding-left: 1em;
    position: relative;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd .anno:before {
    content: "※";
    display: inline-block;
    float: left;
    position: relative;
    margin-left: -1em;
  }

  input[type="input"],
  textarea {
    border: none;
    width: 100%;
    padding: 9px 10px;
    background: #eee;
  }

  textarea {
    max-width: 100%;
  }

  .contents input[type="input"] {
    width: auto;
  }

  input[type="checkbox"],
  input[type="radio"] {
    display: none;
  }

  input[type="checkbox"] ~ label,
  input[type="radio"] ~ label {
    position: relative;
    padding-left: 26px;
  }

  input[type="checkbox"] ~ label:before,
  input[type="checkbox"] ~ label:after,
  input[type="radio"] ~ label:before,
  input[type="radio"] ~ label:after {
    content: "";
    position: absolute;
    margin: auto;
  }

  input[type="checkbox"] ~ label:before,
  input[type="radio"] ~ label:before {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    left: 0;
    top: 0;
    bottom: 0;
  }

  input[type="radio"] ~ label:before {
    border-radius: 50%;
  }

  input[type="checkbox"]:checked ~ label:after,
  input[type="radio"]:checked ~ label:after {
    top: -2px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #eeb660;
    border-right: 3px solid #eeb660;
  }

  input[type="radio"]:checked ~ label:after {
    top: 0;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #eeb660;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
  }

  button {
    height: 50px;
  }

  .mfp_err {
    margin-top: 10px;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd .wrapper-input {
    display: block;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd .wrapper-input + .wrapper-input {
    margin-top: 10px;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd .contents + .contents {
    margin-left: 0;
    margin-top: 10px;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd label + input:not(#family-name):not(#first-name):not(#family-furi):not(#first-furi),
  .inquiry #mailformpro .form-area .form-box > dl > dd input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]) + label {
    margin-left: 0;
    margin-top: 10px;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd .address-area label {
    width: 100%;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd .address-area input {
    width: 100%;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd > dl + dl {
    margin-top: 40px;
  }

  .inquiry #mailformpro .form-area .form-box > dl > dd > dl > dt {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .inquiry #mailformpro .btn_area {
    margin-top: 30px;
  }

  .inquiry #mailformpro .btn_area button {
    background: #eeb660;
  }

  .inquiry #mailformpro .btn_area button .icon-chevron-right {
    margin-left: 14px;
  }

  div#mfp_overlay_background {
    background-color: #000;
    position: absolute;
    display: none;
    z-index: 20002;
  }

  div#mfp_overlay {
    position: absolute;
    display: none;
    z-index: 20003;
    padding: 20px;
    pointer-events: none;
  }

  div#mfp_overlay_inner {
    background-color: #FFF;
    padding: 30px;
    margin: 0px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
    width: 800px;
    max-width: 90%;
    pointer-events: auto;
  }

  div#mfp_overlay_inner h4 {
    margin-bottom: 15px;
  }

  div#mfp_overlay_inner table tr {
    display: block;
  }

  div#mfp_overlay_inner table tr + tr {
    margin-top: 20px;
    padding-top: 20px;
  }

  div#mfp_overlay_inner table th,
  div#mfp_overlay_inner table td {
    padding: 0;
    display: block;
  }

  div#mfp_overlay_inner table th {
    width: 100%;
    padding-right: 0;
    margin-bottom: 6px;
  }

  div#mfp_overlay_inner .mfp_buttons {
    text-align: center;
    margin-top: 30px;
  }

  .inquiry .link-area {
    margin-top: 40px;
  }

  .inquiry .link-area .link-btn {
    height: 50px;
  }

  .inquiry .link-area .link-btn i {
    margin-left: 10px;
  }


}
