.h-mv {
    background: url(../img/hall_of_fame/back.jpg) repeat-y;
    background-size: contain;
    padding-bottom: 30px;
}

.h-mv_img {
    text-align: center;
    padding: 80px 0 20px;
}

.h-mv_txt {
    width: 80%;
    margin: 0 auto;
    padding: 25px 0;
    line-height: 1.7;
    color: #000;
}

.index ul {
    display: flex;
    list-style: none;
    width: 800px;
    margin: 10px auto 0;
    justify-content: space-between;
}

.index ul li {
    /*background-color: #955602;*/
    /*padding: 10px 20px;*/
    /*border-radius: 5px;*/
   /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    font-size:0.9em;
    font-weight: bold;
    /*color: #955602;*/
}

.index ul li a {
    color: #000;
}

.index ul li a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/faq/arrow.svg') no-repeat;
    background-size: contain;
    margin: 0 10px 0 5px;
    transform: translate(0, 5px);
}

.index ul li a:hover {
    text-decoration: underline;
}

.wrapper {
    margin: 50px auto;
    width: 900px;
    background: rgba(245, 233, 191, 0.6);
}

.main {
    margin: 100px auto 0;
    width: 840px;
    color: #000;
}

p.categoryTitle {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 60px;
}

p.categoryTitle::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('../img/faq/s.svg') no-repeat;
    background-size: contain;
    margin: 0 10px 0 0;
    transform: translate(0, 5px);
}

.qa-item {
    margin-bottom: 20px;
}

.question,
.answer {
    gap: 10px;
    position: relative;
    line-height: 1.7;
    margin: 20px 0;
}

.question {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    margin-left: -10px;
    padding-left: 60px;
    font-size: 1.3em;
    font-weight: bold;
    min-height: 34px;
}

.question::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-image: url('../img/faq/q.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
}

.question br.sp {
    display: block;
}

.answer::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-image: url('../img/faq/a.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    top: 0;
}

.answer {
    margin-left: 50px;
    margin-bottom: 50px;
}

.answer ul {
    display: inline-block;
    padding: 10px 10px 0;
    list-style: none;
}

.answer ul li {
    display: flex;
    width: 50%;
    float: left;
    align-items: center;
    font-weight: bold;
}

.answer ul li::before {
    content: "⚫︎";
    color: #842E00;
    font-size: 1.5em;
    margin-right: 0.5em;
    line-height: 1em;
}

.answer a {
    color: #842E00;
}

.answer a:hover {
    text-decoration: underline;
}

.answer img.logomark {
    width: 30px;
    padding-left: 10px;
}

.answer .schedule img {
    width: 70%;
    margin: 10px 0 20px;
}

.answer span {
    font-size: 0.8em;
    display: inline-block;
    line-height: 1.5em;
}

.answer .term {
    margin: 10px 10px 0;
    font-weight: bold;
}

p.line {
    width: 100%;
    margin: 100px 0;
}

@media screen and (max-width:1024px) {

    .index ul {
        width: 90%;
    }   
        
    .wrapper {
        width: 800px;
    }

    .main {
        width: 760px;
    }

    .answer .schedule img {
        width: 80%;
    }

}

@media screen and (max-width: 768px) {

    .wrapper {
        width: 96%;
        margin-top: 10px;
    }

    .h-mv_img {
        padding: 30px 0 10px;
    }

    .h-mv_txt {
        width: 100%;
        padding: 0 0 25px;
    }

    .index ul {
        display: flex;
        margin: 10px auto 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        border-bottom: solid 1px #000;
    }

    .index ul li {
        padding: 0.3em 2em 0.3em 0;
        border-radius: 0;
        box-shadow: none;
        font-size: 0.8em;
        font-weight: bold;
        color: #000;
    }

    .main {
        margin: 0 4% 0 6%;
        padding: 5px 0;
        width: 90%;
    }

    .h-list {
        width: 98%;
    }

    .center {
        text-align: center;
        margin-top: 3%;
    }

    p.categoryTitle {
        font-size: 1.5em;
        font-weight: bold;
        margin: 0 0 40px;
    }

    .question,
    .answer {
        line-height: 1.6;
    }

    .question {
        font-size: 1.1em;
        font-weight: bold;
    }

    .question br.sp {
        display: none;
    }

    .answer ul li {
        width: 100%;
    }

    .answer .schedule img {
        width: 100%;
    }

    .answer span {
        font-size: 0.7em;
    }
    
    p.line {
        margin:50px 0;
    }

}
