/*--------------------------
color
---------------------------*/
/*--------------------------
main_visual
---------------------------*/
#main_visual .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 250px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box {
    min-height: 180px;
  }
}
#main_visual .title_box span {
  display: inline-block;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0 0 8px;
  border-bottom: 1px solid;
}
#main_visual .title_box h1 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
#main_visual .title_box h1::before {
  content: attr(data-en);
  display: block;
  font-size: 56px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box h1::before {
    font-size: 36px;
  }
}
#main_visual .visual_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 350px;
  background-image: url(/cn/special/vnb-ept/asset/image/network/main_visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box {
    min-height: 120px;
  }
}
#main_visual .visual_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#main_visual .visual_box .txt_box {
  position: relative;
  text-align: center;
  padding: 40px 5%;
  z-index: 1;
}
#main_visual .visual_box .txt_box p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box .txt_box p {
    font-size: 16px;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 40px 0;
  }
}
#section01 .container .network_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #section01 .container .network_list {
    display: block;
  }
}
#section01 .container .network_list li {
  width: calc(50% - 20px);
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .network_list li {
    width: 100%;
    margin: 0;
  }
  #section01 .container .network_list li:not(:last-child) {
    margin: 0 0 40px;
  }
}
#section01 .container .network_list li h3 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  padding: 5px 10px;
  margin: 0 0 20px;
  background: rgb(0, 140, 192);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 140, 192)), to(rgb(31, 82, 186)));
  background: linear-gradient(90deg, rgb(0, 140, 192) 0%, rgb(31, 82, 186) 100%);
}
@media only screen and (max-width: 768px) {
  #section01 .container .network_list li h3 {
    font-size: 20px;
  }
}
#section01 .container .network_list li figure img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#section01 .container .network_list li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section01 .container .network_list li .wrap figure {
  width: 190px;
  min-width: 190px;
  margin: 0 16px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .network_list li .wrap figure {
    width: 36%;
    min-width: auto;
  }
}
#section01 .container .network_list li .info {
  width: calc(100% - 206px);
}
#section01 .container .network_list li .info .txt_box {
  margin: 0 0 16px;
}
#section01 .container .network_list li .info .txt_box p {
  line-height: 1.68;
}
#section01 .container .network_list li .info .tel_box {
  margin: 0 0 16px;
}
#section01 .container .network_list li .info .tel_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01 .container .network_list li .info .tel_box dl:not(:last-child) {
  margin: 0 0 5px;
}
#section01 .container .network_list li .info .tel_box dl dt {
  width: 50px;
  min-width: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0 8px 0 0;
  background: #777;
}
@media only screen and (max-width: 768px) {
  #section01 .container .network_list li .info .tel_box dl dt {
    font-size: 14px;
  }
}
#section01 .container .network_list li .info .tel_box dl dd a {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #section01 .container .network_list li .info .tel_box dl dd a {
    pointer-events: all;
  }
}
#section01 .container .network_list li .info .btn_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #ca0000;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #section01 .container .network_list li .info .btn_box a {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
#section01 .container .network_list li .info .btn_box a:hover {
  background: #004986;
}