.form-agree {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .form-agree {
    margin-top: 40px;
  }
}

.form-agree__required {
  font-size: 1.2rem;
  background-color: #fb8332;
  color: #ffffff;
  display: inline;
  padding: 2px 8px;
  margin-right: 10px;
}

@media screen and (min-width: 960px) {
  .form-agree__required {
    font-size: 1.6rem;
    padding: 2px 8px;
  }
}

.form-agree-label {
  font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
  .form-agree-label {
    font-size: 1.6rem;
  }
}

.contact-confirm .form-agree-label {
  pointer-events: none;
}

.form-agree-label-content {
  cursor: pointer;
}

.form-agree-label-content-checkbox-anchor {
  margin-right: 3px;
  position: relative;
  margin-left: 7px;
}

.form-agree-label-content-checkbox-anchor a {
  border-bottom: 1px solid #2a9fdd;
  color: #2a9fdd;
}

.contact-confirm .form-agree-label-content-checkbox-anchor a {
  pointer-events: auto;
}

.form-agree-label-content-checkbox-anchor:after {
  -webkit-transition: all .2s;
  transition: all .2s;
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 8px;
  width: 12px;
  height: 12px;
  background-color: #333333;
  opacity: 0;
}

.form-agree__paragraph {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.7142em;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .form-agree__paragraph {
    font-size: 1.4rem;
    margin-top: 60px;
  }
}

.form-agree .mwform-checkbox-field input {
  margin: 0 0 0 5px;
}

@media screen and (min-width: 960px) {
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form-row:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .form-row:not(:first-child) {
    margin-top: 40px;
  }
}

.form-row__term {
  margin-left: -20px;
}

@media screen and (min-width: 960px) {
  .form-row__term {
    margin-left: -50px;
    width: 250px;
  }
}

.form-row__term__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form-row__term__required {
  font-size: 1.2rem;
  background-color: #fb8332;
  color: #ffffff;
  display: inline-block;
  padding: 5px 6px;
  margin-left: 15px;
}

@media screen and (min-width: 960px) {
  .form-row__term__required {
    font-size: 1.6rem;
    padding: 6px 9px;
  }
}

.form-row__desc {
  margin-top: 15px;
}

@media screen and (min-width: 960px) {
  .form-row__desc {
    width: calc(100% - 210px);
  }
}

.form-table {
  width: 100%;
}

.form-table:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .form-table:not(:first-child) {
    margin-top: 40px;
  }
}

.form-table tbody > tr {
  width: 100%;
  display: block;
}

@media screen and (min-width: 960px) {
  .form-table tbody > tr {
    display: table;
  }
}

.form-table tbody > tr:first-child > th {
  padding: 0 0 15px 0;
}

@media screen and (min-width: 960px) {
  .form-table tbody > tr:first-child > th {
    padding: 0 0 30px 0;
  }
}

.form-table tbody > tr:first-child > td {
  padding: 0 0 15px 0;
}

@media screen and (min-width: 960px) {
  .form-table tbody > tr:first-child > td {
    padding: 0 0 30px 30px;
  }
}

.form-table tbody > tr > th,
.form-table tbody > tr > td {
  padding: 15px 0;
  vertical-align: middle;
  text-align: left;
  font-size: 1.2rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .form-table tbody > tr > th,
  .form-table tbody > tr > td {
    display: table-cell;
    padding: 30px 0;
    font-size: 1.4rem;
  }
}

.form-table tbody > tr > th {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 960px) {
  .form-table tbody > tr > th {
    width: 216px;
    border-bottom: 1px solid #333333;
  }
}

.form-table tbody > tr > td {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 960px) {
  .form-table tbody > tr > td {
    width: calc(100% - 216px);
    padding-left: 30px;
  }
}

.form-table tbody > tr > td::before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #333333;
}

@media screen and (min-width: 960px) {
  .form-table tbody > tr > td::before {
    width: calc(100% - 30px);
    border-bottom: 1px solid #cccccc;
  }
}

.form-table__birthday__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-table__birthday__list__item:not(:first-child) {
  margin-left: 10px;
}

.form-table__birthday__list__item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 960px) {
  .form-table__birthday__list__item__label__select--year {
    width: 120px;
  }
}

@media screen and (min-width: 960px) {
  .form-table__birthday__list__item__label__select--month {
    width: 70px;
  }
}

@media screen and (min-width: 960px) {
  .form-table__birthday__list__item__label__select--day {
    width: 70px;
  }
}

.form-table__birthday__list__item__label__unit {
  margin-left: 5px;
}

.form-table__name__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.form-table__name__block__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

@media screen and (min-width: 960px) {
  .form-table__name__block__label {
    width: auto;
  }
}

.form-table__name__block__label:not(:first-child) {
  margin-left: 10px;
}

@media screen and (min-width: 960px) {
  .form-table__name__block__label:not(:first-child) {
    margin-left: 20px;
  }
}

.form-table__name__block__label__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  margin-right: 5px;
  font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
  .form-table__name__block__label__unit {
    font-size: 1.4rem;
    margin-right: 15px;
  }
}

.form-table__name__block__label .input {
  display: block;
  width: calc(100% - 30px);
}

.form-table__name__block__label .input input {
  background-color: #f7f7f7;
  border: none;
  font-size: 1.6rem;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-table__required {
  font-size: 1.2rem;
  background-color: #fb8332;
  color: #ffffff;
  display: inline-block;
  padding: 5px 6px;
  margin-left: 15px;
}

@media screen and (min-width: 960px) {
  .form-table__required {
    font-size: 1.6rem;
    padding: 6px 9px;
  }
}

.form-table__input input {
  background-color: #f7f7f7;
  border: none;
  font-size: 1.6rem;
  padding: 15px;
  max-width: 575px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .form-table__input input {
    padding: 20px;
  }
}

.form-table__textarea {
  line-height: 1.6em;
}

.form-table__textarea textarea {
  background-color: #f7f7f7;
  border: none;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4em;
  font-size: 1.8rem;
}

@media screen and (min-width: 960px) {
  .form-table__textarea textarea {
    padding: 20px;
    width: calc(100% - 70px);
  }
}

.mw_wp_form:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .mw_wp_form:not(:first-child) {
    margin-top: 50px;
  }
}

.mw_wp_form:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .mw_wp_form:not(:last-child) {
    margin-bottom: 50px;
  }
}

.mw_wp_form .error {
  font-size: 1.2rem !important;
  margin-top: 10px !important;
}

@media screen and (min-width: 960px) {
  .mw_wp_form .error {
    font-size: 1.4rem !important;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form_input .input-fixed {
  background-color: transparent;
  pointer-events: none;
}

.mw_wp_form_confirm .confirm-hidden {
  display: none;
}
