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

div.code {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c2c2c2;
    overflow: auto;
    margin-bottom: 25px;
}
pre {
    font-size: 14px;
}
code {
    font-size: 14px;
}
li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
    list-style-type: decimal !important;
    color: #808080;
    list-style-position: outside;
    padding-left: 5px;
    margin-left: 5px;
}
.prettyprint {
    word-wrap: normal;
}
.linenums {
    margin-bottom: 0;
}


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


/*** トレーサビリティシステム ***/
#pageColumn p#fig_traceability_exp {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width:780px) {
    #pageColumn p#fig_traceability_exp {
        width: 100%;
        position: static;
        text-align: right;
    }
}


/*** 小型チップ部品実装検証 ***/
#chip_eva_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#chip_eva_1 div {
    width: 48.5%;
}
#chip_eva_1 div img {
    width: 100%;
}
#chip_eva_1 div ul {
    margin-left: 20px;
}
#chip_eva_1 div table {
    width: 100%;
    border-collapse: collapse;
}
#chip_eva_1 div table th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
}
#chip_eva_1 div 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;
    vertical-align: top;
}
#chip_eva_1 div table td.no {
    background-color: #F2F2F2;
    text-align: center;
}
@media screen and (max-width:700px) {
    #chip_eva_1 div {
        width: 100%;
    }
    #chip_eva_1 div img {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

#fig_chip_eva_2 {
    width: 55%;
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}
@media screen and (max-width:640px) {
    #fig_chip_eva_2 {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

#scroll_exp {
    display: none;
}
.table_chip_eva1 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.table_chip_eva1 table {
    width: 100%;
    border-collapse: collapse;
}
.table_chip_eva1 table th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
    text-align: center;
}
.table_chip_eva1 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;
    text-align: center;
}
.table_chip_eva1 table td.nobt {
    border-top: none;
}
.table_chip_eva1 table td.nobb {
    border-bottom: none;
}
@media screen and (max-width:580px) {
    #scroll_exp {
        display: block;
    }
    .table_chip_eva1 {
        overflow-x: scroll;
    }
    .table_chip_eva1 table {
        width: 550px;
    }
}

#chip_eva_2 {
    width: 98%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#chip_eva_2 img {
    width: 57%;
}
#chip_eva_2 p {
    width: 37%;
}
@media screen and (max-width:700px) {
    #chip_eva_2 img {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    #chip_eva_2 p {
        width: 100%;
    }
}


#table_chip_eva2 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
#table_chip_eva2 th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
    text-align: center;
}
#table_chip_eva2 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;
    text-align: center;
}

#chip_eva_3 {
    width: 98%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
#chip_eva_3 #pic2 {
    width: 35%;
}
#chip_eva_3 #fig5 {
    width: 56%;
}
@media screen and (max-width:580px) {
    #chip_eva_3 #pic2 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    #chip_eva_3 #fig5 {
        width: 100%;
    }
}

#chip_eva_4 {
    width: 98%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 40px;
}
#chip_eva_4 img {
    display: block;
    width: 40%;
}
@media screen and (max-width:530px) {
    #chip_eva_4 img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}


/*** オープンソース活用事例 ***/
#opens_1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 20px;
}
#opens_1 div img {
    width: 100%;
}
#opens_1 div p {
    margin-bottom: 0;
    text-align: center;
}
#opens_1 #pic1 {
    width: 45%;
}
#opens_1 #pic2 {
    width: 40%;
}

#opens_fig1 {
    width: 40%;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #c2c2c2;
}
#opens_fig1 img {
    width: 90%;
    margin-top: 5%;
    margin-bottom: 3%;
}
#opens_fig1 p {
    margin-bottom: 10px;
    text-align: center;
}
@media screen and (max-width:530px) {
    #opens_fig1 {
        width: 80%;
        float: none;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
}

#opens_fig2 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#opens_fig2 a {
    width: 100%;
    text-decoration: none;
}
#opens_fig2 a img {
    width: 100%;
}
#opens_fig2 #mark_larger {
    width: 60px;
    position: absolute;
    right: 1.7%;
    top: 0;
}

