@charset "utf-8";
/* ------------------------------
　　田川が追加したCSS
------------------------------ */

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}



.sample_img {
  display: block;

  margin: auto;
}




@media (max-width: 768px) {
    .pageTitle {
    font-size: 16px;
    }
}