@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
-contact_intro
-form_sec
-------------------------*/
.w100 {
  width: 100%;
}

/*=======================================
　contact_intro
=======================================*/
.contact_intro {
  max-width: 895px;
  width: 90%;
  margin: 0 auto;
}
.contact_intro .read {
  text-align: center;
  line-height: 1.86;
  font-size: 15px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .contact_intro .read {
    text-align: left;
    font-size: 14px;
    margin: 0 0 40px 0;
  }
}
.contact_intro .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--main_black);
  padding: 55px 8.5%;
  margin: 0 0 120px 0;
}
@media screen and (max-width: 820px) {
  .contact_intro .contact_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .contact_intro .contact_box {
    padding: 30px 5%;
    margin: 0 0 60px 0;
  }
}
.contact_intro .contact_box div {
  width: 50%;
  padding: 0 5% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 820px) {
  .contact_intro .contact_box div {
    width: auto;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact_intro .contact_box div {
    gap: 8px;
  }
}
.contact_intro .contact_box div:last-child {
  width: 50%;
  border-left: 1px solid var(--main_black);
  padding: 0 0 0 9%;
}
@media screen and (max-width: 820px) {
  .contact_intro .contact_box div:last-child {
    width: auto;
    border-top: 1px solid var(--main_black);
    margin-top: 40px;
    padding: 40px 0 0 0;
    border-left: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact_intro .contact_box div:last-child {
    margin-top: 30px;
    padding: 30px 0 0 0;
  }
}
.contact_intro .contact_box h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 7px 0;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact_intro .contact_box h2 {
    font-size: 15px;
  }
}
.contact_intro .contact_box h2 strong {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .contact_intro .contact_box h2 strong {
    font-size: 18px;
  }
}
.contact_intro .contact_box p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact_intro .contact_box p {
    font-size: 14px;
  }
}
.contact_intro .contact_box p strong {
  font-size: 28px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .contact_intro .contact_box p strong {
    font-size: 22px;
  }
}
.contact_intro .contact_box span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contact_intro .contact_box span {
    font-size: 12px;
  }
}

/* 入力フォーム
--------------------------------------------------------- */
/* labelタグ 指マークトリ */
label {
  cursor: auto !important;
}

/*=======================================
　form_sec
=======================================*/
.form_sec {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .form_sec {
    margin-bottom: 100px;
  }
}
.form_sec .inner {
  max-width: 900px;
}
.form_sec .inner > p {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .form_sec .inner > p {
    margin-bottom: 35px;
  }
}
.form_sec .inner > .contact_ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .form_sec .inner > .contact_ttl {
    margin-bottom: 40px;
  }
}
.form_sec .inner > .contact_ttl::before {
  background: url("../img/common/icon_mail.svg") no-repeat;
}
.form_sec .inner .contact_item > p {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_sec .inner .contact_item > p {
    margin-bottom: 35px;
  }
}
.form_sec .inner .cmn_btn01 {
  margin: 0 auto;
}
.form_sec .inner .cmn_btn01 span {
  text-align: center;
}

/*=======================================
　contact_item
=======================================*/
.contact_item {
  display: table;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .contact_item {
    margin-bottom: 40px;
  }
}
.contact_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .contact_item dl {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact_item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
  }
}
.contact_item dl:not(:last-child) {
  margin-bottom: 20px;
}
.contact_item dl dt {
  width: calc(35.82% - 50px);
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  gap: 21px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact_item dl dt {
    width: 100%;
    line-height: 1.5;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    height: auto;
    font-size: 14px;
  }
}
.contact_item dl dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .contact_item dl dt label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
.contact_item dl dd {
  width: 69.18%;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .contact_item dl dd {
    width: 100%;
    gap: 10px;
    font-size: 14px;
    padding: 3px 0 0;
  }
}
.contact_item dl dd .h-adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact_item dl dd .h-adr {
    width: 100%;
    gap: 10px;
  }
}
.contact_item dl dd .h-adr > span {
  position: relative;
  top: 1em;
}
.contact_item dl dd .h-adr .p-locality, .contact_item dl dd .h-adr .p-street-address {
  width: 100%;
}
.contact_item dl dd text-checker-element {
  display: none;
}
.contact_item dl.address_postal, .contact_item dl:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_item input[type=text],
.contact_item input[type=email],
.contact_item input[type=tel],
.contact_item input[type=date],
.contact_item input[type=time],
.contact_item textarea,
.contact_item select {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 0 10px 0;
}
.contact_item .radio_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_item .radio_box.border {
  border-bottom: 1px solid #D2D2D2;
  padding: 0 0 10px 0;
}
.contact_item .radio_box li {
  position: relative;
}
.contact_item .radio_box li label {
  padding-left: 38px;
}
.contact_item input[type=radio] {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_item input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main_black);
  content: "";
}
.contact_item textarea {
  resize: vertical;
  height: 351px;
  padding: 27px 20px;
  border: 1px solid #D2D2D2;
}
@media screen and (max-width: 768px) {
  .contact_item textarea {
    height: 150px;
    padding: 1em;
  }
}
.contact_item select {
  color: var(--main_black);
  padding: 0 0 10px 0;
}

