@charset "UTF-8";
.front_page #wrapper #top_newitem {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .front_page #wrapper #top_newitem {
    margin: 0 5vw 40px;
  }
}

.front_page #wrapper #top_newitem .sub {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #bbc93d;
}

@media screen and (max-width: 1000px) {
  .front_page #wrapper #top_newitem .sub {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.front_page #wrapper #top_newitem h3 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 26px;
  color: #ec6460;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  .front_page #wrapper #top_newitem h3 {
    margin-bottom: 20px;
  }
}

.front_page #wrapper #top_newitem h3:after {
  position: relative;
  content: '';
  width: 280px;
  height: 1px;
  margin-left: -140px;
  background: #ec6460;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.front_page #wrapper #top_newitem h3 span {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  padding: 0 20px;
  background: #fff;
}

.front_page #wrapper #top_newitem p {
  padding-bottom: 30px;
}

.front_page #wrapper #top_newitem ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.front_page #wrapper #top_newitem ul li {
  width: 23.0%;
  padding: 0 0 2.5em;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .front_page #wrapper #top_newitem ul li {
    width: 47.5%;
  }
}

.front_page #wrapper #top_newitem ul li .item-img {
  padding: 0 0 .75em;
}

.front_page #wrapper #top_newitem ul li .item-img img {
  width: 100%;
}

.front_page #wrapper #top_newitem ul li h4 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 .5em;
}

.front_page #wrapper #top_newitem ul li p {
  padding-bottom: 15px;
}

.front_page #wrapper #top_newitem ul li .item-btn {
  width: 100%;
  margin: 0 auto;
}

.front_page #wrapper #top_newitem ul li .item-btn a {
  display: block;
  background-color: #0f1e60;
  color: #fff;
  border-radius: 50px;
  padding: .75em .5em;
  text-align: center;
  text-decoration: none;
}

.front_page #wrapper #top_newitem ul li .item-btn a:hover {
  opacity: .7;
}

.front_page #wrapper #news .container {
  display: block;
}

.front_page #wrapper #news .container dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #ccc 1px dotted;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .front_page #wrapper #news .container dl {
    border-bottom: #ccc 1px dotted;
  }
}

.front_page #wrapper #news .container dl dt {
  width: 15%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .front_page #wrapper #news .container dl dt {
    width: 100%;
  }
}

.front_page #wrapper #news .container dl dt .news_date {
  width: 100%;
  padding: 0 .5em;
  max-width: 150px;
}

.front_page #wrapper #news .container dl dd {
  width: 82.5%;
}

@media screen and (max-width: 1000px) {
  .front_page #wrapper #news .container dl dd {
    width: 100%;
    margin-left: 0;
  }
}
/*# sourceMappingURL=custom.css.map */