@charset "UTF-8";
/*
# =================================================================
# 利用規約
# =================================================================*/
#privacy.terms .mv {
  background: url(../../website_terms/img/privacyTtlBg.jpg) no-repeat center center / cover;
}
#privacy.terms .pankuzu {
  margin: 0 0 80px 0;
}
#privacy.terms .container .inner .contents {
  margin: 0 0 65px 0;
}
#privacy.terms .container .inner .contents h2 {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #d5d8da;
  font-size: 21px;
  letter-spacing: .04em;
  position: relative;
}
#privacy.terms .container .inner .contents h2::after {
  content: '';
  width: 125px;
  height: 1px;
  background: #e62119;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#privacy.terms .container .inner .contents h3 {
  padding: 0 0 0 5px;
  font-size: 16px;
}
#privacy.terms .container .inner .contents p {
  margin: 0 0 30px 0;
  padding: 0 0 0 5px;
}
#privacy.terms .container .inner .contents .link1 {
  padding: 0 0 0 38px;
  color: #000;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  transition: .3s;
}
#privacy.terms .container .inner .contents .link1::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../../img/iconArrow2.svg) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
}
#privacy.terms .container .inner .contents .link1:hover {
  opacity: .5;
}
#privacy.terms .container .inner .contents .link1 img {
  position: relative;
  top: 5px;
  left: 10px;
}
#privacy.terms .container .inner .contents ol {
  padding: 0 0 0 5px;
}
#privacy.terms .container .inner .contents ol li {
  list-style: none;
  font-size: 16px;
  line-height: 2;
}
#privacy.terms .container .inner .contents ol li span {
  font-weight: bold;
}
#privacy.terms .container .inner .contents ol li ol {
  padding: 0 0 0 18px;
}
#privacy.terms .container .inner .contents .box1 {
  padding: 0 0 0 25px;
}
#privacy.terms .container .inner .contents .box1 img.imgAdobe {
  margin: -20px 0 35px 0;
  display: block;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}

/* tablet */
@media screen and (max-width: 767.98px) {
  #privacy.terms .mv {
    margin: 0 0 50px 0;
  }
  #privacy.terms .container .inner .contents .link1 {
    transition: none;
  }
  #privacy.terms .container .inner .contents .link1:hover {
    opacity: 1;
  }
}

/* mobile L */
@media screen and (max-width: 450px) {
  #privacy.terms .mv {
    background: url(../../website_terms/img/privacyTtlBg_sp.jpg) no-repeat center center / cover;;
  }
  #privacy.terms .mv {
    padding: 40px 0;
  }
  #privacy.terms .container .inner .contents {
    margin: 0 0 45px 0;
  }
  #privacy.terms .container .inner .contents h2 {
    font-size: 4.8vw;
  }
  #privacy.terms .container .inner .contents p {
    padding: 0;
    font-size: 4.2vw;
  }
  #privacy.terms .container .inner .contents ol {
    padding: 0;
  }
  #privacy.terms .container .inner .contents ol li {
    font-size: 4.2vw;
    line-height: 1.8;
  }
  #privacy.terms .container .inner .contents h3 {
    font-size: 4.2vw;
    padding: 0;
  }
  #privacy.terms .container .inner .contents .box1 {
    padding: 0 0 0 18px;
  }
  #privacy.terms .container .inner .contents .link1 img {
    top: 4px;
    left: 6px;
  }
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
