header {
  width: 100%;
  margin-top: calc(55px + 15vw);
}

.main_title {
  width: 85%;
  height: 1.2rem;
  padding-top: 2.4rem;
  padding-left: 0.5rem;
  margin: auto;
  margin-top: -3rem;
  margin-bottom: 7rem;
  border-left: 0.7rem solid black;
}

.main_title small {
  font-size: 1rem;
  margin: 0;
  text-shadow: 0 0 1px #777;
  letter-spacing: 0.1rem;
}

.main_title h1 {
  margin: 0;
  margin-top: 0.3rem;
  font-size: 2.57rem;
  font-weight: normal;
  text-shadow: 0 0 1px black;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: space-between;
}

aside {
  background: url(/img/service/back/service_bg.png) 20% 35%;
  background-size: 60%;
  background-attachment: local;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
}

h2 {
  font-size: 1.3rem;
  width: 100%;
  padding-bottom: 2%;
  border-bottom: 2px dotted lightgray;
}

h2::before {
  content: "::";
  font-size: 1.8rem;
  color: rgb(255, 212, 20);
  letter-spacing: 0.1rem;
  margin-right: 1%;
}

[v-cloak] {
  display: none;
}

.side_btn {
  position: absolute;
  font-size: 2.5rem;
  right: 5%;
  top: calc(55px + 17vw);
}

.side_menu {
  width: 60%;
  list-style: none;
  margin: 0;
  margin-left: 20%;
  margin-top: 20%;
  padding: 0;
}

.side_menu li {
  padding: 10% 0;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 1px #666;
  display: block;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.side_menu li::after {
  content: "▼";
  margin-left: 10vw;
}

.contents {
  margin: 10vw 0;
}

.contents p {
  line-height: 1.6;
}

section {
  width: 100%;
}

section>div {
  width: 80%;
  margin: auto;
}

/* コンテンツ内 */
ol {
  margin: 0;
  padding: 0
}

p {
  margin: 0;
  text-indent: 0;
}

#PrivacyPolicy1 li {
  list-style-type: none;
}

#PrivacyPolicy1 li p {
  padding-left: 1.8rem
}

ol.parentheses {
  margin-left: 1.8rem;
}

ol.parentheses>li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.8rem;
}

ol.parentheses>li>* {
  text-indent: 0rem;
}

ol.parentheses>li:before {
  display: marker;
  content: "("counter(cnt) ") ";
}

table {
  border-collapse: collapse;
  margin-left: 1rem;
  font-size: 0.8rem;
}

table tr>* {
  border: 1px solid black
}

#PrivacyPolicy1 {
  background: url(/img/privacy/bg_1.png) 100% 1%,
    url(/img/privacy/bg_3.png) 98% 86%,
    url(/img/privacy/bg_2.png) 84% 90%;
  background-size: 25%, 20%, 24%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 9%;
  padding-bottom: 50%;
}

#PrivacyPolicy1 h2 {
  margin-top: 10vw;
}

#PrivacyPolicy2 {
  background: url(/img/privacy/bg_4.png) 100% 50%,
    url(/img/privacy/bg_5.png) 0 100%;
  background-size: 60%, 40%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 30%;
  padding-bottom: 15%;
  margin-top: -42%;
}

#PrivacyPolicy2 h2 {
  margin-top: -11vw;
}

/* #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: 35%, 50%, 60%, 50%;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 2%;
  padding-bottom: 4%;
  margin-top: -2%;
}

#PrivacyPolicy3 h2 {
  padding-top: -10vw;
  margin-top: 17vw;
} */