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

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

.ac--item + .ac--item {
    margin-top: 80px;
}
.ac--item-inner {
    display: flex;
    justify-content: space-between;
}
.ac--item-txt {
    width: 52%;
    order: 2;
}
.ac--item-txt h3 {
    font-size: 24px;
    font-weight: normal;
    color: #F29A63;
    line-height: 1;
    margin-bottom: 20px;
}
.ac--item-txt .read {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 40px;
}
.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: 15px;
    font-weight: normal;
    padding: 12px 20px;;
    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: 18px;
    line-height: 1;
    text-align: center;
    color: #FFF;
    background-color: #F29A63;
    padding: 12px 0;
    border-radius: 8px;
}
.ac--item-thum {
    width: 40%;
    order: 1;
}