@charset "UTF-8";

/* --- フォーム入り口 --- */

#privacy {
  overflow: auto;
  width: 691px;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #999999;
  border-left: 2px solid #000000;
  border-right: 2px solid #999999;
}

#privacy h2 {
  width: 673px;
  margin-bottom:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  text-align: center;
  font-size: 15px;
}

#privacy h3 {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

#privacy ol {
  margin-top: 5px;
  margin-bottom: 10px;
}

#privacy ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 30px;
  margin-right: 5px;
}

#privacy dl {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}

#privacy dl dt {
  font-weight: bold;
}

#privacy dl dd {
  margin-top: 2px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 5px;
}

#privacy p {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

#privacy table {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#privacy table tr th {
  padding: 5px;
  border: 1px solid #000000;
  font-size: 12px;
  font-weight: bold;
}

#privacy table tr td {
  padding: 5px;
  border: 1px solid #000000;
  font-size: 12px;
}

#privacy_button {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

#privacy_button form {
  float: left;
  width: 49%;
}

#privacy_button form input {
  width: 150px;
}

/* =========================================
   Privacy Policy
========================================= */

.privacy-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  color: #333;
  font-size: 16px;
  line-height: 1.9;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .privacy-policy {
    padding: 0 16px;
    font-size: 15px;
    line-height: 1.85;
  }
}

/* 段落 */
.privacy-policy p {
  margin: 0 0 1.2em;
}

/* 冒頭情報 */
.privacy-policy__date,
.privacy-policy__update,
.privacy-policy__representative {
  margin: 0 0 0.4em;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.privacy-policy__representative {
  margin-bottom: 1.4em;
}

/* セクション見出し */
.privacy-policy h2 {
  margin: 2.6em 0 1em;
  padding-bottom: 6px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  border-bottom: 3px solid #6b1c1c;
  color: #444;
}

/* サブ見出し */
.privacy-policy h3{
  margin:1.8em 0 0.3em;
  font-size:18px;
  font-weight:bold;
  border-bottom:none;
}

@media (max-width: 768px) {
  .privacy-policy h2 {
    margin: 2.2em 0 0.9em;
    font-size: 19px;
    padding-bottom: 5px;
  }
}

/* サブ見出し */
.privacy-policy h3 {
  margin: 1.8em 0 0.3em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #444;
}

@media (max-width: 768px) {
  .privacy-policy h3 {
    margin: 1.6em 0 0.6em;
    font-size: 17px;
  }
}

/* 箇条書き */
.privacy-policy ul {
  margin: 0 0 1.4em 1.6em;
  padding: 0;
  list-style: disc;
}

.privacy-policy li {
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .privacy-policy ul {
    margin: 0 0 1.2em 1.2em;
  }

  .privacy-policy li {
    margin-bottom: 0.45em;
  }
}

/* 強調 */
.privacy-policy strong {
  font-weight: bold;
}

/* リンクが入る場合の保険 */
.privacy-policy a {
  color: inherit;
  text-decoration: underline;
}

/* 最後の要素の余白調整 */
.privacy-policy > *:last-child {
  margin-bottom: 0;
}