@charset "UTF-8";



nav.build{
  display: none!important;
}

div.bx-wrapper{
  margin: 0;
  border-width: 0;
}

h2.idx_h2{
  font-size: 1.35rem;
  font-weight: bold;
  color: #000;
  border-left: #306b8a solid 10px;
  padding: .25rem .65rem;
  margin-top: 1.5rem;
  text-align: left;
}

h2.idx_h2#cc{
  border-left: #f06c77 solid 10px;
}

h2.idx_h2#st{
  border-left: #f3c6c1 solid 10px;
}


h3.idx_h3{
  font-size: 1.5rem;
  font-weight: bold;
  width: 95%;
  margin-bottom: 2rem;
}

.idx_p1{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75rem;
}

.fs-1{
  font-size: 1.25rem;
}

.idx_a{
  width: 35%;
  margin-left: auto;
  margin-right: 0;
}

.mw-840{
  max-width: 840px!important;
}
@media (max-width: 575.98px) {
  header.production{
    padding-bottom: 0!important;
  }

  main{
    padding-top: 0;
  }

  h2.idx_h2{
    font-size: 1.1rem;
    color: #fff;
    border-left: none;
    background-color: #306b8a;
    padding: 1.25rem 0;
    margin-top: 0;
    text-align: center;
    border-bottom: 3px solid #55b0d9;
  }

  h2.idx_h2#cc{
    background-color: #f06c77;
    border-left: none;
  }
  h2.idx_h2#st{
    background-color: #f3c6c1;
    border-left: none;
  }

  h3.idx_h3{
    font-size: 1.1rem;
    width: 100%;
  }

  .idx_p1{
    width: 100%;
  }

  .fs-1{
    font-size: 1rem;
  }

  .idx_a{
    width: 70%;
  }
}