@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;700&family=Work+Sans:wght@400;500&display=swap");
.content__inner {
  width: 95%;
  margin: 104px auto 104px;
}
@media screen and (min-width: 960px) {
  .content__inner {
    width: 80%;
    margin-bottom: 124px;
  }
}

h2 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  padding-left: 0;
  border-bottom: 1px #59554C solid;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 18px;
    margin-top: 45px;
  }
}