@charset "Shift_JIS";


.c5-listTbl {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding: 0;
}
.c5-listTbl li {
	vertical-align: middle;
	display: table-cell;
	padding: 0 20px;
}
.c5-listTbl .c5-listTbl-col1{
	width: 57%;
}
.c5-listTbl .c5-listTbl-col2{
	width: 43%;
}

.c5-mw--100{
	max-width: 100%;
	width: 100%;
}
.c5-w--100{
	width: 100%;
}
.c5-mw--40{
	max-width: 40%;
}

.c5-row {
	display: inline-block;
}
.c5-row-col1 {
	width: 20%;
	vertical-align: top !important;
    padding-right: 10px;
}
.c5-border-gray {
    border: 1px solid #c1c1c1;
}
.c5-sp {
	display: none;
}


@media screen and (max-width: 639px){
	.c5-sp {
		display: block !important;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    margin-bottom: 10px;
	    width: 30%;
	}
	.c5-row {
		display: block !important;
	}
	.c5-row-col1 {
		display: none !important;
	}
}


/* overwrite */



.s5-inStoreFeaturesItem1__image img, .s5-inStoreFeaturesItem2__image img, .s5-inStoreFeaturesItem3__image img, .s5-inStoreFeaturesItem4__image img {
    max-width: 50%;
}



/*banner*/

.c5-cp__box {
	border: solid 2px #ccc;
	display: table;
	max-width: 100%;
}
.c5-col__img, .c5-col__text {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}
.c5-col__img {
	width: 40%;
}
.c5-col__img img{
	max-width: 100%;
}
.c5-col__text  {
	max-width: 60%;
}

@media screen and (max-width: 768px) {
	.c5-cp__box, .c5-col__img, .c5-col__text {
		display: block;
		max-width: 100%;
	}
	.c5-col__text {
		padding: 0 20px;
	}
	.c5-col__img {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
}
