@charset "utf-8";

/* recruitment.html専用のファイル */
h1.midashi {
    text-align: center;
    font-family: 40px;
}

.small-explanation {
    font-size: 12px;
    color: #666;
}
.kaihi {
    margin: 10px auto;
    border: 1.5px solid #444;
    border-collapse: collapse;
}
.kaihi th, .kaihi td {
    border: 1.5px solid #444;
    font-size: 14px;
    padding: 10px 20px;
}
.kaihi th {
    background-color: #b9fad7;
    text-align: center;
}
.kaihi td:nth-of-type(3) {
    text-align: center;
}
.kaihi ol {
    padding-left: 20px;
    margin: 0;
}

.organization {
    width: 40%;
    float: right;
}
article {   
    position: relative;
}
.other-logo {
    display: block;
    float: right;
    width: 30%;
    margin-left: 20px;
    margin-top: 100px;
    box-shadow: 1px 1px 3px #a9bfa9;
}
.other-logo2 {
    display: block;
    float: right;
    width: 8%;
    margin-left: 20px;
    margin-top: 100px;
}
@media screen and (max-width: 1000px) {
    .kaihi th, .kaihi td {
        padding: 5px;
    }
    .organization {
        float: none;
        width: 100%;
    }
    .other-logo {
        float: none;
        width: 80%;
        margin: 0;
    }
    .other-logo2 {
        width: 20%;
        margin-top: 50px;
    }
}