.button-reset{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.add-margin-top-40{
    margin-top: 40px;
}

.add-hover:hover{
    opacity: .6;
    transition: .3s all;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    width: 590px !important;
}

#inline-wrap1,#inline-wrap2,#inline-wrap3{
    width: 100%;
}

.popup-modal-dismiss{
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
    text-align: right;
}

@media (min-width: 600px) {
    .add-flex-md{
        display: flex;
        flex-wrap: wrap;
    }
    .add-flex--space-between{
        justify-content: space-between;
    }
    .add-flex-md--item-w30p{
        width: 30%;        
    }   
    .add-flex-md--item-w50p{
            width: 50%;        
        }         
    .add-flex-md--item-w46p{
            width: 46%;        
        }   
    .add-flex-md-w1000 {
        width: 1000px;
    }
}

/* 2025/06/20 edit start */
.btx_form_1 {
    display: flex;
    align-items: center;
    padding: 4% 8%;
}
.btx_form_1 span {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1.5;
    margin-right: 0.8rem;
}
/* 2025/06/20 edit end */

/* 2025/07/09 edit start */
.btx_contact_area a {
    display: block;
    background-color: #17A76A;
    border: 3px solid #17A76A;
    box-sizing: border-box;
    border-radius: 12px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 24px 0;
    opacity: 1;
}
.btx_contact_area a:hover {
    background-color: #fff;
    color: #17A76A;
    opacity: 1;
}
.btx_contact_area a::after {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: 16px;
}
.btx_contact_area a:hover::after {
    background-image: url(../img/mail_green.png);
}
@media (max-width: 600px) {
    .btx_contact_area a {
        font-size: 1.35rem;
        padding: 16px 0;
    }
}
/* 2025/07/09 edit end */