#cmz199 {
  background-color: #fff;
  color: #222;
  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;
}

#cmz199 .container {
  width: 1200px;
  max-width: none;
}
@media (max-width: 1200px) {
  #cmz199 .container {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  #cmz199 {
    font-size: 1.3rem;
  }
  #cmz199 p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* トップ */

#cmz199 .top {
  padding: 3rem 0;
  background-color: #071830;
  background-image: url(back.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  text-align: center;
}

#cmz199 h1 {
  margin-bottom: 0!important;
}

#cmz199 .intro {
  padding: 3rem 0 4rem;
  font-size: 1.8rem;
}

#cmz199 h2 {
  margin-bottom: 4rem;
  color: #071830;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cmz199 h2::before,
#cmz199 h2::after {
  content: "";
  height: 20px;
  flex-grow: 1;
}
#cmz199 h2::before {
  margin-right: 20px;
  background-image: linear-gradient(90deg, #14FFFF, #384BB7);

}
#cmz199 h2::after {
  margin-left: 20px;
  background-image: linear-gradient(90deg, #384BB7, #14FFFF);
}


@media (max-width: 575.98px) {
  #cmz199 .top {
    padding: 2rem 0;
  }
  #cmz199 .intro {
    padding: 3rem 0rem;
    font-size: 1.4rem;
  }
  #cmz199 h2 {
    margin-bottom: 3rem;
    padding: .8rem 0 1rem;
    font-size: 2.2rem;
  }
}

/* 記事 */

#cmz199 section {
  padding: 1rem 0;
}

#cmz199 section .row {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e5e5e5;
}
#cmz199 section .row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#cmz199 .scale a img {
  transition: .1s all;
}
#cmz199 .scale a img:hover {
  transform:scale(1.05);
  transition: .3s all;
  opacity: .8;
}
#cmz199 .scale figure {
  overflow: hidden;
}

#cmz199 h3 {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  line-height: 1.6;
}
#cmz199 h3 a {
  color: #384BB7;
}


@media (max-width: 575.98px) {
  #cmz199 h3 {
    font-size: 1.6rem;
  }
  #cmz199 .omit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}