@charset "utf-8";
/* ==============================

============================== */
@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 400px) {}

/* ==============================
single
============================== */

.single {}

.single #contents {
    background:url(../images/bg_column01.png) no-repeat left top,url(../images/bg_column02.png) no-repeat right bottom, #f4f3ef;
    padding:154.8px 0 215px;
}
.cattop #contents {
    padding: 154.8px 0 0;
}

.single .inner03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single .inner03 .breadcrumb {
    width: 100%;
    margin-bottom: 20px;
}

.cltop .breadcrumb {
     width: 100%;
     margin: 10px 0;
 }

.colimnWrap{
        background:  url(../images/bg_column02.png) no-repeat right bottom, #f4f3ef;
            padding: 60px 0 160px;
}

.single .inner03 .columnmain {
    width: 70%;
}
.single .inner03 .columnmain .post {
    border-top: 4px #ef6f49 solid;
    background: #FFF;
    padding: 30px 40px;
    margin-bottom: 37px;
}
.cattop .inner03 .columnmain .post {
    border-top: 0;
    background: transparent;
    padding: 0px;
    margin-bottom: 0px;
}
.single .inner03 .side {
    width: 26.66%;
    flex-shrink: 0;

}
@media screen and (max-width: 767px) {
    .single #contents {
        padding: 110px 0 50px;
    }

    .single .inner03 .columnmain {
        width: 100%;
    }

    .single .inner03 .breadcrumb {
        width: 100%;
        margin-bottom: 15px;
    }

    .single .inner03 .side {
        width: 100%;
    }
.colimnWrap {
    padding: 30px 0 30px;
}
    .single .inner03 .columnmain .post {
        padding: 15px 10px;
        margin-bottom: 30px;
    }
}

/* ==============================
breadcrumb
============================== */
.breadcrumb {
    font-size: 1.2rem;
    font-weight: 500;
}

.breadcrumb a {
    color: #f1654e;
}

@media screen and (max-width: 767px) {}

/* ==============================
posthead
============================== */
.posthead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.cat {
    background: #f1654e;
    color: #FFF;
    line-height: 1.2;
    font-size: 1.4rem;
    text-align: center;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 5px;
}
.posthead .sns img {
    width: auto;
}
.posthead .sns ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
@media screen and (max-width: 767px) {
    .cat {
        font-size: 1.2rem;
        padding: 5px 10px;
    }
}

/* ==============================
entry
============================== */
#asingle {}

#asingle h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

#asingle .date {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 25px;
    font-weight: 500;
}

#asingle .date i {
    padding-right: 5px;
}

#asingle .mainimg {
    margin-bottom: 40px;
}

#asingle .leadtxt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #asingle h1 {
        font-size: 2.4rem;
        margin-bottom: 15px;
    }

    #asingle .date {
        font-size: 1.2rem;
        margin-bottom: 20px;

    }

    #asingle .date i {
        padding-right: 5px;
    }

    #asingle .mainimg {
        margin-bottom: 20px;
        border-radius: 5px;
    }

    #asingle .mainimg img {
        border-radius: 5px;
    }

    #asingle .leadtxt {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 30px;
        font-weight: 500;
    }
}
/* ==============================
toc
============================== */
#asingle .tocList {
    border-bottom: 2px #bcb29b solid;
    margin-bottom: 40px;

}

#asingle .tocList .ttl {
    height: 82px;
    background: url(../images/ico_toc.png) no-repeat 30px center/18px,#bcb29b;
    padding-left: 66px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

#asingle .tocList .ttl .acbtn {
    font-size: 1.2rem;
    cursor: pointer;
}


#asingle #toc {
    padding: 15px 30px;
}

#asingle #toc li {
    margin-bottom: 15px;
    position: relative;
}

#asingle #toc li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #111;
    border-radius: 15px;
    display: flex;
    margin-right: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

#asingle #toc li:first-child:before {
    content: "1";
}

#asingle #toc li:nth-child(2):before {
    content: "2";
}

#asingle #toc li:nth-child(3):before {
    content: "3";
}

#asingle #toc li:nth-child(4):before {
    content: "4";
}

