.sec2__otr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .sec2__otr {
    display: block;
  }
}
.sec2__item {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .sec2__item {
    width: 100%;
    margin-top: 20px;
  }
}
.sec2__item--line {
  text-align: center;
}
.sec2__tx {
  font-size: 2.8rem;
  padding-bottom: 22px;
}
@media screen and (max-width: 992px) {
  .sec2__tx {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .sec2__tx {
    font-size: 1.8rem;
  }
}
.sec2__panel {
  background-image: url(../img/toppanel1.png);
  padding: 10px 20px 28px 20px;
  display: inline-block;
}
.sec2__btn {
  margin-top: 50px;
  text-align: center;
}

.sec3__otr {
  display: flex;
  flex-flow: wrap;
}
.sec3__ttl {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.sec3__tx {
  font-size: 2rem;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .sec3__tx {
    font-size: 1.8rem;
  }
}
.sec3__item {
  width: 45%;
  padding-bottom: 50px;
}
.sec3__item:nth-child(2n) {
  margin-left: 10%;
}
@media screen and (max-width: 992px) {
  .sec3__item:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .sec3__item {
    width: 100%;
    padding-bottom: 30px;
  }
}
.sec3__img-wrap {
  padding-bottom: 20px;
  text-align: center;
}
.sec3__img-wrap img {
  width: 100%;
}
.sec3__btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sec3__btn {
    margin-top: 10px;
  }
}

.sec5__otr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .sec5__otr {
    display: block;
  }
}
.sec5__img-wrap {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .sec5__img-wrap {
    width: 100%;
    text-align: center;
  }
}
.sec5__tx-wrap {
  width: 70%;
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .sec5__tx-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.sec5__tx {
  line-height: 2.4;
}
.sec5__tx2 {
  font-size: 1.8rem;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.sec5__tx3 {
  text-align: right;
  margin-top: 10px;
}

.sec7__otr {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec7__otr {
    display: block;
  }
}
.sec7__btn {
  text-align: center;
}/*# sourceMappingURL=top.css.map */