@charset "UTF-8";
/*--------------------------------------
START プライバシーポリシー
--------------------------------------*/
.Privacy {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px; }

.Privacy ol, ul {
  padding-left: 0; }

.Privacy > section {
  margin-bottom: 40px; }

.PrivacySummary {
  margin: 20px 0 30px; }

.PrivacyTitle1 {
  font-size: 30px;
  color: #125a66;
  margin-bottom: 30px;
  border-top: solid 1px #125a66;
  border-bottom: solid 1px #125a66;
  font-weight: bold;
  padding: 16px 0 14px 0;
  line-height: 45px;
  background-color: #fff;
  text-align: left; }

.PrivacyTitle1::before {
  content: "◆";
  margin-right: 15px; }

.PrivacyTitle2 {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 10px 0 !important; }

.PrivacyText {
  margin-bottom: 10px; }

/*数字付きリスト1、数字付きリスト2*/
.PrivacyList1, .PrivacyList2 {
  list-style: none outside; }

.PrivacyList1ItemNumber {
  margin-bottom: 8px;
  text-indent: -1.5em;
  padding-left: 1.5em; }

.PrivacyList2ItemNumber {
  margin-bottom: 8px;
  text-indent: -2em;
  padding-left: 2em; }

/*内側黒丸リスト*/
.PrivacyListItemNumberInsideList {
  list-style: disc outside;
  margin: 10px 0 20px 37px !important; }

.PrivacyListItemNumberInsideListItem {
  margin-bottom: 8px;
  text-indent: 0;
  padding-left: 0; }

/*オプトアウト*/
.PrivacyPartnerList {
  list-style: disc outside;
  margin: 10px 0 20px 37px !important;
  font-weight: bold; }

.PrivacyPartnerListItem {
  margin-bottom: 20px; }

.PrivacyPartnerListItemLink {
  color: #0069cc;
  display: inline-block;
  text-decoration: underline;
  margin: 10px 0 5px 0;
  position: relative;
  font-weight: normal;
  padding-right: 22px; }

.PrivacyPartnerListItemLink::after {
  /*	font-size: 17px;
      font-family: material icons;
      content: "launch";
      position: absolute;
      right:0;
      bottom: -3px;
      color: #0069cc;*/
  content: "";
  background-image: url("/content/Images/icon/launch.gif");
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -3px;
  bottom: 3px;
  color: #0069cc; }

.PrivacyPartnerListItemLink:hover,
.PrivacyPartnerListItemLink:hover::after {
  opacity: 0.8; }

/*問い合わせ*/
.PrivacyInquiry {
  border: solid 1px #ddd;
  padding: 10px; }

.PrivacyDate {
  color: #555; }
