/* media query */
.wideimageArea .fadeSlick {
  max-height: 700px;
}
@media screen and (max-width: 960px) {
  .wideimageArea .fadeSlick {
    max-height: 560px;
  }
}
@media screen and (max-width: 800px) {
  .wideimageArea .fadeSlick {
    max-height: 480px;
  }
}
@media screen and (max-width: 668px) {
  .wideimageArea .fadeSlick {
    max-height: 400px;
  }
}
@media screen and (max-width: 414px) {
  .wideimageArea .fadeSlick {
    max-height: 250px;
  }
}
.wideimageArea .box p a {
  font-size: 1.1em  !important;
  color: #336699 !important;
  text-decoration: underline !important;
}
