@charset "UTF-8";

#mvSectionSp .mv-section-sp__img.-kv_my,
#mvSectionPc .mv-section-pc__img.-kv_my {
    background: url("../_images/img_main-visual.jpg") center center no-repeat;
    background-size: cover;
}

.article-table th, .article-table td {
    padding: 4px 5px;
    line-height: 1.5;
}

.article-table th {
    background-color: #000;
    color: #fff;
}

.article-table tr {
    border-bottom: solid 1px #000;
}

.section ul, .section li {
    list-style: disc;
}

.section ul {
    padding-left: 2em;
}

.all-list tr td:not(:nth-child(1)),
.all-list tr th:not(:nth-child(1)) {
    text-align: center;
    width: 6em;
}