@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline h1::before {
    content: "Recruit";
}

/*-----------------------------------

	contents

-----------------------------------*/
#contents section {
    padding-bottom: 100px;
}
#contents section .contents_inner {
    max-width: 880px;
}
#contents h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
#contents h2 span {
    display: block;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04em;
    color: #088b37;
    margin-top: 15px;
}
#contents h3 {
    font-size: 20px;
    font-weight: 500;
    padding-left: 12px;
    line-height: 1;
    border-left: 3px solid #088b37;
    margin-bottom: 20px;
}
#contents table {
    border-top: 1px solid #e7e7e7;
    width: 100%;
}
#contents table tr {
    border-bottom: 1px solid #e7e7e7;
}
#contents table th {
    text-align: left;
    font-weight: 500;
    padding: 25px 15px;
    width: 180px;
}
#contents table td {
    padding: 25px 15px;
    width: calc(100% - 180px);
}
#contents p {
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
    #contents table th {
        width: 120px;
    }
    #contents table td {
        width: calc(100% - 120px);
    }
}
@media screen and (max-width: 640px) {
    #contents section {
        padding-bottom: 60px;
    }
    #contents h2 {
        font-size: 21px;
        margin-bottom: 30px;
    }
    #contents h2 span {
        font-size: 12px;
        margin-top: 10px;
    }
    #contents h3 {
        font-size: 18px;
    }
    #contents table th {
        display: block;
        padding: 10px 10px 0 10px;
        width: 100%;
    }
    #contents table td {
        display: block;
        padding: 0 10px 10px 10px;
        width: 100%;
    }
    #contents p {
        margin-bottom: 40px;
    }
}
