@charset "UTF-8";
/*---------------------------------------------
    common
---------------------------------------------*/
section {
  max-width: 960px;
}
section .section-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  section .section-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}
section > .inner .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  section > .inner .txt {
    font-size: 1.4rem;
    text-align: justify;
  }
}
section .sub-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  section .sub-nav {
    margin-bottom: 40px;
  }
}
section .sub-nav li {
  margin: 0 20px;
}
@media screen and (max-width: 1023px) {
  section .sub-nav li {
    margin: 0 7px;
  }
}
section .sub-nav li a {
  font-size: 1.8rem;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  section .sub-nav li a {
    font-size: 1.4rem;
  }
}
section dl {
  margin-bottom: 100px;
}
section dl dt {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  section dl dt {
    font-size: 2rem;
  }
}
#mv {
  align-items: center;
  background: url(../images/common/bg_mv.png);
  background-size: cover;
  display: flex;
  height: 360px;
  justify-content: center;
}
#mv .main-ttl {
  color: #fff;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #mv .main-ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #mv .main-ttl {
    font-size: 2.8rem;
  }
}

.section-ttl {
  line-height: 1.6;
}

/*---------------------------------------------
    privacypolicy
---------------------------------------------*/
.privacypolicy .txt {
  margin-bottom: 20px;
}
.privacypolicy .txt.inquiry {
  display: inline-block;
  padding: 10px 20px;
}
.privacypolicy dl dd {
  margin-bottom: 1em;
}
.privacypolicy ul li {
  font-size: 1.6rem;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 1023px) {
  .privacypolicy ul li {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.privacypolicy ul li::before {
  background-size: cover;
  content: "・";
  display: inline-block;
  height: 16px;
  margin-right: 16px;
  position: relative;
  top: 4px;
  width: 16px;
}
@media screen and (max-width: 1023px) {
  .privacypolicy ul li::before {
    height: 14px;
    margin-right: 2px;
    top: 2px;
    width: 14px;
  }
}