#asingle #toc li:nth-child(5):before {
    content: "5";
}

#asingle #toc li:nth-child(6):before {
    content: "6";
}

#asingle #toc li:nth-child(7):before {
    content: "7";
}

#asingle #toc li:nth-child(8):before {
    content: "8";
}

#asingle #toc li:nth-child(9):before {
    content: "9";
}

#asingle #toc li:nth-child(10):before {
    content: "10";
}

#asingle #toc li a {
    padding-left: 45px;
    color: #111;
    font-size: 1.8rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    #asingle .tocList {
        margin-bottom: 40px;
    }

    #asingle .tocList .ttl {
        height: 50px;
    background: url(../images/ico_toc.png) no-repeat 15px center/18px, #bcb29b;
        padding-left: 40px;
        font-size: 1.9rem;
    }

    #asingle .tocList .ttl .acbtn {
        font-size: 1.0rem;
    }


    #asingle #toc {
        padding: 15px;
    }

    #asingle #toc li {
        margin-bottom: 15px;
        position: relative;
        display: flex;
    }

    #asingle #toc li::before {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    #asingle #toc li a {
        padding-left: 40px;
        font-size: 1.4rem;
    }
}

/* ==============================
entry
============================== */
.entry {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 25px;
}

.entry h2 {
    font-size: 2.8rem;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px #111 solid;
}

.entry h3 {
    font-size: 1.8rem;
    font-weight: 700;
    background: #f4f3ef;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.entry figure {
    width: 90%;
    margin: 0 auto 30px auto;
}

