.c-main__info-list {
  border-top: 1px solid #5b3d2c;
}

.c-main__info-link {
  text-decoration: none;
  border-bottom: 1px solid #5b3d2c;
}
@media screen and (max-width: 767px) {
  .c-main__info-link {
    display: block;
    padding: 20px 0;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main__info-link {
    display: flex;
    padding: 25px 55px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.c-main__info-link:hover,
.c-main__info-link:focus {
  color: #5b3d2c;
  background-color: #fbe2c3;
}

.c-main__info-time {
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-main__info-time {
    display: block;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main__info-time {
    display: inline-block;
    min-width: 90px;
    margin-right: 55px;
  }
}

.c-main .post__ttls {
  position: relative;
  border-bottom: 1px solid #5b3d2c;
}
@media screen and (max-width: 767px) {
  .c-main .post__ttls {
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main .post__ttls {
    padding-bottom: 13px;
  }
}

.c-main .post__ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-main .post__ttl {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main .post__ttl {
    font-size: 2.4rem;
  }
}

.c-main .post__day {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-main .post__day {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main .post__day {
    font-size: 1.6rem;
  }
}

.c-main .post__content {
  border-bottom: 1px solid #5b3d2c;
}
@media screen and (max-width: 767px) {
  .c-main .post__content {
    padding: 0 0 40px;
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main .post__content {
    padding: 0 50px 90px;
    margin-top: 70px;
  }
}

.c-main .post__content p {
  margin-top: 25px;
}

.c-main .post__content ul {
  margin-top: 25px;
  list-style: disc inside;
}

.c-main .post__content ul li:not(:first-child) {
  margin-top: 10px;
}

.c-main .post__content h2 {
  margin-top: 25px;
  font-weight: 900;
  color: #eb612a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-main .post__content h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main .post__content h2 {
    font-size: 4rem;
  }
}

.c-main .post__content h3 {
  margin-top: 25px;
  font-weight: 900;
  color: #eb612a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-main .post__content h3 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main .post__content h3 {
    font-size: 3.8rem;
  }
}

.c-main .post__content h4 {
  margin-top: 25px;
  font-weight: 900;
  color: #eb612a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-main .post__content h4 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-main .post__content h4 {
    font-size: 3.2rem;
  }
}

.c-main .post__content a {
  color: #eb612a;
  text-decoration: underline;
}

.c-main .post__content img {
  display: inline-block;
  margin-top: 25px;
}
