
/* FAQ */
#faq .main_contents {
    width: 1200px;
    margin: 0 auto;
}
#faq .main_contents h3 {
    font-size: 2.0rem;
    line-height: 1;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
}
.block-search-form {
    margin-top: 30px;
}
#faq .form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 27px;
    padding-bottom: 22px;
    margin-top: 50px;
    background-color: #F5F5F5;
}
#faq .form-wrapper form {
    display: flex;
    justify-content: center;
    width: 100%;
}
#faq .form-wrapper form table {
    width: 500px;
    margin-right: 30px;
}
#faq .form-wrapper form table th {
    font-size: 1.6rem;
    font-weight: bold;
}
#faq .form-wrapper form table td {
    width: 375px;
    height: 45px;
}
#faq .form-wrapper form table td input {
    width: 100%;
    height: 100%;
}
#faq .form-wrapper form p {
    width: 125px;
    height: 45px;
    background-color: #000000;
}
#faq .form-wrapper form p input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
#faq .form-wrapper > p {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 25px;
}
#faq .keywords-wrapper {
    display: flex;
    justify-content: start;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 50px;
    margin-top: 25px;
    background-color: #F5F5F5;
}
#faq .keywords-wrapper p {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
}
#faq .keywords-wrapper .keywords-list {
    display: flex;
    margin-left: 50px;
}
#faq .keywords-wrapper .keywords-list li {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: normal;
}
#faq .keywords-wrapper .keywords-list li + li {
    margin-left: 25px;
}
/*categorylist*/
.genre-filter-wrapper h2 {
    font-size: 2.0rem;
    line-height: 1;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
    margin-bottom: 25px;
}
#faq .genre-filter-wrapper {
    width: 1200px;
    padding-top: 38px;
    margin: 0 auto;
}
#faq ul.root_genre_item {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
#faq ul.root_genre_item>li {
    position: relative;
    width: 33.3%;
    width: calc(100% / 3);
    padding: 10px 20px;
    margin-bottom: 30px;
}
#faq ul.root_genre_item>li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #C0C0C0;
}
#faq ul.root_genre_item>li a {
    display: inline-block;
    text-decoration: none;
    padding: 4px 0;
    transition: all .4s ease;
}
#faq ul.root_genre_item>li a:hover {
    opacity: 0.6;
}
#faq ul.root_genre_item>li>a {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: bold;
    padding-left: 20px;
}
#faq ul.root_genre_item>li>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-right: 2px #000 solid;
    border-top: 2px #000 solid;
    transform: rotate(45deg);
}
#faq ul.root_genre_item>li ul {
    margin-top: 5px;
}
#faq ul.root_genre_item>li li a {
    position: relative;
    padding-left: 20px;
}
#faq ul.root_genre_item>li li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 5px;
    height: 1px;
    margin-top: -2px;
    background-color: #000;
}