/*==================================
 variable
===================================*/
.boxWrap.-first,
.section .boxTextLarge {
  margin-top: 0;
}

.section .boxTextLarge {
  margin-bottom: 10%;
}

.section .boxTextLarge .fontCenter {
  margin: 0 0 1%;
}

.softTitle {
  max-width: 420px;
  width: 38.18182%;
  margin: 3% auto 0;
}

.manualLinksWrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.manualLinksWrap .manualLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  width: 43.63636%;
  margin: 3% 2% 0;
  text-decoration: none;
  background-color: #231815;
}

@media (max-width: 760px) {
  .manualLinksWrap .manualLink {
    width: 70%;
  }
}

.manualLinksWrap .manualLink .thum {
  display: block;
  width: 30.83333%;
  min-height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.manualLinksWrap .manualLink .rightWrap {
  position: relative;
  z-index: 0;
  width: 69.16667%;
  text-align: center;
  color: #fff;
}

.manualLinksWrap .manualLink .rightWrap .title {
  margin: 8% 0 0;
  font-size: 1.8rem;
}

@media (max-width: 760px) {
  .manualLinksWrap .manualLink .rightWrap .title {
    font-size: 2.8rem;
  }
}

.manualLinksWrap .manualLink .rightWrap .button {
  position: absolute;
  z-index: 0;
  display: block;
  left: 50%;
  bottom: 15%;
  width: 57.91045%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.boxWrap.-soft01 .manualLink {
  background-color: #595757;
}

.boxWrap.-soft02 .manualLink {
  background-color: #54c3f1;
}

.boxWrap.-soft03 .manualLink {
  background-color: #ffe100;
}

.boxWrap.-soft03 .manualLink .rightWrap {
  color: #000;
}

.boxWrap.-soft04 .manualLink {
  background-color: #e80012;
}
/*# sourceMappingURL=manual.css.map */