.yakkan-list .yakkan-list-row .yakkan-list-col:first-child {
    width: 27.3504%;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
    .yakkan-list .yakkan-list-row .yakkan-list-col:first-child {
        width: 38.4839%;
        display: block;
    }
}
.yakkan-list .yakkan-list-row .yakkan-list-col:nth-child(2) {
    width: 72.6496%;
    display: table;
}
@media (max-width: 767px) {
    .yakkan-list .yakkan-list-row .yakkan-list-col:nth-child(2) {
        width: 61.5161%;
        display: block;
    }
}
.yakkan-list .yakkan-list-row .yakkan-list-col:nth-child(2):hover {
    background-color: #D4ECFF;
}
.yakkan-list .yakkan-list-row .yakkan-list-col {
    min-height: 66px;
}
.yakkan-list .yakkan-list-row .yakkan-list-col:nth-child(2) a {
    display: table-cell;
    vertical-align: middle;
    min-height: 66px;
}
@media (max-width: 767px) {
    .yakkan-list .yakkan-list-row .yakkan-list-col:nth-child(2) a {
        display: block;
        height: 100%;
    }
}
.yakkan-list .yakkan-list-row .yakkan-list-col:nth-child(2) a span {
    position: relative;
    display: inline-block;
    padding-left: 26px;
}
.yakkan-list .yakkan-list-row .yakkan-list-col:nth-child(2) a:hover span {
    text-decoration: underline;
}
.yakkan-list .yakkan-list-row .yakkan-list-col:nth-child(2) a span::before {
    content: "";
    background-image: url(/assets/img/29_2.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.yakkan-list .yakkan-list-row .yakkan-list-col:nth-child(2) a span::after {
    content: "";
    background-image: url(/assets/img/icon_pdf.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.yakkan-list .yakkan-list-row .yakkan-list-col span.annotation {
    font-size: 14px;
    display: inline-block;
}
.area__square.attention {
    background-color: #fff9ae;
}
.area__square.attention a::after {
    content: "";
    background-image: url(/assets/img/icon_pdf.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 0.3em;
}
.area__square.attention .area__square-h3 {
    font-size: 16px;
    font-weight: bold;
    color: #CE0000;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .pageComp-h1 {
        line-height: 1.2em;
    }
}