@charset "UTF-8";
/*===*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font-size: inherit;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #c6d1cc;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*===========================
  @use
===========================*/
/*===========================
  @use
===========================*/
/* General
------------------------------------*/
body {
  font-family: "Saira", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  color: #c6d1cc;
  background: rgb(27, 32, 30);
  background: -o-linear-gradient(126deg, rgb(27, 32, 30) 0%, rgb(16, 19, 17) 19%, rgb(27, 32, 30) 54%, rgb(41, 51, 48) 86%, rgb(27, 32, 30) 100%);
  background: linear-gradient(-36deg, rgb(27, 32, 30) 0%, rgb(16, 19, 17) 19%, rgb(27, 32, 30) 54%, rgb(41, 51, 48) 86%, rgb(27, 32, 30) 100%);
  -webkit-text-size-adjust: 100%;
  overflow-X: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  vertical-align: bottom;
  text-decoration: none;
  color: #c6d1cc;
}
a:focus {
  text-decoration: none;
}
@media (hover) {
  a:hover {
    text-decoration: none;
  }
}
.ua-ie a:hover {
  text-decoration: none;
}

* {
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1200px) {
  .xlUp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .lgUp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mdUp {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .smUp {
    display: none;
  }
}

.xlUnder {
  display: none;
}
@media screen and (max-width: 1200px) {
  .xlUnder {
    display: block;
  }
}

.lgUnder {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lgUnder {
    display: block;
  }
}

.mdUnder {
  display: none;
}
@media screen and (max-width: 768px) {
  .mdUnder {
    display: block;
  }
}

.smUnder {
  display: none;
}
@media screen and (max-width: 576px) {
  .smUnder {
    display: block;
  }
}

.indent_word {
  display: inline-block;
  text-indent: inherit;
}
.indent_word::after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}

/*===========================
  @use
===========================*/
/*=========================*/
.header {
  position: fixed;
  top: 20px;
  left: 20px;
}

.headerLogo {
  width: 300px;
  height: auto;
  margin-bottom: 16px;
}
@media screen and (max-height: 768px) {
  .headerLogo {
    width: 250px;
  }
}
.training .headerLogo {
  width: 250px;
  margin-bottom: 10px;
}
@media screen and (max-height: 768px) {
  .training .headerLogo {
    width: 200px;
  }
}

.footer {
  position: fixed;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
}

.currentMode__title, .currentMode__text {
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
  font-weight: normal;
  color: #49f63c;
}

.currentMode__title {
  font-size: 32px;
}
@media screen and (max-height: 768px) {
  .currentMode__title {
    font-size: 24px;
  }
}
.training .currentMode__title {
  font-size: 24px;
}
@media screen and (max-height: 768px) {
  .training .currentMode__title {
    font-size: 20px;
  }
}

.currentMode__text {
  font-size: 14px;
}

