
section.s5-inStoreFeaturesItem1 {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 1rem;
    margin: 0 0 10px;
    padding: 0 15px;
    vertical-align: top;
}
@media screen and (max-width: 639px) {
section.s5-inStoreFeaturesItem1 {
    margin-bottom: 10px;
    padding: 0;
}
}

.c5-main-ttl-bg {
	background: #c6c6c6 url() repeat ;
	transform: skewX(-30deg) ;
}
.c5-main-ttl-bg .c5-main-ttl{
	padding: 0.5rem 1.6rem;
	transform: skewX(30deg) ;
}


.c5-interview-ttl-bg {
	background: #f83382 url() repeat ;
	transform: skewX(-30deg) ;
}
.c5-interview-ttl-bg .c5-interview-ttl{
	padding: 0.5rem 1.6rem;
	transform: skewX(30deg) ;
}

.c5-interview-intro {
	padding: 20px 10px;
	border-bottom: #fff 1px solid;
}

.c5-interview-bg {
	background: #f3f3f3 ;
	padding: 5px;
	margin-bottom: 20px;
}
.c5-interview-contents {
	border:#000 2px solid;
	padding: 10px 20px;
	color: #4c4c4c;
	background-image: url(../images/bg_interview.png),url(../images/bg_interview2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
}



.c5-contWrap {
	margin-top: -40px;
}

.c5-contWrap .s5-row__col1 p.s5-heading2 {
	font-size: 1.25rem;
	margin-left: 15px;
}

.c5-question,
.c5-answer {
	margin: 0;
	width: 88.5%;
	padding: 1% 40px 1% 80px;
	position: relative;
	line-height: 1.8;
}
.c5-question {
	background: url(../images/bg_stripe.png) repeat;
	font-weight: bold;
	margin-top: 10px;
}
.c5-answer {
	margin-left: 5% !important;
	width: 85%;
}
.s5-row__col1 .c5-question img,
.s5-row__col1 .c5-answer img {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 26px;
}



@media screen and (max-width: 890px) {


.c5-contWrap p {
	margin-left: 0;
}
.c5-contWrap .s5-row__col1 p.s5-heading2 {
	margin-left: 0;
}

.c5-question,
.c5-answer {
	width: 92%;
	padding: 8% 8%;
}

.c5-answer {
	margin-left: 0 !important;
}

.s5-row__col1 .c5-question img,
.s5-row__col1 .c5-answer img {
	left: 15px;
	top: 15px;
	margin-top: 0;
}




}


@media screen and (max-width: 639px) {

div.c5-text {
	/** color: #96969f !important; **/
	background: rgba(0,0,0,0.15) ;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.s5-row__col1 .c5-question img,
.s5-row__col1 .c5-answer img {
	width: 4%;
	height: 4%;
}

}


.c5-inStoreFeatures {
    font-family: "zeroWidth";
    font-size: 0;
    margin: 20px -15px;
}
.c5-inStoreFeatures::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -60px;
}
.c5-inStoreFeatures__heading {
    font-family: sans-serif;
    margin: 0 0 20px;
    padding: 40px 15px 0;
}
.c5-inStoreFeatures__heading:first-child {
    margin-top: 30px;
    padding-top: 0;
}
.c5-inStoreFeatures__heading h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}
@media screen and (max-width: 639px) {
.c5-inStoreFeatures {
    margin: 20px 0;
}
.c5-inStoreFeatures::after {
    margin-top: -50px;
}
.c5-inStoreFeatures__heading {
    margin: 0 0 20px;
    padding: 30px 0;
}
.c5-inStoreFeatures__heading h2 {
    font-size: 1.28571rem;
}
}