@charset "utf-8";

/*===================
Ordermade
===================*/
.ordermade .low-fv_title--en {
  letter-spacing: 0.04em;
}
.ordermade .low__contentHead {
  border-bottom: none;
}
.ordermade__wrap {
  padding-top: 55px;
}

.ordermade__wrap + .ordermade__wrap {
  margin-top: 58px;
}

/* example */
.example__wrap + .example__wrap {
  margin-top: 59px;
}
.example__heading {
  padding-left: 30px;
  margin-bottom: 31px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
}
.example__heading::before {
  display: block;
  content: "";
  width: 22px;
  height: 1px;
  background: #152828;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.example__list {
  padding: 0 2.3% 31px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5%;
  position: relative;
  z-index: 1;
}
.example__list::before {
  display: block;
  content: "";
  width: 100%;
  height: 71%;
  background: #152828;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.example__item {
  width: 50%;
}
.example__pic {
  margin-bottom: 13px;
}
.example__itemTtl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
.example__itemTxt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}

/* flow */
.flow__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #152828;
}
.flow__item {
  width: 25%;
  padding: 21px 21px 15px 21px;
  border-right: 1px solid #152828;
  position: relative;
}
.flow__item:last-of-type {
  border-right: none;
}
.flow__item::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../imgs/ordermade/arrow.png) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 1;
}
.flow__item:last-of-type:after {
  display: none;
}
.flow__pic {
  margin-bottom: 15px;
}
.flow__ttl {
  margin-bottom: 5px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.flow__txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

/* faq */
.faq__box {
  padding: 19px 0;
  border-bottom: 1px solid #999;
}
.faq__qTxt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.faq__aTxt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

/* contact */
.contact__telLink {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
}
.contact__ttl {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
.contact__txt {
  margin-bottom: 31px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (max-width: 1100px) {
  a.low__menuListLink br {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  /* example */
  .example__heading {
    font-size: 14px;
  }
  .example__list {
    padding: 20px;
    flex-direction: column;
    row-gap: 50px;
  }
  .example__item {
    width: 100%;
  }
  .example__list::before {
    height: 100%;
  }
  .example__itemTtl {
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* flow */
  .flow__list {
    max-width: 300px;
    margin: 0 auto;
    flex-direction: column;
    row-gap: 20px;
  }
  .flow__item {
    width: 100%;
    border-right: none;
  }
  .flow__item::after {
    position: absolute;
    top: auto;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
  }
  .flow__txt {
    text-align: left;
  }

  /* faq */
  .faq__qTxt {
    font-size: 14px;
  }
  .faq__aTxt {
    font-size: 14px;
  }

  /* contact */
  .contact__telLink {
    font-size: 16px;
  }
  .contact__btn {
    margin: 0 auto;
  }
}
