*{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.title {
    margin: 40px 0 0 16px;
    letter-spacing: 2px;
}

.title p {
    font-size: 11px;
    color: #FF6965;
}

.title a {
    font-family: "vdl-pengentle", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 4px;
    color: #3C3434;
    text-decoration: none;
    margin-top: 16px;
    display: block;
}

.title a span {
    font-size: 24px;
}
.pankuzu {
    max-width: 90vw;
    margin: 40px auto ;
    display: flex;
    justify-content: start;
    align-items: center;
}
.pankuzu a {
    display: block;
    color: #3C3434;
    text-decoration: none;
    margin-right: 16px;
}
.pankuzu svg {
    margin-right: 16px;
}

.footer {
    background-color: #F9F8EE;
    margin-top: 40px;
}

.footer ul {
    padding: 40px 0 24px 24px;
    list-style: none;
}

.footer ul li {
    margin-bottom: 16px;
}

.footer ul li a {
    text-decoration: none;
    color: #3C3434;
    letter-spacing: 1px;
    font-size: 14px;
}

.footer small {
    text-align: center;
    display: block;
    opacity: 0.5;
    padding-bottom: 16px;
    font-size: 12px;
}
.group_info {
    max-width: 90vw;
    margin: 40px auto;
}
.group_info h1 {
    text-align: center;
    color: #FF6965;
    font-size: 26px;
    margin-bottom: 40px;
}
.group_info ul {
    list-style: none;
}
.group_info ul li {
    display: flex;
    justify-content: start;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #3C3434;
}
.group_info ul li:nth-child(1) {
    border-top: 1px solid #3C3434;
    padding-top: 32px;
}
.group_info ul li p:nth-child(1) {
    margin-right: 64px;
}
.act {
    max-width: 90vw;
    margin: 40px auto;
}
.act_01,
.act_02,
.act_03,
.act_04 {
    padding-bottom: 8px;
    border-bottom: 1px #3C3434 solid;
}
.act h1 {
    font-size: 26px;
    margin-bottom: 40px;
}
.act h2 {
    font-weight: 700;
}
.act p {
    line-height: 24px;
    margin: 16px 0 40px 16px;
}
.act_02 h1,
.act_03 h1,
.act_04 h1 {
    margin-top: 40px;
}
.act_04 ul {
    margin: 40px 0 0 16px;
}

@media(min-width:800px) {
    .group_info {
        max-width: 70vw;
    }
    .act {
        max-width: 70vw;
    }
}