@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
/*size*/
/*color*/
/*sns*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 terms.css
*/
/* terms
========================================== */
.terms {
  position: relative;
}
.terms_inner {
  margin: auto;
  padding: 0 20px 20px;
  max-width: 960px;
  position: relative;
  z-index: 1;
}

.attentionText {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #e71f19;
}

.detail {
  border: solid #e71f19 2px;
  margin-top: 15px;
  padding: 30px 35px 20px;
}
.detail_box {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-left: 1em;
  text-align: justify;
}
.detail_box ul li {
  padding: 5px 0;
  line-height: 1.9em;
}
.detail_box ul li:before {
  content: "■";
  color: #e71f19;
}
.detail_box .indentInner {
  margin-left: 1em;
}
.detail_box .indentInner dd {
  padding-bottom: 5px;
}
.detail_box .paddingNone {
  padding-bottom: 5px;
}
.detail_box .indentBlock {
  text-indent: -1em;
}
.detail_box .intdentLine {
  text-indent: 0em !important;
}
.detail_box dl {
  padding-top: 10px;
  line-height: 1.9em;
}
.detail_box dl dt {
  padding-bottom: 5px;
  color: #e71f19;
  text-indent: -1em;
}
.detail_box dl dd {
  padding-bottom: 15px;
}
.detail_box dl dd .pink {
  color: #e71f19;
}
.detail_box dl dd .list {
  text-indent: 0;
  padding: 5px 0;
  display: block;
}
.detail_box dl dd .ready {
  padding-top: 5px;
  font-size: 14px;
}
.detail_box dl dd .ready li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.detail_box dl dd .ready li:before {
  color: #000;
}
.detail_box dl dd .num07 li:last-child:before {
  display: none;
}
.detail_box dl dd .note {
  padding-top: 5px;
  font-size: 14px;
}
.detail_box dl dd .note .pink {
  color: #e71f19;
}
.detail_box dl dd .note .pink:before {
  content: "※";
  color: #e71f19;
}
.detail_box dl dd .note li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.detail_box dl dd .note li.notice {
  color: #e71f19;
}
.detail_box dl dd .note li.notice:before {
  color: #e71f19;
}
.detail_box dl dd .note li:before {
  content: "※";
  color: #000;
}
.detail_box dl dd .note li.star:before {
  content: "★";
}
.detail_box dl dd .nomal {
  padding-top: 5px;
  font-size: 14px;
}
.detail_box dl dd .nomal li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.detail_box dl dd .nomal li.notice {
  color: #e71f19;
}
.detail_box dl dd .nomal li.notice:before {
  color: #e71f19;
}
.detail_box dl dd .nomal li.circle:before {
  content: "●";
  color: #000;
}
.detail_box dl .done {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .attentionText {
    font-size: 16px;
    font-size: 2.5vw;
  }

  .update_title {
    font-size: 20px;
    font-size: 3.125vw;
    width: 15%;
    padding: 0 0 0 0.3em;
    letter-spacing: 0.3em;
  }
  .update_text {
    width: 100%;
    padding-left: 15px;
    padding-right: 0;
    display: block;
  }
  .update_text li span {
    padding: 0;
    display: block;
  }
  .update_text_en {
    font-size: 20px;
    font-size: 3.125vw;
    width: 100%;
    padding: 0;
  }
  .update_text_ja {
    font-size: 18px;
    font-size: 2.8125vw;
    width: 100%;
  }

  .detail {
    margin-top: 5px;
    padding: 15px 15px 5px;
  }
  .detail_box {
    font-size: 16px;
    font-size: 2.5vw;
  }
  .detail_box dl {
    padding-top: 5px;
  }
  .detail_box dl dd .note, .detail_box dl dd .ready, .detail_box dl dd .nomal {
    font-size: 15px;
    font-size: 2.34375vw;
  }
}
