.spt02_box-list{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:20px}.spt02_box-list .item{border:1px solid #ccc;display:flex;flex-direction:column;gap:20px;padding:20px 10px 10px;text-align:center;width:49%}@media screen and (max-width:400px){.spt02_box-list .item{width:100%}}.spt02_box-list .title{font-size:1.8rem;font-weight:700;margin:0}.spt02_box-list .button{align-items:center;background-color:#3041b4;color:#fff;display:flex;justify-content:center;margin-top:auto;min-height:40px;padding:5px 20px;text-decoration:none}