﻿.ry-items .the-box{
    width: 32.28%;
    height: 376px;
    background-color: #f3f3f3;
	border-radius: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    overflow: hidden;
}
.ry-items .area2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ry-items .the-box p{
    margin-top: 39px;
}
.ry-items{
    margin-top: 80px;
}
.ry-items .the-box:hover{
    transform: translateY(-10px);
}
.ry-items .the-box:hover img{
    transform: scale(1.05);
}
.ry-items .the-box img{
    transition: all .3s linear;
}
.pagebox .area2 .inside{
    padding: 0 60px;
    margin-top: 30px;
    height: 90px;
	background-color: #f6f6f6;
	border-radius: 30px;
	border: solid 1px #e5e5e5;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .ry-items {
        margin-top: 60px;
    }
    .ry-items .the-box {
        padding: 30px;
        height: unset;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .ry-items {
        margin-top: 45px;
    }
    .ry-items .the-box {
        padding: 25px;
        height: unset;
        width: 31%;
    }
    .ry-items .the-box p {
        margin-top: 25px;
    }
    .pagebox .area2 .inside{
        height: 60px;
        margin-top: 20px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .ry-items {
        margin-top: 30px;
    }
    .ry-items .the-box {
        padding: 20px;
        height: unset;
        width: 48%;
        margin-bottom: 15px;
    }
    .ry-items .the-box p {
        margin-top: 15px;
        font-size: 12px;
    }
    .pagebox .area2 .inside{
        height: 50px;
        margin-top: 10px;
    }
}