@charset "UTF-8";
/* CSS Document */
*{
/*    outline: solid 1px #c00;*/
}
section{
    margin-block: 80px;
}
section h2{
    text-align: center;
    font-size: 20px;
    span{
        font-size: 45px;
        color: var(--sub-color);
    }
}
section picture{
}
section img{
    width: 100%;
    object-fit: cover;
    background: #ccc;
    margin-block: 20px;
}
section .first{
    width: 80%;
    text-align: center;
    margin: auto;
}