.pageWrap {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.rankChange {
  position: fixed;
  top: 5px;
  right: 5px;
  background: url(../img/common/rankChange_bg.png) no-repeat center center;
  background-size: contain;
  width: 170px;
  height: 170px;
}

.rankChange__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
      -ms-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
  width: 139px;
  height: 139px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.rankChange__arrow.rank1 {
  -webkit-transform: translate(-50%, -52%) rotate(-29deg);
      -ms-transform: translate(-50%, -52%) rotate(-29deg);
          transform: translate(-50%, -52%) rotate(-29deg);
}
.rankChange__arrow.rank2 {
  -webkit-transform: translate(-50%, -52%) rotate(-14deg);
      -ms-transform: translate(-50%, -52%) rotate(-14deg);
          transform: translate(-50%, -52%) rotate(-14deg);
}
.rankChange__arrow.rank3 {
  -webkit-transform: translate(-50%, -52%) rotate(0deg);
      -ms-transform: translate(-50%, -52%) rotate(0deg);
          transform: translate(-50%, -52%) rotate(0deg);
}
.rankChange__arrow.rank4 {
  -webkit-transform: translate(-50%, -52%) rotate(14deg);
      -ms-transform: translate(-50%, -52%) rotate(14deg);
          transform: translate(-50%, -52%) rotate(14deg);
}
.rankChange__arrow.rank5 {
  -webkit-transform: translate(-50%, -52%) rotate(27deg);
      -ms-transform: translate(-50%, -52%) rotate(27deg);
          transform: translate(-50%, -52%) rotate(27deg);
}
.rankChange__arrow.rank6 {
  -webkit-transform: translate(-50%, -52%) rotate(41deg);
      -ms-transform: translate(-50%, -52%) rotate(41deg);
          transform: translate(-50%, -52%) rotate(41deg);
}
.rankChange__arrow.rank7 {
  -webkit-transform: translate(-50%, -52%) rotate(55deg);
      -ms-transform: translate(-50%, -52%) rotate(55deg);
          transform: translate(-50%, -52%) rotate(55deg);
}
.rankChange__arrow.rank8 {
  -webkit-transform: translate(-50%, -52%) rotate(69deg);
      -ms-transform: translate(-50%, -52%) rotate(69deg);
          transform: translate(-50%, -52%) rotate(69deg);
}
.rankChange__arrow.rank9 {
  -webkit-transform: translate(-50%, -52%) rotate(83deg);
      -ms-transform: translate(-50%, -52%) rotate(83deg);
          transform: translate(-50%, -52%) rotate(83deg);
}
.rankChange__arrow.rank10 {
  -webkit-transform: translate(-50%, -52%) rotate(98deg);
      -ms-transform: translate(-50%, -52%) rotate(98deg);
          transform: translate(-50%, -52%) rotate(98deg);
}

.rankChange__text {
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rankChange__numbers {
  text-align: center;
  font-size: 36px;
  position: absolute;
  top: 63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rankChange__btn {
  background-color: rgba(33, 39, 37, 0.8);
  -webkit-box-shadow: inset 0 0 10px 4px rgba(70, 101, 88, 0.6);
          box-shadow: inset 0 0 10px 4px rgba(70, 101, 88, 0.6);
  border-radius: 50px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rankChange__btn button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 42px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.rankChange__btn button:focus {
  -webkit-box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
          box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
}
.rankChange__btn button:focus::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (hover) {
  .rankChange__btn button:hover {
    -webkit-box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
            box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
  }
  .rankChange__btn button:hover::after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.rankChange__minusBtn {
  padding: 0 22px 0 32px;
  border-radius: 50px 0 0 50px;
}
.rankChange__minusBtn::before {
  content: "-";
  display: block;
  -webkit-transform: scale(1.5, 1) translateY(-2px);
      -ms-transform: scale(1.5, 1) translateY(-2px);
          transform: scale(1.5, 1) translateY(-2px);
}
.rankChange__minusBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 246, 60, 0.6)), to(rgba(60, 246, 174, 0.6)));
  background: -o-linear-gradient(left, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  background: linear-gradient(90deg, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.rankChange__plusBtn {
  padding: 0 27px 0 19px;
  border-radius: 0 50px 50px 0;
}
.rankChange__plusBtn::before {
  content: "+";
  display: block;
  line-height: 1;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.rankChange__plusBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 246, 60, 0.6)), to(rgba(60, 246, 174, 0.6)));
  background: -o-linear-gradient(left, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  background: linear-gradient(90deg, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.pager .button {
  font-size: 37px;
  line-height: 1;
  border-radius: 50px;
  position: fixed;
  padding: 14px 70px;
  min-width: 270px;
  text-align: center;
}
@media screen and (max-height: 768px) {
  .pager .button {
    padding: 10px 40px;
    min-width: 200px;
    font-size: 28px;
  }
}
.pager .button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #1d2522;
  border-radius: 50px;
  z-index: -1;
  opacity: 1;
}
.pager .button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(73, 246, 60)), to(rgb(60, 246, 174)));
  background: -o-linear-gradient(left, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  background: linear-gradient(90deg, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  border-radius: 50px;
  z-index: -2;
}
.pager .button .small {
  font-size: 14px;
  display: block;
}
.pager .button:focus {
  -webkit-box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
          box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
}
.pager .button:focus::before {
  opacity: 0.8;
}
@media (hover) {
  .pager .button:hover {
    -webkit-box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
            box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
  }
  .pager .button:hover::before {
    opacity: 0.8;
  }
}
.pager .back {
  bottom: 36px;
  left: 36px;
}
@media screen and (max-height: 768px) {
  .pager .back {
    bottom: 10px;
    left: 10px;
  }
}
.pager .start {
  bottom: 36px;
  right: 36px;
}
@media screen and (max-height: 768px) {
  .pager .start {
    bottom: 10px;
    right: 10px;
  }
}
.pager .stop {
  bottom: 36px;
  right: 36px;
}
@media screen and (max-height: 768px) {
  .pager .stop {
    bottom: 10px;
    right: 10px;
  }
}
.pager .next {
  bottom: 36px;
  right: 36px;
}
@media screen and (max-height: 768px) {
  .pager .next {
    bottom: 10px;
    right: 10px;
  }
}
.pager .register {
  bottom: 36px;
  right: 36px;
}
@media screen and (max-height: 768px) {
  .pager .register {
    bottom: 10px;
    right: 10px;
  }
}

.homeLink {
  display: inline-block;
  width: 132px;
  font-size: 13px;
  position: fixed;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  color: #49f63c;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-bottom: 20px;
}
.homeLink .text {
  padding-bottom: 3px;
}
.homeLink::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(73, 246, 60)), to(rgb(60, 246, 174)));
  background: -o-linear-gradient(left, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  background: linear-gradient(90deg, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  -webkit-box-shadow: 0px 0px 29px 0px rgba(73, 246, 60, 0.27);
          box-shadow: 0px 0px 29px 0px rgba(73, 246, 60, 0.27);
  border-radius: 3px;
}
.homeLink:focus {
  bottom: 0;
}
@media (hover) {
  .homeLink:hover {
    bottom: 0;
  }
}

.content {
  margin: 90px 0;
  position: relative;
}

.selectNumber {
  position: absolute;
  left: 50%;
  bottom: 150px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50px;
  font-size: 27px;
  width: 730px;
  padding: 0 40px;
  -webkit-box-shadow: inset 0 0 17px #476156;
          box-shadow: inset 0 0 17px #476156;
  background-color: rgba(31, 39, 36, 0.8);
  border: 1px solid #49f63c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.selectNumber .number {
  color: #49f63c;
  position: relative;
  padding: 0;
  width: 65px;
  height: 47px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.selectNumber .number:focus, .selectNumber .number:hover {
  color: #c6d1cc;
}
.selectNumber.hover::after {
  opacity: 1;
}
.selectNumber::after {
  content: "";
  display: block;
  width: 65px;
  height: 47px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 246, 60, 0.6)), to(rgba(60, 246, 174, 0.6)));
  background: -o-linear-gradient(left, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  background: linear-gradient(90deg, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  position: absolute;
  top: 0;
  border-radius: 50px;
  -webkit-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
  z-index: -1;
  opacity: 0;
}
.selectNumber.current1::after {
  left: 40px;
}
.selectNumber.current2::after {
  left: 105px;
}
.selectNumber.current3::after {
  left: 170px;
}
.selectNumber.current4::after {
  left: 235px;
}
.selectNumber.current5::after {
  left: 300px;
}
.selectNumber.current6::after {
  left: 365px;
}
.selectNumber.current7::after {
  left: 430px;
}
.selectNumber.current8::after {
  left: 495px;
}
.selectNumber.current9::after {
  left: 560px;
}
.selectNumber.current10::after {
  left: 625px;
}

.textLink {
  text-decoration: underline;
}
.textLink:focus {
  color: #49f63c;
  text-decoration: underline;
}
@media (hover) {
  .textLink:hover {
    color: #49f63c;
    text-decoration: underline;
  }
}
.ua-ie .textLink:hover {
  color: #49f63c;
  text-decoration: underline;
}

.textLink.center {
  text-align: center;
  display: block;
}

.bracesBtn {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background: rgb(73, 246, 60);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.04)), to(rgba(73, 246, 60, 0.1)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  color: #49f63c;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bracesBtn::before, .bracesBtn::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bracesBtn::before {
  border-left: 2px solid #49f63c;
  border-top: 2px solid #49f63c;
  top: -1px;
  left: -1px;
}
.bracesBtn::after {
  border-right: 2px solid #49f63c;
  border-bottom: 2px solid #49f63c;
  bottom: -1px;
  right: -1px;
}
.bracesBtn:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.2)), to(rgba(73, 246, 60, 0.3)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  color: #c6d1cc;
}
.bracesBtn:focus::before, .bracesBtn:focus::after {
  width: 17px;
  height: 17px;
}
@media (hover) {
  .bracesBtn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.2)), to(rgba(73, 246, 60, 0.3)));
    background: -o-linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
    background: linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
    color: #c6d1cc;
  }
  .bracesBtn:hover::before, .bracesBtn:hover::after {
    width: 17px;
    height: 17px;
  }
}
.ua-ie .bracesBtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.2)), to(rgba(73, 246, 60, 0.3)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  color: #c6d1cc;
}
.ua-ie .bracesBtn:hover::before, .ua-ie .bracesBtn:hover::after {
  width: 17px;
  height: 17px;
}

