@charset "utf-8";
/* CSS Document */
.pagelinks_d a:hover > .flex .more-icon {
    transform: translateX(3px);
}
.contact-form_a .send .send-bt {
    position: relative;
    border: 2px solid #323942;
	background-color: #323942;
	color: #fff;
}
.contact-form_a .send .send-bt::after {
    width: 8px;
    aspect-ratio: 1 / 1;
    background-image: url("https://astral253.com/system_panel/uploads/images/arrow1.svg");
}
.form-box h3{
	font-weight: 500;
	font-family: "Zen Kaku Gothic New" ,  sans-serif;
}
/* ---------- 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){
}

