.recruit__mg-tb{
    margin-top: 93px;
    margin-bottom: 0;
}
.d-ib{
    display: inline-block;
}
.ttl-h3{
    align-items: center;
    display: flex;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-size: 1.45rem;
    justify-content: center;
    line-height: 1.5833333333;
    margin-top:2em;
    margin-bottom:2em;
    position: relative;
    text-align: center;    
}
.ttl-h3::before,.ttl-h3::after {
    border-top: 1px solid #333;
    content: "";
    flex-grow: 1;
    height: 1px;
}
.ttl-h3::before{
    margin-right:.5em
}
.ttl-h3::after{
    margin-left:.5em
}
.c_btn02{
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 6rem;
}
.entry-table{
    border: 1px solid #694934;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    max-width: 960px;
}
.entry-table__h2 {
    background: #694934;
    color: #fff;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-size: 1.3em;
    padding: 15px 0;
    text-align: center;
}
.entry-table__dl{
    display: flex;
    flex-wrap:wrap;
    padding: 1.2em 0.8em;
}
.entry-table__dl dt{
    padding: 1.2em 0;
}
.entry-table__dl dd{
    padding: 1.2em 0 1.2em 1em;
}
.entry-table__dl dt{
    width:36%;    
}
.entry-table__dl dd{
    width:64%;
}
.entry-table__dl dt:nth-of-type(n+2),.entry-table__dl dd:nth-of-type(n+2){
    border-top:1px solid #d9d9d9;
}
.entry-table__dl dd a{
    text-decoration: underline;
}
@media screen and (min-width: 768px){
    .recruit__mg-tb{
        margin-top: 151px;
        margin-bottom: 147px;
    }
    .entry-table__dl dt {
        width:21%;
        padding: 1.2em 0 1.2em 1em;
    }
    .entry-table__dl dd{
        width:79%;
    }
}