@charset "utf-8";

.contents {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	padding: 60px 0 130px;
}

.contents h2 {
	text-align: center;
}
.contents h2 img {
	width: 100%;
}

.detail {
	background: url(../../common/img/detail_bg.gif) no-repeat left top / 100% 100%;
	max-width: 500px;
	margin: auto;
	border-bottom: solid 3px #0b5a87;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5x; /* Firefox用 */
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.detail:hover {
	opacity: 0.8;
}
.detail a {
	background: url(../../common/img/detail_arrow.png) no-repeat right 20px center /
		10px auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 0px #0b5a87;
	display: block;
	padding: 20px;
}

/*	#visual  */

#visual .innar {
	background: url(../img/visual.jpg) no-repeat center center;
	background-size: cover;
}
#visual .innar h1 .lead {
	padding: 0 20px;
}
#visual .innar h1 {
	height: 32px;
	position: absolute;
	margin: -55px 0 0 -268px;
	padding: 42px 0 36px;
}

#visual .innar h1 .lead {
	margin-top: 20px;
}

/*	.privacy  */
.privacy h2 {
	max-width: 328px;
	width: 80%;
	margin: 60px auto 40px;
}

.privacy .list {
	margin-top: 40px;
}
.privacy .list li {
	padding-left: 20px;
	margin-bottom: 10px;
}
.ter {
	text-align: right;
}

.pc-block {
	display: block;
}
.sp-block {
	display: none;
}

.privacy_cont {
	position: relative;
}

.privacy_cont span {
	width: 24%;
	max-width: 230px;
	min-width: 200px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.privacy_cont span img {
	width: 100%;
}

/* ■02.横幅1200px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width: 1120px) {
	/* ▼PC用================================================================== */

	/* ▲PC用================================================================== */
}

/* ■03.横幅768px以上、1200px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1119px) {
	/* ▼Tab用================================================================= */

	/*	#casetype  */
	.caselist li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.caselist li:nth-child(3n) {
		margin-right: 0;
	}
	.caselist li:nth-child(5n) {
		margin-right: 2%;
	}

	.pc-block {
		display: block;
	}
	.sp-block {
		display: none;
	}

	/* ▲Tab用================================================================= */
}

/* ■04.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 767px) {
	/* ▼SP用================================================================ */

	#visual .innar h1 {
		font-size: 25px;
	}

	/*	#casetype  */
	.caselist li {
		width: auto;
		float: none;
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.caselist li:nth-child(3n) {
		margin-right: 0;
	}
	.caselist li:nth-child(5n) {
		margin-right: 0;
	}

	.pc-block {
		display: none;
	}
	.sp-block {
		display: block;
	}

	.privacy_cont span {
		width: 200px;
		max-width: none;
		margin: 32px auto 0;
		position: static;
		transform: none;
	}

	/* ▲SP用================================================================ */
}
