#mz200 {
  background-color: #fff;
  font-family: 'Noto Sans JP',"pragmatica-extended", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  overflow-x: hidden;
  padding-bottom: 1rem;
}

#mz200 .container {
  width: 1200px;
  max-width: none;
}
  #mz200 p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
@media (max-width: 1200px) {
  #mz200 .container {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  #mz200 {
    font-size: 1.3rem;
  }
}

/* トップ */

#mz200 .top {
  padding: 2rem 0 4rem;
  background-color: #cc0014;
  background-image: url(back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

#mz200 h1 {
  margin-bottom: 0!important;
}

.sns {
  text-align: center;
  margin-top: 2rem;
}
.sns img {
  display: inline-block;
}
.sns img.x {
  width: 40px;

}
.sns img.facebook {
  width: 45px;
}

@media (max-width: 575.98px) {
  #mz200 .top {
    padding: 1.5rem 0 3rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}

/* 記事 */

#mz200 section {
  padding: 1rem 0;
}

#mz200 section .row {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e5e5e5;
}
#mz200 section .row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#mz200 .scale a img {
  transition: .1s all;
}
#mz200 .scale a img:hover {
  transform:scale(1.05);
  transition: .3s all;
  opacity: .8;
}
#mz200 .scale figure {
  overflow: hidden;
}

#mz200 h3 {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.6;
}
#mz200 h3 a {
  color: #369;
}


@media (max-width: 575.98px) {
  #mz200 h3 {
    font-size: 1.6rem;
  }
  #mz200 .omit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}