@charset "utf-8";
/* サブページ共通 */
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: 80px 0 0;
}
.inner 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 {
  padding: 2em 0;
  font-size: 4vw;
  line-height: 1.5;
}
.contents .minbox {
  width: 96%;
  margin: 0 auto;
}
.contents h2 {
  margin: 0 0 1em;
  color: #333333;
  text-align: center;
}
.contents table {
  width: 100%;
  border-collapse: collapse;
}
.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;
}
.contents .txt_sm {
  font-size: .8em;
}
/* -------------------------------------- プライバシーポリシー #privacy */
#privacy ol {
  list-style-type: decimal;
  padding-left: 2em;
}
#privacy ol li {
  font-size: .9em;
  list-style-type: inherit;
}
#privacy h3 {
  margin: 1em 0 .5em;
  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: 16px;
}
.contents .minbox {
  width: 650px;
  margin: 0 auto;
}
.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;
}
/* -------------------------------------- プライバシーポリシー #privacy */
#privacy ol {
  padding-left: 40px;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  height: 1200px;
}

}