.s5-inStoreItem1__image img {
    max-width: 350px;
    width: 100%;
    height: auto;
}

.c5-contentImg img {
	max-width: 100%;
}
img.c5-contentImg__sp{
	display: none;
}

.c5-contentImg--center {
	text-align: center;
}

.c5-mainSection{
	background: #e7eff1;
	padding: 0 20px 5px;
	margin-bottom: 60px;
}

/*.c5-mainSection h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #2f353d;
}
*/
.c5-box{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	border: solid 1px #2f353d;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.c5-heading1__graytitle{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4;
}
.c5-heading1__graytitle em{
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	margin-right: .4em;
}

.c5-mbOnly{
	display: none;
}

.c5-layout--center{
	text-align: center;
}
.c5-layout--right{
	text-align: right;
}

.c5-list{
	display: inline-block;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: left;
}
.s5-sitemapLinkList{
	margin-bottom: 10px;
}

.c5-box--caption{
	display: table;
	width: 100%;
}
.c5-box--caption__image,
.c5-box--caption__text{
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.c5-box--caption__text{
	padding-right: 15px;
}
.c5-box--caption__text p{
	margin-top: 0;
}
.c5-box--caption__image img{
	width: 100%;
}
.c5-heading--center{
	color: #0a385a;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 1.6em;
}
.c5-sonystoreListBlock--em{
	font-weight: bold;
	font-size: 1.4em;
	color: #c93434!important;
}
.c5-reg{
    font-size: 1rem;
    vertical-align: sub;
}

.c5-reg2{
    vertical-align: sub;
}
.c5-colorPink {
    color: #e85397;
}
@media screen and (max-width: 639px){


.c5-mainSection{
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 10px 20px;
}
img.c5-contentImg__pc{
	display: none;
}
img.c5-contentImg__sp{
	display: inline-block;
	width: 100%!important;
}
.c5-mbOnly{
	display: block;
}
.c5-layout--center{
	text-align: left;
}
.c5-heading1__graytitle{
	font-size: 1.4em;
	font-weight: normal;
}
.c5-box--caption{
	display: inherit;
	width: 100%;
}
.c5-box--caption__image,
.c5-box--caption__text{
	display: inherit;
	vertical-align: inherit;
	width: 100%;
}
.c5-box--caption__text{
	padding-right: inherit;
}


}