@charset "utf-8";


/* ========================================
 * 「経営者保証ガイドライン」への対応について
 * ======================================== */
.indent {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
.list {
    list-style: disc;
    margin-left: 40px;
}

.link__list01 li a {
    color: #7e0017;
    transition: all 0.3s ease;
}
.link__list01 li a:hover {
    opacity: 0.7;
}
@media not all and (min-width: 768px){
    .link__list01 li {
        line-height: 1.3;
    }
    .link__list01 li {
        font-size: calc(15 / 16 * 1rem);
    }
    .link__list01 li a:active {
        opacity: 0.7;
    }
}

.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

/* ========================================
 * テーブル設定
 * ======================================== */
.tableSection {
    margin: 5px 0 15px 0;
    text-align: left;
}
table.type01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #cccccc;
    word-wrap: break-word;
}
table.type01 th {
    background-color: #efece7;
    border: 1px solid #fff;
    margin: 1px;
    padding: 6px;
    font-style: normal;
    font-weight: normal;
}
table.type01 td {
    background-color: #fff;
    padding: 6px;
    margin: 1px;
}
table.tableNarrow01 th, table.tableNarrow01 td {
    font-size: 85%;
    padding: 6px 3px;
}
.w35p {
    width: 35%;
}
.center {
    text-align: center;
    vertical-align: middle;
}
.right {
    text-align: right;
    vertical-align: middle;
}