@charset "UTF-8";

/*recruitment-03*/
.recruitment-03 h1 {
    margin-bottom: 20px;
}
.recruitment-03>i {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #710c69;
    margin-top: 8px;
}
.recruitment-03>h3 {
    font-size: 1.8em;
    color: #666;
    margin-top: 36px;
    margin-bottom: 5px;
}
.recruitment-03>ul>li {
    border-bottom: solid 1px #ebebeb;
    /*font-size: 14px;*/
}
.recruitment-03>ul>li h4 {
    font-size: 1.6em;
    font-weight: 500;
    color: #222;
    padding: 10px 0;
    background: url("/html/img/talent-icon-down.png")99% 50% no-repeat;
    cursor: pointer;
}
.recruitment-03>ul>li h5 {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-top: 30px;
}
.recruitment-03>ul>li p {
    margin-top: 6px;
}
.recruitment-03>ul>li p span {
    color: #666;
    font-weight: 600;
}
.recruitment-03 ol li {
    font-size: 12px;
    margin-top: 6px;
    margin-left: 30px;
    color: #666;
}
.recruitment-03 ol li h5 {
    margin-top: 0;
    color: #666;
    font-weight: 400;
}
.recruitment-03 ol li:first-of-type {
    margin-left: 0;
}
.recruitment-03 .text {
    padding: 40px 30px 40px 30px;
    background-color: #fff9eb;
    margin-top: 8px;
}
/*recruitment-03-end*/