.mainvis img { width:100%; margin-bottom:30px;}
.info_detail { font-size:14px; padding-top:20px;}
.info p { padding:16px 0; font-size:14px; border-bottom: 1px solid #eee; margin-bottom: 16px;}
.info p  a{ color:#ff3333;}
.info p.attn { padding-top:10px;}
.info p.infoimp {background:#efefef; padding:20px !important; margin-bottom:16px; border:none;}


.categorybtn { 
 	width: 100%; 
    display: block; 
    margin:0;
	padding: 20px 0 30px .2%;
}
		.categorybtn li {
			display: inline-block;
    		width: 49.6%;
    		padding: 5px .5%;
   			 position: relative;
    		box-sizing: border-box;
          transition:.2s;
		}
.categorybtn li:hover { opacity:.8;}
		.categorybtn li::after {
			content:'';
			background:url(https://img21.shop-pro.jp/PA01331/458/etc/btn_alw.png?cmsp_timestamp=20181022163135) no-repeat;
			background-size: cover;
			display: block;
			width:50px;
			height: 50px;
			position: absolute;
			top:50%;
			left:50%;
			transform: translate(-50%,-50%);
			opacity: 0;
			transition: .4s;
		}
		.categorybtn li:hover::after {
			opacity: 1;
		}

@media screen and (max-width:550px){
		.categorybtn { padding: 20px 0 30px 1.4%; }
		.categorybtn li { width:48%;}
}