/*---------------------------------------------
    common
---------------------------------------------*/
.button {
  text-align: center;
}
.button a::before {
  background: #000;
  bottom: 4px;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 8px;
  position: relative;
  width: 30px;
}

.section-ttl {
  align-items: center;
  color: #ec6300;
  display: flex;
  font-size: 2.2rem;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .section-ttl {
    font-size: 2rem;
  }
}
.section-ttl::before {
  background: #c9caca;
  content: "";
  height: 1px;
  left: -9%;
  position: absolute;
  width: 8%;
}
.section-ttl .ja {
  color: #727171;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 24px;
}

main {
  background: #fff;
  box-shadow: 0px 0px 15px -5px #3d3d3d;
  margin: 0 auto;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 24px 5% 20px;
  position: relative;
  width: 90%;
  z-index: 99;
}

/*---------------------------------------------
    main-ttl
---------------------------------------------*/
.main-ttl {
  margin: 0 auto 24px;
  padding-top: 90px;
  width: 80%;
}
.main-ttl h1 {
  align-items: center;
  color: #231815;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
}
.main-ttl .ja {
  font-size: 1.3rem;
  font-weight: normal;
  margin-left: 30px;
}

.fixed {
  position: fixed;
  top: 30px;
  z-index: 1000;
}

/*---------------------------------------------
    privacypolicy
---------------------------------------------*/
.privacypolicy {
  margin: 0 auto;
  max-width: 1080px;
  padding: 40px 0;
  position: relative;
  width: 86%;
}
@media screen and (max-width: 500px) {
  .privacypolicy {
    padding-left: 0;
    padding-right: 0;
  }
}
.privacypolicy .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .privacypolicy .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .privacypolicy dl {
    font-size: 1.4rem;
  }
}
.privacypolicy dl dt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .privacypolicy dl dt {
    font-size: 1.6rem;
  }
}
.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;
  }
}