@charset "UTF-8";
/* ==================================================

 変数

================================================== */
@media screen and (max-width: 1023px) {
  :root {
    --fs_ss: 1.2rem;
    --fs_sm: 1.2rem;
    --fs_md: 1.4rem;
    --fs_lg: 1.6rem;
    --fs_xl: 1.8rem;
    --fs_xxl: 2.0rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --fs_ss: 1.2rem;
    --fs_sm: 1.4rem;
    --fs_md: 1.6rem;
    --fs_lg: 1.8rem;
    --fs_xl: 2.0rem;
    --fs_xxl: 2.2rem;
  }
}
/* ==================================================

 お問い合わせ

================================================== */
@media screen and (min-width: 1024px) {
  .contact_wrap .article_top_wrap {
    background-image: url("../img/contactus/top_contactus_l.png");
  }
}
@media screen and (max-width: 1023px) {
  .contact_wrap .article_top_wrap {
    background-image: url("../img/contactus/top_contactus_m.png");
  }
}
.contact_wrap .intro_wrap h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .contact_wrap .intro_wrap h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap .intro_wrap h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .contact_wrap .intro_wrap h3 {
    font-size: 1.8rem;
  }
}
.contact_wrap .intro_wrap h3, .contact_wrap .intro_wrap .txt_box {
  margin: 40px 20px;
}
@media screen and (max-width: 767px) {
  .contact_wrap .intro_wrap h3, .contact_wrap .intro_wrap .txt_box {
    margin: 20px 10px;
  }
}
.contact_wrap .intro_wrap .txt_link {
  text-indent: 0;
}
.contact_wrap .conts_basis {
  overflow: hidden;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .contact_wrap .conts_basis {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .contact_wrap .conts_basis {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap .conts_basis {
    padding: 0 10px 40px;
  }
}
.contact_wrap .conts_basis .progressbar_wrap {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .contact_wrap .conts_basis .progressbar_wrap {
    margin: 20px 0;
  }
}
.contact_wrap .conts_basis .progressbar_wrap li {
  position: relative;
  width: 33.333%;
  width: calc(100% / 3);
  height: 60px;
  background-color: #f2f2f2;
}
.contact_wrap .conts_basis .progressbar_wrap li:not(:last-child)::before, .contact_wrap .conts_basis .progressbar_wrap li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 30px solid transparent;
  border-left: 20px solid #f2f2f2;
  margin: auto;
}
.contact_wrap .conts_basis .progressbar_wrap li:not(:last-child)::before {
  margin-left: 10px;
  border-left-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_wrap .conts_basis .progressbar_wrap li:not(:last-child)::before {
    margin-left: 5px;
  }
}
.contact_wrap .conts_basis .progressbar_wrap li:not(:first-child) span {
  position: relative;
  padding-left: 15px;
}
.contact_wrap .conts_basis .progressbar_wrap li:not(:first-child) span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  width: 10px;
  height: 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_wrap .conts_basis .progressbar_wrap li:not(:first-child) span::before {
    width: 5px;
  }
}
.contact_wrap .conts_basis .progressbar_wrap li.current {
  color: #fff;
  background-color: #c7000b;
}
.contact_wrap .conts_basis .progressbar_wrap li.current::after {
  border-left: 20px solid #c7000b;
}
.contact_wrap .conts_basis .contact_form_table dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px #ccdee5 solid;
  border-left: 1px #ccdee5 solid;
}
.contact_wrap .conts_basis .contact_form_table dl dt, .contact_wrap .conts_basis .contact_form_table dl dd {
  padding: 20px;
  border-right: 1px #ccdee5 solid;
  border-bottom: 1px #ccdee5 solid;
}
@media screen and (max-width: 767px) {
  .contact_wrap .conts_basis .contact_form_table dl dt, .contact_wrap .conts_basis .contact_form_table dl dd {
    padding: 15px 10px;
  }
}
.contact_wrap .conts_basis .contact_form_table dl dt {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contact_wrap .conts_basis .contact_form_table dl dt {
    width: 100%;
  }
}
.contact_wrap .conts_basis .contact_form_table dl dt:nth-of-type(-n+7) {
  display: flex;
  align-items: center;
}
.contact_wrap .conts_basis .contact_form_table dl dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact_wrap .conts_basis .contact_form_table dl dd {
    width: 100%;
  }
}
.contact_wrap .conts_basis .contact_form_table dl .inner_half_table {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .contact_wrap .conts_basis .contact_form_table dl .inner_half_table {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .contact_wrap .conts_basis .contact_form_table dl .inner_half_table {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap .conts_basis .contact_form_table dl .inner_half_table {
    width: 100%;
  }
}
.contact_wrap .conts_basis .contact_form_table dl .entry_name label {
  float: left;
  width: 49%;
}
.contact_wrap .conts_basis .contact_form_table dl .entry_name label:last-child {
  margin-left: 2%;
}
.contact_wrap .conts_basis .contact_form_table dl .entry_name label .item_name {
  width: 2.5em;
}
.contact_wrap .conts_basis .contact_form_table dl .birthday label {
  float: left;
  width: 25%;
}
.contact_wrap .conts_basis .contact_form_table dl .birthday label:first-child {
  width: 46%;
}
.contact_wrap .conts_basis .contact_form_table dl .birthday label:nth-child(2) {
  margin: 0 2%;
}
.contact_wrap .conts_basis .contact_form_table dl .birthday label .item_name {
  width: 1.5em;
  text-align: right;
}
.contact_wrap .conts_basis .contact_form_table dl .birthday label .item_name.year {
  width: 2.5em;
  text-align: left;
}
.contact_wrap .conts_basis .contact_form_table dl .birthday label .item_input input[type=text] {
  text-align: right;
}
.contact_wrap .conts_basis .contact_form_table dl .tel .item_name {
  width: 1.5em;
  text-align: center;
}
.contact_wrap .conts_basis .contact_form_table dl .address .post .item_name {
  width: 1.5em;
}
.contact_wrap .conts_basis .contact_form_table dl .address .domicile li {
  margin-top: 15px;
}
.contact_wrap .conts_basis .contact_form_table dl .address .domicile li .item_name {
  width: 4.5em;
}
.contact_wrap .conts_basis .contact_form_table dl .address .domicile li .form_select {
  width: 8em;
}
.contact_wrap .conts_basis .contact_form_table dl .radio_group li:not(:last-child) {
  margin-bottom: 15px;
}
.contact_wrap .conts_basis .contact_form_table dl .formError {
  z-index: 1;
}
.contact_wrap .conts_basis .contact_form_table dl .formError.inline {
  display: block;
  position: relative;
}
.contact_wrap .conts_basis .contact_form_table dl .formError.inline .formErrorContent {
  display: inline-block;
  position: absolute;
  top: -80px;
  left: 0;
  padding: 5px;
  width: auto;
  min-width: auto;
  font-size: var(--fs_ss);
  font-weight: bold;
  color: #fff;
  background-color: rgba(199, 0, 11, 0.8);
  border: none;
  border-radius: 5px;
}
.contact_wrap .conts_basis .contact_form_table dl .formError.inline .formErrorContent::before {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(199, 0, 11, 0.8) transparent transparent transparent;
}
.contact_wrap .conts_basis .contact_form_table dl .formError.hide {
  display: none;
}
.contact_wrap .conts_basis .contact_form_table dl .entry_name:nth-of-type(2) .formError.inline .formErrorContent, .contact_wrap .conts_basis .contact_form_table dl .birthday .formError.inline .formErrorContent, .contact_wrap .conts_basis .contact_form_table dl .tel .formError.inline .formErrorContent, .contact_wrap .conts_basis .contact_form_table dl .email_address .formError.inline .formErrorContent, .contact_wrap .conts_basis .contact_form_table dl .post .formError.inline .formErrorContent {
  top: -95px;
  min-width: 16em;
}
.contact_wrap .conts_basis .contact_form_table dl .reason .formError.inline .formErrorContent {
  top: -295px;
}
@media screen and (max-width: 1023px) {
  .contact_wrap .conts_basis .contact_form_table dl .reason .formError.inline .formErrorContent {
    top: -265px;
  }
}
.contact_wrap .conts_basis .contact_form_table .privacy {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_wrap .conts_basis .contact_form_table .privacy {
    margin-bottom: 30px;
  }
}
.contact_wrap .conts_basis .contact_form_table .privacy #chk_error .formError.inline {
  display: inline-block !important;
  margin-top: 10px !important;
}
.contact_wrap .conts_basis .contact_form_table .privacy #chk_error .formError.inline .formErrorContent {
  padding: 0;
  font-size: var(--fs_md);
  font-weight: bold;
  color: #c7000b;
  background-color: transparent;
}

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

 エントリーフォーム-確認画面

