@charset "UTF-8";
/* ページ */
.faq-item {
  font-size: 10px;
  font-weight: bold;
}

.faq-item + .faq-item {
  margin-top: 8px;
}

.faq-item__q,
.faq-item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

.faq-item__q {
  padding: 11px 13px;
  cursor: pointer;
  background: #fff;
}

.faq-item__q::before {
  content: "Q.";
}

.faq-item__a {
    max-height: 0;
    padding: 0 13px;
    overflow: hidden;
    color: #FF4000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.faq-item__a::before {
  content: "A.";
}

.accordion--open .faq-item__a {
    max-height: calc(1.4em * 10000 + 8px);
    padding: 9px 13px 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.faq-title {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
}

.faq {
  --max-w: 1320px;
}

.faq .main-title-en {
  margin-bottom: 17px;
}

.faq-contents {
  max-width: 650px;
  margin: auto;
}

.faq-contents + .faq-contents {
  margin-top: 23px;
}

.login-ex-text {
  margin-top: 10.13333vw;
  margin-bottom: 81.6vw;
  font-size: 3.73333vw;
  text-align: center;
}

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 2.4vw;
}

.login-form-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4vw;
}

.login-form-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 16vw;
  height: 10.93333vw;
  padding: 3.46667vw 2.13333vw 2.93333vw;
  font-size: 3.73333vw;
  line-height: 1;
  border: 1px solid #2e2f53;
  border-radius: 4.26667vw;
}

.login-form-btn {
  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: 16vw;
  height: 10.93333vw;
  padding-top: 1px;
  font-size: 3.73333vw;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 1.06667vw;
}

.login-logo {
  width: 26.66667vw;
  height: 5.06667vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.login {
  padding: 0;
}

.login-main {
  width: 100%;
  min-height: 100vh;
  padding: 16px;
  background-image: url(../../images/auth/login-bg-sp.png);
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: cover;
}

.login-contact__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 21px;
}

.login-contact__btn-box {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-contact__btn {
  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: 84px;
  height: 83px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  border-radius: 100px;
}

.login-contact__btn-info {
  margin-top: 7px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.product-list-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.product-list-item-box .text-br {
  display: block;
}

.product-list-item {
  position: relative;
  width: calc((100% - 15px) / 2);
  background: #fff;
}

.product-list-item__text-box {
  padding: 0 21px 7px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
}

.product-list-item__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  padding: 7px 6px;
  line-height: 1;
  color: #f5f5f5;
}

.product-list-item__label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-bottom: 45px solid transparent;
  border-left: 45px solid #2e2f53;
}

.product-list-contents--bhcare .product-list-item__label::before {
  border-left-color: #3c379e;
}

.product-list-contents--innercare .product-list-item__label::before {
  border-left-color: #5f5da1;
}

.product-list-item__label-num {
  position: relative;
  font-size: 10px;
}

.product-list-item__label-text {
  position: relative;
  margin-top: -2px;
}

.product-list-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.product-list-contents--bhcare .product-list-title,
.product-list-contents--innercare .product-list-title {
  color: #3c379e;
}

.product-list-title-en {
  margin-bottom: 12px;
  font-size: 10px;
  line-height: 1.2;
  color: #707070;
}

.product-list {
  padding-bottom: 69px;
}

.product-list-contents {
  max-width: 1486px;
  margin: auto;
}

.product-list-contents + .product-list-contents {
  margin-top: 67px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-inner {
  max-width: 1100px;
  padding-right: 10px;
  padding-left: 10px;
}

.main-content .content-inner {
  position: relative;
}

/*  */
.page_flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}

