<style>
.mgn-large {
  margin-top: 50px !important;
}

.wrap-contents .title-grey.title-g-blue {
  background-color: #ebf1f7;
}

th {
  background-color: #eee;
}

th.cls-nowrap,
td.cls-nowrap {
  white-space: nowrap;
}

.title-normal {
  margin-top: 35px !important;
  margin-bottom: 5px !important;
}

.wrap-type {
  border: 1px solid #ddd;
  padding: 20px 10px 10px;
}

.main-solution {
  padding-top: 30px;
  position: relative;
  margin: 10px auto 0px;
  max-width: 600px;
  color: #f86a0b;
}

.img-small {
  width: 85%;
  margin: 0 auto;
}

.img-bdr {
  border: solid 1px #999;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 0px #ccc;
}

@media screen and (min-width:480px) {

  h4 {
    font-weight: bold !important;
    margin-bottom: 10px !important;
  }

  .wrap-contents img.img-bdr {
    width: 60%;
  }

}

</style>