/**
  お問い合わせ詳細
**/
@media screen and (max-width: 1023px) {
  .p-contact-detail_header_top {
    display: none;
  }
}

.p-contact-detail_header_top_inner {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}

.p-contact-detail_header_top a {
  font-size: 11px;
  font-weight: bold;
  color: #262626;
  line-height: 30px;
  background: white;
  padding-left: 15px;
  background: url("./image/form/backward.png") no-repeat left center/8px 8px;
  letter-spacing: 2.75px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.p-contact-detail {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.p-contact-detail input,
.p-contact-detail select,
.p-contact-detail textarea,
.p-contact-detail button {
  font-family: 'Noto Sans JP', sans-serif;
}

.p-contact-detail select::-ms-expand {
  display: none;
}

.p-contact-detail_header {
  margin: 0 auto;
  width: 100%;
  background-color: #343a40;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 26px 30px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_header {
    padding: 24px 0 0;
    width: auto;
  }
}

.p-contact-detail_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_header_inner {
    display: block;
  }
}

.p-contact-detail_header .p-contact-detail_header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_header .p-contact-detail_header_left {
    display: block;
    text-align: center;
  }
}

.p-contact-detail_header .p-contact-detail_header_left img {
  margin-right: 70px;
  width: 200px;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_header .p-contact-detail_header_left img {
    margin-right: 0;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_header .p-contact-detail_header_left p {
    height: 35px;
    line-height: 35px;
    background: #272b30;
  }
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_header .p-contact-detail_header_right {
    display: none;
  }
}

.p-contact-detail_header .p-contact-detail_header_right a {
  display: block;
  color: #ffffff;
  font-family: "Roboto Condensed", 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 4.81px;
  line-height: 29px;
  text-align: center;
}

.p-contact-detail_header .p-contact-detail_header_right p {
  font-size: 10px;
  letter-spacing: 1.9px;
  line-height: 15px;
  text-align: justify;
}

.p-contact-detail_bg {
  background-color: #f7f7f7;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_bg {
    padding: 40px 20px;
  }
}

.p-contact-detail_inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
          box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
  padding: 80px 99px;
  margin: 0 auto;
  max-width: 1160px;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_inner {
    padding: 30px 20px;
  }
}

.p-contact-detail_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.9px;
  }
}

.p-contact-detail_desc {
  margin: 32px 0 16px;
  line-height: 24px;
  font-size: 15px;
}

.p-contact-detail_desc p {
  margin: 14px 0;
}

.p-contact-detail_desc span {
  color: #17a2b8;
}

.p-contact-detail_desc a {
  color: #17a2b8;
}

.p-contact-detail_complete_text {
  line-height: 30px;
  font-size: 15px;
}

.p-contact-detail_complete {
  margin: 32px 0;
  line-height: 30px;
  font-size: 15px;
}

.p-contact-detail_email {
  color: #17a2b8;
  font-weight: bold;
}

.p-contact-detail_link {
  color: #17a2b8;
}

.p-contact-detail_border {
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 40px;
}

.p-contact-detail_form {
  margin-top: 40px;
}

.p-contact-detail_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_flex {
    display: block;
  }
}

.p-contact-detail_flex_right {
  width: calc(100% - 310px);
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_flex_right {
    width: 100%;
  }
}

.p-contact-detail_form-title, .p-contact-detail_form-title--top, .p-contact-detail_form-title--other {
  width: 230px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2px;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_form-title--other {
    line-height: 21px;
    margin-bottom: 8px;
  }
}

.p-contact-detail_right {
  width: calc(100% - 310px);
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_right {
    width: 100%;
  }
}

.p-contact-detail_form-required {
  height: 18px;
  width: 34px;
  border-radius: 3px;
  background-color: #cd5050;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin-left: 12px;
  position: relative;
  top: 5px;
}

.p-contact-detail__sub-label .p-contact-detail_form-required {
  display: inline-block;
  position: inherit;
}

.p-contact-detail_field_unit {
  position: relative;
}

.p-contact-detail_field_unit .p-contact-detail_form-text {
  width: 100px;
}

.p-contact-detail_field_unit span.p-contact-detail_field_unit_text {
  position: absolute;
  top: 10px;
  left: 110px;
}

.mwform-radio-field.horizontal-item {
  display: block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 15px 0 0;
}

.p-contact-detail_form-radio {
  margin: 0;
  display: none;
  border: none;
}

.p-contact-detail_form-radio + span {
  color: #333333;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  position: relative;
  display: inline-block;
}

.p-contact-detail_form-radio + span::before {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 0;
  top: 4px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-right: 6px;
}

.p-contact-detail_form-radio:checked + span::before {
  border: 6px solid #027bff;
  background-color: #ffffff;
}

.p-contact-detail_form-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  width: 368px;
  max-width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 15px;
}

.p-contact-detail_form-text::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail_form-text::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail_form-text:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail_form-text::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail_form-text::placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_form-text {
    width: 100%;
  }
}

