@charset "utf-8";

/* ----- My Page common ----- */
body {
  color: #374047;
  /*light-color:#7c868d*/
}

div.header {
  position: fixed;
  top: 0;
  z-index: 999;
}

div.header div.online_logo {
  width: 73px;
}

a:hover img {
  opacity: 0.4;
}

.for_sp {
  display: none;
}

.for_pc {
  display: inline-block;
}

div.maincontents {
  width: 90%;
  max-width: 1280px;
  margin: 140px auto 80px;
  padding: 40px 50px;
  background: #fff;
  border-radius: 10px;
  min-width: 767px;
}

/*----- policy term -----*/
div.policy_terms h2 {
  font-size: 130%;
  margin-bottom: 20px;
}

div.policy_terms h3 {
  font-size: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

div.policy_terms p {
  font-size: 87%;
  margin-bottom: 20px;
}

div.policy_terms ol {
  font-size: 87%;
  margin-bottom: 20px;
  list-style: decimal;
  margin-left: 20px;
}

div.policy_terms ul.dot {
  font-size: 87%;
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 40px;
}

div.policy_terms ul.alfa {
  list-style: lower-alpha;
  margin-left: 40px;
}

div.policy_terms ul.alfa li {
  margin-bottom: 0;
}

div.policy_terms ol li {
  margin-bottom: 10px;
}

div.policy_terms p.ml {
  margin-left: 20px;
}

div.policy_terms p.mb0 {
  margin-bottom: 0;
}

div.policy_terms p.indent3a {
  text-indent: -1.6em;
  margin-left: 1.6em;
  font-size: 87%;
  margin-top: 5px;
  margin-bottom: 0;
}

div.policy_terms p.indent3 {
  text-indent: -1.6em;
  margin-left: 1.6em;
  font-size: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

.modal_pp {
  display: none;
}