@charset "utf-8";
/* サブページ共通 */
/* -------------------------------------- サブページコンテンツ #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;
}
#CONTENTS p {
  font-size: 14px;
}
#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  */

/* -------------------------------------- サブページコンテンツ #CONTENTS */
#CONTENTS {
  padding: 0;
  font-size: 16px;
}
#CONTENTS .minbox {
  width: 650px;
  margin: 0 auto;
}
#CONTENTS h2 {
  margin: 0 0 30px;
}
#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: 1000px;
}

}