.pl-wrap {
	width: 980px;
	margin: 0 auto;
}

/*mv*/
.pl-mv {
	position: relative;
	margin-bottom: 20px;
}

.pl-mv__heading {
	position: absolute;
	top: 120px;
	left: 40px;
	font-weight: bold;
	font-size: 14px;
}

.pl-mv__headingContent {
    display: inline;
}

/*pl-content*/
.pl-content {
	margin-bottom: 50px;
	padding: 10px 12px 0;
	border: 1px solid #ebeff2;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.pl-contentBox {
	width: 470px;
	position: relative;
	background-color: #f7f8fa;
	margin-bottom: 14px;
	border-radius: 3px;
}

.pl-contentBox__title {
	font-size: 20px;
	color: #0068b7;
	font-weight: bold;
	position: absolute;
	top: 13px;
	left: 10px;
}

.pl-contentBox__text {
	margin: 10px;
}

.pl-contentBox__text.\--isPrep {
    text-align: center;
    padding: 44px;
    color: #666;
    font-weight: bold;
}

.pl-contentBox__text.\--fontSize-large {
	font-size: 30px;
}

/*pl-list*/
.pl-list {
	margin: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
}

.pl-list__item {
	margin-right: 15px;
	vertical-align: middle;
    padding-left: 15px;
    background: url(/car/common/images/ui/ui__arrow-01.png) left 45% no-repeat;
}

.en .pl-mv__heading {
	top: 100px;
}

.en .pl-mv__headingContent {
	display: block;
}
