@charset "utf-8";
/* CSS Document */

#main_v{
  background:url(../img/mainv_bg.jpg) center center /cover no-repeat;
}

.potato{
  margin-top:7rem;
}
.potato ul{
  width:105%;
  justify-content: flex-start;
  align-items: stretch;
}
.potato ul li{
  width:45%;
  margin-right:5%;
  border-bottom:1px solid #edd7a9;
  padding-bottom:1em;
  margin-bottom:2.5em;
}
.potato ul li .flex img{
  width:43.654%;
}
.potato ul li .flex div{
  width:50%;
}
.potato ul li .flex div h3{
  font-size:2.8rem;
}
.potato ul li h4{
  background-color:#f9f0cd;
  margin:1em 0;
  padding:0.3em 0.5em;
}


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

  
}


@media screen and (max-width: 767px) {
  
  #main_v {
    background: url(../img/mainv_bg.jpg) center center /420% no-repeat;
}
  .potato ul {
    width: 100%;
}
  .potato ul li {
    width: 100%;
    margin-right: 0%;
}
  .potato ul li:last-child {
    margin-bottom:0px;
}


}

	
