@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "FuturaHeavyBT"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}
.table_view {
  margin-top: 2.8571428571rem;
}
.table_view p {
  text-align: center;
}
.table_view table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.3571428571rem;
}
@media only screen and (max-width: 736px) {
  .table_view table .td_h {
    height: 9.2857142857rem;
  }
}
.table_view table tr {
  height: 3.5714285714rem;
}
@media only screen and (max-width: 736px) {
  .table_view table tr {
    height: 8.5714285714rem;
  }
}
.table_view table tr th {
  width: 22%;
  background: #555;
  color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
  font-size: 0.9285714286rem;
  padding: 0 1.7857142857rem;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  .table_view table tr th {
    font-size: 0.8571428571rem;
    padding: 0 1%;
  }
}
.table_view table tr th.sub_th {
  width: 9%;
  padding: 0 1%;
}
@media only screen and (max-width: 736px) {
  .table_view table tr th.sub_th {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
  }
}
.table_view table tr th .new_icon {
  position: absolute;
  width: 3.5714285714rem;
  height: 3.5714285714rem;
  right: 0.1428571429rem;
  top: 0.1428571429rem;
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  .table_view table tr th .new_icon {
    right: auto;
    top: -0.7142857143rem;
    left: -0.3571428571rem;
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
}
.table_view table tr th .guide_btn {
  position: absolute;
  right: 0.3571428571rem;
  top: 50%;
  margin-top: -0.7142857143rem;
  display: block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .table_view table tr th .guide_btn {
    top: auto;
    bottom: 7%;
    right: 50%;
    margin-top: 0;
    margin-right: -0.7142857143rem;
  }
}
.table_view table tr th .guide_btn img {
  width: 100%;
  height: 100%;
  display: block;
}
.table_view table tr td {
  width: 23%;
  background: #f1f1f1;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 0.8571428571rem;
  text-align: center;
  position: relative;
  font-weight: normal;
  padding: 0 1%;
}
.table_view table tr td.left {
  text-align: left;
}
.table_view table tr td .question_modal {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -0.7142857143rem;
  display: block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .table_view table tr td .question_modal {
    top: auto;
    bottom: 10%;
    right: 16%;
    margin-top: 0;
    margin-right: -0.7142857143rem;
  }
}
.table_view table tr td .question_modal img {
  width: 100%;
  height: 100%;
  display: block;
}
.table_view table tr td.pM_qu {
  padding-bottom: 1.4285714286rem;
}
.table_view table tr td.pM_qu .question_modal {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin-top: 1.0714285714rem;
  display: block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .table_view table tr td.pM_qu .question_modal {
    top: auto;
    bottom: 0;
    margin: 0;
  }
}
.table_view table tr td.pM_qu .question_modal img {
  width: 100%;
  height: 100%;
  display: block;
}
.table_view table thead tr th {
  background: #333;
}

.table_modal table tr {
  height: 4.2857142857rem;
}
.table_modal table tr th {
  width: 16%;
}
.table_modal table tr th.sub_th {
  width: 8%;
}
.table_modal table tr td {
  width: 18%;
}
.table_modal table thead th {
  text-align: center;
}