@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
.header__homeBtn,
.gnav,
.topicpath {
  display: none;
}

.form {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .form {
    padding: 25px 15px;
    width: 100%;
  }
}

.form form table {
  margin-bottom: 40px;
  border: none;
}

.form form table th, .form form table td {
  text-align: left;
  border-width: 0;
  -webkit-box-shadow: 0 -1px 0 #dde2e8 inset;
  box-shadow: 0 -1px 0 #dde2e8 inset;
}

.form form table tr:first-child th, .form form table tr:first-child td {
  -webkit-box-shadow: 0 1px 0 #dde2e8 inset, 0 -1px 0 #dde2e8 inset;
  box-shadow: 0 1px 0 #dde2e8 inset, 0 -1px 0 #dde2e8 inset;
}

.form form table th {
  position: relative;
  width: 35%;
  padding: 35px 100px 35px 35px;
  background-color: #f7f9fc;
  color: #32383d;
  font-size: 1.8rem;
  font-weight: bold;
}

.form form table td {
  padding: 35px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .form form table {
    display: block;
    margin-bottom: 25px;
  }
  .form form table tbody {
    display: block;
  }
  .form form table tr {
    display: block;
    margin-bottom: 30px;
  }
  .form form table tr:last-child {
    margin-bottom: 0;
  }
  .form form table th, .form form table td {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form form table tr:first-child th, .form form table tr:first-child td {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form form table th {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 40px 5px 0;
    font-size: 1.5rem;
    background-color: transparent;
    border-bottom: 2px solid #dde2e8;
  }
  .form form table td {
    padding: 0;
    border-width: 0;
  }
}

.form-flow ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 50px;
  font-size: 0;
  color: transparent;
}

.form-flow ol li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 70px;
  margin: 0 5px;
  background: url(../img/form/step.png) no-repeat 0 0/auto;
}

.form-flow ol li.form-flow-step2 {
  background-position-x: -50px;
}

.form-flow ol li.form-flow-step3 {
  background-position-x: -100px;
}

.mw_wp_form_input .form-flow ol li.form-flow-step1,
.mw_wp_form_confirm .form-flow ol li.form-flow-step2,
.mw_wp_form_complete .form-flow ol li.form-flow-step3 {
  background-position-y: 100%;
}

@media only screen and (max-width: 767px) {
  .form-flow ol {
    margin: 0 auto 20px;
  }
  .form-flow ol li {
    width: 35px;
    height: 49px;
    background-size: 105px auto;
  }
  .form-flow ol li.form-flow-step2 {
    background-position-x: -35px;
  }
  .form-flow ol li.form-flow-step3 {
    background-position-x: -70px;
  }
}

.require {
  position: absolute;
  right: 35px;
  top: calc( 35px + 0.5rem);
  font-size: 0;
  color: transparent;
}

.require::after {
  display: inline-block;
  content: "必須";
  padding: .35em .5em;
  line-height: 1;
  font-weight: bold;
  background: #f22648;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 6px;
}

.mw_wp_form_confirm .required,
.mw_wp_form_complete .required {
  display: none;
}

@media only screen and (max-width: 767px) {
  .require {
    right: 0;
    top: auto;
    bottom: 7px;
  }
  .require::after {
    padding: .3em;
    font-size: 1.2rem;
  }
}

.form-intro {
  display: block;
  margin: 0 0 50px;
  padding: 1em;
  color: #05acbf;
  font-size: 1.45rem;
  text-align: center;
  border: 1px solid;
}

.mw_wp_form_confirm .form-intro {
  display: none;
}

@media only screen and (max-width: 767px) {
  .form-intro {
    margin: 0 0 25px;
    color: #05acbf;
    font-size: 1.3rem;
  }
}

.feedback-intro {
  display: block;
  margin: 0 0 50px;
  padding: 40px;
  color: #05acbf;
  font-size: 1.45rem;
  text-align: center;
  border: 1px solid;
}

.feedback-intro .feedback__title {
  font-weight: 600;
  text-align: center;
  color: #884600;
  font-size: 2.8rem;
}

.feedback-intro .feedback__list {
  display: inline-block;
  margin: 20px 0 20px 0;
}

.feedback-intro .feedback__list li {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #884600;
  position: relative;
  list-style: none;
}

.feedback-intro .feedback__list li::before {
  position: absolute;
  top: .6em;
  left: -20px;
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background: #884600;
}

