@charset "UTF-8";
#detail .icon-cat-list {
  position: static;
  width: 25%;
  padding: 0;
}
.photo {
  max-height: 30vw;
}
#service li, #overview dl {
  border-bottom: solid 1px #ddd;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
#service li:last-child, #overview dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#service dt {
  padding: .5vw 1vw .4vw;
  border-radius: 1vw 0 0 1vw;
}
#service dt svg {
  width: 3vw;
  height: auto;
  margin-right: 1vw;
}
#overview dl p:first-child {
  margin-top: 1vw;
}
#overview dl p {
  margin-bottom: 1.5vw;
}
#overview dl p:last-child {
  margin-bottom: 0;
}
#plan-win {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1234567;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.85);
  opacity: 0;
  display: none;
}
#news {
  min-height: 88vh;
}
@media (min-width: 768px){
  
}

@media (min-width: 1200px){
  
}

@media (max-width: 767px){
  #detail .icon-cat-list {
    width: 70%;
  }
  #detail .icon-cat-list a {
    padding: 1vw 0;
  }
  .photo {
    max-height: 60vw;
  }
  #service li, #overview dl {
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
  #service dt {
    padding: 1vw 2vw;
    border-radius: 2vw 0 0 2vw;
    font-size: 120%;
  }
  #service dt svg {
    width: 6vw;
    margin-right: 2vw;
  }
  #overview dl {
    font-size: 90%;
  }
}

@media (max-width: 575px){
  
}


