@charset "utf-8";
/* CSS Document */

.fl_flex{
    display:flex;
    width:90%;
    margin: 0 auto;
}
.fl_flex img{
    width:100%;
}
.st_flex{
    width:80%;
    display:flex;
    flex-wrap:wrap;
    margin: 0 auto;
    padding:30px 0;
}
.st_flex div.st_item{
    display: flex;
    width:16%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding:1rem 0;
}
.st_flex div.st_item img{
    width:100%;
    display: block;
    padding:0;
}
.st_flex div.st_item span{
    width:100%;
    display: block;
    font-size:0.7rem;
    font-weight: bold;
    color:#333;
    text-align: center;
    line-height: 1rem;
    height: 2rem;
}
.st_flex div.st_item a{
    width:90%;
    display: block;
    font-size:0.7rem;
    color:#333;
    background-color: #82d3f7;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    padding:1px;
}
.st_flex div.st_item a:hover{
    opacity: 0.8;
}
img.memo{
    width:60%;
}