.data-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4%;
    padding-right: 4%;
}
section > p{
    line-height: 1.4;
    padding-bottom: 2rem;
}
.data-municBox{ margin-bottom: 2rem;}
.data-municContent{ margin-top: 2rem;}
.data-municTitle{
    background-color: #9863b6;
    color: #fff;
    padding: 1.5rem;
    border-radius: 6px;
    cursor: pointer;
}
.data-municTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data-municTitle span{
    display: block;
    font-size: 1.8rem;
}
.munic-arrow{
    position: relative;
    display: inline-block;
     /* 丸 */
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ae7fc9;
    vertical-align: middle;
    margin-left: 1rem;
}
.munic-arrow::after{
    /* 矢印 */
    content: '';
    position: absolute;
    left: 15px;
    top: 34%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    z-index: 50;
}
.munic-arrow.open::after{
    /* 矢印 */
    content: '';
    position: absolute;
    left: 14px;
    top: 34%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg);
    z-index: 50;
}

.data-municTitle i.close-trig,.data-municTitle i.open-trig.open{
    display: inline-block;
}
.data-municTitle i.open-trig,.data-municTitle i.close-trig.open {
    display: none;
}

/* アコーディオン中身 */
.data-imageFlex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.data-imageFlex figure,.data-imageFlex div{ width: 48%;}
figcaption{ margin-top: 1rem;}

.data-imageFlex div p{
    position: relative;
    color: #9863b6;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}
.data-imageFlex div span{
    line-height: 1.5;
}

.data-imageFlex div p::before{
    content: '';
    width: 16px;
    height: 16px;
    background-color: #9863b6;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: 0;
}
.data-municLead{
    font-weight: bold;
    padding: 4rem 0;
    font-size: 1.8rem;
    line-height: 1.5;
}

.dataFlex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 2rem;

}
.data-textBox{ width: 50%;}
.jireiBox{ width: 40%;}
.data-textBox p{
    margin-bottom: 3rem;
    line-height: 1.7;
    font-size: 1.7rem;
}
.jirei-here{
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    background-color: #9863b6;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.jirei-here::before{
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid;
    border-color: #9863b6 transparent transparent transparent;
    left: 47%;
    top: 100%;
}

.jirei-textBox{ background-color: #f4f4f4;}
.jirei-title{
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.jirei-place{
    font-size: 1.4rem;
    margin-left: 1rem;
}
.jirei-text{
    padding: 1.5rem;
    line-height: 1.5;
    font-size: 1.6rem;
}
.data .sns-btn-box {
    margin: 6rem 0 0;
    padding: 0;
}
@media (max-width: 768px) {
    .jireiBox{ width: 47%;}
}

@media (max-width: 540px){
.data-wrapper {padding-left: 0; padding-right: 0;}
.data-imageFlex figure,.data-imageFlex div{ width: 100%;}
.data-imageFlex div p { font-size: 2rem; margin-top: 1.5rem;}
.data-municLead { padding: 3rem 0; font-size: 1.6rem;}
.data-municBox { margin-bottom: 1rem;}
.data-municTitle { padding: 1rem;}

.dataFlex{ font-size: 1.4rem;}
.data-textBox{ width: 100%;}
.data-textBox p{
    margin-bottom: 2rem;
    line-height: 1.5;
    font-size: 1.4rem;
}

figcaption{ font-size: 1.4rem;}
.jireiBox{ width: 100%;}

.data-municTitle i{ vertical-align: middle; font-size: 1.6rem;}
.munic-arrow::after { left: 14px; top: 32%;}
}