@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;
	background: url(../../../images/cp/emb-cp/bg_stripe.png) 0 0 repeat;
	padding-top: 48px;
}
/*-------------------------------------------------------------------
	cpArea
-------------------------------------------------------------------*/ 
section#cpArea h3 {
	background: #fff;
	text-align: center;
	width: 100%;
	padding: 30px 0 0;
}

/*-------------------------------------------------------------------
	step
-------------------------------------------------------------------*/ 
section.stepList {
	background: #fff;
	margin-bottom: 50px;
	padding: 50px 0;
}
section.stepList:last-child {
	margin-bottom: 0;
}
section.stepList h4 {
	text-align: center;
	margin-bottom: 30px;
}

/*-------------------------------------------------------------------
	step1
-------------------------------------------------------------------*/ 
section.stepList#step1 ul.imgList {
	overflow: hidden;
	width: 846px;
	margin: 0 auto;
}
section.stepList#step1 ul.imgList li {
	float: left;
}
@media screen and (min-width: 768px) {
	section.stepList#step1 ul.imgList li:nth-child(2) {
		float: right;
	}
}
section.stepList#step1 ul.imgList li:nth-child(1),
section.stepList#step1 ul.imgList li:nth-child(3) {
	margin-bottom: 15px;
}
section.stepList#step1 p.text {
	color: #0d5acc;
	font-size: 116%;
	margin-top: 20px;
	margin-left: 57px;
}

/*-------------------------------------------------------------------
	ankerMenu
-------------------------------------------------------------------*/ 
ul.ankerMenu {
	margin: 0 12.5% 45px;
	overflow: visible;
}
ul.ankerMenu li {
	width: 25%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding: 15px 0 25px;
	background: url(../../../images/cp/emb-cp/icon_arrow.png) 50% 89% no-repeat;
	position: relative;
}
ul.ankerMenu li:after,
ul.ankerMenu li:first-child:before {
	content: "";
    position: absolute;
    width: 27px;
    height: 70px;
	background: url(../../../images/cp/emb-cp/diagonal.png) 0 0 no-repeat;
    top: 10px;
}
ul.ankerMenu li:after {
    right: -13px;
}
ul.ankerMenu li:first-child:before {
    left: -13px;
}
ul.ankerMenu li a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

/*-------------------------------------------------------------------
	caseList
-------------------------------------------------------------------*/ 
section.caseList {
	background: #fff;
	padding: 65px 55px;
}
section.caseList:last-child {
	padding-bottom: 20px;
}
section.caseList:nth-child(even) {
	background: #f7f8f9;
}
section.caseList:last-child {
	margin-bottom: 0;
}
section.caseList ul.itemList {
	overflow: hidden;
	margin-top: 30px;
}
section.caseList ul.itemList li {
	width: 247px;
	margin-left: 27px;
	float: left;
	text-align: center;
}
section.caseList ul.itemList li dt img {
	/* display: block; */
	margin: 0 auto 16px;
}
section.caseList ul.itemList li dt span {
	display: inline-block;
	margin: 0 auto 10px;
	background: #929191;
	padding: 2px 25px;
	color: #fff;
	font-weight: bold;
}
section.caseList ul.itemList li dt em {
	display: block;
	margin-bottom: 10px;
	font-size: 125%;
	letter-spacing: -0.05em;
}
section.caseList ul.itemList li dd.description {
	margin-bottom: 10px;
	font-size: 90%;
	text-align: left;
}
section.caseList ul.itemList li dd.price {
	margin-bottom: 20px;
}

/*-------------------------------------------------------------------
	step3
-------------------------------------------------------------------*/ 
section.stepList#step3 p.text {
	text-align: center;
	margin-bottom: 33px;
}
section.stepList#step3 p.btn {
	text-align: center;
}

.h32-pc {
	height: 32px;
}