@charset "UTF-8";
.barr {}
.barr_title {}
.barr_list {
    /* list-style: none; */
    /* max-width: 820px; */
    /* margin: 0 auto; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* margin-bottom: 50px; */
}
.barr_list > li {
    /* width: 48.7%; */
}
.barr_list > li:first-child {}
.barr_list > li:last-child {}
.barr_list > li:nth-child(2n+1) {}
.barr_list > li:nth-child(n+3) {}
.barr_list > li > a {}
.barr_list > li > a::before {
    content: "";
}
.barr_list > li > a::after {
    content: "";
}
.box {}
.sect {
    /* margin-bottom: 53px; */
}
.sect:last-child {
    margin-bottom: 0px;
}
.sect_title {}
.sect_headline {
    margin-top: 30px;
    margin-bottom: 18px;
}
.sect_headline:first-of-type {
    margin-top: 0px;
}
.sect_cols {
    display: flex;
    margin-bottom: 25px;
}
.sect_col {}
.sect_col-no1 {
    width: 65%;
}
.sect_image {
    margin-bottom: 30px;
}
.sect_image:last-child {
    margin-bottom: 0px;
}
.sect_image > img {}
.sect_col-no2 {
    width: 33%;
    margin-left: 2%;
}
.sect_text {
    margin-bottom: 30px;
}
.sect_list {
    list-style: none;
}
.sect_list > li {}
.sect_list > li:first-child {}
.sect_list > li:last-child {}
.sect_list > li:nth-child(2n+1) {}
.sect_list > li:nth-child(n+3) {}
.card {}
.card_img {}
.card_title {}
.card_text {}
.sect_text-mbL {
    margin-bottom: 65px;
}
@media screen and (min-width:1000px) {
    .barr_list > li > a:hover {}
}
@media screen and (max-width:999px) {
    .barr {}
    .barr_title {}
    .barr_list {}
    .barr_list > li {}
    .barr_list > li:first-child {}
    .barr_list > li:last-child {}
    .barr_list > li:nth-child(2n+1) {}
    .barr_list > li:nth-child(n+3) {}
    .barr_list > li > a {}
    .barr_list > li > a::before {}
    .barr_list > li > a::after {}
    .box {}
    .sect {
        /* margin-bottom: 45px; */
    }
    .sect:last-child {}
    .sect_title {}
    .sect_headline {}
    .sect_headline:first-of-type {}
    .sect_cols {}
    .sect_col {}
    .sect_col-no1 {}
    .sect_image {
        margin-bottom: 20px;
    }
    .sect_image:last-child {}
    .sect_image > img {}
    .sect_col-no2 {}
    .sect_text {
        margin-bottom: 20px;
    }
    .sect_list {}
    .sect_list > li {}
    .sect_list > li:first-child {}
    .sect_list > li:last-child {}
    .sect_list > li:nth-child(2n+1) {}
    .sect_list > li:nth-child(n+3) {}
    .card {}
    .card_img {}
    .card_title {}
    .card_text {}
    .sect_text-mbL {
        margin-bottom: 35px;
    }
}
@media screen and (max-width:767px) {
    .barr {}
    .barr_title {}
    .barr_list {
        /* margin-bottom: 30px; */
        /* display: block; */
    }
    .barr_list > li {
    /* width: auto; */
    /* margin-top: 10px; */
}
    .barr_list > li:first-child {}
    .barr_list > li:last-child {}
    .barr_list > li:nth-child(2n+1) {}
    .barr_list > li:nth-child(n+3) {}
    .barr_list > li > a {}
    .barr_list > li > a::before {}
    .barr_list > li > a::after {}
    .box {}
    .sect {}
    .sect:last-child {}
    .sect_title {}
    .sect_headline {}
    .sect_headline:first-of-type {}
    .sect_cols {
        display: block;
        /* max-width: 300px; */
        margin: 0 auto 25px;
    }
    .sect_col {
        width: 100%;
    }
    .sect_col-no1 {
        margin-bottom: 15px;
    }
    .sect_image {
        margin-bottom: 16px;
    }
    .sect_image:last-child {}
    .sect_image > img {
    width: 100%;
}
    .sect_col-no2 {
        margin-left: 0;
    }
    .sect_text {}
    .sect_list {
        max-width: 280px;
        margin: 0 auto;
    }
    .sect_list > li {}
    .sect_list > li:first-child {}
    .sect_list > li:last-child {}
    .sect_list > li:nth-child(2n+1) {}
    .sect_list > li:nth-child(n+3) {}
    .card {}
    .card_img {}
    .card_title {}
    .card_text {}
    .sect_text-mbL {}
}
