@charset "utf-8";

/*
#27bd03
*/
body {
    border-top: 5px solid #bf230d;
}
.h2 {
    color: #bf230d;
    border-bottom: 1px solid #bf230d;
    padding-bottom: 0.3rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
section{
    margin-bottom: 3rem;
}
footer {
    background: #bf230d;
    text-align: center;
    padding: 5px;
    color: #fff;
}
.table th{
    white-space: nowrap;
}
dt{
    color: #bf230d;
}
dt i{
    margin-right: 10px;
}
.box-topimage{
    background: url(../images/back.jpg) center;
    background-size: cover;
    padding: 150px 0;
    margin-bottom: 5rem;
}
@media (max-width: 787px){
}