/*ワンポイント*/
img{
    width:100%;
}


#onepoint {
  padding: 4% 0;
  font-size: 20px;  
}
#onepoint .wrapper {
  display: flex;
  justify-content: space-between;
}
.onepoint-image {
   margin: auto; 
   width: 33%;
}
.onepoint-item li {
  padding: 12px 10px;
}
.onepoint-item1 {
  width: 33%;
}
.onepoint-item2 {
  width: 33%;
}


/*-----------------------------------------------------------------------------------------*/


/*スマホ対応CSS*/

@media only screen and  (max-width: 800px)
{   
.page-title {
  font-size: 2.5rem;
}
#onepoint .wrapper {
  flex-direction: column;
}
.onepoint-image, .onepoint-item1, .onepoint-item2 {
  width: 100%;
}

}