@charset "UTF-8";
.mv_wrap {
    background: #E5F2FD;
    height: 233px;
    display: flex;
    align-items: center;
}
.mv-ttl {
    font-size: 36px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
}
.blue_bg {
    background: #F4FAFF;
}
.topicsDtl_catelst {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0 27px;
}
.topicsDtl_catelst .date-txt {
    font-size: 16px;
}
.topicsDtl_catelst .tag-txt {
    font-size: 12px;
    border: 1px solid #E0E0E0;
    min-width: 100px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
.topicsDtl_wrap {
    padding: 85px 0;
}
.topicsDtl_in {
    border: 1px solid #197FD9;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 46px 60px 82px;
}
.topicsDtl_ttl {
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
}
.topicsDtl_catelst {
    margin-bottom: 40px;
}
.topicsDtl-txt {
    font-size: 16px;
    line-height: 1.5;
}
.topicsDtl-txt ul {
    margin: 0.5rem 0;
    padding-left: 1rem;
    list-style: disc;
}
.topicsDtl-txt ul li {
    list-style: disc;
}
.topicsDtl-txt ol {
    margin: 0.5rem 0;
    padding-left: 1rem;
    list-style: decimal;
}
.topicsDtl-txt ol li {
    list-style: decimal;
}
.topicsDtl-txt a {
    text-decoration: underline;
    color: #004DA0;
}
.topicsDtl_btn {
    margin-top: 56px;
}
.topicsDtl-btn {
    width: 176px;
    height: 52px;
    margin: 0 auto;
}
.topicsDtl-btn a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #005BAC;
    border-radius: 4px;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #005BAC;
    padding-right: 12px;
}
.topicsDtl-btn a::before {
    content: "";
    width: 12px;
    height: 14px;
    background: url(../svg/arrow_bl.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 9;
    transition: all 0.2s ease-out;
}
@media (min-width: 896px) {
    .mv-ttl,
    .topicsDtl_wrap {
        max-width: 1200px;
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .topicsDtl-btn a:hover {
        background: #005BAC;
        color: #FFFFFF;
    }
    .topicsDtl-btn a:hover::before {
        background: url(../svg/arrow_wh.svg) no-repeat center / 100% auto;
    }
    .topicsDtl-txt a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        height: 127px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .mv-ttl {
        font-size: 24px;
        width: 100%;
        line-height: 1;
        text-align: center;
    }
    .topicsDtl_catelst {
        gap: 0 11px;
    }
    .topicsDtl_catelst .date-txt {
        font-size: 12px;
    }
    .topicsDtl_catelst .tag-txt {
        font-size: 12px;
        padding: 6px 0 4px;
        min-width: 71px;
        line-height: 1;
    }
    .topicsDtl_wrap {
        padding: 30px 20px 78px;
    }
    .topicsDtl_in {
        padding: 30px 20px 40px;
    }
    .topicsDtl_ttl {
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .topicsDtl_catelst {
        margin-bottom: 21px;
    }
    .topicsDtl-txt {
        font-size: 14px;
        line-height: 1.714;
    }
    .topicsDtl_btn {
        margin-top: 40px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .topicsDtl-btn {
        width: 100%;
        height: 52px;
        margin: 0;
    }
    .topicsDtl-btn a {
        font-size: 16px;
        border-radius: 4px;
        padding-right: 0;
    }
    .topicsDtl-btn a::before {
        width: 12px;
        height: 14px;
        right: 24px;
    }
}