@charset "UTF-8";
/* CSS Document */


.news_category,.news_page{
  margin: 0 auto;
  padding-top: 100px;
}

.news_title_area{
  width: 100%;
  background-color: #73988C;
}

.news_title_area h1{
  padding-top: 140px;
  padding-bottom: 140px;
	font-size: 26px;
	text-align: center;
	letter-spacing: -0.1em;
  color: #FFFFFF;
}
.news_title_area h1 span{
	display: block;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2em;
	padding-top: 25px;
}

.news_txt_area{
  margin: 100px auto 300px auto;
}

.news_category dl{
	width: 90%;
	margin: 0 auto;
  font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: 1px solid;
  border-color: #B2B2B2;
	padding: 25px 0;
}
.news_category dt{
	float: left;
	padding: 0 70px 0 20px;
  width: 5%;
}
.news_category dd{
  width: 100%;
}
.news_category a{
  text-decoration: none;
  color: #333;
}
/*news_page*/

.news_txt_area{
  margin: 100px auto 200px auto;
}
.news_page dl{
	width: 90%;
	margin: 0 auto;
  font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 25px 0;
}
.news_page dt{
  margin-bottom: 35px;
}
.news_page dd h2{
  padding-bottom: 35px;
}
.news_page h2{
  font-size: 20px;
  border-bottom: 1px solid;
  border-color: #B2B2B2;
}
.news_page dd p{
  padding-top: 35px;
}
.news_page dd b{
  font-weight: bold;
}
.i-size{
  width: 50%;
  margin: 30px 0;
}
.i-size img{
  width: 100%;
  height: auto;
}
.category-icon{
  display: block;
	width: 200px;
  font-size: 14px;
	text-align: center;
	padding: 14px 0;
	margin: 0 auto 50px auto;
	border: 1px solid;
	border-color: #73988C;
  text-decoration: none;
  color: #73988C;
  font-family: 'Noto Sans JP', sans-serif;
}
.flex_item{
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.flex_item .flex_area{
  width: 32%;
  height: auto;
  padding: 0 1% 70px;
  box-sizing: border-box;
}
.flex_item img{
  width: 100%;
  height: auto;
}
.flex_item p{
  text-align: left;
}
@media screen and (max-width: 768px){
  .news_category,.news_page{
		width: 100vw;
		height: auto;
    padding-top: 80px;
		padding-bottom: 20px;
	}
  .news_title_area h1{
    font-size: 22px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .news_title_area h1 span{
    font-size: 14px;
  }
  .news_txt_area{
  margin: 100px auto 100px auto;
}
  .news_txt_area dl{
		width: 90vw;
		line-height: 2em;
		font-size: 14px;
	}
  .news_page dd h2{
    font-size: 18px;
    padding-bottom: 20px;
  }
  .news_txt_area dt{
    display: block;
    width: 100%;
		float: none;
    padding: 0;
	}
  .news_category dl {
    padding-bottom: 0px;
  }
  .news_page dl img{
    width: 100%;
    height: auto;
  }
  .flex_item .flex_area{
    width: 50%;
    padding: 0 1% 30px;
  }
  .flex_item p{
    font-size: 10px;
  }
}
