
#contents section#kanri{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    width:1080px;
    margin: auto;
}



.kanri .box{
    margin: 0 0 40px 0;

}
.kanri p{
    margin: 0 40px;
}
.kanri h5 {
    margin: 0 40px 20px 40px;
    font-size: 18px;
    font-weight: 600;
    background: #D1D1D1;
    color: #221714;
    padding: 0 0 0 10px;
}
.kanri table{
    margin: 0 auto 40px auto;
    width:1160px;

}

.kanri table th{
   width:150px;
}
#history h3{
    font-size:20px;
    color:#BE431F;
    border-bottom:1px solid #BE431F;
    padding: 0 0 10px 0;

}

#history ul li{

border-top:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;
padding: 10px;

}
#history ul li:last-child{

    border-bottom:1px solid #fff;

    }


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



    #contents section#kanri {

    width: 100%;
}

}