.block-faq-search{
  width: 1200px;
  margin: 0 auto 30px auto;
}
.block-faq-search>h2{
  display: none;
}
.block-faq-search>form{
  background-color: #f0f0f0;
  padding: 30px 40px;
  margin-bottom: 50px;
}
.block-faq-search>form th,
.block-faq-search>form td{
  vertical-align: middle;
}
.block-faq-search>form th{
  width: 7em;
  font-weight: bold;
  padding: 0 0 30px 0;
}
.block-faq-search>form td{
  width: calc(100% - 7em);
  padding: 0 0 30px 0;
}
.block-faq-search>form td input[type="text"]{
  width: 600px;
  border: none;
  padding: 0 0.8em;
  line-height: 45px;
}
.block-faq-search>form .master_node .child_genre_item{
  display: none;
}
.block-faq-search>form .master_node .root_genre_item{
  display: flex;
}
.block-faq-search>form .master_node .root_genre_item li{
  padding-right: 1.5em;
}
.block-faq-search>form .master_node .root_genre_item li input{
  display: none;
}
.block-faq-search>form .master_node .root_genre_item li input + label{
  display: inline-block;
  padding-left: 33px;
  position:relative;
  line-height: 21px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.block-faq-search>form .master_node .root_genre_item li input + label::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #AAAAAA;
  transition: all .4s ease;
  background-color: #ffffff;
}
.block-faq-search>form .master_node .root_genre_item li input + label:hover::before{
  border: 1px solid #000000;
}
.block-faq-search>form .master_node .root_genre_item li input:checked + label:hover::before{
  border: 1px solid #AAAAAA !important;
}
.block-faq-search>form .master_node .root_genre_item li input:checked + label{
}
.block-faq-search>form .master_node .root_genre_item li input + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  width: 9px;
  height: 13px;
  transform: rotate(-45deg);
  transition: all .4s ease;
  opacity: 0;
}
.block-faq-search>form .master_node .root_genre_item li input:checked + label::after{
  opacity: 1;
}
.block-faq-search>form>p{
  display: flex;
  justify-content: center;
}
.block-faq-search>form>p>input[type="submit"]{
  background: none;
  border: 1px #000 solid;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 50px !important;
  width: 30rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  margin: 0 auto;
  background-color: #000;
  transition: all .4s ease;
}
.block-faq-search>form>p>input[type="submit"]:hover{
  cursor: pointer;
  background-color: #fff;
  color: #000;
}
/*//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 / LIST */
.block-faq-pager{
  width: 1040px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-faq-pager.top_{
  margin-bottom: 50px;
}
.block-faq-pager.bottom_{
  margin-top: 80px;
  margin-bottom: 100px;
}
.block-faq-pager .navipage_{
  margin-top: 0;
  margin-bottom: 0;
}
.block-faq-pager>p{
  padding: 10px 1.5em;
  margin-right: 1em;
  border-right: 1px #000 solid;
}
.block-faq-list{
  width: 1040px;
  margin: 0 auto 30px auto;
}
.block-faq-list ul{
}
.block-faq-list ul li{
  border-bottom: 1px solid #f3f3f3;
}
.block-faq-list ul li>a,
.block-faq-list ul li>div{
  display: block;
  text-decoration: none;
  padding: 20px 0;
  transition: all .4s ease;
}
.block-faq-list ul li>a:hover{
  opacity: 0.7;
}
.block-faq-list ul li>a h2,
.block-faq-list ul li>div h2{
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.block-faq-list ul li>a h2:before,
.block-faq-list ul li>div h2:before{
  content: "Q.";
  display: block;
  width: 3rem;
}
.block-faq-list ul li>a h2 span,
.block-faq-list ul li>div h2 span{
  flex: 1;
}

.block-faq-list .faq_body{
  display: flex;
}
.block-faq-list .faq_body:before{
  content: "A.";
  display: block;
  width: 3rem;
}
.block-faq-list .faq_body p{
  flex: 1;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}