﻿@charset "utf-8";
.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    margin: 10px 0;
}
.grid2 div img {
    width: calc(100% - 5px);
    height: auto;
}
.img1 img {
    max-width: 800px;
    width: 100%;
    height: auto;
}
.button2 {
    margin: 0 0 10px 0;
}
.button2 a {
    display: block;
    max-width: 200px;
    width: 100%;
    height: 20px;
    padding: 6px 20px 8px 20px;
    background-color: #65a42B;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
}
.button2 a:hover {
    text-decoration: none;
    background-color: #85C44B;
}
@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
}