@charset "UTF-8";
/* form */
.fsRowBody {
  line-height: normal !important;
}

.fsRowBody p span {
  line-height: normal !important;
}

.fsRowBody strong {
  display: block;
  margin-bottom: 20px;
}

.fsBody {
  padding: 0px !important;
}

.fsBody .fsForm {
  margin: 0px auto !important;
  padding: 10px 20px 30px !important;
}

/* form end */
.contact_heading {
  text-align: center;
  padding-top: 40px;
}
@media only screen and (max-width: 680px) {
  .contact_heading h1 {
    font-size: 25px;
  }
}

.contact_footer {
  padding-top: 20px;
  border-top: solid 1px #ccc;
  text-align: center;
}

.contact_body {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px 100px;
}
.contact_body .form_text {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .contact_body {
    padding: 20px 15px 50px;
  }
}
.contact_body .error_msg {
  font-size: 20px;
  color: #f00;
  line-height: 1.5;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  background-color: #f44;
  margin-bottom: 30px;
}

.form_item {
  margin: 0 0 16px 0;
}
.form_item .text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.form_label {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 3px;
}

.label_require {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  padding: 4px 8px;
  border-radius: 3px;
  color: #fff;
  background-color: #f00;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
}

/* 姓名 */
.form_item_2set {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 600px;
  margin: 0 0 6px 0;
}
.form_item_2set div {
  width: calc(50% - 4px);
  margin-bottom: 10px;
}
.form_item_2set div:nth-child(odd) {
  width: 50%;
  margin-right: 4px;
}

/* テキスト・テキストエリア */
.textform {
  position: relative;
}
.textform span.error {
  background-color: #ffeeee;
  color: #f00;
  display: block;
  padding: 10px 10px;
  line-height: 1.5;
  font-size: 12px;
}

.textform input,
.textform textarea {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #333;
  background-clip: padding-box;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-all;
}

.textform input:focus,
.textform textarea:focus {
  background-color: #fff;
  border-color: #17b3db;
  color: #495057;
  outline: 0 none;
}

.textform textarea {
  height: 15em;
}

/* チェックボックス */
.checkform {
  padding: 5px 0 10px 0;
  display: block;
  position: relative;
}
.checkform span.error {
  background-color: #ffeeee;
  color: #f00;
  display: block;
  padding: 10px;
  font-size: 12px;
}
.checkform label {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  margin-top: 5px;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.checkform label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #888;
  border-radius: 3px;
  z-index: 3;
}
.checkform label input[type=checkbox] {
  display: none;
}
.checkform label input[type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px 18px;
  background-color: #1d428a;
}
.checkform label input[type=checkbox]:active + span:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #1d428a;
}
.checkform label input[type=checkbox] + span {
  -webkit-user-select: none;
          user-select: none;
}

.agree label {
  display: inline-block;
}

.checkform.agree .error {
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #f00;
  font-size: 12px;
  background-color: #ffeeee;
  padding: 8px 10px;
  width: 100%;
}

/* ラジオボタン */
.radioform {
  padding: 10px 0;
}
.radioform label {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  margin: 0 0 5px 5px;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.radioform label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 50%;
  z-index: 3;
  background-color: #fff;
}
.radioform label input[type=radio] {
  display: none;
}
.radioform label input[type=radio]:checked + span:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 4;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1d428a;
}
.radioform label input[type=radio]:active + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fff;
  z-index: 5;
}

/* 確認画面 */
.kakunin_text {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}

.mw_wp_form_confirm {
  line-height: 1.7;
}
.mw_wp_form_confirm .form_label {
  border-bottom: solid 1px #ddd;
  margin: 10px 0 4px;
}
.mw_wp_form_confirm .privacy_block {
  display: none;
}
.mw_wp_form_confirm .label_require {
  display: none;
}
.mw_wp_form_confirm .form_item_2set div {
  width: auto;
  margin-bottom: 10px;
}
.mw_wp_form_confirm .form_item_2set div:nth-child(odd) {
  width: auto;
  margin-right: 4px;
}

/* 送信完了 */
.contact_sent_body {
  line-height: 1.7;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 680px) {
  .contact_sent_body {
    margin-top: 0px;
    text-align: left;
  }
}
.contact_sent_body .btn {
  margin-top: 60px;
}
.contact_sent_body .download_notice {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 680px) {
  .contact_sent_body .download_notice {
    margin-top: 0px;
    text-align: left;
  }
  .contact_sent_body .download_notice br {
    display: none;
  }
}

.download_block {
  padding: 60px 20px 100px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.download_block .download_file_name {
  font-size: 14px;
  line-height: 1.4;
}
.download_block .btn {
  margin-top: 20px;
}

.grecaptcha-badge { visibility: hidden; }
