/* CSS Document */
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
/* 下層イメージ
------------------------------------------------------------ */
.c-lower-image {
  background-image: url("/img/development/index/main-image.png");
}
@media screen and (max-width: 1023px) {
  .c-lower-image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-image {
    background-image: url("/img/development/index/main-image@sp.jpg");
  }
}
/* お問い合わせ
------------------------------------------------------------ */
.c-contact, .c-contact__tel-link {
  color: #FFF;
}
.c-contact {
  background-image: url("/img/development/index/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
}
/* footer
------------------------------------------------------------ */
.c-footer {
  border-top: none;
}
/*------------------------------------------------------------
     main
------------------------------------------------------------ */
/* こんなお困りごとありませんか？
------------------------------------------------------------ */
.p-develop-trouble {
  padding: 75px 0 80px;
}
.p-develop-trouble__row {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.p-develop-trouble__text {
  max-width: 400px;
}
.p-develop-trouble__btn-wrap {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-develop-trouble__row {
    flex-wrap: wrap;
  }
  .p-develop-trouble__row-item {
    width: 100%;
    text-align: center;
  }
  .p-develop-trouble__text {
    display: inline-block;
    text-align: left;
  }
  .p-develop-trouble__image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-develop-trouble {
    padding: 30px 0;
  }
}
/* 自動検査システム一覧
------------------------------------------------------------ */
.p-develop-automatic {
  padding: 45px 0 50px;
  background-color: #E3F3FC;
}
@media screen and (max-width: 767px) {
  .p-develop-automatic {
    padding: 30px 0;
  }
}
/* クラウド開発品一覧
------------------------------------------------------------ */
.p-develop-cloud {
  padding: 79px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-develop-cloud {
    padding: 30px 0 50px;
  }
}