@charset "utf-8";
/*
 customer_harassment.css
*/
/* -----------------------------------------------
= headerを最初からスクロール後の状態にする
----------------------------------------------- */
body.customer-harassment .header {
  background: #fff;
  border-bottom: 1px solid #e8ebec;
}
body.customer-harassment .header .logo img.default {
  opacity: 0;
}
body.customer-harassment .header .logo img.fixed {
  opacity: 1;
}
body.customer-harassment .g_nav > ul > li > a {
  color: #152433;
}
body.customer-harassment .nav_btn span {
  background: #152433;
}
/* ヘッダー要素を最初から表示（フェードインなし） */
body.customer-harassment .header .logo,
body.customer-harassment .header .contact,
body.customer-harassment .g_nav,
body.customer-harassment .nav_btn {
  opacity: 1;
  transition: none;
}
/* -----------------------------------------------
= content
----------------------------------------------- */
.content {
  padding: 60px 0;
}
.content .inner {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {/* PC */
.content {
  padding: 80px 0 100px;
}
.content .inner {
  padding: 0 40px;
}
}/* @media */
/* -----------------------------------------------
= policy_content
----------------------------------------------- */
.policy_content {
  background: #fff;
  padding: 40px 20px;
  border-radius: 8px;
}
.policy_content section {
  margin-bottom: 32px;
}
.policy_content section:last-child {
  margin-bottom: 0;
}
.policy_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.5;
}
.policy_subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.5;
}
.policy_text {
  font-size: 14px;
  line-height: 1.8;
}
.policy_text p {
  margin-bottom: 16px;
}
.policy_text p:last-child {
  margin-bottom: 0;
}
.policy_list {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}
.policy_list li {
  margin-bottom: 4px;
  line-height: 1.8;
}
.policy_list li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.policy_content {
  padding: 60px 80px;
}
.policy_content section {
  margin-bottom: 48px;
}
.policy_title {
  font-size: 32px;
  margin-bottom: 48px;
}
.policy_subtitle {
  font-size: 18px;
}
}/* @media */
