@charset "utf-8";
/*　サブページ用 vnga_common.css追加css　*/
/* サブページ共通 */
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: 80px 0 0;
}
nav.path ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 2vw;
}
nav.path li {
  font-size: .8em;
  white-space: nowrap;
}
nav.path li::after {
  content: "\03e";
  padding: 0 .5em;
}
nav.path li:last-child::after {
  content: "";
}
/* -------------------------------------- サブページコンテンツ .contents */
.contents {
  font-size: 4vw;
}
.contents h2 {
  width: 88%;
  margin: 0 auto 1em;
  padding: .5em 0;
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
  background-color: #3b1804;
  border-radius: .5em;
}
.contents table {
  width: 100%;
}
.contents tr {
  border-bottom: 1px dotted #ccc;
}
.contents tr:last-child {
  border-bottom: none;
}
.contents th {
  display: block;
  width: 100%;
  padding: .5em 0 0;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #3D232B;
}
.contents td {
  display: block;
  width: 100%;
  padding: .2em 0 .5em;
}
/* -------------------------------------- プライバシーポリシー #privacy */
#privacy ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#privacy h3 {
  font-weight: bold;
  border-bottom: 1px solid #3D232B;
}
#privacy h4 {
  color: #252525;
  font-size: 1em;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  width: 100%;
  height: 140vh;
}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
/* -------------------------------------- ヘッダー header  */
.header {
  content-visibility: visible;
  display: block;
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: 1em 0 0;
}
/* -------------------------------------- サブページコンテンツ .contents */
.contents {
  font-size: 1.6rem;
}
.contents ul, 
.contents ol {
  margin-bottom: 0;
}
.contents tr {
  border-bottom: none;
}
.contents th {
  display: table-cell;
  width: 30%;
  padding: 1em 0;
  text-align: center;
}
.contents td {
  display: table-cell;
  width: 70%;
  padding: .5em 0;
  border-bottom: 1px solid #3D232B;
}
.contents tr:last-child th,
.contents tr:last-child td {
  border-bottom: none;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  height: 900px;
}
}
