@charset "utf-8";

body {
	background: #00384C url("../images/news/bg.jpg") no-repeat center top;
	background-size: 1920px auto;
}
.main {
	padding: 258px 0 142px;
}
.main .ttlBox {
	display: flex;
}
.main .comTtl {
	margin-bottom: 2px;
	font-size: 48px;
}
.main .text {
	margin-bottom: 62px;
	color: rgba(255,255,255,0.5);
	font-size: 28px;
}
.main .list {
	margin: 0 -20px 42px;
	display: flex;
	flex-wrap: wrap;
}
.main .list li {
	margin: 0 20px;
	padding-bottom: 40px;
	width: 360px;
}
.main .list li .img {
	margin-bottom: 32px;
	width: 360px;
	height: 240px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	border: 6px solid #E2BC75;
	border-radius: 12px;
	box-sizing: border-box;
}
.main .list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main .list li .img a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main .list li .time {
	margin-bottom: 6px;
	display: block;
	font-size: 18px;
	opacity: 0.5;
}
.main .list li .txt {
	margin-bottom: 30px;
	display: block;
	font-size: 24px;
	line-height: 1.35;
}
.main .list li .txt a {
	color: rgba(255,255,255,0.7);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.main .moreBtn a {
	padding: 0 52px 0 27px;
	line-height: 46px;
	background-position: right 27px top 14px;
}

@media all and (min-width: 750px) and (max-width: 1239px) {
	body {
		background: #00384C url("../images/news/sp_bg.png") no-repeat center top;
		background-size: 100% auto;
	}
	.main {
		padding: 186px 0 80px;
	}
	.main .comTtl {
		margin-bottom: 6px;
		font-size: 64px;
	}
	.main .text {
		margin-bottom: 64px;
		font-size: 32px;
	}
	.main .list {
		margin-bottom: 20px;
		display: block;
	}
	.main .list li {
		padding-bottom: 64px;
		width: auto;
	}
	.main .list li .img {
		margin-bottom: 34px;
		width: auto;
		height: auto;
		border-radius: 20px;
		border-width: 8px;
	}
	.main .list li .img img {
		width: 100%;
		height: auto;
	}
	.main .list li .time {
		font-size: 28px;
	}
	.main .list li .txt {
		font-size: 32px;
	}
}


@media all and (min-width: 0) and (max-width: 749px) {
	body {
		background: #00384C url("../images/news/sp_bg.png") no-repeat center top;
		background-size: 100% auto;
	}
	.main {
		padding: 93px 0 40px;
	}
	.main .comTtl {
		margin-bottom: 3px;
		font-size: 32px;
	}
	.main .text {
		margin-bottom: 32px;
		font-size: 16px;
	}
	.main .list {
		margin-bottom: 10px;
		display: block;
	}
	.main .list li {
		padding-bottom: 32px;
		width: auto;
	}
	.main .list li .img {
		margin-bottom: 17px;
		width: auto;
		height: auto;
		border-width: 4px;
		border-radius: 10px;
	}
	.main .list li .img img {
		width: 100%;
		height: auto;
	}
	.main .list li .time {
		font-size: 14px;
	}
	.main .list li .txt {
		font-size: 16px;
	}
}