.item {
  line-height: 0;

  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item figure {
  position: relative;
}

.item figcaption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  /*    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  font-weight: bold;
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.28);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 2px;
  cursor: pointer;
}

.item figcaption:hover {
  background-color: rgba(0, 0, 0, 0);
}

.item figcaption a {
  display: flex;

  justify-content: center;

  align-items: center;
  height: 100%;
}

.item li {
  margin-top: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;

  display: flex;
}

.item_clm2 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.item li:nth-child(1),
.item li:nth-child(2) {
  margin-top: 0;
}

.itemCtr:not(:last-child) {
  margin-bottom: 2em;
}

.hlLv03 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  /*    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  border-bottom: 1px solid rgb(239, 239, 239);
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 500px) {
  .item {
    display: block;
  }
  .item li:nth-child(2) {
    margin-top: 1em;
  }
}
