@charset "UTF-8";

.form-wrap form {
  max-width: 900px;
  padding: 30px 20px!important;
  margin: 20px auto 120px;
  border: solid 2px #e6e6e6;
  box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.form-wrap form dl {
	flex-flow: column;
	margin-bottom: 1.5em;
}

.form-wrap form dt, .form-wrap form dd {
  font-size: 16px!important;
  padding: 0!important;
  border-top: none!important;
}
.form-wrap form dt {
  width: 225px!important;
}
.form-wrap form dt label {
  display: flex!important;
  align-items: center;
}

.form-wrap form dt span {
  width: 50px;
  margin-right: 2em;
}
.form-wrap .req {
  height: 26px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background-color: #ff8e86;
	display: block;
}

.form-wrap form dd {
  width: calc(100% - 260px);
}

.form-wrap form dd {
	width: 100%;
}

.form-wrap form dd label {
  width: 27%;
  margin: 13px 0 0!important;
}

.form-wrap form dd span {
	font-size: clamp(0.75rem, 0.714rem + 0.18vw, 0.875rem);
}



.form-wrap dd input,.form-wrap dd select, .form-wrap textarea {
  width: calc(100% - 22px)!important;
  font-size: 16px;
  padding: 11px 10px!important;
  border: solid 1px #b3b3b3!important;
  border-radius: 2px;
  box-shadow: none!important;
  -webkit-appearance: none;
  appearance: none;
}

form#mailformpro label.mfp_not_checked {
  border: none;
}

form#mailformpro label.mfp_checked {
  background-color: unset;
  border: none;
  box-shadow: none;
}

.form-wrap .more_btn-serif {
  width: 221px;
  height: 47px;
  font-size: 16px;
  font-weight: 500;
  color: #000!important;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.5em;
  text-shadow: none;
  margin: 50px auto 0;
  border-radius: 36px!important;
  border: none;
  background: #fff;
  border: solid 3px #6aaed8;
  display: block;
  position: relative;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-appearance: none;
  appearance: none;
}

.form-wrap .more_btn-serif:active, .form-wrap .more_btn-serif:hover {
  color: #fff !important;
  border: solid 3px #6aaed8;
  background: #6aaed8;
}

@media screen and (max-width: 768px) {
  .form-wrap form dt span {
    margin-right: 1em;
  }

  .form-wrap form dt span:not(.req) {
    width: 0;
    margin-right: 0;
  }
}
.form-wrap .req {
}

.mfp_thanks {
  padding: 0!important;
}
.mfp_thanks p {
  margin-bottom: 1em;
}

.mfp_thanks .col_mark_circle li {
  margin-bottom: 5px;
}

.mfp_thanks .col_fixing {
  border: none;
  margin-top: 50px;
}