/* ------------------------------------------------------------
// Drone
------------------------------------------------------------ */
.content-ttl-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background: url(../images/drone//content-ttl-img.png) no-repeat center center/cover;
}
.content-ttl-img h2 {
  font-size: 90px;
  color: #2aa8da;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
  padding: 0 20px;
}
.content-ttl-img h2 span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #204483;
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .content-ttl-img {
    width: 100%;
    height: 150px;
  }
  .content-ttl-img h2 {
    font-size: 50px;
  }
  .content-ttl-img h2 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .content-ttl-img {
    height: 150px;
  }
  .content-ttl-img h2 {
    font-size: 40px;
  }
  .content-ttl-img h2 span {
    font-size: 16px;
  }
}

.content-img-1 {
  margin-bottom: 100px;
  padding: 100px 0;
  background: url(../images/drone/content-img-1.png) no-repeat center center/cover;
}
.content-img-1 .container {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.content-img-1 p {
  margin-left: 1em;
  padding: 1em 0 1em 1.5em;
  border-left: 5px solid #2aa8da;
}
@media screen and (max-width: 1359px) {
  .content-img-1 {
    padding: 100px 0 0;
  }
  .content-img-1 .container {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .content-img-1 {
    padding: 120px 0 0;
  }
  .content-img-1 .container {
    padding: 40px 0 20px;
  }
  .content-img-1 p {
    margin-left: 0;
    padding: 0 0 0 1.5em;
    border-left: 3px solid #2aa8da;
  }
}

.content-img-2 {
  margin-bottom: 100px;
  padding: 100px 0;
  background: url(../images/drone/content-img-2.png) no-repeat center center/cover;
}
.content-img-2 .container {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.content-img-2 p {
  margin-left: 1em;
  padding: 1em 0 1em 1.5em;
  border-left: 5px solid #2aa8da;
}
@media screen and (max-width: 1359px) {
  .content-img-2 {
    padding: 100px 0 0;
  }
  .content-img-2 .container {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .content-img-2 {
    padding: 120px 0 0;
  }
  .content-img-2 .container {
    padding: 40px 0 20px;
  }
  .content-img-2 p {
    margin-left: 0;
    padding: 0 0 0 1.5em;
    border-left: 3px solid #2aa8da;
  }
}

dl.content-dl dt {
  font-size: 18px;
  color: #2aa8da;
  margin-bottom: 5px;
}
dl.content-dl dd:not(:last-child) {
  margin-bottom: 40px;
}

.table-three-cell {
  width: 100%;
  margin-top: 40px;
}
.table-three-cell tr th,
.table-three-cell tr td {
  font-size: 15px;
  text-align: center;
  width: 33.3333333333%;
  padding: 1em 0.5em;
  border: 1px solid #cccccc;
}
.table-three-cell tr th {
  color: #ffffff;
  background: #333333;
}
.table-three-cell tr td {
  background: #ffffff;
}
@media screen and (max-width: 575px) {
  .table-three-cell {
    border-top: 1px solid #cccccc;
  }
  .table-three-cell tr th,
  .table-three-cell tr td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .table-three-cell tr td.sp-ttl {
    background: #eeeeee;
  }
}

.note {
  font-size: 14px;
  margin-top: 5px;
}

.content-contact-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.content-contact-box .tel-box span,
.content-contact-box .tel-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  padding: 1em 1.5em;
  background: #ff9600;
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .content-contact-box .tel-box span,
  .content-contact-box .tel-box a {
    font-size: 16px;
    padding: 1em 1em;
  }
}