@charset "utf-8";

/* custom  properties
-------------------------------------------------- */
.point_ttl_wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}
.point_ttl_wrap .point_num {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 32px;
    width: 64px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 0;
    border-radius: 1000px;
    font-size: 20px;
    font-weight: normal;
}
.equipment_inspection .point_ttl {
    display: flex;
    align-items: center;
}

.bg_light_red {
    background-color: #FFF1F3;
}
.bg_light_blue {
    background-color: #F1F9FF;
}
.bg_red {
    background-color: #E8546C;
}
.bg_blue {
    background-color: #00AFEC;
}

.text_white {
    color: #fff;
}


.box_content {
    position: relative;
    padding: 20px 30px;
}
.box_content_ttl {
    margin-bottom: 15px;
}

@media print, screen and (min-width:768px) {
    .point_ttl_wrap .point_ttl {
        padding-left: 25px;
    }
    .text_emp {
        font-size: 22px;
    }
    .banner .imgtxt_hor_2_1_1 > .col_inner > div + div {
        width: calc((100% - 50px) * 1.0250);
    }
    .box_content_ttl {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .equipment_inspection .ene_sec .point_ttl_wrap {
        margin-bottom: 0;
    }
    .text_emp {
        font-size: 18px;
    }
    .box_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 42px;
        border-radius: 10px;
    }
    .box_content .box_content_tag {
        position: absolute;
        top: -20px;
        padding: 5px 20px;
        border-radius: 1000px;
        font-size: 22px;
        text-align: center;
        color: #fff;
        z-index: 1;
        width: 80%;
    }
    .box_content_ttl {
        font-size: 22px;
    }
}