@charset "utf-8";
/* CSS Document */

.contact-form_a .send .send-bt button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.contact-form_a .send .send-bt {
    width: 200px;
    position: relative;
    padding: 0px;
    padding-right: 0px;
    border-radius: 0px;
    border: none;
}
.contact-form_a .send .send-bt::after {
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 4 / 1;
    background-image: none;
    background-position: center center;
    background-size: 100% auto;
    top: 5px;
    left: 5px;
    transform: translate(0, -50%);
    transition: ease 0.3s;
}
.contact-form_a .send .send-bt:hover::after{
    transform: translate(-5px,-5px);
}
.contact-form_a .send .send-bt p,
.contact-form_a .send .send-bt .icon{
    position: relative;
    z-index: 2;
}

.contact-form_a .send .send-bt p{
    color: #1E201F;
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-family: "Zen Old Mincho",  sans-serif;
}

.contact-form_a .send .send-bt .icon{
    width: 34px;
    aspect-ratio: 1 / 1;
    background-color: inherit;
    border: 1px solid #A2A2A2;
    border-radius: 50%;
    transition: ease 0.3s;
    align-items: center;
    justify-content: center;
}

.contact-form_a .send .send-bt .icon i{
    color: #1E201F;
    font-size: 10px;
}

.contact-form_a .send .send-bt:hover .icon{
    transform: translateX(3px);
}

.contact-form_a .send .send-bt{
    gap: 15px;
}

.faq_c .box .qbox p {
    font-family: "Sorts Mill Goudy",  sans-serif;
	font-size: 30px;
	color: #375213;
}
.faq_c .box .qbox h3 {
    flex: 1;
	font-family: "Zen Old Mincho",  sans-serif;
	font-size: 18px;
}
/* ---------- 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){
.faq_c .box .qbox p{
        width: 14px;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

