@charset "UTF-8";
.gray {
  width: 100%;
  background-color: #eeeeee;
}
.box1_main {
  background-image: url(../img/top/background_main2.png);
  height: 615px;
  background-size: cover;
  position: relative;
}
.img_circle {
  width: 285px;
  position: absolute;
  right: 50px;
  top: 400px;
}
.h2_top {
  width: 100%;
  background-color: #c0ff00;
  color: #333333;
  font-size: 40px;
  text-align: center;
}
.box2_main {
  width: 100%;
}
.box3_main {
  background-image: url(../img/top/background_img2.png);
  height: 533px;
  margin: -90px 0 0 0;
}
.navy {
  width: 100%;
  background-color: #292963;
}
.box4_main {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0px 0 25px 0;
  display: flex;
}
.left_box4_main {
  width: 196px;
  padding: 90px 0 0 0;
  margin: 0 0 0 150px;
}
.right_box4_main {
  margin: 0 0 0 40px;
}
.h3_top {
  font-size: 40px;
  color: #fff;
}
.right_box4_main p {
  font-size: 18px;
  color: #fff;
}
.box5_main {
  width: 100%
}
.left_box5_main {
  width: 500px;
  margin: 60px 0 0 0;
  display: inline-block;
}
.title_news {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  line-height: 1;
}
.title_news span {
  font-size: 15px;
  font-weight: 800;
}
.box_news {
  height: 165px;
  overflow-y: scroll;
}
.box_news::-webkit-scrollbar {
  width: 16px;
}
.box_news::-webkit-scrollbar-track {
  background-color: #a2a2a2;
}
.box_news::-webkit-scrollbar-thumb {
  background-color: #7b7b7b;
  border-radius: 8px;
}
.right_box5_main {
  width: 500px;
  float: right;
}
.news th {
  text-align: left;
}
.news th span {
  width: 40px;
  padding: 5px;
  color: #fff;
  background-color: #ff3333;
}
.banner_service {
  margin: 125px 0 0 80px;
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .gray {
    width: 100%;
    background-color: #eeeeee;
  }
  .box1_main {
    width: 100%;
    background-image: url(../img/top/background_main2.png);
    height: 615px;
    background-size: cover;
    position: relative;
  }
  .img_circle {
    width: 285px;
    position: absolute;
    right: 50px;
    top: 400px;
  }
  .h2_top {
    width: 100%;
    background-color: #c0ff00;
    color: #333333;
    font-size: 40px;
    text-align: center;
  }
  .box2_main {
    width: 100%;
  }
  .box3_main {
    background-image: url(../img/top/background_img2.png);
    height: 533px;
    margin: -90px 0 0 0;
  }
  .navy {
    width: 100%;
    background-color: #292963;
  }
  .box4_main {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0px 0 25px 0;
    display: flex;
  }
  .left_box4_main {
    width: 196px;
    padding: 90px 0 0 0;
    margin: 0 0 0 150px;
  }
  .right_box4_main {
    margin: 0 0 0 40px;
  }
  .h3_top {
    font-size: 40px;
    color: #fff;
  }
  .right_box4_main p {
    font-size: 18px;
    color: #fff;
  }
  .box5_main {
    width: 100%
  }
  .left_box5_main {
    width: 500px;
    display: inline-block;
  }
  .title_news {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
  }
  .title_news span {
    font-size: 15px;
    font-weight: 800;
  }
  .box_news {
    height: 165px;
    overflow-y: scroll;
    scrollbar-width: 16px;
    scrollbar-color: #3760d0;
  }
  .right_box5_main {
    width: 500px;
    float: right;
  }
  .news th {
    text-align: left;
  }
  .news th span {
    width: 40px;
    padding: 5px;
    color: #fff;
    background-color: #ff3333;
  }
  .banner_service {
    margin: 125px 0 0 80px;
  }
}
@media only screen and (max-width: 480px) {
  .gray {
    width: 100%;
    background-color: #eeeeee;
  }
  .box1_main {
    width: 100%;
    background-image: url(../img/top/background_main2.png);
    height: 295px;
    background-size: cover;
    position: relative;
  }
  .img_circle {
    width: 90px;
    position: absolute;
    right: 5px;
    top: 225px;
  }
  .h2_top {
    width: 100%;
    background-color: #c0ff00;
    color: #333333;
    font-size: 25px;
    text-align: center;
  }
  .box2_main {
    width: 96%;
    padding: 0 2%;
    margin: 30px 0 0 0;
  }
  .box3_main {
    width: 100%;
    background-image: url(../img/top/background_img2.png);
    height: 230px;
    margin: -40px 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .navy {
    width: 100%;
    background-color: #292963;
  }
  .box4_main {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0px 0 25px 0;
    display: inline-block;
  }
  .left_box4_main {
    width: 100%;
    padding: 90px 0 0 0;
    margin: 0 0 0 0;
  }
  .inspection_img_sp {
    max-width: 50%;
    margin: 0 25% 5% 25%;
  }
  .right_box4_main {
    margin: 0 0 0 0;
  }
  .h3_top {
    font-size: 30px;
    text-align: center;
    color: #fff;
  }
  .right_box4_main p {
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .btn_info {
    max-width: 90%;
    margin: 0 5%;
  }
  .box5_main {
    width: 100%
  }
  .left_box5_main {
    width: 100%;
    display: inline-block;
  }
  .title_news {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
  }
  .title_news span {
    font-size: 15px;
    font-weight: 800;
  }
  .box_news {
    height: 165px;
    overflow-y: scroll;
  }
  .right_box5_main {
    width: 100%;
    float: none;
  }
  .news th {
    text-align: left;
  }
  .news th span {
    width: 40px;
    padding: 5px;
    color: #fff;
    background-color: #ff3333;
  }
  .banner_service {
    max-width: 100%;
    margin: 10px 0 0 0;
  }
}