.p-other {
  background-color: #fff;
  color: #4a4a4a;
}

@media (min-width: 721px) {
  .p-other {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 720px) {
  .p-other {
    padding-bottom: 115px;
  }
}

.p-other__title {
  text-align: center;
}

@media (min-width: 721px) {
  .p-other__title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 720px) {
  .p-other__title {
    margin-bottom: 40px;
  }
}

.p-other__title__en {
  font-weight: 400;
  line-height: 1.33333;
  margin-bottom: 2px;
}

@media (min-width: 721px) {
  .p-other__title__en {
    font-size: 30px;
  }
}

@media screen and (max-width: 720px) {
  .p-other__title__en {
    font-size: 22px;
  }
}

.p-other__title__jp {
  line-height: 2;
}

@media (min-width: 721px) {
  .p-other__title__jp {
    font-size: 20px;
  }
}

@media screen and (max-width: 720px) {
  .p-other__title__jp {
    font-size: 16px;
  }
}

.p-other__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 721px) {
  .p-other__inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 720px) {
  .p-other__inner {
    padding: 0 10px;
  }
}

.p-other__inner__list a {
  display: block;
  transition: 0.3s;
}

.p-other__inner__list a:hover {
  opacity: 0.6;
}

@media (min-width: 721px) {
  .p-other__inner__list {
    display: flex;
    flex-flow: row wrap;
  }

  .p-other__inner__list__item {
    width: calc((100% - 20px) / 2);
  }

  .p-other__inner__list__item:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .p-other__inner__list__item:nth-child(n + 3) {
    margin-top: 26px;
  }
}

@media screen and (max-width: 720px) {
  .p-other__inner__list__item {
    width: 100%;
  }

  .p-other__inner__list__item:not(:last-child) {
    margin-bottom: 22px;
  }
}
