/* ANCHOR テーブル */
@media screen and (min-width: 768px) {
  #rwd-content .rwd-table-type01 th {
    width: 20%;
  }
}

#rwd-content .howToApplication {
  width: fit-content;
  margin: 15px 0 0;
}

@media screen and (min-width: 768px) {
  #rwd-content .howToApplication {
    height: auto !important;
    min-height: auto !important;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

#rwd-content .howToApplication span {
  width: auto !important;
  padding-right: 1em;
  line-height: 1.5;
}

.end {
  color: #cc0000;
}

    #rwd-content .tour th {
        background: #e0e8f7 !important;
    }