@charset "UTF-8";
.dm {}

.activity-wrap + .activity-wrap {
    margin-top: 100px;
}
.activity-wrap > h2 {
  font-size: 5vw;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-bottom: 40px;
}

.ac--item + .ac--item {
  margin-top: 80px;
}
.ac--item-inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.ac--item-txt {
  padding: 0 6%;
  order: 2;
}
.ac--item-txt h3 {
  font-size: 4.8vw;
  font-weight: normal;
  color: #F29A63;
  line-height: 1;
  margin-bottom: 20px;
}
.ac--item-txt .read {
    text-align: justify;
    margin-bottom: 30px;
}
.ac--item-txt .note {
    font-size: 2.8vw;
}
.ac--item-txt table {
    width: 100%;
    border-top: 1px solid #777777;
    margin-bottom: 20px;
}
.ac--item-txt table th,
.ac--item-txt table td {
    font-size: 3vw;
    font-weight: normal;
    padding: 6px 10px;;
    border-bottom: 1px solid #D0D0D0;
}
.ac--item-txt table th {
    white-space: nowrap;
    background-color: #FFF4ED;
}
.ac--item-txt table tbody tr:nth-child(odd) th {
  background-color: #FCE7DA;
}
.ac--item-txt .ac--btn {
    width: 260px;
    margin: 30px auto;
}
.ac--item-txt .ac--btn a {
    display: block;
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    color: #FFF;
    background-color: #F29A63;
    padding: 12px 0;
    border-radius: 8px;
}
.ac--item-thum {
    order: 1;
}