.logLinkBtn__wrap {
  position: fixed;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logLinkBtn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  padding: 14px 30px;
  margin: 0 5px;
  text-align: center;
  position: relative;
}
.logLinkBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #1d2522;
  border-radius: 50px;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logLinkBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(73, 246, 60)), to(rgb(60, 246, 174)));
  background: -o-linear-gradient(left, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  background: linear-gradient(90deg, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  border-radius: 50px;
  z-index: -2;
}
.logLinkBtn .small {
  font-size: 14px;
  display: block;
}
.logLinkBtn:focus {
  -webkit-box-shadow: 0px 0px 10px rgba(73, 246, 60, 0.2);
          box-shadow: 0px 0px 10px rgba(73, 246, 60, 0.2);
}
.logLinkBtn:focus::before {
  opacity: 0.9;
}
@media (hover) {
  .logLinkBtn:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(73, 246, 60, 0.2);
            box-shadow: 0px 0px 10px rgba(73, 246, 60, 0.2);
  }
  .logLinkBtn:hover::before {
    opacity: 0.9;
  }
}

.pentagon {
  background: url(../img/menu/pentagon.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
.pentagon::after {
  content: "";
  display: block;
  width: 117%;
  height: 117%;
  background: url(../img/menu/hover.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pentagon:focus::after {
  opacity: 0.7;
}
@media (hover) {
  .pentagon:hover::after {
    opacity: 0.7;
  }
}
.ua-ie .pentagon:hover::after {
  opacity: 0.7;
}

.pageHeading {
  display: block;
  text-align: center;
  margin: 0 auto 100px;
  color: #49f63c;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
}
@media screen and (max-height: 768px) {
  .pageHeading {
    margin-bottom: 30px;
  }
}
.pageHeading .en {
  font-size: 14px;
  letter-spacing: 0.2em;
}
.pageHeading .ja {
  font-size: 24px;
  font-weight: 500;
}

.min-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 0 50px;
  position: relative;
}
.min-pager a:focus {
  color: #49f63c;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
}
@media (hover) {
  .min-pager a:hover {
    color: #49f63c;
    text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
  }
}
.ua-ie .min-pager a:hover {
  color: #49f63c;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
}

.min-pager .current {
  color: #49f63c;
}
.min-pager .prev {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.min-pager .prev::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-left: 2px solid;
}
.min-pager .no {
  padding: 10px 15px;
  margin: 0 10px;
}
.min-pager .next {
  padding: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.min-pager .next::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.topLinkBtn__wrap {
  width: calc(100vw - 100px);
  max-width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}

.topLinkBtn {
  width: calc(33.3333333333% - 30px);
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  margin: 0 15px;
}
.topLinkBtn:nth-of-type(even) {
  position: relative;
  top: -100px;
}

.topLinkBtn__icon {
  margin: -20px auto 10px;
  width: 45%;
  max-height: 36%;
}
.topLinkBtn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain", sans-serif;
}

.topLinkBtn__text {
  width: calc(100% - 50px);
  text-align: center;
  border-top: 1px solid #48584f;
  padding-top: 12px;
  color: #49f63c;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
}
.topLinkBtn__text .en {
  font-size: clamp(18px, 2vw, 28px);
}

.topUnder {
  text-align: center;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.topRankingbtn {
  font-size: 14px;
  font-weight: bold;
  max-width: 270px;
  width: 100%;
  margin: auto;
  padding: 8px 22px;
}
.topRankingbtn .en {
  font-weight: normal;
  font-size: 27px;
}

.topText {
  margin-top: 30px;
}

.topLogout {
  width: 100px;
  height: 106px;
  margin-left: 30px;
}
.topLogout img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.profile-completion p {
  text-align: center;
  margin-bottom: 30px;
}
.profile-completion a {
  padding: 10px 35px;
  border: 1px solid;
}

.menuList {
  width: calc(100vw - 100px);
  max-width: 990px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menuItem {
  width: calc(25% - 30px);
  margin: 0 15px;
}

.menuBtn {
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menuBtn__img {
  margin: -10px 0 10px;
}

.menuBtn__text {
  width: calc(100% - 40px);
  border-top: 1px solid #48584f;
  color: #49f63c;
  padding-top: 10px;
}

.menuItem {
  text-align: center;
}

.menuRank {
  background: rgb(73, 246, 60);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.04)), to(rgba(73, 246, 60, 0.1)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  border: 1px solid #49f63c;
  position: relative;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 20px;
}
.menuRank::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #49f63c;
  position: absolute;
  top: -32px;
  left: calc(50% + 1px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.menuRank button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 42px;
  line-height: 1;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.menuRank button:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.04)), to(rgba(73, 246, 60, 0.1)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
}
@media (hover) {
  .menuRank button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.04)), to(rgba(73, 246, 60, 0.1)));
    background: -o-linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
    background: linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  }
}

