@charset "utf-8";

footer .info .address br {
  display: inherit;
}

.subContents .list .item dl dd { -webkit-line-clamp:3 }
.subContents .organ .itemBox .top ul li span { font-size: 1.3rem; }

.subContents .device .contentTitle { text-align:left; }
.subContents .location .contentTitle { text-align:left; }
@media (max-width: 1400px) {
  .subContents .location .contentTitle { text-align:center; }
}
@media (max-width: 640px) {
  .subContents .location .contentTitle { text-align:center; }
  .subContents .organ .itemBox .top ul::before { display:none}
  .subContents .organ .itemBox .top ul li span { font-size: 1.1rem; }
  .subContents .organ .itemBox .top ul li.w10 {
    width: 20%;
  }
  .subContents .organ .itemBox .top ul li.w7 {
    width: 14%;
  }
  .subContents .organ .itemBox .top ul li.w76 {
    width: 66%;
  }
}