.drone{
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  box-sizing: content-box;
}
.drone-overview{
  width: calc(100% - 60px);
  position: relative;
  margin: 50px auto 0;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .drone-overview{
    width: calc(100% - 160px);
  }
}
.drone-overview::before{
  content: "";
  position: absolute;
  filter: drop-shadow(0 0 12px rgba(0,0,0,.15));
  transform: translateZ(0);
  border-radius: 26px;
  background-color: #fff;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
}
.drone-overview-img{
  width: 80%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.drone-overview-txt-wrapper{
  padding: 20px;
  position: relative;
}
.drone-overview-ttl-wrapper{
  display: block;
}
.drone-overview-deco{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 61px;
  transform: translate(-15%, -50%);
  z-index: 3;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .drone-overview-deco{
    left: 7%;
  }
}
.drone-overview-ttl{
  font-size: 25px;
  line-height: 1.35em;
  z-index: 2;
  position: relative;
  text-align: center;
}
.drone-overview-list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin-top: 12px;
  gap: 6px;
}
.drone-overview-list li{
  font-size: 14px;
  line-height: 1;
  height: 28px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.drone-overview-list li:nth-child(1){
  background-color: #26dac1;
  color: #000;
}
.drone-overview-list li:nth-child(2){
  background-color: #bdf34f;
  color: #000;
}
.drone-overview-list li:nth-child(3){
  background-color: #d80c18;
  color: #fff;
}
.drone-overview-list li:nth-child(4){
  background-color: #fbb03b;
  color: #000;
}
.drone-overview-date{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.drone-overview-date li{
  font-size: 13px;
}
.drone-overview-date + .drone-overview-date{
  margin-top: 8px;
}
.drone-overview-date li:nth-child(1){
  line-height: 1;
  display: inline-block;
  padding: 8px 8px;
  font-weight: 600;
  background-color: #d3edf9;
}
.drone-overview-date.day2 li:nth-child(1){
  background-color: #e8f0c5;
}
.drone-overview-desc{
  line-height: 1.75em;
  font-size: 15px;
  margin: 12px 0 0;
  z-index: 2;
  position: relative;
}
.drone-overview-notes{
  line-height: 1.75em;
  font-size: 13px;
  margin: 12px 0 0;
  z-index: 2;
  position: relative;
}
.drone-info{
  padding: 0 15px;
  width: 100%;
  margin-top: 42px;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .drone-info{
    padding: 0 80px;
  }
}
.drone-info h2{
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.drone-info p{
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5em;
}
.drone-info ul{
  margin-top: 20px;
  font-size: 15px;
}
.drone-info li{
  font-size: 15px;
  margin-top: 8px;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}

.drone-border{
  border-top: 1px solid #000;
  border-bottom: none;
  margin: 48px 15px;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .drone-border{
    margin: 48px 80px;
  }
}
.drone-btn-wrapper{
  text-align: center;
  margin-top: 24px;
  padding: 0 15px;
}

@media screen and (min-width: 431px) and (max-width: 834px) {
  .drone-btn-wrapper{
    padding: 0 80px;
  }
}

.drone-btn-desc{
  font-size: 18px;
  line-height: 1.4em;
}
.drone-btn-notes{
  font-size: 15px;
  margin-top: 4px;
}

.drone-btn-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 16px;
  width: 100%;
  margin: 24px auto 0;
}
.drone-btn-link{
  width: 100%;
  display: block;
  transition: 0.3s;
  left: 0;
  position: relative;
}
.hover_ok .drone-btn-link:hover{
  left: 4px;
}


@media screen and (min-width: 431px) and (max-width: 834px) {
  .drone-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    gap: 16px;
    width: 100%;
    margin: 24px auto 0;
  }
  .drone-btn-link{
    width: 50%;
    display: block;
    transition: 0.3s;
    left: 0;
    position: relative;
  }
  .drone-btn-link img{
    display: block;
    width: 100%;
  }
}

.drone-btn-link img{
  display: block;
  width: 100%;
}

.drone-acordion-wrapper{
  margin: 40px auto 0;
  width: calc(100% - 30px);
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .drone-acordion-wrapper{
    width: calc(100% - 160px);
  }
}


.drone-acordion{
  text-align: center;
  position: relative;
  background: #f2f2f2;
  font-size: 18px;
  line-height: 1;
  padding: 20px 0;
}
.drone-acordion-trg{
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.drone-acordion-trg.is-show{
  transform: translateY(-50%) rotate(45deg);
}
.drone-acordion-trg::before,
.drone-acordion-trg::after{
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.drone-acordion-trg::after{
  transform: translate(-50%,-50%) rotate(90deg);
}

.drone-acordion-body{
  line-height: 1.5em;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  padding: 24px;
  display: none;
}
.drone-acordion-body p{
  font-size: 15px;
}
.drone-acordion-body dl{
  margin-top: 24px;
}
.drone-acordion-body dl dt{
  font-size: 16px;
  font-weight: 800;
}
.drone-acordion-body dl dd{
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}
