@charset "utf-8";
.cont1 > div {
  width: 100%;
}
h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.reverse {
  flex-wrap: wrap-reverse;
}
#quality {
  background: #fff;
}
.quality_message {
  background: #fff;
  font-size: 1.2rem;
  padding: 1rem;
  letter-spacing: .2rem;
  font-weight: bold;
  display: inline-block;
}
#painting_tab ul {
	align-items: center;
    flex-wrap: wrap;
}
#painting_tab li {
  list-style: none;
  border: solid #000 1px;
  border-bottom: solid #000 2px;
  width: 32%;
  height: 3.5rem;
  font-weight: bold;
  position: relative;
  margin: .2rem 0;
}
#painting_tab li a {
  color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
#painting_tab li a:last-child {
	font-size: 13px;
}



@media screen and (max-width:768px) {


}

@media screen and (min-width:415px) {
  #price {
    overflow: auto;
  }
  #painting_tab li {
    width: 14%;
  }
  
}
