@charset "utf-8";
/* CSS Document */
.cate1 .box_wrap{
	position: relative;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 90px 20px 60px;
    border-radius: 10px;
    overflow: visible;
}
.cate1 .box_wrap .txtbox{
	flex-direction: column;
	gap: 20px;
	padding-top: 20px;
}
.cate1 .box_wrap .titlebox1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    flex-direction: column;
    text-align: center;
    z-index: 2;
}
/* ---------- contact-form_a ---------- */
.contact-form_a .form-box .check-wrap .check-box input[type="radio"]:checked::after {
    background-color: #E0B2D2;
}
.contact-form_a .form-box .box-wrap .box:not(.filebox) .inputbox > input, .contact-form_a .form-box .box-wrap .box .inputbox textarea {
    border: 1px solid #F3F4F8;
}
.contact-form_a .form-box .check-wrap .check-box input[type="radio"] {
    border: 1px solid #F3F4F8;
}

.contact-form_a .send .send-bt {
    width: 200px;
    padding-right: 0px;
    border: none;
	min-width: 200px;
	gap: 20px;
	border-radius: 200px;
	padding: 10px 30px;
	background-color: #E0B2D2;
	border: none;
}
.contact-form_a .send .send-bt::after {
    content: none;
}
.contact-form_a .send .send-bt p{
    color: #fff;
}
/* ---------- 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){
}

