@charset "utf-8";

#maincat_v{
background-image: url('../recruit/img/main_sp.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

#recruit {
   text-align: left;
}

#recruit h2 {
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 10px 0 30px 0;
    border-left: 5px solid #0089c0;
    background-color: #f8f8f8;
    padding: 15px;
}

#recruit h2 span {
    display: block;
    font-size: 0.7rem;
    margin: 10px 0 0 0;
    color: #0089c0;
}

#recruit h3 {
    text-align: left;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding: 10px 0 10px 10px;
    border-left: 5px solid #ccc;
}


#recruit ul {
    list-style: none;
    margin-bottom: 80px;
    padding-left: 0px;
}

#recruit ol {
    margin-bottom: 80px;
}

#recruit p {
    margin-bottom: 60px;
}

.am{
    color: #ff8000;
}

.pm{
    color: #4761f2;
}

#recruit .pcb{
    margin-bottom: 30px;
}

.arrow_box,.arrow_box1{
    position:relative;
    margin: 0;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(106, 90, 205, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    top:100%;
    left:50%;
}

.time-am{
    background:#fff;
}

.time-am:after{
    border-top-color:#fff;
}

.time-pm{
    background:#fff;
}

.time-pm:after{
    border-top-color:#fff;
}

.s-info{
    margin: 0;
    padding: 0;
    text-align: center;
}

.s-info img{
    width: 30%;
    margin: 0 auto;
    padding: 15px 0;
    display: block;
}

.s-info h4{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.s-info p{
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0 10px 15px 10px;
    margin-bottom: 15px!important;
}


#sc {
    background-color: #f0f4f8;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

#sc h2 {
    font-size: 2rem;
    font-weight: 100;
    text-align: center;
    margin: 50px auto;
    border: none;
    background: none;
}


@media (min-width: 576px) {
    
    #maincat_v{
        background-image: url('../recruit/img/main.png');
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto;
    }
    
    .s-info img{
        width: 10%;
        margin: 0 auto;
        padding: 20px 0 10px 0;
        display: block;
    }
}