
.c5-row {
	border: solid 1px #ccc;
	display: table;
	max-width: 100%;
	background: #fff;
}
.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-row, .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;
	}
}


.c5-title{
  height: auto;
  background: url(../images/title.jpg);
  background-repeat: no-repeat,no-repeat;
  background-position: left 1% top 100%,right 1%;
  line-height: 150%;
  margin-bottom:20px;
  width: 100%;
  min-height: 90px;
  color: #fff;
  text-align: center;
  display: table;
}

.c5-title h2{
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 30px 0;
  vertical-align: middle;
}

@-moz-document url-prefix() {
  .c5-title h2{
    padding: 31px;
  }
}

.c5-title h2 span{
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .c5-title{
    background-size: 11vw auto;
    background: url(../images/title.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: left 1% top 100%,right 1%;
    height: 90px;
    width: 100%;
    margin-bottom:20px;
  }
  .c5-title h2{
    color: #000;
    padding: 15px 10px 30px 10px;
  }

}

@media screen and (max-width: 639px) {
  .c5-title h2{
    font-size: 16px;
  }
  .c5-title h2 span{
    font-size: 14px;
  }
}

.c5-glay__linebox {
    border: solid 1px #cdcdcd;
	padding: 15px;
	background-color: #fff;
}
.c5-wm40th {
    max-width: 900px;
    margin: auto;
}

.c5-wm40th{
	max-width: 900px;
    margin: auto;
}
.c5-glay__linebox{
	border: solid 1px #cdcdcd;
    padding: 15px;
}
.c5-wm40th .s5-inStoreFeaturesItem2__image{
	margin-bottom: 0;
}
.c5-wm40th .s5-inStoreFeaturesItem1B{
	margin-bottom: 0;
}
.c5-alphabetbox{
	margin-top: 0 !important;
}
.s5-detail-img{
	max-width: 200px !important;
}

.c5-wm40th img:hover{
	transition: opacity .2s;
	opacity: 0.8;

}

img{
	flex-shrink: 0;
}