@charset "UTF-8";

.detail-box {
  padding-block: 80px;
  max-width: 946px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .detail-box {
    padding-block: 150px 160.5px;
  }
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-news__item-date {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-news__item-tag {
  min-width: 74px;
  padding: 3px 14px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  background: #184ea4;
  border-radius: 11px;
  text-align: center;
}

.detail-catBtn {
  padding: 4px 10px;
  background: #ffffff;
  color: #184EA3;
  border: 1px solid #184EA3;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.detail-day {
  margin-left: 20px;
  font-size: 14px;
  color: #5c5c5c;
  font-weight: 400;
  line-height: 1;
}

.post-ttl {
  margin-top: 17px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #24354C;
  padding-bottom: 16px;
  border-bottom: 1.5px solid #d0d0d0;
  padding-left: 29px;
  position: relative;
}
@media screen and (min-width:768px) {
  .post-ttl {
    font-size: 22px;
  }
}

.post-ttl::before {
  content: "";
  position: absolute;
  background: #184EA3;
  width: 8px;
  height: 57%;
  top: 6px;
  left: 0;
}

.post-detail__content img,
.detail img {
  margin: 40px auto 10px;
  margin-inline: auto;
  display: block;
  aspect-ratio: 603/380;
  border-radius: 5px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .post-detail__content img,
  .detail img {
    margin: 65px auto;
    width: 43.9238653001vw;
  }
}
.post-detail__content img,
.detail img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.detail-text {
  padding-block: 60px 105px;
  border-bottom: 1.5px solid #d0d0d0;
  color: #24354C;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 2.2142857143;
}
.detail-text p + p {
  padding-top: 39px;
}

.post-detail__content h4 {
  margin-top: 83px;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #184EA3;
  margin-bottom: 40px;
}

.post-detail__content > h3:first-child {
  margin-top: 0;
}

.post-detail__content h3 {
  margin-top: 83px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1.5px solid #d0d0d0;
}

@media screen and (min-width: 768px) {
  .post-detail__content h3 {
    gap: 17px;
  }
}
.post-detail__content h3::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #184EA3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.detail__btn {
  margin-top: 79px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.detail__btn .button {
  padding: 0 69px;
  border-radius: 28px;
  background: #e3eaef;
  border: 1px solid #e3eaef;
  font-size: 14px;
  color: #24354C;
  line-height: 3.3571428571;
  font-weight: 500;
}