@charset "UTF-8";

/*　top */
.top_img {
  position: relative;
  background: url("../../../common/img/service_img.png") no-repeat;
  background-size: cover;
}

.top_box img {
    margin: auto;
    display: block;
}
.sample_box {
    display: flex;
    justify-content: space-around;
}

.item_box {
    /* margin: 0 0 200px 0; */
    /* height: auto; */
    position: relative;
}
.pr_item {
    display: flex;
    margin: 0;
    align-items: center;
    position: relative;
    height: 350px;
}
.pr_item:last-child {
    margin: 180px 0 80px 0;
}

.pr_item {
    display: flex;
    margin: 80px 0;
    align-items: center;
    position: relative;
    height: 350px;
}

.pr_pic {
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
/*タブレットサイズ　iPad　768*/
@media screen and (max-width: 1023px) {
}
/*スマホサイズ*/
@media screen and (max-width: 767px) {
  .content_box {
    max-width: 90%;
    padding: 50px 0 0;
  }
  /*　==== product ====　*/
  .pr_item.f_reverse {
    margin: 40px auto;
  }
  .pr_item {
    flex-wrap: wrap;
    height: auto;
    max-width: 100%;
    margin: 40px auto;
  }
  .pr_name {
    position: static;
    width: auto;
    padding: 30px 10%;
    margin: 0;
    height: auto;
  }
  .pr_name h4 {
    font-size: 160%;
    font-weight: bold;
    margin: 0 0 30px 0;
  }
  .pr_pic {
    position: static;
    margin: 0;
   transform: translateY(0%) translateX(0%); */
    -webkit- transform: translateY(0%) translateX(0%);
  }
  .container {
    max-width: 90%;
  }
  
  .sample_box {
    flex-wrap: wrap;
}
.pr_item.f_reverse .pr_name {
    right: 0;
    padding: 30px 10%;
}

}
