/*---------------------------------------------
    common
---------------------------------------------*/
.wrapper {
  background: url(../images/common/bg_subpage.png) no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: 80px;
}

/*---------------------------------------------
    container
---------------------------------------------*/
.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.container h1 {
  -webkit-transform: rotate(90deg);
  font-family: 'Lato', sans-serif;
  font-size: 4rem;
  font-weight: bold;
  left: 8vw;
  letter-spacing: 2px;
  position: absolute;
  text-align: left;
  top: 80px;
  transform: rotate(90deg);
  z-index: 9999;
}

@media screen and (max-width: 1580px) {
  .container h1 {
    left: 3vw;
  }
}

@media screen and (max-width: 1400px) {
  .container h1 {
    left: -2%;
  }
}

@media screen and (max-width: 1024px) {
  .container h1 {
    font-size: 3.6rem;
    left: -3%;
  }
}

@media screen and (max-width: 768px) {
  .container h1 {
    -webkit-transform: rotate(0);
    font-size: 3.6rem;
    left: auto;
    position: relative;
    text-align: center;
    top: 0;
    transform: rotate(0);
  }
}

.container .subnav {
  position: absolute;
  right: 4vw;
  top: 36px;
}

@media screen and (max-width: 1580px) {
  .container .subnav {
    right: 2vw;
  }
}

@media screen and (max-width: 1400px) {
  .container .subnav {
    margin-bottom: 40px;
    position: relative;
    right: auto;
    top: 0;
  }
}

@media screen and (max-width: 1400px) {
  .container .subnav ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 1400px) {
  .container .subnav li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .container .subnav li {
    margin: 0 8px;
  }
}

.container .subnav li a {
  font-weight: bold;
}

@media screen and (max-width: 1580px) {
  .container .subnav li a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .container .subnav li a {
    font-size: 1.2rem;
  }
}

.container .subnav li a::before {
  content: ">";
}

/*---------------------------------------------
    privacypolicy
---------------------------------------------*/
.container h1 {
  -webkit-transform: rotate(0deg);
  font-size: 2.8rem;
  left: auto;
  margin-bottom: 24px;
  position: relative;
  right: auto;
  text-align: center;
  top: 0;
  transform: rotate(0deg);
}

.privacypolicy {
  background: #fff;
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 5% 40px;
  position: relative;
  width: 86%;
}

@media screen and (max-width: 1024px) {
  .privacypolicy {
    padding-left: 0;
    padding-right: 0;
  }
}

.privacypolicy .txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .privacypolicy .txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .privacypolicy dl {
    font-size: 1.6rem;
  }
}

.privacypolicy dl dt {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .privacypolicy dl dt {
    font-size: 1.8rem;
  }
}

.privacypolicy dl dd {
  margin-bottom: 24px;
}

.privacypolicy dl dd .contact_box {
  border: #ccc solid 1px;
  display: inline-block;
  margin: 40px 0;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .privacypolicy dl dd .contact_box {
    font-size: 1.4rem;
    padding: 18px;
  }
}
