@charset "utf-8";

/*
  File Name   : contact.css
  Description : コンテンツエリア関係 他
*/

/* btn
============================================================ */
.contact-btn-wrap {
  position: relative;
  margin-top: 55px;
  text-align: center;
}

.contact-btn-wrap .btn-base {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  background-color: #005cab;
  border: solid 1px #005cab;
  display: inline-block;
  min-width: 320px;
  position: relative;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(46, 167, 224, .40);
}

.contact-btn-wrap .btn-base.disabled {
  border: solid 1px #777;
  background-color: #777;
  cursor: default;
  box-shadow: none;
}

.contact-btn-wrap .btn-base:hover {}

.contact-btn-wrap .btn-base.disabled:hover {
  opacity: 1;
}

.contact-btn-wrap .btn-base span {
  position: relative;
  display: inline-block;
}

.contact-btn-wrap .btn-base::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/common/icon-arrow-bl.svg) 0 0 no-repeat;
  background-size: 50px auto;
  opacity: 1 !important;
}
.contact-btn-wrap .btn-base.disabled::after {
  content: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .contact-btn-wrap .btn-base {
    min-width: 100%;
  }
}

/* contact-flow
============================================================ */
.contact-flow-wrap ul {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  width: 720px;
  margin: 0 auto 0;
}
.contact-flow-wrap li {
  width: calc(100% / 3);
  border-right: solid 1px #ddd;
  padding: 10px 20px 20px;
  text-align: left;
}
.contact-flow-wrap li:first-child {
  border-left: solid 1px #ddd;
}
.contact-flow-wrap li span.step {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #999;
}
.contact-flow-wrap li .text {
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
  color: #999;
}
.contact-flow-wrap li.current .text {
  color: #424245;
}
.contact-flow-wrap li.current span.step {
  color: #005cab;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .contact-flow-wrap ul {
    width: 100%;
    margin: 0 auto 0;
  }
  .contact-flow-wrap li {
    width: calc(100% / 3);
    border-right: solid 1px #ddd;
    padding: 10px 20px 20px;
    text-align: center;
  }
  .contact-flow-wrap li:first-child {
    border-left: solid 1px #ddd;
  }
}

/* icon-xxxxx
============================================================ */
.icon-required {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  /* letter-spacing: 1px; */
  color: #fff;
  text-align: center;
  background-color: #005cab;
  padding: 6px 15px 7px;
  border-radius: 50px;
  box-sizing: border-box;
}

.icon-any {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  /* letter-spacing: 1px; */
  color: #424245;
  text-align: center;
  background-color: #f5f5f5;
  padding: 6px 15px 7px;
  border-radius: 50px;
  box-sizing: border-box;
}

p .icon-required {
  margin-right: 15px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .icon-required,
  .icon-any {
    font-size: 12px;
  }
  p .icon-required {
    margin-right: 5px;
  }
}

/* contact-table
============================================================ */
.table-top-text {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0 20px;
}
.mw_wp_form_input .table-top-text .confirm {
  display: none;
}
.mw_wp_form_confirm .table-top-text .input {
  display: none;
}
.contact-table {
  margin: 40px auto 0;
  max-width: 720px;
}
.contact-table th,
.contact-table td {
  font-size: 16px;
  font-weight: normal;
  padding: 34px 0 20px;
  display: block;
}
.contact-table th {
  width: 100%;
  font-weight: bold;
  padding-bottom: 0;
}
.contact-table th .th-head .icon-required,
.contact-table th .th-head .icon-any {
  position: relative;
  top: 0;
  margin-right: 7px;
}
.mw_wp_form_confirm .privacy-checkbox .icon-required,
.mw_wp_form_confirm .contact-table th .th-head .icon-required,
.mw_wp_form_confirm .contact-table th .th-head .icon-any {
  display: none;
}
.contact-table th .th-wrap {}
.contact-table td {
  padding: 20px 0 20px 0;
}

/* -confirm */
.-confirm .contact-table th {
  padding-top: 22px;
  vertical-align: middle;
  /* border-bottom: solid 1px #ddd; */
}
.-confirm .contact-table td {
  padding: 10px 0 22px;
  border-bottom: solid 1px #ddd;
}