.p-contact-detail_form-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  width: 368px;
  max-width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: url("./image/form/caret-down.png") no-repeat 95% center/10px 7px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail_form-select.not-select {
  color: #ccc;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_form-select {
    width: 100%;
  }
}

.p-contact-detail_form-text-l {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #ffffff;
  display: inline;
  vertical-align: top;
  padding-top: 7px;
  font-size: 15px;
}

.p-contact-detail_form-text-l::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail_form-text-l::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail_form-text-l:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail_form-text-l::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail_form-text-l::placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.p-contact-detail-privacy {
  width: 665px;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}

.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact-detail-privacy-link {
  color: #1767ac;
  display: block;
  margin-bottom: 24px;
}

.p-contact-detail-privacy-check {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}

.p-contact-detail-privacy-check--important + span {
  color: #cb6666;
  font-weight: bold;
}

.p-contact-detail_button {
  height: 48px;
  width: 368px;
  background-color: #1767ac;
  margin: 40px 297px 0 297px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
}

.p-contact-detail-icon {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.p-contact-detail_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 566px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.p-contact-detail_back {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  width: 269px;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin-right: 28px;
  background: url("./image/form/chevron-left_black.png") no-repeat 15px center/8px 13px, #ffffff;
}

.p-contact-detail_send, .p-contact-detail_send--half {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 368px;
  max-width: 100%;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: url("./image/form/chevron-right_white.png") no-repeat 95% center/8px 13px, #262626;
}

.p-contact-detail_send--half {
  width: 269px;
}

.mw_wp_form_confirm .p-contact-detail_send, .mw_wp_form_confirm .p-contact-detail_send--half {
  width: 269px;
  background: #262626;
}

.p-contact-detail-icon_left {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.p-contact-detail_notice {
  height: 22px;
  width: 962px;
  color: #888888;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  margin-top: 24px;
}

.p-contact-detail__sub-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 10px;
  font-size: 15px;
  line-height: 26px;
}

.p-contact-detail__sub-label__red {
  color: #cb6666;
  font-weight: bold;
}

.p-contact-detail__sub-comment {
  padding-left: 26px;
  margin-top: 0px;
}

.p-contact-detail_sub_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_sub_flex {
    display: block;
  }
}

.p-contact-detail_sub_flex input {
  width: 175px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_sub_flex input {
    width: 100%;
  }
}

.p-contact-detail_sub_flex select {
  margin-left: 10px;
  width: 175px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_sub_flex select {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.mwform-checkbox-field.vertical-item {
  display: block;
  margin-bottom: 8px;
}

.mwform-checkbox-field.vertical-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mwform-checkbox-field.vertical-item .mwform-checkbox-field-text {
  display: inline-block;
  padding-left: 5px;
  width: calc(100% - 40px);
  line-height: 1.3;
}

.mw_wp_form_confirm .p-contact-detail_field {
  background: #f7f7f7 !important;
  padding: 0 10px;
  line-height: 32px;
  font-size: 15px;
  border-radius: 3px;
}

.mw_wp_form_confirm .p-contact-detail_field.p-contact-detail_field_unit {
  width: 100px;
}

.mw_wp_form_confirm .p-contact-detail_field.p-contact-detail_field_unit .p-contact-detail_field_unit_text {
  top: 0;
}

.p-contact-detail_confirm_text {
  display: none;
  font-size: 12px;
  color: #888888;
  text-align: center;
  margin: 24px 0;
}

.mw_wp_form_confirm .p-contact-detail_confirm_text {
  display: block;
}

.p-contact-detail_term {
  border: 1px solid #e0e0e0;
  padding: 24px;
  font-size: 15px;
  margin-top: 40px;
  line-height: 24px;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail_term {
    padding: 24px 15px;
  }
}

.p-contact-detail_term b {
  display: block;
  font-weight: bold;
  margin-bottom: 24px;
}

.p-contact-detail_term a {
  display: block;
  margin-top: 12px;
  color: #0089ff;
}

.p-contact-detail_term_check {
  text-align: center;
  margin: 24px 0 0;
}

.mw_wp_form_confirm .p-contact-detail_term {
  display: none;
}

.mp_footer_flex {
  height: 108px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 160px 0 125px;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .mp_footer_flex {
    height: auto;
    display: block;
    padding: 20px;
    text-align: center;
  }
}

.mp_footer_copy {
  font-size: 13px;
}

@media screen and (max-width: 1023px) {
  .mp_footer_copy {
    font-size: 10px;
  }
}

.mp_footer_img {
  height: 77px;
  width: 200px;
}

@media screen and (max-width: 1023px) {
  .mp_footer_img {
    margin: 0 auto;
  }
}

.mw_wp_form .error {
  display: block;
  color: #b70000;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .p-contact-detail-mailaddress {
    letter-spacing: -0.5px;
  }
}
