@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

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

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */

/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*=========================================
color
=========================================*/

/*=========================================
font
=========================================*/

/*=========================================
z-index
=========================================*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  color: #333333;
  background-color: #FFFFFF;
}

input,
button,
textarea,
select {
  padding: 0 10px;
}

#js_contact_type_2_content {
  display: none;
  margin: 0 0 25px;
}

#js_contact_type_3_content {
  display: none;
  margin: 0 0 25px;
}

#js_contact_type_1_content {
  padding: 10px 0 0 20px;
}

#js_contact_type_1_1_content,
#js_contact_type_1_2_content,
#js_contact_type_1_3_content {
  display: none;
}

#js_contact_type_2_1_content,
#js_contact_type_2_2_content {
  display: none;
}

.js_contact_type_owner_hide {
  display: none;
}

.js_contact_type_cancel_hide {
  display: none;
}

.js_contact_type_payment_content {
  display: none;
}

.js_contact_type_child_content {
  display: none;
}

/**
  お問い合わせ詳細
**/

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

.p-requestPlugin-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-requestPlugin-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

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

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

.p-requestPlugin-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;
}

.p-requestPlugin-detail_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}

.p-requestPlugin-detail_header .p-requestPlugin-detail_header_left {
  display: flex;
  align-items: center;
}

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

.p-requestPlugin-detail_header .p-requestPlugin-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-requestPlugin-detail_header .p-requestPlugin-detail_header_right p {
  font-size: 10px;
  letter-spacing: 1.9px;
  line-height: 15px;
  text-align: justify;
}

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

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

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

.p-requestPlugin-detail_subTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

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

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

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

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

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

.p-requestPlugin-detail_border {
  height: 1px;
  background-color: #e0e0e0;
  margin: 25px 0;
}

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

.p-requestPlugin-detail_flex {
  display: flex;
  margin-top: 27px;
  justify-content: space-between;
}

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

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

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

.p-requestPlugin-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-requestPlugin-detail_form-required--info {
  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;
  position: relative;
  top: 5px;
}

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

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

.p-requestPlugin-detail_field_unit .p-requestPlugin-detail_form-text,
.p-requestPlugin-detail_field_unit .p-requestPlugin-detail_form-textArea {
  width: 100px;
}

.p-requestPlugin-detail_field_unit span.p-requestPlugin-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-requestPlugin-detail_form-radio {
  margin: 0;
  display: none;
  border: none;
}

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

