@charset "UTF-8";

.campaign {
	border:2px solid #E86233;
	border-radius: 10px;
	background:#FFF8F5;
	position: relative;
	margin-top: 80px;
}
.campaign h3 {
	background: url("../../img/allynav/label.png");
	padding: 0.5rem 2rem 2rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: -35px;
	color: #fff;
	font-size: 26px;
}
.campaign ul {
	width:100%;
	display: flex;
	justify-content: space-between;
	padding: 90px 50px 50px;
}
.campaign li {
	width:50%;	
}
.campaign li dl {
	display: flex;
	justify-content: space-between;
}
.campaign li dt {
	width:30%;
}
.campaign li dd {
	width:68%;
}
.campaign li h4 {
	color:#E86133;
	font-size: 26px;
}
.campaign li p {
	font-size: 18px;
	line-height: 2;
	color:#000;
}
.specs {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.spec {
	width:32%;
	background:#F0F0F0;
	border-radius: 10px;
	position: relative;
	padding: 80px 1rem 1rem;
}
.spec h3 {
	text-align: center;
	color:#13356F;
	font-size: 26px;
	margin-bottom: 20px;
}
.spec h4 {
	font-size: 22px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.spec ul {
	width:100%;
	margin-bottom: 15px;
}
.spec li {
	width:100%;
	display: block;
	margin-bottom: 5px;
}
.spec .img {
	position: absolute;
	top: -100px;
	width:100%;
	text-align: center;
}
.flow_text {
	width:100%;
	text-align: center;
	font-size: 26px;
	line-height: 2;
}

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.flow_text {
		font-size: 16px;
	}
	.campaign h3 {
		background: url("../../img/allynav/label.png");
		padding: .5rem 2rem 1rem;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%;
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0;
		top: -25px;
		color: #fff;
		font-size: 18px;
	}
	.campaign ul {
		width: 100%;
		display: block;
		justify-content: space-between;
		padding: 50px 20px 10px;
	}
	.campaign li {
		width:100%;
		margin-bottom: 20px;
	}
	.campaign li dt {
		width: 25%;
	}
	.campaign li h4 {
		font-size: 18px;
	}
	.campaign li p {
		font-size: 16px;
	}
	.specs {
		display: block;
	}
	.spec {
		width:100%;
		margin-bottom: 20px;
	}
	.spec h4 {
		font-size: 18px;
	}
	.spec .img img {
		width:70%;
	}
	.spec h3 {
		font-size: 18px;
	}
	.specs .spec:nth-child(2),
	.specs .spec:nth-child(3) {
		margin-top: 130px;
	}
}


























































































































































