@charset "utf-8";

.idc-notice {
    
}
.idc-notice h1 {
    font-weight: bold;
    margin-bottom: 2rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #000;
    color: #e8000f;
}
.idc-notice .notice__box {
    
}
.idc-notice .notice__list {
    list-style-type:none;
    padding-left: 0;
}
.idc-notice .notice__item:first-child {
    margin-top: 3rem!important;
}
.idc-notice .notice__item.notice__item_text {
    padding-left: .8rem;
    margin-top: 1.5rem;
    position: relative;
}
.idc-notice .notice__item.notice__item_text::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #e8000f;
    position: absolute;
    left: 0;
    top: 9px;    
}
.idc-notice .notice__item.notice__item_link a{
    text-decoration: underline;
}

@media (min-width: 767px) {
    .idc-notice {
        margin: 0 auto;
    }
    .idc-notice h1 {

    }
    .idc-notice .notice__box {

    }
    .idc-notice .notice__list {

    }
    .idc-notice .notice__item {

    }
}

@media (max-width: 767px) {
    .idc-notice {
        margin: 0 auto;
    }
    .idc-notice h1 {
        font-size: 18px;
    }
    .idc-notice .notice__box {

    }
    .idc-notice .notice__list {

    }
    .idc-notice .notice__item {

    }
}