.menuRank__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0 10px;
}

.menuResult {
  margin: 20px 0 10px;
  border: 1px solid #49f63c;
  padding: 0 10px;
  color: #49f63c;
  position: relative;
}
.menuResult::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #49f63c;
  position: absolute;
  top: -21px;
  left: calc(50% + 1px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menuResult__item {
  padding: 5px 10px;
}
.menuResult__item:not(:first-child) {
  border-top: 1px solid #48584f;
}
.menuResult__item.arrow::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/menu/arrow.png) no-repeat center center;
  background-size: contain;
  vertical-align: -6px;
}
.menuResult__item.arrow::after {
  display: none;
}
.menuResult__item.arrow-cross::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/menu/arrow-cross.png) no-repeat center center;
  background-size: contain;
  vertical-align: -4px;
}
.menuResult__item.arrow-cross::after {
  display: none;
}
.menuResult__item.arrow-x::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/menu/arrow-x.png) no-repeat center center;
  background-size: contain;
  vertical-align: -2px;
}
.menuResult__item.arrow-x::after {
  display: none;
}

.menuTestDate {
  font-size: 14px;
  color: #49f63c;
  margin-bottom: 20px;
}

.ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rankingLeft {
  width: 470px;
  display: none;
}
.rankingLeft.active {
  display: block;
}

.rankingList {
  width: 470px;
}
.rankingList .number {
  width: 10%;
  text-align: center;
  min-width: 64px;
}
.rankingList .name {
  width: 80%;
  text-align: center;
}
.rankingList .point {
  width: 10%;
  text-align: center;
  min-width: 62px;
}

.rankingList__head {
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 246, 60, 0.5)), to(rgba(60, 246, 174, 0.5)));
  background: -o-linear-gradient(left, rgba(73, 246, 60, 0.5) 0%, rgba(60, 246, 174, 0.5) 100%);
  background: linear-gradient(90deg, rgba(73, 246, 60, 0.5) 0%, rgba(60, 246, 174, 0.5) 100%);
  margin-bottom: 14px;
  display: block;
}
.rankingList__head th {
  padding: 5px;
}

.rankingList__body {
  display: block;
}

