@charset "utf-8";

/* タブレット（iPad Mini、iPad Air） */
@media all and (max-width: 896px) {
  .service .headLine01 {
    margin-bottom: 35px;
  }
  .service .borBox {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 1.5rem;
    border-radius: 10px;
  }
  .service .imgBox {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .service .imgBox .txtBox {
    width: 100%;
    order: 2;
  }
  .service .imgBox .txtBox h3 {
    margin-bottom: 15px;
    font-size: 2.3rem;
  }
  .service .relateBox {
    margin: 50px 0 40px;
    padding: 0 15px 15px;
  }
  .service .relateBox h3 {
    padding: 0 15px;
    font-size: 2rem;
    transform: translateY(-17px);
  }
}

@media all and (min-width: 768px) and (max-width: 896px) {
  .service .imgBox{
    flex-wrap: nowrap;
  }
  .service .imgBox .txtBox{
    width: 460px;
    order: inherit;
  }
  .service .imgBox .txtBox + .photoBox01, .service .imgBoxR .txtBox{
    margin-left: 20px;
  }
}

/* スマホ */
@media all and (max-width: 640px) {
  .service .imgBox .photoBox01, .service .imgBoxR .photoBox, .service .imgBox .photoBox, .service .imgBox04 .photoBox {
    margin: 0 auto;
  }
  .service .imgBox04 .photoBox {
    margin-top: 10px;
  }
}