@charset "EUC-JP";



/* ------------------------------
	.head_ttl_box
------------------------------ */
.head_ttl_box{
	background: url(../img/special/head_img.png) no-repeat center center;
	background-size: 100%;
}

.head_ttl_box .head_ttl{
	color: #000;
	text-shadow: none;
}


@media screen and (max-width: 768px){
	.head_ttl_box{
		background: url(../img/special/head_img_sp.png) no-repeat center center;
		background-size: cover;
	}
}



/* ------------------------------
	.sec_ttl
------------------------------ */
.sec_ttl{
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.6;
}


@media screen and (max-width: 768px){
	.sec_ttl{
		font-size: 2.0rem;
	}
}


/* ------------------------------
	.special
------------------------------ */
.special{
	padding: 35px 0 240px;
}

.special .sec_ttl{
	margin: 70px 0 40px;
}

.special .special_wrap{
	display: flex;
	flex-wrap: wrap;
}

.special_wrap .special_img a{
	display: block;
	position: relative;
}

.special_wrap .special_img img{
	width: 100%;
	vertical-align: middle;
}

.special_wrap > .special_img,
.special_wrap .special_box{
	width: 32%;
	border-radius: 9px;
	overflow: hidden;
	margin-bottom: 20px;
}

.special_wrap .special_box .special_img{
	border-radius: 6px;
}

.special_wrap .special_box .special_img + .special_img{
	margin-top: 20px;
}

.special_wrap .special_img .txt{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 15px 20px;
	background-color: rgba(255,255,255, 0.6);
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
	white-space: nowrap;
}

.special_wrap > *{
	margin-right: 2%;
}
.special_wrap > *:nth-child(3n){
	margin-right: 0;
}


@media screen and (max-width: 768px){
	.special{
		padding: 20px 0 70px;
	}

	.special .sec_ttl{
		margin: 40px auto 30px;
	}

	.special_wrap > .special_img,
	.special_wrap .special_box{
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}

	.special_wrap .special_box{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.special_wrap .special_box .special_img + .special_img{
		margin-top: 10px;
	}

	.special_wrap > *{
		margin-right: 10px;
	}
	.special_wrap > *:nth-child(3n){
		margin-right: 10px;
	}
	.special_wrap > *:nth-child(2n){
		margin-right: 0;
	}

	.special_wrap .special_img .txt{
		padding: 2vw 6%;
		font-size: 2.8vw;
		line-height: 1.4;
	}
}