@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  /* ***************************************************
   お問い合わせ
  *************************************************** */
  .page-contact {
    color: #666666;
  }
  .contact-wrapper {
    margin: 64px auto 0;
    width: 960px;
    max-width: calc(100% - 6vw);
  }
  .contact-wrapper.complete {
    margin-top: 96px;
  }
  .contact-wrapper .text-center {
    margin: 64px auto;
    font-size: 14px;
    line-height: 1.8em;
  }
  .contact-wrapper .text-center h2 {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .contact-wrapper .text-center p {
    margin-bottom: 40px;
  }
  .contact-wrapper .text-center p:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .text-center a {
    text-decoration: underline;
  }
  .contact-wrapper .text-center a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .contact-wrapper table {
    width: 100%;
  }
  .contact-wrapper td {
    display: block;
    width: 100%;
  }
  .contact-wrapper dt {
    font-weight: 700;
    padding-bottom: 0.75em;
  }
  .contact-wrapper dd {
    margin-bottom: 35px;
  }
  .contact-wrapper input[type=text],
  .contact-wrapper input[type=email],
  .contact-wrapper input[type=tel],
  .contact-wrapper select {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    color: #666666;
  }
  .contact-wrapper input[type=text][aria-invalid=true],
  .contact-wrapper input[type=email][aria-invalid=true],
  .contact-wrapper input[type=tel][aria-invalid=true],
  .contact-wrapper select[aria-invalid=true] {
    background-color: #FFEBEB;
    border: 1px solid #DE9898;
  }
  .contact-wrapper input[type=text][name^=tel] {
    width: 80px;
  }
  .contact-wrapper textarea {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 12px;
    width: 100%;
  }
  .contact-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .contact-wrapper .contact-btn-wrapper {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #ccc;
  }
  .contact-wrapper .contact-btn-wrapper .chk-wrapper {
    margin-bottom: 12px;
  }
  .contact-wrapper .contact-btn-wrapper .btn {
    width: 320px;
    max-width: 100%;
    border: 1px solid #ccc;
  }
  .contact-wrapper .contact-btn-wrapper .wpcf7-spinner {
    position: absolute;
  }
  .contact-wrapper .contact-btn-wrapper br {
    display: none;
  }
  .is_proposal {
    display: none;
  }
  .chk-wrapper,
  .chk-wrapper + .btn-wrapper {
    display: inline-block;
  }
  .chk-wrapper {
    margin-right: 9px;
  }
  .chk-wrapper input[type=checkbox] {
    display: none;
  }
  .chk-wrapper input[type=checkbox] + span,
  .chk-wrapper input[type=checkbox] + label {
    font-size: 15px;
  }
  .chk-wrapper input[type=checkbox] + span:before,
  .chk-wrapper input[type=checkbox] + label:before {
    background-color: #fff;
    border: 2px solid #999;
    color: #fff;
    content: "";
    display: inline-block;
    height: 15px;
    line-height: 0.7;
    margin-bottom: -2px;
    margin-right: 6px;
    width: 15px;
  }
  .chk-wrapper input[type=checkbox]:checked + span:before,
  .chk-wrapper input[type=checkbox]:checked + label:before {
    background-color: #999;
    content: "✔";
  }
  .chk-wrapper input[type=checkbox] + span a,
  .chk-wrapper input[type=checkbox] + label a {
    color: #666;
    text-decoration: underline;
  }
  .input-file-wrapper {
    background-color: #f8f8f8;
    min-height: 55px;
    margin-bottom: 8px;
    /*padding: 6px 15px;*/
    padding: 13px 15px;
  }
  .input-file-wrapper input[type=file] {
    -webkit-appearance: none;
    background: none;
    font-size: 14px;
  }
  .input-file-wrapper input[type=file]:focus {
    outline: none;
  }
  .input-file-wrapper input[type=file],
  .input-file-wrapper input[type=file] + span {
    /*display: none;*/
  }
  .input-file-wrapper label {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    height: 33px;
    padding-top: 5px;
    text-align: center;
    width: 120px;
  }
  .input-file-wrapper #fake_text_box {
    border: 0;
    display: inline-block;
    font-size: 15px;
    width: auto;
  }
  .input-file-wrapper #fake_text_box:focus {
    outline: none;
  }
  .note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8em;
  }
  .radio-wrapper span.wpcf7-list-item {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05;
    line-height: 40px;
    margin: 0;
    width: 100%;
  }
  .radio-wrapper > span.error {
    display: block;
    width: 100%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
  .contact-wrapper .contact-btn-wrapper .btn,
  .mw_wp_form_input .btn-submit {
    background-color: #333;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 55px;
    min-width: 200px;
  }
  .mw_wp_form_confirm dd {
    border: 2px solid #ccc;
    height: 40px;
    padding: 6px 10px 5px;
  }
  .mw_wp_form_confirm .area-inquiry dd {
    height: auto;
    min-height: 143px;
  }
  .require {
    background-color: #ff0;
    border-radius: 20px;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    margin-left: 9px;
    padding: 7px 12px 5px;
    vertical-align: text-bottom;
  }
  .mw_wp_form_complete {
    padding-top: 63px;
  }
  .mw_wp_form_complete .lead {
    font-size: 20px;
    font-weight: bold;
  }
  .mw_wp_form_complete > p {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05;
    line-height: 30px;
    margin-bottom: 1.875rem;
  }
  .mw_wp_form_complete > p a {
    color: #666;
    text-decoration: underline;
  }
  span[role=alert],
  .error {
    font-size: 14px;
    letter-spacing: 0.05;
    line-height: 2;
  }
  span[role=alert]:before,
  .error:before {
    background-image: url(../images/contact/icon-exclamation.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 17px;
    margin-bottom: -3px;
    margin-right: 8px;
    width: 17px;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  /* ***************************************************
   お問い合わせ
  *************************************************** */
  .page-contact {
    padding-top: 96px;
    color: #666666;
  }
  .contact-wrapper {
    margin: 64px auto 0;
    width: 960px;
    max-width: calc(100% - 48px);
  }
  .contact-wrapper.complete {
    margin-top: 96px;
  }
  .contact-wrapper .text-center {
    margin: 64px auto;
    text-align: center;
    line-height: 1.8em;
  }
  .contact-wrapper .text-center h2 {
    margin-bottom: 1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .contact-wrapper .text-center p {
    margin-bottom: 40px;
  }
  .contact-wrapper .text-center p:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .text-center a {
    text-decoration: underline;
  }
  .contact-wrapper .text-center a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .contact-wrapper table {
    width: 100%;
  }
  .contact-wrapper td {
    display: block;
    width: 100%;
  }
  .contact-wrapper dt {
    font-weight: 700;
    padding-bottom: 0.75em;
  }
  .contact-wrapper dd {
    margin-bottom: 35px;
  }
  .contact-wrapper input[type=text],
  .contact-wrapper input[type=email],
  .contact-wrapper input[type=tel],
  .contact-wrapper select {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    color: #666666;
  }
  .contact-wrapper input[type=text][aria-invalid=true],
  .contact-wrapper input[type=email][aria-invalid=true],
  .contact-wrapper input[type=tel][aria-invalid=true],
  .contact-wrapper select[aria-invalid=true] {
    background-color: #FFEBEB;
    border: 1px solid #DE9898;
  }
  .contact-wrapper input[type=text][name^=tel] {
    width: 80px;
  }
  .contact-wrapper textarea {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 12px;
    width: 100%;
  }
  .contact-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .contact-wrapper .contact-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0;
    border-top: 1px solid #ccc;
  }
  .contact-wrapper .contact-btn-wrapper .btn {
    width: 320px;
    max-width: 100%;
    border: 1px solid #ccc;
  }
  .contact-wrapper .contact-btn-wrapper .wpcf7-spinner {
    position: absolute;
  }
  .contact-wrapper .contact-btn-wrapper br {
    display: none;
  }
  .is_proposal {
    display: none;
  }
  .chk-wrapper,
  .chk-wrapper + .btn-wrapper {
    display: inline-block;
  }
  .chk-wrapper {
    margin-right: 9px;
  }
  .chk-wrapper input[type=checkbox] {
    display: none;
  }
  .chk-wrapper input[type=checkbox] + span,
  .chk-wrapper input[type=checkbox] + label {
    font-size: 15px;
  }
  .chk-wrapper input[type=checkbox] + span:before,
  .chk-wrapper input[type=checkbox] + label:before {
    background-color: #fff;
    border: 2px solid #999;
    color: #fff;
    content: "";
    display: inline-block;
    height: 15px;
    line-height: 0.7;
    margin-bottom: -2px;
    margin-right: 6px;
    width: 15px;
  }
  .chk-wrapper input[type=checkbox]:checked + span:before,
  .chk-wrapper input[type=checkbox]:checked + label:before {
    background-color: #999;
    content: "✔";
  }
  .chk-wrapper input[type=checkbox] + span a,
  .chk-wrapper input[type=checkbox] + label a {
    color: #666;
    text-decoration: underline;
  }
  .input-file-wrapper {
    background-color: #f8f8f8;
    min-height: 55px;
    margin-bottom: 8px;
    /*padding: 6px 15px;*/
    padding: 13px 15px;
  }
  .input-file-wrapper input[type=file] {
    -webkit-appearance: none;
    background: none;
    font-size: 14px;
  }
  .input-file-wrapper input[type=file]:focus {
    outline: none;
  }
  .input-file-wrapper input[type=file],
  .input-file-wrapper input[type=file] + span {
    /*display: none;*/
  }
  .input-file-wrapper label {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    height: 33px;
    padding-top: 5px;
    text-align: center;
    width: 120px;
  }
  .input-file-wrapper #fake_text_box {
    border: 0;
    display: inline-block;
    font-size: 15px;
    width: auto;
  }
  .input-file-wrapper #fake_text_box:focus {
    outline: none;
  }
  .note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8em;
  }
  .radio-wrapper span.wpcf7-list-item {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.05;
    line-height: 40px;
    margin: 0;
    width: 33.3333333333%;
  }
  .radio-wrapper > span.error {
    display: block;
    width: 100%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
  .contact-wrapper .contact-btn-wrapper .btn,
  .mw_wp_form_input .btn-submit {
    background-color: #333;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 55px;
    min-width: 200px;
  }
  .mw_wp_form_confirm dd {
    border: 2px solid #ccc;
    height: 40px;
    padding: 6px 10px 5px;
  }
  .mw_wp_form_confirm .area-inquiry dd {
    height: auto;
    min-height: 143px;
  }
  .require {
    background-color: #ff0;
    border-radius: 20px;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    margin-left: 9px;
    padding: 7px 12px 5px;
    vertical-align: text-bottom;
  }
  .mw_wp_form_complete {
    padding-top: 63px;
  }
  .mw_wp_form_complete .lead {
    font-size: 20px;
    font-weight: bold;
  }
  .mw_wp_form_complete > p {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05;
    line-height: 30px;
    margin-bottom: 1.875rem;
  }
  .mw_wp_form_complete > p a {
    color: #666;
    text-decoration: underline;
  }
  span[role=alert],
  .error {
    font-size: 14px;
    letter-spacing: 0.05;
    line-height: 2;
  }
  span[role=alert]:before,
  .error:before {
    background-image: url(../images/contact/icon-exclamation.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 17px;
    margin-bottom: -3px;
    margin-right: 8px;
    width: 17px;
  }
}