@media screen and (max-width: 767px) {
    .entry {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }

    .entry h2 {
        font-size: 2.2rem;
        font-weight: 700;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }

    .entry h3 {
        font-size: 1.5rem;
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .entry figure {
        width: 90%;
        margin: 0 auto 20px auto;
    }
}

/* ==============================
.maincv
============================== */
.maincv {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {}

/* ==============================
samecategory
============================== */
.samecategory {}

.samecategoryWrap {
    margin-bottom: 30px
}

.samecategory .sttl {
    height: 73px;
    background: #f4f3ef;
    border-bottom: 3px #d3cfc6 solid;
    padding-left: 20px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.samecategoryWrap li a {
    display: block;
    padding: 30px 0;
    border-bottom: 2px #d3cfc6 solid;
    background: url(../images/ico_arrow02.png) no-repeat right 87%;
}

.samecategoryWrap li a:hover {
    text-decoration: none;
    background: url(../images/ico_arrow03.png) no-repeat right 87%;
}

.samecategoryWrap .samecategoryBox {
    display: flex;
}

.samecategoryWrap .samecategoryBox .img {
    width: 30%;
    margin-right: 20px;
    border-radius: 10px;
}

.samecategoryWrap .samecategoryBox .img img {
    border-radius: 10px;
}

.samecategoryWrap .samecategoryBox .txts {}

.samecategoryWrap .samecategoryBox .txts .cat {
    color: #FFF;
    margin-bottom: 15px;
}

.samecategoryWrap .samecategoryBox .txts .txt {
    color: #111;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.samecategoryWrap .samecategoryBox .txts .date {
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;

}


@media screen and (max-width: 767px) {
    .samecategoryWrap {
        margin-bottom: 30px
    }

    .samecategory .sttl {
        height: 46px;
        border-bottom: 2px #d3cfc6 solid;
        padding-left: 13px;
        font-size: 2.2rem;
        margin-bottom: 0px;
    }

    .samecategoryWrap li a {
        padding: 15px 0;
        border-bottom: 1px #d3cfc6 solid;
        background: url(../images/ico_arrow02.png) no-repeat right 87%;
    }

    .samecategoryWrap li a:hover {
        background: url(../images/ico_arrow03.png) no-repeat right 87%;
    }

    .samecategoryWrap .samecategoryBox .img {
        width: 30%;
        margin-right: 11px;
        border-radius: 5px;
        flex-shrink: 0;
    }

    .samecategoryWrap .samecategoryBox .img img {
        border-radius: 5px;
    }

    .samecategoryWrap .samecategoryBox .txts .cat {
        margin-bottom: 10px;
    }

    .samecategoryWrap .samecategoryBox .txts .txt {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .samecategoryWrap .samecategoryBox .txts .date {
        font-size: 1.2rem;

    }
}

/* ==============================
catlink
============================== */
.catlink {}

.catlink a {
    display: block;
    margin: 0 auto 30px auto;
    width: 52%;
    border: 1px #f1654e solid;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f1654e;
    font-size: 1.6rem;
    font-weight: 700;
    background: #FFF;
}


@media screen and (max-width: 767px) {
    .catlink a {
        margin: 0 auto 20px auto;
        width: 72%;
        border: 1px #f1654e solid;
        height: 55px;
        font-size: 1.4rem;
    }
}

/* ==============================
breadcrumb
============================== */
.ctoplink {}

.ctoplink a {
    display: block;
    margin: 0 auto 30px auto;
    width: 52%;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .ctoplink a {
        margin: 0 auto 20px auto;
        width: 85%;
        height: 55px;
        font-size: 1.4rem;
    }
}
/* ==============================
side
============================== */

.footcv{}

@media screen and (max-width: 767px) {
    .footcv {
        margin-bottom: 40px;
    }
}

/* ==============================
side
============================== */
.sidettl {
    background: linear-gradient(90deg, #f06c4b, #e5a232);
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 1.8rem;
    color: #FFF;
    border-radius: 10px 10px 0 0;
}

.sidewrap {
    padding: 0px 20px 30px 20px;
    background: #FFF;
    margin-bottom: 20px;
}



@media screen and (max-width: 767px) {
    .sidettl {
            height: 55px;
            font-size: 2.1rem;
            border-radius: 5px 5px 0 0;
        }
    
        .sidewrap {
            padding: 0px 20px 30px 20px;
            background: #FFF;
            margin-bottom: 20px;
        }
}


/* ==============================
catlist
============================== */
.catlist {}

.catlist li {}

.catlist li a {
    border-bottom: 1px #d3cfc6 solid;
    padding: 20px 10px;
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    color: #111;
}

.catlist li a:hover {
    background: #ffeee9;
    color: #f1654e;
}

.catlist li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

@media screen and (max-width: 767px) {}

/* ==============================
.keylist
============================== */
.keylist {
    padding: 30px 0 0 0px;
    display: flex;
    flex-wrap: wrap;
}

.keylist li a {
    border: 1px #d3cfc6 solid;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 7px;
    margin-right: 7px;
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    color: #111;
}

.keylist li a:hover {
    background: #ffeee9;
    color: #f1654e;
    border: 1px #f1654e solid;

}

@media screen and (max-width: 767px) {
    .keylist {
            padding: 15px 0 0 0px;
            display: flex;
            flex-wrap: wrap;
        }
    
        .keylist li a {
            padding: 5px 20px;
            margin-bottom: 7px;
            margin-right: 7px;
            font-size: 1.2rem;
        }
}

/* ==============================
.ranklist
============================== */
.ranklist {
    padding: 30px 0 0 0px;

}

.ranklist li {
    margin-bottom: 15px;
}

.ranklist li a {
    display: flex;
    justify-content: space-between;
    color: #111;
}

.ranklist li a .img {
    width: 30%;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    border-radius: 5px;
}

.ranklist li:first-child a .img::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    color: #FFF;
    width: 0px;
    height: 0px;
    border-top: 35px solid #da9e1c;
    border-right: 35px solid transparent;
}

.ranklist li:first-child a .img::after {
    position: absolute;
    top: 0;
    left: 7px;
    content: "1";
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
}

.ranklist li:nth-child(2) a .img::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 35px solid #969fa2;
    border-right: 35px solid transparent;
}

.ranklist li:nth-child(2) a .img::after {
    position: absolute;
    top: 0;
    left: 7px;
    content: "2";
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
}

.ranklist li:nth-child(3) a .img::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 35px solid #c7935b;
    border-right: 35px solid transparent;
}

.ranklist li:nth-child(3) a .img::after {
    position: absolute;
    top: 0;
    left: 7px;
    content: "3";
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
}

.ranklist li:nth-child(4) a .img::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 35px solid #111;
    border-right: 35px solid transparent;
}

.ranklist li:nth-child(4) a .img::after {
    position: absolute;
    top: 0;
    left: 7px;
    content: "4";
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
}

.ranklist li:nth-child(5) a .img::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 35px solid #111;
    border-right: 35px solid transparent;
}

