.p-overview-cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}
@media only screen and (max-width: 1300px) {
  .p-overview-cont {
    margin-left: 50px;
    margin-right: 50px;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-overview-cont {
    margin-left: 22px;
    margin-right: 22px;
  }
}

.p-overview-main {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .p-overview-main {
    margin-top: 54px;
  }
}

.p-overview-main__ttl {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2941176471;
  color: #004098;
}
@media only screen and (max-width: 1023px) {
  .p-overview-main__ttl {
    text-align: center;
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

.p-overview-main__txtGroup {
  margin-top: 32px;
}
@media only screen and (max-width: 1023px) {
  .p-overview-main__txtGroup {
    margin-top: 20px;
  }
}

.p-overview-main__txt {
  font-size: 17px;
  line-height: 1.7647058824;
}
@media only screen and (max-width: 1023px) {
  .p-overview-main__txt {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

.p-overview-main__txt + .p-overview-main__txt {
  padding-top: 0.6em;
}
@media only screen and (max-width: 1023px) {
  .p-overview-main__txt + .p-overview-main__txt {
    padding-top: 0;
  }
}

.p-overview-figure {
  margin-top: 72px;
}
@media only screen and (max-width: 1023px) {
  .p-overview-figure {
    margin-top: 50px;
  }
}