@charset "utf-8";

.point_article_wrap {
    position: relative;
}
@media print, screen and (min-width: 768px) {
    .point_article_wrap {
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .point_article_wrap {
        margin-top: 30px;
    }
}
.point_article_wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background-color: #E7372F;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    .point_article_wrap::before {
        left: -25px;
        width: 5px;
    }
}
.point_article_wrap::before {
    left: 8px;
}
@media screen and (max-width: 767px) {
    .point_article_wrap::before {
        left: -10px;
    }
}
@media screen and (max-width: 767px) {
    .point_article_wrap .point_icon {
        top: 7px;
        left: 4px;
        width: 15px;
        height: 46px;
    }
    .point_article_wrap .point_block {
        padding-left: 9%;
    }
}
@media print, screen and (min-width: 768px) {
    .point_article_wrap .point_block {
        padding-top: 20px;
        padding-left: 10%;
    }
}
.article_list:first-child {
    margin-top: 0;
}
@media print, screen and (min-width: 768px) {
    .article_list {
        margin-top: 30px;
    }
}
.article_list .flex {
    display: flex;
    flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
    .article_list .flex {
        justify-content: space-between;
    }
    .article_list .flex.fig_rvs {
        flex-direction: row-reverse;
    }
    .article_list .article_cnt:nth-child(-n+2) {
        margin-top: 0;
    }
    .article_list .article_cnt {
        width: 44.4%;
    }
}
.point_article_wrap .c_ttl_bold_03 {
    margin-top: 0;
}
@media print, screen and (min-width: 768px) {
    .article_list .article_cnt .c_ttl_bold_03 + .sec_content, .article_list .article_cnt .c_ttl_bold_04 + .sec_content {
        margin-top: 25px;
    }
    .article_list .article_cnt:nth-child(-n+2) {
        margin-top: 0;
    }
    .article_list .article_cnt.figIn {
        width: 48.8%;
    }
}
@media screen and (max-width: 767px) {
    .article_list .flex .figIn {
        width: 72.13%;
        margin-top: 30px;
        margin-left: auto;
    }
    .article_list .flex .figIn {
        order: 1;
    }
}

.arrow {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    top: 13px;
}
@media screen and (max-width: 767px) {
    .arrow {
        top: 20px;
        left: -20px;
    }
}
.arrow:before, .arrow:after {
    content: "";
    position: absolute;
    background: #E7372F;
    border-radius: 4px;
    display: block;
}
.arrow.down:before {
    left: 55%;
}
.arrow.down:after {
    right: 55%;
}
.arrow.down:before, .arrow.down:after {
    height: 92%;
    width: 8px;
}
@media screen and (max-width: 767px) {
    .arrow.down:before, .arrow.down:after {
        width: 5px;
        height: 65%;
    }
}
.arrow.down:before, .arrow.down:after {
    transform: rotate(45deg);
}
.arrow.down:after {
    transform: rotate(-45deg);
}
.point_article_wrap .point_icon {
    content: '';
    display: block;
    position: absolute;
}
@media print, screen and (min-width: 768px) {
    .point_article_wrap .point_icon {
        top: 13px;
        left: 3.1%;
        width: 27px;
        height: 82px;
    }
}
@media screen and (max-width: 767px) {
    .column_fig .clm2_1 {
        display: flex;
    }
}


/* DONUT BACKGROUND */
.bg_donut_area {
    position: relative;
    overflow: hidden;
}

.bg_donut_area::after {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    right: -130px;
    width: 400px;
    height: 400px;
    background: url(/common_2022/images/bg/img_donut_ill_08.png) no-repeat right top;
    background-size: 100%;
    z-index: -1;
}

.bg_donut_area_02{
    position: relative;
    overflow: hidden;
}

.bg_donut_area_02::before {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    left: -130px;
    width: 400px;
    height: 400px;
    background: url(/common_2022/images/bg/img_donut_ill_10.png) no-repeat right top;
    background-size: 100%;
    z-index: -1;
}

.bg_donut_area_02::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 30%;
    right: -130px;
    width: 400px;
    height: 400px;
    background: url(/common_2022/images/bg/img_donut_ill_05.png) no-repeat right top;
    background-size: 100%;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .bg_donut_area::after {
        content: '';
        top: 10%;
        right: -100px;
        width: 200px;
        height: 200px;
    }

    .bg_donut_area_02::before {
        content: '';
        top: 25%;
        left: -100px;
        width: 200px;
        height: 200px;
    }
    
    .bg_donut_area_02::after {
        content: '';
        bottom: 35%;
        right: -100px;
        width: 200px;
        height: 200px;
    }
}