@charset "UTF-8";
/* CSS Document */
.main{
  background-color: rgb(0 0 0 / 10%);
}
.section-main{
  padding: 16px 14px 20px 14px;
  max-width: 940px;
  margin: 0 auto;
}
.main-top{
  background-image:url(../img/head.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 59%;
  height: 244px;
}
.main-top img{
  max-width: 900px;
  width: 100%;
  position: relative;
  top: 34px;
}
#pc-nav  {
  width: 204px;
  height: 413px;
  background-color: rgb(0 0 0 / 30%);
}
#pc-nav ul li  img{
  width: 188px;
  height: 50px;
}
#pc-nav ul li{
  width: 185px;
  height: 50px;
}
.ul-wrap{
  position: relative;
    left: 8px;
    top: 6px;
}
.wrapper{
  display: flex;
}
.container{
  margin: -8px 0 30px 30px;
  max-width: 700px;
  width: 100%;
  text-align: left;
}
.news{
  background-color: #fff;
  margin-top: 10px;
  height: 55vh;
}
.news p{
  text-align: center;
  line-height: 20rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #616161;
}
.news h2{
  text-align: left;
  background-image:url(../img/news.png);
  background-position: 15%;
  background-repeat: no-repeat;
  z-index: 999;
  color: #fff;
  text-shadow: -2px 2px 0px rgb(58 58 58 / 50%);
  font-size: 1.8rem;
  background-color: rgb(0 0 0 / 60%);
  padding: 6px 25px;
}
@media(max-width:768px){
  .main-top{
    height: 100%;
    padding: 11px;
  }
  .main-top img{
    top: 2px;
  }
  .section-main{
    padding-bottom: 40px;
  }
  .container{
    text-align: center;
    margin: 0;
    max-width: 100%;
  }
  .wrapper{
    display: block;
  }
}