@charset "utf-8";

/*-------------------------------------------------------------------
	共通項目
-------------------------------------------------------------------*/ 
.contents .wrap{
	border: none;
	padding: 0;
	margin: 0 auto 30px;
	width: 960px;
	background-image: none;
}
.contents .wrap #main {
	background: transparent;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------------
	accent
-------------------------------------------------------------------*/ 
ul.ankerMenu {
	margin: 40px 5%;
	overflow: hidden;
}
ul.ankerMenu li {
	width: 20%;
	box-sizing: border-box;
	border-right: 2px solid #c9c6c5;
	float: left;
	text-align: center;
	padding: 15px 0 25px;
	background: url(../../../images/cp/classic-bag/icon_arrow.png) 50% 89% no-repeat;
}
ul.ankerMenu li:first-child {
	border-left: 2px solid #c9c6c5;
}
ul.ankerMenu li a {
	color: #333;
	font-size: 17px;
	font-weight: bold;
}

/*-------------------------------------------------------------------
	casebox
-------------------------------------------------------------------*/ 
.casebox {
	background: #e4eeef;
	padding: 32px;
}

/*-------------------------------------------------------------------
	caseList
-------------------------------------------------------------------*/ 
section.caseList {
	background: #fff;
	padding: 48px;
	margin-bottom: 30px;
}
section.caseList:last-child {
	margin-bottom: 0;
}
section.caseList .accent {
	overflow: hidden;
}
section.caseList .accent .leftbox {
	float: left;
}
section.caseList .accent .leftbox h2.title {
	background: none;
}
section.caseList .accent p.img {
	float: right;
}
section.caseList ul.itemList {
	overflow: hidden;
	margin-top: 20px;
}
section.caseList ul.itemList li {
	width: 33.3%;
	float: left;
	text-align: center;
}
section.caseList ul.itemList li dt img {
	display: block;
	margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
	section.caseList .accent p.img{
		float: none;
	}
	section.caseList ul.itemList li {
		width: 50%;
		float: left;
		text-align: center;
	}section.caseList {
		background: #fff;
		padding: 50px 30px;
		margin-bottom: 30px;
	}
	.casebox{
		padding: 20px;
	}
	.contents--modifier img{
		width: auto;
	}
	section.caseList .accent .leftbox {
		float: unset;
	}
	section.caseList .accent .leftbox p.feature {
		text-align: center;
		margin-bottom: 30px !important;
	}
}