/* recruit */

/* common */

.br_sp {display: none;}
.br_pc {display: block;}

.f_bold {font-weight: 600;}

.f_red {color: red;}

.f_deco_u {text-decoration: underline;}

.contents {letter-spacing: .1rem;}

.asta {font-size: 90%; content: "※";}
.asta::before {content: "※"; margin-right: .5rem;}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .br_sp {display: block;}
    .br_pc {display: none;}
    
}

/* charm */

.charm li {
    margin-top: 2rem; 
    text-indent: -2rem;
    margin-left: 2rem;
}

.charm li::before {
    content: "●";
    color: #0093bf;
    margin-right: .5rem;
}

/* 募集要項 */

.no_wrap tr th {
    white-space: nowrap;
}

.no_wrap tr td ul li {
    margin: 2rem 0;
    margin-left: 1.8rem;
}

.no_wrap tr td ul li h5 {
    text-indent: -1.8rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.no_wrap tr td ul li h5::before {
    content: "●";
    color: #0093bf;
}

.no_wrap tr td ul li p.asta {
    text-indent: -2rem;
    margin-left: 2rem;
}

.no_wrap tr td .map_link {
    margin: 2rem 0
}

.no_wrap tr td .map_link a {
    border: 1px solid red;
    padding: .5rem 1rem;
    color: red;
    font-size: 90%;
}

.no_wrap tr td .day_time {
    border: 1px solid #dcdcdc;
    padding: 1rem 1.5rem 0rem;
    width: fit-content;
    margin-top: 1rem;
}


.no_wrap td li dl {
    margin-bottom: 1.5rem;
}

.no_wrap td li dl:nth-of-type(2),
.no_wrap td li dl:last-of-type {
    margin-bottom: 3rem;
}


.no_wrap td p a {
    margin-right: 3rem;
}

.no_wrap ul {
    margin-bottom: 1rem;
}

ul.terms li {
    margin-top: 2rem;
    text-indent: -2.2rem;
    margin-left: 2.2rem;
    font-size: 110%;
}

ul.terms li::before {
    content: "\f058";
    font-family: FontAwesome;
    color: #0093bf;
    font-size: 120%;
    margin-right: .5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .no_wrap tr {
        display: flex;
        flex-direction: column;
    }
    
    .no_wrap tr th {
    white-space: wrap; 
}
    
    .no_wrap tr td .day_time {
    width: 100%;
    margin-top: 0rem;
}
    
    .no_wrap td p a {
    margin-right: 1rem;
}
    
}