@charset "utf-8";

ul.corpinfo li {
    clear: both;
    display: flex;
    align-items: center;
    margin-bottom: 2.0rem;
}
ul.corpinfo li .m_list__head {
	width: 14.0rem;
	position: relative;
    padding-left: 2.0rem;
}

ul.corpinfo li .m_list__head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/en/electronics/common/img/title_bg_01.gif);
    width: 8px;
    height: 100%;
}


.m_media.case {
    display: block;
    margin-bottom: 20px;
}

.m_media .m_media__image.case_fig {
    width: 100%;
    max-width: 220px;
    text-align: center;
    margin-bottom: 10px;
}

.m_media .m_media__image.case_fig img {
    width: 100%;
}

.case .case_icon {
    position: relative;
    display: inline-block;
    background-color: rgba(0, 94, 173, 0.5);
    color: #fff;
    margin-left: 55px;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 5px 10px 5px 50px;
    margin-right: 80px;
}
@media (max-width: 767px){
    .case .case_icon {
        margin-right: 0px;
    }
}
.case .case_icon::before {
    position: absolute;
    content: "";
    left: -56px;
    top: -1px;
    width: 100px;
    height: 100px;
}

.case .case_icon.ico01::before {
    background: url(../img/indx_ico_05_01.png) no-repeat;
    background-size: contain;
}

.case .case_icon.ico02::before {
    background: url(../img/indx_ico_05_02.png) no-repeat;
    background-size: contain;
}

.case .case_icon.ico03::before {
    background: url(../img/indx_ico_05_03.png) no-repeat;
    background-size: contain;
}

.case .case_text {
    margin-left: 100px;
    display: block;
    font-size: 2.0rem;
    line-height: 1.4;
    padding: 10px;
    background-color: #e3e7f5;
    margin-top: 10px;
}
@media (max-width: 767px){
    .case .case_text {
        margin-left: 70px;
    }
}

.case .case_text .fig_bdRed {
    font-weight: bold;
    color: #FF0000;
}


.case .case_text .fig_bdOrange {
    font-weight: bold;
    color: #E97132;
}

