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

#container {
    width: 1280px;
    margin: 0 auto;
}

.header {
    background-color: #002e73;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header img {
    vertical-align: bottom;
}

.login_btn {
    background: white;
    padding: 0.2em 1.5em;
    text-decoration: none;
    color: black;
    border-radius: 15px;
    font-size: 15px;
}

.login_btn:not(:first-child) {
    margin-left: 20px;
}

.login_btn:hover {
    opacity: 0.8;
}

.login_btn.logon {
    background: #ff9;
    opacity: 1;
}


#main {
    width: 1280px;
    height: 700px;
    background-image: url("../img_top/top_back_img.jpg");
    position: relative;
}

.kigyo_link {
    position: absolute;
    left: 60px;
    top: 137px;
}

.igyo_link {
    position: absolute;
    left: 670px;
    top: 137px;
}

.kigyo_btn {
    font-size: 16px;
    color: #5285bc;
    padding: 20px 0; 
    width: 358px;
    border: 1px solid #5285bc;
    margin: 40px auto 0;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: white;
    transition: all .3s ease-out;
    font-weight: bold;
    letter-spacing: 1px;
}

.kigyo_btn:hover {
    background-color: #5285bc;
    color: white;
    transition: all .3s ease-out;
}

.igyo_btn {
    font-size: 16px;
    color: #64bbbb;
    padding: 20px 0; 
    width: 358px;
    border: 1px solid #64bbbb;
    margin: 40px auto 0;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: white;
    transition: all .3s ease-out;
    font-weight: bold;
    letter-spacing: 1px;
}

.igyo_btn:hover {
    background-color: #64bbbb;
    color: white;
    transition: all .3s ease-out;
}

.form_link {
    position: absolute;
    left: 470px;
    top: 510px;
}

.form_btn {
    font-size: 16px;
    color: white;
    padding: 20px 0; 
    width: 338px;
    border: 1px solid #002e73;
    margin: 30px auto 0;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #002e73;
    transition: all .3s ease-out;
    font-weight: bold;
    letter-spacing: 1px;
}

.form_btn:hover {
    background-color: white;
    color: #002e73;
    transition: all .3s ease-out;
}

.footer {
    width: 1280px;
    background-color: #002e73;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
}

.notice {
    width: 960px;
    margin: 30px 140px 10px 140px;
    border: 2px solid #c1272d;
    text-align: center;
    padding: 20px;
}

.notice_title {
    color: #c1272d;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #c1272d;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.notice_text {
    color: #c1272d;
    font-size: 18px;
    line-height: 180%;
}


/*--------------------スマホ・タブレット用の設定--------------------*/
@media screen and (max-width:768px){
   
#container {
    width: 100%;
    margin: 0 auto;
}

.header {
    background-color: #002e73;
    padding: 20px;
    display: block;
}
    
    .biz_logo img {
        width: 60%;
        margin: 0 20%;
    }

.header img {
    vertical-align: bottom;
}

    .login {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    
.login_btn {
    margin: 10px;
}
    
    .login_btn img {
        width: 150px;
    }

#main {
    width: 100%;
    height: auto;
    background-image: url("../img_top/top_back_spimg.jpg");
    background-size: cover;
    position: static;
}

.kigyo_link {
    position: static;
    margin-top: 20px;
}
    
    .kigyo_link img {
        width: 80%;
        margin: 0 10%;
    }

.igyo_link {
    position: static;
    margin-top: 20px;
}
    
    .igyo_link img {
        width: 80%;
        margin: 0 10%;
    }

.kigyo_btn {
    font-size: 14px;
    color: #5285bc;
    padding: 20px 0; 
    width: calc(80% - 2px);
    border: 1px solid #5285bc;
    margin: 20px 10% 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: white;
    transition: all .3s ease-out;
    font-weight: bold;
    letter-spacing: 1px;
}

.kigyo_btn:hover {
    background-color: #5285bc;
    color: white;
    transition: all .3s ease-out;
}

.igyo_btn {
    font-size: 14px;
    color: #64bbbb;
    padding: 20px 0; 
    width: calc(80% - 2px);
    border: 1px solid #64bbbb;
    margin: 20px 10% 0;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: white;
    transition: all .3s ease-out;
    font-weight: bold;
    letter-spacing: 1px;
}

.igyo_btn:hover {
    background-color: #64bbbb;
    color: white;
    transition: all .3s ease-out;
}

.form_link {
    position: static;
}

.form_btn {
    font-size: 13px;
    color: white;
    padding: 20px 0; 
    width: calc(80% - 2px);
    border: 1px solid #002e73;
    margin: 20px 10% 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #002e73;
    transition: all .3s ease-out;
    font-weight: bold;
    letter-spacing: 1px;
}

.form_btn:hover {
    background-color: white;
    color: #002e73;
    transition: all .3s ease-out;
}

.footer {
    width: 100%;
    background-color: #002e73;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
}
 
.notice {
    width: calc(90% - 20px);
    margin: 15px 5% 10px 5%;
    border: 2px solid #c1272d;
    text-align: center;
    padding: 10px;
}

.notice_title {
    color: #c1272d;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #c1272d;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.notice_text {
    color: #c1272d;
    font-size: 14px;
    line-height: 180%;
}
    
    
}
