@charset "UTF-8";
.box {
  display: -webkit-flex;
  display: flex;
}
.box.bpCenter {
  -webkit-justify-content: center;
  justify-content: center;
}
.box.baEnd {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.box.baCenter {
  -webkit-align-items: center;
  align-items: center;
}
.box.space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.img-full {
  width: 100%;
}

.Refinery75Medium {
  font-family: "Refinery-75Medium", sans-serif;
}

.container-in {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container-in.type1 {
  max-width: 1096px;
}
.container-in.type2 {
  max-width: 908px;
}

.disp-sp {
  display: none;
}

@media screen and (max-width: 1096px) {
  .container-in.type1 {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 908px) {
  .container-in.type2 {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .container-in {
    width: calc(100% - 48px);
  }

  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.terms-contents {
  margin-top: 40px;
  padding-bottom: 120px;
  letter-spacing: 0.08em;
}
.terms-contents .text1 {
  font-size: 16px;
  line-height: 28px;
}
.terms-contents .text1 a {
  word-break: break-all;
  display: inline-block;
  text-decoration: underline;
}
.terms-contents .text1 a:hover {
  text-decoration: none;
}
.terms-contents .terms-box {
  margin-top: 80px;
}
.terms-contents .terms-box .ttl1 {
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.terms-contents .terms-box .ttl2 {
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.terms-contents .terms-box .text2 {
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
}
.terms-contents .terms-box .text2:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .terms-contents {
    margin-top: 40px;
    padding-bottom: 100px;
  }
  .terms-contents .text1 {
    font-size: 14px;
    line-height: 26px;
  }
  .terms-contents .terms-box {
    margin-top: 40px;
  }
  .terms-contents .terms-box .ttl1 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .terms-contents .terms-box .ttl2 {
    font-size: 14px;
    line-height: 26px;
  }
  .terms-contents .terms-box .text2 {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
  }
  .terms-contents .terms-box .text2:before {
    position: absolute;
    content: "・";
    top: 2px;
    left: 0px;
  }
}
