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

.row {
	padding-top: 35px;
}

h2 .new {
	font-weight: 800;
	color: #FF7E7F;
	padding-left: 10px;
}

/* --------　お知らせ　一覧　-------- */

.blog_area.last {
	padding-top: 25px;
}

.news_box {
	padding-bottom: 20px;
	line-height: 1.8;
}

.news_box a {
	display: flex;
	width: 100%;
	padding: 20px 45px 20px 20px;
	margin: 0 auto;
	border: 3px solid #B2C600;
	border-radius: 20px;
	text-align: center;
	transition: 0.5s;
	background: #fff;
	letter-spacing: 2px;
	position: relative;
}

.news_box a::before {
	content: '';
	width: 18px;
	height: 16px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 23px;
	right: 20px;
	transition: 0.5s;
}

.news_box a:hover {
	background-color: #FDFFDE;
}

.news_box a:hover:before {
	right: 15px;
}

.news_archive .news_info {
	font-size: 87.5%;
	min-width: 170px;
}

article h2 {
	text-align: left;
}

.news_info {
	padding-right: 30px;
}

.news_archive .font_gen {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

/* --------　お知らせ　ページNo.　-------- */

.navigation.pagination {
	justify-content: center;
	margin-top: 30px;
}

.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.page-numbers li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 50px;
	padding: 5px 10px;
	background: #B2C600;
	border-radius: 30px;
}

.page-numbers li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 50px;
	padding: 5px 10px;
	border: 2px solid #B2C600;
	background: #fff;
	border-radius: 30px;
}

.page-numbers li a:hover {
	background: #B2C600;
}

.page-numbers li a img {
	width: 22px;
	height: 14px;
}

.page-numbers li .prev.page-numbers img {
	transform: rotate(-180deg);
}


/* --------　お知らせ　サイドバー　共通　-------- */

.side_box {
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 30px;
	margin-bottom: 40px;
}

/* --------　お知らせ　最新記事　-------- */

.side_box h2 {
	font-size: 112.5%;
	text-align: center;
	position: relative;
}

.side_box h2::after {
	content: '';
	width: 210px;
	height: 16px;
	background: url(../img/news_line.png) center center / contain no-repeat;
	position: absolute;
	bottom: -25px;
	right: 0px;
}

.side_box ul {
	padding-top: 40px;
}

.side_box ul li a {
	display: flex;
	flex-wrap: wrap;
	font-size: 87.5%;
	font-weight: 500;
	padding-bottom: 20px;
	width: 100%;
	padding: 8px 25px 8px 10px;
	border-radius: 20px;
	position: relative;
}

.side_box ul li a:hover {
	background: #F1F3CC;
}

.side_box ul li a::before {
	content: '';
	width: 15px;
	height: 10px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 28px;
	right: 15px;
	transition: 0.3s;
}

.side_box ul li a:hover:before {
	right: 10px;
}

.side_box ul .month_list a::before {
	bottom: 13px;
}

.side_box ul li a .date {
	font-weight: normal;
}

/* --------　お知らせ　アーカイブ　-------- */

.side_box ul li button {
	display: inline-block;
	width: 100%;
	padding: 10px 35px 8px 12px;
	border-radius: 20px;
	font-size: 87.5%;
	font-weight: 500;
	position: relative;
}

.side_box ul li button:hover {
	background: #F1F3CC;
}

.side_box ul li button::before {
	content: '';
	width: 11px;
	height: 9px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	position: absolute;
	top: 17px;
	right: 15px;
	transition: 0.3s;
}

.side_box ul li button:hover:before {
	top: 20px;
}

.side_box .month_list {
	padding-top: 0;
	padding-left: 15px;
}

.side_box .month_list li a {
	padding: 5px 0 5px 10px;
	border-radius: 15px;
}

.side_box .month_list li a:hover {
	background: #F1F3CC;
}

.post_h2 {
	padding-left: 40px;
	margin-top: 30px;
	font-size: 150%;
	position: relative;
}

.post_h2::before {
	content: '';
	width: 35px;
	height: 35px;
	background: url(../img/hadashi_star.png) center center / contain no-repeat;
	position: absolute;
	bottom: -3px;
	left: 0;
}

/* --------　お知らせ　記事　-------- */

.news_content {
	background-color: #fff;
	padding: 40px 50px 60px;
	border-radius: 30px;
}

.news_content.fade_up article .news_date {
	padding-bottom: 30px;
}

article h1 {
	font-size: 175%;
	padding-bottom: 70px;
	position: relative;
	line-height: 1.5;
}

article h1::before {
	content: '';
	width: 100%;
	height: 25px;
	background: url(../img/news_cont_line.png) center center / contain repeat-x;
	position: absolute;
	bottom: 28px;
	left: 0;
}

.news_in p,
.news_in figure {
	padding-bottom: 20px;
}

.wp-block-columns {
	margin-bottom: 0;
}

.news_prevnext {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	gap: 30px;
}

.news_prevnext li {
	width: calc((100% - 20px) / 3);
}

.news_prevnext li a {
	display: inline-block;
	width: 100%;
	padding: 15px 30px;
	border: 3px solid #B2C600;
	border-radius: 20px;
	transition: 0.5s;
	background: #fff;
	text-align: center;
	font-weight: 500;
	position: relative;
}

.news_prevnext li:last-of-type a::before {
	content: '';
	width: 13px;
	height: 11px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 24px;
	right: 20px;
	transition: 0.5s;
}

.news_prevnext li:first-of-type a::before {
	content: '';
	width: 13px;
	height: 11px;
	background: url(../img/page_menu_under.png) center center / contain no-repeat;
	transform: rotate(450deg);
	position: absolute;
	bottom: 24px;
	left: 20px;
	transition: 0.5s;
}

