@charset "UTF-8";
 html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: acumin-pro, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

article, header, footer, aside, figure, figcaption, nav, section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #F9F9F6;
}

ol, ul {
    list-style: none;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

a {
    text-decoration: none;
    display: inline-block;
}

header {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0px;
    background: #FFF;
    z-index: 100;
    box-shadow: 0px 5px 5px -6px #8c8c8c;
}

header div {
    width: 1000px;
    margin: 0px auto;
}

header p.text {
    clear: both;
    padding: 8px 5px;
    color: #333;
    font-size: 90%;
    background: #fff390;
    text-align: center;
    font-weight: bold;
}

#contents {
    width: 980px;
    overflow: hidden;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 50px;
}

h2 {
    margin-bottom: 20px;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    font-size: 30px;
    color: #FFF;
    background: #e2143d;
    align-items: center;
    /*天地センター*/
    display: flex;
}

h2 img, h2 span {
    margin-right: 10px;
}

.select-info ul {
    display: flex;
    gap: 20px 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.select-info li {
    width: calc(100% / 5 - 16px);
    /* background: #1065b9; */
    text-align: center;
}

.select-info li a {
    border-radius: 20px;
    background: #1470CC;
}

.select-info li a:hover {
    background: #9e0825;
}

footer {
    margin: 0px auto;
    padding: 0%;
    width: 100%;
    background: #8d8d8d;
}

footer p.copyright {
    margin: 0px auto;
    padding: 20px 0px;
    color: #FFF;
    font-size: 80%;
    text-align: center;
}
