#greeting {
    overflow: hidden;
    margin-bottom: 90px;
}

#recruit_info {
    width: 47%;
}

#recruit_info .caption {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-top: 0;
}

#recruit_info p {
    margin-top: 15px;
    line-height: 1.6;
}

#recruit_img {
    width: 47%;
}

#recruit_img img {
    width: 100%;
}

#recruit>ul {
    clear: both;
}

#recruit>ul>li {
    width: 47%;
}

h3 {
    font-size: 125%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #6f6f6f;
}

#contents li {
    margin-top: 30px;
}

.title {
    font-size: 110%;
    font-weight: bold;
}

.content {
    margin-top: 10px;
    line-height: 1.6;
}

#recruit dl {
    margin-top: 30px;
}

#recruit dt {
    float: left;
}

#recruit dd {
    padding-left: 100px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#recruit dd:last-of-type {
    margin-bottom: 0;
}

#application {
    margin-top: 60px;
}

#application p {
    line-height: 1.6;
    margin-top: 20px;
}

.tel,
.mail {
    font-size: 125%;
    text-align: center;
    padding: 20px 0;
    background: #7A7A7A;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 15px;
    transition: 0.4s all;
    border-radius: 5px;
}

.mail.sp {
    display: none;
}

.tel:hover,
.mail:hover {
    opacity: 0.5;
}

@media screen and (max-width:768px) {
    .mail.sp {
        display: block;
    }
    main {
        margin-top: 10px;
    }
    #recruit_info {
        width: 100%;
    }
    #recruit_info .caption {
        font-size: 110%;
        line-height: 1.6;
    }
    #recruit_img {
        margin-top: 30px;
        width: 100%;
    }
    #recruit>ul>li {
        width: 100%;
    }
    #recruit>ul>li:not(:first-of-type) {
        margin-top: 60px;
    }
    .tel,
    .mail {
        font-size: 125%;
        padding: 15px 0;
    }
}