@charset "UTF-8";
.form .form_in {
  width: 580px;
  margin: 0;
  padding: 0;
}
.form .form_in * {
  box-sizing: border-box;
}
.form .form_in input::placeholder {
  color: inherit;
}
.form .form_in input:focus {
  border-color: inherit;
  outline: none;
}
.form .form_in .mktoForm {
  margin-top: -10px;
}
.form .form_in .mktoFormRow {
  display: flex;
}
.form .form_in .mktoFormCol {
  width: 100%;
}
.form .form_in .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  color: #f00;
}
.form .form_in .mktoForm .mktoError .mktoErrorArrow {
  background: #c7043e;
  border: 0;
}
.form .form_in .mktoForm .mktoError .mktoErrorMsg {
  max-width: none;
  padding: 14px 15px;
  background: #c7043e;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  box-shadow: none;
}
.form .form_in .mktoOffset {
  display: none;
}
.form .form_in label.mktoLabel {
    font-weight: bold;
    margin-bottom: 10px;
}
.form .form_in .mktoHasWidth {
  width: 100%;
}
/*.form .form_in .mktoLabel {
  margin-top: 20px;
  padding: 0 0 2px;
  font-size: 13px;
}*/
.form .form_in .mktoField {
  padding: 13px 20px;
  border: 1px solid #ccc;
  font-size: 15px;
    margin-left: 0;
    color: #999;
}
.form .form_in  .mktoCheckboxList {
    margin-top: 4px;
    margin-left: -10px;
}
.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
    margin-left: 4px !important;
}
.form .form_in .mktoFieldWrap {
  width: 100%;
  padding: 0;
    margin-bottom: 20px;
}
.form .form_in .mktoButtonRow {
  margin-top: 45px;
  padding: 0;
  display: block;
}
.form .form_in .mktoButtonWrap {
  display: block;
}
.form .form_in .mktoButtonWrap {
    margin-left: 0 !important;
}
.form .form_in .mktoButtonWrap.mktoSimple .mktoButton {
  width: 100%;
  padding: 10px 0;
  background: #c7043e;
  border: 0;
  color: #fff;
  font: inherit;
  font-size: 17px;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  transition-property: background-color;
  transition-duration: .4s;
}
.form .form_in .mktoButtonWrap.mktoSimple .mktoButton:hover {
  color: #fff;
  box-shadow: none;
    opacity: 0.7;
  border: 0;
}
.form .form_in .mktoHtmlText {
  width: auto;
  margin: 5px 20px 0;
  font-size: 11px;
  line-height: 1.8;
}
.form .form_in .mktoHtmlText a {
  text-decoration: underline;
}
.form .form_in .mktoHtmlText a:hover {
  text-decoration: none;
}

element.style {
    right: 183.5px;
    bottom: -41px;
}
.mktoForm .mktoError {
    left: 0px !important;
    bottom: -40px !important;
}
@media screen and (max-width: 767px) {
  .form .form_in {
    width: auto;
    margin: 33px 0;
  }
  .form .form_in .mktoForm {
    margin-top: 15px;
    padding: 0 25px;
  }
  .form .form_in .mktoForm.mktoLayoutAbove .mktoRequiredField {
    padding: 0 5px;
  }
  .form .form_in .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix::before {
    font-size: 10px;
  }
  .form .form_in .mktoLabel {
    margin-top: 15px;
    font-size: 13px;
  }
  .form .form_in .mktoField {
    padding: 20px 20px;
    font-size: 13px;
  }
  .form .form_in .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 22px 0;
    font-size: 15px;
  }
}

.details .detail-content .bktop_btn {
    display: block;
    text-align: center;
}
.details .detail-content .bktop_btn a {
    background: #c7043e;
    display: inline-block;
    padding: 10px 30px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
}
.details .detail-content .bktop_btn a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
.details .detail-content .bktop_btn {
    margin-bottom: 40px;
}
.details .detail-content .bktop_btn a {
    padding: 20px 40px;
}
}

.details .detail-content .hosoku {
    margin-bottom: 50px !important;
    background: #f0f0f0 !important;
    padding: 15px !important;
    font-size: 80% !important;
    display: block !important;
}
