@charset "utf-8";

.newsAccordionWr {
    margin: -100px 0 0;
    padding: 100px 0 0;
}

.news-container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.news-area {
    max-width: 800px;
    width: 100%;
}

.newsItem {
    display: block;
    width: 100% !important;
    border-bottom: 1px solid #ccc;
}

.newsTitBox {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.newsArrowBtn.active {
    transform: rotate(90deg);
    transition: all .5s;
}

.newsArrowBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all .5s;
    margin-left: 15px;
}

.newsArrowBtn:hover img {
    opacity: .7;
    transition: all .5s;
}

.newsArrowBtn img {
    transition: all .5s;
}

.newsItem:first-child {
    padding-top: 0;
}

.newsImgBlock {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.newsImgArea {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.newsImgArea > img {
	height: auto;
	max-height: 100%;
}

.accordionBtn {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
}

.newsItem:first-child .accordionBtn {
    padding: 0 0 20px;
}

.newsDetailTit{
    margin: 16px 0 0;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.2589)), 22px);
    font-weight: bold;
    transition: all ease .3s;
}

.accordionBtn:hover {
    opacity: .5;
}

.pdfBtn {
    max-width: 265px;
    width: 100%;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFF;
    background: #895238;
    border: 1px solid #895238;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 400;
    font-family: "Cardo", serif;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all .3s;
}

.pdfBtn:hover {
    color: #895238;
    background: #FFF;
}

.accordionContent {
    display: none;
    padding: 40px 15px 40px;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 1;
}

.newsCateArea {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.newsCateArea > .date {
    width: 27%;
    max-width: 93px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #895238;
}

.newsCateArea > .cate {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
    border: 1px solid #895238;
    text-align: center;
    line-height: 1.43em;
}

.newsImgArea {
    margin: 0 0 15px;
}

.newsImgArea:empty {
    display: none;
}

.newsItem > .txt {
    margin: 15px 0 0;
}

.newsBtnArea {
    margin: 25px auto 0;
    text-align: center;
}

.newsBtnArea:empty {
    display: none;
}

.accordionIcon {
	position: relative;
	width: 100%;
	height: 24px;
	margin-right: 5px;
	margin: 0 0 0 10%;
	max-width: 24px;
}

.accordionIconItem01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #895238;
	top: 50%;
	transform: rotate(0deg);
}

.accordionIconItem02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #895238;
	top: 50%;
	transform: rotate(90deg);
	transition: .5s;
}

.accordionIcon.active > .accordionIconItem01 {
	display: none;
}

.accordionIcon.active > .accordionIconItem02 {
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/* ---------- カテゴリここから ---------- */

.news-cate-block {
    margin: 20px 0 0 0;
}

.news-cate-block:first-child {
    margin: 0;
}

.news-cate-title-box {
    padding: 10px;
    background: #895238;
}

.news-cate-title {
    display: block;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.4531)), 25px);
    font-weight: 400;
    font-family: "Cardo", serif;
    color: #FFF;
    letter-spacing: 0.05em;
    line-height: 1.0em;
}

.cate-link {
    display: block;
    padding: 10px 20px;
    color: #895238;
    transition: all ease .3s;
}

.cate-link:hover {
    color: #895238;
    opacity: .7;
}

/* .cateBox {
    margin: 40px auto 0;
}

.cateBox:first-child {
    margin: 0 auto;
} */

/*  ページャー */

.webgene-pagination {
    width: 100%;
    grid-column: 1/3;
}

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

.webgene-pagination>ul>li {
    display: flex;
    margin: 30px 5px 0;
    height: 40px;
    min-height: 40px;
    width: 100%;
    max-width: 40px;
    font-size: 14px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    align-items: center;
    border-radius: 50%;
}

.webgene-pagination>ul>li>a {
    width: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: initial;
    font-size: 15px;
    transition: all .3s;
    color: #3E3D35;
}

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

.webgene-pagination>ul>li.selected>a {
    color: #fff;
    background: #895238;
    cursor: inherit;
    border-radius: 50%;
    transition: all .3s;
}

.webgene-pagination>ul>li.selected>a:hover {
    color: #fff;
    background-color: #895238;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 40px;
    border: 0;
    font-size: 0;
    font-weight: 500;
    letter-spacing: .05em;
    color: #F6AB24;
}

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


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
    content: "";
    display: block;
    top: 50%;
    width: 20px;
    height: 16px;
    margin: 0 0 .3em;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent #895238 transparent transparent;
}

.webgene-pagination>ul>.next>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #895238;
}


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

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

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



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


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


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




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

.newsAccordionWr {
    margin: -120px 0 0;
    padding: 120px 0 0;
}

.news-container {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.accordionContent {
    padding: 40px 0 40px;
}

.webgene-pagination>ul>li>a {
    height: 40px;
    width: 40px;
    font-size: 18px;
}

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

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

.newsAccordionWr {
    margin: -150px 0 0;
    padding: 150px 0 0;
}

.newsImgArea {
    margin: 0 0 30px;
}

.newsItem > .txt {
    margin: 30px 0 0;
}

.newsBtnArea {
    margin: 50px auto 0;
}

/* ---------- ぺージャーここから ---------- */

.webgene-pagination > ul > li{
  margin: 40px 10px 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */