@charset "utf-8";
.title{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 2rem;
    margin-top: 40px;
    font-weight: bold;
    color: #222;
}
.title:after{
    content: "";
    width: 80px;
    height: 2px;
    background-color: #222;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
}
.content{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.content img{
    max-width: 100%;
    height: auto;
}
.list{
    display: flex;
    display: -webkit-flex;
    column-gap: 10px;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width:767px){
    .list{
        column-gap: 10px;
    }
}
.tb_tb{
    display: block;
    width: calc(10% - 90px/10);
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
}
.tb_pic{
    display: block;
    height: auto;
    padding-bottom: 120%;
    overflow: hidden;
    position: relative;
}
@media (max-width:767px){
    .tb_tb{
        width: calc(25% - 30px/4);
    }
}
@media (max-width:480px){
    .tb_tb{
        width: calc(33.3% - 20px/3);
    }
}