.sw-ff19--lead {
  font-size: 1rem;
  line-height: 1.5;
}

.text-new {
  margin-bottom: 1rem !important;
}

@media (min-width: 992px) {
  .sw-ff19--lead {
    font-size: 1.25rem;
    line-height: 2;
  }

  .text-new {
    margin-bottom: 0 !important;
  }
}

.sw-ff19--news--pubdate {
  font-family: none;
  font-style: normal;
}

.btn-swa {
  color: #fff;
  background: #001443;
}

.btn-swa:hover {
  color: #fff;
  opacity: 0.8;
}

.img2-div {
  width: 100%;
  display: flex;
}

.second {
  max-width: 100%;
}

@media (min-width: 768px) {
  .second {
    width: 50%;
  }
}


/*　ヘッダー start　*/
.bg-x {
  background: #000;
}

.btn-twitter {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.btn-twitter:hover {
  color: #fff;
  background: #000;
  border-color: #fff;
}

.btn-twitter:active {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff !important;
}

.close {
  color: #fff;
  text-shadow: 3px #fff;
}

.close:hover {
  color: #fff;
  text-shadow: 3px #fff;
}

.close:active {
  color: #fff;
  text-shadow: 3px #fff;
}

.close:focus {
  outline: #000;
}

/*　ヘッダー end　*/

/*　テーブル　*/
#wrapper {
  max-width: 1000px;
  max-height: 500px;
  overflow-y: scroll;
  margin: auto;
}

.table-holder {
  border-collapse: collapse;
  width: 100%;
}

.table-holder .t-01 {
  max-width: 2rem;
  min-width: 2rem;
  padding: 0.5rem;
  max-height: 2rem;
  min-height: 2rem;
  font-size: 13px;
  line-height: 1rem;
  text-align: center;
}

.table-holder .t-02 {
  max-width: 10rem;
  min-width: 10rem;
  padding: 0.5rem;
  max-height: 2rem;
  min-height: 2rem;
  font-size: 13px;
  line-height: 1rem;
  text-align: center;
}

.table-holder .t-03 {
  max-width: 8rem;
  min-width: 8rem;
  padding: 0.5rem;
  max-height: 2rem;
  min-height: 2rem;
  font-size: 13px;
  line-height: 1rem;
  text-align: center;
}

.table-holder .t-04 {
  max-width: 8rem;
  min-width: 8rem;
  padding: 0.5rem;
  max-height: 2rem;
  min-height: 2rem;
  font-size: 13px;
  line-height: 1rem;
  text-align: center;
}

.table-holder .t-05 {
  max-width: 7rem;
  min-width: 7rem;
  padding: 0.5rem;
  max-height: 2rem;
  min-height: 2rem;
  font-size: 13px;
  line-height: 1rem;
  text-align: center;
}

.table-holder thead th {
  background-color: #cdcdcd;
  border: solid 1px #cdcdcd;
}

.table-holder tbody tr .t-01,
.table-holder tbody tr .t-02 {
  background-color: #cdcdcd;
  border: solid 1px #cdcdcd;
}

.table-holder tbody tr .t-03,
.table-holder tbody tr .t-04,
.table-holder tbody tr .t-05 {
  background-color: #fff;
  border: solid 1px #cdcdcd;
}

.table-holder thead tr th:nth-child(1),
.table-holder tbody tr th:nth-child(1),
.table-holder thead tr td:nth-child(1),
.table-holder tbody tr .t-01,
.table-holder thead tr th:nth-child(2),
.table-holder tbody tr .t-02,
.table-holder thead tr td:nth-child(2),
.table-holder tbody tr .t-02 {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
}

.table-holder thead tr th:nth-child(1),
.table-holder tbody tr .t-01,
.table-holder thead tr td:nth-child(1),
.table-holder tbody tr .t-01 {
  left: 0;
}

.table-holder thead tr th:nth-child(2),
.table-holder tbody tr .t-02,
.table-holder thead tr td:nth-child(2),
.table-holder tbody tr .t-02 {
  left: 2rem;
}

.table-holder thead tr:nth-child(1) th,
.table-holder thead tr:nth-child(2) th {
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
}

.table-holder thead tr:nth-child(1) th {
  top: -1px;
}

.table-holder thead tr:nth-child(2) th {
  top: 2rem;
}

.table-holder thead tr th:nth-child(1),
.table-holder thead tr th:nth-child(2) {
  z-index: 3;
}

.img-div {
  width: 100%;
}

.img-div img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .img-div {
    width: 50%;
    display: inherit;
  }

  .img-div img {
    max-width: 100%;
  }
}
