.award_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 90px;
}
.award_area .sort_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .award_area .sort_wrap {
    overflow: auto;
    margin-bottom: 30px;
  }
}
.award_area ul.sort {
  width: 100%;
  display: flex;
  border: 1px solid #dddddd;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .award_area ul.sort {
    width: 768px;
    margin-top: 0;
    background-color: #f0f0f0;
    padding: 15px;
    position: relative;
    border: none;
  }
  .award_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);
  }
  .award_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);
  }
}
@media screen and (max-width: 420px) {
  .award_area ul.sort {
    width: 540px;
  }
}
.award_area ul.sort li {
  width: 33.3333333333%;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  cursor: pointer;
  font-size: 16px;
  background-color: #ffffff;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .award_area ul.sort li {
    white-space: nowrap;
    font-size: 14px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 420px) {
  .award_area ul.sort li {
    width: 180px;
  }
}
.award_area ul.sort li:hover, .award_area ul.sort li.act {
  background-color: #009966;
  color: #fff;
  transition: all 0.3s;
}
.award_area ul.sort li:not(:last-child) {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .award_area .sort_contents {
    padding: 0 5%;
  }
}
.award_area h2 {
  line-height: 1;
  font-size: 28px;
  padding: 20px;
  background: #f9faf4;
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .award_area h2 {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.award_area h3 {
  width: 200px;
  line-height: 1;
  font-size: 20px;
  padding: 15px;
  border: 1px solid #000000;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .award_area h3 {
    width: 150px;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
    width: 150px;
  }
}
.award_area ul.sort_list:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .award_area ul.sort_list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.award_area ul.sort_list li.sort_items {
  display: none;
}
.award_area ul.sort_list li.sort_items img {
  margin: 0 auto;
  display: block;
}
.award_area ul.sort_list li.sort_items:first-child {
  display: block;
}
.award_area .accordion {
  color: #009966;
  border: 2px solid #009966;
  background-color: #ffffff;
  margin-bottom: 30px;
  font-size: 32px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .award_area .accordion {
    margin-bottom: 20px;
    font-size: 20px;
    height: 50px;
  }
}
.award_area .accordion:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  border-top: 3px solid #009966;
  border-right: 3px solid #009966;
  transform: rotate(135deg);
  transition: 0.3s ease-out;
}
.award_area .accordion:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 14px);
  right: 21px;
  border: 2px solid #009966;
  transition: 0.3s ease-out;
  border-radius: 30px;
}
.award_area .accordion:hover {
  background-color: #009966;
  color: #ffffff;
  transition: 0.3s ease-out;
}
.award_area .accordion:hover:before {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.award_area .accordion:hover:after {
  border: 2px solid #ffffff;
}
.award_area .accordion.active {
  color: #ffffff;
  background-color: #009966;
}
.award_area .accordion.active:before {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(-45deg);
  top: calc(50% - 3px);
  right: 30px;
}
.award_area .accordion.active:after {
  border: 2px solid #ffffff;
}
.award_area .award1 .table_area {
  display: none;
}
.award_area .award1 .table_area.first {
  display: block;
}
.award_area .table_area {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .award_area .table_area {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
  }
}
.award_area .table_area table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}
.award_area .table_area table th {
  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) {
  .award_area .table_area table th {
    font-size: 13px;
    padding: 10px;
    width: auto;
  }
}
.award_area .table_area table td {
  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) {
  .award_area .table_area table td {
    width: auto;
    font-size: 13px;
    padding: 10px;
  }
}
.award_area .table_area.short .scroll-hint-icon {
  top: 0 !important;
}/*# sourceMappingURL=layout.css.map */