@charset "utf-8";
/* CSS Document */
body * {
    box-sizing: border-box;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    font-size: 14px
}
header {
    background: #004ea1;
    width: 100%;
    padding: 10px;
}
header h1 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    min-width: 980px;
}
header h2 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
footer {
    text-align: center;
    padding: 20px 0;
    background: #004ea1;
    color: #FFFFFF;
    font-size: x-small;
    min-width: 980px;
}
footer > h2 {
    margin-bottom: 10px;
}
footer img {
    width: 202px;
    padding-bottom: 2px;
}
footer > p {
    text-align: center;
    font-size: 11px;
}
section {
    width: 980px;
    margin: 20px auto 0;
    padding-bottom: 50px;
}
section.read {
    padding: 20px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
section.read div{
    width:70%;
    padding-right: 20px;
}
section.read h2 {
    font-size: 38px;
    font-weight: 600;
    display: block;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 16px;
    color: #004ea1;
}
section.read p {
    text-align: left;
    color: #004ea1;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}
section.read dl.note {
    padding-left: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
}
section.read dl.note dt {
    font-size: 12px;
    text-indent: -12px;
    color: #000;
}
section.link_table {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 50px;
    border-bottom: solid 1px #ccc;
    margin-top: 0;
}
section.link_table ul.table {
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: solid 1px #ccc;
    border-bottom: none;
    margin: 0;
    padding: 0;
    width: 50%;
    padding: 30px;
}
section.link_table ul.table:nth-child(odd) {
    border-right: solid 1px #ccc
}
section.link_table ul.table li {
    padding: 0;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section.link_table ul.table li.kind {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 600;
    /* height: 3em; */
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

section.link_table ul.table li.kind span{
    display:block;
    width: 40%;
    background: #ccc;
    color: #fff;
    line-height: 1;
    padding: 7px 0;
    margin: 10px auto;
    font-weight: 600;
}
section.link_table ul.table li.kind span.type_c{
    background:#ED4654;
}
section.link_table ul.table li.kind span.type_b{
    background:#29ABE2;
}




section.link_table ul.table li.links {
    width: 100%;
    padding: 0;
}
section.link_table ul.table li.links dl {
    justify-content: center;
    width: 45%;
    padding: 0;
    margin-bottom: 0;
    margin: 0 10px;
}
section.link_table ul.table li.links dl:last-child {
    border-bottom: none;
}
section.link_table ul.table li.links dl dt {
    width: 100%;
    margin-right: 0;
    padding: 0;
    /* height: 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
section.link_table > ul:nth-child(8) > li.links > dl dt {
    align-items: flex-start;
}
section.link_table ul.table li.links dl dt img {
    /* max-width: 100%; */
    height: auto;
    max-height: 200px;
    max-width: 200px;
    display: block;
    margin: auto;
    border: solid 1px #eee;
}
section.link_table ul.table li.links dl dd {
    width: 100%;
    /* min-height: 110px; */
    margin-bottom: 0;
    display: block;
    text-align: center;
    margin-top: 0;
}
section.link_table ul.table li.links dl dd a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
    align-content: center;
    background: #004ea1;
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    line-height: 1;
    margin-top: 15px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 40%);
}
section.link_table ul.table li.links dl dd a:hover {
    opacity: 0.8;
}
section.link_table ul.table li.links dl dd h4 {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
section.link_table ul.table li.links dl dd a span {
    display: block;
    font-size: 12px;
    color: #999;
    text-decoration: none;
    display: none;
}
section.link_table ul.table li.links dl dd p.note {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    width: 100%;
    color: #000;
}
#pagetop {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #00BCD4;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.4);
}
#pagetop::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 10px);
    transform: rotate(-135deg);
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 640px) {} /*@media screen and (max-width: 640px) {*/