.topVisual01 {
  background-image: url("../images/bg_index01.jpg");
  background-position: 65%;
}

.mainContent {
  margin: 65px 0 70px;
}
@media (max-width: 767px) {
  .mainContent {
    margin: 40px 0;
  }
}

.topicsArea01 .topicsContent01:first-child ul {
  display: block;
}
.topicsArea01 .topicsContent01:not(:last-child) {
  margin-bottom: 15px;
}
.topicsArea01 .topicsBtn01 {
  color: #ff8010;
  font-size: 15px;
  font-weight: bold;
  width: 150px;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #ff8010;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1200px) {
  .topicsArea01 .topicsBtn01 {
    width: 15%;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .topicsArea01 .topicsBtn01 {
    font-size: 15px;
    width: 110px;
    padding: 10px 5px 10px 0;
    float: none;
  }
}
.topicsArea01 .topicsBtn01:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #ff8010;
  border-right: solid 2px #ff8010;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 1200px) {
  .topicsArea01 .topicsBtn01:after {
    right: 15px;
  }
}
.topicsArea01 .topicsList01 {
  width: 800px;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .topicsArea01 .topicsList01 {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .topicsArea01 .topicsList01 {
    width: 100%;
    margin: 5px 0 40px;
    float: none;
  }
}
.topicsArea01 .topicsList01 a {
  font-size: 15px;
  padding: 15px 50px 15px 30px;
  display: block;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
@media (max-width: 1200px) {
  .topicsArea01 .topicsList01 a {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .topicsArea01 .topicsList01 a {
    padding: 10px 40px 12px 10px;
  }
}
.topicsArea01 .topicsList01 a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ff8010;
  border-right: solid 2px #ff8010;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media (max-width: 767px) {
  .topicsArea01 .topicsList01 a:after {
    right: 20px;
  }
}
.topicsArea01 .open .topicsBtn01:after {
  transform: rotate(-45deg);
  top: 45%;
}
.topicsArea01 .open ul {
  display: block;
}

.topicsnon01 {
  color: #333;
  font-size: 18px;
  margin: 100px 0;
}
@media (max-width: 767px) {
  .topicsnon01 {
    font-size: 16px;
    margin: 80px 0;
  }
}