/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
.wrap_read h3 {
  margin: 30px 20px;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

#wrap_first_flow {
  background: url(../../images/first-time/bg_first_point.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}
#wrap_first_flow ul {
  margin-top: 30px;
  margin-right: 20px;
  gap: 40px;
}
#wrap_first_flow ul li {
  border: 1px solid rgb(169, 122, 74);
  border-width: 1px 1px 1px 0;
  border-radius: 0 10px 10px 0;
  padding: 20px;
  width: calc(100% - 20px);
  position: relative;
  margin-top: calc(2.5rem + 30px);
  box-sizing: border-box;
  background: #FFFFFF;
}
#wrap_first_flow ul li span {
  position: absolute;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  color: rgb(203, 166, 109);
  line-height: 1;
  top: -1em;
  left: 20px;
}
#wrap_first_flow ul li h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#wrap_first_flow ul li:nth-of-type(1) {
  border-width: 1px 1px 1px 0;
  border-radius: 0 10px 10px 0;
}

#wrap_first_reason {
  background: rgb(244, 241, 236);
  padding: 100px 20px;
}
#wrap_first_reason ul {
  margin-top: 30px;
}
#wrap_first_reason ul li {
  background-image: linear-gradient(339deg, #ffffff 77%, #cba66d);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  margin-top: calc(2.5rem + 30px);
}
#wrap_first_reason ul li span {
  position: absolute;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  color: rgb(203, 166, 109);
  line-height: 1;
  top: -1em;
  left: 20px;
}
#wrap_first_reason ul li h3 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
#wrap_first_reason ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#wrap_first_need .p_type01 {
  margin-top: 30px;
}
#wrap_first_need ul {
  display: flex;
  flex-direction: column;
  margin: 30px 20px 0 20px;
  gap: 20px;
}
#wrap_first_need ul li {
  border-radius: 10px;
  border: 1px solid rgb(169, 122, 74);
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
#wrap_first_need ul li figure {
  width: 25%;
}
#wrap_first_need ul li figure img {
  width: 100%;
  height: auto;
}
#wrap_first_need ul li p {
  font-size: 1.25rem;
  font-weight: 600;
}/*# sourceMappingURL=common_first-time.css.map */