/* =============
  for News Page
============== */

/* == title == */
#newsList.wrapH2 {
  border: 0;
  padding: 30px 0 60px 0;
}
#newsList.wrapH2 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: var(--brown);
}
#pageNews .flexCol.grNews {
  width: 90%;
  margin: 0 auto;
}
#pageNews .flexCol.grNews p a {
  text-decoration: underline;
}
.newsDetailTtl {
  margin-bottom: 20px;
  font-size: 28px;
}
.newsDetailTtl span {
  font-size: 0.8em;
  display: block;
}
.flexCol.newsInner {
  width: 100%;
  padding: 30px 0;
  justify-content: flex-start;
  align-items: stretch;
}
.newsInner p {
  margin-bottom: 15px;
  font-size: 18px;
}
.newsDetailCap {
  margin: 30px 0 20px;
  font-size: 24px;
}
.newsBox {
  margin: 30px 0;
  padding: 30px;
  border: var(--red) 1px solid;
  border-radius: 10px;
}
.newsBoxTtl {
  margin-top: 20px;
  font-size: 20px;
  color: var(--red);
}
.newsFigure {
  margin: 30px 0;
}
.newsFigureFull img,
.newsFigureHalf img {
  width: 100%;
}
.newsFigureHalf {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1000.98px) {
  #newsList.wrapH2 {
    padding: 4vw 0 8vw 0;
  }
  #pageNews.inner {
    width: 90%;
  }
  .flexCol.newsInner {
    width: 90%;
  }
  .newsBox {
    margin: 30px 0;
    padding: 15px;
    border: var(--red) 1px solid;
    border-radius: 10px;
  }
  .newsFigureHalf {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
#pageNews h3 {
  padding-top: 40px;
}


/**** NEWS/活動報告一覧　ボックスレイアウト ****/

/* 大ボックス（最上部記事）*/
.boxNewsTop {
  width: 1200px;
  margin: 0 auto 40px auto;
}

.boxNewsTop .boxNewsTopGroup {
  border: 1px solid #111;
  padding: 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
height: 718px;
}
.boxNewsTop_half{
	display: flex;
	justify-content: space-between;
}
.boxNewsTop .boxNewsTopGroup div.imgs {
	position: relative;
}

.boxNewsTop .boxNewsTopGroup div.imgs img {
	transition: 0.4s;
	width: 100%;
	margin-top: 30px;
}

.boxNewsTop .boxNewsTopGroup div.imgs img:hover {
	opacity: 0.8;
}

/*
.boxNewsTop .boxNewsTopGroup .newsTtl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
*/
.boxNewsTop .boxNewsTopGroup .newsTtl h4{
  font-size: 24px;
  font-weight: bold;
  color: var(--brown);
  text-align: center;
  position: relative;
  width: 160px;
  height: 50px;
  line-height: 170%;
}
.boxNewsTop .boxNewsTopGroup .newsTtl h4::before{
  content: "";
  background: rgba(255, 70, 40, 0.3);
  border: 0;
  border-radius: 50px;
  width: 100%;
  height: 36px;
  position: absolute;
  top: -1px;
  left: -2px;
  z-index: -2;
}
.boxNewsTop .boxNewsTopGroup .newsTtl h4::after{
  content: "";
  border: 1.5px solid var(--brown);
  border-radius: 50px;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 4px;
  left: 2px;
  z-index: -1;
}

.boxNewsTop .boxNewsTopGroup .ttl {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4rem;
	padding-left: 2.5%;
	height: 180px;
}

.boxNewsTop .boxNewsTopGroup .disc {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.9rem;
	margin-top: 20px;
}

.boxNewsTop .boxNewsTopGroup .cap {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.8rem;
	margin-top: 10px;
}

@media screen and (max-width: 1000.98px) {

.boxNewsTop {
  width: 96%;
  margin: 0 auto 3% auto;
}

.boxNewsTop .boxNewsTopGroup {
  border: 1px solid #111;
  padding: 2%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
	height: auto;
}
	
.boxNewsTop .boxNewsTopGroup div.imgs img{
	margin-top: 20px;
}

.boxNewsTop .boxNewsTopGroup .newsTtl h4{
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--brown);
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 140%;
  margin: 0 auto 8px auto;
}
	
.boxNewsTop .boxNewsTopGroup .newsTtl h4::before{
  content: "";
  background: rgba(255, 70, 40, 0.3);
  border: 0;
  border-radius: 50px;
  width: 100%;
  height: 34px;
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: -2;
}
.boxNewsTop .boxNewsTopGroup .newsTtl h4::after{
  content: "";
  border: 1.5px solid var(--brown);
  border-radius: 50px;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 2px;
  z-index: -1;
}

