@charset "utf-8";
/* ver1.0.1 2018.05.01 */
/*
-------------------------------------------------------------------------------- width: 721px -
*/
/* ---------------- laboratory ---------------- */
/* chart */
.network {
    margin: 0 0 30px 0;
}
.network:before, .network:after { content: ""; display: table; }
.network:after { clear: both; }
.network .head {
    margin: 0 0 0 15px;
    padding: 20px 0;
    background-color: #404040;
    color: #fff;
    font-size: 138%;
    font-weight: bold;
    text-align: center;
}
.network .icro {
    float: left;
    position: relative;
    width: 370px;
    padding-top: 10px;
}
.network .others {
    float: left;
    position: relative;
    width: 370px;
    padding-top: 10px;
}
.network .icro:after,
.network .others:after {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background-color: #404040;
}
.network .icro:after { left: 285px; }
.network .others:after { left: 100px; }
.network a.textButton {
    height: 50px;
    margin: 0 0 10px 15px;
    background-position: 13px 50%;
}
.network a.textButton span {
    height: 50px;
    padding: 0 10px 0 30px;
}
.network .icro a.textButton.w50 {
    background-color: #eedac9;
    background-image: none;
    text-align: center;
}
.network .icro a.textButton.w50 span {
    font-size: 88%;
}
.network .icro a.textButton.w50 span strong {
    padding: 0 18px;
    background-repeat: no-repeat;
    background-image: url(/common/img/icon_angle_orange.png);
    background-position: 0 50%;
    background-size: 6px 9px;
}
.network .others a.textButton {
    border-top-color: #afadad;
}
/* boxes */
#main > a.boxButton:first-of-type {
    background-color: #eedac9;
}
#main > .others {
    clear: left;
    position: relative;
    padding-top: 40px;
}
#main > .others:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 725px;
    height: 1px;
    background-color: #b7b6b4;
}
#main > .others a.boxButton {
    border-top-color: #afadad;
}
/*
-------------------------------------------------------------------------------- width: - 720px
*/
@media screen and (max-width: 720px) {
/* ---------------- laboratory ---------------- */
/* chart */
.network {
    margin: 0 0 15px 10px;
    padding-bottom: 5px;
    border: 1px solid #404040;
}
.network .head {
    margin: 0;
    padding: 12px 0;
    font-size: 106%;
}
.network .icro {
    float: none;
    width: auto;
    padding: 15px 10px 0 0;
}
.network .others {
    float: none;
    clear: left;
    position: relative;
    width: auto;
    padding: 20px 10px 0 0;
}
.network .others:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 5px;
    height: 1px;
    background-color: #c9c5c2;
}
.network .icro:after,
.network .others:after {
    content: none;
}
.network a.textButton {
    height: 38px;
    margin: 0 0 10px 10px;
    border-top-width: 2px;
    background-position: 10px 50%;
}
.network a.textButton span {
    height: 38px;
    padding: 0 10px 0 24px;
}
.network .icro a.textButton.w50 span strong {
    padding: 0 14px;
}
/* boxes */
#main > .others {
    padding-top: 20px;
}
#main > .others:before {
    left: 10px;
    right: 0;
    top: 5px;
    width: auto;
}
} /* width: - 720px */
