
.ttl-news {
  color: #C3A75F;
  font-size: 28px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .ttl-news {
    font-size: 24px;
    padding-bottom: 4.266vw;
  }

}

.newsWrap {
	margin: 3em 0;
	border-bottom: 1px solid #657F9A;
}
.newsWrap:last-of-type {
  margin: 3em 0 0;
  border: none;
}
.newsHead {
	width: 100%;
}
.newsHead .newsDate {
  margin: 0 0 .75em;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #717171;
}
.newsHead .newsTitle {
	width: 100%;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  color: #657F9A;
}
.newsHead .newsTitle .caption {
  font-size: 50%;
}
.newsBody {
	padding: 1.5em 0 3em;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}
.newsBody p {
  display: inline-block;
}
.newsBody a {
	color: #657F9A;
  font-weight: 700;
  text-decoration: underline;
}
.newsBody a:hover {
	text-decoration: none;
}

.newsBody .signature {
  text-align: right;
}

.newsBody img {
  width: 100%;
  margin: 15px 0;
}
.newsBody img.hascap {
  width: 100%;
  margin: 15px 0 7px;
}
.newsBody .centering {
  margin-left: auto;
  margin-right: auto;
}
.newsBody .img150 {
  width: 100%;
  max-width: 150px;
}
.newsBody .img300 {
  width: 100%;
  max-width: 300px;
}
.newsBody .img400 {
  width: 100%;
  max-width: 500px;
}
.newsBody .img500 {
  width: 100%;
  max-width: 500px;
}
.newsBody .img800 {
  width: 100%;
  max-width: 800px;
}
.newsBody .bold {
  font-weight: 700;
}
.newsBody .underline {
  border-bottom: 1px solid #657F9A;
}
.newsBody .bold.underline {
  font-size: 110%;
} 
.newsBody .caption {
  font-size: 88%;
}
.newsBody .center {
  text-align: center;
}
.newsBody .space_even {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "swsh" 1;
}

.newsBody .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px auto;
  overflow: hidden;
}
.newsBody .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsBody .comment-wrap {
  padding: 1.5em;
  border: 1px solid rgba(255,255,255,.5);
}
.newsBody .haishin_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsBody .haishin_list dt {
  width: 9.5em;
}
.newsBody .haishin_list dd {
  width: calc(100% - 9.5em);
}
.newsBody a {
  word-break: break-all;
}
.newsBody .bf {
  width: 100%;
  max-width: 290px;
}

.newsBox p {
  display: block;
}

.newsBox {
  margin-top: 30px;
  padding: 15px;
  border: 2px solid rgba(101, 127, 154, 0.6);
}
.newsBoxHeadline {
  font-weight: bold;
}
.newsBoxHeadline.overview {
  display: inline-block;
  border-bottom: 2px solid rgba(101, 127, 154, 0.5);
  margin-bottom: 0.3em;
}
.newsBoxBoldtxt {
  font-weight: bold;
}
.newsBoxNote {
  padding-bottom: 1em;
}
.newsBoxTxt {
  padding-bottom: 1em;
}

.newsBox.letter {
  margin-bottom: 30px;
}

.newsBox.letter .newsBoxTxt {
  font-style: italic;
}

.-redtxt {
  color: red;
}

@media screen and (min-width: 769px) {

  .newsNovelty {
    display: flex;
    margin-top: 1em;
  }

  .newsNovelty-item.Noveltyimg {
    margin-right: 3%;
  }
  
  .newsNovelty-item.Noveltyimg img {
    margin: 0;
  }  

  .newsOrder {
    display: flex;
    justify-content: center;
  }
  .newsOrder.goods {
    justify-content: space-between;
  }
  .newsOrder-item {
    width: 40%;
    margin: 0 10px;
  }

  .newsOrder.goods .newsOrder-item {
    width: 22%;
    margin: 0;
  }

  .newsOrder.limited {
    justify-content: space-between;
    align-items: center;
  }
  
  .newsOrder.normal {
    align-items: center;
  }
  
  .newsOrder.limited .newsOrder-item {
    width: 48%;
  }
  
  .newsOrder.normal .newsOrder-item {
    width: 30%;
    margin-right: 8%;
  }
  
  .newsOrder.normal .newsOrder-item:last-child {
    margin-right: 0;
  }

}

@media screen and (max-width:768px){
  .newsWrap {
    margin: 2em 0;
  }
  .newsWrap:last-of-type {
    margin: 2em 0 0;
  }
  .newsHead .newsTitle {
    width: 100%;
    padding-top: 2vw;
    font-size: 18px;
  }
  .newsHead .newsDate {
    display: block;
    width: 100%;
    margin: 0.5em 0 0;
  }
  .newsBody {
    padding: 1.5em 0 3em;
    font-size: 13px;
  }

  .newsNovelty-item.Noveltyimg {
    margin: 0 auto;
  }
	
  .newsOrder.normal .newsOrder-item {
    width: 60%;
    margin: 0 auto;
  }
}