#access dl {
    margin: 0 0 35px 0;
}
#access iframe {
    margin: 55px 0 0 0;
    border-radius: 24px;
}

#tuyomi {
    background: url(img/qs.png) no-repeat 80% bottom;
}
#tuyomi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#tuyomi ul li {
    width: 32%;
    padding: 35px;
    border: solid 1px #4a7c29;
    border-radius: 12px;
    margin-bottom: 35px;
    background: rgb(255, 255, 255, 0.85);
}
#tuyomi ul li h3 {
    color: #4a7c29;
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 24px;
}
#tuyomi ul li p {
    line-height: 1.8;
}
#tuyomi ul li h4 {
    font-size: 20px;
    margin: 15px 0 25px 0;
    padding: 10px 0;
  box-shadow: none;
  font-weight: 500;
}
#tuyomi ul li img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto 15px auto;
}

#gyoumu ol li {
    list-style: disc;
    margin-bottom: 7px;
    margin-left: 1.5em;
}

#about {
    background: #f7fcf5;
    padding: 55px 0 80px 0;
}
#about .about_c {
    display: flex;
}
#about .about_c p {
    width: calc( 100% - 50% );
    text-align: center;
}
#about .about_c p img {
    width: 94%;
    max-width: 430px;
    height: 100%;
    object-fit: cover;
}
#about dl {
    width: 48%;
}
#about dl dt {
    padding: 25px 10px 0 25px;
    font-weight: 500;
}
#about dl dd {
    padding: 10px 25px 25px 25px;
    border-bottom: solid 1px #ccc;
}

#aisatsu p {
    margin-bottom: 15px;
    line-height: 1.8;
}
#aisatsu .imgr {
    margin: 0 0 35px 80px;
}

@media screen and (max-width: 1060px) {
    #tuyomi {
        background: none;
    }
    #tuyomi ul li {
        width: 48.5%;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 769px) {
    #tuyomi ul li {
        width: 100%;
    }
    #about .about_c p {
        width: calc( 100% - 62% );
    }
    #about dl {
        width: 60%;
    }
    #aisatsu .imgr {
        float: none;
        text-align: center;
        margin: 0 auto 35px auto;
    }
    #aisatsu .imgr img {
        width: 50%;
        height: auto;
    }
}
@media screen and (max-width: 650px) {
    #about .about_c {
        flex-wrap: wrap;
    }
    #about .about_c p {
        width: 100%;
        text-align: center;
        order: 2;
    }
    #about dl {
        width: 100%;
        order: 1;
        margin-bottom: 35px;
    }
    #about .about_c p img {
        width: 100%;
        height: 300px;
    }
}