/*** 共通 ***/
#pageColumn p.catch {
    color: #f15a24;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
#pageColumn span.sq {
    font-size: 10px;
    vertical-align: text-top;
    display: inline-block;
    margin-top: -5px;
}


/*** 設備紹介 ***/
#pageColumn h3 span {
    color: red;
}
#pageColumn img.pic_equip {
    display: block;
    width: 24%;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
#pageColumn ul.equip_feature {
    margin-left: 25px;
    margin-bottom: 25px;
}
ul.equip_feature li {
    line-height: 22px;
    margin-bottom: 6px;
}
#pageColumn p.equip_feature {
    margin-left: 15px;
}

@media screen and (max-width:760px) {
    #pageColumn img.pic_equip {
        width: 30%;
    }
}
@media screen and (max-width:530px) {
    #pageColumn img.pic_equip {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}


/*** 工場紹介 ***/
#pageColumn #factory11 {
    position: absolute;
    top: 14%;
    left: 8.8%;
    width: 31%;
    height: 11.2%;
    cursor: pointer;
}
#pageColumn #factory12 {
    position: absolute;
    top: 25.3%;
    left: 12.5%;
    width: 12.5%;
    height: 8%;
    cursor: pointer;
}
#pageColumn #factory21 {
    position: absolute;
    top: 30%;
    left: 29.6%;
    width: 30.2%;
    height: 9.3%;
    cursor: pointer;
}
#pageColumn #factory22 {
    position: absolute;
    top: 39.3%;
    left: 29.6%;
    width: 12.5%;
    height: 12.2%;
    cursor: pointer;
}
#pageColumn #factory23 {
    position: absolute;
    top: 33.1%;
    left: 22.7%;
    width: 6.9%;
    height: 14.5%;
    cursor: pointer;
}
#pageColumn #factory24 {
    position: absolute;
    top: 18.5%;
    left: 43.1%;
    width: 29%;
    height: 11.6%;
    cursor: pointer;
}
#pageColumn #factory25 {
    position: absolute;
    top: 25.8%;
    left: 36.5%;
    width: 6.5%;
    height: 4.6%;
    cursor: pointer;
}
#pageColumn #factory31 {
    position: absolute;
    top: 39.3%;
    left: 69.8%;
    width: 30.2%;
    height: 9.3%;
    cursor: pointer;
}
#pageColumn #factory32 {
    position: absolute;
    top: 48.5%;
    left: 63.3%;
    width: 18.9%;
    height: 12.2%;
    cursor: pointer;
}
#pageColumn #factory33 {
    position: absolute;
    top: 31.5%;
    left: 80.7%;
    width: 12.3%;
    height: 7.8%;
    cursor: pointer;
}

#pageColumn #btn_factory {
    width: 100%;
    display: none;
}
#pageColumn #btn_factory a {
    color: white;
    font-size: 16px;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 250px;
    height: 40px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#pageColumn #btn_factory #factory19 {
    background-color: #009245;
}
#pageColumn #btn_factory #factory29 {
    background-color: #c1272d;
}
#pageColumn #btn_factory #factory39 {
    background-color: #0071bc;
}
@media screen and (max-width:650px) {
    #pageColumn #btn_factory {
        display: block;
    }
}


/*** 基板実装工場 ***/
.area:hover {
    background-color: rgba(255,255,255,0.5);
}
#area1 {
    display: block;
    position: absolute;
    left: 81.2%;
    top: 42%;
    width: 12.3%;
    height: 6.7%
}
#area2 {
    display: block;
    position: absolute;
    left: 64.6%;
    top: 24.1%;
    width: 27.1%;
    height: 10.2%
}
#area3 {
    display: block;
    position: absolute;
    left: 35.4%;
    top: 13%;
    width: 18%;
    height: 6%
}
#area4 {
    display: block;
    position: absolute;
    left: 54.1%;
    top: 57.9%;
    width: 32.8%;
    height: 6%
}
#area5 {
    display: block;
    position: absolute;
    left: 30.1%;
    top: 39.9%;
    width: 33.4%;
    height: 10%
}
#area6 {
    display: block;
    position: absolute;
    left: 4.5%;
    top: 30.5%;
    width: 17.2%;
    height: 6%
}

#pageColumn #wrap_equip {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#pageColumn #wrap_equip .equip {
    width: 49%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F2F2F2;
    align-self: stretch;
    margin-bottom: 20px;
}
#pageColumn #wrap_equip .equip .pic {
    text-align: center;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 10px;
}
#pageColumn #wrap_equip .equip .pic img {
    width: 100%;
}
#pageColumn #wrap_equip .equip dl {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}
#pageColumn #wrap_equip .equip dl dt {
    font-weight: normal;
    width: 120px;
}
#pageColumn #wrap_equip .equip dl dd {
    margin-top: -28px;
    margin-left: 130px;
}
@media screen and (max-width:680px) {
    #pageColumn #wrap_equip .equip {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:500px) {
    #pageColumn #wrap_equip .equip {
        width: 94%;
    }
}


/*** 盤製作工場 ***/
#area_b1 {
    display: block;
    position: absolute;
    left: 55.5%;
    top: 1.7%;
    width: 22.4%;
    height: 5.8%
}
#area_b2 {
    display: block;
    position: absolute;
    left: 75.6%;
    top: 26.3%;
    width: 24.4%;
    height: 5.8%
}
#area_b3 {
    display: block;
    position: absolute;
    left: 71.3%;
    top: 43.3%;
    width: 22.1%;
    height: 5.8%
}
#area_b4 {
    display: block;
    position: absolute;
    left: 58.8%;
    top: 58.6%;
    width: 23%;
    height: 5.8%
}
#area_b5 {
    display: block;
    position: absolute;
    left: 0%;
    top: 36.1%;
    width: 22.4%;
    height: 5.8%
}
#area_b6 {
    display: block;
    position: absolute;
    left: 24.2%;
    top: 80.5%;
    width: 16.6%;
    height: 5.8%
}
#area_b7 {
    display: block;
    position: absolute;
    left: 24.2%;
    top: 19.6%;
    width: 18.2%;
    height: 5.8%
}







