@charset "EUC-JP";

/* = .mod-index
----------------------------------------------- */

/* announce area */
.mod-index .announce {
    width: 100%;
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 15px 10px 5px;
    margin-bottom: 20px;
}
.mod-index .announce .title {
    font-weight: bold;
    color: #ed6103;
    margin-bottom: 5px;
}
.mod-index .announce .text {
    line-height: 1.4;
    margin-bottom: 10px;
}
.mod-index .heading,
.mod-index .categoryHeading {
    font-weight: bold;
    padding: 2px 0 2px 15px;
    position: relative;
    margin-bottom: 12px;
}
.mod-index .heading::before,
.mod-index .categoryHeading::before {
    content: "";
    width: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

/* h3&h4 diff */
.mod-index .heading         { font-size: 128.6%; /* 18px */ }
.mod-index .categoryHeading { font-size: 114.3%; /* 16px */ }

.mod-index .heading::before         { background-color: #ed6103; }
.mod-index .categoryHeading::before { background-color: #515151; }

.mod-index .read {
    margin-bottom: 30px;
    line-height: 1.4;
}
.mod-index .categoryHeading + .read {
    margin-bottom: 10px;
}
.mod-index .linkList {
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 0 10px;
}
.mod-index .linkList .item {
    padding: 15px 0 5px;
}
.mod-index .linkList .item:not(:last-child) {
    border-bottom: 1px dotted #c9c9c9;
}
.mod-index .linkList .item .updateLink {
    color: #ff2222;
}
.mod-index .linkList .link {
    font-size: 114.3%; /* 16px */
    font-weight: bold;
}
.mod-index .linkList .text {
    padding-top: 5px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.mod-index .linkList .text .caution {
    color: #ff2222;
}
.mod-index .linkList .text .caution::before {
    content: "※";
}

/* reportLink inputをtextlink風にする処理 */
.mod-index .linkList .reportLink {
    border: 0;
    background: none;
    color: #001eff;
    text-decoration: underline;
    padding: 0;
    font-size: 114.3%; /* 16px */
    font-weight: bold;
}
.mod-index .linkList .reportLink:hover {
    cursor: pointer;
    color: #ed4b03;
}
.mod-index .linkList .accessForm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.mod-index .linkList .accessForm .noMonth {
    width: 50%;
}
.mod-index .guideline {
    margin-top: 50px;
}
.mod-index .fileList {
    padding: 15px 10px 10px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    margin-bottom: 30px;
}
.mod-index .fileList .file {
    line-height: 1.4;
    margin-bottom: 5px;
}
.mod-index .reportArea {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    margin: 10px 0;
}
.mod-index .reportArea th,
.mod-index .reportArea td {
    border-bottom: 1px solid #c9c9c9;
    text-align: left;
}
.mod-index .reportArea th {
    width: 20%;
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
    line-height: 1.4;
    padding: 15px 10px;
    vertical-align: middle;
}
.mod-index .reportArea td {
    padding: 15px 10px;
}
.mod-index .reportArea .displayButton {
    background: #fff;
    border-radius: 4px;
    margin-right: 10px;
    padding: 5px 15px;
    vertical-align: middle;
}
.mod-index .reportArea .displayButton {
    color: #515151;
    display: inline-block;
    border: 1px solid #515151;
    box-shadow: 0 2px rgba(81, 81, 81, 1);
    margin-bottom: 0 !important;
}
.mod-index .reportArea .displayButton:hover {
    cursor: pointer;
    background-color: #ebebeb;
}
.mod-index .iso {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    background: #f5f5f5;
    display: table;
}
.mod-index .iso .image,
.mod-index .iso .text {
    display: table-cell;
    vertical-align: middle;
}
.mod-index .iso .text {
    padding-left: 10px;
    line-height: 1.4;
}
