.app-heading-green {
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 0;
}
.app-heading-green::before,
.app-heading-green::after {
    background-color: #846ab1;
}
.app-heading-green span {
    width: 86rem;
    position: relative;
    z-index: 1;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    /* background: red; */
}
.app-container {
    background-color: #e7e0ef;
}
.app-content {
    font-size: 1.6rem;
    overflow-wrap: break-word;
}
.app-content a {
    text-decoration: underline;
    color: #01a0c6;
}
.app-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #846ab1;
    background: #fff;
}
.app-content th,
.app-content td {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: middle;
}
.app-content th {
    border-bottom: 1px solid #fff;
    color: #fff;
    background: #846ab1;
}
.app-content th:not(:last-child) {
    border-right: 1px solid #fff;
}
.app-content td {
    border-left: 1px solid #846ab1;
    border-bottom: 1px solid #846ab1;
}
.app-content td:last-child {
    border-right: 1px solid #684ca1;
}
.app-content table .center {
    text-align: center;
}
.app-content section:not(:first-child) {
    margin-top: 5rem;
}
.app-content section:not(:last-child) {
    margin-bottom: 5rem;
}
.app-content section h3 {
    margin-bottom: 2.5rem;
    padding: 1rem 2rem;
    font-size: 2rem;
    font-weight: bold;
    border-left: 0.8rem solid #846ab1;
    background: #fff;
}
.app-content section h4 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #846ab1;
}
.app-content section h4 a {
    color: inherit;
}
.app-content .img img {
    max-width: 100%;
    height: auto;
}
.app-content .index .tit {
    background-color:#846ab1;
    color:white;
    font-weight:bolder;
    text-align:center;
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
    font-size:2.0rem;
    padding:1.2rem;
}
.app-content .index .app-panel > li {
    border-style:solid;
    border-width:0.4rem;
    border-radius:1.5rem;
    background-color:white;
    color:black;
    border-color:#846ab1;
}
.app-content .index .app-panel .app-marker {
    color: #000;
}
.app-content .index .app-panel .app-to-detail {
    text-decoration: none;
    color: #846ab1;
}
.app-content .index .app-panel .app-circle-chevron-right {
    background: #846ab1;
}
@media (min-width:992px) { /** pc */
    .app-content {
        padding: 35px 0;
    }
    .app-content .index .tit {
        margin-left:auto;
        margin-right:auto;
        width:86.0rem;
        margin-top:1.2rem;
    }
    .app-content .index .app-panel {
        margin-top:0;
        padding-bottom:1.0rem;
        margin-bottom:2.2rem;
        margin-left:auto;
        margin-right:auto;
        width:calc(86.0rem + 1.4rem * 2);
    }
    .app-content .index .app-panel li {
        margin-top:0.6rem;
        margin-bottom:0.6rem;
    }
    .app-content .index .app-panel > li h4 {
        line-height:3.0rem;
        margin-bottom:2.8rem;
    }
    .app-content .yogoitiran ul {
        display: flex;
        flex-wrap: wrap;
    }
    .app-content .yogoitiran li {
        margin-right: 5%;
        width: 30%;
    }
    .app-content .yogoitiran li:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media (max-width:991.98px) { /** sp */
    .app-content {
        padding: 20px;
    }
    .app-content .table-wrap {
        width: 100%;
        overflow-x: scroll;
    }
    .app-content .table-wrap table {
        width: 200%;
    }
    .app-content .index .tit {
        /* margin-right:14px; */
        /* margin-left:14px; */
        font-size:18px;
    }
    .app-content .index .app-panel {
        padding-bottom: 0;
    }
    .app-content .index .app-panel > li {
        margin-top:10px;
        margin-bottom:10px;
        margin-left: 0;
        margin-right: 0;
    }
    .app-content .index .app-panel > li h4 {
        line-height:26px;
        margin-bottom:20px;
        font-size:16px;
    }
    .app-content .index .app-panel .app-to-detail {
        font-size: 12px;
    }
}

.app-content .app-menu > li h3 {
    font-size:2.0rem;
    font-weight: bolder;
    width:100%;
    display:inline-block;
    text-align: center;
    line-height:2.4rem;
    /* background: linear-gradient(180deg, #82c63d 0%, #62b328 100%); */
    background: #846ab1;
    color:white;
    padding:1.4rem;
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
    margin:0;
}
.app-content .app-menu > li.active h3 {
    /* background: linear-gradient(180deg, #76bd21 0%, #03a34b 100%); */
}

/** 開閉矢印 */
.app-content .app-menu > li h3::before {
    content:'';
    width:1.2rem;
    height:1.2rem;
    border-color:white;
    border-style:solid;
    border-width:0 0 0.2rem 0.2rem;
    transform:rotate(-135deg);
    display:block;
    right:1.6rem;
    top:calc(50% - 0.6rem);
    position:absolute;
}
.app-content .app-menu > li.active h3::before {
    transform:rotate(135deg);
    top:calc(50% - 0.4rem);
}

.app-content .app-menu > li section a {
    color:black;
}
.app-content .app-menu .bracket {
    font-size:1.6rem;
}
.app-content .app-menu section {
    margin: 0;
    background-color:#ffffc4;
    opacity:0.95;
    z-index:1;
}
.app-content .app-menu, .app-content .app-menu section ul {
    list-style:none;
    padding:0;
    width:100%;
}
.app-content .app-menu > li ul li {
    padding-left:1.5rem;
}
.app-content .app-menu > li ul li::before { /** リストアイテムの丸 */
    content:'';
    position:absolute;
    border-style:solid;
    border-radius:50%;
    border-width:0.4rem;
    margin-left:-1.5rem;
    margin-top:0.8rem; /** font-size / 2 */
    /* border-color:#81c53c; */
    border-color: #846ab1;
}
.app-content .app-menu h3 a {
    text-decoration: none;
    color: #fff;
}


@media (min-width:992px) { /** pc */
    .app-content .app-menu {
        position:relative;
        display:flex;
        width:100%;
        margin-bottom:3.4rem;
    }
    .app-content .app-menu > li {
        width:33.33%;
    }
    .app-content .app-menu > li ul li {
        display:inline-block;
        width:33%;
    }
    .app-content .app-menu > li h3 {
        border-style:solid;
        border-color:#f4eee2;
        border-width:0 0.1rem;
        height:8.0rem;
    }
    .app-content .app-menu > li:first-of-type h3 {
        border-top-left-radius: 1.0rem;
        border-bottom-left-radius: 1.0rem;
        border-width:0;
    }
    .app-content .app-menu > li:last-of-type h3 {
        border-top-right-radius: 1.0rem;
        border-bottom-right-radius: 1.0rem;
        border-width:0;
    }
    .app-content .app-menu section {
        position:absolute;
        width:100%;
        left:0;
        top:100%;
    }
    .app-content .app-menu > li.active section {
        padding:2.6rem 1.2rem 2.6rem 4.6rem;
        display:flex;
        justify-content: space-between;
    }
    .app-content .app-menu > li.active > h3::after { /** 三角 */
        position:absolute;
        content:'';
        bottom:0;
        left:calc(50% - 0.8rem);
        width:1.2rem;
        height:1.2rem;
        border-style:solid;
        border-width:0 0.8rem 1.3rem 0.8rem;
        border-color:#ffffc4 transparent;
        opacity:0.95;
    }
}

@media (max-width:991.98px) { /** sp */
    .app-content .app-menu {
        height:calc(64px * 3 + 2px);
        position:relative;
        z-index:1;
    }
    .app-content .app-menu > li h3 {
        height:64px;
        border-style:solid;
        border-color:#f4eee2;
        border-width:1px 0;
    }
    .app-content .app-menu > li:first-of-type h3, .app-content .app-menu > li:last-of-type h3 {
        border-width:0;
    }
    .app-content .app-menu > li.active section {
        padding:0 15px;
    }
    .app-content .app-menu > li.active section ul li {
        padding-top:20px;
        padding-bottom:20px;
        border-style:dotted;
        border-width:1px 0 0 0;
    }
    .app-content .app-menu > li.active section ul li:first-of-type {
        border-width:0;
    }
}