.p-requestPlugin-detail_form-radio + span::before {
  display: inline-block;
  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-requestPlugin-detail_form-radio:checked + span::before {
  border: 6px solid #027bff;
  background-color: #ffffff;
}

.p-requestPlugin-detail_form-text,
.p-requestPlugin-detail_form-textArea {
  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-requestPlugin-detail_form-text::-moz-placeholder,
.p-requestPlugin-detail_form-textArea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

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

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

.p-requestPlugin-detail_form-textArea {
  height: 108px;
  padding: 5px 10px;
}

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

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

.p-requestPlugin-detail_form-text-l {
  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-requestPlugin-detail_form-text-l::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

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

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

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

.flex-start {
  align-items: flex-start;
}

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

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

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

.p-requestPlugin-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-requestPlugin-detail-icon {
  transform: translateX(40px);
}

.p-requestPlugin-detail_buttons {
  display: flex;
  width: 566px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.p-requestPlugin-detail_back {
  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-requestPlugin-detail_send,
.p-requestPlugin-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-requestPlugin-detail_send--half {
  width: 269px;
}

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

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

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

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

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

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

.p-requestPlugin-detail_sub_flex {
  display: flex;
  margin-bottom: 15px;
}

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

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

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

.mwform-checkbox-field.vertical-item label {
  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-requestPlugin-detail_field {
  background: #f7f7f7 !important;
  padding: 0 10px;
  line-height: 32px;
  font-size: 15px;
  border-radius: 3px;
}

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

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

.mw_wp_form_confirm .p-requestPlugin-detail_field-info p {
  background-color: #f7f7f7 !important;
  width: calc(100% - 83px);
  padding: 7px 10px;
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

.mp_footer_copy {
  font-size: 13px;
}

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

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

.p-requestPlugin-detail_descList {
  margin: 0 0 15px 20px;
}

.p-requestPlugin-detail_descList li {
  list-style: disc;
}

.p-requestPlugin-detail_descList ul {
  padding-left: 15px;
}

.p-requestPlugin-detail_descList ul ul {
  padding-left: 15px;
}

.p-requestPlugin-detail_descList-li-red {
  color: red;
}

.p-requestPlugin-detail_note {
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: red;
}

.p-requestPlugin-detail_flex-info {
  display: flex;
  justify-content: space-between;
  margin: 27px 0 0 auto;
}

.p-requestPlugin-detail_right-info {
  width: calc(100% - 153px);
  margin: 0 0 0 auto;
}

.p-requestPlugin-detail_field-info {
  display: flex;
  width: 100%;
}

.p-requestPlugin-detail_field-info + .p-requestPlugin-detail_field-info {
  margin-top: 12px;
}

.p-requestPlugin-detail_form-title-small-wrapper {
  display: flex;
  justify-content: space-between;
  width: 90px;
  margin-right: 10px;
}

.p-requestPlugin-detail_form-title-small {
  padding-top: 7px;
  font-size: 12px;
  font-weight: bold;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-20 {
  margin-bottom: 10px;
}

.u-mb-30 {
  margin-bottom: 10px;
}

.u-mb-40 {
  margin-bottom: 10px;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-40 {
  margin-top: 30px;
}

.u-m-auto {
  margin: 0 auto;
}

.u-sp-only {
  display: none;
}

.u-pc-only {
  display: block;
}

.u-font-weight-bold {
  font-weight: bold;
}

.u-font-underline {
  text-decoration: underline;
}

.u-flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-position-relative {
  position: relative;
}

.u-liststyle__disc-blue li::before {
  content: "";
}

@media screen and (max-width: 1023px) {
  .p-requestPlugin-detail_header_top {
    display: none;
  }

  .p-requestPlugin-detail_header {
    padding: 24px 0 0;
    width: auto;
  }

  .p-requestPlugin-detail_header_inner {
    display: block;
  }

  .p-requestPlugin-detail_header .p-requestPlugin-detail_header_left {
    display: block;
    text-align: center;
  }

  .p-requestPlugin-detail_header .p-requestPlugin-detail_header_left img {
    margin-right: 0;
    padding-bottom: 24px;
  }

  .p-requestPlugin-detail_header .p-requestPlugin-detail_header_left p {
    height: 35px;
    line-height: 35px;
    background: #272b30;
  }

  .p-requestPlugin-detail_header .p-requestPlugin-detail_header_right {
    display: none;
  }

  .p-requestPlugin-detail_bg {
    padding: 40px 20px;
  }

  .p-requestPlugin-detail_inner {
    padding: 30px 20px;
  }

  .p-requestPlugin-detail_title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.9px;
  }

  .p-requestPlugin-detail_subTitle {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.9px;
  }

  .p-requestPlugin-detail_flex {
    display: block;
  }

  .p-requestPlugin-detail_flex_right {
    width: 100%;
  }

  .p-requestPlugin-detail_form-title--other {
    line-height: 21px;
    margin-bottom: 8px;
  }

  .p-requestPlugin-detail_right {
    width: 100%;
  }

  .p-requestPlugin-detail_form-text,
  .p-requestPlugin-detail_form-textArea {
    width: 100%;
  }

  .p-requestPlugin-detail_form-select {
    width: 100%;
  }

  .p-requestPlugin-detail_sub_flex {
    display: block;
  }

  .p-requestPlugin-detail_sub_flex input {
    width: 100%;
  }

  .p-requestPlugin-detail_sub_flex select {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .mw_wp_form_confirm .p-requestPlugin-detail_field-info p {
    width: 100%;
  }

  .p-requestPlugin-detail_term {
    padding: 24px 15px;
  }

  .mp_footer_flex {
    height: auto;
    display: block;
    padding: 20px;
    text-align: center;
  }

  .mp_footer_copy {
    font-size: 10px;
  }

  .mp_footer_img {
    margin: 0 auto;
  }

  .p-requestPlugin-detail-mailaddress {
    letter-spacing: -0.5px;
  }

  .p-requestPlugin-detail_flex-info {
    display: block;
    width: 100%;
  }

  .p-requestPlugin-detail_right-info {
    width: 100%;
  }

  .p-requestPlugin-detail_field-info {
    display: block;
    width: 100%;
  }

  .p-requestPlugin-detail_form-title-small-wrapper {
    padding-bottom: 6px;
  }

  .p-requestPlugin-detail_form-title-small {
    padding-bottom: 2px;
  }
}

@media (max-width: 1023px) {
  .u-sp-only {
    display: block;
  }

  .u-pc-only {
    display: none;
  }
}