/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}


iframe,
p,
table {
  margin: 0;
}


h2,
h3,
h4,
h5 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}


iframe {
  border: 0;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type=button],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1400px;
  background-image: url(../img/common/contents-bg.png);
  background-repeat: repeat-y;
  background-size: cover;
}

::-moz-selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #00deff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.l-header {
  position: relative;
  top: 270px;
  margin-top: -270px;
}
.l-header__logo {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__main {
  width: 100%;
}
.l-header__banner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  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;
}
.l-header__banner a {
  display: block;
  min-width: 400px;
  margin: 0 30px;
}

.l-main {
  padding-top: 10%;
  padding-bottom: 200px;
}

.l-section {
  max-width: 1030px;
  padding: 0 15px;
  margin: 100px auto 0;
}
.l-section + .l-section {
  margin-top: 150px;
}

.l-container {
  position: relative;
}
.l-container + .l-container {
  margin-top: 50px;
}
.l-container::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60, 0, 255)), color-stop(5%, rgb(60, 0, 255)), color-stop(15%, rgb(0, 210, 255)), color-stop(85%, rgb(0, 210, 255)), color-stop(95%, rgb(120, 0, 255)), to(rgb(120, 0, 255)));
  background-image: linear-gradient(0deg, rgb(60, 0, 255) 0%, rgb(60, 0, 255) 5%, rgb(0, 210, 255) 15%, rgb(0, 210, 255) 85%, rgb(120, 0, 255) 95%, rgb(120, 0, 255) 100%);
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.l-container::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 20px;
}
.l-container__title {
  text-align: center;
  margin-bottom: 30px;
}
.l-container__minTitle {
  text-align: center;
  margin-bottom: 20px;
}

.l-inner {
  padding: 60px;
  margin: 0 auto;
}

.o-nav {
  width: 100%;
}
.o-nav nav {
  position: relative;
  width: 100%;
  height: 122px;
  margin: 0 auto;
  z-index: 999;
  background-image: url(../img/common/menu-bg.png);
  background-repeat: repeat-x;
  background-position: left center;
}
.o-nav ul {
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 30px;
  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;
}
.o-nav li a {
  display: block;
  width: 173px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
}
.o-nav li:nth-child(1) a {
  background-image: url(../img/common/nav01.png);
}
.o-nav li:nth-child(1) a:hover {
  background-image: url(../img/common/nav01_on.png);
}
.o-nav li:nth-child(2) a {
  background-image: url(../img/common/nav02.png);
}
.o-nav li:nth-child(2) a:hover {
  background-image: url(../img/common/nav02_on.png);
}
.o-nav li:nth-child(3) a {
  background-image: url(../img/common/nav03.png);
}
.o-nav li:nth-child(3) a:hover {
  background-image: url(../img/common/nav03_on.png);
}
.o-nav li:nth-child(4) a {
  background-image: url(../img/common/nav04.png);
}
.o-nav li:nth-child(4) a:hover {
  background-image: url(../img/common/nav04_on.png);
}
.o-nav li:nth-child(5) a {
  background-image: url(../img/common/nav05.png);
}
.o-nav li:nth-child(5) a:hover {
  background-image: url(../img/common/nav05_on.png);
}
.o-nav li:nth-child(6) a {
  background-image: url(../img/common/nav06.png);
}
.o-nav li:nth-child(6) a:hover {
  background-image: url(../img/common/nav06_on.png);
}
.o-nav li:nth-child(7) a {
  background-image: url(../img/common/nav07.png);
}
.o-nav li:nth-child(7) a:hover {
  background-image: url(../img/common/nav07_on.png);
}

