@charset "UTF-8";

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

.content_visual {
	background-image:url("../images/course/bg_hd_course.png");
}
.top_background {
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(249, 253, 244, 1) 50%, rgba(206, 236, 215, 0.84) 100%);
}
.container .page {
    position: relative;
    background: #CEECD7;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(249, 253, 244, 1) 80%, rgba(206, 236, 215, 1) 100%);
    z-index: auto;
}
.container .page::before {
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background-image:url("../images/low/bg_low.png");
	background-repeat:repeat-y;
	background-position:center top;
	background-size:cover;
	z-index:0;
}
section.topics .content_wrap {
	padding: 50px 20px;
	z-index:1;
}
.content_title_wrap {
	display:flex;
	align-items:center;
	padding: 50px 0 0px;
}
.content_title {
    text-align: right;
	padding: 1rem 2rem;
}
.topics .content_wrap .content {
	max-width:1200px;
	margin: 0 auto;
	padding: 2rem;
	position:relative;
	background: rgb(255,255,255,0.6);
	border-radius:20px;
}
h3 {
    font-size: 32px;
    color: #179243;
    line-height: 1.5;
}
.content_title p {
    font-size: 20px;
    line-height: 1.5;
}
section.topics .btn_more {
	margin-top:30px;
}

section.topics .content_wrap .content li {
	font-family:"BIZ+UDGothic";
	margin-bottom:50px;
}
section.topics .content_wrap .content li a {
	color:#000;
	transition: 0.5s;
}
section.topics .content_wrap .content li a:hover {
	opacity:0.6;
}
section.topics .content_wrap .content li a .post_title {
	transition: 0.5s;
}
section.topics .content_wrap .content li a:hover .post_title {
	color:#179243;
}
section.topics .post_wrap {
	display: flex;
}
section.topics .post_wrap .thumbnail {
	width: 200px;
	margin-right: 30px;
}
section.topics .post_wrap .thumbnail img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
	border-radius:10px;
}
section.topics .post_wrap .post_text {
	width: calc(100% - 230px);
}
section.topics .post_wrap .post_text .date {
	padding-bottom: 0.2rem;
	letter-spacing: 0.05em;
}
section.topics .post_wrap .post_text .post_title {
	font-weight: 600;
	margin-bottom:0.5rem;
}
section.topics .post_wrap .post_text .post_content {
	font-size: 14px;
	line-height: 2;
}
.pagination {
	margin:50px 0;
	text-align:center;
	font-size:18px;
}

.pagination .current {
	color:#179243;
}
.pagination a {
	color:#98A6B5;
}
.pagination span,.pagination a {
	margin: 0 0.5rem;
}
.pagination .next,.pagination .prev {
	color:#179243;
	background:#FAFAFA;
	border-radius:50%;
	padding: 0.4rem 1rem 0.6rem 1rem ;
}

@media screen and (max-width: 1200px) {
	.content_title_wrap {
		padding: 2rem 0;
	}
	.content_title_wrap .content {
		padding: 1rem 0;
	}
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	.content_title_wrap {
		padding:0;
	}
	section.topics .content_wrap .content li {
		padding-bottom:1rem;
		border-bottom:dotted 1px #179243;
	}
	section.topics .post_wrap {
		flex-flow:column;
	}
	section.topics .post_wrap .thumbnail {
		margin-right:0;
		margin: 1rem auto;
		width:80%;
	}
	section.topics .post_wrap .post_text {
		width:100%;
	}
}
@media screen and (max-width: 428px) {
	.topics .content_wrap .content {
		padding:1rem;
	}
	section.topics .post_wrap .thumbnail {
		width:100%;
	}
}
@media screen and (max-width: 375px) {
	
}