.container2 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container2 {
    width: 94%;
  }
}

.menu {
  margin-top: 17px;
}

.text00 + .text00::before {
  content: "/";
  margin: 0 16px;
}

h1 {
  color: #F95D09;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin: 75px 0 90px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
    margin: 50px 0;
  }
}

.linkList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .linkList {
    margin-bottom: 100px;
  }
}

.linkList li {
  width: 250px;
  padding-left: 15px;
  margin-bottom: 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .linkList li {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .linkList li {
    width: 100%;
    padding-left: 5px;
    margin-bottom: 25px;
    border-bottom: 0.5px solid #f95d07;
  }
}

.linkList li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #f95d07;
  border-right: solid 2px #f95d07;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .linkList li:before {
    left: 95%;
  }
}

.linkList li a {
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .linkList li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .linkList li a {
    font-size: 15px;
    padding: 5px 0;
  }
}

.footer .pageTop {
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.footer .pageTop:before {
  content: '';
  width: 2px;
  height: 35px;
  background-color: #f95d09;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .footer .pageTop:before {
    height: 20px;
    top: -11px;
  }
}

.footer .pageTop a {
  font-weight: bold;
}