/* input */
.contact-input-wrap input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 20px 20px;
  outline: none;
  -webkit-appearance: none;
  /* border-radius: 5px; */
  border: solid 1px #e6e6e6;
  border-radius: 0;
}
.contact-input-wrap.-tel input[type="text"] {
  max-width: 300px;
}

/* textarea */
.contact-input-wrap textarea {
  width: 100%;
  min-height: 200px;
  padding: 20px 20px;
  outline: none;
  -webkit-appearance: none;
  /* border-radius: 5px; */
  border: solid 1px #e6e6e6;
  border-radius: 0;
}

/* selectbox */
.mod-selectbox-orig select {
  width: 450px;
  height: 50px;
  padding: 12px 20px 12px;
  border: solid 1px #e6e6e6;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 0;
}
.mw_wp_form_confirm .mod-selectbox-orig::after {
  content: none;
}

/* error */
.error-text,
.mw_wp_form .error {
  display: block;
  color: #b70000 !important;
  margin-top: 10px;
  font-size: 100% !important;
}
.mw_wp_form_send_error {
  color: #b70000;
  margin: 40px 0;
  text-align: center;
  font-weight: bold;
  border: 3px solid #b70000;
  padding: 5px 10px;
}
.has-error:not([type="checkbox"]):not([type="radio"]) {
  background-color: #ffdbdb !important;
  border: 1px solid #fa7878 !important;
}
.radio-wrap .mwform-radio-field label input[type="radio"]:not(:checked).has-error + span::before,
.radio-wrap ul li label input[type="radio"]:not(:checked).has-error + span::before {
  background-color: #ffdbdb !important;
  border-color: #fa7878 !important;
}
.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]:not(:checked).has-error + span::before,
.checkbox-wrap ul:nth-of-type(1) label input[type="checkbox"]:not(:checked).has-error + span::before {
  background-color: #ffdbdb !important;
  border-color: #fa7878 !important;
}

