#mainImg{
    background-image: url(../img/company_mainimg01.jpg);
    background-position: 50% 20%;
}

#sec01{
    margin-bottom: 80px;
}

#sec01 h3{
    margin-bottom: 10px;
}

#sec01 p{
    font-size: 22px;
    color: #623700;
}

#sec02{
    width: 1145px;
    margin: 0 auto;
    margin-bottom: 70px;
}

#sec02 div{
    float: right;
    width: 557px;
}

#sec02 div:first-child{
    float: left;
    width: auto;
}

#sec02 h3{
    background: url(../img/company_bg01.gif);
    border-radius: 10px;
    color: #fff;
    line-height: 91px;
    padding: 0px 30px;
    font-size: 32px;
    margin-bottom: 20px;
}

#sec02 h3:first-child + p{
    margin-bottom: 50px;
}

#sec02 p{
    margin-bottom: 10px;
}

#sec03{
    background: url(../img/company_bg02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 90px;
}

#sec03 h3,
#sec03 table,
#sec04{
    width: 950px;
    margin: 0 auto;
}

#sec03 h3,
#sec04 h3{
    background: url(../img/company_bg03.png);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #623700;
    font-size: 32px;
}

#sec03 h3 span,
#sec04 h3 span{
    font-size: 18px;
    padding-left: 20px;
}

#sec03 table{
    line-height: 1.5;
    border-collapse: separate;
    border-spacing: 0px 3px;
    margin-top: 30px;
}

#sec03 table th,
#sec03 table td{
    position: relative;
    padding: 8px 15px;
}

#sec03 table th:after,
#sec03 table td:after{
    position: absolute;
    content: "";
    border-bottom: 1px solid #623700;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
}

#sec03 table tr:first-child th:before,
#sec03 table tr:first-child td:before{
    position: absolute;
    content: "";
    border-top: 1px solid #623700;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
}

#sec03 table td{
    vertical-align: middle;
    text-align: left;
    color: #623700;
}

#sec03 table th{
    background: url(../img/company_bg04.gif);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0px;
    height: 100%;
    width: 246px;
}

#sec04{
    margin-top: 40px;
}

#sec04 table{
    line-height: 1.5;
    margin-top: 30px;
}

#sec04 table th,
#sec04 table td{
    text-align: left;
    padding-bottom: 20px;
}

#sec04 table th{
    vertical-align: top;
    width: 108px;
}

#sec04 table th + td{
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    width: 62px;
    padding-top: 7px;
    color: #00a0de;
    background: url(../img/company_bg05.gif);
    background-repeat: no-repeat;
    background-size: 2px 100%;
    background-position: center;
}


@media screen and (max-width: 600px) {
    #mainImg{
        background-image: url(../img/company_mainimg01_sp.jpg);
    }

    #sec01 h3{
        margin-bottom: 5px;
    }

    #sec01,
    #sec02,
    #sec03 h3,
    #sec03 table,
    #sec04{
        width: 300px;
        margin: 0 auto;
    }

    #sec01 p{
        font-size: 16px;
    }

    #sec02{
        margin-top: 15px;
    }

    #sec02 div{
        float: none;
        width: auto;
    }

    #sec02 div:first-child{
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    #sec02 h3{
        font-size: 16px;
        line-height: 35px;
        padding: 0px 10px;
        border-radius: 5px;
        margin-bottom: 5px;
        background-size: 50%;
    }

    #sec02 h3:first-child + p,
    #sec02 p{
        margin-bottom: 15px;
    }

    #sec03{
        margin-top: 25px;
        background-image: url(../img/company_bg02_sp.png);
        background-size: 100% 100%;
        padding-top: 15px;
        padding-bottom: 40px;
    }

    #sec03 h3,
    #sec04 h3{
        font-size: 18px;
        background-image: url(../img/company_bg03_sp.png);
        background-size: contain;
    }

    #sec03 h3 span,
    #sec04 h3 span{
        font-size: 10px;
        padding-left: 10px;
    }

    #sec03 table{
        margin-top: 10px;
    }

    #sec03 table td{
        padding: 8px 10px;
    }

    #sec03 table th{
        width: 80px;
        background-size: 50%;
    }

    #sec04{
        margin-top: 15px;
    }

    #sec04 table{
        margin-top: 10px;
    }

    #sec04 table th{
        width: 72px;
    }

    #sec04 table th + td{
        width: 25px;
        font-size: 10px;
        padding-top: 2px;
    }
}