/* Scss Document */
.cont1000 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.menu {
  margin: 17px auto 50px;
}

@media screen and (max-width: 750px) {
  .menu {
    margin: 12px auto 25px;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }
}

@media screen and (max-width: 360px) {
  .menu {
    font-size: 13px;
  }
}

.menu .text00 + .text00::before {
  content: "/";
  margin: 0 16px;
}

.privacy {
  padding-bottom: 95px;
}

.privacy h2 {
  font-size: 26px;
  font-weight: bold;
  color: #f95d09;
  margin: 75px 0 90px;
}

@media screen and (max-width: 767px) {
  .privacy h2 {
    font-size: 20px;
    margin: 50px 0;
  }
}

.privacy .first01 {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.privacy h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.privacy h4 {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: right;
  margin-right:2%;
}

.privacy .inner01 {
  margin-bottom: 30px;
}

.privacy ol {
  padding-left: 2em;
  list-style-type: decimal;
  margin-bottom: 15px;
}

.privacy .sup01 {
  margin-bottom: 15px;
}

.privacy .sup02 {
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy .last01 {
  margin-bottom: 0;
}

.privacy ol, .privacy li {
  line-height: 1.7;
}

.footer .pageTop {
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.footer .pageTop:before {
  content: '';
  width: 2px;
  height: 35px;
  background-color: #f95d09;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .footer .pageTop:before {
    height: 20px;
    top: -11px;
  }
}

.footer .pageTop a {
  font-weight: bold;
}
