.evaluate-area .info-img{
    max-width: 100%;
}

#clean-show .mock img,
.evaluate-up .mock img,
.post-img img {
    max-width: 100%;
}

/* home */
.quick-input .select2-container--default {
    min-width: 172px;
}

.quick-input .select2-container .select2-selection--single {
    height: 33px;
}

.quick-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.quick-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}

.info-photo div:nth-child(1)::before{
    content: '①';
}
.info-photo div:nth-child(2)::before{
    content: '②';
}
.info-photo div:nth-child(3)::before{
    content: '③';
}

.panel-default .post-area .post-title,
.panel-default .post-area p {
    overflow: hidden;
}
.grad-wrap .post-body {
    overflow: hidden;
}
.grad-wrap .is-hide {
    height: 54px;
    overflow: hidden;
}

.outsourcing .is-hide {
    height: 70px;
    overflow: hidden;
}

.inspection_details {
    height: 35px;
    overflow: hidden;
}

.inspection_details form>div {
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .grad-wrap .is-hide {
        height: 50px;
        overflow: hidden;
    }

    .form-alert .is-hide {
        height: 90px;
        overflow: hidden;
    }

    .outsourcing .is-hide {
        height: 70px;
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    dl.post-body dt {
        width: 55%;
    }
}