@charset "UTF-8";

.cmnmain {
	padding: 60px 50px 80px;
}

.enjoy-ttl {
	text-align: center;
}

.bnr {
	margin-top: 70px;
}

.bnr_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bnr_list li {
	width: 48.5%;
}

.bnr_list li:nth-child(n+3) {
	margin-top: 35px;
}

.bnr_list li a {
	display: block;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.bnr_list li a:hover {
	opacity: 0.8;
}

.bnr_list_txt {
	position: relative;
	padding: 0 0 10px 20px;
}

.bnr_list_txt:before {
	content: "\e912";
	font-family: icomoon;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0.2em;
	display: inline-block;
	line-height: 1;
	color: #085A9B;
}

/* タブレット以下設定 */
@media screen and (max-width:939px) {
}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.cmnmain {
		padding: 20px 15px;
	}

	.enjoy-ttl {
	}

	.bnr {
		margin-top: 25px;
	}

	.bnr_list {
		display: block;
	}

	.bnr_list li {
		width: 100%;
	}

	.bnr_list li:nth-child(n+2) {
		margin-top: 20px;
	}

	.bnr_list li a {
	}

	.bnr_list li a:hover {
	}

	.bnr_list_txt {
		padding-bottom: 5px;
	}

	.bnr_list_txt:before {
	}

}
