@charset "UTF-8";
/*---------------
メタバース
---------------*/
.inner_meta h3.meta {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.inner_meta p.meta_ph_wrap {
  margin-bottom: 30px;
}

.inner_meta p {
  line-height: 1.8em;
}

.inner_meta p.link {
  margin-left: 2em;
}

.inner_meta p.link a {
  position: relative;
}

.inner_meta p.link a:before {
  content: "";
  top: 0.1em;
  margin-left: -1.5em;
  position: absolute;
  background-image: url(/_shared/images/parts/arw_right.png);
  width: 1em;
  height: 1em;
  background-size: contain;
  vertical-align: middle;
}

@media print, screen and (min-width: 600px) {
  .inner_meta h3.meta {
    font-size: 26px;
  }
  .inner_meta p.meta_ph_wrap {
    margin-bottom: 60px;
  }
}
.table_meta {
  width: 100%;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  margin-bottom: 30px;
}

.table_meta th {
  font-size: 16px;
  font-weight: bold;
  background: #ffc600;
  text-align: center;
  padding: 0.5em;
}

.table_meta th:first-child {
  width: 65%;
}

.table_meta th:last-child {
  width: 35%;
}

.table_meta td {
  font-size: 14px;
  padding: 1em;
}

.table_meta th,
.table_meta td {
  border-bottom: #000 solid 1px;
  border-right: #000 solid 1px;
}

@media print, screen and (min-width: 600px) {
  .table_meta {
    margin-bottom: 60px;
  }
  .table_meta th {
    font-size: 18px;
  }
  .table_meta td {
    font-size: 16px;
  }
}/*# sourceMappingURL=meta.css.map */