.rankingList__item {
  background-color: #2a3531;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.rankingList__item td {
  display: block;
  padding: 5px;
}
.rankingList__item.current {
  background-color: #4e7163;
}

.rankingRight {
  width: 164px;
  margin-left: 60px;
}

.rankingBtn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.rankingBtn {
  width: 100%;
  padding: 10px;
}
.rankingBtn.active {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.2)), to(rgba(73, 246, 60, 0.3)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  color: #c6d1cc;
}
.rankingBtn.active::before, .rankingBtn.active::after {
  width: 17px;
  height: 17px;
}

.reach10__title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 246, 60, 0.5)), to(rgba(60, 246, 174, 0.5)));
  background: -o-linear-gradient(left, rgba(73, 246, 60, 0.5) 0%, rgba(60, 246, 174, 0.5) 100%);
  background: linear-gradient(90deg, rgba(73, 246, 60, 0.5) 0%, rgba(60, 246, 174, 0.5) 100%);
  margin-bottom: 14px;
  padding: 5px;
  text-align: center;
}

.reach10__direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
}
.reach10__direction a {
  text-align: center;
  margin: 0 10px;
  color: #3f4643;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reach10__direction a::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: block;
}
.reach10__direction a.current {
  color: #c6d1cc;
}
.reach10__direction a:focus {
  color: #909995;
}
@media (hover) {
  .reach10__direction a:hover {
    color: #909995;
  }
}
.ua-ie .reach10__direction a:hover {
  color: #909995;
}

.reach10__direction .right::before {
  content: "→";
  font-size: 1.25em;
  margin: 0 auto 3px;
}
.reach10__direction .left::before {
  content: "←";
  font-size: 1.25em;
  margin: 0 auto 3px;
}
.reach10__direction .up::before {
  content: "↑";
  font-size: 1.25em;
  margin: 0 auto 3px;
}
.reach10__direction .down::before {
  content: "↓";
  font-size: 1.25em;
  margin: 0 auto 3px;
}
.reach10__direction .arrow::before {
  display: none;
}
.reach10__direction .arrow-cross::before {
  display: none;
}
.reach10__direction .arrow-x::before {
  display: none;
}

.reach10__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px 30px;
}

.reach10__item {
  width: calc(50% - 6px);
  margin: 0 3px 6px;
  padding: 5px;
  text-align: center;
  background-color: #2a3531;
}
.reach10__item.current {
  background-color: #4e7163;
}

.practice-log {
  margin-bottom: 50px;
}

.practice-log__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.practice-log__item .data {
  width: 150px;
  margin-right: 1em;
}
.practice-log__item .name {
  width: 90px;
  margin-right: 1em;
}

.result__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result__graph {
  width: 600px;
  height: 350px;
  margin: 0 20px;
  border: 1px solid;
}
.result__graph .charts-css .data {
  font-size: 0;
  position: relative;
}
.result__graph .charts-css .data::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #c6d1cc;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.result__graph .charts-css.line {
  --line-size: 2px;
}
.result__graph .charts-css .tra1-1 {
  --color-1: #c6d1cc;
}
.result__graph .charts-css .tra1-1 .data::after {
  background-color: #c6d1cc;
  border-radius: 50%;
}
.result__graph .charts-css .tra1-2 {
  --color-2: #c6d1cc;
}
.result__graph .charts-css .tra1-2 .data::after {
  background-color: #c6d1cc;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  top: 1px;
  left: -2px;
}
.result__graph .charts-css .tra1-3 {
  --color-3: #c6d1cc;
}
.result__graph .charts-css .tra1-3 .data::after {
  background-color: #c6d1cc;
}
.result__graph .charts-css .tra1-4 {
  --color-4: #c6d1cc;
}
.result__graph .charts-css .tra1-4 .data::after {
  background-color: #191f1d;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #c6d1cc transparent;
}
.result__graph .charts-css .tra2 {
  --color-5: #1f469f;
}
.result__graph .charts-css .tra2 .data::after {
  background-color: #1f469f;
  border-radius: 50%;
}
.result__graph .charts-css .tra3-1 {
  --color-6: #df0f40;
}
.result__graph .charts-css .tra3-1 .data::after {
  background-color: #df0f40;
  border-radius: 50%;
}
.result__graph .charts-css .tra3-2 {
  --color-7: #df0f40;
}
.result__graph .charts-css .tra3-2 .data::after {
  background-color: #df0f40;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  top: 1px;
  left: -2px;
}
.result__graph .charts-css .tra3-3 {
  --color-8: #df0f40;
}
.result__graph .charts-css .tra3-3 .data::after {
  background-color: #df0f40;
}
.result__graph .charts-css .tra4 {
  --color-9: #47ec3c;
}
.result__graph .charts-css .tra4 .data::after {
  background-color: #47ec3c;
  border-radius: 50%;
}

.result__input-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result__input-data select {
  background-color: #2a3531;
  padding: 3px 10px;
  font-size: 0.8em;
}
.result__input-data .text {
  display: block;
  margin: 0 5px;
}

