/*.recruit-content-wrapper {
    border-bottom: 2px solid #ccc;
}

.recruit-content-wrapper > dl > dt {
    font-weight: normal;
    text-align: left;
}

.recruit-content-wrapper > dl > dt,
.recruit-content-wrapper > dl > dd {
    padding: 18px;
    box-sizing: border-box;
}

.recruit-content-wrapper > dl > dt {
    border-top: 2px solid #ccc;
    width: 100%;
    background: #EEE;
}

.recruit-content-wrapper > dl > dd li {
    margin-left: 1em;
}

.recruit-content-wrapper > dl > dd li + li {
    margin-top:.5em;
}

.recruit-content-wrapper > dl > dd li ul {
    margin:.5em 0;
}

.recruit-content-wrapper > dl > dd li ul li {
    list-style-type:disc;
}

.recruit-content-wrapper > dl > dd ol + p {
    margin-top: .5em;
}

.recruit-content-wrapper > dl > dd a + a {
    margin-left: 1em;
}
*/

dl.recruit-faq dt,
dl.recruit-faq dd {
    position:relative;
    padding-left:1.5em;
    margin-bottom:.2em;
}

dl.recruit-faq dd + dt {
    margin-top:1.2em;
}

dl.recruit-faq dt:before {
    content:"Q :";
    position:absolute;
    left:0;
}

dl.recruit-faq dd:before {
    content:"A :";
    position:absolute;
    left:0;
}


.recruit-method {
    margin-top: 50px;
}

.recruit-method h2 {
    margin: 20px 0 25px;
}

.recruit-method h2 + p {
    display:flex;
    justify-content:center;
}

.recruit-contact {
    background: #E7F2E7;
    padding: 10px 20px 10px;
    display:flex;
    justify-content:space-between;
    margin-top: 20px;
    color:#61a85e;
    flex-direction: column;
}

.recruit-contact > div {
    display:flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    gap: 0px;
    padding: 25px 0;
}

.recruit-contact > div a {
    color:#61A85E;
}

.recruit-contact > div a:hover {
    text-decoration:underline;
}

.recruit-contact > div:first-child {
    border-bottom: 1px solid #61A85E;
}

.recruit-contact > div:nth-child(2) p {
    font-size: 20px !important;
}

.recruit-contact h3 {
    font-size: 1.1em;
    margin-bottom: 16px;
}

.recruit-contact p.recruit-tel {
    font-size: 36px;
    line-height: 1;
}

.recruit-contact p.recruit-tel span {
    font-size: .5em;
    padding-left:.2em;
    display: none;
}

@media screen and (max-width: 360px){
    .recruit-contact p.recruit-tel {
    font-size: 30px;
    }
}

.recruit-contact p.recruit-hours {
    font-size: 1em;
    font-weight: bold;
    margin-top: 15px;
}

/*
.recruit-form {
    width: 90%;
    max-width: 360px;
}

.recruit-form a {
    background: #61a85e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px 0 20px 0;
    margin-top: 1.7em;
    width: 100%;
    box-sizing: border-box;
    position:relative;
}

.recruit-form a:before {
    content:"";
    width: 11px;
    height:11px;
    display:block;
    background:white;
    position:absolute;
    right: 20px;
    top:0;
    bottom:0;
    margin:auto;
    transform: rotate(45deg);
}

.recruit-form a:after {
    content:"";
    width: 11px;
    height:11px;
    display:block;
    background:#61a85e;
    position:absolute;
    right: 22px;
    top:0;
    bottom:0;
    margin:auto;
    transform: rotate(45deg);
}*/