@charset "UTF-8";
/*  微調整用 CSS      */

.part-nav {
  margin-top: 5px;
}

.top-slider__fader {
  display: none;
  position: relative;
  width: 100%;
  height: 560px;
  background: unset; /* byhoa */ /* byki */
}

.accordeon .acc-body__active {
  padding: 23px 50px 32px 90px;
  min-height: 180px;
}

.customer-contact-form__holder textarea {
  padding: 10px 20px;
  color: #000;
}

.customer-contact-form__holder .select-holder select {
  color: #000;
}

.customer-contact-form__holder .default-input {
  line-height: 19px;
  color: #000;
}

.search-detail__map {
  width: 100%; /* byki */
}

.about-number_link {
  display: flex;
  position: relative;
  z-index: 5;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 82px 10px 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
}
.about-number_link_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
}
.about-number_link .number {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  background-color: #d70029;
  transform: translate(-50%, -50%);
}
.about-number_link .number:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  border-width: 7px 4px 0 4px;
  border-style: solid;
  border-color: #d70027 transparent transparent transparent;
  width: 0;
  height: 0;
  content: "";
  transform: translate(-50%, 0);
}
.about-number_link .title {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  transition: 0.3s;
}
.about-number_link .title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #d70029;
  transition: 0.3s;
  transform: translate(-50%, 0);
}
.about-number_link .count {
  display: block;
  margin-bottom: 5px;
  font-family: "Arial", sans-serif;
  font-size: 74px;
  font-weight: bold;
  line-height: 78px;
  transition: 0.3s;
}
.about-number_link .count span {
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .about-number_link .count {
    font-size: 58px;
    line-height: 62px;
  }
}
.about-number_link .text {
  font-family: "游ゴシック Regular", "游ゴシック体 ミディアム", "YuGothic Medium", "YuGo-Medium", "Yu Gothic Regular",
    "YuGothic-Regular", sans-serif;
  font-size: 13px;
  line-height: 17px;
  transition: 0.3s;
}
.about-number_link .add {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.about-number_link .add:after,
.about-number_link .add:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.about-number_link .add:after {
  width: 16px;
  height: 2px;
}
.about-number_link .add:before {
  width: 2px;
  height: 16px;
}
.about-number_link .background {
  position: absolute;
  bottom: -4px;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, 0);
}

/* about修正 */
.about-number_link .background {
  z-index: -1;
}
.about-number__list li:not(.about-number__list_logo):nth-child(4) .background {
  top: auto;
  bottom: -4px;
  left: 0;
  margin: auto;
  transform: translate(0, 0);
}

/*  お問い合わせレシート番号 のポップアップ  */
.imgPopup__grayLayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.imgPopup__overLayer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.imgPopup__overLayer img {
  max-width: 100%;
  max-height: 80vh;
}
.imgPopup__close {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #fff;
}
.imgPopup__close::before,
.imgPopup__close::after {
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #666;
}
.imgPopup__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imgPopup__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ホアさんが対応してくれた */
@media (max-width: 1099px) {
  .brand-tabs .blog-brand .blog__content:nth-child(3n) {
    margin-right: unset;
  }
}

/* 2019-03-26追加 */
.customer-contact-form__holder select,
.customer-contact-form__holder input,
.customer-contact-form__holder textarea {
  -webkit-appearance: none;
}
.customer-contact-form__holder .select-holder select {
  padding: 0 44px 0 10px;
}
@media (max-width: 769px) {
  .contact-table td {
    display: block !important;
  }
  .customer-contact-form__holder .default-input {
    width: 100%;
  }
  .customer-contact-form__holder .calendar-icon {
    right: 10% !important;
  }
}
/* 2019-03-27追加 */
.posts-info .post_m .post-link .arrow {
  top: 23px;
}
@media (max-width: 769px) {
  .faq-page .accordeon .acc-head .arrow-icon {
    right: 15px;
  }
  .faq-page .accordeon .acc-body__active {
    padding-bottom: 23px;
    min-height: auto;
  }
  .faq-page .accordeon .acc-body .post-text {
    margin-bottom: 0;
  }
}
.comingsoon {
  padding-bottom: 30px;
}
.comingsoon-txt {
  text-align: center;
}
.comingsoon .mid_btn {
  margin: 0 auto;
  padding-left: 30px;
  text-align: left;
}
.comingsoon .mid_btn .text {
  padding-left: 30px;
  text-align: left;
}
.comingsoon .mid_btn .arrow {
  right: 25px;
}
.wrapper {
  display: block;
}