/* inner-table */
.contact-table .inner-table {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.mw_wp_form_confirm .contact-table .inner-table,
.mw_wp_form_confirm .contact-table .inner-table * {
  display: inline;
  margin-top: 0;
}
.contact-table .inner-table:first-of-type {
  margin-top: 0;
}
.mw_wp_form_confirm .contact-table .inner-table:first-of-type {
  display: block;
}
.contact-table .inner-th {
  width: 130px;
}
.contact-table .inner-th p {
  font-weight: bold;
}
.mw_wp_form_confirm .contact-table .inner-th {
  display: none;
}
.contact-table .inner-th+* {
  width: 240px;
}
.contact-table .inner-th+.-max-w-full {
  width: calc(100% - 130px);
}
.contact-table .inner-table .mod-selectbox-orig select {
  width: 240px !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .table-top-text {
    font-size: 12px;
    text-align: left;
    padding: 0 20px;
  }
  .contact-table {
    margin: 40px 0 0;
  }
  .contact-table th,
  .contact-table td {
    font-size: 12px;
    padding: 18px 20px 10px !important;
    display: block;
    box-sizing: border-box;
  }
  .contact-table th {
    width: 100%;
    padding-top: 16px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact-table th .th-head .icon-required,
  .contact-table th .th-head .icon-any {
    position: relative;
    top: -1px;
  }
  .contact-table td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important;
    padding-bottom: 14px !important;
    width: 100%;
  }
  .contact-table .com-section-inner {
    padding: 0 0 0;
  }
  .contact-table .inner-table {
    display: block;
    margin-top: 15px;
  }
  .contact-table .inner-table:first-of-type {
    margin-top: 0;
  }
  .contact-table .inner-th {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-table .inner-th + * {
    width: 100%;
  }
  .contact-table .inner-th+.-max-w-full {
    width: 100%;
  }

  /* -confirm */
  .-confirm .contact-table th {
    padding-top: 18px;
    border-bottom: none;
  }
  .-confirm .contact-table td {}

  /* input */
  .contact-input-wrap input[type="text"] {
    height: 50px;
    padding: 10px 10px;
  }
  .contact-input-wrap.-tel input[type="text"] {
    max-width: 100%;
  }

  /* textarea */
  .contact-input-wrap textarea {
    width: 100%;
    min-height: 170px;
    padding: 10px 10px;
  }
  .mod-selectbox-orig select {
    width: 100% !important;
  }
  .mod-selectbox-orig {
    min-width: 100%;
  }

  /* error */
  .error-text,
  .mw_wp_form .error {
    margin-top: 5px;
  }
  .contact-table .inner-table .mod-selectbox-orig select {
    width: 100% !important;
  }
}

/* checkbox and radio-wrap
============================================================ */
.checkbox-wrap,
.radio-wrap {
  padding: 0 0;
  border: none;
  display: inline-block;
  margin: 0 0 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}

.checkbox-wrap.single,
.radio-wrap.single {
  margin: 15px 0;
  width: 100%;
}

.radio-wrap {
  padding: 0 0 0 0;
}

.checkbox-wrap,
.radio-wrap {
  min-width: 50%;
}

.radio-list.mod-panel-layout {
  width: auto;
}

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

.checkbox-wrap .mwform-checkbox-field span a,
.checkbox-wrap ul li span a,
.radio-wrap .mwform-radio-field span a,
.radio-wrap ul li span a {
  text-decoration: underline;
}

.checkbox-wrap .mwform-checkbox-field span a:hover,
.checkbox-wrap ul li span a:hover,
.radio-wrap .mwform-radio-field span a:hover,
.radio-wrap ul li span a:hover {
  text-decoration: none;
}

.checkbox-wrap input[type="checkbox"],
.radio-wrap input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-wrap ul:after,
.radio-wrap ul:after {
  display: block;
  content: '';
  clear: both;
}

.checkbox-wrap .mwform-checkbox-field label,
.checkbox-wrap ul li label,
.radio-wrap .mwform-radio-field label,
.radio-wrap ul li label {
  position: relative;
  display: inline-block;
  word-break: break-all;
  cursor: pointer;
  width: 100%;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span,
.checkbox-wrap ul li label input[type="checkbox"]+span {
  position: relative;
  padding: 0 20px 0 40px;
}

/* CHECKBOX */
.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:before,
.checkbox-wrap ul:nth-of-type(1) label input[type="checkbox"]+span:before {
  border-color: #707070 !important;
  background-color: #fff !important;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]:checked+span:before,
.checkbox-wrap ul:nth-of-type(1) label input[type="checkbox"]:checked+span:before {
  border-color: #ff416e !important;
  background-color: #ff416e !important;
}

.checkbox-wrap .mwform-checkbox-field label span,
.checkbox-wrap ul li label span,
.mw_wp_form_confirm .checkbox-wrap ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 2;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"],
.checkbox-wrap ul li label input[type="checkbox"] {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:before,
.checkbox-wrap ul li label input[type="checkbox"]+span:before,
.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:after,
.checkbox-wrap ul li label input[type="checkbox"]+span:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:before,
.checkbox-wrap ul li label input[type="checkbox"]+span:before {
  z-index: 0;
  background-color: transparent;
  width: 26px;
  height: 26px;
  border: 1px #616161 solid;
  border-radius: 3px;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:after,
.checkbox-wrap ul li label input[type="checkbox"]+span:after {
  z-index: 1;
  margin: 6px 9px;
  width: 8px;
  height: 12px;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]:checked+span:before,
.checkbox-wrap ul li label input[type="checkbox"]:checked+span:before {
  background-color: #616161;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]:checked+span:after,
.checkbox-wrap ul li label input[type="checkbox"]:checked+span:after {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* RADIO */
.radio-wrap .mwform-radio-field label input[type="radio"]+span,
.radio-wrap ul li label input[type="radio"]+span {
  position: relative;
  padding: 0 40px 0 28px;
}

.radio-wrap .mwform-radio-field label input[type="radio"]+span:before,
.radio-wrap ul:nth-of-type(1) label input[type="radio"]+span:before {
  border-color: #2c3e9c !important;
}

.radio-wrap .mwform-radio-field label span,
.radio-wrap ul li label span {
  display: inline-block;
  line-height: 1.1;
  font-size: 14px;
}

.radio-wrap .mwform-radio-field label input[type="radio"],
.radio-wrap ul li label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.radio-wrap .mwform-radio-field label input[type="radio"]+span:before,
.radio-wrap ul li label input[type="radio"]+span:before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 18px;
}

.radio-wrap .mwform-radio-field label input[type="radio"]+span:before,
.radio-wrap ul li label input[type="radio"]+span:before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 2px #000 solid;
}

.radio-wrap .mwform-radio-field label input[type="radio"]:checked+span:before,
.radio-wrap ul li label input[type="radio"]:checked+span:before {
  border-width: 6px;
}

.radio-wrap .body-block {
  display: inline;
}

.radio-wrap .body-block select {
  width: auto;
}

select .platform-only {
  display: none;
}

html[data-platform="iOS"] select .platform-only,
html[data-platform="Android"] select .platform-only {
  display: block;
}

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

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {

  .checkbox-wrap .mwform-checkbox-field,
  .checkbox-wrap ul li,
  .radio-wrap .mwform-radio-field,
  .radio-wrap ul li {
    margin-bottom: 10px;
  }

  .checkbox-wrap .mwform-checkbox-field:last-of-type,
  .checkbox-wrap ul li:last-child,
  .radio-wrap .mwform-radio-field:last-of-type,
  .radio-wrap ul li:last-child {
    margin-bottom: 0 !important;
  }

  .checkbox-wrap,
  .radio-wrap {
    padding: 0 0 0 0;
  }

  .checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:before,
  .checkbox-wrap ul li label input[type="checkbox"]+span:before {
    width: 20px;
    height: 20px;
  }

  .checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:after,
  .checkbox-wrap ul li label input[type="checkbox"]+span:after {
    margin: 5px 7px;
    width: 6px;
    height: 8px;
  }

  .mod-selectbox-orig select {
    height: 40px;
    padding: 5px 30px 5px 10px;
  }
}

/* checkbox and radio-wrap
============================================================ */
.checkbox-wrap {
  padding: 0 0 0 0;
  border: none;
  display: inline-block;
  margin: 0 0 5px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}

.checkbox-wrap.single,
.radio-wrap.single {
  margin: 15px 0;
  width: 100%;
}

.checkbox-wrap,
.radio-wrap {
  min-width: 50%;
}

.radio-list.mod-panel-layout {
  width: auto;
}

.mwform-radio-field {
  display: block;
  margin-bottom: 10px;
}

.checkbox-wrap .mwform-checkbox-field span a,
.checkbox-wrap ul li span a,
.radio-wrap .mwform-radio-field span a,
.radio-wrap ul li span a {
  text-decoration: underline;
}

.checkbox-wrap .mwform-checkbox-field span a:hover,
.checkbox-wrap ul li span a:hover,
.radio-wrap .mwform-radio-field span a:hover,
.radio-wrap ul li span a:hover {
  text-decoration: none;
}

.checkbox-wrap input[type="checkbox"],
.radio-wrap input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-wrap ul:after,
.radio-wrap ul:after {
  display: block;
  content: '';
  clear: both;
}

.checkbox-wrap .mwform-checkbox-field label,
.checkbox-wrap ul li label,
.radio-wrap .mwform-radio-field label,
.radio-wrap ul li label {
  position: relative;
  display: inline-block;
  word-break: break-all;
  cursor: pointer;
  width: 100%;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span,
.checkbox-wrap ul li label input[type="checkbox"]+span {
  position: relative;
  padding: 0 20px 2px 40px;
}

/* CHECKBOX */
.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:before,
.checkbox-wrap ul:nth-of-type(1) label input[type="checkbox"]+span:before {
  border-color: #707070 !important;
  background-color: #fff !important;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]:checked+span:before,
.checkbox-wrap ul:nth-of-type(1) label input[type="checkbox"]:checked+span:before {
  border-color: #005cab !important;
  background-color: #005cab !important;
}

.checkbox-wrap .mwform-checkbox-field label span,
.checkbox-wrap ul li label span,
.mw_wp_form_confirm .checkbox-wrap ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
}

.checkbox-wrap .mwform-checkbox-field label span.icon-required,
.checkbox-wrap ul li label span.icon-required {
  font-size: 12px;
  line-height: 1 !important;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"],
.checkbox-wrap ul li label input[type="checkbox"] {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:before,
.checkbox-wrap ul li label input[type="checkbox"]+span:before,
.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:after,
.checkbox-wrap ul li label input[type="checkbox"]+span:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:before,
.checkbox-wrap ul li label input[type="checkbox"]+span:before {
  z-index: 0;
  background-color: transparent;
  width: 26px;
  height: 26px;
  border: 1px #616161 solid;
  border-radius: 3px;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:after,
.checkbox-wrap ul li label input[type="checkbox"]+span:after {
  z-index: 1;
  margin: 6px 9px;
  width: 8px;
  height: 12px;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]:checked+span:before,
.checkbox-wrap ul li label input[type="checkbox"]:checked+span:before {
  background-color: #616161;
}

.checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]:checked+span:after,
.checkbox-wrap ul li label input[type="checkbox"]:checked+span:after {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* RADIO */
.radio-wrap .mwform-radio-field label input[type="radio"]+span,
.radio-wrap ul li label input[type="radio"]+span {
  position: relative;
  padding: 0 40px 0 28px;
}

.radio-wrap .mwform-radio-field label input[type="radio"]+span:before,
.radio-wrap ul:nth-of-type(1) label input[type="radio"]+span:before {
  border-color: #c7c7c7 !important;
}

.radio-wrap .mwform-radio-field label span,
.radio-wrap ul li label span {
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
}

.radio-wrap .mwform-radio-field label input[type="radio"],
.radio-wrap ul li label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.radio-wrap .mwform-radio-field label input[type="radio"]+span::after,
.radio-wrap ul li label input[type="radio"]+span::after,
.radio-wrap .mwform-radio-field label input[type="radio"]+span:before,
.radio-wrap ul li label input[type="radio"]+span:before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 18px;
}

.radio-wrap .mwform-radio-field label input[type="radio"]+span:before,
.radio-wrap ul li label input[type="radio"]+span:before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px #000 solid;
}

.radio-wrap .mwform-radio-field label input[type="radio"]:checked+span:before,
.radio-wrap ul li label input[type="radio"]:checked+span:before {
  border-width: 2px;
  background-color: #005cab;
}

.radio-wrap .mwform-radio-field label input[type="radio"]:checked+span::after,
.radio-wrap ul li label input[type="radio"]:checked+span::after {
  z-index: 0;
  top: 1px;
  left: 1px;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 3px #fff solid;
}

.radio-wrap .body-block {
  display: inline;
}

.radio-wrap .body-block select {
  width: auto;
}

select .platform-only {
  display: none;
}

html[data-platform="iOS"] select .platform-only,
html[data-platform="Android"] select .platform-only {
  display: block;
}

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

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {

  .checkbox-wrap .mwform-checkbox-field,
  .checkbox-wrap ul li,
  .radio-wrap .mwform-radio-field,
  .radio-wrap ul li {
    margin-bottom: 10px;
  }

  .checkbox-wrap .mwform-checkbox-field:last-of-type,
  .checkbox-wrap ul li:last-child,
  .radio-wrap .mwform-radio-field:last-of-type,
  .radio-wrap ul li:last-child {
    margin-bottom: 0 !important;
  }

  .checkbox-wrap {
    padding: 0 0 0 0;
  }

  .checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:before,
  .checkbox-wrap ul li label input[type="checkbox"]+span:before {
    width: 20px;
    height: 20px;
  }

  .checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:after,
  .checkbox-wrap ul li label input[type="checkbox"]+span:after {
    margin: 5px 7px;
    width: 6px;
    height: 8px;
  }

  .mod-selectbox-orig select {
    height: 50px;
    padding: 5px 30px 5px 10px;
  }

  .checkbox-wrap .mwform-checkbox-field label span,
  .checkbox-wrap ul li label span,
  .mw_wp_form_confirm .checkbox-wrap ul li {
    font-size: 14px;
  }

  .checkbox-wrap .mwform-checkbox-field label span.icon-required,
  .checkbox-wrap ul li label span.icon-required {
    font-size: 11px;
  }

  .checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span,
  .checkbox-wrap ul li label input[type="checkbox"]+span {
    padding: 0 20px 2px 30px;
  }

  .checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:before,
  .checkbox-wrap ul li label input[type="checkbox"]+span:before,
  .checkbox-wrap .mwform-checkbox-field label input[type="checkbox"]+span:after,
  .checkbox-wrap ul li label input[type="checkbox"]+span:after {
    top: 3px;
  }
}

/* privacy-checkbox
============================================================ */
.privacy-checkbox {
  margin: 0 auto;
  margin-top: 55px;
  max-width: 720px;
}

.privacy-checkbox .checkbox-wrap {
  margin-top: 20px;
}

.com-btn-wrap {
  margin-top: 44px;
}

.com-btn-wrap .com-btn-base {
  margin: 0 auto;
}

.mw_wp_form_confirm .privacy-checkbox .bottom-lead-text {
  display: none;
}

.privacy-checkbox .bottom-lead-text a {
  text-decoration: underline;
  color: #005cab;
}

.privacy-checkbox .bottom-lead-text a:hover {
  text-decoration: none;
}

.-confirm .privacy-checkbox .checkbox-wrap {
  margin-top: 0;
}

.-confirm .privacy-checkbox {
  margin-top: 30px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {}
}

/* contact-form-back-btn
============================================================ */
.com-btn-wrap {
  position: relative;
}
.contact-form-back-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #424245;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: all .2s ease-in-out;
  margin: 60px auto 0;
}

.contact-form-back-btn span {
  position: relative;
  padding-left: 20px;
}

.contact-form-back-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url(../img/common/icon-arrow-left-bl-2.svg) 0 0 no-repeat;
  background-size: 6px auto;
}
.contact-form-back-btn:hover {
  text-decoration: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .contact-form-back-btn {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    width: 100%;
  }

  .contact-form-back-btn:hover {
    text-decoration: underline;
  }
}

/* com-btn-base
============================================================ */
.section-contact .com-btn-wrap {
  padding-top: 60px;
  border-top: solid 1px #dedede;
}

.section-contact .com-btn-base {
  min-width: 180px;
}

.section-contact.-confirm .com-btn-wrap {
  padding-top: 60px;
  margin-top: 24px;
}

.section-contact.-completion .com-btn-wrap {
  padding-top: 0;
  border-top: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-contact .com-btn-base {
    width: 100%;
  }

  .section-contact .com-btn-wrap {
    padding-top: 40px;
    margin-top: 40px;
  }

  .section-contact.-confirm .com-btn-wrap {
    padding-top: 40px;
    margin-top: 24px;
  }
}

.checkbox-wrap .mwform-checkbox-field label {
  width: auto;
}
.lead-text span {
  color: #f44830;
  font-weight: bold;
}

/* completion
============================================================ */
.contact-info-complete {
  margin-top: 40px;
}
.contact-info-complete .title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.contact-info-complete .text {
  margin-top: 30px;
}

.contact-info-complete-tel {
  padding: 40px 40px 50px;
  background-color: #f5f5f5;
  text-align: center;
}
.contact-info-complete-tel .desc-block .title {
  font-size: 20px;
  font-weight: bold;
}
.contact-info-complete-tel .desc-block .tel {
  margin-top: 20px;
}
.contact-info-complete-tel .desc-block .time {
  font-size: 14px;
  margin-top: 15px;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .contact-info-complete .title {
    font-size: 24px;
  }
  .complete-wrap {
    padding: 0 20px;
  }
}

/* contact-google-recaptcha
============================================================ */
.contact-google-recaptcha {
  margin-top: 40px;
  text-align: center;
}
.contact-google-recaptcha .recapcha-text {
  font-size: 12px;
}
.grecaptcha-badge {
  visibility: hidden;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .contact-google-recaptcha .recapcha-text {
    font-size: 10px;
  }
}
