.blog-box table {
    font-size: 95%;
    border-left: #008140 1px solid; 
}
.blog-box p {
    margin-bottom: 30px;
}
.blog-box table.bhs {
    border-left-color: #344564; 
}
br.sp-only {
    display: none;
}
.blog-box table th {
    padding: 10px;
    border-bottom: #008140 1px solid;
    border-right: #008140 1px solid;
}
.blog-box table.bhs th {
    border-bottom-color: #344564;
    border-right-color: #344564;
}
.blog-box table thead th {
    background-color: #008140;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-right-color: #fff !important;
}
.blog-box table.bhs thead th {
    background-color: #344564;
}
.blog-box table thead th:nth-child(4) {
    border-right: #008140 1px solid !important;
}
.blog-box table.bhs thead th:nth-child(4) {
    border-right-color: #344564 !important;
}
.blog-box table tbody th {
    font-weight: 700;
    text-align: center;
    width: 18%;
    color: #008140;
}
.blog-box table.bhs tbody th {
    color: #344564;
}
.blog-box table td {
    padding: 10px;
    border-bottom: #008140 1px solid;
    border-right: #008140 1px solid;
}
.blog-box table.bhs td {
    padding: 10px;
    border-bottom-color: #344564 ;
    border-right-color: #344564;
}
.blog-box h5 {
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 10px;
    color: #008140;
}
.blog-box h5.bhs-ttl {
    color: #344564;
}
.blog-box .cau {
    margin-top: 15px;
}
@media screen and (max-width: 860px) {
br.sp-only {
    display: inherit;
}
}
@media screen and (max-width: 480px) {
#main .main-ttl {
    text-align: center;
    line-height: 1.6;
}

.blog-box table tbody th {
    width: 24%;
}
.blog-box table {
    font-size: 90%;
    line-height: 1.6;
}
.blog-box table th{
    padding: 5px;
}
.blog-box table td{
    padding: 5px;
}
.blog-box .cau {
    margin-top: 10px;
}
}