@charset "UTF-8";


/*support_service.html*/
.meswp-support_service_case_num {
    display: inline-block;
    width: 1.5em;
}

.meswp-support_service_case .c-descriptionList__detail {
    padding-left: 1.5em;
}

.meswp-support_service_risk_num {
    display: inline-block;
    width: 1.5em;
    text-indent: 0;
}

.meswp-support_service_risk_detail {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

/*remote_lecture.html*/
.meswp-remote_lecture_contents {}

.meswp-remote_lecture_item:nth-of-type(2) {
    align-self: center;
}

.meswp-support_service_title,
.meswp-remote_lecture_title {
    background: linear-gradient(92deg, #f13f3f 0%, #9e2627 100%);
    color: #fff;
    margin-right: 20px;
    position: relative;
    padding: 0.5em 0.8em;
}

.meswp-support_service_title::after,
.meswp-remote_lecture_title::after {
    content: "";
    width: 30px;
    height: 100%;
    right: -30px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom left, transparent 50%, #9e2627 53%) top left / 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #9e2627 53%) bottom left / 100% 50% no-repeat;
}

/*cammagicla/index.html、lantek/index.html、processcadcam/index.html*/
.meswp-cammagicla_dotline,
.meswp-lantek_dotline,
.meswp-processcadcam_dotline {
    border-top: #bdbdbd dotted 1px;
    background: #f3f3f3;
    padding: 0.4em;
}

.meswp-cammagicla_caption {
    background: #F4EAB7;
    font-weight: bold;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

.meswp-processcadcam_caption {
    background: #6d737f;
    color: #fff;
    max-width: 780px;
    padding:0.8em 1em;
    margin-left: auto;
    margin-right: auto;
}

.meswp-processcadcam_benefit {
    background: #F4EAB7;
    padding: 0.5em;
}

.meswp-processcadcam_benefit:nth-of-type(2) {
    margin-top: 1em;
    margin-bottom: 1em;
}

/*sigma/index.html*/
.meswp-sigma_auto_macha_item_top {
    position: relative;
    padding-bottom: 100px;
}

.meswp-sigma_auto_macha_item_bottom {
    position: relative;
    padding-top: 100px;
}

.meswp-sigma_auto_macha_arrow_down {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}

.meswp-sigma_auto_macha_arrow_up {
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    rotate: 180deg;
}


@media only screen and (max-width: 767px) {
    .meswp-remote_lecture_item:nth-of-type(2) {
        order: 3;
    }

    /*cammagicad/index.html*/
    .meswp-cammagicad_system_image {
        order: 1;
    }

    .meswp-cammagicad_system_detail {
        order: 2;
    }

    .meswp-rotate_arrow {
        rotate: 90deg;
    }

    /*sigma/index.html*/
    .meswp-sigma_arrow {
        rotate: 90deg;
    }

    .meswp-sigma_auto_macha_item_top br,
    .meswp-sigma_auto_macha_item_bottom br {
        display: none;
    }

    .meswp-sigma_auto_macha_item_top,
    .meswp-sigma_auto_macha_item_bottom {
        padding-top: unset;
    }

    .meswp-sigma_auto_macha_arrow_down,
    .meswp-sigma_auto_macha_arrow_up {
        display: none;
    }
}