.sectionTitle {
  background: url(../images/bd_deco.gif) left bottom no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sectionTitle .titleText {
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 767px) {
  .sectionTitle {
    padding: 8px 8px 12px 8px;
    margin-bottom: 20px;
  }
  .sectionTitle .titleText {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .sectionTitle .titleLink {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .sectionTitle {
    padding: 8px 0 12px 14px;
    margin-bottom: 24px;
  }
  .sectionTitle .titleText {
    font-size: clamp(14px, 1.67vw, 20px);
  }
  .sectionTitle .titleLink {
    font-size: clamp(14px, 1.17vw, 14px);
  }
}
.secMv {
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .secMv {
    width: 100%;
    padding: 20px 0 32px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secMv {
    width: min(94vw, 1100px);
    padding: 20px 0 60px 0;
  }
}
.secNews .newsListWrap .newsList {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.secNews .newsListWrap .newsList .infoRow .title {
  font-size: 14px;
}
.secNews .newsListWrap .newsList .infoRow .caption {
  font-size: 12px;
}
.secNews .newsListWrap .newsList .infoRow .date {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .secNews {
    padding: 0 0 60px 0;
  }
  .secNews .newsListWrap .newsList {
    margin: 0 0 40px 0;
  }
  .secNews .newsListWrap .newsList:last-of-type {
    margin-bottom: 0;
  }
  .secNews .newsListWrap .newsList .infoRow {
    padding: 16px 16px;
  }
  .secNews .newsListWrap .newsList .infoRow .caption {
    margin: 16px 0 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secNews {
    padding: 0 0 60px 0;
  }
  .secNews .newsListWrap {
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .secNews .newsListWrap .newsList {
    width: 31.66%;
  }
  .secNews .newsListWrap .newsList .infoRow {
    padding: 24px 5%;
  }
  .secNews .newsListWrap .newsList .infoRow .caption {
    margin: 24px 0 12px;
  }
}
.secVoice .voiceListWrap .voiceList .dateCol {
  font-size: 13px;
}
.secVoice .voiceListWrap .voiceList .titleCol {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .secVoice .voiceListWrap {
    padding: 0px 0px 0px 0px;
  }
  .secVoice .voiceListWrap .voiceList {
    padding: 6px 0;
    margin: 0 8px 2px 8px;
  }
  .secVoice .voiceListWrap .voiceList:last-of-type {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secVoice .voiceListWrap {
    padding: 0px 0px 14px 0px;
  }
  .secVoice .voiceListWrap .voiceList {
    display: flex;
    align-items: baseline;
    padding: 8px 14px;
  }
  .secVoice .voiceListWrap .voiceList .dateCol {
    width: 120px;
  }
  .secVoice .voiceListWrap .voiceList .titleCol {
    width: calc(100% - 120px);
  }
}/*# sourceMappingURL=style.css.map */