.tit.center {
  text-align: center;
}
.tit.margin {
  margin-top: 30px;
}

.txt {
  margin-top: 30px;
}
.txt.center {
  text-align: center;
}

.box {
  border: 1px solid #fb6322;
  max-width: 841px;
  box-sizing: border-box;
  margin: 60px auto 0;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .box {
    height: auto;
    padding: 30px 0;
    margin-top: 60px;
  }
}

.info-boxs {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 60px auto 0;
}

.info-box {
  width: 270.3333333333px;
  background-color: #f3f3f3;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  padding: 20px;
}
.info-box-tit {
  background-color: #fb6322;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.info-box-txt {
  font-size: 16px;
  margin-top: 20px;
}

.qa {
  max-width: 900px;
  margin: 0 auto;
}

.q {
  margin-top: 30px;
  background-color: #fb6322;
  color: #fff;
  padding: 5px;
  display: table;
  cursor: pointer;
}
.q h2 {
  font-size: 18px;
  margin: 0;
}

.a {
  display: none;
  background-color: #f3f3f3;
  padding: 20px;
  font-size: 16px;
}

.howto-box {
  background-color: #f3f3f3;
  padding: 20px 20px 25px;
  font-size: 16px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.howto-box:before {
  content: "";
  position: absolute;
  top: 100%;
  right: calc((100% - 40px) / 2);
  border: 20px solid transparent;
  border-top: 20px solid #f3f3f3;
}
.howto-box:nth-of-type(n+2) {
  margin-top: 40px;
}
.howto-box.last {
  margin-bottom: 80px;
}
.howto-box.last:before {
  display: none;
}
.howto-box-tit {
  display: table;
  margin: 0 auto;
  color: #fb6322;
  padding: 0px 10px 5px;
  border-bottom: 2px solid #fb6322;
}
.howto-box-txt {
  text-align: center;
  margin-top: 10px;
}

.download-container {
  max-width: 880px;
  margin: 0 auto;
}
.download-tit {
  border-left: 3px solid #fb6322;
  margin-top: 30px;
  padding: 5px 10px;
}
.download-tit:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 840px) {
  .download-tit:first-of-type {
    margin-top: 40px;
  }
}
.download-txt {
  margin-top: 20px;
  line-height: 2;
}/*# sourceMappingURL=user.css.map */