header:not(.top) .mainimg {
  background-image: url(../images/mainimg.jpg);
  background-position: top center;
}

#contents .mainArea {
  background: url(../images/bg_sp.svg) no-repeat right 300px top;
  background-size: 20% auto;
}
@media screen and (max-width: 960px) {
  #contents .mainArea {
    background-position: center top 110px;
    background-size: 30% auto;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainArea {
    background-size: 50% auto;
  }
}
#contents .mainArea .jisseki {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #contents .mainArea .jisseki {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainArea .jisseki {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#contents .mainArea .jisseki h3 {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #contents .mainArea .jisseki h3 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 668px) {
  #contents .mainArea .jisseki h3 {
    margin-bottom: 20px;
  }
}
#contents .mainArea .jisseki > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents .mainArea .jisseki > div .basic {
  width: calc(55% - 20px);
}
@media screen and (max-width: 960px) {
  #contents .mainArea .jisseki > div .basic {
    width: 55%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainArea .jisseki > div .basic {
    width: 100%;
    margin-bottom: 20px;
  }
}
#contents .mainArea .jisseki > div .photo {
  width: calc(45% - 20px);
}
#contents .mainArea .jisseki > div .photo p:first-child {
  margin-bottom: 3px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainArea .jisseki > div .photo {
    width: 100%;
  }
}
#contents .subArea {
  background-color: #DEDFDF;
  padding: 120px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #contents .subArea {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 668px) {
  #contents .subArea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  #contents .subArea {
    padding: 70px 0;
  }
}
@media screen and (max-width: 668px) {
  #contents .subArea {
    padding: 20px 0;
  }
}
#contents .subArea > section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 8vw;
  padding: 0 5vw;
}
#contents .subArea > section h4 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #contents .subArea > section h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .subArea > section h4 {
    font-size: 1.6rem;
  }
}
#contents .subArea > section > p {
  font-size: 1.9rem;
  line-height: 180%;
  margin-bottom: 40px;
}
@media screen and (max-width: 668px) {
  #contents .subArea > section > p {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
#contents .subArea > section ul {
  display: flex;
  flex-wrap: wrap;
}
#contents .subArea > section ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  min-height: 127px;
  width: calc(25% - 12px);
  margin-bottom: 15px;
}
#contents .subArea > section ul li:not(:nth-child(4n)) {
  margin-right: 16px;
}
#contents .subArea > section ul li span {
  font-weight: bold;
  line-height: 140%;
  display: block;
  letter-spacing: -1px;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  #contents .subArea > section ul li {
    min-height: 100px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .subArea > section ul li {
    width: calc(50% - 5px);
    margin-bottom: 7px;
  }
  #contents .subArea > section ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #contents .subArea > section ul li:nth-child(2n+1) {
    margin-right: 10px;
  }
  #contents .subArea > section ul li span {
    font-size: 1.1rem;
  }
}
#contents .feeArea {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 8vw;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #contents .feeArea {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 668px) {
  #contents .feeArea {
    margin-bottom: 20px;
  }
}
#contents .feeArea h4 {
  font-size: 2.24rem;
  font-weight: 700;
  margin-bottom: 20px;
  border: 1px solid #333;
  display: inline-block;
  padding: 10px 30px;
}
@media screen and (max-width: 668px) {
  #contents .feeArea h4 {
    font-size: 1.6rem;
    padding: 7px 15px;
    margin-bottom: 10px;
  }
}
#contents .feeArea > p.basic {
  margin-bottom: 30px;
}
#contents .voiceArea {
  background-color: #DEDFDF;
  padding: 120px 0;
}
@media screen and (max-width: 960px) {
  #contents .voiceArea {
    padding: 70px 0;
  }
}
@media screen and (max-width: 668px) {
  #contents .voiceArea {
    padding: 20px 0;
  }
}
#contents .voiceArea > section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents .voiceArea > section .photo {
  width: calc(50% - 30px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .voiceArea > section .photo {
    width: 100%;
    margin-bottom: 15px;
  }
}
#contents .voiceArea > section .text {
  width: calc(50% - 10px);
}
@media screen and (max-width: 960px) {
  #contents .voiceArea > section .text {
    width: 50%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .voiceArea > section .text {
    width: 100%;
  }
}
#contents .voiceArea > section .text h5 {
  font-weight: 700;
  margin-bottom: 60px;
  font-size: 1.7rem;
  line-height: 180%;
}
@media screen and (max-width: 668px) {
  #contents .voiceArea > section .text h5 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#contents .voiceArea > section .text h5 small {
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: 700;
}
@media screen and (max-width: 668px) {
  #contents .voiceArea > section .text h5 small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  #contents .voiceArea > section .text h5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .voiceArea > section .text h5 {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=index.css.map */