@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 bottom, #eff4f6;
    padding: 20px 0 215px;
}

.single .inner03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

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

.single .inner03 .columnmain .post {
    background: #FFF;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 37px;
}

.cattop .columnWrap {
    background: #eff4f6;
    padding: 60px 0 70px 0;
}


.cattop .inner03 {}

.cattop .inner03 .columnmain .post {
    border-top: 0;
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
}

.single .inner03 .side {
    width: 26.66%;
    flex-shrink: 0;

}

@media screen and (max-width: 767px) {
    .single #contents {
        padding: 15px 0 50px;
        background-size: 65%;
    }

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

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

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

    .cattop .columnWrap {
        background: #eff4f6;
        padding: 0px 0 50px 0;
    }

    .single .inner03 .columnmain .post {
        padding: 15px 10px;
        margin-bottom: 30px;
    }
}

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

.breadcrumb a {
    color: #1eaddd;
}

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

/* ==============================
posthead
============================== */
.posthead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0 10px;
}
.posthead .catlist ul {
    display: flex;
    gap: 5px;
}
.cat {
    background: #1eaddd;
    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) {
    .posthead{
        margin-top: 10px;
    }
    .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: 25px;
    font-weight: 500;
}

@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, linear-gradient(90deg, #1eaddd, #0b487e);
    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: linear-gradient(170deg, #1eaddd, #0b487e);
    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 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: #eff4f6;
    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;
    border-bottom: 1px #121212 solid;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    align-items: center;

}
.samecategory .sttl span{
    font-size: 2.0rem;
}
.samecategory .sttl::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/ico_logo01.png) no-repeat left top / contain;
    margin-right: 15px;
}




.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;
    justify-content: space-between;
    gap: 20px;
}

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

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

.samecategoryWrap .samecategoryBox .txts {
    width: 70%;
}
.samecategoryWrap .samecategoryBox .txts .catlist ul{
   display: flex;
   gap:5px;
}
.samecategoryWrap .samecategoryBox .txts .cat {
    color: #FFF;
    margin-bottom: 15px;
}

.samecategoryWrap .samecategoryBox .txts .ttl {
    color: #111;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.samecategoryWrap .samecategoryBox .txts .txt {
    color: #111;
    font-size: 1.4rem;
    font-weight: 500;
    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: 14PX;
        font-size: 2.2rem;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }

    .samecategory .sttl span {
        font-size: 1.4rem;
    }

    .samecategory .sttl::before {
        content: "";
        display: block;
        margin-right: 12px;
        width: 23px;
        height: 23px;
        background: url(../images/ico_logo01.png) no-repeat left top / 100%;
    }

    .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%;
        border-radius: 5px;
        flex-shrink: 0;
    }

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

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

    .samecategoryWrap .samecategoryBox .txts .ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
.samecategoryWrap .samecategoryBox .txts .txt {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
}
    .samecategoryWrap .samecategoryBox .txts .date {
        font-size: 1.2rem;

    }
}

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

.catlink a {
    display: block;
    margin: 0 auto 30px auto;
    width: 52%;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    background: url(../images/ico_arrow03b.png) no-repeat 97% center,
        #0b487e;
}

.catlink a:hover {
    background: url(../images/ico_arrow02b.png) no-repeat 97% center, #0b487e;
}

@media screen and (max-width: 1080px) {
.catlink a {
        width: 85%;
    }

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

/* ==============================
breadcrumb
============================== */

.ctoplink {}

.ctoplink a {
    display: block;
    margin: 0 auto 30px auto;
    width: 52%;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    background: url(../images/ico_arrow03.png) no-repeat 97% center,
        #111;
}

.ctoplink a:hover {
    background: url(../images/ico_arrow02.png) no-repeat 97% center, #111;
}



@media screen and (max-width: 767px) {
    .ctoplink a {
        margin: 0 auto 20px auto;
        width: 85%;
        height: 55px;
        font-size: 1.4rem;
        justify-content: flex-start;
        padding-left: 15px;
        background: url(../images/ico_arrow03.png) no-repeat 97% center,
            #111;
        background-size: 24px;
    }
}
/* ==============================
.footcv
============================== */

.footcv {}

.footcv ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 1%;
}

.footcv ul li {
    width: 49.5%;
}

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

    .footcv ul {
        gap: 0;
    }

    .footcv ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* ==============================
side
============================== */
.sidettl {
    background: #121212;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 1.8rem;
    color: #FFF;
    border-radius: 10px 10px 0 0;
}

.sidettl02 {
    background-image: linear-gradient(90deg, rgba(30, 171, 220, 1), rgba(20, 90, 167, 1) 50%, rgba(38, 174, 57, 1));
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 1.8rem;
    color: #FFF;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
}

.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;
    }

    .sidettl02 {
        display: none;
    }

    .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: #eff4f6;
    color: #416690;
    text-decoration: none;
}

