/* LESS Document */
.cmsArea .cmsTitle {
  margin: 0 0 50px;
  padding: 0 240px 0 15px;
  border-left: #4472C4 5px solid;
}
@media screen and (max-width: 1023px) {
  .cmsArea .cmsTitle {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cmsArea .cmsTitle {
    padding: 0 0 10px;
    border: none;
  }
}
.cmsArea .cmsTitle time {
  font-family: 'Poppins', sans-serif;
  color: #7891BF;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cmsArea .cmsTitle time {
    font-size: 4vw;
  }
}
.cmsArea .cmsTitle h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .cmsArea .cmsTitle h2 {
    font-size: 7.2vw;
  }
}
.cmsArea h3 {
  margin: 40px 0 20px;
}
.cmsArea h4 {
  margin: 30px 0 10px;
}
.cmsArea table th,
.cmsArea table td {
  padding: 10px;
}
.cmsArea img {
  max-width: 100%!important;
  height: auto!important;
}
.cmsArea img[style*="right"] {
  margin: 0 0 1em 1em;
}
.cmsArea img[style*="left"] {
  margin: 0 1em 1em 0;
}
.cmsArea ul {
  padding: 0 0 0 30px;
}
.cmsArea ul > li:not(:last-child) {
  margin: 0;
}
.cmsArea ul > li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #333;
  margin-right: -6px;
  font-size: 1rem;
  text-align: center;
  vertical-align: 2px;
  position: relative;
  left: -12px;
}
.cmsArea ol {
  list-style: none;
  padding: 0 0 0 30px;
}
.cmsArea ol > li {
  counter-increment: number;
}
.cmsArea ol > li::before {
  content: counter(number) '.';
  display: inline-block;
  width: 2rem;
  margin: 0 0 0 -2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #4472C4;
}
.cmsArea blockquote {
  background: #EEE;
  position: relative;
  margin: 0 !important;
  padding: 32px;
}
.cmsArea blockquote::before,
.cmsArea blockquote::after {
  content: "“";
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  color: #787878;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 5px;
}
.cmsArea blockquote::after {
  content: "”";
  top: auto;
  left: auto;
  bottom: -30px;
  right: 5px;
}
/* -------------------------------- pagenation */
.pagenation {
  margin: 50px 0 0;
  text-align: center;
}
.pagenation a,
.pagenation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  line-height: 1;
  margin: 0 2px 5px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  border: #B3751F 1px solid;
  color: #B3751F;
  background: #FFF;
}
.pagenation a:hover,
.pagenation span:hover {
  background: rgba(179, 117, 31, 0.3);
}
.pagenation a.current,
.pagenation span.current {
  background: #B3751F;
  color: #FFF;
}
.pagenation a:nth-child(1),
.pagenation span:nth-child(1) {
  margin-right: 12px;
  background: #B3751F;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-child(1),
  .pagenation span:nth-child(1) {
    margin-right: 6px;
  }
}
.pagenation a:nth-child(1):hover,
.pagenation span:nth-child(1):hover {
  opacity: 0.7;
}
.pagenation a:nth-child(1) i,
.pagenation span:nth-child(1) i {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-child(1) i,
  .pagenation span:nth-child(1) i {
    margin-right: 5px;
  }
}
.pagenation a:nth-last-child(1),
.pagenation span:nth-last-child(1) {
  margin-left: 12px;
  background: #B3751F;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-last-child(1),
  .pagenation span:nth-last-child(1) {
    margin-left: 6px;
  }
}
.pagenation a:nth-last-child(1):hover,
.pagenation span:nth-last-child(1):hover {
  opacity: 0.7;
}
.pagenation a:nth-last-child(1) i,
.pagenation span:nth-last-child(1) i {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-last-child(1) i,
  .pagenation span:nth-last-child(1) i {
    margin-left: 5px;
  }
}
.pagenation span {
  background: #EEE;
  border-color: #EEE;
  color: #ADADAD;
  pointer-events: none;
}
/* -------------------------------- sortArea */
.sortArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .sortArea {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.sortArea p {
  flex-shrink: 0;
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sortArea p {
    font-size: 4.8vw;
  }
}
.sortArea ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px 15px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sortArea ul li:nth-of-type(n + 2) a {
  font-family: 'Poppins', sans-serif;
}
.sortArea ul li a {
  display: block;
  width: 95px;
  height: 37px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 100px;
  border: #4472C4 2px solid;
  text-align: center;
  text-decoration: none;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .sortArea ul li a {
    max-width: 95px;
    width: 18vw;
    height: auto;
    padding: 3px 0;
    font-size: min(3.6vw, 1.8rem);
  }
}
.sortArea ul li a.current,
.sortArea ul li a:hover {
  background: #4472C4;
  color: #FFF;
}
.sortArea ul li a.current {
  pointer-events: none;
}
/* -------------------------------- newsList */
.newsList {
  min-height: 800px;
  padding-bottom: 80px;
}
.newsList .dl {
  position: relative;
  border-bottom: #C7C7C7 2px dashed;
}
.newsList .dl:nth-of-type(1) {
  border-top: #C7C7C7 2px dashed;
}
.newsList .dl dt {
  padding: 20px 0 0;
  color: #4472C4;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.newsList .dl dd {
  padding: 0 280px 20px 0;
}
@media screen and (max-width: 767px) {
  .newsList .dl dd {
    padding: 0 0 20px;
  }
}
.newsList .viewLink {
  display: block;
  width: 166px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  background: #F4D4FF;
  color: #CC33FF;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  border-radius: 50px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .newsList .viewLink {
    position: relative;
    margin: 30px auto 0;
    font-size: min(3.2vw, 1.6rem);
  }
}
.newsList .viewLink:hover {
  background: #e7a1ff;
  color: #FFF;
}
.newsList .viewLink:hover::after {
  right: 150px;
}
.newsList .viewLink::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/img_drone_2.webp) no-repeat center center / contain;
  position: absolute;
  top: -28px;
  right: -12px;
  transform: rotate(-33deg);
  transition: right 0.3s;
  pointer-events: none;
}
.newsList .viewLink[target] {
  width: 210px;
  color: #919100;
  background: #F6F686;
}
.newsList .viewLink[target]::after {
  width: 67px;
  height: 52px;
  top: -12px;
  transform: none;
  background: url(../img/img_drone_3.webp) no-repeat center center / contain;
}
.newsList .viewLink[target]:hover {
  background: #919100;
  color: #FFF;
}
.newsList .viewLink[target]:hover::after {
  right: 190px;
}
/* -------------------------------- returnBtn */
.returnBtn {
  margin: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .returnBtn {
    margin: 50px 0;
  }
}
.returnBtn a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  background: #B3751F;
  color: #FFF;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .returnBtn a {
    font-size: 4vw;
  }
}
.returnBtn a:hover {
  opacity: 0.7;
}