.contact .contact_item dt {
  width: calc(41.82% - 50px);
}
@media screen and (max-width: 820px) {
  .contact .contact_item dt {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_item dt {
    width: 100%;
  }
}
.contact .contact_item .note {
  font-size: 14px;
  padding-top: 8px;
}
.contact .contact_item .note a {
  text-decoration: underline;
}
.contact .contact_item .note a:hover {
  text-decoration: none;
}
.contact .contact_item #contract, .contact .contact_item #item12, .contact .contact_item #item17 {
  padding: 10px 0 10px 0;
}

/*=======================================
　必須/任意アイコン
=======================================*/
.mk_icon {
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50vw;
  width: 51px;
  height: 21px;
  padding-bottom: 1px;
  padding-top: 5px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .mk_icon {
    font-size: 11px;
    width: 40px;
    padding-top: 0;
    margin-top: -3px;
  }
}
.mk_icon.must_mk {
  background: #333;
}
.mk_icon.opt_mk {
  background: #A2A2A2;
}

@-moz-document url-prefix() {
  .mk_icon {
    padding-top: 2px;
  }
}
/*=======================================
　記入例
=======================================*/
::-webkit-input-placeholder {
  color: #D2D2D2;
}
::-moz-placeholder {
  color: #D2D2D2;
}
:-ms-input-placeholder {
  color: #D2D2D2;
}
::-ms-input-placeholder {
  color: #D2D2D2;
}
::placeholder {
  color: #D2D2D2;
}

/*=======================================
　セレクトボックス
=======================================*/
label:has(.selectbox) {
  position: relative;
}
label:has(.selectbox)::after {
  content: "";
  position: absolute;
  background: url("../img/contact/select_arrow.svg") no-repeat;
  background-size: cover;
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(1%) saturate(1007%) hue-rotate(332deg) brightness(96%) contrast(76%);
          filter: brightness(0) saturate(100%) invert(11%) sepia(1%) saturate(1007%) hue-rotate(332deg) brightness(96%) contrast(76%);
  top: 7px;
  right: 27px;
  width: 11px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  label:has(.selectbox)::after {
    top: 10px;
    right: 1em;
  }
}

/*=======================================
　チェックボックス
=======================================*/
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.checkbox fieldset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 2em;
}
.checkbox .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer !important;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  width: auto;
}
.checkbox .checkbox01::before {
  background: #fff;
  border: 1px solid #979797;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0.2em;
}
.checkbox .checkbox01::after {
  border-right: 2px solid #181a2e;
  border-bottom: 2px solid #181a2e;
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 0.2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*=======================================
　エラー画面テキスト
=======================================*/
/* Ajax */
.ajax_form_txt_error {
  font-size: 93%;
  color: #E55A5A;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .ajax_form_txt_error {
    margin-top: 0px;
  }
}

/*=======================================
　郵便番号で自動入力 ※都道府県プルダウン
=======================================*/
.address_postal .p-postal-code {
  width: 189px !important;
}
.address_postal .selectbox {
  width: 189px;
}
.address_postal label:has(.selectbox)::after {
  left: 162px;
  right: auto;
}

