@charset "utf-8";

.banner {
  background-image: url(../images/download_48.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.banner .container {
  height: 8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner h2 {
  font-weight: 300;
  font-size: 1rem;
  margin-top: 2em;
}

/* sec_01 ******************************/
.sec_01 {
  padding-bottom: 3rem;
}

.sec_01 .flexBox {
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.sec_01 .flexBox li {
  width: 33.33333%;
  color: #4a4a4a;
  font-size: 0.36rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ededed;
  padding: 1rem 0.5rem;
}

.sec_01 .flexBox li:nth-child(4),
.sec_01 .flexBox li:nth-child(5) {
  border-top: none;
}

.sec_01 .flexBox li:nth-child(2),
.sec_01 .flexBox li:nth-child(3),
.sec_01 .flexBox li:nth-child(5) {
  border-left: none;
}



.dlImg {
  width: 50%;
  max-width: 108px;
}

.sec_01 .flexBox li p {
  font-size: 0.32rem;
  line-height: 3;
  margin-top: 1em;
}

.btn-primary {
  background-color: #035992;
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 2.3;
  padding: 0 1.5em;
  border-radius: 5px;
  margin-top: 0.2rem;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff;
  opacity: 0.8;
}


/* sec_05 ******************************/
/* .sec_05 {
  background: #ededed;
}

.sec_05 .container.s5c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 1.4rem);
  padding-bottom: 1.4rem;
} */


/* media
----------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .sec_01 .flexBox li p {
    line-height: 1.8;
  }

  .sec_01 .flexBox li p span.inblock {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .sec_01 .flexBox li {
    width: 50%;
  }

  .sec_01 .flexBox li:nth-child(3) {
    border-top: none;
  }

  .sec_01 .flexBox li:nth-child(4){
    border-left: none;
  }
  .sec_01 .flexBox li:nth-child(3),
  .sec_01 .flexBox li:nth-child(5) {
    border-left: 2px solid #ededed;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 30px) !important;
  }

  .banner .container {
    height: 5rem;
  }

  .banner h2 {
    font-size: 0.64rem;
  }

  .sec_01 {
    padding-bottom: 2.5rem;
  }

  .sec_01 .flexBox {
    margin-top: 0.6rem;
  }

  .sec_01 .flexBox li {
    padding: 0.6rem 0.5rem;
  }

  .sec_01 .flexBox li p {
    line-height: 1.8;
  }

  .sec_01 .flexBox li p span.inblock {
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .sec_01 .flexBox li {
    padding: 0.6rem 0.5em;
  }

  .sec_01 .flexBox li p {
    margin-top: 0.8em;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 590px) {
  .sec_01 .flexBox {
    display: block;
  }

  .sec_01 .flexBox li {
    width: 92%;
    margin: auto;
  }

  .sec_01 .flexBox li:nth-child(2),
  .sec_01 .flexBox li:nth-child(3),
  .sec_01 .flexBox li:nth-child(4),
  .sec_01 .flexBox li:nth-child(5) {
    border-left: 2px solid #ededed;
    border-top: none;
  }
}

@media screen and (max-width: 480px) {
  .banner {
    background-position: center right 40%;
  }
}

