@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    line-break: strict;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
    outline: none;
}
body {
    background: #fff;
    font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
        "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    -webkit-text-size-adjust: 100%;
    color: #222;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
    display: block;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
ul,
ol {
    list-style: none;
}
p,
li,
dt,
dd,
th,
td {
    -ms-line-break: strict;
    line-break: strict;
    word-break: break-word;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    image-rendering: -webkit-optimize-contrast;
}
body, .ly_head, main, .ly_foot {
    min-width: 1024px;
}
.ly_cont_inner {
    width: 1024px;
    margin: 0 auto;
}
.bl_bnrUnit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 30% 0 0;
}
.bl_bnrUnit > li {
    width: 492px;
}
.bl_bnrUnit > li > a {
    display: block;
}
@media screen and (max-width: 750px) {
    body, .ly_head, main, .ly_foot {
        min-width: 750px;
        max-width: 750px;
        width: 100%;
    }
    .ly_cont_inner {
        width: 690px;
    }
    .bl_bnrUnit {
    }
    .bl_bnrUnit > li {
        width: 100%;
    }
}
