@charset "utf-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.h_logo img {
    width: 500px !important;
}
.col_02 .h_tel a {
    background: #5476cb;
    padding: 5px 0 0 !important;
}
.col_02 .h_tel a span {
    font-size: 30px !important;
    font-weight: bold;
}
.col_02 .h_tel a p {
    font-size: 16px !important;
    font-weight: bold;
}
.col_02 {
    width: 100% !important;
} 
.col_02 .h_contact, .col_02 .h_tel {
    width: 50% !important;
    max-width: 320px;
}
.col_02 .h_contact a {
    background: #ffa12c;
    font-size: 20px !important;
    padding: 0 10px !important;
}
#mainArea h1 {
    font-size: 3em !important;
}
@media screen and (max-width: 1200px){
    #mainArea h1 {
        font-size: 2.5em !important;
    }
}
@media screen and (max-width: 1024px){
    #mainArea h1 {
        font-size: 2em !important;
    }    
    .col_02 .h_contact, .col_02 .h_tel {
        max-width: 280px;
    }
    .col_02 .h_tel a {
        padding: 10px 0 0 !important;
    }    
    .col_02 .h_tel a span {
        font-size: 24px !important;
    }
    .col_02 .h_tel a p {
        font-size: 14px !important;
    }
    .col_02 .h_contact a {
        font-size: 18px !important;
    }

}
@media screen and (max-width: 640px){
    #mainArea h1 {
        font-size: 1.5em !important;
    }        
    .h_logo img {
        width: 40% !important;
    }
}
@media screen and (max-width: 834px){
    .h_logo img {
        width: 50% !important;
    }
    #mainArea h1 .spblk {
        display: block !important;
    }    
}

