@charset "UTF-8";
/**
 *
 * common: 共通
 *
*/
/*----------------------------
	ツール
-----------------------------*/
/*----------------------------
	Page
-----------------------------*/
#Page {
  background: url("../../images/bg-r.jpg") #000 top center;
  background-size: 90px;
}

/*----------------------------
	section_contents
-----------------------------*/
.section_contents .inner {
  max-width: 1280px;
}
.section_contents .inner .desc_title {
  width: 380px;
  margin: 0 auto;
  padding: 20px 0;
  background: #fd0002;
  text-align: center;
  margin-bottom: 50px;
  font-family: sawarabi-mincho, sans-serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;
  background: url("../../images/bg-r.jpg") top center;
  background-size: 90px;
}

@media all and (min-width: 1025px) and (max-width: 1279px) {
  .section_contents .inner {
    padding: 0 100px;
  }
}
@media all and (max-width: 1024px) {
  .section_contents .inner .desc_title {
    width: 48vw;
    padding: 3.2vw 0;
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 3.7333333333vw;
    background: url("../../images/bg-r.jpg") top center;
    background-size: 10.6666666667vw;
  }
}
/*----------------------------
	terms
-----------------------------*/
.terms .scroll-area {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: solid 1px #101649;
  padding: 40px 5px 40px 40px;
  background: #fff;
}
.terms h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.terms .terms_content {
  width: 100%;
  margin-bottom: 20px;
  opacity: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  text-align: left;
}
.terms .terms_content:last-child {
  margin-bottom: 0;
}
.terms .terms_content p, .terms .terms_content li {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.terms .terms_content h4 {
  margin-bottom: 3px;
}
.terms .terms_content a {
  display: inline;
  color: #00a0e9;
}
.terms .terms_content .disclist li {
  margin-left: 20px;
}
.terms .terms_content .disclist li::before {
  position: relative;
  top: -3px;
  left: -10px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 100%;
  background: #000;
}
.terms .terms_content .numberlist li {
  list-style-type: decimal;
  margin-left: 20px;
}
.terms .terms_content .alphalist li {
  list-style-type: lower-alpha;
  margin-left: 20px;
}

input[type=checkbox] {
  display: none !important;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: relative;
  justify-content: flex-start !important;
  align-items: center !important;
  position: relative;
}
.checkbox span {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  border: 1px solid #101649;
  background: #fff;
}
.checkbox span::after {
  border-right: 2px solid #101649;
  border-bottom: 2px solid #101649;
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  top: calc(50% - 6px);
  left: calc(50% - 2px);
  opacity: 0;
  position: absolute;
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox span::after {
  opacity: 1;
}

.mCSB_scrollTools {
  width: 30px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_draggerContainer::before {
  content: "";
  width: 4px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
}
.mCSB_draggerContainer .mCSB_draggerRail {
  display: none;
}

@media all and (max-width: 1024px) {
  .terms .scroll-area {
    height: 85.3333333333vw;
    padding: 4.2666666667vw 0 4.2666666667vw 4.2666666667vw;
  }
  .terms h3 {
    font-size: 3.2vw;
    line-height: 3.2vw;
    letter-spacing: 0;
    margin-bottom: 2.6666666667vw;
  }
  .terms .terms_content {
    margin-bottom: 5.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
  }
  .terms .terms_content:last-child {
    margin-bottom: 0;
  }
  .terms .terms_content p, .terms .terms_content li {
    font-size: 2.6666666667vw;
    line-height: 4.2666666667vw;
  }
  .terms .terms_content h4 {
    margin-bottom: 0.5333333333vw;
  }
  .terms .terms_content .disclist li {
    margin-left: 4vw;
  }
  .terms .terms_content .disclist li::before {
    top: -0.5333333333vw;
    left: -2.4vw;
    width: 0.5333333333vw;
    height: 0.5333333333vw;
  }
  .terms .terms_content .numberlist li {
    margin-left: 4vw;
  }
  .terms .terms_content .alphalist li {
    margin-left: 4vw;
  }
  .mCSB_scrollTools {
    width: 4.2666666667vw;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 4.2666666667vw;
  }
  .checkbox span {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .checkbox span::after {
    width: 1.0666666667vw;
    height: 2.1333333333vw;
    top: calc(50% - 1.066665vw);
    left: calc(50% - 0.533335vw);
  }
}
/*# sourceMappingURL=common.css.map */