.result__input-check label {
  position: relative;
  margin-right: 1em;
  padding-left: 1.25em;
}
.result__input-check label::before {
  position: absolute;
  top: calc(((1.5 * 1em) - 1em) / 2);
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border: 1px solid #ddd;
  background: #eee;
}
.result__input-check input:checked + label::after {
  position: absolute;
  top: calc(((1.5 * 1em) - 1em) / 2 + 2px);
  left: 2px;
  display: block;
  width: 10px;
  height: 5px;
  content: "";
  border-left: 3px solid #a66970;
  border-bottom: 3px solid #a66970;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  vertical-align: -0.3em;
  background: url(../img/history/arrow.png) no-repeat center center;
  background-size: contain;
  margin-left: 3px;
}

.arrow-cross::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.2em;
  background: url(../img/history/arrow_cross.png) no-repeat center center;
  background-size: contain;
  margin-left: 3px;
}

.arrow-x::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
  background: url(../img/history/arrow_x.png) no-repeat center center;
  background-size: contain;
  margin-left: 3px;
}

.arrowSpecify {
  text-align: center;
}

.arrowInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -10px 0;
}
.arrowInput li {
  width: 70px;
  height: 70px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 2px solid #33483d;
  -webkit-box-shadow: inset 0 0 5px #415a50;
          box-shadow: inset 0 0 5px #415a50;
  border-radius: 5px;
}
.arrowInput li:focus {
  border: 2px solid #49f63c;
}
@media (hover) {
  .arrowInput li:hover {
    border: 2px solid #49f63c;
  }
}
.ua-ie .arrowInput li:hover {
  border: 2px solid #49f63c;
}

.arrowInput li::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 30px;
  height: 30px;
  z-index: -1;
}
.arrowInput li.right::after {
  content: "→";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.arrowInput li.left::after {
  content: "→";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.arrowInput li.up::after {
  content: "→";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.arrowInput li.down::after {
  content: "→";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.arrowInput li input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 100px);
  max-width: 950px;
}

.resultGraph {
  width: 600px;
  height: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #c6d1cc;
  position: relative;
}
.resultGraph table {
  height: 100%;
  width: 100%;
  --color-1: #49f63c;
}
.resultGraph table .success::after {
  content: "〇";
  font-size: 11px;
  line-height: 1;
  color: #49f63c;
}
.resultGraph table .failure::after {
  content: "×";
  font-size: 20px;
  line-height: 1;
  color: #49f63c;
}
.resultGraph::before {
  content: "ランク";
  display: block;
  position: absolute;
  top: 50%;
  left: -2em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.resultGraph::after {
  content: "回数";
  display: block;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.resultContent {
  width: 300px;
  margin-left: 50px;
  padding: 30px 25px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 20px #415a50;
          box-shadow: inset 0 0 20px #415a50;
}

.resultContent__item {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultContent__item:not(:last-of-type) {
  border-bottom: 1px solid #25302d;
}

.resultContent__kinds {
  font-size: 14px;
  color: #7a8681;
}

.resultContent__title {
  font-size: 22px;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
  width: 100%;
}

.resultContent__value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 22px;
}

.resultContent__comment {
  margin-top: 10px;
  font-size: 18px;
}

.countdown {
  text-align: center;
}
.countdown p:not(:last-child) {
  margin-bottom: 50px;
}

.countdown_Number {
  display: block;
  position: relative;
}
.countdown_Number .no {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 60px;
  line-height: 1;
}
.countdown_Number svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.countdown_Number circle {
  fill: transparent;
  stroke: #c6d1cc;
  stroke-width: 1;
  -webkit-animation: circle linear 1s infinite;
          animation: circle linear 1s infinite;
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}

.operation {
  max-width: 900px;
  width: calc(100vw - 100px);
}

.operationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.operationImg {
  width: 400px;
  height: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid;
  margin-right: 30px;
}

.operationContent__title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
}

.operationContent__list li {
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
}
.operationContent__list li:not(:last-of-type) {
  margin-bottom: 10px;
}

.result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.resultForm {
  margin-left: 45px;
}
.resultForm .bracesBtn {
  width: 100%;
  max-width: 165px;
  padding: 15px;
  margin: 30px 0 0 auto;
  display: block;
}

.resultForm__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.resultForm__date input {
  background-color: #2a3531;
  font-size: 18px;
}
.resultForm__date p {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}

.resultForm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resultForm__item .checkbox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultForm__item .checkbox label {
  position: relative;
  margin-right: 1em;
  padding-left: 1.25em;
}
.resultForm__item .checkbox label::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border: 1px solid #c6d1cc;
}
.resultForm__item .checkbox input:checked + label::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 7px;
  height: 4px;
  content: "";
  border-left: 2px solid #c6d1cc;
  border-bottom: 2px solid #c6d1cc;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.resultForm__item .graphstyle {
  width: 80px;
  height: 3px;
  position: relative;
}
.resultForm__item .graphstyle.training1-1 {
  background-color: #CCFF00;
}
.resultForm__item .graphstyle.training1-2 {
  background-color: #99FF33;
}
.resultForm__item .graphstyle.training1-3 {
  background-color: #33FF99;
}
.resultForm__item .graphstyle.training1-4 {
  background-color: #00FF33;
}
.resultForm__item .graphstyle.training2-1 {
  background-color: #00CCFF;
}
.resultForm__item .graphstyle.training3-1 {
  background-color: #9999FF;
}
.resultForm__item .graphstyle.training3-2 {
  background-color: #CC9966;
}
.resultForm__item .graphstyle.training3-3 {
  background-color: #FF66CC;
}
.resultForm__item .graphstyle.training4-1 {
  background-color: #9900FF;
}
.resultForm__item .newRank, .resultForm__item .maxRank {
  width: 60px;
  text-align: center;
  font-size: 16px;
}

.login .loginForm {
  max-width: 460px;
}

.login__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.login__title span {
  font-size: 0.8em;
}

.login__text {
  margin: 0 0 40px;
  text-align: center;
}

.loginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100vw - 100px);
  max-width: 600px;
  margin: auto;
}

