/*** THEME ***/
.table_view {
  margin-top: 2.8571428571rem;
}
@media only screen and (max-width: 736px) {
  .table_view {
    overflow: auto;
  }
}
.table_view p {
  text-align: center;
  font-size: 1.1428571429rem;
}
.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: 5.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .table_view table tr {
    height: 8.5714285714rem;
  }
}
.table_view table tr th {
  width: 20%;
  background: #555;
  color: #fff;
  border: 1px solid #ccc;
  background-clip: padding-box;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
  font-size: 0.9285714286rem;
  padding: 0 1%;
  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: 15%;
  padding: 0 1%;
}
.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 {
    position: static;
    margin: 0.7142857143rem auto 0;
  }
}
.table_view table tr th .guide_btn img {
  width: 100%;
  height: 100%;
  display: block;
}
.table_view table tr th span {
  font-size: 0.7857142857rem;
}
.table_view table tr td {
  width: 20%;
  background: #f1f1f1;
  border: 1px solid #ccc;
  background-clip: padding-box;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 0.8571428571rem;
  text-align: center;
  position: relative;
  font-weight: normal;
  padding: 0.3571428571rem 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;
  background-clip: padding-box;
}
.table_view .table_modal th {
  width: 10%;
  text-align: center;
}
.table_view .table_modal th.sub_th {
  width: 5%;
}
.table_view .table_modal td {
  width: 10%;
}

.table_view2 p {
  text-align: center;
}
.table_view2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.4285714286rem;
}
.table_view2 table tr {
  height: 5.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .table_view2 table tr {
    height: 7.1428571429rem;
  }
}
.table_view2 table tr th {
  background: #eee;
  border: 1px solid #ccc;
  background-clip: padding-box;
  vertical-align: middle;
  line-height: 1.5;
  width: 20%;
  font-size: 0.9285714286rem;
  padding: 0 1%;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  .table_view2 table tr th {
    font-size: 0.8571428571rem;
    width: 45%;
  }
}
.table_view2 table tr td {
  background: #fff;
  border: 1px solid #ccc;
  background-clip: padding-box;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 0.8571428571rem;
  padding-left: 0.7142857143rem;
  text-align: left;
  font-weight: normal;
}

.studio_table {
  width: 100%;
  margin: 2.1428571429rem 0;
  padding-bottom: 2.1428571429rem;
}
@media screen and (max-width: 736px) {
  .studio_table {
    overflow-x: auto;
  }
}
.studio_table table {
  border-collapse: collapse;
}
@media screen and (max-width: 736px) {
  .studio_table table {
    width: 300%;
  }
}
.studio_table table th {
  border: 1px solid #000;
  background-clip: padding-box;
  padding: 0.7142857143rem;
  text-align: center;
  width: 20%;
  background: #f1f1f1;
}
.studio_table table td {
  width: 20%;
  border: 1px solid #000;
  background-clip: padding-box;
  padding: 0.7142857143rem;
}
.studio_table table td ul li {
  font-size: 0.9285714286rem;
  margin-left: 1.5em;
}
.studio_table table td img {
  min-width: 80px;
  display: block;
}
.studio_table table .left_head {
  white-space: nowrap;
}
.studio_table table .right_text {
  min-width: 400px;
}