<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";

/**********************************
.idc-col_kaden
**********************************/
.idc-col_kaden .category_text a:first-of-type {
    display: inline-block;
    margin: .3rem 0;
    font-size: 16px;
}

.idc-col_kaden .category_text a:not(:first-of-type) {
    line-height: 2;
    font-size: 14px;
}

.idc-col_kaden {
    padding: 10px;
    flex: 25%;
    max-width: 25%;
}

@media (max-width: 896px) {
    .idc-col_kaden {
        flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .idc-col_kaden {
        flex: 100%;
        max-width: 100%;
    }
    .idc-col_kaden .category_text a:not(:first-of-type) {
        font-size: 15px;
    }
}



/**********************************
2023謾ｹ菫ｮ .idcKdContent
**********************************/
.idcCategory .fa-angle-right:before {
    /* color: #000!important; */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.idcKdContent__btn .fa-angle-right:before {
    color: #fff!important;    
}

.idcCatIntro__btn .fa-angle-right:before {
    color: #000!important; 
}

/* .idcCatIntro */
.idcCatIntro__box {
    border: 1px solid #333;
    padding: 2rem;
    width: 75%;
    margin: 0 auto;
}

.idcCatIntro__text_sub {
    font-size: 14px;
}
.idcCatIntro__text_sub span {
    font-size: 15px;
}
.idcCatIntro__text_sub::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 900;
    font-size: 10px;
    vertical-align: middle;
}
.idcCatIntro__btn {
    text-align: center;
    margin-top: 2rem;
}
.idcCatIntro__btn a {
    border-radius: 25px;
    padding: 0.7rem 1rem;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #000;
    width: 300px;
    color: #000;
    background: #ededed;
    position: relative;
}
.idcCatIntro__btn a:hover {
    opacity: .7;
}

@media (max-width: 767px) {
    .idcCatIntro__box {
        width: 100%;
        padding: 2rem;
    }
    idcCatIntro__text_sub {
        font-size: 13px;
    }
    .idcCatIntro__text_sub span {
        font-size: 14px;
    }
    .idcCatIntro__btn a {
        font-size: 13px;
        max-width: 100%;
    }
}

/* .idcKdContent */
.idcKdContent {
    background: #f5f5f5;
    padding: 4rem 0 4rem;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.idcKdContent__mv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 2rem 2rem;
}
.idcKdContent__mv#idcKdContent02 {
    flex-direction: row-reverse;
    border-top: 1px solid #dee2e6;
    padding-top: 4rem;
    margin-top: 2rem;
}
.idcKdContent__imgbox_logo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.idcKdContent__imgbox_logo img {
    width: 75%;
    height: 120px;
    object-fit:contain;
    position: relative;
    padding: 1rem 3rem;
    background: #fff;
    box-shadow: 2px 12px 10px rgb(0 0 0 / 50%);
    margin: 0 auto;
}
.idcKdContent__btn {
    text-align: center;
    margin-top: 2rem;
}
.idcKdContent__btn a {
    border-radius: 25px;
    padding: 0.7rem 1rem;
    display: inline-block;
    font-weight: bold;
    background: #000000;
    color: #fff;
    width: 300px;
    position: relative;
}
.idcKdContent__btn a:hover {
    opacity: .7;
    color: #fff!important;
}

@media (min-width: 768px) {
    .idcKdContent .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .idcKdContent__textbox_pc {
        display: block;
        font-size: 14px;
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .idcKdContent__textbox_sp {
        display: none;
    }
    .idcKdContent__btnbox_pc {
        display: block;
        width: 100%;
        padding: 2rem 0 0;
    }
    .idcKdContent__btnbox_sp {
        display: none;
    }
}

@media (max-width: 960px) {
    .idcKdContent__imgbox_logo img {
        width: 85%;
        height: 95px;
    }
    .idcKdContent__textbox_pc {
        margin-top: 2rem;   
    }
}

@media (max-width: 767px) {
    .idcKdContent {
        padding: 2rem 0 2rem;
    }
    .idcKdContent__mv {
        padding: 0;
    }
    .idcKdContent__imgbox_logo img {
        width: 70%;
        height: 85px;
    }
    .idcKdContent .col-lg-6 {
        margin-bottom: 2rem;
    }
    .idcKdContent__textbox_pc {
        display: none;
    }
    .idcKdContent__textbox_sp {
        display: block;
        margin-top: 1rem;
        margin-bottom: 0;
        font-size: 14px;
    }
    .idcKdContent__btnbox_pc {
        display: none;
    }
    .idcKdContent__btnbox_sp {
        display: block;
        width: 100%;
        padding: 1rem 0 0;
    }
    .idcKdContent__btn a {
        max-width: 100%;
        font-size: 13px;
    }
}

</pre></body></html>