@charset "utf-8";


/* ========================================
 * テーブル設定
 * ======================================== */
.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;
    vertical-align: middle;
    width: 30% !important;
}
table.type01 td {
    background-color: #fff;
    padding: 6px;
    margin: 1px;
    vertical-align: middle;
    width: 70% !important;
}
.list {
    list-style: disc;
    margin-left: 30px;
}

/* ========================================
 * 関連情報設定
 * ======================================== */
@media screen and (min-width: 768px){
    .fBox {
        display: -webkit-box;
        display: flex;
    }
}
#relation .head__line__relation {
    font-weight: 700;
    font-size: calc((18 / 16 * 1rem));
    letter-spacing: 0.1em;
    line-height: 1.3;
    position: relative;
    margin-bottom: 15px;
    padding: 5px;
    padding-left: 20px;
}
#relation .head__line__relation::before {
    content: "";
    background-color: #871c25;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 0;
    height: 50%;
    width: 1px;
}
#relation .head__line__relation::after {
    content: "";
    background-color: #a3898f;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 0;
    height: 50%;
    width: 1px;
    top: 50%;
}
@media (min-width: 768px) {
    #relation .head__line__relation {
        font-size: calc((30 / 16 * 1rem));
        padding-bottom: 10px;
        margin-bottom: 38px;
        padding-top: 10px;
    }
    #relation .head__line__relation::before,
    #relation .head__line__relation::after {
        width: 2px;
    }
}
#relation .btnBox a.btnBlank {
    border: 1px solid #d1d1d1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease;
}
#relation .btnBox a.btnBlank::after {
    content: "";
    display: block;
    background-image: url(/assets/img/common/icn_blank.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border: none;
    transform: none;
    position: unset;
    margin-left: 8px;
}
#relation .btnBox a.btnBlank:link,
#relation .btnBox a.btnBlank:visited {
    color: #000;
}
@media screen and (min-width: 768px){
    #relation .fBox {
        flex-wrap: wrap;
    }
    #relation .btnBox {
        width: calc((100% - 24px)/ 3);
        margin-left: 12px;
    }
    #relation .btnBox:nth-child(3n+1) {
        margin-left: 0;
    }
    #relation .btnBox:first-child {
        margin-left: 0;
    }
    #relation .btnBox:nth-child(n+4) {
        margin-top: 12px;
    }
    #relation .btnBox a {
        width: 100%;
    }
    #relation .btnBox {
        width: calc((100% - 24px) / 3);
    }
    #relation .btnBox a.btnBlank {
        height: 60px;
        padding: 0;
    }
    #relation .btnBox a.btnBlank:hover {
        color: #7e0017;
        opacity: 0.7;
    }
}
@media not all and (min-width: 768px){
    #relation .btnBox {
        margin-top: 8px;
    }
    #relation .btnBox:first-child {
        margin-top: 0;
    }
    #relation .btnBox a.btnBlank {
        padding: 8px;
    }
    #relation .btnBox a.btnBlank:active {
        color: #7e0017;
        opacity: 0.7;
    }
}