@charset "utf-8";

/*-------------------------------------------------------------------
	共通項目
-------------------------------------------------------------------*/ 
.contents .wrap{
	border: none;
	padding: 0;
	margin: 0 auto 30px;
	width: auto;
	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: auto;
	margin: 0 auto;
}
section.stepList#step1 ul.imgList li {
	text-align: center;
	margin-bottom: 20px;
}
section.stepList#step1 p.text {
	color: #0d5acc;
	margin: 0 5%;
}

/*-------------------------------------------------------------------
	ankerMenu
-------------------------------------------------------------------*/ 
ul.ankerMenu {
	margin: 0 8% 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;
	line-height: 1.3;
}
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 0;
}
section.caseList:last-child {
	padding-bottom: 20px;
}
section.caseList:nth-child(even) {
	background: #f7f8f9;
}
section.caseList:last-child {
	margin-bottom: 0;
}
section.caseList h5 {
	text-align: center;
}
section.caseList ul.itemList {
	overflow: hidden;
	margin: 30px 3%;
}
section.caseList ul.itemList li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10%;
	float: left;
	text-align: center;
}
section.caseList ul.itemList li:nth-child(2n) {
	margin-right: 0;
}
section.caseList ul.itemList li:last-child {
	margin-bottom: 0;
}
section.caseList ul.itemList li dt img {
	/* display: block; */
	margin: 0 auto 20px;
}
section.caseList ul.itemList li dt span {
	display: inline-block;
	margin: 0 auto 10px;
	background: #929191;
	padding: 2px 25px;
	color: #fff;
	font-weight: bold;
    font-size: 20px;
}
section.caseList ul.itemList li dt em {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: -0.05em;
}
section.caseList ul.itemList li dd.description {
    min-height: 48px;
	margin-bottom: 10px;
	font-size: 16px;
	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;
}

.contents--modifier img {
    width: auto;
}

.h-72 {
    min-height: 72px;
}