#topics .co_1180 {
    width: 94%;
    max-width: 1180px;
    margin-inline: auto;
}

#topics .txt_center {
    text-align: center;
}

#topics .txt_right {
    text-align: right;
}


#topics .b{
    font-weight: bold;
    color: black;
}
#topics .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 730px;
    align-items: stretch;
}

#topics .row.bw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
   
}
#topics .row .col1{
    width: 64.4%;
}
#topics .row .col1 img{
height: 100%;
}
#topics .row .col2{
    width: 34%;
}
#topics .row .col2 img{
   display: block;
}
#topics .row .col2 img:last-child{
  margin-top: 4%;
}
#topics .f26 {
    font-size: 26px;
}

#topics .f20 {
    font-size: 20px;
}

#topics .f16 {
    font-size: 16px;
    text-align: left;
color: #030303;
font-family: "F+UD-筑紫明朝 R", "F+UD-TsukuMin R", serif;
line-height: 1.75;
letter-spacing: .05em
}

#topics .mt20 {
    margin-top: 20px;
}

#topics .mt30 {
    margin-top: 30px;
}
#topics .mt8 {
    margin-top: 8px;
}

#topics .mt50 {
    margin-top: 50px;
}

#topics .mt150 {
    margin-top: 150px;
}

#topics .sec_1 {
    margin: 90px 0 200px;
}

#topics .sec_1 li {
    width: 32.2%;
    background-color: #61534a;
    color: #fff;
    border-radius: 10px;
    margin-right: 1.7%;
}

#topics .sec_1 li a {
    display: block;
    padding: 30px 0 20px;
}

#topics .sec_1 li:hover {
    opacity: 0.8;
}

#topics .sec_1 li:nth-child(3n) {
    margin-right: 0;
}

#topics .sec_1 li a .title {
    min-height: 70px;
}

#topics .sec_1 li.cs {
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

#topics .sec_1 li.cs p {
    font-size: 26px;
    font-family: "DIN 2014", serif;
}

#topics .sec_1 .time {
    color: #61534a;
}

#topics .sec_1 .time p {
    display: inline-block;
    background-color: #fff;
    line-height: 1;
    padding: 10px 20px 10px 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight: bold;
}

#topics .sec_1 .img {
    padding: 0 25px;
}

#topics .sec_1 .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#topics .sec_1 .more p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 25px;
    font-family: "FP-ヒラギノUD角ゴ StdN W6", HiraginoUDSansStdN-W6, sans-serif;
}

#topics .sec_1 .more p svg {
    width: 19px;
    margin-left: 15px;
}


/*DETAIL PAGE*/

/*DETAIL 1*/
#topics .detail {
    margin: 140px 0 120px;
    margin-top: 0;
    padding-top: 140px;
}

#topics .detail .col_50 {
    width: 46.9%;
}

#topics .detail .link {
    display: inline-block;
   
}

#topics .detail .link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.btnCnt {
    margin-top: 40px;
}

.btnCnt a.btn--icon--suffix.btn--normal {
    margin: auto;
    max-width: 380px;
    padding: 0.5em 2.8em;
}

@media (max-width: 768px) {
    #topics .mt20 {
        margin-top: 2vw;
    }

    #topics .mt30 {
        margin-top: 3vw;
    }

    #topics .mt50 {
        margin-top: 5vw;
    }

    #topics .mt150 {
        margin-top: 15vw;
    }

    #topics .sec_1 {
        margin: 10vw 0 12vw;
    }

    #topics .sec_1 li {
        width: 100%;
        margin-right: 0;
        margin-top: 5vw;
    }

    #topics .sec_1 li.cs {
        padding: 20px;
        display: block;
        text-align: center;
    }

    #topics .sec_1 li.cs p {
        font-size: 20px;
    }

    #topics .detail {
        margin: 12vw 0;
        margin-top: 0;
        padding-top: 12vw;
    }
}

@media (max-width: 500px) {
    #topics .f26 {
        font-size: 18px;
    }

    #topics .f20 {
        font-size: 16px;
    }

    #topics .f16 {
        font-size: 13px;
    }
}

/*END DETAIL 1*/


/*DETAIL 2*/
#topics #detail2 .photo-cap-abs {
    position: relative;
}

#topics #detail2 .photo-cap-abs figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #fff;
}

#topics #detail2 .photo01 {
    max-width: 625px;
    width: 100%;
}

/*END DETAIL 2*/


/*DETAIL 3*/
#topics #detail3 .photo-cap-abs {
    position: relative;
}

#topics #detail3 .photo-cap-abs figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #fff;
}

#topics #detail3 .photo01 {
    max-width: 624px;
    width: 100%;
}

#topics #detail3 .col_50 {
    width: 49%;
}

/*END DETAIL 3*/