@charset "utf-8";

html, body,#privacy {
  margin: 0;
  padding: 0;
  color: #555;
}
/*プライバシーポリシー*/

#privacy header .menu-box {
  text-align: center;
  padding: 2%;
  background: #fff;
  border-bottom: 2px #002155 solid;
  position: relative;
}

#privacy #container #privacy_contents .inner {
  padding: 2%;
}
#privacy h1 {
  font-size: 0.8rem;
  font-weight: normal;
}
#privacy #privacy_contents section h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}


#privacy #privacy_contents section h3 {
  font-size: 1.2rem;
  background: #F5F2EA;
  color:#666;
  padding: 1.2%;
  margin-bottom: 18px;
}

#privacy #privacy_contents section p {
  padding: 1.2%;
}

#privacy #privacy_contents section ul {
  list-style: disc;
  margin-left: 12px;
  padding: 1.2%;
}

#privacy #privacy_contents section ol {
  list-style: decimal;
  margin-left: 12px;
    padding: 1.2%;
}

#privacy #privacy_contents .partnership li {
  margin-bottom: 18px;
}

#privacy #privacy_contents .for-contact {
  border: 1px #ccc solid;
  padding: 2%;
}

#footer .copy {
  font-size: 0.6rem;
  color:#fff;
  padding: 0.2rem;
  background: #000;
  text-align: center;
}

#header .back_to_toppage {
    padding: 10px 20px;
    transition: 0.5s;
    text-decoration: none;
    color: #0d3c82;
    border: 1px solid #0d3c82;
    background: #fff;
    position: absolute;
    right: 1rem;
    top:2rem;
    width: auto;
}