table#opens_parts {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table#opens_parts th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
    text-align: center;
}
table#opens_parts 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;
    text-align: center;
}

table#opens_pin_as {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin-bottom: 25px;
}
table#opens_pin_as th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
    text-align: center;
}
table#opens_pin_as 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;
    text-align: center;
}

dl.code_exp {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 25px;
}
dl.code_exp dt {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    width: 120px;
    padding-top: 5px;
    border-top: 1px solid #c9c9c9;
}
dl.code_exp dd {
    font-size: 15px;
    line-height: 22px;
    margin-left: 120px;
    margin-top: -29px;
    margin-bottom: 4px;
    padding-top: 5px;
    border-top: 1px solid #c9c9c9;
}

#page_list {
    width: 100%;
    display: flex;
    justify-content: center;
}
#page_list a {
    color: #1f5ba3;
    font-size: 20px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #1f5ba3;
    margin-left: 10px;
    margin-right: 10px;
}
#page_list a:hover {
    color: white;
    background-color: #1f5ba3;
}
#page_list a.act {
    color: white;
    background-color: #c1272d;
    border: 1px solid #c1272d;
}

#fig_opens_03 {
    width: 22%;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.opens_test {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.opens_test .pic {
    width: 35%;
}
.opens_test .pic img {
    width: 100%;
}
#pageColumn .opens_test .pic p {
    text-align: center;
}
.opens_test .exp {
    width: 63%;
}
.mark_arrow {
    display: block;
    width: 13%;
    margin-left: 11%;
    margin-top: -10px;
    margin-bottom: 10px;
}
@media screen and (max-width:560px) {
    .opens_test .pic {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .opens_test .exp {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .mark_arrow {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
}


/*** IoTソリューション ***/
.iot_stage {
    width: 98%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
}
.iot_stage .no {
    width: 10%;
    background-color: #F2F2F2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.iot_stage .no span {
    font-size: 15px;
    display: block;
}
 #pageColumn .iot_stage ul {
    width: 87%;
    margin-bottom: 0;
}
@media screen and (max-width:680px) {
    .iot_stage .no {
        width: 15%;
    }
    #pageColumn .iot_stage ul {
        width: 85%;
    }
}
@media screen and (max-width:480px) {
    .iot_stage .no {
        width: 18%;
    }
    #pageColumn .iot_stage ul {
        width: 82%;
    }
}

#can_do_exp {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#can_do_exp p {
    width: 200px;
    text-align: center;
}
#can_do_exp p.second {
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}
@media screen and (max-width:650px) {
    #can_do_exp p {
        width: 160px;
    }
}
@media screen and (max-width:520px) {
    #can_do_exp p {
        width: 80%;
    }
    #can_do_exp p br {
        display: none;
    }
    #can_do_exp p strong {
        padding-left: 10px;
    }
    #can_do_exp p.second {
        border: none;
    }
}


/*** LPWAでセンサーデータの可視化 ***/
#sensor_tbl {
    width: 98%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
#sensor_tbl th {
    font-size: 15px;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
    text-align: center;
}
#sensor_tbl 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;
    text-align: center;
}

#sensor_pic {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#sensor_pic div {
    width: 40%;
}
#sensor_pic div img {
    width: 100%;
}
#sensor_pic div p {
    text-align: center;
}

#mark_sigfox {
    width: 15%;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}


/*** 専用ボードPLCユニット ***/
#scroll_exp_plc_unit {
    display: none;
}
#plc_unit_tbl {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
#plc_unit_tbl table {
    width: 100%;
    border-collapse: collapse;
}
#plc_unit_tbl table th {
    font-size: 15px;
    font-weight: normal;
    line-height: 34px;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
    text-align: left;
}
#plc_unit_tbl table th.col1 {
    width: 58px;
}
#plc_unit_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:570px) {
    #scroll_exp_plc_unit {
        display: block;
    }
    #plc_unit_tbl {
        overflow-x: scroll;
    }
    #plc_unit_tbl table {
        width: 540px;
    }
}





















