h2 {
    color: #c0ac1b;
    line-height: 100%;

    border-bottom: 2px solid #c0ac1b;
}

.linkfont{
    font-size:18px;
    font-weight:bold;
line-heght:19px;
}


.container {
  margin-inline: auto;
  margin-top: 10px;
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
  white-space: nowrap; /* テキストの折り返しなし */
  width: 300px;
}

h2{
 color: #2e75b6;
line-height:100%;
margin:0px;
border-bottom: 2px solid #2e75b6;
}


p{
line-height:130%;
margin-top: 1em;
margin-bottom : 0.1em  !important;
}

.linkfont{
  font-size:16px;
  font-weight:bold;

}

