.voicePage {
  background: #fff;
}

.voicePage *,
.voicePage *::before,
.voicePage *::after {
  box-sizing: border-box;
}

.voiceMain {
  color: #444;
}

.voiceResponsive {
  font-size: 16px;
  line-height: 1.9;
}

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

.voiceResponsive a {
  color: #0098c8;
  text-decoration: underline;
}

.voiceResponsive p {
  margin: 0 0 18px;
}

.voiceResponsive ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.voiceResponsive .headingLevel02,
.voiceResponsive .articleTitle {
  margin: 0 0 22px;
  padding: 18px 24px;
  border-radius: 8px;
  background: #7fc738;
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.voiceResponsive .headingLevel03 {
  margin: 0 0 18px;
  padding: 14px 18px;
  border-left: 8px solid #7fc738;
  border-radius: 6px;
  background: #f3fbef;
  color: #2f8426;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}

.voiceResponsive .fontRed,
.voiceResponsive .red {
  color: #e74747;
}

.voiceHero {
  margin: 0 0 28px;
  text-align: center;
}

.voiceHero img {
  display: block;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 8px;
}

.voiceIntro,
.voiceResponsive .articleBody,
.voiceResponsive .articleFooter {
  margin: 0 0 32px;
}

.voiceCategorySection {
  margin: 0 0 34px;
  padding: 22px;
  border: 1px solid #d8efcf;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 0 rgba(127, 199, 56, 0.12);
}

.voiceCategorySection h3 {
  margin: 0 0 16px;
  text-align: center;
}

.voiceCategorySection h3 img {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.voiceCategoryTitle {
  position: relative;
  margin: 0 0 16px;
  padding: 18px 22px;
  border-radius: 8px;
  background: #7fc738;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.voiceCategoryTitleIcon {
  margin: -10px 0 14px;
  text-align: right;
}

.voiceCategoryTitleIcon img {
  width: 60px;
}

.voiceCategoryDescription {
  margin: 0 0 20px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #f7fcf4;
  color: #3b7632;
  font-weight: 700;
}

.voiceEntryList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.voiceEntryList > .group,
.voiceEntryList article,
.voiceEntryList .voiceEntry,
.voiceEntryList > div,
.voiceEntryList > section {
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid #d8efcf;
  border-radius: 8px;
  background: #fbfff8;
}

.voiceEntryList img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 12px;
  border-radius: 6px;
}

.voiceEntryList h3,
.voiceEntryList h4,
.voiceEntryList .voiceEntryTitle {
  margin: 0 0 10px;
  color: #2f8426;
  font-size: 18px;
  line-height: 1.45;
}

.voiceEntryList p {
  margin-bottom: 10px;
}

.voiceCategoryCushion,
.voiceEntryListViewport {
  overflow: visible;
}

.voiceEntryListPointerSection {
  display: none;
}

.text_voice {
  margin: 36px 0 0;
  padding: 24px;
  border-radius: 10px;
  background: #fffaf0;
  border: 1px solid #f0d99d;
}

.text_voice ul {
  padding: 18px 20px;
  border-radius: 8px;
  background: #fff;
}

.voiceResponsive .moveRight {
  text-align: right;
  color: #777;
  font-size: 14px;
}

.voiceEntryVisual {
  margin: 0 0 26px;
  text-align: center;
}

.voiceEntryVisual img {
  display: block;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 8px;
}

.voiceResponsive .entryBody {
  margin: 0 0 32px;
  padding: 24px;
  border: 1px solid #d8efcf;
  border-radius: 10px;
  background: #fff;
}

.voiceResponsive .entryBody table {
  width: 100%;
  border-collapse: collapse;
}

.voiceResponsive .entryBody th,
.voiceResponsive .entryBody td {
  padding: 12px;
  border: 1px solid #e6d7a5;
  vertical-align: top;
}

.voiceResponsive .entryBody th {
  background: #fff5d7;
}

.voiceResponsive .articleFooter {
  padding-top: 8px;
}

.voiceEntrySection {
  display: grid;
  gap: 24px;
}

.voiceEntrySection > h3 {
  margin: 10px 0 -12px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #7fc738;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}

.voiceEntrySummary {
  margin: 0;
  padding: 16px 20px;
  border: 2px solid #f0d99d;
  border-radius: 8px;
  background: #fffaf0;
  color: #d86b1f;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

.voiceEntryBody {
  display: grid;
  gap: 18px;
  margin: 0 0 18px;
}

.voiceEntryBody p {
  min-height: 1px;
  margin: 0;
  padding: 20px;
  border: 1px solid #d8efcf;
  border-radius: 10px;
  background: #fbfff8;
  line-height: 1.9;
}

.voiceEntryBody p::after {
  content: "";
  display: block;
  clear: both;
}

.voiceEntryBody .girl,
.voiceEntryBody .parent {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 14px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.voiceEntryBody .girl {
  background: #e783b6;
}

.voiceEntryBody .parent {
  background: #57b7d8;
}

.voiceEntryBody .image {
  float: right;
  display: block;
  width: min(250px, 42%);
  margin: 0 0 14px 20px;
}

.voiceEntryBody .image img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 900px) {
  .voiceEntryList {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .voiceResponsive {
    font-size: 15px;
    line-height: 1.8;
  }

  .voiceResponsive .headingLevel02,
  .voiceResponsive .articleTitle {
    padding: 15px 16px;
    border-radius: 7px;
    font-size: 22px;
  }

  .voiceResponsive .headingLevel03 {
    padding: 12px 14px;
    font-size: 18px;
  }

  .voiceCategorySection,
  .text_voice,
  .voiceResponsive .entryBody {
    padding: 16px;
  }

  .voiceCategoryTitle {
    padding: 14px 16px;
    font-size: 20px;
  }

  .voiceEntryList > .group,
  .voiceEntryList article,
  .voiceEntryList .voiceEntry,
  .voiceEntryList > div,
  .voiceEntryList > section {
    padding: 14px;
  }

  .voiceResponsive .moveRight {
    text-align: left;
  }

  .voiceResponsive .entryBody table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .voiceEntrySection {
    gap: 18px;
  }

  .voiceEntrySection > h3 {
    margin-bottom: -8px;
    padding: 14px 16px;
    font-size: 19px;
  }

  .voiceEntrySummary {
    padding: 14px 16px;
    font-size: 16px;
  }

  .voiceEntryBody p {
    padding: 16px;
  }

  .voiceEntryBody .image {
    float: none;
    width: 100%;
    max-width: 250px;
    margin: 6px auto 14px;
  }

  .voiceEntryBody .image img {
    margin: 0 auto;
  }
}
