h2 {
  font-size: min(max(2.8vw), 1.4rem);
  margin: 0;
  padding-bottom: 2%;
  border-bottom: 2px dotted lightgray;
}

h2::before {
  content: "::";
  font-size: min(max(4vw), 2rem);
  color: rgb(255, 212, 20);
  letter-spacing: min(max(0.2vw), 0.1rem);
  margin-right: 1%;
}

main {
  display: flex;
  justify-content: space-between;
  font-size: min(max(2vw), 1rem);
}

/* サイドメニュー */
aside {
  margin-top: 5%;
}

.side_menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contents {
  width: 65%;
  margin: auto;
}

.contents p {
  line-height: 1.8;
}

section {
  width: 90%;
  margin-left: 0;
  margin-bottom: 10%;
}


section>div {
  margin: 2rem 0;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

/* コンテンツ内 */
ol>li {
  margin: 0;
  margin: 1.5rem 0;
  letter-spacing: 0.1rem;
}

p {
  margin: 2% 0;
  text-indent: 0;
  letter-spacing: 0.1rem;
}

#PrivacyPolicy1 ol {
  margin: 0;
  padding: 0;
}

#PrivacyPolicy1 li {
  list-style-type: none;
}

#PrivacyPolicy1 li p {
  padding-left: 1.8rem
}

ol.parentheses {
  margin-left: 0.5rem;
}

ol.parentheses>li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -2.1rem;
}

ol.parentheses>li>* {
  text-indent: 0rem;
}

ol.parentheses>li:before {
  display: marker;
  content: "("counter(cnt) ") ";
}

ol.parentheses table tr>*:first-child {
  min-width: 3rem;
}

table {
  border-collapse: collapse;
  margin-left: 1rem;
}

table tr>* {
  border: 1px solid black
}

table.information tr>*:first-child {
  min-width: 4rem;
}

table.information tr>*:last-child {
  min-width: 15rem;
}

#PrivacyPolicy1 {
  background: url(/img/privacy/bg_1.png) 100% 2%,
    url(/img/privacy/bg_2.png) 25% 100%;
  background-size: 25%, 16%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 9%;
  padding-bottom: 1%;
  margin-top: -9%;
}

#PrivacyPolicy2 {
  background: url(/img/privacy/bg_3.png) 90% 0,
    url(/img/privacy/bg_4.png) 100% 50%,
    url(/img/privacy/bg_5.png) 0 100%;
  background-size: 20%, 60%, 25%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 10%;
  padding-bottom: 4%;
  margin-top: -10%;
}

/* #PrivacyPolicy3 {
  background: url(/img/privacy/bg_6.png) 100% 0,
    url(/img/privacy/bg_7.png) -4% 96%,
    url(/img/top/back/company.png) 0 30%,
    url(/img/top/back/recruit3.png) 100% 58%;
  background-size: 25%, 25%, 50%, 40%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 2%;
  padding-bottom: 4%;
  margin-top: -5%;
}

#PrivacyPolicy3 h2 {
  padding-top: 10%;
  margin-top: -2%;
} */

/* safari */
_::-webkit-full-page-media,
_:future,
:root .main_title {
  height: 5vw;
}

_::-webkit-full-page-media,
_:future,
:root .main_title h1 {
  margin-top: -1vw;
}