.change-text{
    margin-bottom: 2em;
}

.pattern{
    margin-bottom: 0;
}

.vertical-card{
    width: 210px!important;
}

.notes-list{
    margin-top: 3em;
}


@media only screen and (max-width: 322px) {
    .container{
        padding-left: 0!important;
    }
    .liSpLeftStyle{
        margin-right: 20px!important;
    }
}


@media only screen and (max-width: 767px) {
  .table__body {
    width: 100% !important;
  }
}

@media only screen and (min-width:600px) {

  .liPcLeftStyle {
    margin-right: 150px;
  }
}

@media only screen and (max-width:600px) {
  .liSpLeftStyle {
    margin-right: 52px;
  }
}

/*20231117_230801分の直書き分を転記*/

.container {
  display: flex;
  padding-bottom: 15px;
}

.liStyle {
  list-style: none;
}

.fontStyle {
  font-weight: bold;
}

.linkStyle::after {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  position: relative;
  border-top: 2px solid #005dbd;
  border-right: 2px solid #005dbd;
  content: "";
  margin-bottom: 3px;
  margin-left: 10px;
}

.boxStyle {
  border-bottom: double 4px #ddd !important;
}

