/* ==================================================
  Layout CSS
================================================== */
.price-box1{
  position: relative;
  border: 1px solid #eeece7;
  border-radius: 8px;
  padding: 1.5em;
  margin: 100px 0 0;
}
.photo{
  margin-top: 100px;
}
.photo li{
  padding-bottom: 1em;
}
.price-box1 h3{
  position: absolute;
  top: -50px;
  left: 0;
}
.price-box1 h3 span{
  border: 3px solid #EBA327;
  padding: 5px 10px;
  margin-right: 8px;
  border-radius: 6px;
}
.infoList-wrap{
  border-bottom: 1px dashed #ccc;
  padding: 0;
  align-items: center;
  height: 100px;
}
.infoList__ttl{
  width: 30%;
}
.infoList__txt{
  width: 70%;
}
.infoList__txt span{
  font-size: .9em;
}
.att{
  padding: 1em 0 .5em;
  display: block;
  font-size: .9em;
}

@media screen and (min-width: 769px){

}
@media only screen and (max-width: 768px){
  .photo ul{
    display: flex;
    justify-content: space-between;
  }
  .photo li{
    width: 49%;
  }
  .photo{
    margin-top: 50px;
  }
}







