.block1 {
    padding: 0 15px 210px;
}
.block1 .head-block > img {
    display: block;
    max-width: 440px;
    margin: 0px auto 60px;
}
.notice {
    text-align: center;
    font-size: 14px;
    line-height: 24.5px;
    max-width: 1200px;
    margin: 0 auto 65px;
}
.notice span {
    display: inline-block;
}
.item_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 32px;
    max-width: 1200px;
    margin: 0 auto;
}
.item_list .item {
    width: calc(calc(100% - 64px) / 3);
}
.item_list .item .img_content {
    background: white;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 370px;
    margin-bottom: 10px;
    border: 3px solid;
    border-radius: 12px;
}
.item_list .item .img_content img {
    object-fit: contain;
    width: calc(100% - 40px);
}
.item_list .item .img_content img.link1 {
    width: 72.97%;
}
.item_list .item .img_content img.link2 {
    width: 70.27%;
}
.item_list .item .img_content img.link3 {
    width: 74.86%;
}
.item_list .item .img_content img.link4 {
    width: 77.83%;
}
.item_list .item .img_content img.link5 {
    width: 76.48%;
}
.item_list .item .img_content img.link6 {
    width: 73.51%;
}
.item_list .item .img_content img.link7 {
    width: 69.75%;
}
.item_list .item .img_content img.link8 {
    width: 58.1%;
}
.item_list .item .txt {
    text-align: center;
    font-size: 18px;
}

.item_list .item .txt span {
    display: inline-block;
}
@media screen and (max-width: 800px) {
    .block1 .head-block > img {
        max-width: 300px;
        margin: 0px auto 40px;
    }
    .notice {
        font-size: 12px;
        line-height: 20px;
        margin: 0 auto 40px;
    }
    .item_list .item .img_content {
        padding: 10px;
    }
    .item_list .item .txt {
        font-size: 16px;
    }

    .item_list {
        max-width: 700px;
    }
    .item_list .item {
        width: calc(calc(100% - 32px) / 2);
    }
}
@media screen and (max-width: 600px) {
    .item_list {
        justify-content: center;
    }
    .item_list .item {
        width: 100%;
        max-width: 270px;
    }
    .item_list .item .txt {
        font-size: 14px;
    }
    .item_list .item .img_content img.link1 {
        width: 87.56%;
    }
    .item_list .item .img_content img.link2 {
        width: 84.32%;
    }
    .item_list .item .img_content img.link3 {
        width: 89.83%;
    }
    .item_list .item .img_content img.link4 {
        width: 93.39%;
    }
    .item_list .item .img_content img.link5 {
        width: 91.77%;
    }
    .item_list .item .img_content img.link6 {
        width: 88.21%;
    }
    .item_list .item .img_content img.link7 {
        width: 83.7%;
    }
    .item_list .item .img_content img.link8 {
        width: 69.72%;
    }
}
