@media (min-width: 768px) {
  .ro a {
    transition: opacity .2s ease;
  }
  .ro a:hover {
    opacity: .8;
  }
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.fRodin {
  font-family: fot-rodin-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.fHKakuGoW3 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.yuuGo {
  font-weight: 300;
  font-style: normal;
}
h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
#itemList {
  margin-bottom: 50px;
}
#itemList ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
}
#itemList .attr span {
  color: #dc3545;
}
#company table {
  width: 100%;
  margin-bottom: 30px;
}
#company table th {
  padding: 10px;
  vertical-align: middle;
}
#company table td {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .main-content {
    padding: 80px 15px;
  }
}
