@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/*=======================================
　coming soon
=======================================*/
.coming {
  font-size: 30px;
  text-align: center;
  color: #006dd9;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #006dd9;
  padding: 5px 0 10px;
}
@media screen and (max-width: 768px) {
  .coming {
    font-size: 16px;
    padding: 5px 0 8px;
  }
}

/*=======================================
　base
=======================================*/
main {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  main {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .mv_sec .ttl {
    width: 48vw;
  }
}
@media screen and (max-width: 900px) {
  .mv_sec .ttl {
    width: 100%;
  }
}

/*=======================================
　d_about
=======================================*/
.d_about .product_ttl__line {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .d_about .product_ttl__line {
    margin-bottom: 30px;
  }
}
.d_about .ttl__plain {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .d_about .ttl__plain {
    margin-bottom: 15px;
  }
}
.d_about .plain {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .d_about .plain {
    margin-bottom: 30px;
  }
}
.d_about .caution_box p {
  color: #e54003;
  margin: 0 auto;
  padding: 40px 50px;
  border: 1px solid #e54003;
}
@media screen and (max-width: 768px) {
  .d_about .caution_box p {
    padding: 20px 5%;
  }
}
.d_about__box:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .d_about__box:not(:last-child) {
    margin-bottom: 60px;
  }
}
.d_about__box > .caution_box {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .d_about__box > .caution_box {
    margin-bottom: 60px;
  }
}
.d_about__item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .d_about__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.d_about__item .img {
  border: 1px solid #DCDCDC;
}
.d_about__item > .caution_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .d_about__item > .caution_box {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=dl_about.css.map */