.boxNewsTop .boxNewsTopGroup .newsTtl {
	display: block;
	justify-content: flex-start;
	margin: 0 0 5px 0;
	align-items: center;
}

.boxNewsTop .boxNewsTopGroup .ttl {
	font-size: 1.2rem;
	text-decoration: underline;
	line-height: 2rem;
	height: auto;
}

.boxNewsTop .boxNewsTopGroup .disc {
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.7rem;
	margin-top: 10px;
}

.boxNewsTop .boxNewsTopGroup .cap {
	display: block;
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin-top: 5px;
}
	
}
/* 中ボックス */
.boxNewsList_half {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(560px,1fr));
  gap: 40px;
  justify-content: center;
  margin: 0 auto 2% auto;
}

.boxNewsList_half .boxNewsGroup {
  border: 1px solid #111;
  padding: 15px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
}

.boxNewsList_half .boxNewsGroup div.imgs {
	position: relative;
}

.boxNewsList_half .boxNewsGroup div.imgs {
	position: relative;
}

.boxNewsList_half .boxNewsGroup div.imgs img {
	transition: 0.4s;
	width: 100%;
	margin-top: 15px;
}

.boxNewsList_half .boxNewsGroup div.imgs img:hover {
	opacity: 0.8;
}

.boxNewsList_half .boxNewsGroup .newsTtl {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 10px 0;
	align-items: center;
}

.boxNewsList_half .boxNewsGroup .newsTtl h4{
  font-size: 20px;
  font-weight: bold;
  color: var(--brown);
  text-align: center;
  position: relative;
  width: 140px;
  height: 40px;
  line-height: 200%;
}
.boxNewsList_half .boxNewsGroup .newsTtl h4::before{
  content: "";
  background: rgba(255, 70, 40, 0.3);
  border: 0;
  border-radius: 50px;
  width: 100%;
  height: 34px;
  position: absolute;
  top: 1px;
  left: -2px;
  z-index: -2;
}
.boxNewsList_half .boxNewsGroup .newsTtl h4::after{
  content: "";
  border: 1.5px solid var(--brown);
  border-radius: 50px;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 4px;
  left: 2px;
  z-index: -1;
}

.boxNewsList_half .boxNewsGroup .ttl {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem;
}

.boxNewsList_half .boxNewsGroup .cap {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.8rem;
	margin-top: 10px;
}


@media screen and (max-width: 1000.98px) {

.boxNewsList_half {
  width: 100%;
  grid-template-columns:1fr;
  gap: 20px;
  margin: 0 auto 2% auto;
  padding: 0 20px;
}

.boxNewsList_half .boxNewsGroup .newsTtl {
	display: block;
	justify-content: flex-start;
	margin: 0 0 5px 0;
	align-items: center;
}
	
.boxNewsList_half .boxNewsGroup .newsTtl h4{
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--brown);
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 170%;
  margin: 0 auto 8px auto;
}

.boxNewsList_half .boxNewsGroup .newsTtl h4::before{
  content: "";
  background: rgba(255, 70, 40, 0.3);
  border: 0;
  border-radius: 50px;
  width: 100%;
  height: 34px;
  position: absolute;
  top: 1px;
  left: -2px;
  z-index: -2;
}
.boxNewsList_half .boxNewsGroup .newsTtl h4::after{
  content: "";
  border: 1.5px solid var(--brown);
  border-radius: 50px;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: -1;
}

.boxNewsList_half .boxNewsGroup .ttl {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.6rem;
	text-decoration: underline;
}

.boxNewsList_half .boxNewsGroup div img {
	margin-top: 12px;
}

.boxNewsList_half .boxNewsGroup .cap {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8rem;
	margin-top: 10px;
}

}

@media screen and (max-width: 767.98px) {

.boxNewsList_half {
  gap: 10px;
  padding: 0 8px;
margin: 0 auto 2% auto;
}

.boxNewsList_half .boxNewsGroup .newsTtl h4{
  font-size: 1rem;
  margin: 0 auto 12px auto;
  line-height: 190%;
}
.boxNewsList_half .boxNewsGroup .newsTtl h4::before{
  content: "";
  background: rgba(255, 70, 40, 0.3);
  border: 0;
  border-radius: 50px;
  width: 100%;
  height: 34px;
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: -2;
}
.boxNewsList_half .boxNewsGroup .newsTtl h4::after{
  content: "";
  border: 1.5px solid var(--brown);
  border-radius: 50px;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 2px;
  z-index: -1;
}

.boxNewsList_half .boxNewsGroup .newsTtl {
	display: block;
	justify-content: flex-start;
	margin: 0 0 5px 0;
	align-items: center;
}

.boxNewsList_half .boxNewsGroup div img {
	margin-top: 8px;
}

.boxNewsList_half .boxNewsGroup .ttl {
	font-size: 1rem;
	line-height: 1.4rem;
	text-decoration: underline;
}

.boxNewsList_half .boxNewsGroup .cap {
	display: block;
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin-top: 10px;
}

}