.sticky {
  position: sticky;
  z-index: 999;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.o-spNav {
  display: none;
  background-color: #15101a;
  border-left: 6px solid #00deff;
  border-right: 6px solid #00deff;
  padding: 10% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.o-spNav.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.o-spNav__logo {
  text-align: center;
  padding: 0 5% 15%;
}
.o-spNav__logo a {
  color: #fff;
}
.o-spNav__logo a img {
  max-width: 300px;
}
.o-spNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-spNav li {
  width: 48%;
  text-align: center;
  margin-bottom: 30px;
}
.o-spNav li a {
  color: #fff;
}

.o-hamburger {
  display: none;
}

.o-title {
  text-align: center;
  margin-bottom: 30px;
}

.o-table + .o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.o-table th,
.o-table td {
  font-weight: 400;
  padding: 0.5em;
  vertical-align: middle;
}
.o-table th {
  text-align: center;
  color: #fff;
  width: 25%;
  background-color: #4a6cc9;
}
.o-table td {
  background-color: #b7e9f3;
}

body.scroll-stop {
  overflow: hidden;
}

.c-intro {
  position: relative;
  margin-top: 0;
  max-width: 100%;
  background-image: url(../img/intro/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 15px;
}
.c-intro::before, .c-intro::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 72px;
  background-repeat: repeat-x;
  background-position: left top;
  position: absolute;
  left: 0;
}
.c-intro::before {
  background-image: url(../img/intro/top-bar.png);
  top: -11px;
}
.c-intro::after {
  background-image: url(../img/intro/bottom-bar.png);
  bottom: -11px;
}
.c-intro__top {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.c-intro__top .block {
  width: 45%;
  max-width: 450px;
}
.c-intro__top .block p {
  margin-top: 1em;
}
.c-intro__bottom {
  margin-top: 60px;
  text-align: center;
}
.c-intro__bottom p {
  margin-top: 1em;
}

.c-top__story-bg {
  background-image: url(../img/top/bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.c-top__story {
  text-align: center;
}
.c-top__person-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-top__person-list li {
  width: 46%;
  margin-bottom: 40px;
  text-align: center;
}
.c-top__person-list li p {
  text-align: left;
  margin-top: 1em;
}
.c-top__tracker {
  margin-top: 40px;
}
.c-top__tracker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-top__tracker-list li {
  width: 32%;
  text-align: center;
}
.c-top__tracker-list li p {
  text-align: left;
  margin-top: 1em;
}
.c-top__tracker-more {
  margin-top: 40px;
}
.c-top__tracker-more h4 {
  text-align: center;
}
.c-top__tracker-more ul {
  margin-top: 30px;
  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;
}
.c-top__tracker-more ul li {
  margin: 0 30px;
}

.c-howto-start__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto-start__block .left {
  width: 46%;
}
.c-howto-start__block .left p {
  margin-bottom: 1em;
  line-height: 1.7;
}
.c-howto-start__block .left a:hover {
  cursor: pointer;
}
.c-howto-start__block .right {
  width: 46%;
}

.c-new-map__map {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.c-new-map__map p {
  margin-top: 1em;
  text-align: left;
}
.c-new-map__map-expansion {
  text-align: center;
  max-width: 660px;
  margin: 50px auto 0;
}
.c-new-map__swiper {
  position: relative;
  max-width: 780px;
  margin: 30px auto 0;
}
.c-new-map__swiper .swiper-container {
  overflow: hidden;
}
.c-new-map__swiper .swiper-slide {
  text-align: center;
}
.c-new-map__swiper .swiper-button-prev::after,
.c-new-map__swiper .swiper-button-next::after {
  content: "";
  width: 34px;
  height: 53px;
  background-image: url(../img/new-map/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-new-map__swiper .swiper-button-prev {
  left: -50px;
}
.c-new-map__swiper .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-new-map__swiper .swiper-button-next {
  right: -50px;
}

.c-memorial-dungeon__block + .c-memorial-dungeon__block {
  margin-top: 80px;
}
.c-memorial-dungeon__image {
  text-align: center;
}
.c-memorial-dungeon__image p {
  margin-top: 1em;
  margin-bottom: 20px;
  text-align: left;
}
.c-memorial-dungeon__table {
  margin-top: 60px;
}
.c-memorial-dungeon__table h4 {
  text-align: center;
  margin-bottom: 20px;
}

.c-new-equipment-system__block {
  margin-top: 80px;
}
.c-new-equipment-system__flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-new-equipment-system__flex .left {
  width: 46%;
}
.c-new-equipment-system__flex .left p + p {
  margin-top: 1em;
}
.c-new-equipment-system__flex .right {
  width: 46%;
  text-align: center;
}
.c-new-equipment-system__flex--transcendence .left {
  width: 70%;
}
.c-new-equipment-system__flex--transcendence .right {
  width: 27%;
}
.c-new-equipment-system__button {
  text-align: center;
  margin-top: 30px;
}

.c-data__block + .c-data__block {
  margin-top: 50px;
}
.c-data__block h3 {
  text-align: center;
  margin-bottom: 30px;
}
.c-data__item-block + .c-data__item-block {
  margin-top: 40px;
}
.c-data__item-block h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: rgba(183, 233, 243, 0.5);
  color: #4a6cc9;
  padding: 5px 0;
  border: 3px solid #4a6cc9;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px #aa75fd;
          box-shadow: 0 0 6px #aa75fd;
}
.c-data__item-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-data__item-block ul li {
  margin: 0 10px 20px;
  width: 152px;
}
.c-data__item-block ul li a {
  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-image: url(../img/data/box.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 152px;
}
.c-data__item-block ul li img {
  max-width: 75px;
}
.c-data__item-block ul li h5 {
  text-align: center;
  margin-top: 10px;
}
.c-data__map-block {
  max-width: 768px;
  margin: 0 auto;
}
.c-data__map-block + .c-data__map-block {
  margin-top: 60px;
}
.c-data__map-block h4 {
  text-align: center;
}
.c-data__map-block .image {
  text-align: center;
  margin-top: 40px;
}
.c-data__map-block .flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-data__map-block .flex .left {
  width: 34%;
  text-align: center;
}
.c-data__map-block .flex .left img {
  margin-bottom: 20px;
}
.c-data__map-block .flex .left a img {
  margin-bottom: 0;
}
.c-data__map-block .flex .right {
  width: 60%;
}
.c-data__map-block .flex .right .map-head {
  background-color: #494949;
}

.c-wallpaper__sample {
  text-align: center;
}
.c-wallpaper__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.c-wallpaper__comment {
  margin-top: 30px;
  text-align: center;
}
.c-wallpaper__comment p {
  text-align: left;
  margin-top: 1em;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header {
    top: auto;
    margin-top: 0;
  }
  .l-header__logo {
    top: 5%;
    max-width: 200px;
  }
  .l-header__banner a {
    min-width: 150px;
    margin: 0 10px;
  }
  .l-main {
    padding-top: 0;
  }
  .l-section + .l-section {
    margin-top: 100px;
  }
  .l-container__title {
    margin-bottom: 20px;
  }
  .l-container__minTitle {
    margin-bottom: 10px;
  }
  .l-inner {
    padding: 30px 15px;
  }
  .o-nav {
    display: none;
  }
  .o-spNav {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #00deff;
    border: 2px solid #fff;
    border-radius: 50%;
    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-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -2px;
  }
  .o-title {
    margin-bottom: 20px;
  }
  .o-table--sp-table {
    overflow-x: scroll;
  }
  .o-table--sp-table table {
    table-layout: auto;
    white-space: nowrap;
  }
  .c-intro {
    padding: 80px 15px;
  }
  .c-intro__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-intro__top .block {
    width: 100%;
  }
  .c-intro__top .block + .block {
    margin-top: 30px;
  }
  .c-intro__bottom {
    margin-top: 30px;
  }
  .c-intro__bottom p {
    text-align: left;
  }
  .c-top__person-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__person-list li {
    width: 100%;
    margin-bottom: 0;
  }
  .c-top__person-list li + li {
    margin-top: 40px;
  }
  .c-top__tracker-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__tracker-list li {
    width: 100%;
  }
  .c-top__tracker-list li + li {
    margin-top: 40px;
  }
  .c-top__tracker-more ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top__tracker-more ul li {
    margin: 0;
  }
  .c-top__tracker-more ul li + li {
    margin-top: 20px;
  }
  .c-howto-start__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto-start__block .left {
    width: 100%;
  }
  .c-howto-start__block .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-new-map__map-expansion {
    margin-top: 30px;
  }
  .c-new-map__swiper .swiper-button-prev {
    left: 0;
  }
  .c-new-map__swiper .swiper-button-next {
    right: 0;
  }
  .c-memorial-dungeon__block + .c-memorial-dungeon__block {
    margin-top: 60px;
  }
  .c-memorial-dungeon__table {
    margin-top: 40px;
  }
  .c-new-equipment-system__block {
    margin-top: 60px;
  }
  .c-new-equipment-system__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-new-equipment-system__flex .left {
    width: 100%;
  }
  .c-new-equipment-system__flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-data__item-block ul li {
    width: 125px;
  }
  .c-data__item-block ul li a {
    height: 125px;
  }
  .c-data__map-block .image {
    margin-top: 20px;
  }
  .c-data__map-block .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-data__map-block .flex .left {
    width: 100%;
  }
  .c-data__map-block .flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-wallpaper__buttons {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__button + .c-wallpaper__button {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=style.css.map */