@charset "UTF-8";

/* product設定
---------------------------------------------------------- */

/* main
---------------------------------------------------------- */
.detailsArea .mainill img {
  padding-bottom: 1rem;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.detailsArea .reportImg {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.detailsArea .reportImg img {
  padding-bottom: 1rem;
  max-width: 15rem;
  width: 100%;
}
.detailsArea .colorReportList {
  list-style-type: disc;
  margin-bottom: 1rem;
  margin-left: 2.5em;
}

/* media */
@media print, screen and (min-width: 641px)  {
  .reportArea {
    display: -ms-flexbox;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
  }

  .detailsFlexBox .detailsText {
    margin-bottom: 0;
  }
  .flexBetween div .mainill {
    padding: 0 2rem;
  }
  .reportArea div .reportImg {
    width: 180px;
  }
  .reportArea div .reportImg img {
    margin: 0 auto;
    width: auto;
  }
  .flexBetween {
    margin-bottom: 4rem;
  }
  .detailsArea .mainill {
    margin: 0 auto;
  }
  .detailsArea .reportImg {
    margin-bottom: 0;
    width: 150px;
  }
  .detailsArea .reportImg img {
    max-width: 100%;
  }
  .detailsArea .img005 {
    width: 380px;
  }
  .detailsArea .img006 {
    width: 540px;
  }
}
