@charset "utf-8";

.title.information-detail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 25px;
  margin-block: 80px 30px;
  margin-inline: auto;
  line-height: 1.4;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.title.information-detail img {
  width: 23px;
  aspect-ratio: 23 / 20;
}
.title.information-detail img + img {
  rotate: 180deg;
}
.detail__title {
  position: relative;
  padding: 50px 5px 20px;
}
.detail__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 30px;
  background-color: #feecd2;
}
.detail__title h2 {
  font-size: 24px;
}
.article__detail {
  margin: 0 auto;
  padding: 60px 13.02083%;
  border-bottom: initial;
}
.article__detail__text p {
  margin-bottom: 20px;
  font-size: 18px;
}
.article__detail__text a {
  color: #f39800;
}
.single-information h2.title-mini {
  margin-top: 80px;
  font-size: 18px;
}
.single-information .detail__sns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 0 60px;
  max-width: 710px;
  margin: 0 auto 60px;
}
.single-information .detail__sns li {
  width: 41px;
  height: 41px;
}

@media screen and (max-width: 767px) {
  .title.information-detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
    margin-block: 25px 20px;
    font-size: 30px;
  }
  .detail__title {
    margin: 0 0 0 3.125%;
    padding: 70px 5px 20px;
  }
  .detail__title h2 {
    margin-top: 10px;
    font-size: 18px;
  }
  .article__detail {
    margin: 0 0 0 3.125%;
    padding: 20px 3.125% 0 0;
  }
  .article__detail__text p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .article__detail__text a {
    color: #f39800;
  }
  .single-information h2.title-mini {
    margin-top: 80px;
    padding-bottom: 25px;
    font-size: 16px;
  }
  .single-information .detail__sns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0 45px;
    max-width: 710px;
    margin: 0 auto 60px;
  }
}