.feedback-intro .feedback__lead p {
  text-align: left;
  color: #231815;
  font-size: 1.45rem;
}

.feedback-intro .feedback__note {
  text-align: left;
  margin-top: .5em;
  font-size: .85em;
  color: #666;
}

.mw_wp_form_confirm .feedback-intro {
  display: none;
}

@media only screen and (max-width: 767px) {
  .feedback-intro {
    margin: 0 0 25px;
    color: #05acbf;
    font-size: 1.3rem;
    padding: 5vw;
  }
  .feedback-intro .feedback__title {
    font-size: 2rem;
  }
  .feedback-intro .feedback__list {
    margin: 10px 0 10px 0;
  }
  .feedback-intro .feedback__list li {
    font-size: 1.4rem;
    margin-left: 18px;
  }
  .feedback-intro .feedback__list li::before {
    left: -15px;
  }
  .feedback-intro .feedback__lead p {
    font-size: 1.3rem;
  }
  .feedback-intro p:nth-child(2) {
    margin-top: .5em;
  }
}

.form-note {
  display: block;
  margin: 0 0 5px;
  color: #999;
  font-size: .9em;
}

.mw_wp_form_confirm .form-note {
  display: none;
}

.form .mw_wp_form .error {
  display: block;
  margin: .5em 0 0;
  color: #d00;
  text-decoration: underline;
  font-weight: bold;
  font-size: .9em;
}

.form form .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.form form .action-buttons button[type=submit],
.form form .action-buttons input[type=submit] {
  margin: 0 15px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 767px) {
  .form form .action-buttons {
    display: block;
    width: 100%;
  }
  .form form .action-buttons button[type=submit],
  .form form .action-buttons input[type=submit] {
    margin: 0 0 15px;
    width: 100%;
    min-width: auto;
    max-width: initial;
  }
}

.completeMessageBlock h2 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 .5em;
}

.completeMessageBlock p {
  text-align: center;
}

.completeMessageBlock .pageCloseBtn {
  display: block;
  width: 15em;
  margin: 2em auto 0;
  padding: .5em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border: 3px solid;
  border-radius: 99em;
}

@media only screen and (max-width: 767px) {
  .completeMessageBlock h2 {
    font-size: 2.0rem;
  }
  .completeMessageBlock .pageCloseBtn {
    font-size: 1.2rem;
  }
}

.form form button, .form form input, .form form select, .form form textarea {
  font-size: 1.8rem;
}

.form form textarea:-moz-placeholder-shown, .form form input:-moz-placeholder-shown {
  color: #ccc;
  font-weight: normal;
}

.form form textarea:-ms-input-placeholder, .form form input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

.form form textarea:placeholder-shown,
.form form input:placeholder-shown {
  color: #ccc;
  font-weight: normal;
}

.form form textarea::-webkit-input-placeholder,
.form form input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

.form form textarea:-ms-input-placeholder,
.form form input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

.form form textarea::-moz-placeholder,
.form form input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

.form form textarea {
  width: 100%;
  min-height: 8em;
}

.form form input[type=email],
.form form input[type=text],
.form form input[type=password],
.form form input[type=number],
.form form textarea {
  padding: .75em;
  border: none;
  background-color: #fff;
  border: 1px solid #dde2e8;
  border-radius: 6px;
}

.form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 150px;
  margin: 0;
  padding: 12px 36px 12px 12px;
  background: #fff url(../img/icon_arrow_select.svg) center right 12px no-repeat;
  background-size: 9px 9px;
  border: 1px #dde2e8 solid;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.form form select::-ms-expand {
  display: none;
}

.form form input[type=button] {
  width: 100%;
  padding: 12px;
  background: #fff;
  color: #3498db;
  border: none;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-shadow: 0px 1px 4px rgba(44, 62, 80, 0.2);
  box-shadow: 0px 1px 4px rgba(44, 62, 80, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.16s ease-out;
  transition: all 0.16s ease-out;
}

.form form input[type=button]:hover {
  -webkit-box-shadow: 0px 6px 24px rgba(44, 62, 80, 0.2);
  box-shadow: 0px 6px 24px rgba(44, 62, 80, 0.2);
}

.form form .checkbox-field,
.form form .mwform-checkbox-field {
  display: inline-block;
}

.form form .checkbox-field input,
.form form .mwform-checkbox-field input {
  display: none;
}

.form form .checkbox-field-text,
.form form .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 29px;
}

