@charset "utf-8";

.acc_btn_01 {
    background: #fff;
    display: block;
    border-radius: 10px;
}

.box_inner01 {
    padding: 20px;
}

.acc_content .c_txt_01 {
    padding: 20px;
}

.img_column { 
    display: flex;
    align-items: flex-end;
}

.bg_donut_area {
    position: relative;
}

.bg_donut_area::after {
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
}

.bg_donut_area::after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    background: url(/common_2022/images/bg/img_donut_ill_07.png) no-repeat right top;
    background-size: 100%;
    z-index: -1;
}

@media print, screen and (min-width:768px){
    .link_btn_01 a{
        min-width: 570px;
        min-height: 79px;
    }
}

@media screen and (max-width:767px) {
    .guide_area .sec_wrap + .sec_wrap{
        margin-top: 20px;
    }

    .box_inner01 {
        padding: 15px;
    }

    .acc_content .c_txt_01 {
        padding: px;
    }

    .bg_donut_area {
        overflow: hidden;
    }

    .bg_donut_area::after {
        top: 0;
        right: -145px;
        width: 200px;
        height: 200px;
    }
    
    
}