@charset "utf-8";
/* CSS Document */

.contact-form_a .form-box .check-wrap .check-box input[type="radio"]:checked::after{
	background-color: #000;
}
.contact-form_a .send .send-bt button{
	z-index: 9;
}
.contact-form_a .send .send-bt:hover::before{
	transform: translateX(0);
}
.contact-form_a .send .send-bt:hover i{
	transform: translateY(-50%) translateX(3px);
}

/* ---------- 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){
}

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

