#slz40 {
  padding-bottom: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  overflow-x: hidden;
}

#slz40 .container {
  width: 1200px;
  max-width: none;
}
@media (max-width: 1200px) {
  #slz40 .container {
    width: 92% !important;
  }
}
@media (max-width: 575.98px) {
  #slz40 {
    font-size: 1.3rem;
  }
}

#slz40 .scale a img {
  transition: .1s all;
}
#slz40 .scale a img:hover {
  transform:scale(1.05);
  transition: .3s all;
  opacity: .8;
}
#slz40 .scale figure {
  overflow: hidden;
}

#slz40 .top {
  margin-bottom: 4rem;
  padding: 9rem 0;
  background-color: #0d1c28;
  background-image: url(images/back.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

#slz40 h1 {
  margin-bottom: 0!important;
  color: #fff;
  font-size: 5rem;
  line-height: 1.6;
  text-align: center;
}

#slz40 .intro {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}

#slz40 .c-taglist {
  margin-bottom: 1rem;
}

.sns {
  text-align: center;
  margin-bottom: 5rem;
}
.sns a {
  margin-left: 2rem;
}
.sns .x {
  width: 36px;
}
.sns .fb {
  width: 42px;
}

#slz40 h2 {
  padding-bottom: .5rem;
  border-top: 3px solid #ff4800;
  border-bottom: 1px solid #000;
  margin-bottom: 5rem;
  font-weight: 600;
  font-size: 3.2rem;
  text-align: center;
}

#slz40 h3 {
  margin-bottom: 1.5rem;
  color: #ff4800;
  font-size: 2.4rem;
  line-height: 1.6;
}
#slz40 h3 a {
  color: #ff4800;
}

@media (max-width: 768.98px) {
  #slz40 .omit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 575.98px) {
  #slz40 .top {
    padding: 4rem 0 5rem;
    margin-bottom: 3rem;
  }
  #slz40 .intro {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .sns {
    margin-bottom: 4rem;
  }
  #slz40 .c-taglist {
    margin-bottom: .5rem;
  }
  #slz40 h2 {
    margin-bottom: 3rem;
    padding-bottom: .2rem;
    font-size: 2rem;
  }
  #slz40 h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}






