/*** 共通 ***/
#pageColumn p.catch {
    color: #f15a24;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
#pageColumn h4.blue {
    color: #1f5ba3;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}

div.f_right_w30 {
    width: 30%;
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
}
div.f_right_w30 img {
    width: 100%;
}
#pageColumn div.f_right_w30 p {
    margin-bottom: 0;
    text-align: center;
}
@media screen and (max-width:580px) {
    div.f_right_w30 {
        float: none;
        width: 80%;
        margin-left: 10%;
    }
}



/*** 実績・導入事例 ***/
#wrap_tech {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#wrap_tech a {
    display: block;
    text-decoration: none;
    width: 32.333%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background-color: #E6E6E6;
    align-self: stretch;
    margin-bottom: 20px;
}
#wrap_tech a:hover {
    background-color: #EFEFEF;
}
#wrap_tech a h3 {
    color: white;
    font-size: 18px;
    height: 50px;
    line-height: 52px;
    font-weight: normal;
    text-align: center;
    background-color: #ba3538
}
#wrap_tech a:hover h3 {
    background-color: #d25446;
}
#wrap_tech a .frame {
    width: 94%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 10px;
}
#wrap_tech a .frame img {
    width: 100%;
    transition-duration: 0.3s;
}
#wrap_tech a:hover .frame img {
    transform: scale(1.2, 1.2); /*画像の拡大*/
}
#wrap_tech a p {
    color: #303030;
    font-size: 15px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 13px;
    box-sizing: border-box;
}
#wrap_tech a p.detail {
    height: 40px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 0;
}
#wrap_tech a:hover p.detail {
    color: #EA5461;
}
@media screen and (max-width:1050px) {
    #wrap_tech a h3 {
        font-size: 16px;
    }
}
@media screen and (max-width:700px) {
    #wrap_tech a {
        width: 49%;
    }
}
@media screen and (max-width:460px) {
    #wrap_tech a {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 25px;
    }
}



/*** PLCソフトウェア構築実績 ***/
p.scroll_exp3 {
    display: none;
}
#plc_cases {
    width: 100%;
}
#plc_cases table {
    width: 98%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
#plc_cases table th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
}
#plc_cases table td {
    font-size: 15px;
    line-height: 21px;
    height: 30px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #808080;
}
#plc_cases table .no {
    width: 40px;
}
#plc_cases table .industry {
    width: 105px;
}
#plc_cases table .feature {
    width: 350px;
}
#plc_cases table .date {
    width: 70px;
}
@media screen and (max-width:1060px) {
    #plc_cases table .feature {
        width: 250px;
    }
}
@media screen and (max-width:920px) {
    #plc_cases table .feature {
        width: 350px;
    }
}
@media screen and (max-width:780px) {
    p.scroll_exp3 {
        display: block;
    }
    #plc_cases {
        overflow-x: scroll;
    }
    #plc_cases table {
        width: 750px;
    }
}


/*** PLCの点検と計画的なリプレース ***/
table.plc_check {
    width: 98%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
table.plc_check th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
}
table.plc_check td {
    font-size: 15px;
    line-height: 21px;
    height: 30px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #808080;
}
table.plc_check .chk_item {
    width: 90px;
}
table.l_gap {
    margin-bottom: 35px;
}


/*** コントロールセンタ納入実績 ***/
#cc_cases {
    width: 98%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#cc_cases th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
}
#cc_cases td {
    font-size: 15px;
    line-height: 21px;
    height: 30px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #808080;
}


/*** GOT Mobileリモート監視制御 ***/
.got_mobile_tbl_exp {
    display: none;
}
.got_mobile_tbl {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
.got_mobile_tbl table {
    width: 100%;
    border-collapse: collapse;
}
.got_mobile_tbl table th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
}
.got_mobile_tbl table td {
    font-size: 15px;
    line-height: 21px;
    height: 30px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #808080;
}
@media screen and (max-width:500px) {
    .got_mobile_tbl_exp {
        display: block;
    }
    .got_mobile_tbl {
        overflow-x: scroll;
    }
    .got_mobile_tbl table {
        width: 465px;
    }
}


/*** 可搬式タッチパネルのシステム ***/
#fig_touch_panel_exp {
    display: none;
}
#fig_touch_panel {
    width: 100%;
    margin-bottom: 40px;
}
#fig_touch_panel img {
    width: 100%;
}
@media screen and (max-width:600px) {
    #fig_touch_panel_exp {
        display: block;
    }
    #fig_touch_panel {
        overflow-x: scroll;
    }
    #fig_touch_panel img {
        width: 580px;
    }
}













