@charset "UTF-8";
/* =====================================

	▼▼▼ プライバシーポリシー

===================================== */
/* ====================
ページタイトル
==================== */
.page_main .page_main__image {
  background: url(../img/contact/mv.png) no-repeat scroll center center;
  background-size: cover;
}

.sub_title_txt .c_name img {
  vertical-align: middle;
}
.sub_title_txt .en {
  font-size: 12px;
  padding-left: 5px;
  display: inline-block;
  text-align: left;
}

.privacy_wrap {
  padding-bottom: 100px;
}
.privacy_wrap .item:not(:last-child) {
  margin-bottom: 50px;
}
.privacy_wrap .item dt {
  color: #0053A5;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #0053A5;
  margin: 0 0 20px;
}
.privacy_wrap .item dd .number {
  counter-reset: number;
  margin-top: 20px;
}
.privacy_wrap .item dd .number li {
  counter-increment: number;
  position: relative;
  padding: 0 0 0 50px;
}
.privacy_wrap .item dd .number li:before {
  content: "（" counter(number, decimal) "）";
  position: absolute;
  left: 0;
}
.privacy_wrap .item dd .boxlist {
  margin-top: 20px;
}
.privacy_wrap .item dd .boxlist li {
  position: relative;
  padding: 0 0 0 1.2em;
}
.privacy_wrap .item dd .boxlist li:before {
  content: "□";
  position: absolute;
  left: 0;
}
.privacy_wrap .item dd .c_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 10px;
}
.privacy_wrap .item dd .c_name img {
  height: 16px;
  vertical-align: bottom;
}
.privacy_wrap .item dd .c_name .en {
  font-size: 12px;
  vertical-align: bottom;
  margin-left: 10px;
  line-height: 1.2;
}
.privacy_wrap .item dd small {
  font-size: 0;
}
.privacy_wrap .item dd font > small {
  font-size: 16px;
}
.privacy_wrap .item dd font:empty {
  display: none;
}
.privacy_wrap .item dd font:empty + br {
  display: none;
}

/* =====================================

	▼▼▼ 1024px以下

===================================== */
/* =====================================

	▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  .privacy_wrap {
    padding-bottom: 50px;
  }
  .privacy_wrap .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .privacy_wrap .item dt {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .privacy_wrap .item dd .number {
    margin-top: 10px;
  }
  .privacy_wrap .item dd .number li {
    counter-increment: number;
    position: relative;
    padding: 0 0 0 40px;
  }
  .privacy_wrap .item dd .number li:before {
    content: "（" counter(number, decimal) "）";
    position: absolute;
    left: 0;
  }
  .privacy_wrap .item dd .boxlist {
    margin-top: 20px;
  }
  .privacy_wrap .item dd .boxlist li {
    position: relative;
    padding: 0 0 0 1.2em;
  }
  .privacy_wrap .item dd .boxlist li:before {
    content: "□";
    position: absolute;
    left: 0;
  }
}
/* =====================================

	▼▼▼ 480px以下

===================================== */
@media screen and (max-width: 480px) {
  .sub_title_txt .c_name img {
    height: 13px;
  }
  .sub_title_txt .en {
    font-size: 10px;
    padding-left: 5px;
  }
  .privacy_wrap {
    padding-bottom: 50px;
  }
  .privacy_wrap .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .privacy_wrap .item dt {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .privacy_wrap .item dd .number {
    margin-top: 10px;
  }
  .privacy_wrap .item dd .number li {
    counter-increment: number;
    position: relative;
    padding: 0 0 0 40px;
  }
  .privacy_wrap .item dd .number li:before {
    content: "（" counter(number, decimal) "）";
    position: absolute;
    left: 0;
  }
  .privacy_wrap .item dd .boxlist {
    margin-top: 20px;
  }
  .privacy_wrap .item dd .boxlist li {
    position: relative;
    padding: 0 0 0 1.2em;
  }
  .privacy_wrap .item dd .boxlist li:before {
    content: "□";
    position: absolute;
    left: 0;
  }
  .privacy_wrap .item dd .c_name img {
    height: 13px;
  }
  .privacy_wrap .item dd .c_name .en {
    font-size: 10px;
    vertical-align: bottom;
    margin-left: 10px;
    line-height: 1.2;
  }
  .privacy_wrap .item dd font > small {
    font-size: 13px;
  }
}/*# sourceMappingURL=privacy.css.map */