.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: 20px 0 0 0px;
    display: flex;
    flex-wrap: wrap;
}

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

.keylist li a:hover {
    background: #eff4f6;
    color: #111;
    text-decoration: none;
}

.opcl {
    text-align: center;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1eaddd;
    text-decoration: underline;
    margin-top: 15px;
    cursor: pointer;
}
.opcl:hover {
opacity: 0.7;
text-decoration: none;
}
.opcl i {
    font-size: 1.8rem;
    color: #1eaddd;
    text-decoration: none;
    padding-left: 10px;
}
.tagclose{
    display: none;
}





@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;
    }
}

/* ==============================
.our service
============================== */
.ourservice {}

.ourservice li {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .ourservice {
        display: none;
    }
}


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

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

.cattop .samecategory .sallttl::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/ico_logo01.png) no-repeat left top / contain;
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .cattop .inner03 .columnmain .samecategory {
        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 .pickupm {
    margin-top: -150px;
    background-image: linear-gradient(180deg, transparent 150px, #FFF 151px, #FFF);
}

.cattop .pickup {
    padding: 0px 0 60px;
    width: 100%;
}

.cattop .pickup .ttl {
    text-align: center;
    background-image: linear-gradient(90deg, rgba(30, 171, 220, 1), rgba(20, 90, 167, 1) 50%, rgba(38, 174, 57, 1));
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 2.4rem;
    color: #FFF;
    border-radius: 10px;
}

.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%, #FFF;
}


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

.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 .catlist ul{
flex-wrap: wrap;
gap: 5px;
}

.cattop .pickupWrap ul li .txts .cat {
    width: auto;
    margin-bottom: 5px;
}

.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 .pickupm {
        margin-top: -180px;
    }

    .cattop .pickup {
        padding: 0px 0 20px;
        width: 100%;

    }

    .cattop .pickupm .inner03 {
        width: 100%;
    }

    .cattop .pickup .ttl {
        padding-bottom: 10px;
        font-size: 1.8rem;
        border-radius: 5px;
        width: 92%;
        margin: 0 auto 10px;
    }

    .cattop .pickupWrap ul {
        display: flex;
        gap: 10px;
        padding-bottom: 20px;
    }

    .cattop .pickupWrap ul li {
        width: 25%;
        margin: 0 7px;

    }

    .cattop .slick-list {
        padding-bottom: 10px !important;
    }

    .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%, #FFF;
        box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.35);
    }


    .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 .catlist ul {
    flex-wrap: wrap;
    gap: 5px;
}
    .cattop .pickupWrap ul li .txts .cat {
                margin: 0 0px 5px 0px;
    }

    .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 {
    padding: 0px;
}

.cattop .mainimg {
    background: url(../images/bg_mainmg01.png) no-repeat;
    background-size: cover;
    height: 461px;
}

.cattop .mainimg .inner {
    color: #FFF;
    padding-top: 65px;
}

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

.cattop .mainimg .maintxt {
    text-align: center;
    font-size: 6.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.cattop .mainimg .txtBox {
    text-align: center;
}

.cattop .mainimg .txtBox img {
    width: auto;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .cattop #contents {
        padding: 0px;
        background: #FFF;
    }

    .cattop .mainimg {
        background: url(../images/bg_mainmg01sp.png) no-repeat left top, #FFF;
        background-size: 100%;
        height: 460px;
        width: 96%;
        border-radius: 15px;
        display: flex;
        align-items: flex-start;
        margin: 0 auto;
    }

    .cattop .mainimg .inner {

        padding-top: 48px;
    }

    .cattop .mainimg .sub {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .cattop .mainimg .maintxt {
        font-size: 3.9rem;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .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;

    }
}


/* ==============================
 wp-pagenavi
============================== */
.wp-pagenavi {
    margin: 38px 0 50px 0;
 display: flex;
 justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 50px;
    height: 50px;
    margin: 3px;
    border-radius: 5px;
    color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
font-family: "Lexend Giga", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal
}
.wp-pagenavi a:hover {
    opacity: 1;
    background: #eff4f6;
    text-decoration: none;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #111111;
    color: #FFF;
}
.wp-pagenavi span.extend {
    padding: 0px;
    border: 0;
}
.wp-pagenavi span.extend::before {
    content: "…"
}

.wp-pagenavi a.nextpostslink{
    background: url(../images/ico_arrow_navi02.png) no-repeat center center;
    font-size: 0;
}
.wp-pagenavi a.nextpostslink:hover {
    background: url(../images/ico_arrow_navi02.png) no-repeat center center,#eff4f6;;
    font-size: 0;
}
.wp-pagenavi a.previouspostslink {
    background: url(../images/ico_arrow_navi01.png) no-repeat center center;
    font-size: 0;
}

.wp-pagenavi a.previouspostslink:hover {
    background: url(../images/ico_arrow_navi01.png) no-repeat center center, #eff4f6;
    font-size: 0;
}

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

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

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