.loginForm__title {
  width: 40%;
  margin-bottom: 10px;
}

.loginForm__input {
  width: 60%;
  margin-bottom: 10px;
}
.loginForm__input input, .loginForm__input textarea {
  width: 100%;
}
.loginForm__input input {
  padding: 0 5px;
  border: 1px solid;
}
.loginForm__input textarea {
  padding: 5px;
  border: 1px solid;
}
.loginForm__input.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.loginForm__input .yubin1 {
  width: 50px;
  margin: 0 5px;
  text-align: center;
}
.loginForm__input .yubin2 {
  width: 60px;
  margin: 0 5px;
  text-align: center;
}
.loginForm__input .year, .loginForm__input .month, .loginForm__input .day {
  position: relative;
}
.loginForm__input .year::after, .loginForm__input .month::after, .loginForm__input .day::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  position: absolute;
  top: 46%;
  right: calc(1em + 12px);
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
.loginForm__input #form_year {
  width: 65px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid;
}
.loginForm__input #form_month {
  margin: 0 5px;
  width: 60px;
  padding: 0 5px;
  border: 1px solid;
}
.loginForm__input #form_day {
  margin: 0 5px;
  width: 60px;
  padding: 0 5px;
  border: 1px solid;
}

.loginForm__check label {
  position: relative;
  margin-right: 1em;
  padding-left: 1.25em;
}
.loginForm__check label::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border: 1px solid #c6d1cc;
}
.loginForm__check input:checked + label::after {
  position: absolute;
  top: 5px;
  left: 2px;
  display: block;
  width: 10px;
  height: 5px;
  content: "";
  border-left: 3px solid #c6d1cc;
  border-bottom: 3px solid #c6d1cc;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.loginForm__btn {
  display: block;
  width: 100px;
  margin: 30px auto;
  padding: 0 5px;
  border: 1px solid;
}

.errorText {
  font-size: 30px;
}

