@import url("global.css");
@import url("lineup_global.css");
#toparea #toptitle-lineup .title .logo img {
  width: 600px;
}
#toparea #toptitle-lineup #topimg-lineup {
  background-image: url("../miniprot/img/main.jpg");
}

.gooddesign {
  border: 1px solid #C8C8C8;
  margin: 90px auto;
  width: 1000px;
  box-sizing: border-box;
  padding: 50px 40px;
  text-align: center;
}
.gooddesign .logo {
  width: 400px;
  margin: 0 auto 20px;
}
.gooddesign .text {
  font-weight: bold;
}
.gooddesign .text span {
  display: block;
  font-size: 80%;
  font-weight: normal;
  margin-top: 25px;
}

#section1 {
  margin-top: 120px;
}
#section1 .bgarea {
  background: url("../miniprot/img/bg1.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 120px 0 400px;
}
#section1 .bgarea .textarea {
  max-width: 1000px;
  margin: 0 auto;
}
#section1 .bgarea .textarea p {
  margin-top: 15px;
}
#section1 .list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: -300px;
}
#section1 .list li {
  width: 30%;
  box-sizing: border-box;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  padding: 40px;
}
#section1 .list li .title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
#section1 .list li .text {
  text-align: justify;
}

.linkbanner {
  background: url("../miniprot/img/bannerbg.jpg") no-repeat center center;
  background-size: cover;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  .gooddesign {
    width: auto;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #toparea #toptitle-lineup .title .logo img {
    width: 55vw;
  }

  .gooddesign {
    margin: 50px 0;
    padding: 35px;
  }
  .gooddesign .logo {
    width: 300px;
  }

  #section1 {
    margin-top: 80px;
  }
  #section1 .bgarea {
    padding: 80px 0 140px;
  }
  #section1 .list {
    margin-top: -90px;
    display: block;
  }
  #section1 .list li {
    width: auto;
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #toparea #toptitle-lineup .title .logo img {
    width: 65vw;
  }

  .gooddesign {
    padding: 30px 20px;
  }
  .gooddesign .logo {
    width: 220px;
  }
  .gooddesign .text {
    font-size: 14px;
  }
  .gooddesign .text span {
    font-size: inherit;
    margin-top: 8px;
    font-size: 90%;
  }
  .gooddesign .text span br {
    display: none;
  }

  #section1 {
    margin-top: 50px;
  }
  #section1 .bgarea {
    padding: 50px 0 120px;
  }
  #section1 .list li {
    padding: 25px;
    margin-bottom: 20px;
  }
  #section1 .list li .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
