@charset "UTF-8";

.tableStyle01 td .defList li {
    font-size: 16px;
}

.defListNone{
  margin-left: 0px;
}
.defListNone li::before {
  content: none;
}

.indentTextBlock {
    padding-left: 20px;
}
.indentList li {
  word-wrap: break-word;
}
.indentList li.smallText {
  font-size: 14px;
  line-height: 1.4;
}

.tableStyle01WrapFlex {
  display: flex;
  gap: 20px;
}
.tableStyle01WrapFlexItem {
  display: inline-block;
  vertical-align: top;
}

.tableStyle01WrapFlex .tableStyle01 {
  width: 100%;
}

.tableBgColoe01 {
  background-color: rgba(41, 96, 174, 0.6);
}

.tableBgColoe02 {
  background-color: rgba(41, 96, 174, 0.4);
}

.tableBgColoe03 {
  background-color: rgba(41, 96, 174, 0.3)
}

.tableBgColoe04 {
  background-color: rgba(41, 96, 174, 0.2);
}

.width5p {
  width: 5em;
}


@media screen and (max-width: 768px) {
  .tableStyle01 td .defList li {
    font-size: 14px;
  }
  
  .tableStyle01.width500 {
    width: 500px;
  }

  .indentList li.smallText {
    font-size: 12px;
  }

  .tableStyle01WrapFlex  {
    flex-direction: column;
  }

  .tableStyle01WrapFlex  .tableStyle01 {
    width: 100%;
    margin-bottom: 0px;
  }

  .contentsWrapScroll {
    overflow-x: auto;
  }

  .contentsWrapScrollImage {
    width: 800px;
  }

}


