.p-en-head {
  margin-bottom: 90px;
}

.p-en-topics {
  margin-bottom: 80px;
}

.p-en-topics__headline {
  position: relative;
}

.p-en-topics__headline-ttl {
  margin-bottom: 5px;
}

.p-en-topics__headline-list {
  gap: 30px;
  display: flex;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}

.p-en-topics__headline-list li {
  margin-bottom: 0;
}

.p-en-topics__headline-list li a {
  font-weight: 700;
}

.p-en-topics__list {
  border-top: 1px solid #ebc6c6;
}

.p-en-topics__list li {
  border-bottom: 1px solid #ebc6c6;
}

.p-en-topics__list li a {
  display: flex;
  align-items: center;
  min-height: 73px;
  padding: 8px 10px;
  transition: 0.2s;
  text-decoration: none;
  color: #000000;
}

.p-en-topics__list-item {
  gap: 5px 25px;
  display: flex;
  align-items: center;
}

.p-en-topics__list-item dt {
  flex-shrink: 0;
  width: 90px;
  color: #666666;
  font-size: 1.4rem;
}

.p-en-topics__list-item dd {
  width: calc(100% - 90px);
}

.p-en-topics__btn {
  width: 300px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 786px) {
  .p-en-head {
    margin-bottom: 50px;
  }
  .p-en-topics {
    margin-bottom: 70px;
  }
  .p-en-topics__headline-ttl {
    margin-bottom: 0;
  }
  .p-en-topics__headline-list {
    gap: 20px;
    position: static;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .p-en-topics__list li a {
    min-height: 120px;
    padding: 15px 5px;
  }
  .p-en-topics__list-item {
    flex-direction: column;
  }
  .p-en-topics__list-item dt {
    width: 100%;
  }
  .p-en-topics__list-item dd {
    width: 100%;
  }
  .p-en-topics__btn {
    width: 88%;
  }
}

@media only screen and (min-width: 787px) {
  .p-en-topics__list li a:hover {
    background: #f9e7e7;
    opacity: 1;
  }
}