#contents .topics .c-normalw {
  padding: 120px 0 130px;
  letter-spacing: 1px;
}
#contents .topics .c-normalw .en_sub {
  font-size: 39px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  text-align: center;
  line-height: 1;
  color: #b3b3b3;
  letter-spacing: 3px;
  font-weight: 500;
}
#contents .topics .c-normalw .en_sub span {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding: 0 110px;
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  font-weight: normal;
}
#contents .topics .c-normalw .en_sub span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 99px;
  height: 1px;
  background-color: #333;
}
#contents .topics .c-normalw .en_sub span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 99px;
  height: 1px;
  background-color: #333;
}
#contents .topics {
  background-color: #f9f7ec;
  margin: -90px 0 220px !important;
}
#contents .topics ul {
  padding-top: 20px;
}
#contents .topics ul li {
  list-style: none;
  padding-top: 45px;
}
#contents .topics ul li a {
  position: relative;
  display: block;
  border: 1px solid #b9bec2;
  background-color: #fff;
  padding: 5px;
  transition: all 0.4s;
}
#contents .topics ul li a:hover {
  opacity: 0.7;
  border-color: #333;
}
#contents .topics ul li a:hover .more {
  right: 30px;
}
#contents .topics ul li a:hover .more::after {
  margin-left: 20px;
}
#contents .topics ul li a .txt {
  position: absolute;
  top: 50%;
  left: 300px;
  transform: translateY(-50%);
  font-size: 23px;
  line-height: 1.6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin: 0;
}
#contents .topics ul li a .txt span {
  font-size: 24px;
  color: #b3b3b3;
  letter-spacing: 3px;
}
#contents .topics ul li a .txt small {
  font-size: 16px;
}
#contents .topics ul li a .more {
  position: absolute;
  right: 40px;
  bottom: 0;
  font-size: 12px;
  color: #666;
  line-height: 1;
  transition: all 0.4s;
}
#contents .topics ul li a .more::after {
  content: url(../img/ht_arrow_right.png);
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #contents .topics {
    margin: -60px 0 70px !important;
  }
  #contents .topics .c-normalw {
		letter-spacing: 0;
    padding: 10vw 6%;
  }
  #contents .topics .c-normalw .en_sub {
    font-size: 7vw; 
  }
  #contents .topics .c-normalw .en_sub span {
    padding: 0 40px;
    margin-top: 2.6vw;
    font-size: 4vw;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }
  #contents .topics .c-normalw .en_sub span::before {
    width: 30px;
  }
  #contents .topics .c-normalw .en_sub span::after {
    width: 30px;
  }
  #contents .topics ul {
    padding-top: 2vw;
    margin-left: 0;
  }
  #contents .topics ul li {
    padding-top: 6vw;
  }
  #contents .topics ul li a:hover .more {
    right: auto;
  }
  #contents .topics ul li a:hover .more::after {
    margin-left: 10px;
  }
  #contents .topics ul li a .img img {
    width: 100%;
  }
  #contents .topics ul li a .txt {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    padding: 3vw 5vw;
    font-size: 4.2vw;
    line-height: 1.6;
  }
  #contents .topics ul li a .txt span {
    font-size: 4.4vw;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }
  #contents .topics ul li a .txt small {
    font-size: 3.5vw;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }
  #contents .topics ul li a .more {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 5vw 3vw;
    font-size: 3.2vw;
    text-align: right;
    margin: 0;
  }
}

