@charset "UTF-8";
/*＝＝＝＝＝＝common＝＝＝＝＝＝＝＝*/


.special01{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:60px 0;
}
@media(min-width:768px){
	.special01{
		width:90%;
	}
}
.special01 .cCopy01{
	color:#C2A687; 
}

.special02{
	padding-bottom:80px;
}
.special02 .arrow{
	width:60%;
	max-width:120px;
	margin:0 auto 40px;
}
.special02 .list01{
	padding-bottom:40px;
	width:90%;
	margin:0 auto;
}
.special02 .list01 .unit01{
	width:100%;
	max-width:432px;
	margin:0 auto 60px;
	text-align:center;
}
.special02 .list01 .unit01 img{
	margin-bottom:20px;
}
.special02 .list01 .unit01 .txt01{
	font-weight: bold;
	font-size:24px;
	margin-bottom:10px;
}
.special02 .list01 .unit01 .txt02{
}
@media(min-width:768px){
	.special02 .list01{
		display:flex;
		justify-content: space-around;
		align-items: flex-start;
		flex-wrap: wrap;
		max-width:1000px;
	}
	.special02 .list01 .unit01{
		width:48%;
		max-width:432px;
		margin:0 0 60px;
	}
}