@charset "utf-8";
/*　サブページ用 pf456_**.css追加css　*/
/* サブページ共通 */
main {
  padding-top: 70px;
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: 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;
  padding-bottom: 1.5em;
}
.contents table {
  width: 100%;
}
.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;
}
.contents ul {
  margin-bottom: 0;
}
/* __________________________________________ プライバシーポリシー #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;
  font-weight: bold;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  width: 100%;
  height: 180vh;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: 1em 0 0;
}
/* -------------------------------------- サブページコンテンツ .contents */
.contents {
  font-size: 1.6rem;
}
.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: 1000px;
}

}
