#contents #topics_article .fv {
    margin-bottom: 12px;
}
#topics_article {
    font-size: 13px;
}
.intro_txt,
.txt_b {
    font-size: 14px;
}
.topics_index {
    margin-top: 20px;
    display: flex;
    justify-content: left;
    align-items: stretch;
    gap: 8px;
    flex-wrap: wrap;
}
.topics_index a {
    display: block;
    width: 100%;
    color: #D83379;
    border: 1px solid #D83379;
    border-radius: 8px;
    padding: 13px 8px;
    position: relative;
}
.topics_index a::after {
    content: "\25BC";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 28%;
}
#contents #topics_article h3 {
    margin-top: 40px;
    margin-bottom: 12px;
    border-top: 1px solid #D83379;
    border-bottom: 1px solid #D83379;
    color: #D83379;
    font-weight: bold;
    font-size: 18px;
    padding: 16px 0;
}
#contents #topics_article h3 span {
    display: inline-block;
    font-weight: normal;
    background-color: #0E357F;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    padding: 8px 18px;
    margin-bottom: 6px;
    color: #fff;
}
#contents #topics_article h3#index01 {
    border-top: none;
    border-bottom: none;
    background-color: #FDEFEF;
}
#contents #topics_article h3#index01 span {
    background-color: #fff;
    color: #0A0D12;
    border: 1px solid #B6AFAF;
}
.txt_remarks {
    font-size: 8px;
}
#contents #topics_article p + .txt_remarks,
#contents #topics_article img + .txt_remarks {
    margin-top: 1em;
}
.fc_b {
    color: #0E357F !important;
}
.img01,
.img02,
.img03,
.tit {
    margin-top: 20px;
    margin-bottom: 12px;
}
#contents #topics_article p + span.fc_b {
    display: inline-block;
    margin-top: 12px;
}
.tips {
    background-color: #FFFDEB;
    padding: 15px 12.5px;
    margin-top: 20px;
}
.tips .tips_tit {
    color: #0E357F;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
}
.tips .tips_tit span {
    font-weight: normal;
    color: #0A0D12;
    font-size: 13px;
}
.tips .flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 8px;
}
.tips .flex .txt {
    width: auto;
}
.tips .flex .img {
    flex-shrink: 0;
    width: 135px;
}
.tips .flex .img img {
    width: 135px;
    height: auto;
}
.tit_bg_y {
    font-weight: bold;
    color: #D83379;
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
}
.tit_bg_y span {
    background-color: #FFF8DD;
    padding: 0.3% 2%;
}
.img05,
.img06,
.img07,
.img08,
.img09,
.img10,
.img11 {
    margin-top: 20px;
}
@media screen and (min-width: 479px) {
    #contents .wmax {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        max-width: 750px;
        padding: 0 1.5%;
    }
    #contents #topics_article {
        width: 100%;
    }
    #contents #topics_article .fv {
        margin-bottom: 18px;
    }
    #contents #topics_article .fv img {
        width: 750px;
        margin: 0 calc(50% - 375px);
        max-width: 750px;
    }
    #topics_article {
        font-size: 19.5px;
    }
    .intro_txt,
    .txt_b {
        font-size: 21px;
    }
    .topics_index {
        margin-top: 30px;
        gap: 12px;
    }
    .topics_index a {
        padding: 19.5px 12px;
    }
    .topics_index a::after {
        right: 12px;
        top: 28%;
    }
    #contents #topics_article h3 {
        margin-top: 30px;
        margin-bottom: 18px;
        font-size: 27px;
        padding: 24px 0;
    }
    #contents #topics_article h3 span {
        font-size: 19.5px;
        padding: 12px 27px;
        margin-bottom: 9px;
    }
    .txt_remarks {
        font-size: 12px;
    }
    .img01,
    .img02,
    .img03,
    .tit {
        margin-top: 30px;
        margin-bottom: 18px;
    }
    #contents #topics_article p + span.fc_b {
        margin-top: 18px;
    }
    .tips {
        padding: 22.5px 18.75px;
        margin-top: 30px;
    }
    .tips .tips_tit {
        font-size: 21px;
        margin-bottom: 18px;
    }
    .tips .tips_tit span {
        font-size: 19.5px;
    }
    .tips .flex {
        gap: 12px;
    }
    .tips .flex .img {
        width: 205.5px;
    }
    .tips .flex .img img {
        width: 205.5px;
    }
    .tit_bg_y {
        margin: 30px auto;
        font-size: 24px;
    }
    .img05,
    .img06,
    .img07,
    .img08,
    .img09,
    .img10,
    .img11 {
        margin-top: 30px;
    }
}