/* ビルボード
----------------------------------------------- */
#mainImg {
    background: #fff;
    border-bottom: none;
}

/* イントロ
----------------------------------------------- */
#contents .boshu h1 {
    color: #333;
    background: #f2f2f2;
    border-left: 15px solid #e60033;
    border-bottom: 2px solid #e60033;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding: 10px 3%;
    text-align: left;
}
/* 募集要項 */
#contents table.v-head-table3 tr:first-child th,
#contents table.v-head-table3 tr:first-child td {
    border-top: none;
}

/* 給与例
----------------------------------------------- */
.income li,
.income li .person {
    border: solid #eee 1px;
}
.income li {
    background: #fafafa;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
      -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.income li .person {
    /* background: #fdebeb; */
    background: #fff;
    padding: 1em 2em 0;
    margin: 2em 1em;
}
.income li .person img {
    margin: 0 auto !important;
}
.post .income h4 {
    border-left: none;
    margin: 0 0 .5em;
    padding: 0;
}
.post .income .yen {
    display: inline-block;
    margin-bottom: .5em;
}
.post .income h4,
.post .income .yen {
    font-weight: bold;
    font-size: 1.3em;
}
.post .income p {
    margin-bottom: .5em;
    font-size: 1em;
}
.post .income .age {
    margin: 0 0 1em 0;
    background: url(/img/block/icon/checkbox.png) left top / 2em no-repeat;
    line-height: 1.2em;
    padding: 0.5em 0.5em 0.5em calc(1.5em + 0.5em);
    margin-bottom: 0;
}
/* .post .income .age:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    margin-right: 5px;
    height: 1em;
    width: 1em;
} */

/* 働くメリット
----------------------------------------------- */
.genre-list li {
    background: #fafafa;
}
.genre-list li > span:first-child {
    padding: .8em;
    text-align: left;
}
.genre-list li span > span {
    display: inline-block;
}
.genre-list li span > span:first-child {
    padding: 0;
}
.genre-list li span + p {
    padding: 2em 1em;
    margin-bottom: 0;
}
.genre-list li p span:first-child {
    background: none;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    text-align: left;
}
.genre-list li p > span {
    display: block;
    margin-bottom: 1em;
    line-height: 1.8;
    font-size: 14px;
}

/* 選考の流れ
----------------------------------------------- */
.interview dl {
    margin-top: 1.7em;
}
.interview dl div {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
      -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
    background: #fafafa;
    position: relative;
    margin: 0 0 30px;
    min-height: 120px;
}
.interview dl div:before {
    border: 15px solid transparent;
    border-top: 20px solid #999;
    content: "";
    position: absolute;
    bottom: -34px;
    left: 48%;
}
.interview dl div:last-of-type:before {
    border: none;
}
.interview dl dt {
    font-size: 1.3em;
    /* display: inline-block;
    border-left: solid 10px #aaa;
    padding-left: 8px; */
    width: 25%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.interview dl dt:before {
    content: "";
    background-color: #aaa;
    display: block;
    margin-right: 0.5em;
    height: 9em;
    width: 0.4em;
}
.interview dl dd {
    width: 70%;
    display: inline-block;
    padding: 1em 1em 1em 0;
}
/* フォーム */
#contents .fa-lock:before {
    color: #2a9e00;
    font-size: 1.8rem;
    margin-right: 5px;
}
/* 会社概要
----------------------------------------------- */
/* #content .company-list > section {
    padding-top: 2em;
} */
#contents .post .box div > .box {
    margin-bottom: 3em;
    padding-top: 0;
}
#contents .post .box div #map {
    padding-top: 2em;
}

@media (max-width:729px){
    /* イントロ */
    #contents .boshu h1 {
        line-height: 1.2em;
        margin: 0 0 0.5em;
        padding: 0;
        text-shadow: 0 0 0.3em rgba(125, 196, 238, 0.7);
        border-left: 15px solid #e60033;
        border-right: 0;
        border-radius: 0;
        font-size: 2rem;
        margin-right: -3.5% !important;
        margin-left: -3.5% !important;
        width: auto !important;
      }
      /* 給与例 */
    .income li .person {
        width: 35%;
        padding: 1.4em 1em 0;
    }
    .income li .income-ex {
        width: 55%;
        margin: 2em 0 1em;
    }
    .post .income h4 {
        color: #c33;
        padding-left: 10px;
        border-left: #c33 solid 5px;
        margin-bottom: 1.5em;
    }
} /* Eo max729 */

@media (min-width:730px){
    /* イントロ */
    #contents .boshu h1 {
        background: 0 0;
        border: none;
        border-bottom: 4px #e60033 solid;
        position: relative;
        font-size: 1.8em;
        margin-bottom: 0.5em;
        padding: 0;
    }
    #contents .boshu h1:after {
        background: #ccc;
        content: "";
        height: 4px;
        width: 85%;
        position: absolute;
        bottom: -4px;
        right: 0;
    }
    .boshu .img-r + .wrap {
        margin-top: 1em;
    }
    /* 給与例 */
    .income li .person,
    .income li .income-ex {
        width: 100%;
    }
    .income h4,
    .income h4 + p {
        text-align: center;
    }
    .post .income h4,
    .post .income h4 p {
        margin-bottom: 1em;
    }
    .post .income h4 {
        position: relative;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #c33;
    }
    .post .income h4:before {
        content: "";
        background-color: #c33;
        display: block;
        margin-right: 0.5em;
        height: 1em;
        width: 0.4em;
    }
    .post .income .age {
        margin-left: 1.5em;
        margin-bottom: 1em;
    }
    /* 選考の流れ */
    .interview dl div {
        min-height: 6em;
    }
    .interview dl dt:before {
        height: 6em;
    }
} /* Eo min730 */
