@charset "utf-8";
/* -----------------------------------------
page.css
個別ページ設定用css
----------------------------------------- */


/* 
----------------------------------------- */
body.sp {
	
}

.list {
	padding-top: 14px;
}
.list li {
	display: inline-block;
	text-align: center;
	width: 33%;
}
.list li:first-of-type {
	padding-left: 0;
}
.list li:last-of-type {
	position: relative;
}
.list li:last-of-type:before {
	position: absolute;
	content: "PCの方はこちら";
	top: -28px;
	left: 0;
	right: 0;
}

h2 img,
.imgArea img{
	width: 100%;
}

@media screen and (max-width: 780px
) {
	.cmnEmTitle {
		font-weight: bold;
		text-align: center;
		font-size: 123.1%;
	}
	
	.list li {
		width: 50%;
	}
	.list li:last-of-type {
		margin-top: 60px;
	}
}
@media screen and (max-width: 560px) {
	.list li {
		width: 100%;
	}
	.list li:first-of-type {
		margin-bottom: 20px;
	}
}

.imgArea {
	text-align: center;
}
.imgArea li {
	display: inline-block;
	vertical-align: top;
	width: 57.3%;
}
.imgArea li:first-child {
	padding-right: 7.1%;
	width: 30.6%;
}
.imgArea02 li {
	width: 56.2%;
}
.imgArea02 li:first-child {
	width:30.8%;
}
@media screen and (max-width:560px) {
	.imgArea li {
		width: auto;
	}
	.imgArea li:first-child {
		width: auto;
		padding-right: 0;
		padding-bottom: 20px;
	}
}