/*=======================================
　個人情報の取り扱いについて
=======================================*/
/* 共通 */
.privacy_area {
  margin-bottom: 80px;
  background: #F5F5F5;
  padding: 68px 50px;
}
@media screen and (max-width: 768px) {
  .privacy_area {
    margin-bottom: 40px;
    padding: 20px 2%;
  }
}
.privacy_area .checkbox_privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.privacy_area .checkbox_privacy .checkbox {
  display: none;
}
.privacy_area .checkbox_privacy .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .privacy_area .checkbox_privacy .checkmark {
    top: 0;
    height: 15px;
    width: 15px;
  }
}
.privacy_area .checkbox_privacy .checkmark:after {
  border-right: 2px solid #181a2e;
  border-bottom: 2px solid #181a2e;
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.privacy_area .checkbox_privacy input:checked + .checkmark::after {
  opacity: 1;
}
.privacy_area .checkbox_privacy .mk_icon {
  position: relative;
  top: -2px;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .privacy_area .checkbox_privacy .mk_icon {
    top: 0;
  }
}

/* 別ページ */
.privacy_area.separate .inquiry_box {
  text-align: center;
}
.privacy_area.separate .txt {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .privacy_area.separate .txt {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
  }
}
.privacy_area.separate .txt a {
  position: relative;
  padding: 0 25px 0 0;
  margin: 0 0 14px 0;
}
.privacy_area.separate .txt a::before {
  position: absolute;
  bottom: -5px;
  right: 0px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .privacy_area.separate .txt a::before {
    bottom: -2px;
  }
}
.privacy_area.separate .txt a:hover::before {
  display: none;
}
.privacy_area.separate .txt a span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/contact/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .privacy_area.separate .txt a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .privacy_area.separate .txt a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

/*=======================================
　contact_ttl
=======================================*/
.contact_ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 45px;
  padding-left: 38px;
  position: relative;
  /* アイコン無し */
}
@media screen and (max-width: 768px) {
  .contact_ttl {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
.contact_ttl::before {
  content: "";
  background-size: cover !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
}
.contact_ttl.icon_none {
  padding-left: 0;
}
.contact_ttl.icon_none::before {
  display: none;
}

/*=======================================
　確認/戻るボタン
=======================================*/
.submit_btnarea {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30.4px 0;
}
.submit_btnarea .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  background-position: 1% 50% !important;
  background-size: 200% auto !important;
  max-width: 308px;
  width: 100%;
  height: 52px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--main_black);
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .submit_btnarea .btn {
    max-width: 191px;
    height: 47px;
    font-size: 14px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .submit_btnarea .btn:hover {
    background: var(--main_black);
    color: #fff;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .submit_btnarea .btn:hover {
    background: var(--main_black);
    color: #fff;
  }
}
.submit_btnarea .btn .form_btn {
  -webkit-appearance: none; /*iOS Safariのデフォルトスタイルをクリア*/
  -moz-appearance: none;
       appearance: none;
  border-style: none; /*PCブラウザのデフォルトのボーダーをトル*/
  background: none;
  letter-spacing: 0.08em;
  line-height: 19px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
}

/*=======================================
　メールが届かない方へ
=======================================*/
.inquiry_about {
  max-width: 900px;
  margin: 0 auto 100px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .inquiry_about {
    margin-bottom: 50px;
  }
}
.inquiry_about .inquiry_box .contact_ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .inquiry_about .inquiry_box .contact_ttl {
    margin-bottom: 12px;
  }
}
.inquiry_about .inquiry_box p {
  font-size: 15px;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .inquiry_about .inquiry_box p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.inquiry_about .inquiry_box .link_under {
  text-decoration: underline;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .inquiry_about .inquiry_box .link_under:hover {
    text-decoration: none;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .inquiry_about .inquiry_box .link_under:hover {
    text-decoration: none;
  }
}

/*=======================================
　intro_sec
=======================================*/
.intro_sec {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .intro_sec {
    margin-bottom: 60px;
  }
}
.intro_sec .inner > p {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro_sec .inner > p {
    margin-bottom: 25px;
  }
}
.intro_sec .inner .contact_box {
  max-width: 625px;
  background: #F3F3F3;
  padding: 46.5px 0 42px;
  text-align: center;
  margin: 0 auto;
  /* FAXあり */
}
@media screen and (max-width: 768px) {
  .intro_sec .inner .contact_box {
    padding: 30px 5%;
  }
}
.intro_sec .inner .contact_box .contact_ttl {
  margin-bottom: 13.5px;
}
@media screen and (max-width: 768px) {
  .intro_sec .inner .contact_box .contact_ttl {
    margin-bottom: 10px;
  }
}
.intro_sec .inner .contact_box .contact_ttl::before {
  background: url("../img/common/icon_tel.svg") no-repeat;
}
.intro_sec .inner .contact_box .tel {
  font-size: 30px;
  margin-bottom: 31.5px;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .intro_sec .inner .contact_box .tel {
    font-size: 22px;
  }
}
.intro_sec .inner .contact_box .notes_area {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.intro_sec .inner .contact_box .notes_area .txt_large {
  margin-bottom: 9.5px;
}
.intro_sec .inner .contact_box .notes_area .txt_small {
  font-size: 12px;
}
.intro_sec .inner .contact_box.fax_act .tel {
  margin-bottom: 0;
}
.intro_sec .inner .contact_box.fax_act .fax {
  font-size: 19px;
  margin-bottom: 24.5px;
}
@media screen and (max-width: 768px) {
  .intro_sec .inner .contact_box.fax_act .fax {
    font-size: 13px;
  }
}

/* 確認画面
--------------------------------------------------------- */
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .submit_btnarea .btn:hover {
    background: var(--main_black);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .submit_btnarea .btn:hover {
    background: var(--main_black);
  }
}
.submit_btnarea .btn.return {
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-left: 39.9px;
}
.submit_btnarea .btn.return::before, .submit_btnarea .btn.return::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: var(--main_black);
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submit_btnarea .btn.return::before {
  top: 10px;
  right: 120px;
  width: 31px;
}
.submit_btnarea .btn.return::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  right: 141px;
  top: 6px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .submit_btnarea .btn.return:hover {
    background: none;
    color: initial;
  }
  .submit_btnarea .btn.return:hover::before {
    width: 39px;
  }
  .submit_btnarea .btn.return:hover::after {
    right: 150px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .submit_btnarea .btn.return:hover {
    background: none;
    color: initial;
  }
  .submit_btnarea .btn.return:hover::before {
    width: 39px;
  }
  .submit_btnarea .btn.return:hover::after {
    right: 150px;
  }
}

/* 完了画面
--------------------------------------------------------- */
.cmn_btn {
  margin: 0 auto;
  padding: 0;
  height: auto !important;
}
.cmn_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 52px;
}/*# sourceMappingURL=contact.css.map */