.header .inbox {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .site-logo {
  margin-left: 16px;
}
.header .site-logo .img-logo {
  height: 28px;
}

.container {
  width: 100%;
  min-height: calc(100vh - 180px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.gcal_ul_li:nth-child(even) {
  margin-top: 40px;
}

.class-links a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.class-links a:nth-of-type(1) {
  color: #333;
}
.class-links a:nth-of-type(1):hover {
  color: #ce000c;
}

.logo-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 80px;
}
.logo-x .img {
  width: 231px;
  height: 200px;
  /*mix-blend-mode: lighten;*/
  background-color: #191919;
  background-image: url("/dist/default/images/logo-big.png");
  background-size: cover;
  background-blend-mode: lighten;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.h1 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
  margin-top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 6px;
  color: var(--t-color-aux);
}

.h2 {
  margin-bottom: 16px;
  font-size: 26px;
}

p {
  line-height: 1.75;
  font-size: 16px;
}

.head-list {
  width: 660px;
  font-size: 0;
  text-align: center;
}
.head-list .li {
  display: inline-block;
}
.head-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.head-list a:hover {
  background-color: var(--bg-2);
}
.head-list .img {
  background-color: var(--bg-2);
  border-radius: 50%;
  padding: 12px;
}
.head-list img {
  width: 26px;
  height: 26px;
}
.head-list .h {
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}