.faq-wrap {
    background-color: #e8ab5e;
}
.qa {
    padding-top: 8rem;
    min-height: calc(100dvh - 2.5rem);
    position: relative;
    z-index: 1;
}
.qa .title {
    width: 33rem;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}

.qa dl {
    position: relative;
    z-index: 0;
    width: 67.7rem;
    overflow: hidden;
    margin: 4rem auto;
}

.qa dl > p {
    color: #000;
    font-size:2.4rem;
    font-weight: bold;
    line-height: 3rem;
    display: flex;    
    align-items: flex-start;  
    justify-content: flex-start; 
    padding: 0.625em 1em 0.625em 0;
}
.qa dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: calc(50% - 1rem);
    right: 1rem;
    border-style: solid;
    border-width: 0 1.1rem 1.9rem 1.1rem;
    border-color: transparent transparent #dd750e transparent;

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.qa dt.current::after {
    transform: rotate(-180deg);
}

.qa dd{background: rgba(255,255,255,1);
    /*padding: 30px 65px;*/
    font-size: 2.4rem;
    line-height: 1.25em;
    position: relative;
    padding-left: 1em;
    color: #eb613b;
}
.qa dd {
    height: 0;
    opacity: 0;
    padding: 2.5rem .5em 2.5rem 1em;
}
.qa dt.current + dd {
    height: auto;
    opacity: 1;
    /*padding: 30px 65px;*/
    /*padding-left: calc(65px + 2em);*/
}

.qa li{position: relative;list-style: decimal;margin-left: 1em;margin-top: 1em;}


.qa-tip{
    text-indent: -.5em;
    padding-left: .5em;
}

.qa dt {
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.625em 1em 0.625em 0;
    position: relative;
    cursor: pointer;
    /* border-bottom: 1px solid #fff; */
}

.qa dt .qNum {
    /* width: 2em; */
    text-align: right;
    font-size: 2.4rem;
    position: relative;
    /* margin-top: -0.25em; */
    margin-right: 0.25em;
    /* line-height: 3rem; */
    /* margin-right: 1em; */
}
footer {
    padding: 1.25em 0 1.25em 0;
    /* height: 7.2rem; */
    width: 100%;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    background: #eb613b;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}