@charset "UTF-8";
.l-single {
  position: relative;
  width: 100%;
}

.l-single__header {
  position: relative;
  margin: 0 auto 50px;
}

.l-single__inner {
  position: relative;
}

.l-single__footer {
  position: relative;
  margin: 80px auto 0;
  padding-top: 30px;
}

.l-single__footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  border-top: 1px solid #c7c7c7;
}

.p-single {
  width: 100%;
  padding: 20px 30px 40px;
  background: #fff;
  border-radius: 5px;
}

.p-single__header {
  margin: 0 auto 40px;
}

.p-single__category {
  display: table;
  margin-bottom: 12px;
  padding: 10px;
  background: #f08492;
  border-radius: 5px;
  color: #fff;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-family: YakuHanJP, "Amiri", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-single__date {
  margin-bottom: 2px;
  color: #c7c7c7;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Amiri", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-single__title {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 2px;
  letter-spacing: .125rem;
}

.p-single__text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-single__text img, .p-single__text iframe {
  max-width: 100% !important;
}

.p-single__text a {
  color: #f08492;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .l-single__header {
    margin-bottom: 22px;
  }
  .l-single__footer {
    margin-top: 46px;
    padding-top: 30px;
  }
  .p-single {
    padding: 16px 18px 20px;
  }
  .p-single__header {
    margin-bottom: 24px;
  }
  .p-single__category {
    margin-bottom: 6px;
    padding: 8px;
    font-size: 1.3rem;
  }
  .p-single__date {
    font-size: 1.4rem;
  }
  .p-single__text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-single__title {
    font-size: 1.8rem;
    letter-spacing: .145rem;
  }
  .p-single__text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-single__title {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: .045rem;
  }
}

@media screen and (min-width: 769px) {
  .p-single__text a:hover {
    text-decoration: none;
  }
}