/* 小ボックス */
.boxNewsList {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  gap: 40px;
  justify-content: center;
  margin: 0 auto 2% auto;
}

.boxNewsList .boxNewsGroup {
  border: 1px solid #111;
  padding: 15px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
}


.boxNewsList .boxNewsGroup div.imgs {
	position: relative;
}

.boxNewsList .boxNewsGroup div.imgs img {
	transition: 0.4s;
	width: 100%;
	margin-top: 15px;
}

.boxNewsList .boxNewsGroup div.imgs img:hover {
	opacity: 0.8;
}

.boxNewsList .boxNewsGroup .newsTtl {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 10px 0;
	align-items: center;
}

.boxNewsList .boxNewsGroup .newsTtl h4{
  font-size: 20px;
  font-weight: bold;
  color: var(--brown);
  text-align: center;
  position: relative;
  width: 140px;
  height: 40px;
  line-height: 200%;
}
.boxNewsList .boxNewsGroup .newsTtl h4::before{
  content: "";
  background: rgba(255, 70, 40, 0.3);
  border: 0;
  border-radius: 50px;
  width: 100%;
  height: 34px;
  position: absolute;
  top: 1px;
  left: -2px;
  z-index: -2;
}
.boxNewsList .boxNewsGroup .newsTtl h4::after{
  content: "";
  border: 1.5px solid var(--brown);
  border-radius: 50px;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 4px;
  left: 2px;
  z-index: -1;
}

.boxNewsList .boxNewsGroup .ttl {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem;
}

.boxNewsList .boxNewsGroup .cap {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.8rem;
	margin-top: 10px;
}


@media screen and (max-width: 1000.98px) {

.boxNewsList {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
  padding: 0 20px;
}

.boxNewsList .boxNewsGroup .newsTtl {
	display: block;
	justify-content: flex-start;
	margin: 0 0 5px 0;
	align-items: center;
}
	
.boxNewsList .boxNewsGroup .newsTtl h4{
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--brown);
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 170%;
  margin: 0 auto 8px auto;
}

.boxNewsList .boxNewsGroup .newsTtl h4::before{
  content: "";
  background: rgba(255, 70, 40, 0.3);
  border: 0;
  border-radius: 50px;
  width: 100%;
  height: 34px;
  position: absolute;
  top: 1px;
  left: -2px;
  z-index: -2;
}
.boxNewsList .boxNewsGroup .newsTtl h4::after{
  content: "";
  border: 1.5px solid var(--brown);
  border-radius: 50px;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: -1;
}

.boxNewsList .boxNewsGroup .ttl {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.6rem;
	text-decoration: underline;
}

.boxNewsList .boxNewsGroup div img {
	margin-top: 12px;
}

.boxNewsList .boxNewsGroup .cap {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8rem;
	margin-top: 10px;
}

}

@media screen and (max-width: 767.98px) {

.boxNewsList {
  gap: 10px;
  padding: 0 8px;
}

.boxNewsList .boxNewsGroup .newsTtl h4{
  font-size: 1rem;
  margin: 0 auto 12px auto;
  line-height: 190%;
}
.boxNewsList .boxNewsGroup .newsTtl h4::before{
  content: "";
  background: rgba(255, 70, 40, 0.3);
  border: 0;
  border-radius: 50px;
  width: 100%;
  height: 34px;
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: -2;
}
.boxNewsList .boxNewsGroup .newsTtl h4::after{
  content: "";
  border: 1.5px solid var(--brown);
  border-radius: 50px;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 2px;
  z-index: -1;
}

.boxNewsList .boxNewsGroup .newsTtl {
	display: block;
	justify-content: flex-start;
	margin: 0 0 5px 0;
	align-items: center;
}

.boxNewsList .boxNewsGroup div img {
	margin-top: 8px;
}

.boxNewsList .boxNewsGroup .ttl {
	font-size: 1rem;
	line-height: 1.4rem;
	text-decoration: underline;
}

.boxNewsList .boxNewsGroup .cap {
	display: block;
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin-top: 10px;
}

}
