@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);
}
.titlebox .en_title {
	font-size: 60px;
}
.contact-form_a .form-box .addressbox > div.address1 {
    margin-bottom: 0;
}
.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: start;
	align-items: center;
	color: #fff;
	background-color: #010000;
	padding: 20px;
}
.cate_wrap > .cate {
	padding-bottom: 0;
}
.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){
	.faq_c .box .qbox p {
		font-size: 26px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.faq_c .box .qbox p {
		font-size: 22px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

