@charset "utf-8";
/* CSS Document */
.contact-form_a{
	background-color: #000;
}
.contact-form_a .form-box .check-wrap .check-box input[type="radio"]:checked::after{
	background-color: #1F1F1F;
}
.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input, .contact-form_a .form-box .box-wrap .box .inputbox textarea,.contact-form_a .addressbox input{
	border: none;
  color:#fff;
}
.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input, .contact-form_a .form-box .box-wrap .box .inputbox textarea,.contact-form_a .addressbox input{
	background-color: #1F1F1F;
}
.contact-form_a .form-box .box-wrap .box .inputbox input::placeholder,
.contact-form_a .form-box .box-wrap .box .inputbox textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.more1 > div{
	min-width: 240px;
}
/* ---------- 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){
}

