/* ===================================================================
info
=================================================================== */
.info-header {
  padding-top: 30px;
}

@media screen and (max-width: 560px) {
  .info-header {
    padding-top: 20px;
  }
}

.info-main {
  padding: 0 0 50px;
}

@media screen and (max-width: 560px) {
  .info-main .mod-block-wrapper {
    padding: 0;
  }
}

.info-main__list .mod-info-list {
  max-height: none;
}

@media screen and (max-width: 560px) {
  .info-main__list .mod-info-list__item:nth-child(n + 6) {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .info-main {
    padding: 0 0 30px;
  }
}

.info-detail {
  padding: 0 0 50px;
}

@media screen and (max-width: 560px) {
  .info-detail .mod-block-wrapper {
    padding: 0;
  }
}

.info-detail__header {
  background-color: #fcf7e0;
  padding: 20px 0;
}

@media screen and (max-width: 560px) {
  .info-detail__header {
    padding: 15px 0;
  }
}

.info-detail__header .mod-block-wrapper {
  padding: 0 70px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .info-detail__header .mod-block-wrapper {
    padding: 0 30px;
  }
}

@media screen and (max-width: 560px) {
  .info-detail__header .mod-block-wrapper {
    padding: 0 20px;
  }
}

.info-detail__header__title {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .info-detail__header__title {
    font-size: 2rem;
  }
}

.info-detail__header__data {
  align-items: center;
  display: flex;
  margin-top: 15px;
}

.info-detail__header__date {
  color: #eb404d;
}

.info-detail__header__tag {
  margin-left: 10px;
}

.info-detail__contents {
  margin-top: 30px;
  padding: 0 20px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .info-detail__contents {
    padding: 0;
  }
}

@media screen and (max-width: 560px) {
  .info-detail__contents {
    margin-top: 20px;
  }
}

.info-detail__text {
  word-break: break-word;
  font-size: 1.8rem;
  line-height: 1.6;
}

.info-detail__text img {
  height: auto;
  max-width: 100%;
}

.info-detail__text a {
  text-decoration: underline;
}

.info-detail__text ul li {
  list-style-type: disc;
  margin-left: 2.5rem;
  margin-top: 0.8rem;
}

.info-detail__text ol li {
  list-style-type: decimal;
  margin-left: 2.5rem;
  margin-top: 0.8rem;
}

.info-detail__text table {
  border-collapse: separate;
  border-spacing: 5px;
}

.info-detail__text table th,
.info-detail__text table td {
  font-weight: normal;
}

@media screen and (max-width: 560px) {
  .info-detail__text {
    font-size: 1.6rem;
  }
}

.info-detail__text h3 {
  border-bottom: 2px solid #eb404d;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 40px auto 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 560px) {
  .info-detail__text h3 {
    border-width: 1px;
    font-size: 1.8rem;
    margin: 20px auto 10px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 560px) {
  .info-detail {
    padding: 0 0 30px;
  }
}

