@media screen and (min-width: 768px) and (max-width: 1140px) {
:is(.page-privacy1, .page-privacy2) .page.-two {
grid-template-columns: 200px 1fr;
}
}
.privacy {
font-size: 14px;
font-weight: var(--font-weight-regular);
line-height: 1.7;
}
.privacy p {
margin-top: 40px;
}
.privacy-title {
margin-top: 80px;
font-size: 28px;
font-weight: var(--font-weight-bold);
letter-spacing: 0.15rem;
}
h1.privacy-title {
margin-top: 0;
}
.privacy-list {
margin-top: 40px;
display: flex;
flex-direction: column;
gap: 40px;
}
.privacy-list.-ml {
margin-left: 20px;
}
.privacy-list > li {
position: relative;
padding-left: 2em;
}
.privacy-list > li::before {
position: absolute;
left: 0;
color: var(--color-main);
} .privacy-list .privacy-list {
margin-top: 30px;
gap: 30px;
} .privacy-list .privacy-list .privacy-list {
margin-top: 20px;
gap: 20px;
}  .privacy-list.-disc {
gap: 20px;
}
.privacy-list.-disc > li::before {
content: "";
width: 5px;
height: 5px;
border-radius: 99999px;
background-color: var(--color-main);
position: absolute;
top: 8px;
left: 4px;
} .privacy-list.-number {
counter-reset: number;
}
.privacy-list.-number > li {
counter-increment: number;
}
.privacy-list.-number > li::before {
content: counter(number) ". ";
} .privacy-list.-alpha {
counter-reset: alpha;
}
.privacy-list.-alpha > li {
counter-increment: alpha;
}
.privacy-list.-alpha > li::before {
content: counter(alpha, lower-alpha) ") ";
} @counter-style circled {
system: fixed;
symbols:
"①" "②" "③" "④" "⑤"
"⑥" "⑦" "⑧" "⑨" "⑩"
"⑪" "⑫" "⑬" "⑭" "⑮"
"⑯" "⑰" "⑱" "⑲" "⑳";
suffix: " ";
}
.privacy-list.-numbercircle {
counter-reset: number;
}
.privacy-list.-numbercircle > li {
counter-increment: number;
}
.privacy-list.-numbercircle > li::before {
content: counter(number, circled);
} .privacy-table {
margin-top: 20px;
margin-left: 20px;
width: 100%;
border-collapse: collapse;
border: 1px solid var(--color-border-beige);
}
.privacy-table th,
.privacy-table td {
padding: 20px;
border: 1px solid var(--color-border-beige);
}
.privacy-table thead th {
background: var(--color-back-dark);
font-weight: 700;
}
.privacy-table tbody th {
width: 220px;
font-weight: var(--font-weight-regular);
} .privacy-contact {
margin-top: 60px;
padding: 40px;
background-color: var(--color-back-dark);
border-radius: 40px;
}
.privacy-contact-title {
text-align: center;
font-size: 28px;
font-weight: var(--font-weight-bold);
letter-spacing: 0.15em;
}
.privacy-contact p {
margin-top: 30px;
} .privacy1-list {
margin-left: 20px;
position: relative;
padding-left: 2.2em;
}
.privacy1-list::before {
content: attr(data-num);
position: absolute;
left: 0;
color: var(--color-main);
}
@media screen and (max-width: 767px) {
.privacy p {
margin-top: 25px;
}
.privacy-title {
margin-top: 60px;
font-size: 24px;
} .privacy-list {
gap: 25px;
}
.privacy-list.-ml {
margin-left: 0;
}
.privacy-list li {
padding-left: 1.5em;
} .privacy-list > .privacy-list {
margin-top: 25px;
gap: 25px;
} .privacy-tablebox {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
}
.privacy-table {
margin-top: 25px;
margin-left: 0;
min-width: 700px;
}
.privacy-table th,
.privacy-table td {
padding: 15px;
}
.privacy-table-scrollnav {
margin-top: 10px;
padding-right: 25px;
color: var(--color-button-sub);
position: relative;
}
.privacy-table-scrollnav::after {
content: "";
width: 20px;
height: 20px;
background: url(//www.ye-p.co.jp/wp-content/themes/yep/assets/images/privacy/tablenav.png) no-repeat center center / contain;
display: block;
position: absolute;
top: 0;
left: auto;
right: 0;
} .privacy-contact {
padding: 40px 15px;
border-radius: 15px;
}
.privacy-contact-title {
font-size: 18px;
}
.privacy-contact p.fw-b {
margin-top: 25px;
text-align: center;
}
.privacy-contact p {
margin-top: 40px;
} .privacy1-list {
margin-left: 0;
}
} .nf {
margin-top: 240px;
text-align: center;
}
.nf-title {
margin-inline: auto;
width: fit-content;
font-size: 56px;
font-weight: var(--font-weight-bold);
color: var(--color-main);
letter-spacing: 0.15em;
position: relative;
}
.nf-title::after {
content: "";
background: url(//www.ye-p.co.jp/wp-content/themes/yep/assets/images/common/deco.png) center center / contain no-repeat;
width: 46px;
height: 53px;
position: absolute;
top: -20px;
right: -46px;
left: auto;
}
.nf-subtitle {
margin-top: 10px;
font-size: 18px;
font-weight: var(--font-weight-bold);
letter-spacing: 0.15em;
}
.nf-text {
margin-top: 40px;
font-weight: var(--font-weight-regular);
}
.nf-btn {
margin-top: 40px;
margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
.nf {
margin-top: 130px;
}
.nf-title {
font-size: 30px;
}
.nf-title::after {
width: 18px;
height: 22px;
top: -7px;
right: -15px;
}
.nf-subtitle {
font-size: 14px;
}
.nf-btn {
margin-bottom: 60px;
}
}