@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/*$font-default:"游ゴシック Medium",YuGothic,YuGothicM, "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
/*$font-default: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
/*$font-default:  -apple-system, BlinkMacSystemFont, 'M PLUS Rounded 1c', sans-serif;*/
/********************************************************************************
 = ドローン分野
*********************************************************************************/
.drone {
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .drone {
    padding: 0 20px;
  }
}
.drone p,
.drone ul li,
.drone ol li,
.drone dl dt,
.drone dl dd {
  line-height: 1.6;
}
.drone img {
  display: block;
  width: 100%;
}
.drone .ttl--h3 span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .drone .ttl--h3 span {
    padding-left: 20px;
    font-size: 1.3rem;
  }
}
.drone .ttl--h4 {
  margin-bottom: 30px;
}
.drone .ttl--h4 span {
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .drone .ttl--h4 span {
    font-size: 1.1rem;
  }
}
.drone .ttl--h5 {
  margin-bottom: 15px;
}
.drone .ttl--h5 span {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.drone .blc--photos {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px 10px;
}
@media print, screen and (max-width: 767px) {
  .drone .blc--photos {
    flex-direction: column;
  }
}
.blc--photos.col2 > figure {
  width: calc((100% - 10px) / 2);
}

.blc--photos.col3 > figure {
  width: calc((100% - 20px) / 3);
}

.blc--photos.col4 > figure {
  width: calc((100% - 20px) / 4);
}

@media print, screen and (max-width: 767px) {
  .drone .blc--photos figure {
    width: 100% !important;
  }
}
.drone .blc--photos figure figcaption {
  margin-top: 0.25em;
  font-size: 0.9em;
}
.drone .blc--photos video {
  width: 100%;
  aspect-ratio: 1280/720;
}
.drone-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 767px) {
  .drone-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.drone-sec:nth-of-type(1) {
  padding-top: 0;
}
.drone-ttl {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px 30px;
}
@media print, screen and (max-width: 767px) {
  .drone-ttl {
    flex-direction: column;
  }
}
.drone-ttl--ttl {
  width: 30%;
}
@media print, screen and (max-width: 767px) {
  .drone-ttl--ttl {
    width: 100%;
  }
}
.drone-ttl--desc {
  width: calc(100% - (30% + 30px));
}
@media print, screen and (max-width: 767px) {
  .drone-ttl--desc {
    width: 100%;
  }
}
.drone-cnt--item + .drone-cnt--item {
  margin-top: 70px;
}
#inspection .drone-cnt--item_ttl {
  text-indent: -0.5em;
}

.drone-cnt--item_desc {
  margin-bottom: 40px;
}
.drone-cnt--item_photos {
  margin-bottom: 70px;
}
.drone-cnt--item_photos .photos--desc {
  margin-bottom: 15px;
}
.drone-cnt--item_spec {
  margin-bottom: 70px;
  padding: 40px;
  background-color: #fbfbf9;
}
@media print, screen and (max-width: 767px) {
  .drone-cnt--item_spec {
    padding: 20px;
  }
}
.drone-cnt--item_spec.spec-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px 30px;
}
@media print, screen and (max-width: 767px) {
  .drone-cnt--item_spec.spec-col {
    flex-direction: column;
  }
}
.drone-cnt--item_spec.spec-col .spec-col--left {
  width: 30%;
}
@media print, screen and (max-width: 767px) {
  .drone-cnt--item_spec.spec-col .spec-col--left {
    width: 100%;
  }
}
.drone-cnt--item_spec.spec-col .spec-col--right {
  width: calc(100% - (30% + 30px));
}
@media print, screen and (max-width: 767px) {
  .drone-cnt--item_spec.spec-col .spec-col--right {
    width: 100%;
  }
}
.drone-cnt--item_spec .spec--fig {
  text-align: center;
  font-weight: bold;
}
.drone-cnt--item_spec .spec--tbl > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0.5em 0;
}
.drone-cnt--item_spec .spec--tbl > div + div {
  border-top: 1px dotted #999999;
}
.drone-cnt--item_spec .spec--tbl > div dt {
  width: 8em;
}
@media print, screen and (max-width: 767px) {
  .drone-cnt--item_spec .spec--tbl > div dt {
    width: 5em;
  }
}
.drone-cnt--item_spec .spec--list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 0.5em;
  padding: 0.5em 0;
}
@media print, screen and (max-width: 767px) {
  .drone-cnt--item_spec .spec--list li:has(span) {
    flex-wrap: wrap;
  }
}
.drone-cnt--item_spec .spec--list li::before {
  display: block;
  content: "";
  width: 1em;
  min-width: 1em;
  margin-top: 0.5em;
  aspect-ratio: 1/1;
  background-color: #424443;
  mask-image: url(../images/common/ico--check.svg);
  mask-size: 100% auto;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.drone-cnt--item_spec .spec--list li span {
  display: block;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .drone-cnt--item_spec .spec--list li span {
    width: calc(100% - 1.5em);
  }
}
.drone-cnt--item_spec .spec--list li span::after {
  content: "・・・・・";
}
@media print, screen and (max-width: 767px) {
  .drone-cnt--item_spec .spec--list li span::after {
    display: none;
  }
}
.drone-cnt--item_spec .spec--tbl + .spec--ttl,
.drone-cnt--item_spec .spec--list + .spec--ttl {
  margin-top: 30px;
}
.drone #inspection03 .news {
  position: relative;
  background-color: #ffeeee;
  margin-top: 1em;
  border: 1px solid #ed0101;
  padding: 20px 20px 20px 100px;
}
@media print, screen and (max-width: 767px) {
  .drone #inspection03 .news {
    padding: 50px 20px 20px 20px;
  }
}
.drone #inspection03 .news dt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5em 0.5em;
  background-color: #ed0101;
  color: #ffffff;
  font-size: 14px;
}/*# sourceMappingURL=page_drone.css.map */