.ranklist li:nth-child(5) a .img::after {
    position: absolute;
    top: 0;
    left: 7px;
    content: "5";
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
}



.ranklist li a .txts {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .ranklist {
            padding: 15spx 0 0 0px;
    
        }
    
        .ranklist li {
            margin-bottom: 15px;
        }
    
        .ranklist li a .img {
            width: 30%;
            margin-right: 10px;

        }
    
        .ranklist li a .txts {
            font-size: 1.4rem;
        }
}

/* ==============================
breadcrumb
============================== */
.cattop .inner03 .columnmain .samecategory {
    border-top: 4px #ef6f49 solid;
    background: #FFF;
    padding: 10px 40px;
    margin-bottom: 37px;
}

.cattop .samecategory .sallttl {
    height: 73px;
    background: #FFF;
    border-bottom: 3px #d3cfc6 solid;
    padding-left: 20px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
.cattop .inner03 .columnmain .samecategory {
        border-top: 3px #ef6f49 solid;
        padding: 10px;
        margin-bottom: 20px;
    }

    .cattop .samecategory .sallttl {
        height: 70px;
        border-bottom: 2px #d3cfc6 solid;
        padding-left: 10px;
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 0px;
    }


}

/* ==============================
pickup
============================== */
.cattop .pickup {
    padding: 40px 0 20px;
    width: 100%;
}

.cattop .pickup .ttl {
    text-align: center;
    border-bottom: 2px #d3cfc6 solid;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 2.4rem;
    color: #f1654e;
}

.cattop .pickupWrap ul {
    display: flex;
    gap: 20px;
}

.cattop .pickupWrap ul li {
    width: 25%;
}

.cattop .pickupWrap ul li a {
    display: block;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    background: url(../images/ico_arrow02.png) no-repeat 95% 95%;
}


.cattop .pickupWrap ul li a:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);
    background: url(../images/ico_arrow03.png) no-repeat 95% 95%;
}

.cattop .pickupWrap ul li .img {
    margin-bottom: 15px;
}

.cattop .pickupWrap ul li .img img {
    border-radius: 10px;
}

.cattop .pickupWrap ul li .txts {}

.cattop .pickupWrap ul li .txts .cat {
    margin-bottom: 15px;
}

.cattop .pickupWrap ul li .txts .txt {
    color: #111;
    margin-bottom: 15px;
}

.cattop .pickupWrap ul li .txts .date {
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .cattop .pickup {
            padding: 0px 0 20px;
            width: 100%;
        }
    
        .cattop .pickup .ttl {
            border-bottom: 2px #d3cfc6 solid;
            margin-bottom: 10px;
            padding-bottom: 10px;
            font-size: 2.4rem;
        }
    
        .cattop .pickupWrap ul {
            display: flex;
            gap: 20px;
        }
    
        .cattop .pickupWrap ul li {
            width: 25%;
        }
    
        .cattop .pickupWrap ul li a {
            display: block;
            padding: 20px;
            border-radius: 10px;
            text-decoration: none;
            position: relative;
            background: url(../images/ico_arrow02.png) no-repeat 95% 95%;
        }
    
    
        .cattop .pickupWrap ul li a:hover {
            box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);
            background: url(../images/ico_arrow03.png) no-repeat 95% 95%;
        }
    
        .cattop .pickupWrap ul li .img {
            margin-bottom: 15px;
        }
    
        .cattop .pickupWrap ul li .img img {
            border-radius: 10px;
        }
    
        .cattop .pickupWrap ul li .txts {}
    
        .cattop .pickupWrap ul li .txts .cat {
            margin-bottom: 15px;
        }
    
        .cattop .pickupWrap ul li .txts .txt {
            color: #111;
            margin-bottom: 15px;
        }
    
        .cattop .pickupWrap ul li .txts .date {
            color: #999;
            font-size: 1.4rem;
            font-weight: 500;
        }
}

