/* ====================
Layout
 ==================== */
.p-present_list {
  margin-bottom: 40px;
}
@media screen and (min-width: 961px) {
  .p-present_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-present_list > li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-present_list > li {
    margin: 0 auto 30px;
    text-align: center;
  }
}

.p-special__txt_btm {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-special__txt_btm {
    font-size: 13px;
    line-height: 1.7;
  }
}