#responsive_wrap .ttl-unit-02{
	margin-top:30px;
}
#responsive_wrap .sp{
	display:none;
}
#responsive_wrap .blue_txt{
	font-size:24px;
	font-weight:bold;
	color:#102591;
}

#responsive_wrap .blk_txt{
	font-size:24px;
	font-weight:bold;
	color:#000000;
}

#responsive_wrap .store{
	text-align:center;
}
#responsive_wrap .store li{
	display:inline-block;
	vertical-align:text-top;
}
#responsive_wrap .store li:first-child{
	margin-right:20px;
}
#responsive_wrap .store li p{
	font-size:18px;
	font-weight:bold;
}


#responsive_wrap ul.list-notes li{
	font-size:12px;
	margin:0;
}


@media (max-width: 720px) {
	#responsive_wrap .pc{
	display:none;
	}
	#responsive_wrap .sp{
	display:block;
	width:100%;
	}
	#responsive_wrap img{
		height:auto !important;
	}
	#responsive_wrap .store li:first-child{
	margin-right:0px;
	margin-bottom:20px;
	}
	#responsive_wrap .store li img{
		width:90%;
	}

}