.text-link {
    text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .faq-item {
    font-size: 16px;
  }
  .faq-item + .faq-item {
    margin-top: 21px;
  }
  .accordion--open .faq-item__a {
    padding-top: 19px;
    padding-bottom: 4px;
  }
  .faq-title {
    margin-bottom: 29px;
    font-size: 21px;
  }
  .faq .main-title-en {
    margin-bottom: 69px;
  }
  .faq-contents + .faq-contents {
    margin-top: 44px;
  }
  .login-ex-text {
    margin-top: 5vw;
    margin-bottom: 4.63542vw;
    font-size: 1.5625vw;
    line-height: 1.4;
  }
  .login-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.48958vw;
  }
  .login-form-text-box {
    gap: 0.88542vw;
  }
  .login-form-text {
    width: 9.79167vw;
    height: 4.47917vw;
    padding: 1.35417vw 0 1.19792vw 2.34375vw;
    font-size: 1.5625vw;
    border-width: 3px;
    border-radius: 2.03125vw;
  }
  .login-form-btn {
    width: 16.09375vw;
    height: 4.47917vw;
    font-size: 1.45833vw;
    border-radius: 0.83333vw;
  }
  .login-form-btn {
    width: 247.2px;
    height: 68.8px;
    font-size: 22.4px;
    border-radius: 12.8px;
  }
  .login-logo {
    width: 22.91667vw;
    height: 4.42708vw;
  }
  .login {
    padding: 0;
  }
  .login-main {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    background-image: url(../../images/auth/login-bg.jpg);
  }
  .login-main-contents {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42.23958vw;
    padding-top: 11.14583vw;
    margin-right: 3.95833vw;
    margin-left: auto;
  }
  .login-caution__text {
    font-size: 0.78125vw;
    line-height: 1.2;
  }
  .login-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.45833vw;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .login-contact__tel {
    line-height: 1;
  }
  .login-contact__tel-title-text {
    font-size: 1.30208vw;
  }
  .login-contact__tel-title-info {
    font-size: 1.04167vw;
  }
  .login-contact__tel-num {
    font-size: 2.8125vw;
    letter-spacing: 0.185em;
  }
  .login-contact__tel-limit {
    font-size: 1.04167vw;
  }
  .login-contact__btn-wrap {
    gap: 1.45833vw;
  }
  .login-contact__btn {
    width: 14.53125vw;
    height: 3.4375vw;
    font-size: 1.14583vw;
    border-radius: 0.625vw;
  }
  .login-contact__btn-info {
    font-size: 0.78125vw;
  }
  .login-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 2.08333vw;
    padding-top: 0;
    padding-bottom: 2.70833vw;
  }
  .product-list-item-box {
    gap: 160px 78px;
  }
  .product-list-item {
    width: calc((100% - 78px * 2) / 3);
  }
  .product-list-item__text-box {
    padding: 0 51px 20px;
    font-size: 16px;
  }
  .product-list-item__label {
    padding: 8px 12px;
  }
  .product-list-item__label::before {
    border-bottom: 105px solid transparent;
    border-left: 105px solid #2e2f53;
  }
  .product-list-item__label-num {
    font-size: 31px;
  }
  .product-list-item__label-text {
    font-size: 12px;
  }
  .product-list-title {
    font-size: 30px;
  }
  .product-list-title-en {
    margin-bottom: 78px;
    font-size: 20px;
  }
  .product-list {
    padding-bottom: 339px;
  }
  .product-list-contents + .product-list-contents {
    margin-top: 279px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .faq-item__q::before,
  .faq-item__a::before {
    margin-right: 1em;
    line-height: 1.4;
  }
  .login-form-text-box {
    width: 100%;
  }
  .login-form-text:not(:first-of-type) {
    margin-left: 2.4vw;
  }
  .product-list-item-box {
    margin-bottom: -15px;
  }
  .product-list-item {
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1700px) {
  .login-ex-text {
    margin-top: 76.8px;
    margin-bottom: 71.2px;
    font-size: 24px;
  }
  .login-form {
    gap: 53.6px;
  }
  .login-form-text-box {
    gap: 13.6px;
  }
  .login-form-text {
    width: 150.4px;
    height: 68.8px;
    padding: 20.8px 0 18.4px 36px;
    font-size: 24px;
    border-radius: 31.2px;
  }
  .login-logo {
    width: 352px;
    height: 68px;
  }
  .login-main-contents {
    width: 648.8px;
    padding-top: 171.2px;
    margin-right: 0;
    margin-left: calc(53.75vw + 76px);
  }
  .login-contact {
    gap: 22.4px;
  }
  .login-contact__tel-title-text {
    font-size: 20px;
  }
  .login-contact__tel-title-info {
    font-size: 16px;
  }
  .login-contact__tel-num {
    font-size: 43.2px;
  }
  .login-contact__tel-limit {
    font-size: 16px;
  }
  .login-contact__btn-wrap {
    gap: 22.4px;
  }
  .login-contact__btn {
    width: 223.2px;
    height: 52.8px;
    font-size: 17.6px;
    border-radius: 9.6px;
  }
  .login-contact__btn-info {
    font-size: 12px;
  }
  .login-footer {
    padding: 32px;
    padding-bottom: 41.6px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 769px), screen and (-ms-high-contrast: none) and (min-width: 769px) {
  .login-form-text:not(:first-of-type) {
    margin-left: 0.88542vw;
  }
  .login-form-btn {
    padding-top: 0.5em;
    margin-top: 3.48958vw;
  }
  .login-main {
    height: 100vh;
  }
  .login-contact__btn {
    margin-left: 1.45833vw;
  }
  .login-contact__btn-text {
    padding-top: 0.5em;
  }
  .product-list-item-box {
    margin-bottom: -160px;
  }
  .product-list-item {
    margin-bottom: 160px;
    margin-left: 77px;
  }
  .product-list-item:first-of-type, .product-list-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1700px), screen and (-ms-high-contrast: none) and (min-width: 1700px) {
  .login-form-text:not(:first-of-type) {
    margin-left: 13.6px;
  }
  .login-form-btn {
    margin-top: 53.6px;
  }
  .login-contact__btn {
    margin-left: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .login-form-btn {
    background: #2e2f53;
  }
  .login-contact__btn-box {
    width: 120px;
  }
  .login-contact__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .login-contact__btn-text {
    display: inline-block;
  }
  .product-list-item__label-text {
    position: absolute;
    bottom: 0;
    left: -3px;
    font-size: 10px;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .main-content .content-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page_flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .login-form-btn {
    margin-left: 2.4vw;
  }
  .login-main {
    display: block;
  }
  .product-list-item:first-of-type, .product-list-item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=page.css.map */
