@charset "utf-8";

.main_image {
  width: 100%;
  background: url(../images/main_image.jpg) center center no-repeat;
  background-size: cover;
}

.cont h1 {
  background-image: url(../images/title.png);
    background-size: 544px;
}


@media only screen and (max-width: 768px) {
  .cont h1 {
    background-size: 90%;
  }
}

#privacy dl dt:first-of-type {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

#privacy dl dt {
  margin: 30px 0 10px;
  font-weight: bold;
}

#privacy dl dd {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

#privacy p.name {
  margin-top: 20px;
  text-align: right;
  font-weight: 600;
}

#privacy p.name span {
  display: block;
}

@media only screen and (max-width: 768px) {
  .cont h2 {
    width: 100%;
    margin-bottom: 20px;
font-size: 18px;
  }
}
