.bilingual {
  color: #000;
}
.contentsDiv {
  padding: 3rem 2.9rem;
  max-width: 1280px;
}
.secTitle--blgl {
  font-size: 4rem;
  font-size: clamp(2.6rem, 3.4vw, 4rem);
  text-align: center;
  margin: 0;
}
.secTitle2--blgl {
  color: #b7183f;
  font-weight: bold;
  font-size: 2.4rem;
  font-size: clamp(2rem, 2.1vw, 2.4rem);
  text-align: center;
  margin: 0 0 30px;
}

.card__title-plist--blgl {
  color: #000;
  font-size: 2.4rem;
  text-align: center;
}
.card__title-plist--blgl2 {
  color: #b7183f;
  font-weight: bold;
  text-align: center;
}

.card__title-plist--blgl3 {
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
.card__title-plist--blgl4 {
  color: #b7183f;
  font-weight: bold;
  text-align: left;
  font-size: 1.2rem;
  padding: 10px;
}
.blglListItem--check {
  /* list-style-image: url(../img/check.svg); */
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-bottom: 5px;
}

.blglList--disc {
  padding-left: 2em;
}
.blglListItem--disc {
  color: #0f65bb;
  font-weight: bold;
  list-style-type: disc;
  font-size: 1.6rem;
  margin-bottom: 2em;
}

.blglListItem--fukidashi {
  padding: 15px 20px 15px 60px;
  background-color: #eee;
  background-image: url(../img/pain_points.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 10px center;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.35);
}
.blglListItem--fukidashi__dt {
  color: #0f65bb;
  font-weight: bold;
  font-size: 1.4rem;
}
.blglListItem--fukidashi__dd {
  font-size: 1.4rem;
}
.card__imgBox--blgl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 20px;
}
.card__content--blgl {
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .contentsDiv {
    padding: 3rem 1.5rem;
  }
  .card__content--blgl {
    width: 100%;
  }
  .card--w20p {
    width: 50%;
    padding-right: 16px;
    /* margin: 10px; */
  }
}
.featureWraapper {
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 600px;
  /* background-image: url(../img/topimg_pc.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
  overflow: hidden;
}
.featurePicture {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.featureImg {
  width: auto;
  height: 100%;
  position: absolute;
}
.featureSec {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding-top: 46.875%;
}
.featureLeeds {
  position: absolute;
  top: 115px;
  top: 5vw;
  top: clamp(10px, 5vw, 115px);
  left: 40px;
  width: calc(45% - 80px);
}
.featureLeed1 {
  font-size: 6rem;
  font-size: clamp(3rem, 4.2vw, 6rem);
  color: #000;
  font-weight: bold;
}
.featureLeed2 {
  color: #b7183f;
  font-weight: bold;
  font-size: 2rem;
  font-size: clamp(1.4rem, 1.2vw, 2rem);
  margin-bottom: 60px;
  margin-bottom: 2.9vw;
}
.fv__upbanner--webbutton-arrow {
  max-width: 100%;
  padding: 20px;
}

.fv__upbanner--webbutton-arrow .acIcon--arrow_p_right {
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  top: calc(50% - 15px);
  right: 4%;
}
@media (max-width: 768px) {
  .featureWraapper {
    /* background-image: url(../img/topimg_sp.jpg); */
    background-color: #fff;
  }
  .featureImg {
    width: 100%;
    height: auto;
  }
  .featureSec {
    padding-top: 141%;
  }
  .featureLeeds {
    top: 4%;
    width: calc(100% - 80px);
  }

  .fv__upbanner--webbutton-arrow {
    padding: 10px;
  }
}

/* header start */
.hNavLink {
  text-decoration: none;
  color: inherit;
}

.hNavList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header {
  position: relative;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 15px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.hLogo {
  margin: 0;
}
.hLogoImg {
  width: 148px;
  height: auto;
}

.hNavList {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hNavLink {
  display: block;
  padding: 8px 0;
  font-size: 16px;
}

.hMenuToggle {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.hMenuToggle span {
  position: absolute;
  left: 8px;
  width: 24px;
  height: 2px;
  background: #333;
  transition: 0.3s;
}

.hMenuToggle span:nth-child(1) {
  top: 12px;
}

.hMenuToggle span:nth-child(2) {
  top: 19px;
}

.hMenuToggle span:nth-child(3) {
  top: 26px;
}

.hMenuToggle.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
}

.hMenuToggle.is-open span:nth-child(2) {
  opacity: 0;
}

.hMenuToggle.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
}

@media (max-width: 768px) {
  .header-inner {
    padding: 10px 20px 10px;
  }

  .hLogoImg {
    width: 110px;
  }

  .hMenuToggle {
    display: block;
  }

  .hNav {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: none;
  }

  .hNav.is-open {
    display: block;
  }

  .hNavList {
    display: block;
  }

  .hNavItem {
    border-bottom: 1px solid #eee;
  }

  .hNavLink {
    padding: 16px 20px;
  }
}
/* header end */
.accessmap-iframe {
  width: 100%;
  max-width: 100%;
  height: 450px;
  box-sizing: border-box;
  border: none;
}
.eninqshopname {
  font-weight: bold;
  font-size: 1.6em;
}
.eninqshopicon {
  font-size: 3.5em;
}
.eninqroudrect {
  border: 3px solid #ba0f18;
  border-radius: 10px;
  padding: 0.5em 1em;
  flex: 1 1 auto;
  gap: 1em;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.4);
  display: block;
}

.eninqroudrect--call {
  justify-content: space-between;
}
.eninqroudrect--line {
  border-color: #06c755;
}
.eninqroudrect--whatsup {
  border-color: #25d366;
}
.eninqroudrect--express {
  border-color: #191970;
  background-color: #191970;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blglFaqDl {
  background-color: #eee;
  padding: 3em;
  max-width: 680px;
  margin: 20px auto;
}
.Q--blgl {
  background: url(../img/FAQ_01.png) no-repeat left top;
  background-size: 20px 20px;
}
.A--blgl {
  background: url(../img/FAQ_02.png) no-repeat left top;
  background-size: 20px 20px;
  padding-bottom: 0;
}
