﻿.bg_color3{
    background-color: #EA2F2F;
}
.linkStyle{
    color:#333;
    text-decoration: underline;
}
/*loader*/
#fakeloader .fl{
    width: 100%!important;
    max-width: 30%;
}
#fakeloader .fl img{
    width: 80%;
}
/*header*/
.logo1{
    padding-right: 45px;
}
@media screen and (max-width:667px){
    header h1 img{
        content: url("./Up_Img/904/hfrgxhax.png");
    }
}
/*Top*/
#con4{
    font-family: 'Stick', sans-serif;
}
#con4 h4.font_30{
    font-size: 60px;
}
@media screen and (max-width:667px){
    #main_img{
        max-height: 180px;
    }
    #con4 h4.font_30{
        font-size: 24px;
    }
}
/*応募ボタン*/
#application-link{
    width: 300px;
    height: 50px;
    position: fixed;
    bottom: 55px;
    right: 100px;
    border-radius: 35px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.75);
    background-color: #ffd814;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transform: translateY(200px);
    transition-duration: 0.5s;
}
#application-link:hover{
    background-color: #ffe561;
    transition-duration: 0.5s;
}
#application-button a{
    color: #333;
    font-weight: 600;
    width: 100%;
    height: 100%;
}
#application-link.visible{
    transform: translateY(0);
    transition-duration: 0.5s;
}
.pagetop{
    box-shadow: 5px 5px 0px rgba(0,0,0,0.75);
}
@media screen and (max-width:667px){
    #application-link{
        width: 240px;
        height: 50px;
        bottom: 10px;
        right: 20%;
    }
    .pagetop{
        right: 15px!important;
        bottom: 10px!important;
    }
}
/*footer*/

@media screen and (max-width: 1192px){
    footer .copy.pd_b-30px{
        padding-bottom: 130px;
    }
}
@media screen and (max-width: 667px){
    footer .copy.pd_b-30px{
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 389px){
    .footer_contact h4.font_50{
    font-size: 38px;
}
    .footer_contact p.font_18{
        font-size: 14px;
    }
    .footer_contact .font_28{
        font-size: 24px;
    }
}
/*独立をお考えの方へ*/
#page6 .cate.mg_t-50px{
    margin-top: 0;
    padding-top: 150px;
}