@charset "UTF-8";

.image-box-wrapper .col-xs-12 .image-box {
  box-shadow: 0px 0px 5px #aaa;
}

.content-button .btn {
  max-width: 310px;
  min-width: 31.7%;
  min-height: 50px;
  width: auto;
  margin: 30px auto;
  padding: 12px;
}

.content-button .btn i {
  margin-right: 10px;
}

.content-button .btn:after {
  content: "";
}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1000px) {

  #breadcrumbs+.ttl-lv1 {
    padding: 26px 0 45px 0;
  }

  .wrapper-2 .image-box-content {
    min-height: 316px;
  }

  .wrapper-2 .image-box-image-wrapper img {
    width: 100%;
  }

  .line-height {
    display: inline-block;
    width: 100%;
  }

  .image-box-wrapper .image-box-content-wrapper {
    min-height: 130px;
    position: relative;
  }

}

@media screen and (min-width: 1200px) {

  .wrapper-2 .image-box-content {
    min-height: 226px;
  }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {

  .image-box-wrapper .grid-lg-4:last-child .image-box-content {
    margin-bottom: 0px;
  }

  .content-button .btn {
    width: 90%;
    max-width: 310px;
    padding: 13px;
  }

}

@media screen and (max-width: 767px) {

  .image-box-wrapper.image-box-shadow {
    max-width: 375px;
    margin: auto;
  }

  .content-button .btn {
    display: block;
    max-width: 310px;
    margin: 40px auto;
  }
  
}

@media screen and (max-width: 479px) {}

@media screen and (min-width: 480px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 999px) {}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
}

@media screen and (max-width: 479px) {}

@media screen and (min-width: 480px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 999px) {}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
}

@media print {
  .image-box-wrapper .grid-lg-4 {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
  }

}
