@charset "UTF-8";
/*index page setting*/
#wrapper {
  min-width: 1220px;
}
#contents-container {
  padding: 65px 0 0px;
}
#contents {
  padding: 0 0 0;
  line-height: 1.86;
}

#contents h2 {
  margin-bottom: 50px;
  padding: 28px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#contents h2 span {
  display: block;
  padding-left: 15px;
  border-left: 4px solid #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #contents h2 span {
    font-size: 24px;
  }
  #contents h3 {
    font-size: 20px;
  }
}
.thums {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 707px;
}
@media (max-width: 768px) {
  .thums {
    width: 100%;
  }
}

.thums::after {
  content: "";
  display: block;
  width: 216px;
}

.thums li {
  position: relative;
  width: 216px;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .thums li {
    width: 48%;
  }
}

.thums li .new {
  z-index: 100;
  position: absolute;
  left: -17px;
  top: -17px;
}
.thums li a:hover dl dd {
  text-decoration: underline;
}
.thums li dl {
  margin-bottom: 12px;
}
.thums li dl dt {
  position: relative;
  width: 216px;
  height: 133px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .thums li dl dt {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
.thums li dl dt img {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  /*
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	*/
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .thums li dl dt img {
    position: static;
    width: 100%;
  }
}
.thums li a:hover dl dt img {
  transform: scale(1.1);
  /* position: absolute;
	left: -5%;
	top: -5%;


	width: 110%;
	height: auto; */
}
.thums li dl dd {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
}

.btn_more {
  text-align: center;
}
.btn_more a {
  display: inline-block;
  background: #000;
  width: 216px;
  height: 40px;
  line-height: 40px;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.btn_more a:hover {
  background: #666666;
}

/*---2024/11/28 追加---*/

#contents h3 {
  margin-bottom: 20px;
  padding: 5px 0 10px 30px;
  border-top: 4px solid;
  color: #00338c;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
}

#contents h3 span {
  font-size: 0.8rem;
  float: right;
  text-align: right;
  padding-top: 10px;
}

#contents h3.spl,
#contents h3.sum,
#contents h3.aut,
#contents h3.win {
  background-position: 0 0;
  background-repeat: no-repeat;
}

#contents h3.spl {
  border-top-color: #ea8cc8;
  background-image: url(../images/index/kazari_spl.png);
}
#contents h3.sum {
  border-top-color: #00a0e8;
  background-image: url(../images/index/kazari_sum.png);
}
#contents h3.aut {
  border-top-color: #ed734d;
  background-image: url(../images/index/kazari_aut.png);
}
#contents h3.win {
  border-top-color: #9f9dcc;
  background-image: url(../images/index/kazari_win.png);
}

#contents_all h3.ban {
  border-top-color: #ee1d23;
  background-image: url(../images/index/kazari_ban.png);
}

#contents h3 img.new {
  position: absolute;
  top: -20px;
  left: 200px;
}