.form form .checkbox-field-text::before,
.form form .mwform-checkbox-field-text::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.form form input:checked + .checkbox-field-text::before,
.form form input:checked + .mwform-checkbox-field-text::before {
  background: #0496a6;
  border-color: #0496a6;
}

.form form input:checked + .checkbox-field-text::after,
.form form input:checked + .mwform-checkbox-field-text::after {
  position: absolute;
  top: calc(0.55em + 4px);
  left: 3px;
  content: ' ';
  display: block;
  width: 12px;
  height: 6px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form form .mwform-checkbox-field.horizontal-item {
  margin: 0 20px 0 0;
}

.form form .mwform-radio-field {
  display: inline-block;
}

.form form .mwform-radio-field input {
  display: none;
}

.form form .mwform-radio-field-text {
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 29px;
}

.form form .mwform-radio-field-text::before {
  position: absolute;
  top: .55em;
  left: 0;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 100%;
}

.form form input:checked + .mwform-radio-field-text::after {
  position: absolute;
  top: calc(0.55em + 5px);
  left: 5px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  background: #0496a6;
  border-radius: 100%;
}

.form form .mwform-radio-field.horizontal-item {
  margin: 0 20px 0 0;
}

.form form button[type=submit],
.form form input[type=submit] {
  background: #f22648;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  padding: 26px 40px;
  border-radius: 46px;
  -webkit-box-shadow: 0px 4px 0px 0px #b71832;
  box-shadow: 0px 4px 0px 0px #b71832;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  min-width: 482px;
  border: none;
}

.form form button[type=submit]::after,
.form form input[type=submit]::after {
  content: "";
  background: url(../img/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form form button[type=submit]:hover,
.form form input[type=submit]:hover {
  color: #fff;
  background: #b71832;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 4px 0px 0px #b71832;
  box-shadow: 0px 4px 0px 0px #b71832;
}

.form form button[type=submit]:focus, .form form button[type=submit]:active,
.form form input[type=submit]:focus,
.form form input[type=submit]:active {
  border-color: #f22648;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form form button[type=submit].is-disabled, .form form button[type=submit][disabled="disabled"], .form form button[type=submit][disabled="disabled"]:hover,
.form form input[type=submit].is-disabled,
.form form input[type=submit][disabled="disabled"],
.form form input[type=submit][disabled="disabled"]:hover {
  background-color: #ccc;
  color: #fff;
  border-color: #ccc;
  cursor: default;
  background-position: 50% 100%;
  pointer-events: none;
}

.form form input[name="submitBack"] {
  background-color: #32383d;
  border-color: #32383d;
  color: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #191a1b;
  box-shadow: 0px 4px 0px 0px #191a1b;
}

.form form input[name="submitBack"]:hover {
  color: #fff;
  background: #191a1b;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 4px 0px 0px #191a1b;
  box-shadow: 0px 4px 0px 0px #191a1b;
}

.form form input[name="submitBack"]:focus, .form form input[name="submitBack"]:active {
  border-color: #126073;
}

.form form input.js-disabled {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .form form button, .form form input, .form form select, .form form textarea {
    font-size: 1.6rem;
  }
  .form form textarea {
    width: 100%;
  }
  .form form input[type=email],
  .form form input[type=text],
  .form form input[type=password],
  .form form textarea {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
  }
  .form form input[type=radio] {
    margin: 0;
  }
  .form form select {
    min-width: 0;
    width: 100%;
    padding: 10px 25px 10px 10px;
  }
  .form form input[type=button] {
    padding: 6px;
  }
  .form form .mwform-radio-field {
    padding: 5px 0;
  }
  .form form input {
    vertical-align: middle;
  }
  .form form .mwform-checkbox-field-text,
  .form form .mwform-radio-field-text {
    vertical-align: middle;
  }
  .form form .mwform-tel-field input {
    width: 90px;
    max-width: calc(100% / 3 - 1em);
  }
  .form form .mwform-zip-field input:nth-child(1) {
    width: 90px;
    max-width: calc(100% / 2 - 1em);
  }
  .form form .mwform-zip-field input:nth-child(2) {
    width: 140px;
    max-width: calc(100% / 2 - 1em);
  }
  .form form button[type=submit],
  .form form input[type=submit] {
    font-size: 1.6rem;
  }
}

.form_link {
  text-decoration: underline;
  color: #0268e6;
}
