@charset "UTF-8";
/* CSS Document */


#mainimage{
background-image:url(img/mainimage.jpg);
color:#fff;
}
#mainimage .inner{
padding-bottom:60px;
}

#safety h2.title{
text-align:center;
padding:40px 0;
font-size:4rem;
line-height:1.2;
font-weight:500;
}
.boxstyle1 h2 {
    padding-bottom: 50px;
}
.boxstyle1 h2 p {
font-size:2rem;
}
.boxstyle1 .txt{
padding-top:60px;
}


@media screen and (max-width: 767px) {

#mainimage .inner{
padding-bottom:20px;
}
#safety h2.title{
padding:60px 0 20px 0;
font-size:6.5vw;
}

.boxstyle1 h2 {
    padding-bottom: 30px;
font-size:7vw;
}
.boxstyle1 h2 p {
font-size:5vw;
padding-bottom:3px;
}
.boxstyle1 .txt{
padding-top:40px;
}

}