@charset "utf-8";

/*----------TOPお知らせ------------*/

.topPropertyBlock .newsImgBx {
    padding: 0 0 69.8%;
}

.newsItem a:hover .newsTitle {
    text-decoration: underline;
}

.newsSet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.topNewsBlockBox  {
    margin: auto;
}

.newsBlock  section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.newsBlock  article {
    width: 100%;
}


.newsTitle {
    font-size: 14px;
    color: #2C2C2C;
    line-height: 1.5em;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.newsItem a:hover .newsImgBx {
    opacity: .7;
    transition: all .5s;
}

.newsItem {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.newsItem a {
    display: block;
    transition: all .5s;
}

.newsImgBx {
    position: relative;
    padding: 0 0 75.17%;
    background: #F0FAC8;
}

.newsImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.newsImgControl {
    width: 100%;
    position: relative;
    padding: 0 0 66.5%;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

.newsImgControl > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.newsImgBx > span >img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
  
.newsImgBx > img+span{
    display: none;
}

.newsCate{
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  padding: 2px 10px;
  line-height: 1.334em;
  min-width: 70px;
  max-width: 85px;
  border-radius: 30px;
  border: 2px solid #006D48;
  color: #006D48;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.newsDay {
    font-size: 14px;
    color: #2C2C2C;
    font-weight: 400;
    line-height: 1.4em;
    font-family: "Josefin Sans", sans-serif;
}

.newsTitleBx {
    margin: 20px 0 0;
}

.newsBlock>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 2;
} 

.webgene-pagination {
	width: 100%;
}

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
	margin: 0;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 40px 8px 0;
	height: 35px;
	width:100%;
	max-width: 35px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
	color: #fff;
	background: #006D48;
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
	color: #fff;
	background-color: #006D48;
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 35px;
	width: 35px;
	font-size: 14px;
	color: #006D48;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #006D48;
	border-radius: 50%;
	transition: all .3s;
}

.webgene-pagination > ul > li > a:hover{
	color: #fff;
	background-color: #006D48;
	text-decoration: none;
  	transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 40px;
	width: 40px;
	border: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	color: #fff;
	background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .5s;
}

.categoryBox:not(:first-child) {
    margin: 30px 0 0;
}

.categoryBox {
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.categoryHeader {
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    background: #006D48;
    padding: 10px 15px 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.categoryLink {
    display: block;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: #2C2C2C;
    font-weight: 500;
    padding: 10px 15px;
}

.categoryLink:hover {
    color: #333;
    text-decoration: underline;
}

.newsTxt {
    margin: 20px 0 0;
}

.newsDetail .newsTit {
  	font-size: 20px;
  	margin: 18px 0 0;
  	color: #2C2C2C;
  	padding: 0 0 15px 0;
  	border-bottom: 1px solid #ccc;
  	font-weight: bold;
  	line-height: 1.45em;
  	letter-spacing: 0.05em;
}

.newsImg {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    width: 100%;
}

.newsCateFlex {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px 30px;
    flex-wrap: wrap;
}

.newsDate {
    color: #2C2C2C;
    font-weight: 400;
    line-height: 1.4em;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
}

.newsDetail .newsCate {
    -webkit-text-overflow: unset;
    -o-text-overflow: unset;
    white-space: unset;
    overflow: unset;
    max-width: 100%;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.newsCate{
  font-size: 14px;
  min-width: 80px;
  max-width: 100px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.newsDetail .newsTit {
  	font-size: 25px;
}

.newsCate {
    max-width: 132px;
    padding: 2px 20px;
}

.newsDay {
    font-size: 16px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.newsBlock  {
    max-width: 100%;
    margin: auto;
}

.newsBlock>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 3;
} 

.newsBlock  section {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




.newsDay {
    font-size: 18px;
}

.newsCate{
  font-size: 16px;
}

.newsTitle {
    font-size: 16px;
    margin-top: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */