@charset "utf-8";

.naviOutline a {
  opacity: 0.6;
}

.spNaviOutline a {
  background-color: #EEE;
}

h3 {
  color: #E50012;
  border-bottom: 1px solid #E50012;
  margin-top: 5px !important;
  padding-bottom: 10px;
}

/****************************************
開催概要
****************************************/
.outlineTable {
  margin-bottom: 10px;
}

.outlineTable th,
.outlineTable td {
  vertical-align: top;
  padding-top: 10px;
}

.outlineTable th {
  color: #E50012;
  width: 10px;
  white-space: nowrap;
  font-size: 1.6rem;
}

.outlineTable td {
  padding-left: 15px;
}

.outlineTable td p:not(:first-child) {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  h3 {
    line-height: 1.6;
  }

  .outlineTable th,
  .outlineTable td {
    padding-top: 0;
    display: block;
  }

  .outlineTable th {
    width: 100%;
    padding-top: 10px;
  }

  .outlineTable td {
    padding-left: 0;
  }
}
