@charset "UTF-8";
.interviewIntro {
  gap: 0 40px;
  margin: 0 auto 70px;
  max-width: 638px;
}
@media (max-width: 787px) {
  .interviewIntro {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.interviewIntro-img {
  max-width: 300px;
  flex-grow: 0;
  text-align: center;
}
@media (max-width: 787px) {
  .interviewIntro-img {
    max-width: 100%;
  }
}
@media (max-width: 787px) {
  .interviewIntro-img img {
    width: 100%;
  }
}
.interviewIntro-content {
  flex: 1;
}
.interviewIntro-content h2 {
  font-family: "MS PMincho", serif;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
}
.interviewIntro-content h2::before, .interviewIntro-content h2::after {
  content: none;
}
.interviewIntro-content ul {
  padding-left: 0.8em;
  font-size: 13px;
}
@media (max-width: 787px) {
  .interviewIntro-content ul {
    padding-left: 2em;
  }
}

.csSection {
  gap: 0 20px;
}
@media (max-width: 787px) {
  .csSection {
    flex-direction: column;
  }
}
.csSection-title {
  white-space: nowrap;
  min-width: 64px;
  width: 64px;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 787px) {
  .csSection-title {
    min-width: 0;
    width: auto;
  }
}
.csSection-text {
  flex: 1;
  font-size: 15px;
}
.csSection-text p + p {
  margin-top: 0.6em;
}

.descBox h4.wp-block-heading {
  font-size: 15px;
  margin-bottom: 10px;
}

@media (max-width: 787px) {
  .imgRight .alignright {
    margin: 0;
  }
}

.nonActivated-img {
  margin-block: 0;
}
.nonActivated-img .wp-block-image figure {
  margin-bottom: 10px;
}

ol.bottomNote {
  font-size: 13px;
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
ol.bottomNote > li {
  counter-increment: item;
  position: relative;
  padding-left: 3em;
  margin-bottom: 0;
  line-height: 1.75;
}
ol.bottomNote > li::before {
  content: "（" counter(item) "）";
  position: absolute;
  left: 0;
}