.body-div-1-box,.body-div-1-item-box{
    width: 100%;
    box-sizing: border-box;
    display: grid;
    row-gap: 20px;
    justify-content: center;
}
.body-div-1-item-box-title{
    width: 100%;
    font-size: 1.7em;
    display: flex;
    column-gap: 7px;
    padding: 0 10px;
    box-sizing: border-box;
}
.body-div-1-item-box-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: flex-start;
}
@media (max-width:840px) {
    .body-div-1-item-box-box{justify-content: center;}
}
.body-div-1-item{
    width: 250px;
    height: 300px;
    border-radius: 10px;
    border: 1px solid #00319a;
    box-shadow: 0 0 10px 0 #00329a78;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}
.body-div-1-item-img-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    align-items: safe;
}
.body-div-1-item-img-box img{
    width: 100px;
    height: 100px;
}
.body-div-1-item-text{
    line-height: 30px;
    text-align: center;
    padding: 0 5px;
}
.body-div-1-item-button{
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 0.9em;
    padding: 0 7px;
}


.body-div-1-item-box-pack-1{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#body-div-1-item-box-pack-1-1{
    flex-wrap: nowrap;
}
@media (max-width:1400px) {
    .body-div-1-item-box-pack-1{flex-wrap: wrap;row-gap: 20px;}
    #body-div-1-item-box-pack-1-1{flex-wrap: wrap;}
}
