@media screen and (min-width:992px){
    #company_box {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    #company_box {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
@media screen and (max-width:767px){
    #company_box {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.separator {
    border-top: 2px solid #01284f;
}

@media screen and (min-width:992px){
    .frame-box-001 {
        padding: 30px;
        position: relative;
        font-size: 2.2em;
        font-family: 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif; font-weight: bold;
        line-height: 1.4em;
    }
    .frame-box-001::before, .frame-box-001::after {
        content: '';
        width: 80px;
        height: 80px;
        position: absolute;
    }
}
@media screen and (max-width:991px){
    .frame-box-001 {
        padding: 15px;
        position: relative;
        font-size: 1.3em;
        font-family: 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif; font-weight: bold;
        line-height: 1.2em;
    }
    .frame-box-001::before, .frame-box-001::after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
    }
}
.frame-box-001::before {
    border-left: solid 2px #000000;
    border-top: solid 2px #000000;
    top: 0;
    left: 0;
}
.frame-box-001::after {
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    bottom: 0;
    right: 0;
}

@media screen and (min-width:992px){
    .frame-box-002 {
        position: relative;
        font-size: 1.8em;
        font-family: 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif; font-weight: bold;
        line-height: 1.4em;
    }
}
@media screen and (max-width:991px){
    .frame-box-002 {
        position: relative;
        font-size: 1.1em;
        font-family: 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif; font-weight: bold;
        line-height: 1.0em;
    }
}
