@media screen and (min-width: 480px){
.tocHead{
height:192px;
background:url("../img/tocompany/toc_pic1.jpg") no-repeat 0 0;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
padding-left:10px;
margin:0 0 20px 0;
}

.tocBox1{
font-size:16px;
margin:20px 0 30px 40px;
}

.tocTitle{
height:20px;
color:#5A8C0E;
border-bottom:2px solid #5A8C0E;
font-size:18px;
margin:0 0 30px 10px;
padding-bottom:5px;
}

.tocBox2{
width:700px;
margin:0 0 30px 10px;
}

.tocBox2Title{
color:#ffffff;
height:30px;
background:#5A8C0E;
margin-bottom:15px;
font-size:16px;
padding-top:12px;
padding-left:15px;
font-weight:bold;
}

.tocBox2Data{
line-height:150%;
font-size:13px;
}

.textSize{
font-size:13px;
}

.lowerLine{
width:700px;
border-bottom:1px solid #D3D0D1;
margin:60px 0 60px;
}

.tocBox2:last-child{
margin-bottom:60px;
}

.lowerLine{
width:698px;
border-bottom:1px solid #D3D0D1;
margin:50px 0 60px 10px;
}
}


@media screen and (max-width: 479px){
.tocHead{
    height: 100px;
    background: url(../img/tocompany/toc_pic1.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* padding-left: 10px; */
    background-size: contain;
    margin: 0 0 20px 0;
}

.tocBox1{
font-size:16px;
margin:20px 5px 30px 5px;
}

.tocTitle{
height:20px;
color:#5A8C0E;
border-bottom:2px solid #5A8C0E;
font-size:18px;
margin-bottom:30px;
padding-bottom:5px;
}

.tocBox2{
	margin-bottom:30px;
}

.tocBox2Title{
color: #ffffff;
    /* height: 30px; */
    background: #5A8C0E;
    margin-bottom: 15px;
    font-size: 16px;
    padding-top: 12px;
    padding-left: 5px;
    padding-bottom: 12px;
    font-weight: bold;
}

.tocBox2Data{
line-height:170%;
font-size:13px;
}

.textSize{
font-size:13px;
}



.tocBox2:last-child{
margin-bottom:60px;
}

.lowerLine{
border-bottom:1px solid #D3D0D1;
margin:50px 0 60px 0px;
}
}
