@charset "utf-8";

#main_v{
    background-image: url("../recruit/img/main.png");
    background-size: cover;
    background-position: center bottom;
    height: 320px;
    margin-bottom: 20px;
}

#main_v h1{
    height: 320px;
    line-height: 320px;
    text-align: center;
    margin: 0;
    font-size: 18pt;
    color: #ffffff;
    text-shadow: 0 0 20px #000000;
    overflow: hidden;
}

.cont h2{
    background-color: #e3ebe4;
    padding: 10px;
}

.mes{
    text-align: center;
    margin: 100px auto 0 auto;
}

.mt10{
    margin: 100px auto;
}

@media only screen and (min-width:768px) {

    #main_v{
        background-image: url("../recruit/img/main.png");
        background-size: cover;
        background-position: center center;
        height: 360px;
        margin-bottom: 80px;
    }

    #main_v h1{
        height: 360px;
        line-height: 360px;
        text-align: center;
        margin: 0;
        font-size: 30pt;
        letter-spacing: 2px;
        color: #ffffff;
        text-shadow: 0 0 20px #000000;
        overflow: hidden;
    }
    
    .mes{
        margin: 80px auto 50px auto;
    }
}


#recruit{
    text-align: left;
}


.notes ul {
    margin-bottom:60px;
    list-style-type: none;
    margin-left: -25px;
}
.notes li {
    font-size: 11pt;
}

.notes li:before {
    content: '※';
    margin-left:-15px;
}

.notes strong{
    background-color: #ffeed6;
    font-weight: normal;
}

.lede ul{ 
    margin-bottom:10px;
    margin-left: -25px;
}

.lede h2{
    margin-top: 40px;
    font-size: 2rem;
}

.lede p{
    margin-bottom: 10px;
}

.r-items span{
    color: green;
    margin-right: 5px;
}

.midashi{
       font-size: 2.4rem; 
    text-align: center;
    border: 2px solid #ff0000;
    color: #ff0000;
    padding: 15px;
    display: block;
    margin-bottom: 20px!important;
}

.mb5{
    margin-bottom: 50px;
}

.data{
   font-size: 1.4rem; 
}

@media only screen and (min-width:768px) {
    
    
    .r-items p{
        text-align: center;
    }
}

/* col-lg- 1200px以上はそのまま */

/* col-md- 1199px以下 */
@media screen
    and (min-width: 1199px) {
}

/* col-sm- 991px 以下 */
@media screen 
    and (min-width: 991px) {
        .mes{
            margin: 150px auto 50px auto;
        }
}

/* col-xs- 767px 以下 */
@media screen
    and (min-width: 767px) {
        .mes{
            margin: 120px auto 50px auto;
        }
}
