@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :guideline.css
 style info :規約・ガイドライン系のスタイル
=================================================================== */
.contentArea .ttlBox .logo {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea .ttlBox .logo {
    display: block;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .ttlBox .logo {
    width: 44%;
  }
}
.contentArea h1 {
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  .contentArea h1 {
    width: min(90%, 1200px);
  }
}
.contentArea h1:before, .contentArea h1:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .contentArea h1:before, .contentArea h1:after {
    height: 14px;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1:before, .contentArea h1:after {
    height: 2.6vw;
    background-size: auto 100%;
  }
}
.contentArea h1:before {
  background-image: url(../img/shared/bg_tit_top.png);
  top: 0.2em;
}
.contentArea h1:after {
  background-image: url(../img/shared/bg_tit_bottom.png);
  bottom: 0.2em;
}
.contentArea h1 .in {
  text-shadow: 0.05em 0.05em #000;
  background-image: url(../img/shared/bg_tit_pat.png), url(../img/shared/bg_tit_pat.png), -webkit-gradient(linear, left top, right top, from(#2f3c65), color-stop(50%, #0f59aa), to(#2f3c65));
  background-image: url(../img/shared/bg_tit_pat.png), url(../img/shared/bg_tit_pat.png), linear-gradient(90deg, #2f3c65 0%, #0f59aa 50%, #2f3c65 100%);
  background-repeat: no-repeat;
  background-position: center left -3%, center right -3%, 0 0;
  padding: 0.8em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea h1 .in {
    background-size: 14em auto, 14em auto, auto;
    border: solid 1px #67ddff;
    margin: 0 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1 .in {
    background-size: 8em auto, 8em auto, auto;
  }
}
.contentArea h1 .in span {
  color: #fff;
  font-weight: 900;
  display: block;
}
@media screen and (min-width: 768px) {
  .contentArea h1 .in span {
    font-size: clamp(18px, 1.6vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1 .in span {
    font-size: 3vw;
  }
}
.contentArea h1 .in em {
  color: #ffd625;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .contentArea h1 .in em {
    font-size: clamp(28px, 3.4vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1 .in em {
    font-size: 6vw;
  }
}
.contentArea > .inner {
  text-align: left;
  line-height: 2;
  background: url(../img/topics/bg_white-line.png) repeat 0 0;
}
@media screen and (min-width: 768px) {
  .contentArea > .inner {
    border-radius: 10px;
    width: min(90%, 1200px);
    padding: min(6vw, 80px) min(8vw, 120px);
    margin: 0 auto 3.4em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea > .inner {
    padding: 6vw 4vw;
  }
}
.contentArea > .inner .readTxt {
  margin-bottom: 2em;
}
.contentArea > .inner .readTxt sup {
  vertical-align: top;
}
.contentArea > .inner .readTxt .ano {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea > .inner .readTxt .ano, :lang(fr) .contentArea > .inner .readTxt .ano, :lang(it) .contentArea > .inner .readTxt .ano, :lang(de) .contentArea > .inner .readTxt .ano, :lang(es) .contentArea > .inner .readTxt .ano, :lang(pt-BR) .contentArea > .inner .readTxt .ano, .pt-br .contentArea > .inner .readTxt .ano {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

#guideline .contentArea .guidelineBox dl {
  padding-top: 2em;
  margin-bottom: 2em;
}
#guideline .contentArea .guidelineBox dl dt {
  color: #fff;
  font-weight: 700;
  text-shadow: 0.05em 0.05em #000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 167)), to(rgb(4, 158, 201)));
  background: linear-gradient(90deg, rgb(7, 48, 167) 0%, rgb(4, 158, 201) 100%);
  outline: solid 1px #5ab3d0;
  outline-offset: -0.2em;
  padding: 0.2em 1em 0.4em;
  margin-bottom: 1em;
}
#guideline .contentArea .guidelineBox dl dd .numList > li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -0.9em;
}
:lang(en) #guideline .contentArea .guidelineBox dl dd .numList > li, :lang(fr) #guideline .contentArea .guidelineBox dl dd .numList > li, :lang(it) #guideline .contentArea .guidelineBox dl dd .numList > li, :lang(de) #guideline .contentArea .guidelineBox dl dd .numList > li, :lang(es) #guideline .contentArea .guidelineBox dl dd .numList > li, :lang(pt-BR) #guideline .contentArea .guidelineBox dl dd .numList > li, .pt-br #guideline .contentArea .guidelineBox dl dd .numList > li {
  text-indent: -1.1em;
}
#guideline .contentArea .guidelineBox dl dd .numList > li ul {
  margin: 1em 0;
}
#guideline .contentArea .guidelineBox dl dd .numList > li ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(en) #guideline .contentArea .guidelineBox dl dd .numList > li ul.mainList li, :lang(es) #guideline .contentArea .guidelineBox dl dd .numList > li ul.mainList li {
  padding-left: 1em;
  text-indent: -1em;
}
#guideline .contentArea .guidelineBox dl dd .numList > li ol {
  margin: 1em 0 1em 1em;
}
#guideline .contentArea .guidelineBox dl dd .numList > li ol li {
  padding-left: 0.6em;
  text-indent: -1.6em;
}
#guideline .contentArea .guidelineBox dl dd .numList > li em {
  color: #ca010e;
  font-weight: 700;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox {
  background: #e4e8ea;
  padding: 1em 1.5em;
  margin: 2em 0;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox h3 {
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox h3 {
    font-size: clamp(20px, 2vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox h3 {
    font-size: 4vw;
  }
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox > ul li {
  margin-bottom: 0.5em;
}
:lang(en) #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox > ul li, :lang(es) #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox > ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn {
  margin-top: 2em;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5em 0;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul li {
  text-align: center;
  text-indent: 0;
  background: #fff;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul li {
    width: 100%;
  }
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul li a {
  display: block;
  text-decoration: none;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul li a figure {
  padding: 1em;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul li a p {
  color: #000;
  padding: 0.2em 0 0.4em;
  background: #efefef url(../img/beta-test/guideline/bg_arrow.png) no-repeat right 0.5em center/0.5em;
}
@media screen and (max-width: 767px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul li a p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul.boxA li {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul.boxA li a p {
    font-size: clamp(14px, 1.6vw, 20px);
  }
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul.boxA li:nth-of-type(1) a figure, #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul.boxA li:nth-of-type(2) a figure {
  width: 80%;
  margin: 0 auto;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul.boxB {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul.boxB {
    gap: 20px 4.1%;
  }
}
@media screen and (min-width: 768px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul.boxB li {
    width: 30.6%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul.boxB li {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #guideline .contentArea .guidelineBox dl dd .numList > li .imgBox .imgBoxIn ul.boxB li a p {
    font-size: clamp(16px, 1.5vw, 18px);
  }
}
#guideline .contentArea .guidelineBox dl dd .numList > li .ban {
  color: #ca010e;
  background: #fbeaeb;
  padding: 1em 1.5em;
  margin: 1em 0 2em;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .ban p {
  text-indent: 0;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .ban ul {
  margin: 1em 0;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .ban ul:last-of-type {
  margin-bottom: 0;
}
#guideline .contentArea .guidelineBox dl dd .numList > li .ban ul li {
  line-height: 1.6;
  margin-bottom: 1em;
}
:lang(en) #guideline .contentArea .guidelineBox dl dd .numList > li .ban ul.mainList li, :lang(fr) #guideline .contentArea .guidelineBox dl dd .numList > li .ban ul.mainList li, :lang(de) #guideline .contentArea .guidelineBox dl dd .numList > li .ban ul.mainList li, :lang(es) #guideline .contentArea .guidelineBox dl dd .numList > li .ban ul.mainList li, :lang(pt-BR) #guideline .contentArea .guidelineBox dl dd .numList > li .ban ul.mainList li, .pt-br #guideline .contentArea .guidelineBox dl dd .numList > li .ban ul.mainList li {
  padding-left: 0.8em !important;
  text-indent: -0.8em !important;
}
#guideline .contentArea .guidelineBox a:hover {
  text-decoration: underline;
}
#guideline .contentArea .guidelineBox .anoTxt li {
  padding-left: 1em !important;
  text-indent: -1em !important;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #guideline .contentArea .guidelineBox .anoTxt li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #guideline .contentArea .guidelineBox .anoTxt li {
    font-size: 3.2vw;
  }
}
:lang(en) #guideline .contentArea .guidelineBox .anoTxt li, :lang(es) #guideline .contentArea .guidelineBox .anoTxt li, :lang(pt-BR) #guideline .contentArea .guidelineBox .anoTxt li, .pt-br #guideline .contentArea .guidelineBox .anoTxt li {
  padding-left: 0.5em !important;
  text-indent: -0.5em !important;
}
:lang(fr) #guideline .contentArea .guidelineBox .anoTxt li, :lang(de) #guideline .contentArea .guidelineBox .anoTxt li {
  padding-left: 0.8em !important;
  text-indent: -0.8em !important;
}
:lang(it) #guideline .contentArea .guidelineBox .anoTxt li {
  padding-left: 0 !important;
  text-indent: 0 !important;
}

#eula header .inner .rBox .langBox ul li:nth-of-type(n + 2) {
  display: none;
}
#eula .contentArea .eulaBox .sec {
  text-align: left;
  margin-bottom: 3em;
}
#eula .contentArea .eulaBox .sec:last-of-type {
  margin-bottom: 0;
}
#eula .contentArea .eulaBox .sec h3 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0.05em 0.05em #000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 167)), to(rgb(4, 158, 201)));
  background: linear-gradient(90deg, rgb(7, 48, 167) 0%, rgb(4, 158, 201) 100%);
  outline: solid 1px #5ab3d0;
  outline-offset: -0.2em;
  padding: 0.2em 1em 0.4em;
  margin-bottom: 1em;
}
#eula .contentArea .eulaBox .sec p,
#eula .contentArea .eulaBox .sec ol {
  line-height: 1.8;
  padding: 0 1em;
}
#eula .contentArea .eulaBox .sec p {
  margin-bottom: 1em;
}
#eula .contentArea .eulaBox .sec p.last {
  text-align: right;
  margin-top: 1em;
}
#eula .contentArea .eulaBox .sec p.date {
  margin-top: 2em;
}
#eula .contentArea .eulaBox .sec ol {
  counter-reset: my-counter;
}
#eula .contentArea .eulaBox .sec ol li {
  counter-increment: my-counter;
  padding-left: 1.5em;
  text-indent: -1.6em;
  margin-bottom: 0.5em;
}
#eula .contentArea .eulaBox .sec ol li:nth-child(n+10) {
  text-indent: -2em;
}
#eula .contentArea .eulaBox .sec ol li:before {
  content: "(" counter(my-counter) ") ";
}
#eula .contentArea .eulaBox .sec a:hover {
  text-decoration: underline;
}