#privacy .base {
  background: #fff !important;
}
@media screen and (max-width: 768px) {
  #privacy .guide-list .guide-title {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #privacy .guide-list .guide-title {
    text-align: left;
  }
}


#privacy .content h1 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  color: #3d9e1c;
}
#privacy .content p {
  margin-top: 20px;
}
#privacy .content .right {
  text-align: right;
}
#privacy .content .right-kaigyou {
  text-align: right;
  line-height: 1.5;
}
#privacy .content put {
  margin-top: 0;
}
#privacy .content li {
  list-style: auto;
  margin-top: 20px;
}
#privacy .content ol {
  margin-left: 1em;
}


.guide-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .guide-table {
    display: block;
  }
}
.guide-table dt {
  width: 50%;
  border: 1px solid #47cc7c;
  margin-bottom: -1px;
  background: #e2f6e0;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .guide-table dt {
    width: 100%;
  }
}
.guide-table dd {
  width: 50%;
  border: 1px solid #47cc7c;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .guide-table dd {
    width: 100%;
    margin-left: 0px;
  }
}