#contents .titJp {
  font-size: clamp(22px, 2.8333333333vw, 34px);
  font-weight: 700;
  line-height: 130%;
  font-feature-settings: "palt";
}
#contents .titJp span {
  display: block;
  font-size: 0.6em;
  line-height: 130%;
}
#contents .readArea {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #contents .readArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .readArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
#contents .readArea {
  margin-top: max(3vw, 20px);
  margin-bottom: max(4vw, 30px);
}
#contents .mainArea {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #contents .mainArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
#contents .mainArea {
  margin-bottom: max(5vw, 30px);
}
#contents .mainArea h2 {
  text-align: center;
}
#contents .mainArea > section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #contents .mainArea > section {
    margin-top: 50px;
  }
}
#contents .mainArea > section .photo {
  width: 36%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainArea > section .photo {
    width: 100%;
    margin-bottom: 10px;
  }
}
#contents .mainArea > section .photo a {
  display: block;
  line-height: 100%;
  position: relative;
}
#contents .mainArea > section .photo a::after {
  content: "";
  width: 29px;
  height: 29px;
  background: url(../images/awards/icon_zoom.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#contents .mainArea > section .text {
  width: calc(64% - 40px);
}
@media screen and (max-width: 960px) {
  #contents .mainArea > section .text {
    width: calc(64% - 25px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainArea > section .text {
    width: 100%;
  }
}
#contents .mainArea > section .text h3 {
  font-size: clamp(18px, 1.6666666667vw, 25px);
  font-weight: 700;
  margin-bottom: 5px;
}
#contents .mainArea > section .text h3::before {
  content: "";
  width: 21px;
  height: 31px;
  background: url(../images/top/icon_award.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#contents .mainArea > section .text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border-top: 1px solid #C2C2C2;
}
#contents .mainArea > section .text table tr td {
  font-size: clamp(18px, 1.6666666667vw, 25px);
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  padding: 15px 0;
  line-height: 130%;
  border-bottom: 1px solid #C2C2C2;
}
#contents .mainArea > section .comment {
  background-color: #f2f2f2;
  margin-top: 30px;
  padding: 30px 40px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #contents .mainArea > section .comment {
    padding: 25px;
  }
}
#contents .mainArea > section .comment h4 {
  font-size: clamp(14px, 1.6666666667vw, 20px);
  font-weight: 700;
  margin-bottom: 10px;
}
#contents .tenjiArea {
  padding: max(5vw, 30px) max(5vw, 25px);
  background-color: #0096F0;
}
#contents .tenjiArea > section {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
#contents .tenjiArea > section h2 {
  margin-bottom: 40px;
}
#contents .tenjiArea > section p.read {
  margin-bottom: 30px;
}
#contents .tenjiArea > section table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .tenjiArea > section table {
    width: 100%;
  }
}
#contents .tenjiArea > section table tr th,
#contents .tenjiArea > section table tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .tenjiArea > section table tr th,
  #contents .tenjiArea > section table tr td {
    padding: 10px 0;
  }
}
#contents .tenjiArea > section table tr th {
  white-space: nowrap;
  padding-right: 20px;
}
#contents .tenjiArea > section table tr td .kome {
  display: block;
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 130%;
  margin-top: 5px;
}