main article .content {
    padding: 0 0px 100px;
}

main article section .sub-title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 30px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    main article section .sub-title {
        font-size: 1.875rem;
    }
}

main article section .accordion {
    margin-bottom: 40px;
}
main article section .accordion .card {
    border: 0;
}
main article section .accordion .card:not(:last-child) {
    margin-bottom: 10px;
}
main article section .accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    border: 0;
}
main article section .accordion .card-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    line-height: 30px;
    padding: 0.44rem 1.11rem; /*原8px 20px 因 body font-size:1.125rem => 1rem=18px */
    border-radius: 4px;
    background-color: rgb(239 246 255);
    color: #000;
    text-align: left;
    text-decoration: none !important;
}
main article section .accordion .collapsing { /*div展開中*/
    background-color: rgb(239 246 255);
}
main article section .accordion .collapse.show { /*div展開完畢*/
    background-color: rgb(239 246 255);
}
main article section .accordion .card-header a p {
    max-width: calc(100% - 60px);
    font-size: 1.25rem;
}
@media screen and (min-width: 1024px)  {
    main article section .accordion .card-header a p {
        font-size: 1.375rem;
    }
}
main article section .accordion .card-header a.collapsed {
    border-radius: 4px;
    background-color: #ffffff;
    color: #000;
}
main article section .accordion .card-header a.collapsed:hover {
    background-color: #ffffff;
    color: #000;
    text-decoration: none !important;
}
main article section .accordion .card-body {
    font-size: 1rem;
    line-height: 30px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    main article section .accordion .card-body {
        font-size: 1.125rem;
        text-align: left;
    }
}
.card-body {
    display: flex;
    border-left: 4px solid rgb(96 165 250);
}
.card-body p {
    /*display: flex;*/
    flex-direction: column;
    flex: 1;
}
.circle-q {
    background-color: rgb(219 234 254);
    color: #655fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    font-weight: 500;
    margin-right: 15px;
    flex-shrink: 0;
}
.circle-a {
    background-color: #655fff;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: 500;
    margin-right: 15px;
    flex-shrink: 0;
}
.circle-a div {
    font-size: 1.125rem;
}
/*箭頭*/
.w-5 {
    width: 1.25rem;
}
.h-5 {
    height: 1.25rem;
}
.text-blue-500 {
    color: rgb(59 130 246);
}
.rotate-180 {
    transform: rotate(180deg);
}
span.transform {
    margin-left: auto;
}
/*撥放器*/
.audio_play {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 3rem;        
}
.audio_style {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    margin-right: 1rem;
}
.audio_style audio {
    border: 3.5px solid rgb(96 165 250);
    border-radius: 25px;
}
.faq-sub-title {
    font-size: 1.45rem;
    color: #ff0000;
    font-weight: 600;
    padding: 0 0.88rem;
}
.faq-description {
    padding: 0 2.4rem;
}
