/* =========================================================
   DOGGY'S ISLAND 会員制LP — info.css
   会社概要・プライバシーポリシー等の情報ページ共通スタイル
========================================================= */
.info_header {
  background: var(--paper);
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.info_logo {
  display: inline-block;
  margin-left:160px;
}
.info_logo img {
  height: 40px;
}

#info_content {
  background: var(--paper);
  padding: 80px 0 100px;
}
#info_content .inner.narrow {
  max-width: 760px;
}
#info_content .eyebrow {
  text-align: left;
  color: var(--gold-dk);
}
#info_content .sec_title {
  text-align: left;
  margin-bottom: 40px;
}

.info_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.info_table th,
.info_table td {
  text-align: left;
  padding: 18px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.8;
  vertical-align: top;
}
.info_table th {
  width: 180px;
  color: var(--gold-dk);
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.info_table a {
  color: var(--green);
}

.policy_lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 48px;
}
.policy_block {
  margin-bottom: 40px;
}
.policy_block h2 {
  font-size: 17px;
  font-family: var(--serif);
  color: var(--gold-dk);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.policy_block p {
  font-size: 13px;
  line-height: 2;
  color: var(--brown);
  margin-bottom: 10px;
}
.policy_block ul {
  margin: 10px 0 0;
  padding-left: 1.2em;
}
.policy_block li {
  list-style: disc;
  font-size: 13px;
  line-height: 2;
  color: var(--brown);
  margin-bottom: 6px;
}
.policy_contact {
  font-size: 13px;
  line-height: 2;
  color: var(--brown);
}

.info_back {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--brown);
  transition: opacity 0.25s;
}
.info_back:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  #info_content {
    padding: 48px 0 60px;
  }
  .info_table th {
    width: 110px;
    font-size: 12px;
    padding: 14px 10px;
  }
  .info_table td {
    font-size: 12px;
    padding: 14px 10px;
  }
}
