
/*//categorylist*/
#faq .manual-wrapper {
    display: flex;
    width: 1090px;
    height: 300px;
    margin: 100px auto 125px;
    background-color: #F5F5F5;
}
#faq .manual-wrapper > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 0 75px;
    margin: 50px 0;
}
#faq .manual-wrapper > div + div {
    border-left: 1px solid #ffffff;
}
#faq .manual-wrapper h4 {
    font-size: 2.0rem;
    line-height: 1;
    font-weight: normal;
    text-align: center;
}
#faq .manual-wrapper p {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: normal;
}
#faq .manual-wrapper .manual-wrapper_more {
    width: 325px;
    height: 45px;
    background-color: #ffffff;;
    border: 1px solid #707070;
}
#faq .manual-wrapper .manual-wrapper_more > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    color: #000000;
}
/* /FAQ */