@charset "utf-8";

/* default PC */
.catch-text {
  text-align: center;
  margin: 20px auto 40px;
  font-size: 20px;
}

.table-02 th {
  width: 190px;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .catch-text p {
    font-size: 18px;
  }

  .table-02 th {
    width: 165px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .catch-text {
    font-size: 100%;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
  }

  #contents .flex.box-mb {
    margin-bottom: 60px;
  }

  #contents .txt-2box.end {
    margin-top: 60px;
  }

  #contents .catch-text p {
    font-size: 15px;
  }

  #contents .catch-text p br {
    display: none;
  }

  #contents .txt-3box.mb-40 {
    margin-right: 7px;
    width: calc(100% / 3 - 7px);
    margin-bottom: 20px;
  }

  #contents .txt-3box.mb-40.end {
    margin-right: 0;
  }

  .table-02 th {
    width: 175px;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .table-02 th {
    width: 120px;
  }

  #contents .txt-3box.mb-40 {
    width: calc(100% / 2 - 7px);
    margin-bottom: 15px;
  }

  #contents .txt-3box.mb-40:nth-child(2n) {
    margin-right: 0;
  }

  #contents .txt-3box.mb-40.end {
    width: 100%;
  }

  #contents .box-mb {
    margin-bottom: 50px;
  }
}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/*IE*/
@media all and (-ms-high-contrast: none) {}