@charset "utf-8";

.p-privacy {
    max-width: 994px;
    margin: 0 auto;
}
.p-privacy__lead {
    line-height: 1.8;
    margin-top: 48px;
    margin-bottom: 32px;
}
.p-privacy__block {
    margin-bottom: 24px;
}

.p-privacy__block ul {
    margin-top: 8px;
}
.p-qm .p-privacy__block ul {
    margin-top: 0;
}
.p-privacy__block ul li {
    line-height: 1.7;
    margin-left: 0.8em;
    position: relative;
}
.p-privacy__block ul li:before {
    content: '・';
    font-family: "Shippori Mincho B1", serif;
    font-size: 18px;
    line-height: 1.7;
    margin-left: -0.8em;
    position: absolute;
    top: -0.3em;
    left: 0;
}
.p-privacy__block ol {
    list-style-type: decimal;
    padding-left: 0;
}
.p-privacy__block ol li {
    line-height: 1.7;
    margin-left: 1.3em;
    position: relative;
    list-style-position: outside;
}
.p-privacy__block ol li::marker {
    font-family: "Shippori Mincho B1", serif;
    line-height: 1.7;
}
.p-privacy__contact {
    width: 100%;
    line-height: 1.7;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 35px 52px;
}
.p-privacy__tel {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 8px;
}
.p-privacy__tel a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .p-privacy__block ul li {
        margin-left: 1.3em;
    }
    .p-privacy__block ul li:before {
        left: -0.1em;
    }
    .p-privacy__block ol li {
        margin-left: 1.3em;
    }
    .p-privacy__contact {
        padding: 32px 20px;
    }
}
.p-qm .inner{
    max-width: 952px;
    margin: 0 auto;
}
.p-qm__block-top{
    margin-top:48px;
}
.p-qm h2{
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 22px;
    position: relative;
}

.u-mgb8{
  margin-bottom:8px;
}
.u-mgb48{
  margin-bottom:48px;
}
@media screen and (max-width: 768px){
    .p-qm{
        max-width: 952px;
        margin: 0 auto;
    }
    .p-qm__block-top{
        margin-top:36px;
    }
    .p-qm h2{
        margin-bottom: 24px;
        padding-bottom: 8px;
    }
}

.u-pc{
  display:block;
}
.u-sp{
  display:none;
}
@media screen and (max-width: 768px){
  .u-pc{
    display:none;
  }
  .u-sp{
    display:block;
  }
}
