@charset "utf-8";

/* style-protection.css
 * **************************************************
 * Protection (個人情報保護関連 独自スタイル)
 * **************************************************
 */

/* 制定情報 */
.protection .policy-info {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
  line-height: 1.8;
  text-align: right;
  font-size: 1.5rem;
}

/* お問い合わせ窓口 */
.protection .contact-info {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff9e6;
  border-left: 4px solid #f0c040;
  line-height: 1.8;
  font-size: 1.5rem;
}

/* 別表ラベル */
.protection .separate {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  background-color: #00a0e9;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  font-size: 1.4rem;
}

/* リスト調整（括弧数字） */
.protection .list-paren {
  list-style: none;
}

/* テーブル見出し左寄せ */
.protection .common-table.th_left tbody th {
  text-align: left;
}

@media screen and (max-width: 767px) {
  /* 制定情報 */
  .protection .policy-info {
    padding: 15px;
    font-size: 1.4rem;
  }
  /* お問い合わせ窓口 */
  .protection .contact-info {
    margin-top: 30px;
    padding: 15px;
    font-size: 1.4rem;
  }
}