.news_prevnext li a:hover {
	background-color: #FDFFDE;
}

.news_prevnext li:last-of-type a:hover:before {
	right: 15px;
}

.news_prevnext li:first-of-type a:hover::before {
	left: 15px;
}

.news_content h1,
.news_content h2,
.news_content h3,
.news_content h4,
.news_content h5,
.news_content h6 {
    line-height: 1.5;
}

.news_content h2 {
	margin-bottom: 15px;
	font-size: 150%;
	padding: 15px 10px 15px 32px;
	background: #EAF5C8;
	border-radius: 10px;
	position: relative;
}

.news_content h2::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: url(../img/hadashi_star.png) center center / contain no-repeat;
	top: 20px;
	left: 5px;
}

.news_content h3 {
	margin-bottom: 15px;
	font-size: 125%;
	padding: 15px 10px 15px 32px;
	position: relative;
}

.news_content h3::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/hadashi_star.png) center center / contain no-repeat;
	top: 20px;
	left: 5px;
}

.news_content h3::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #CADF9F;
	border-radius: 30px;
}

.news_content h4 {
	margin-bottom: 15px;
	font-size: 112.5%;
	padding: 10px;
	border: 3px solid #CADF9F;
	border-radius: 5px;
}

.news_content h5 {
	margin-bottom: 15px;
	font-size: 112.5%;
	padding: 10px;
	background: #EFF8D4;
	border-radius: 5px;
}

.news_content h6 {
	margin-bottom: 15px;
	font-size: 100%;
	padding: 0 10px 10px;
	position: relative;
}

.news_content h6::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-image: radial-gradient(circle, #B2C600 2px, transparent 2px);
	background-size: 10px 3px;
	background-repeat: repeat-x;
}

.news_content .wp-block-buttons .wp-block-button__link {
	padding: 10px 35px 10px 20px;
	border: 3px solid #B2C600;
	background: #fff;
	color: #5E4F44;
	border-radius: 15px;
	text-align: center;
	font-size: 100%;
	position: relative;
}

.news_content .wp-block-buttons .wp-block-button__link::before {
    content: '';
	width: 13px;
    height: 10px;
    background: url(../img/page_menu_under.png) center center / contain no-repeat;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 20px;
    right: 10px;
    transition: 0.5s;
}

.news_content .wp-block-buttons .wp-block-button__link:hover {
    background-color: #FDFFDE;
}

.news_content .wp-block-buttons .wp-block-button__link:hover:before {
	right: 5px;
}

.wp-block-buttons {
    margin-bottom: 15px;
}

.news_content ul li {
    position: relative;
    padding-left: 20px;
}

.news_content ul li::before {
    position: absolute;
    content: "⚫︎ ";
    color: #ADDDF9;
    left: 0;
}

.news_content ul li:last-of-type {
    padding-bottom: 10px;
}


/*********** お知らせ レスポンシブ ***********/

@media (max-width: 1199px) {

	.blog_area.last .row {
		gap: 20px;
	}

	.side_box {
		padding: 15px 20px 20px;
	}

	.side_box h2::after {
		width: 180px;
	}
}

@media (max-width: 991px) {

	.side_box ul li a .date {
		padding-right: 20px;
		width: 90%;
	}

	.side_box h2::after {
		right: calc(50% - 90px);
	}

	.side_box ul li a::before {
		bottom: 16px;
	}

	.news_box:last-of-type {
		padding-bottom: 0;
	}

	.news_box a {
		text-align: left;
		display: block;
	}

	.navigation.pagination {
		margin-top: 30px;
	}

	.row .col-lg-3 {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {

	.archive .head_box {
		padding: 30px 0 10px;
	}

	article h1 {
		font-size: 137.5%;
		padding-bottom: 60px;
	}

	.news_content.fade_up article .news_date {
		padding-bottom: 10px;
	}

	.news_in p,
	.news_in figure {
		padding-bottom: 15px;
	}

	.news_content {
		padding: 30px 30px 50px;
	}

	.news_prevnext li a {
		padding: 20px;
	}

	.news_prevnext li:first-of-type a::before {
		bottom: calc(50% - 7px);
		left: 10px;
	}

	.news_prevnext li:first-of-type a:hover::before {
		left: 5px;
	}

	.news_prevnext li:last-of-type a::before {
		bottom: calc(50% - 7px);
		right: 10px;
	}

	.news_prevnext li:last-of-type a:hover::before {
		right: 5px;
	}
}

@media (max-width: 575px) {

	.blog_area {
		padding: 25px 15px 0;
	}

	.side_box ul li a {
		padding: 8px 30px 8px 10px;
	}

	.news_prevnext li a {
		font-size: 87.5%;
		padding: 5px 10px;
	}

	.news_prevnext {
		display: block;
	}

	.news_prevnext li {
		width: 100%;
		padding-bottom: 15px;
	}

	.news_prevnext li:last-of-type {
		padding-bottom: 0;
	}

	.news_prevnext li a {
		padding: 15px 10px;
	}

	.news_prevnext li:first-of-type a::before,
	.news_prevnext li:last-of-type a::before {
		bottom: 22px;
	}
}

@media (max-width: 425px) {

	.archive header {
		padding-bottom: 0;
	}

	.archive .head_box {
		padding: 15px 0 5px;
	}

	.news_content {
        padding: 30px 20px;
    }

	article h1::before {
		width: 248px;
        left: calc(50% - 124px);
		bottom: 20px;
	}
}

@media (max-width: 375px) {

	.news_prevnext .next a {
		padding-left: 0;
	}

	.news_prevnext .prev a {
		padding-right: 0;
	}

}