@charset "UTF-8";
/********** .form **********/
.form-wrap {
  margin-top: 30px;
  padding: 40px 5%;
  border: 15px solid #eee;
}
@media screen and (max-width: 460px) {
  .form-wrap {
    border-width: 10px;
  }
}
.form-wrap .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 1.5em 0 0;
}

.form-wrap h2 {
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
}
.form-wrap h2:not(:first-child) {
  margin-top: 60px;
}
.form-wrap h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #000;
}

.form-wrap input::-ms-clear {
  visibility: hidden;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/*** outline ***/
.form {
  width: 100%;
  border-top: 1px dotted #000;
}
@media screen and (min-width: 769px) {
  .form {
    display: table;
  }
}

@media screen and (min-width: 769px) {
  .form > dl > dt, .form > dl > dd {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .form > dl {
    display: table-row;
  }
}
.form > dl > dt {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .form > dl > dt {
    width: 18em;
    padding-right: 2%;
    border-bottom: 1px dotted #000;
  }
}
@media screen and (max-width: 768px) {
  .form > dl > dt {
    padding-top: 20px;
  }
}
.form > dl > dt .label {
  display: inline-block;
  color: #fff;
  background-color: #dc3f3f;
  font-size: 77%;
  line-height: 1;
  padding: 3px 5px;
  margin-left: 8px;
}
.mw_wp_form_confirm .form > dl > dt .label {
  display: none;
}
.form > dl > dd {
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 768px) {
  .form > dl > dd {
    padding: 10px 0 20px;
  }
}

.ind {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ind {
    display: table;
  }
}
.ind > span {
  padding: 5px 0;
}
@media screen and (min-width: 769px) {
  .ind > span {
    display: table-cell;
  }
}
@media screen and (max-width: 768px) {
  .ind > span {
    display: block;
  }
}
.ind > span:first-child {
  width: 7.5em;
  padding-right: 1.5%;
  font-size: 12px;
  font-weight: bold;
}

/*** input textarea ***/
.form input[type="text"], .form input[type="email"], .form textarea {
  background-color: #eee;
  padding: 4px 8px;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  border-right: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
}
.form input[type="text"]:focus, .form input[type="email"]:focus, .form textarea:focus {
  background-color: #fff;
  box-shadow: 0 0 2px #4b98c8;
}

.form input[type="text"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #eee inset;
}

.form input[type="text"], .form input[type="email"] {
  width: 20em;
}

.form textarea {
  width: 100%;
  height: 12em;
}

.sizeSS {
  width: 4em !important;
}

.sizeS {
  width: 8em !important;
}

.sizeM {
  width: 30em;
}

.sizeL {
  width: 100%;
}

.back-txt01 {
  display: inline-block;
  position: relative;
}
.back-txt01:after {
  content: "万円";
  white-space: nowrap;
  display: block;
  line-height: 1;
  position: absolute;
  left: 9em;
  top: 0.5em;
}

.back-txt02 {
  display: inline-block;
  position: relative;
}
.back-txt02:after {
  content: "歳";
  white-space: nowrap;
  display: block;
  line-height: 1;
  position: absolute;
  left: 9em;
  top: 0.5em;
}

/*** radio ***/
.mwform-radio-field {
  position: relative;
  vertical-align: middle;
}
.mwform-radio-field input {
  display: none;
}
.mwform-radio-field .mwform-radio-field-text {
  height: 27px;
  line-height: 27px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.mwform-radio-field .mwform-radio-field-text:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-color: #eee;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text:after,
.mwform-radio-field input[type="radio"]:checked + * + .mwform-radio-field-text:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 7px;
  top: 7px;
  background-color: #4b98c8;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

/*** select ***/
.form select {
  padding: 4px 8px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-width: 8em;
}

/*** ボタン ***/
.form-btn {
  text-align: center;
  margin-top: 35px;
}
.form-btn input {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 5px;
  padding: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-btn input:disabled {
	background-color: #b5b5b5;
	border-color: #b5b5b5;
	color: #fff;
}

[name="submitConfirm"], [name^="mwform_submitButton"] {
  background: #dc3f3f;
  border: 1px solid #dc3f3f;
}
[name="submitConfirm"]:hover, [name^="mwform_submitButton"]:hover {
  background-color: #fff;
  color: #dc3f3f;
}

[name="submitConfirm"] {
  width: 58%;
}
@media screen and (max-width: 768px) {
  [name="submitConfirm"] {
    width: 80%;
  }
}

[name^="mwform_submitButton"] {
  width: 30%;
}
@media screen and (max-width: 768px) {
  [name^="mwform_submitButton"] {
    width: 40%;
  }
}
@media screen and (max-width: 460px) {
  [name^="mwform_submitButton"] {
    width: 45%;
  }
}

[name="submitBack"] {
  background-color: #434343;
  border: 2px solid #434343;
  width: 30%;
}
@media screen and (max-width: 768px) {
  [name="submitBack"] {
    width: 40%;
  }
}
@media screen and (max-width: 460px) {
  [name="submitBack"] {
    width: 45%;
  }
}
[name="submitBack"]:hover {
  background-color: #fff;
  color: #434343;
}

.formtxt-sent .btn-totop {
  display: block;
  width: 58%;
  text-align: center;
  margin: 35px auto 0;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  background-color: #434343;
  border: 2px solid #434343;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formtxt-sent .btn-totop:hover {
  background-color: #fff;
  color: #434343;
}

.label-txt:not(:first-child) {
  margin-top: 10px;
}

/*** logic ***/
.header__outer {
  position: static !important;
}

.page-title {
  margin-top: 0 !important;
}

.mw_wp_form .error {
  font-weight: bold;
  color: #dc3f3f !important;
}

.ibE .error {
  display: inline-block;
  margin: 0 2em 0 1em;
}

/* 確認 */
.mw_wp_form_confirm .fsS {
  display: none;
}

.consent {
	margin-top: 35px;
	text-align: center;
}

.consent a {
	text-decoration: underline;
}

.consent p.notice {
	margin-bottom: 5px;
}

.consent input[type="checkbox"] {
	display: none;
}

.consent .mwform-checkbox-field-text {
	position: relative;
	height: 100%;
	vertical-align: sub;
}

.consent .mwform-checkbox-field-text:before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #eee;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.consent input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 7px;
  position: absolute;
  left: 1px;
  top: 2px;
	border-left: 3px solid #4b98c8;
	border-bottom: 3px solid #4b98c8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}