@charset "utf-8";

body {
	background: #00384C url("../images/news/bg.jpg") no-repeat center top;
	background-size: 1920px auto;
}
#container {
	padding-top: 160px;
}
.main {
	padding: 98px 0;
}
.main .ttlBox {
	display: flex;
}
.main .comTtl {
	margin-bottom: 2px;
	font-size: 48px;
}
.main .text {
	margin-bottom: 32px;
	opacity: 0.5;
	font-size: 28px;
}
.main .list {
	margin: 0 -24px 50px;
	display: flex;
	flex-wrap: wrap;
}
.main .list li {
	padding: 18px;
	width: 33.33%;
	box-sizing: border-box;
}
.main .list li:nth-child(1) {
	padding: 24px 22px 26px 18px;
	width: 50%;
}
.main .list li:nth-child(2) {
	padding: 24px 18px 26px 22px;
	width: 50%;
}
.main .list li a {
	padding: 6px;
	display: block;
	color: rgba(255,255,255,0.9);
	font-size: 20px;
	text-align: center;
	border-radius: 30px;
	background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
	background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
	background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.main .list li a .subBox {
	padding: 24px 20px;
	border-radius: 24px;
	background: #015270;
}
.main .list li:nth-child(1) a .subBox,
.main .list li:nth-child(2) a .subBox {
	padding: 24px 20px 23px;
}
.main .list li a .subBox .img {
	margin: 0 auto 23px;
	width: 306px;
	height: 192px;
	overflow: hidden;
	border-radius: 16px;
}
.main .list li a .subBox .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main .list li a:hover .subBox .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main .list li:nth-child(1) a .subBox .img,
.main .list li:nth-child(2) a .subBox .img {
	width: 504px;
	height: 316px;
}

.popBg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.5);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.popBox {
	padding: 0 124px 65px;
	width: 1346px;
	max-width: 100%;
	max-height: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.popBg.show,
.popBox.show {
	opacity: 1;
	visibility: visible;
}
.popBox .photoBox {
	max-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popBox .photoBox .photo {
	padding: 8px;
	height: 100%;
	box-sizing: border-box;
	border-radius: 30px;
	background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
	background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
	background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.popBox .photoBox .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	border-radius: 20px;
}
.popBox .prev {
	margin-top: -60px;
	position: absolute;
	left: 20px;
	top: 50%;
}
.popBox .next {
	margin-top: -60px;
	position: absolute;
	right: 20px;
	top: 50%;
}
.popBox .close {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@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;
	}
	#container {
		padding-top: 120px;
	}
	.main {
		padding: 66px 0 80px;
	}
	.main .comTtl {
		margin-bottom: 6px;
		font-size: 64px;
	}
	.main .text {
		margin-bottom: 56px;
		font-size: 32px;
	}
	.main .list {
		margin: 0 -8px 40px;
		display: block;
	}
	.main .list li {
		padding: 0 0 48px !important;
		width: 100% !important;
		display: block;
	}
	.main .list li a {
		padding: 8px;
		font-size: 28px;
		border-radius: 40px;
	}
	.main .list li a .subBox {
		padding: 24px !important;
		border-radius: 30px;
	}
	.main .list li a .subBox .img {
		margin-bottom: 26px;
		width: 100% !important;
		height: auto !important;
		border-radius: 20px;
	}
	.main .list li a .subBox .img img {
		height: auto;
	}
	.popBox {
		padding: 0 40px 80px;
		max-width: 100%;
	}
	.popBox .prev {
		margin-top: -76px;
		width: 64px;
		left: 60px;
	}
	.popBox .next {
		margin-top: -76px;
		width: 64px;
		right: 60px;
	}
	.popBox .close {
		width: 48px;
		bottom: 20px;
	}
	.popBox .photoBox .photo {
		padding: 8px;
		border-radius: 40px;
	}
	.popBox .photoBox .photo img {
		border-radius: 30px;
	}
}


@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;
	}
	#container {
		padding-top: 60px;
	}
	.main {
		padding: 33px 0 40px;
	}
	.main .comTtl {
		margin-bottom: 3px;
		font-size: 32px;
	}
	.main .text {
		margin-bottom: 28px;
		font-size: 16px;
	}
	.main .list {
		margin: 0 -4px 20px;
		display: block;
	}
	.main .list li {
		padding: 0 0 24px !important;
		width: 100% !important;
		display: block;
	}
	.main .list li a {
		padding: 4px;
		font-size: 14px;
		border-radius: 20px;
	}
	.main .list li a .subBox {
		padding: 12px !important;
		border-radius: 15px;
	}
	.main .list li a .subBox .img {
		margin-bottom: 13px;
		width: 100% !important;
		height: auto !important;
		border-radius: 10px;
	}
	.main .list li a .subBox .img img {
		height: auto;
	}
	.popBox {
		padding: 0 20px 40px;
		max-width: 100%;
	}
	.popBox .prev {
		margin-top: -38px;
		width: 32px;
		left: 30px;
	}
	.popBox .next {
		margin-top: -38px;
		width: 32px;
		right: 30px;
	}
	.popBox .close {
		width: 24px;
		bottom: 10px;
	}
	.popBox .photoBox .photo {
		padding: 4px;
		border-radius: 20px;
	}
	.popBox .photoBox .photo img {
		border-radius: 15px;
	}
}