@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.1428571429rem;
  margin-bottom: 2.8571428571rem;
}
@media only screen and (max-width: 736px) {
  .table_view {
    overflow-x: scroll;
  }
}
.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 {
    width: 150%;
  }
  .table_view table .td_h {
    height: 5.7142857143rem;
  }
}
.table_view table thead tr th {
  background: #333;
}
.table_view table tr {
  height: 4.2857142857rem;
}
@media only screen and (max-width: 736px) {
  .table_view table tr {
    height: 5.7142857143rem;
  }
}
.table_view table tr th {
  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;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .table_view table tr th {
    font-size: 0.8571428571rem;
    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 {
    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: 19%;
  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%;
}
@media only screen and (max-width: 736px) {
  .table_view table tr td {
    width: 20%;
  }
}
.table_view table tr td .btn {
  background: #555;
  padding: 0.3571428571rem 0.1428571429rem;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5714285714rem;
  font-size: 0.9285714286rem;
  border-radius: 0.3571428571rem;
  width: 25.7142857143rem;
  margin: 0 auto;
}
.table_view table tr td .btn.orange {
  background: #ff6600;
  width: 15.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .table_view table tr td .btn {
    width: 95%;
  }
  .table_view table tr td .btn.orange {
    width: 95%;
  }
}
.table_view table.cutomize td {
  width: 50%;
}
@media only screen and (max-width: 736px) {
  .table_view.plan-t table {
    width: 180%;
  }
}
@media only screen and (max-width: 736px) {
  .table_view.regist-t table {
    width: 180%;
  }
}

.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;
  vertical-align: middle;
  line-height: 1.5;
  width: 20%;
  font-size: 1.0714285714rem;
  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;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 1.0714285714rem;
  padding: 0.7142857143rem;
  text-align: left;
  font-weight: normal;
}

.format_table {
  width: 100%;
  margin: 30px 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .format_table {
    overflow-x: auto;
  }
}
.format_table table {
  border-collapse: collapse;
}
@media screen and (max-width: 736px) {
  .format_table table {
    width: 300%;
  }
}
.format_table table th {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  width: 35%;
  background: #f1f1f1;
}
.format_table table th:first-child {
  width: 10%;
}
.format_table table th:last-child {
  width: 20%;
}
.format_table table td {
  width: 35%;
  border: 1px solid #000;
  padding: 10px;
}
.format_table table td:first-child {
  width: 10%;
}
.format_table table td:last-child {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.studio_table {
  width: 100%;
  margin: 30px 0;
  padding-bottom: 30px;
}
@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;
  padding: 10px;
  text-align: center;
  width: 20%;
  background: #f1f1f1;
}
.studio_table table td {
  width: 20%;
  border: 1px solid #000;
  padding: 10px;
}
.studio_table table td ul li {
  font-size: 13px;
  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;
}