@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
#topics_article {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight:normal;
    font-style: normal;
}
#topics_article .txt01 {
    font-size: 12.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 1.5em;
}
#topics_article .txt02 {
    font-size: 10px;
}
#topics_article .txt01,
#topics_article .txt02 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
#topics_article .box_w {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px 0;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
#topics_article .box_w p {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
}
#topics_article .sec01,
#topics_article .sec02,
#topics_article .sec03 {
    padding-bottom: 16px;
}
#topics_article .sec01,
#topics_article .sec02 {
    padding-top: 16px;
}
#topics_article .sec01 {
    background-color: #e78022;
}
#topics_article .sec01 p span {
    color: #f15a24;
}
#topics_article .sec02 {
    background-color: #a67a22;
}
#topics_article .sec02 p span {
    color: #6a3906;
}
#topics_article .sec03 {
    background-color: #ffee7d;
}
#topics_article .sec03 .notes {
    font-size: 10px;
    padding: 4% 6%;
}
.slick-list {
    margin: 0 -10px;
}
.slick-slide {
    margin: 0 10px;
}
@media screen and (min-width: 768px) {
    .slick-slide {
        margin: 0 15px;
    }
    .slick-list {
        margin: 0 -15px;
    }
    #contents #topics_article {
        width: 750px;
    }
    #topics_article .txt01 {
        font-size: 25px;
    }
    #topics_article .txt02 {
        font-size: 15px;
    }
    #topics_article .box_w p {
        font-size: 22px;
    }
    #topics_article .sec01,
    #topics_article .sec02 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    #topics_article .sec03 .notes {
        font-size: 15px;
    }
}