@charset "utf-8";
/* CSS Document */
.privacypolicy .contents .title {
    font-weight: 900;
    text-align: center;
    margin-bottom: clamp(20px, 5vw, 50px);
    font-size: clamp(18px, 2vw, 24px);
}
.contact-form_a .addressbox input {
    border: none;
}
.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input, .contact-form_a .form-box .box-wrap .box .inputbox textarea {
    border: none;
}
.contact-form_a .send .send-bt {
    border-radius: 0px;
	justify-content: center;
	align-items: center;
	padding-right: 30px;
}
.contact-form_a .send .send-bt::after {
    content: none;
}
.cate2{
	padding-bottom: 150px;
}
.faq_c{
	padding-top: 150px;
	border-top: #010000 1px solid;
}
.faq_c .box .qbox p {
    font-size: 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){
	.cate2{
		padding-bottom: 100px;
	}
	.faq_c{
		padding-top: 100px;
	}
	.faq_c .box .qbox p {
		font-size: 26px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate2{
		padding-bottom: 80px;
	}
	.faq_c{
		padding-top: 80px;
	}
	.faq_c .box .qbox p {
		font-size: 22px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

