@charset "UTF-8";

/* アンカーリンク調整(2025/12/12) */
#links + .contents_btn01 .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#links + .contents_btn01 .content_wrapper a {
    width: calc((100% - 60px) / 4) !important;
    min-width: initial;
    margin: 0;
}
#links + .contents_btn01 .content_wrapper a span {
    padding: 10px;
}
@media only screen and (max-width: 700px) {
    #links + .contents_btn01 .content_wrapper {
        flex-wrap: wrap;
    }
    #links + .contents_btn01 .content_wrapper a {
        width: calc((100% - 20px) / 2) !important;
    }
    #links + .contents_btn01 .content_wrapper a span {
        font-size: min(1.45rem, 4vw);
    }
}


/* 画像表示(2025/12/12) */
@media screen and (min-width: 901px){
  #sp_img + section {
    display: none;
  }
}
@media screen and (max-width: 900px){
  #pc_img + section {
    display: none;
  }
}