@charset "UTF-8";
/*

    OFFSHORE Theme Company

*/

.bold {
    font-weight: bold;
}
.position {
    font-weight: normal;
    font-size: 1.4rem;
}

a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

hr {
    border-bottom: 1px dotted #D6D6D6;
    width: 960px;
    margin: 0 auto;
}

.textRight {
    text-align: right;
}


/* ---------------------------------------------------------

    SECTION

------------------------------------------------------------ */

.upperLine {
    border-bottom: 1px solid #6ABB3A;
}
.localNav {
    width: 960px;
    margin: 0 auto;
    padding: 12px 0;
}
.localNav ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.localNav ul li {
    font-size: 1.4rem;
    line-height: 1.4;
    background-image: url(../../comm/img/sp_arrow_b.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding: 0 0 0 20px;
    margin: 8px 16px 8px 0;
}

.secHeader p {
    color: #333333;
}

table {
    width: 100%;
    border-collapse: collapse;
}
table th {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
}
table td {
    font-size: 1.4rem;
    line-height: 1.4;
}

#outline table th,
#outline table td {
    padding: 10px 25px 10px 25px;
    border-bottom: 1px solid #A2A2A2;
}
#outline table tr:first-child th,
#outline table tr:first-child td {
    border-top: 1px solid #A2A2A2;
}
#outline table th {
    background-color: #E3E3E3;
}

#history table th {
    padding: 12px 34px 12px 34px;
    border-bottom: 1px solid #A2A2A2;
}
#history table td {
    padding: 12px 34px 12px 0;
    border-bottom: 1px solid #A2A2A2;
}
/*#history table tr:nth-child(odd) {
    background-color: #E7E7E7;
}
#history table tr {
    background-color: #FFFFFF;
}*/

#employee dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
#employee dl dd {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 20px 0;
}

#mind dl.missison>dt {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}
#mind dl.missison>dd {
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 20px 0;
}

.seven_inner {
    width: 700px;
    padding: 25px 38px 25px 38px;
    margin: 0 auto;
    background-color: #FFF4C8;
}
.seven_inner dt {
    float:left;
    clear:left;
    width:150px;
    margin: 0 10px 15px 0;
}
.seven_inner dt img {
    width: 150px;
    height: auto;
}
.seven_inner dd {
    float:left;
}

#recruitConcept h2 {
    color: #6ABB3A;
    font-size: 2.0rem;
    font-weight: bold;
}
#recruitConcept .flex {
    display: flex;
    justify-content: space-between;
}
#recruitConcept .flex>div {
    width: 465px;
    font-size: 1.4rem;
    height: 1.6;
}

#recruitConcept .sign {
    width: 105px;
    height: auto;
}


/* ---------------------------------------------------------

    RESPONSIVE

------------------------------------------------------------ */

@media (max-width: 767px) {
    
    hr {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    iframe {
        width: 100% !important;
        height: 300px !important;
    }
    
    table th {
        font-size: 1.4rem;
    }
    table td {
        font-size: 1.4rem;
    }

    #outline table th,
    #outline table td {
        padding: 5px 12px 5px 12px;
    }

    #history table th {
        text-align: left;
        display: block;
        padding: 10px 10px 5px 10px;
    }
    #history table td {
        display: block;
        padding: 5px 10px 10px 10px;
    }

    #recruitConcept h2 {
        font-size: 1.4rem;
    }
    #recruitConcept .flex {
        display: block;
    }
    #recruitConcept .flex>div {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.6;
    }

    #recruitConcept .sign {
        width: 70px;
        height: auto;
    }

    .seven_inner {
        width: 100%;
        padding: 13px 16px 13px 16px;
        margin: 0 auto;
        background-color: #FFF4C8;
    }
    #recruitConcept p {
        font-size: 1.2rem;
    }

    .seven_inner dt {
        float:none;
        clear:none;
        margin: 0 0 5px 0;
    }
    .seven_inner dt img {
        width: 112.5px;
        height: auto;
    }
    .seven_inner dd {
        float:none;
        margin: 0 0 10px 0;
        font-size: 1.1rem;
    }
}
