#mz175 {
  padding-bottom: 2rem;
  background-color: #000;
  color: #fff;
  font-family: 'Noto Sans JP',"pragmatica-extended", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  overflow-x: hidden;
}

#mz175 .container {
  width: 1200px;
  max-width: none;
}
@media (max-width: 1200px) {
  #mz175 .container {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  #mz175 {
    font-size: 1.3rem;
  }
}

/* トップ */

#mz175 .top {
  padding: 2rem 0 1rem;
  background-image: url(images/back.png);
  background-repeat: repeat-x;
  background-position: top;
}

#mz175 h1 {
  margin-bottom: 0!important;
}

#mz175 .intro {
  margin-bottom: 5rem;
  font-size: 1.8rem;
}

#mz175 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 5rem;
  padding: 0 6rem;
  color: #fff;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
}

#mz175 h2:before, #mz175 h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 6px;
  background-color: #ff004f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
}
#mz175 h2:before {
  left:0;
}
#mz175 h2:after {
  right: 0;
}

@media (max-width: 575.98px) {
  #mz175 .top {
    background-size: 150%;
}
  #mz175 .intro {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  #mz175 h2 {
    margin-bottom: 4rem;
    padding: 0 4.5rem;
    font-size: 2.4rem;
  }

  #mz175 h2:before, #mz175 h2:after {
    width: 30px;
    height: 4px;
    border-radius: 2px;
  }
}

/* 記事 */

#mz175 .scale a img {
  transition: .1s all;
}
#mz175  .scale a img:hover {
  transform:scale(1.08);
  transition: .3s all;
  opacity: .8;
}
#mz175 .scale figure {
  overflow: hidden;
}

#mz175 h3 {
  margin-bottom: 2rem;
  color: #01ffff;
  font-size: 2.4rem;
  line-height: 1.6;
}
#mz175 h3 a {
  color: #01ffff;
}

#mz175 .c-taglist a {
  color: #000;
}
#mz175 .c-taglist .c-tag {
  background-color: #fff;
}

@media (max-width: 575.98px) {
  #mz175 h3 {
    font-size: 1.5rem;
  }
}

