/*** 共通 ***/
#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%;
    }
}

#pageColumn div.s_gap {
    margin-bottom: 10px;
}



/*** 技術紹介 ***/
#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;
    }
}



/*** IEC61131-3プログラミング ***/
#iec_program {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#iec_program div {
    width: 32.333%;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #808080;
}
#iec_program div a {
    text-decoration: none;
}
#iec_program div a img {
    width: 100%;
}
#iec_program div .mark_larger {
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width:650px) {
    #iec_program div {
        width: 49%;
    }
}
@media screen and (max-width:500px) {
    #iec_program div {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}












