@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/campaign/item01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
		background-image: url(../img/campaign/item01_sp.jpg);
	}
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	padding: 60px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0;
	}
}
.contents01 .contents01_01 h2{
	width: 624px;
	height: auto;
	margin: 0 0 8px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		width: 100%;
		max-width: 320px;
		margin: 0 0 7px;
	}
}
.contents01 .contents01_01 h2 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 a{
	box-sizing: border-box;
	width: 380px;
	height: 70px;
	margin: 0;
	font-size: 17px;
	line-height: 27px;
	color: #012872;
	border: 1px solid #012872;
	background-color: #FFFFFF;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 a{
		width: 100%;
		max-width: 300px;
		height: 60px;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 a::after{
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-bottom: 2px solid #012872;
	border-left: 2px solid #012872;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: -4px;
	bottom: 0;
	left: auto;
	right: 26px;
	margin: auto;
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01{
	width: 1080px;
	height: auto;
	padding: 60px 0 30px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 20px;
	}
}
.contents02 .contents02_01 h2{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 30px;
	line-height: 48px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 h2{
		font-size: 22px;
		line-height: 37px;
	}
}
@media only screen and (max-width: 374px){
	.contents02 .contents02_01 h2{
		font-size: 20px;
		line-height: 35px;
	}
}
/*.contents02ここまで*/