/* LESS Document */
.sub-navi ul {
  margin: 0 0 30px;
  text-align: center;
}
.sub-navi li {
  display: inline-block;
}
.sub-navi li a {
  min-width: 100px;
  background-color: #E50012;
  border-radius: 30px;
  color: #FFF;
  text-decoration: none;
  display: block;
  margin: 0 5px 10px;
  padding: 2px 15px;
  font-weight: bold;
}
.sub-navi li a:hover {
  background-color: #ff4c5a;
}
.sub-navi li a i.fa {
  color: #FFDD00;
}
.sub-navi li a.current {
  background-color: #FFF;
  color: #E50012;
  border: 2px solid #E50012;
}
.itemList.columnBox > a {
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .itemList.columnBox > a {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .itemList.columnBox > a img {
    margin-bottom: 5px;
  }
}
section .itemDetail {
  margin-bottom: 18px;
  padding-bottom: 18px;
}
section .itemDetail:nth-of-type(1) {
  margin-top: 70px;
}
section .itemDetail > h3 {
  display: table-cell;
  width: 153px;
  padding: 5px 0;
  border: none;
  border-right: #E50012 4px solid;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section .itemDetail > h3 {
    display: block;
    width: auto;
    padding: 0;
    text-align: left;
    border-right: none;
    border-bottom: #E50012 4px solid;
  }
}
section .itemDetail > div {
  display: table-cell;
  padding: 12px 42px 22px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  section .itemDetail > div {
    display: block;
    padding: 12px 10px;
  }
}
section .itemDetail > div p {
  line-height: 1.2;
  font-size: 1.8rem;
}
section .itemDetail .iBlock li {
  margin-right: 12px;
}
