/* CSS Document */
.hero2{
    width: 100%;
    height: 450px;
    background-image: url(../hc_img/topvis01.jpg);
    background-repeat: no-repeat;
    background-position: center -80px;
    position: relative;
}
.titlebox{
    background-color: rgba(255,255,255,0.73);
    position: absolute;
    -webkit-box-shadow: 0px -3px 5px rgba(0,0,0,0.07);
    box-shadow: 0px -3px 5px rgba(0,0,0,0.07);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 20px;
    bottom: 0%;
    width: 100%;
}
.titlebox h1{
    font-size: 250%;
    text-align: center;
}
.companyinfo{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}
.companyinfo dl{
    border-bottom: thin solid #ECECEC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
}
.companyinfo dl dt{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    background-color: #192D7A;
    color: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
}
.companyinfo dl dd{
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 736px) {
.hero2{
    width: 100%;
    height: 250px;
    background-image: url(../hc_img/topvis01.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
    position: relative;
    background-size: cover;
}
    .titlebox{
    background-color: rgba(255,255,255,0.73);
    position: absolute;
    -webkit-box-shadow: 0px -3px 5px rgba(0,0,0,0.07);
    box-shadow: 0px -3px 5px rgba(0,0,0,0.07);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 20px;
    bottom: 0%;
    width: 100%;
}
.titlebox h1{
    font-size: 180%;
    text-align: center;
}
.companyinfo{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}
.companyinfo dl{
    border-bottom: thin solid #ECECEC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0em;
    clear: both;
}
.companyinfo dl dt{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    background-color: #192D7A;
    color: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 90%;
    margin: 0px;
}
.companyinfo dl dd{
    display: inline-block;
    vertical-align: top;
    width: 65%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 1em;
    padding: 0px;
}
}
