.development_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 90px;
}
.development_area .sort_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .development_area .sort_wrap {
    overflow: auto;
    margin-bottom: 30px;
  }
}
.development_area ul.sort {
  width: 100%;
  display: flex;
  border: 1px solid #dddddd;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .development_area ul.sort {
    width: 720px;
    margin-top: 0;
    background-color: #f0f0f0;
    padding: 15px;
    position: relative;
    border: none;
  }
  .development_area ul.sort:before {
    content: "";
    position: absolute;
    top: 33px;
    left: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(-135deg);
  }
  .development_area ul.sort:after {
    content: "";
    position: absolute;
    top: 33px;
    right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
  }
}
.development_area ul.sort li {
  width: 16.6666666667%;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .development_area ul.sort li {
    width: 120px;
    white-space: nowrap;
    font-size: 12px;
    padding: 15px 10px;
  }
}
.development_area ul.sort li:hover, .development_area ul.sort li.act {
  background-color: #009966;
  color: #fff;
}
.development_area ul.sort li:not(:last-child) {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .development_area .sort_contents {
    padding: 0 5%;
  }
}
.development_area .sort_contents .lead {
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .development_area .sort_contents .lead {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.development_area h2 {
  line-height: 1;
  font-size: 28px;
  padding: 20px;
  background: #f9faf4;
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .development_area h2 {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.development_area ul.sort_list:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .development_area ul.sort_list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.development_area ul.sort_list li.sort_items {
  display: none;
}
.development_area ul.sort_list li.sort_items img {
  margin: 0 auto;
  display: block;
}
.development_area ul.sort_list li.sort_items:first-child {
  display: block;
}
.development_area .table_area table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}
.development_area .table_area table th {
  width: 140px;
  background-color: #f3f3f3;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .development_area .table_area table th {
    font-size: 13px;
    padding: 10px;
    width: auto;
  }
}
.development_area .table_area table td {
  width: 900px;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 30px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .development_area .table_area table td {
    width: auto;
    font-size: 13px;
    padding: 10px;
  }
}/*# sourceMappingURL=layout.css.map */