@charset "utf-8";
.cont1 > div {
  width: 100%;
}
#quality {
  background: #fff;
}
.quality_message {
  background: #fff;
  font-size: 1.2rem;
  padding: 1rem;
  letter-spacing: .2rem;
  font-weight: bold;
  display: inline-block;
}
.painting_img {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#quality dt {
  letter-spacing: .2rem;
  font-size: 1.6rem;
}
#quality dd {
  line-height: 1.4;
}
#point {
  position: relative;
  overflow: inherit;
  background: #ececec;
}
#point .quality_message {
  background: #ececec;
}
.point_img {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.cont3 .painting_img {
  display: none;
}
.subimg1 {
  display: none;
}
.subimg2 {
  position: absolute;
  width: 50%;
  top: -10%;
  right: 0%;
  z-index: 10;
}
.border_bg {
  display: none;
}
.cont4 > div {
  flex-flow: wrap-reverse;
  background: #fff;
}
.jinsokutaiou {
  background: #ececec;
}
.akaiyane {
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width:768px) {


}

@media screen and (min-width:415px) {
  #quality {
    padding-top: 100px;
  }
  .point_height {
    height: 50px;
  }
  .quality_message {
    font-size: 1.5rem;
  }
  .painting_img {
    position: absolute;
  }
  .cont3 .painting_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .subimg1 {
    display: block;
    position: absolute;
    width: 50%;
    left: 0;
    top: 87%;
    left: 0;
    z-index: 10;
  }
  .border_bg {
    display: block;
    background: #fff;
    background-size: 100%;
    padding: 1rem 0 2rem;
  }
  .akaiyane {
    height: auto;
    overflow: unset;
  }
}
