@charset "utf-8";
/* CSS Document */
.cate0 .more2 > a{
	width: 300px;
	padding: 15px
}
.cate0 .more2 > a i{color: #fff;}

.contact-form_a .send .send-bt{
	padding-right: 30px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
.cate0 .more2 > a{
	width: 260px;
	padding: 15px
}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

