@charset "UTF-8";
h1{border: 5px solid #000000;
    text-align: center;
}

/*img{pointer-events : none;
}
*/

a{
    font-size:20px;
}
/*
h5{margin-left:0px;}
*/

li{list-style-type:square;
    margin-left:0px;
}

@media (max-width:767px) {
    .row{
        flex-direction: column;
    }
    
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.left {
    background-color: rgb(203, 240, 203);
}
.right {
    background-color: rgb(249, 245, 246);
}
.small-image {
    width: 200px; /* 幅を200pxに */
    height: auto; /* 縦横比を維持 */
}
