@charset 'shift_jis';

.h-uvish {
  color: #7D1CA2;
  font-size: 130%;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: calc(100% - 3px);
  margin-left: auto;
  margin-right: auto;
}

.h-uvish::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  height: 1px;
  width: calc(100% - 3px);
  transform: translateX(-50%);
  background-color: hsla(219,100%,64%,1.0);
  box-shadow: 0px 0px 3px 2px #4989ff;
}

.h-lBl {
  color: #ffffff;
  background-color: #2fa8e1;
  font-size: 100%;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 6px 10px 3px;
}

.borderGrd05 {
    background-image: linear-gradient(to bottom, #dddddd, #ededed 5px), linear-gradient(to bottom, #dddddd, #ededed 5px);
    background-size: 100% 5px, 100% 5px;
    background-position: top left, bottom left;
    background-repeat: no-repeat, no-repeat;
    padding: 5px 0 0;
}

.tcDgr {
    color: #699c9c;
}

/* 以下は、右の2列を固定でスクロールするための設定 */

@media (min-width: 760px) {

.tbl2 {
  border-collapse: separate; /* この設定をしないと、スクロール時に枠線が消えてしまう */
  border-left: none; /* 上記設定にしたため、tableの枠線は上だけにする（そしてtdとthの枠線は右と下だけにする、さらに表の左端の線は以下の .column01stickey に設定する） */
  border-right: none;
  border-bottom: none;
}

.tbl2 td, .tbl2 th {
  border-left: none;
  border-top: none;
}

.column0102stickey {
  position: sticky; /* 幅（width: 220px;）と左端（left: 0;）の設定も必須（以下同じ） */
  width: 220px;
  left: 0;
  border-left: 1px solid #9d9d9d !important; /* こうしないと、スクロール時に表の左端の枠線が消えてしまう */
}

.column01stickey {
  position: sticky;
  width: 50px;
  left: 0;
  border-left: 1px solid #9d9d9d !important; /* こうしないと、スクロール時に表の左端の枠線が消えてしまう */
}

.column02stickey {
  position: sticky;
  width: 170px;
  left: 50px;
}

.scrollBoxBtnLeft { /* 左2列が固定なので、スクロールボタンの位置も調整 */
  left: 220px;
}

}

@media (min-width: 760px) {

.g55.g575{
	width: 57.5%;
}

}