@charset "utf-8";

.single-body h2 {
    /*font-size: 18px;
    font-weight: 700;
    line-height: 1.69; */
    border-top:0px !important;
    padding-top:0px !important;
    margin-top:0px !important;
}

/* 段落の下部余白を狭く&条文内の白い下線をなくす */
.policy-content-main>ol>li {
    margin-top: 50px !important;
    margin-bottom: 30px !important;
    border-top: 0px !important;
    margin-bottom: 150px;
    position: relative;
    padding-top: 0px !important;
}
.policy-content-main > ol > li::before {
    font-family: dnp-shuei-gothic-kin-std, sans-serif !important;
    }
    
.policy-content-main>ol>li ul li a:before {
    background: none !important;
}

.policy-content-main>ol h2 {
    padding-left: 0px !important;
}
.policy-content-main h3 {
    margin: 34px 0 16px !important;
}

/* ローマ文字　リスト */
.not_policy_list ol li.not_policy_list_li_abc {
  color: #091246;
  letter-spacing: .09em;
  line-height: 1.69;
  padding-left: 2em;
  font-weight: 400;
  list-style-type: none;
  counter-increment: abcd;
}

.not_policy_list ol li.not_policy_list_li_abc::before {
  font-family: dnp-shuei-gothic-kin-std, sans-serif !important;
  color: #091246;
  content: counter(abcd,lower-alpha)".";
  text-align: right !important;
  display: inline-block !important;

}
.not_policy_date {
    text-align: right;
}

.policy-gdpr-button {
    height: 46px;
    background-color: #a5a7b5;
    color: #ffffff !important;
    font-size: 14px;
    display: -webkit-inline-box;
    /* display:inline-flex; */
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 28px 0 48px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.policy-gdpr-button:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 13px;
    left: 48px;
    background: url(../../wp-content/themes/noandt2021/assets/images/icon-mail-white.svg) no-repeat 50%
}

.policy-gdpr-button:hover {
    background-color: #c3c5ce
}

@media only screen and (max-width: 767px) {
.policy-content-main > ol > li::before {
        top: 2px !important;
    }

}