================================================== */
.contact_wrap .submitbtn_wrap {
  margin-top: 40px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .contact_wrap .submitbtn_wrap {
    margin-top: 20px;
    width: 90%;
  }
}
.contact_wrap .submitbtn_wrap li {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact_wrap .submitbtn_wrap li {
    width: 49%;
  }
  .contact_wrap .submitbtn_wrap li:first-child {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap .submitbtn_wrap li:first-child {
    margin-bottom: 10px;
  }
}
.contact_wrap .submitbtn_wrap li .btn {
  width: 100%;
}
.contact_wrap .submitbtn_wrap li:first-child .btn {
  color: #c7000b;
  background-color: #fff;
}
.contact_wrap .submitbtn_wrap li:first-child .btn:hover {
  color: #fff;
  background-color: #c7000b;
}

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

 エントリーフォーム-完了画面

================================================== */
.contact_wrap .thanks_txt {
  margin-bottom: 40px;
  padding: 20px;
  width: 80%;
  border: 2px #c7000b solid;
  box-shadow: 5px 5px 0 #c7000b;
}
@media screen and (max-width: 1023px) {
  .contact_wrap .thanks_txt {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap .thanks_txt {
    margin-bottom: 20px;
    padding: 20px 10px;
    width: 100%;
  }
}