@charset "utf-8";
/* CSS Document */


.ttl_company_logo a :hover {
  opacity: 0.5;
}

@media screen and (max-width:767px) {
.sp_none {
  display: none;
}
}
.privacy_wrap {
  background-image: url(../img/bg_bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 388px;
  padding-bottom: 30px;
}

@media screen and (max-width:768px) {
.privacy_wrap {
  background-size: 100% auto;
}
}
.privacy_inner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
.privacy_inner {
  padding-top: 0px;
}
}
/*==========================================
プライバシーポリシー
===========================================*/

.privacy {
  max-width: 960px;
  font-size: 14px;
  line-height: 1.85em;
  margin: 0 auto;
  width: 95%;
}
section.privacy_contents {
  padding-bottom: 40px;
}
.privacy > p:first-of-type {
  margin-top: 50px;
}
/*.privacy h2 {
  text-align: left;
  margin: 44px auto 8px;
}*/
.privacy h2 {
  font-size: 1.2em;
  font-weight: 900;
  margin: 44px auto 8px;
  padding-bottom: .5em;
  border-bottom: 1px dotted #688092;
}
.privacy h4 {
  margin-top: 1em;
}
.privacy ol {
  list-style-type: decimal;
}
.privacy ul {
  list-style-type: disc;
}
.privacy ol:not(:last-of-type), .privacy ul:not(:last-of-type) {
  margin-left: 36px;
}
.privacy ol:last-of-type, .privacy ul:last-of-type {
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
.privacy {
  width: 96%;
}
}


a.top_back_a {
  color: #fff;
  display: block;
}
p.top_back {
  /* color: #fff; */
  background-color: #bcd030;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
}
.privacy_button {
  border: 2px solid #bcd030;
  color: #fff;
  line-height: 50px;
}
p.top_back:hover {
  background-color: #fff;
  border-color: #bcd030;
  color: #59b1eb;
}
a.top_back_a:hover {
  color: #000;
}
