#page_header{
    background: url(../img/qanda/faq-mv.webp?v=20251031)  no-repeat;
    background-position: center;
    background-size: cover;
}
#course_list .headline {
    background-color: #e0b2b5;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    padding-left: 15px;
}
#course_list li{
    width: 100%;
    border-right: none;
}
#course_list li a{
    padding: 15px;
    width: 100%;
    padding-right: 3em;
}
#course_list li a .title{
    margin-bottom: 0;
    font-size: 16px;
}
.page-lead{
    font-size: 36px;
    text-align: center;
    color: #65989F;
    font-weight: bold;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.page-description{
    margin:40px auto 100px;
    text-align: center;
    line-height: 33.6px;
    font-size: 16px;
}
#course_list li.qanda-item a{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-left: 3em;
}
.qanda-item a::before {
    content: "";
    background: url(../img/qanda/icon-qa.webp) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 1em;
}
.qanda-item a::after {
    content: "";
    position: absolute;
    right:1em;
    top:40%;
    display: inline-block;
    border-right: 4px solid #e0b2b5;
    border-top: 4px solid #e0b2b5;
    width: 10px;
    height: 10px;
    margin-right: 1em;
    transform: rotate(45deg);
}
@media screen and (max-width: 1280px) {
    #page_header{
        background-position: left center;
        background-image: url(../img/qanda/faq-mv-sp.webp?v=20251031);
    }
    #course_list .title {
        height: auto;
        width: 100%;
    }
    #course_list .title span{
        position: static;
    }
    .page-lead{
        font-size: 21px;
        line-height:32px;
    }
    .page-description{
        margin-top: 12px;
        font-size: 14px;
        text-align: justify;
    }
    #course_list li:last-child{
        border-bottom: none;
    }
    #course_list ol{
        border: 1px solid #ddd;
    }
}