/* ==============================
breadcrumb
============================== */
.cattop #contents {
    background:#FFF;
    padding-top: 134.8px;
}

.cattop .mainimg {
    background: url(../images/bg_columntop.png) no-repeat right bottom, #f6f3ed;
    height: 332px;
    display: flex;
    align-items: center;
}

.cattop .mainimg .inner {}

.cattop .mainimg .sub {
    font-size: 3.0rem;
    font-weight: 700;
    list-style: 1;
    margin-bottom: 10px;
}

.cattop .mainimg .maintxt {
    font-size: 6.8rem;
    list-style: 1;
    font-weight: 700;
    margin-bottom: 10px;
}

.cattop .mainimg .txtBox {
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.cattop .mainimg .ico {
    width: fit-content;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 10px;
    border-radius: 5px;
    background: #e4aa2e;
    color: #FFF;
    margin-right: 7px;
}

.cattop .mainimg .txt {
    font-size: 1.8rem;
    font-weight: 700;

}



@media screen and (max-width: 767px) {
    .cattop .mainimg {
            background: url(../images/bg_columntop_sp.png) no-repeat right bottom, #f6f3ed;
            height: 232px;
    display: flex;
        align-items:flex-start;
        }
    
        .cattop .mainimg .sub {
            padding-top: 20px;
            font-size: 1.6rem;
            margin-bottom: 0px;
        }
    
        .cattop .mainimg .maintxt {
            font-size: 3.9rem;
            margin-bottom: 0px;
        }
    
        .cattop .mainimg .txtBox {
            padding: 5px;
            border-radius: 5px;
        }
    
        .cattop .mainimg .ico {
            font-size: 1.2rem;
            padding: 5px;
            margin-right: 7px;
        }
    
        .cattop .mainimg .txt {
            font-size: 1.2rem;
            font-weight: 700;
    
        }
}

/* ==============================
breadcrumb
============================== */
@media screen and (max-width: 767px) {}

/* ==============================
breadcrumb
============================== */
@media screen and (max-width: 767px) {}

/* ==============================
breadcrumb
============================== */
@media screen and (max-width: 767px) {}



/* ==============================
columnbtn
============================== */
.columnmain #asingle .btn01 a {
    border-radius: 30px;
    height: 60px;
    font-weight: bold;
}

.columnmain #asingle .btn01 {
    width: 360px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .columnmain #asingle .btn01 {
        width: 91%;
    }
}

/* ==============================
columnlist
============================== */

.columnmain #asingle .entry ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.3em;
}

.columnmain #asingle .entry ul li:last-child {
    margin-bottom: 0;
}

.columnmain #asingle .entry ul li::before {
    content: '';
    flex: 0 0 1rem;
    height: 1rem;
    background-color: #796c4f;
    border-radius: 50%;
    margin-top: 0.6em;
}

.columnmain #asingle .entry ol {
    padding: 20px 45px;
    border: 1px solid #d3cfc6;
    border-radius: 5px;
    margin-bottom: 20px;
}


.columnmain #asingle .entry ul {
    border: 1px solid #d3cfc6;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.columnmain #asingle .entry ol li::marker {
    font-family: "Lexend Giga", sans-serif;
    color: #796c4f;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .columnmain #asingle .entry ul li {
        gap: 0.5rem;
    }

    .columnmain #asingle .entry ul li::before {
        flex: 0 0 0.8rem;
        height: 0.8rem;
    }
}

.columnmain #asingle .entry h2 {
    padding-top: 20px;
}

.columnmain #asingle .entry h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .columnmain #asingle .entry h2 {
        padding-top: 10px;
    }
    .columnmain #asingle .entry h3 {
        margin-top: 10px;
    }

}

.columnmain #asingle .entry p:has(+ ul), 
.columnmain #asingle .entry p:has(+ ol) {
    margin-bottom: -10px;
}

#d3cfc6