@charset "utf-8";
/* default PC */

.map-box .txt-2box {
  margin-bottom: 40px;
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .table-02 th {
    width: 150px;
  }

}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .table-02 th {
    width: 100px;
  }

  #contents .txt-2box.end.mb-40 {
    margin-bottom: 20px;
  }
}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/*IE*/
@media all and (-ms-high-contrast: none) {}