@charset "utf-8";
/*　サブページ用 uk-common.css追加css　*/
/* サブページ共通 */
/* -------------------------------------- ヘッダー header  */
header {
  content-visibility: visible;
  display: block;
  border-bottom: 2px solid #CCCCCC;
}
header h1 img {
  width: 80%;
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: .5em 0 0;
}
nav.path ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 4vw;
}
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 {
  height: auto;
  text-align: center;
  overflow: visible;
}
.contents table.rsp-tbl {
  width: 100%;
}
.contents th {
  padding: .5em 0 0;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #3D232B;
}
.contents td {
  padding: .2em 0 .5em;
}
/* -------------------------------------- プライバシーポリシー #privacy */
#privacy ol {
  list-style-type: decimal;
  padding-left: 1em;
  margin-bottom: 1em;
}
#privacy h3 {
  font-weight: bold;
  border-bottom: 1px solid #3D232B;
}
#privacy h4 {
  color: #252525;
  font-size: 1em;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  width: 100%;
  height: 160vh;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
/* -------------------------------------- ヘッダー header  */
header h1 img {
  width: auto;
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  width: 860px;
  margin: 0 auto;
  padding: 1em 0 0;
}
nav.path ul {
  margin: 0;
}
/* -------------------------------------- サブページコンテンツ .contents */
.contents {
  font-size: 16px;
}
.contents h2 {
  font-size: 30px;
}
.contents ul, 
.contents ol {
  margin-bottom: 0;
}
.contents table.rsp-tbl th {
  display: table-cell;
  width: 30%;
  padding: 1em 0;
  text-align: center;
}
.contents table.rsp-tbl td {
  display: table-cell;
  width: 70%;
  padding: .5em 0;
  border-bottom: 1px solid #3D232B;
}
.contents table.rsp-tbl tr:last-child th,
.contents table.rsp-tbl tr:last-child td {
  border-bottom: none;
}
/* -------------------------------------- プライバシーポリシー #privacy */
#privacy h3 {
  font-size: 24px;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  height: 1200px;
}
}
