@charset "utf-8";

.box .inner h2{
    background-color: #2eb0ff;
}

.box .inner .recommend .r-box ul.gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.box .inner .recommend .r-box ul.gallery li{
    width: 49%;
    margin-bottom: 10px;
}
.box .inner .recommend .r-box ul.gallery li:nth-last-of-type(-n+2){
    margin-bottom: 0;
}
.box .inner .recommend ul.items li{
    margin: 15px;
}
.box .inner .recommend ul.items li .detail{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.box .inner .recommend ul.items li .detail figure{
    display: table-cell;
    vertical-align: bottom;
    width: 33%;
}
.box .inner .recommend ul.items li .detail div{
    display: table-cell;
    vertical-align: bottom;
    width: 67%;
    text-align: center;
    font-size: 16px;
    padding: 0 0.5em;
}
.box .inner .recommend ul.items li .detail div p.name{
    font-weight: bold;
    margin-bottom: 0.5em;
}
.box .inner .recommend ul.items li .detail div p.name small{
    font-weight: normal;
}
.box .inner .recommend ul.items li .detail div p.button img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