.training1 {
  width: 740px;
  height: 740px;
  background: url(../img/training1/bg.png) no-repeat center center;
  background-size: contain;
  margin: 0;
}
.training1 canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training1.fullCorrect::after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border: 30px solid #49f63c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.training1__input {
  position: absolute;
  top: 50.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.training1__input.row {
  width: 600px;
}
.training1__input.row-reverse {
  width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.training1__input.column {
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 130px;
}
.training1__input.column .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.training1__input.column-reverse {
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  padding-bottom: 130px;
}
.training1__input.column-reverse .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.training1__input .input {
  width: 50px;
  height: 50px;
  font-size: 27px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #415a50;
          box-shadow: inset 0 0 5px #415a50;
  text-align: center;
  color: #49f63c;
}
.training1__input .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.training1__input .incorrect {
  font-size: 24px;
  color: #f44;
  margin: 0 10px;
}

.training2 {
  width: 800px;
  height: 600px;
  background: url(../img/training2/bg.png) no-repeat center center;
  background-size: contain;
  margin: 0;
}
.training2.fullCorrect::after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border: 30px solid #49f63c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.training2__item-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.training2__item {
  position: absolute;
  font-size: 24px;
  color: #49f63c;
}
.training2__item::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training2__item.circle {
  width: 20px;
  height: 20px;
  background-color: #49f63c;
  border-radius: 50%;
  font-size: 0;
}
.training2__item.circle.correct {
  background-color: #49f63c;
}
.training2__item.circle.offIncorrect {
  background-color: #f44;
}
.training2__item.circle.onIncorrect {
  background-color: #ffbd35;
}
.training2__item.square {
  width: 20px;
  height: 20px;
  background-color: #49f63c;
  font-size: 0;
}
.training2__item.square.offIncorrect {
  background-color: #f44;
}
.training2__item.square.onIncorrect {
  background-color: #ffbd35;
}
.training2__item:nth-of-type(1) {
  bottom: 18px;
  left: 19px;
}
.training2__item:nth-of-type(2) {
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.training2__item:nth-of-type(3) {
  bottom: 18px;
  right: 14px;
}
.training2__item:nth-of-type(4) {
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.training2__item:nth-of-type(5) {
  top: 50%;
  left: 49.9%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training2__item:nth-of-type(6) {
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.training2__item:nth-of-type(7) {
  top: 18px;
  left: 19px;
}
.training2__item:nth-of-type(8) {
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.training2__item:nth-of-type(9) {
  top: 18px;
  right: 14px;
}

.training3 {
  width: 870px;
  height: 560px;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background: url(../img/training3/bg.png) no-repeat center center;
  background-size: contain;
  margin: 0;
}
.training3 .selectNumber {
  bottom: 100px;
}
.training3.fullCorrect::after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border: 30px solid #49f63c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.training3__line {
  width: 470px;
  height: 470px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training3__line > * {
  position: absolute;
  -webkit-transform-origin: calc(35px + 100%);
      -ms-transform-origin: calc(35px + 100%);
          transform-origin: calc(35px + 100%);
  top: 48%;
  left: 0;
  width: 200px;
  height: 1em;
}
.training3__line > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.training3__line > *:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.training3__line > *:nth-of-type(1) .number {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.training3__line > *:nth-of-type(2) {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.training3__line > *:nth-of-type(2) .number {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.training3__line > *:nth-of-type(3) {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.training3__line > *:nth-of-type(3) .number {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.training3__line > *:nth-of-type(4) {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.training3__line > *:nth-of-type(4) .number {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.training3__line > *:nth-of-type(5) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.training3__line > *:nth-of-type(5) .number {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.training3__line > *:nth-of-type(6) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.training3__line > *:nth-of-type(6) .number {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.training3__line > *:nth-of-type(7) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.training3__line > *:nth-of-type(7) .number {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.training3__line > *:nth-of-type(8) {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.training3__line .lineButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*@include hover(){
    color: $font_green;
    &::before,&::after{
      background-color: $bg_green;
    }
  }*/
}
.training3__line .lineButton.select {
  color: #49f63c;
}
.training3__line .lineButton.select::before, .training3__line .lineButton.select::after {
  background-color: #49f63c;
}
.training3__line .lineButton::before, .training3__line .lineButton::after {
  content: "";
  display: inline-block;
  width: 84px;
  height: 2px;
  background-color: #c6d1cc;
  margin: 0 5px;
}
.training3__line .lineButton.offIncorrect {
  color: #f44;
}
.training3__line .lineButton.offIncorrect::before, .training3__line .lineButton.offIncorrect::after {
  background-color: #f44;
}
.training3__line .lineButton.onIncorrect .number {
  position: relative;
}
.training3__line .lineButton.onIncorrect .number::before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #f44;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.training3__line .lineButton.onIncorrect .number::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #f44;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.training3__line .number {
  color: #49f63c;
  position: absolute;
  top: -24px;
  left: 0;
}

.training3__number {
  color: #49f63c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.training3__number .input {
  width: 50px;
  height: 50px;
  font-size: 27px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #415a50;
          box-shadow: inset 0 0 5px #415a50;
  text-align: center;
  color: #49f63c;
}
.training3__number .input:focus {
  border: 2px solid #49f63c;
  -webkit-box-shadow: 0 0 10px rgba(73, 246, 60, 0.5);
          box-shadow: 0 0 10px rgba(73, 246, 60, 0.5);
  caret-color: transparent;
}
.training3__number .incorrect {
  font-size: 24px;
  color: #f44;
  position: absolute;
  top: 0;
  left: 27px;
}

.training4 {
  width: 750px;
  height: 660px;
  background: url(../img/training4/bg.png) no-repeat center center;
  background-size: contain;
  margin: 0;
}
.training4.fullCorrect::after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border: 30px solid #49f63c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training4 + .training4 {
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.training4__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 345px;
  height: 345px;
  border: 2px solid #303e37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: wrap-reverse;
          flex-flow: wrap-reverse;
  background-color: #1a201d;
}
.training4__list li {
  width: 33.3333333333%;
  height: 33.3333333333%;
  border-right: 1px solid #303e37;
  border-bottom: none;
}
.training4__list li:nth-of-type(3n) {
  border-right: none;
}
.training4__list li:nth-of-type(n+3) {
  border-bottom: 1px solid #303e37;
}
.training4__list .item {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 44px;
  color: #49f63c;
  position: relative;
}
.training4__list .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training4__list .item.circle {
  font-size: 0;
}
.training4__list .item.circle::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url(../img/training4/circle.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.triangle {
  font-size: 0;
}
.training4__list .item.triangle::after {
  content: "";
  display: block;
  width: 61px;
  height: 54px;
  background: url(../img/training4/triangle.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.square {
  font-size: 0;
}
.training4__list .item.square::after {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(../img/training4/square.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.cross {
  font-size: 0;
}
.training4__list .item.cross::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/training4/cross.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.circleIncorrect::before {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url(../img/training4/circleIncorrect.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.triangleIncorrect::before {
  content: "";
  display: block;
  width: 61px;
  height: 54px;
  background: url(../img/training4/triangleIncorrect.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.squareIncorrect::before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(../img/training4/squareIncorrect.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.crossIncorrect::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/training4/crossIncorrect.png) no-repeat center center;
  background-size: contain;
}

.training4__selectMark {
  width: 115px;
  height: 115px;
  border: 2px solid #303e37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1a201d;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*===*/