@charset "utf-8";
/* CSS Document */
.footeritem{
    display: none;
}
.contact-form_a .send .send-bt button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
	background-color: #F35122;
}
.contact-form_a .send .send-bt {
    min-width: 260px;
    justify-content: space-between;
    padding: 10px 30px;
    border-radius: 200px;
    background-color: #F35122;
	border: 4px solid #F351224D;
    box-shadow: 0 0 0 4px rgba(243, 81, 34, 0.3);
}
.contact-form_a .send .send-bt .box{
    justify-content: space-between;
}
.contact-form_a .send .send-bt i{
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-form_a .send .send-bt::after{
    content: none;
}
.contact-form_a .send .send-bt:hover i{
    transform: translate(3px, -50%);
    transition: transform 0.3s ease;
}
.contact-form_a .send .send-bt p{
    margin: 0;
    margin-right: auto; 
}
/* ---------- 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){
}

