#nrjToTop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 100;
}
#nrjToTop a {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 20px 30px;
  border-radius: 10px;
}

#nrjToTop a:hover {
  background-color: rgba(153, 153, 255, 0.4);
}

.nrj-scrollview {
  /* display: none; */
}
.txtnormal ul{
  padding-left:1.7rem;
}
.txtnormal p{
  padding-top:1rem;
  line-height: 1.5rem;
}

.txtnormal p.list{
  padding-left:1rem;
  text-indent: -1rem;
}


.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
}

.breadcrumbs li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumbs li:after {/* >を表示*/
  content: '/';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumbs li:last-child:after {
  content: '';
}

.breadcrumbs li a {
  text-decoration: none;
  color: #0066FF;/*色*/
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}
table.soryo {
  margin-bottom: 0;
}
.soryo th{
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.soryo td{
  border: 1px solid black;
  text-align: right;

}
.betsoryo th{
  font-weight: bold;
  white-space: nowrap;
  width: 5rem;
}

@media screen and (max-width:768px) {

  .x-table{
    overflow-x: scroll;
  }
  table.soryo{
    font-size: 0.8rem;

  }
  .soryo td,.soryo th{
    display:table-cell;
   
  }
}