.business_column p,p.lead{font-weight:500;}

.c01_b{background:#f06000;} 
.c02_b{background:#3CAA0A;}
.c03_b{background:#169AE9;}
.c04_b{background:#3CAA0A;}
.c05_b{background:#eb9624}
.c06_b{background:#f5bb1a}


.c01_t{color:#f06000;} 
.c02_t{color:#3CAA0A;}
.c03_t{color:#169AE9;}
.c04_t{color:#3CAA0A;}
.c05_t{color:#eb9624;}
.c06_t{color:#f5bb1a;}

.anchor-offset::before {
  content: "";
  display: block;
  height: 35px; /* 繧ｪ繝輔そ繝�ヨ縺ｫ縺励◆縺�ｫ倥＆ */
  margin-top: -35px;
  visibility: hidden;
}


.business_category_block{
    margin:40px 0 60px;
}

.business_category_ttl{
    display:;
    text-align:center;
    position:relative;
    font-size:28px;
    margin-bottom:40px;
}

.business_category_ttl:before{content:""; display:inline-block; vertical-align:middle; width:60px; height:1px; background:#444; margin:0 20px 10px 0;}
.business_category_ttl:after{content:""; display:inline-block; vertical-align:middle; width:60px; height:1px; background:#444; margin:0 0 10px 20px;}


.business_category_list{
    width:100%;
    display:flex;
    gap:30px;
}

.business_category_list div{
    border:solid 1px #ddd;
    background:#fff; 
    border-radius:15px;
    box-sizing:border-box;
    width:calc(33% - 20px);
    overflow:hidden;
}
.business_category_list div a{
    display:block;
    text-decoration:none;
    text-decoration: none;
    position: relative;
    height: 100%;
    padding-bottom: 47px;
}

.business_category_list div p{
    text-align:center;
    font-size:18.5px;
    font-weight:700;
    color:#fff;
    border-radius:0 0 15px 15px;
    padding:8px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1.5;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .business_category_list div p{
        text-align:center;
        font-size:16px;
    }
    .business_category_list div a{
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1080px) {
    .business_category_block{
        margin:30px 0 60px;
    }
    
    .business_category_ttl{
        position:relative;
        font-size:24px;
        margin-bottom:30px;
    }
    
    .business_category_ttl:before{content:""; display:inline-block; width:50px; margin:0 20px 8px 0;}
    .business_category_ttl:after{content:""; display:inline-block; width:50px; margin:0 0 8px 20px;}
    
    /*
    .business_category_list{
        width:100%;
        display:flex;
        gap:15px;
    }
    
    .business_category_list div{
        border:solid 1px #ddd;
        background:#fff; 
        border-radius:15px;
        box-sizing:border-box;
        width:calc(33% - 10px);
        overflow:hidden;
    }*/
    .business_category_list{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        gap:15px;
    }
    .business_category_list div{
        border:solid 1px #ddd;
        background:#fff; 
        border-radius:15px;
        box-sizing:border-box;
        width:calc(50% - 10px);
        overflow:hidden;
    }  
    .business_category_list div p{
        font-size:16px;
        border-radius:0 0 15px 15px;
        padding:10px 10px;
    }
}


@media screen and (max-width: 768px) {
    .business_category_ttl{
        font-size:21px;
        margin-bottom:30px;
        font-weight:700;
    }
    .business_category_list{
        width:100%;
        display:flex;
        flex-wrap: wrap;
        gap:20px;
    }
    
    .business_category_list div{
        border:solid 1px #ddd;
        background:#fff; 
        border-radius:15px;
        box-sizing:border-box;
        width:calc(50% - 10px);
        overflow:hidden;
    }  
    .business_category_list div p{
        min-height: 50px;
    } 
}
@media screen and (max-width: 576px) {
    .business_category_ttl{
        font-size:18px;
        margin-bottom:30px;
        font-weight:700;
    }
    .business_category_ttl:before,.business_category_ttl:after{
        display:none;
    }
    .business_category_list div{
        border-radius:10px;
        width:calc(50% - 20px);
    }   
    .business_category_list div a{
        padding-bottom: 35px;
    }
    .business_category_list div p{
        font-size:15px;
        border-radius:0 0 10px 10px;
        padding:6px 0;
    }
    .business_category_list div{
        border:solid 1px #ddd;
        background:#fff; 
        border-radius:15px;
        box-sizing:border-box;
        width:100%;
        overflow:hidden;
    }   
}

.business_column{}
.business_column .category_title{padding:18px 30px; font-size:24px; font-weight:700; box-sizing:border-box; border-radius:10px; color:#fff; line-height:1; margin-bottom:20px;}
.business_column_inner{padding:20px 40px 40px; border-radius:20px; margin:40px 0 80px; background:#fff;}
.business_column.c01 h2:before,
.business_column.c01 .category_title{background-color:#f06000;}
.business_column.c02 h2:before,
.business_column.c02 .category_title{background-color:#3CAA0A;}
.business_column.c03 h2:before,
.business_column.c03 .category_title{background-color:#169AE9;}
.business_column.c04 h2:before,
.business_column.c04 .category_title{background-color:#3CAA0A;}
.business_column.c05 h2:before,
.business_column.c05 .category_title{background-color:#eb9624;}
.business_column.c06 h2:before,
.business_column.c06 .category_title{background-color:#f5bb1a;}

@media screen and (max-width: 1080px) {
    .business_column .category_title{padding:15px 30px; font-size:21px; border-radius:10px; margin-bottom:20px;}
    .business_column_inner{padding:20px 30px 30px; border-radius:20px; margin:30px 0 80px;}
}

@media screen and (max-width: 768px) {
    .business_column .category_title{padding:12px 24px; font-size:18px; border-radius:10px; margin-bottom:20px;}
    .business_column_inner{padding:16px 24px 30px; border-radius:20px; margin:30px 0 80px;}
}

@media screen and (max-width: 576px) {
    .business_column .category_title{padding:12px 24px; font-size:18px; border-radius:10px; margin-bottom:20px;}
    .business_column_inner{padding:16px 16px 24px; border-radius:20px; margin:20px 0 50px;}
}


.products_list{
    width:100%;
    display:flex;
}
.products_list.type01{
    justify-content: space-between;
    gap:30px;
}
.products_list.type01 #c01-1{width:calc(1270 / 1270 * 100vw);}
/*.products_list.type01 #c01-2{width:calc(480 / 1270 * 100vw);}*/
.products_list.type01 .label{color:#fff; text-align:left; padding:15px; border-radius:10px; font-size:18.5px; line-height:1; margin-bottom:20px;}
.products_list.type01 .products_list_in{
    display:flex;
    gap:20px;
    /*justify-content: space-between;*/
}
.products_list.type01 .label.c05_b + h2,
.products_list.type01 .label.c06_b + h2{margin:20px 0 30px;}

.products_list.type01{padding-bottom:30px;}

.products_list.type01 .products_list_in div{width:100%;}
.products_list.type02 div div.detail_btn{width:100%;}
.products_list.type02{gap:20px;}
.products_list.type02 div{width:25%;}
.products_list.type03{gap:20px;}
.products_list.type03 div{width:33%;}
.products_list.type01 div .label_s,
.products_list.type02 div .label_s,
.products_list.type03 div .label_s{display:block; width:100%; text-align:center; color:#fff; margin:0 0 10px; border-radius:6px;line-height:1;padding:10px 3px; font-size:17px; line-height: 1.4; min-height: 68px; display: flex; justify-content: center; align-items: center; }
.c01 .products_list.type01 div .label_s{background:#FBD4BA; color:#333; font-weight:700;}
.c02 .products_list.type02 div .label_s{background:#3caa0a; font-weight:700;}
.c03 .products_list.type02 div .label_s{background:#169AE9; font-weight:700;}
.c04 .products_list.type02 div .label_s{background:#3caa0a; font-weight:700;}
.c05 .products_list.type02 div .label_s{background:#eb9624; font-weight:700;}
.c06 .products_list.type02 div .label_s{background:#f5bb1a; font-weight:700;}

.c01 .products_list.type01 div .label_s.c5{background:#f7d5a7; color:#333; font-weight:700;}
.c01 .products_list.type01 div .label_s.c6{background:#fceedc; color:#333; font-weight:700;}

.products_list.type01 div .ph,
.products_list.type02 div .ph,
.products_list.type03 div .ph{display:block; width:100%; border:solid 1px #e3e3e3; box-sizing:border-box; overflow:hidden; border-radius:6px; margin-bottom:10px;}

.detail_btn{
    display: block;
    letter-spacing: normal;
    margin-bottom: 10px;
}
.products_list.type03 .detail_btn{width:100%;}

.detail_btn a{
    display: block;
    line-height: 1.3;
    padding: 12px 20px 12px 34px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 40px;
    color: #333;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
    font-size:14px;
    font-weight:700;
    position: relative;
}
.detail_btn a:before{
    content: '';
    background-image: url(/assets/images/_resource/pages/company/common/btn_arrow.png);
    width: 1em;
    height: 1em;
    display: block;
    margin-top: 3px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: text-top;
    border-radius:1em;
    background-size:5px 8px;
    position: absolute;
    top: 11px;
    left: 12px;
}
.c01 .detail_btn a:before{background-color:#f06000;}
.c02 .detail_btn a:before{background-color:#3caa0a;}
.c03 .detail_btn a:before{background-color:#169AE9;}
.c04 .detail_btn a:before{background-color:#3caa0a;}
.c05 .detail_btn a:before{background-color:#eb9624;}
.c06 .detail_btn a:before{background-color:#f5bb1a;}


.detail_btn.ctr{display:block; margin:0 auto; width:60%;}



@media screen and (max-width: 1080px) {
    .products_list{
        width:100%;
        display:flex;
    }
    .products_list.type01{
        justify-content: space-between;
        flex-wrap:wrap;
        gap:30px;
    }
    .products_list.type01 #c01-1{width:100%;}
    .products_list.type01 #c01-2{width:100%;}
    .products_list.type01 .label{padding:12px; border-radius:6px; font-size:18px; margin-bottom:20px; font-weight:700;}
    .products_list.type01 .products_list_in{
        display:flex;
        gap:15px;
        flex-wrap:wrap;
        /*justify-content: space-between;*/
    }  
    .products_list.type01 .products_list_in div{width:calc(33% - 10px);}
    .products_list.type01 .products_list_in div div.detail_btn{width:100%;}
    .products_list.type01 .products_list_in div div.ph{width:100%;}
    .products_list.type03 .products_list_in div{width:calc(33% - 10px);}
    .products_list.type03 .products_list_in div div.detail_btn{width:100%;}
    .products_list.type03 .products_list_in div div.ph{width:100%;}
    

    .products_list.type02 div div.detail_btn{width:100%;}
    .products_list.type02{gap:20px; flex-wrap:wrap;}
    .products_list.type02 div{width:calc(50% - 10px);}
    .products_list.type01 div .label_s,
    .products_list.type02 div .label_s,
    .products_list.type03 div .label_s{width:100%; text-align:center; color:#fff; margin:0 0 10px; border-radius:6px;line-height:1;padding:10px 0; font-size:18px; min-height: 55px;}
    
}

@media screen and (max-width: 768px) {
    .products_list.type01 .products_list_in{
        display:flex;
        flex-wrap:wrap;
        gap:20px;
        justify-content: space-between;
    }  
    .products_list.type01 .products_list_in div{width:calc(50% - 10px);}
    .products_list.type01 .products_list_in div div{width:100%;}
    .products_list.type01 div .label_s,
    .products_list.type02 div .label_s{font-size:16px;}
    .products_list.type01 .label {font-size:16px;}
    .products_list.type03{gap:20px; flex-wrap:wrap;}
    .products_list.type03 div{width:calc(50% - 10px);}
}

@media screen and (max-width: 576px) {
    .products_list.type01 .products_list_in div{width:100%;}
    .products_list.type02 div{width:100%;}
    .detail_btn.ctr{display:block; margin:0 auto; width:100%;}
    .products_list.type03{gap:20px; flex-wrap:wrap;}
    .products_list.type03 div{width:100%;}
}