@charset "UTF-8";

/*== post
======================================================================*/
.post__inner {
	position: relative;
	max-width: 1300px;
	padding: 60px 20px 120px;
	margin: 0 auto;
}

.post__title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.post__item + .post__item{
	margin-top: 45px;
}

.post__item-thumb{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.post__item-thumb img{
	-o-object-fit: fill;
	object-fit: fill;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.post__item-content{
	padding-top: 25px;
}

.post__item-head{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post__item-category{
	color: #fff;
	font-size: 14px;
	background: #1955A6;
	padding: 2px 10px;
	margin-right: 5px;
	display: inline-block;
}

.post__item-date{
	font-size: 14px;
}

.post__item-title{
	font-size: 20px;
	line-height: 1.4;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post__item-text{
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (min-width:1024px) {
	.post__inner {
		padding: 80px 20px 160px;
	}

	.post__list {
		display: flex;
		flex-wrap: wrap;
		gap: 60px 5%;
	}

	.post__item {
		width: 47.5%;
		margin: 0!important;
	}

	.post__item a{
		display: flex;
	}

	.post__item-thumb{
		width: 160px;
		height: 160px;
		overflow: hidden;
	}

	.post__item-content{
		width: calc(100% - 160px);
		padding: 15px 0 0 30px;
	}
}



/*== post02
======================================================================*/
.post02__inner {
	position: relative;
	max-width: 1300px;
	padding: 60px 20px 120px;
	margin: 0 auto;
}

.post02__title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.post02__item + .post02__item{
	margin-top: 45px;
}

.post02__item-thumb{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.post02__item-thumb img{
	-o-object-fit: fill;
	object-fit: fill;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.post02__item-content{
	padding-top: 25px;
}

.post02__item-head{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post02__item-category{
	color: #fff;
	font-size: 14px;
	background: #1955A6;
	padding: 2px 10px;
	margin-right: 5px;
	display: inline-block;
}

.post02__item-date{
	font-size: 14px;
}

.post02__item-title{
	font-size: 20px;
	line-height: 1.4;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post02__item-text{
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (min-width:1024px) {
	.post02__inner {
		padding: 80px 20px 160px;
	}

	.post02__list {
		display: flex;
		flex-wrap: wrap;
		gap: 60px 5%;
	}

	.post02__item {
		width: 30%;
		margin: 0!important;
	}

	.post02__item + .post02__item{
		margin: 0;
	}
}



/*== post03
======================================================================*/
.post03__inner {
	padding: 0 20px;
	margin: 60px auto;
	max-width: 1300px;
}

.post03__title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.post03__item{
	border-top: 1px solid #ccc;
}

.post03__item:first-child{
	border-top: none;
}

.post03__item a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 0 15px;
}

.post03__item-date{
	font-size: 14px;
	min-width: 120px;
}

.post03__item-category{
	color: #fff;
	font-size: 14px;
	text-align: center;
	min-width: 120px;
	background: #1955A6;
	padding: 2px 10px;
	margin-right: 5px;
	display: inline-block;
}

.post03__item-title{
	line-height: 1.4;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (min-width:1024px) {
	.post03__item a{
		flex-wrap: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.post03__item-date{
		margin-right: 20px
	}

	.post03__item-category{
		margin-right: 30px;
	}

	.post03__item-title{
		width: auto;
		margin: 0;
	}
}




/*== post__category
======================================================================*/

.post__category-list {
	max-width: 1300px;
	padding: 60px 20px 120px;
	margin: 0 auto;
	display: flex;
}

.post__category-item {
	display: inline-block;
	margin-right: 10px;
}

.post__category-item a{
	color: #fff;
	text-align: center;
	background: #222;
	display: block;
	padding: 10px 30px;
}