.top-commom__title {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  color: #373737;
  margin-bottom: 35px;
  line-height: 1;
}

.top-commom__btn {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  text-align: center;
  margin-bottom: 115px;
}

.top-commom__btn a {
  width: 281px;
  height: 45px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 22px;
  position: relative;
  background-color: #dadada;
  color: #373737;
  font-weight: 300px;
}

.top-commom__btn a > span {
  width: 100%;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
}

.top-commom__btn a > span span {
  width: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.journal__area {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.journal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-bottom: 28px;
}

.journal__list.three .journal__each:nth-child(n + 4) {
  display: none;
}

.journal__each {
  width: 375px;
  margin-right: 32px;
  margin-bottom: 28px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.journal__each a {
  color: #4d4d4d;
}

.journal__each:nth-child(3n) {
  margin-right: 0;
}

.journal__each img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.journal__date {
  font-size: 12px;
  line-height: 1.4;
}

.journal__text {
  font-size: 12px;
  line-height: 1.4;
}
