.container {
    /*height: auto;*/
    margin-bottom: 65px;
}

.headline02 {
    margin-bottom: 26px;
    font-size: 2rem;
    line-height: 2.97rem;
}

.faq-category {
    margin-bottom: 40px;
    padding: 2px 0;
    display: flex;
    flex-wrap: wrap;
}

.faq-category li {
    margin-right: 10px;
    margin-bottom: 8px;
}

.faq-category a {
    padding: 4px 13px 3px;
    color: #272343;
    display: block;
    line-height: 1.4em;
    border-radius: 1.21rem;
    border: 1px solid #2D334A;
    text-decoration: none;
    cursor: pointer;
}

.faq-category a:hover {
    /* background-color: #FFD803; */
    background-color: var(--bs-secondary);
}


.faqlist+.headline02 {
    margin-top: 38px;
}

.faqlist {
    margin: 0 0 0 15px;
    /* font-size: 1.6rem; */
    /* line-height: 1.8rem; */
    letter-spacing: 0.025em;
}

/* >>> #2621 MESW修正案 */
.faqlist dt {
    margin-top: 8px;
    padding: 0.605rem 2.42rem 0.605rem 25px;
    text-align: justify;
    background-color: var(--bs-secondary);
    position: relative;
    cursor: pointer;
    font-size: 1.21rem;
    line-height: 1.8rem;
}

.faqlist dt::after {
    margin: -0.605rem 0 0;
    width: 1.21rem;
    height: 1.21rem;
    position: absolute;
    top: 50%;
    right: 0.605rem;
    background: url(../../img/commons/plus.png) no-repeat left top / 100% 100%;
    content: "";
}

.faqlist dt.on::after {
    content: " ";
    background-image: url(../../img/commons/minus.png);
}

.faqlist .content {
    display: flex;
}

.faqlist dd {
    padding: 0.605rem 1.21rem 0.605rem 25px;
    background-color: #E3F6F5;
    position: relative;
    display: none;
    font-size: 1em;
    line-height: 1.8rem;
    .content span.num {
      font-size: 1.21rem;
    }
}

.faqlist .num {
    display: block;
    padding-right: 7px;
    white-space: nowrap;
    flex: 0 0 3.5em;
}

.container .faqlist:last-child:has(*) {
    margin-bottom: 8px;
}

/* .faqlist dt {
    margin-top: 8px;
    padding: 0.605rem 2.42rem 0.605rem 75px;
    text-align: justify;
    /.* background-color: #FFD803; *./
    background-color: var(--bs-secondary);
    position: relative;
    cursor: pointer;
    font-size: 1.21rem;
    line-height: 1.8rem;
}

.faqlist dt::after {
    margin: -0.605rem 0 0;
    width: 1.21rem;
    height: 1.21rem;
    position: absolute;
    top: 50%;
    right: 0.605rem;
    background: url(../../img/commons/plus.png) no-repeat left top / 100% 100%;
    content: "";
}

.faqlist dt.on::after {
    content: " ";
    background-image: url(../../img/commons/minus.png);
}

.faqlist dd {
    padding: 0.605rem 1.21rem 0.605rem 75px;
    background-color: #E3F6F5;
    position: relative;
    display: none;
    font-size: 1em;
    line-height: 1.8rem;
    p span.num {
      top: calc(0.605rem - 2px);
      font-size: 1.21rem;
    }
    /.* div.text-break { font-size: 1em; } *./
}

.faqlist .num {
    display: block;
    position: absolute;
    top: inherit;
    left: 23px;
}

.faqlist dd .num {
    top: 11px;
    left: 26px;
}

.container .faqlist:last-child:has(*) {
    margin-bottom: 8px;
} */
/*<<< #2621 MESW修正案*/