@charset "UTF-8";

.main img{
    display: block;
    margin: 0 auto;
}

.main .img01{
    width: min(calc(22/768*100vw),22px);
}

.grid01{
    display: grid;
    grid-template-columns: repeat(7, auto);
    align-items: center;
    justify-content: center;
}

.grid01 p{
    padding: 0.6em 0.3em 0.4em !important;
    border-width: min(0.5vw, 1px) !important;
    display: grid;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
}

.grid01 img{
    align-self: center;
}

.grid01 p:first-of-type{
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0.6em 0.4em 0.4em !important;
}
.grid01 p:nth-of-type(2),.grid01 p:nth-of-type(3){
    align-self: stretch;
}
.grid01 p:last-of-type{
    padding: 0.6em 0.6em 0.4em !important;
}

.grid02{
    display: grid;
    grid-template-columns: repeat(3, 25%);
    justify-content: flex-start;
}