.qa {
    padding: 24px 0px;
}
.qa .title-header {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--white);
}
.qa .title-body {
    margin-top: 24px;
    padding: 16px 24px;
    background-color: var(--white);
    border-radius: 12px;
}


.wrapper-header {
    margin: 20px 0px;
    padding: 25px 0px 0px 0px;
    background-color: #f5f5f5;
}
.qa .text-header {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0px auto;
    border-bottom: 3px solid #E55C16;
    padding-bottom: 20px;
}
.wrapper {
    line-height: 1.6rem;
}
.qa .wrapper {
    padding: 30px 0px 10px 0px;
}

/*パンくず*/
.qa .breadcrumbs {
    display: none;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    margin-bottom: 16px;
    a {
        color: var(--white);
        text-decoration: none;
    }
    span {
        font-weight: 700;
    }
}
@media screen and (max-width: 1024px) {
    .qa {
        padding: 16px 0px 61px 0px;
    }
    .qa .breadcrumbs {
        display: flex;
    }
}

/* search_wrap */
#search_wrap {
    margin:0 0 10px
}
#search_wrap a {
    display:inline-block;
    padding:0 8px;
    height:40px;
    line-height:40px;
    vertical-align:top;
    border-radius:3px;
    background:#434a54;
    color:#fff;
    font-weight:bold;
    text-decoration:none
}
#search_wrap .search_keyword {
    width:300px;border:1px solid #d0d3db;
    border-radius:3px;
    display:inline-block;
    background:#fff
}
#search_wrap:after {
    display:block;
    visibility:hidden;
    clear:both;
    content:""
}
#search_wrap select {
    float:left;
    border:0;
    width:175px;
    height:40px;
    margin-right:5px;
    border:1px solid #d0d3db;
    border-radius:3px
}
#search_wrap .search_input {
    width:258px;
    height:38px;
    border:0;
    padding:0;
    background-color:transparent;
    float:left
}
#search_wrap .search_btn {
    height:38px;
    float:left;
    background:none;
    border:0;
    width:40px;
    font-size:15px
}

.sound_only {
    display:inline-block !important;
    position:absolute;
    top:0;
    left:0;
    margin:0 !important;
    padding:0 !important;
    font-size:0;
    line-height:0;
    border:0 !important;
    overflow:hidden !important
}

.qa .wrapper li {
    position: relative;
    padding: 5px 15px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}
.rev_section .rev_rv_tit {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}

.rev_section .rev_pd_name {
    display: block;
    padding: 10px 0 5px;
}

.rev_con_btn .rev_dl {
    display: flex;
}
.rev_con_btn dd {
    margin: 0 10px 0 0;
    color: #999;
    font-size: 0.8rem;
}

.rev_con_btn dd.user::before  {
    content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../assets/images/review/user.png);
  background-size: contain;
  vertical-align: middle;
}

.rev_con_btn dd.day::before  {
    content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../assets/images/review/day.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}

@media screen and (max-width:430px) {
    .qa .title-header {
        font-size: 20px;
        line-height: 28px;
    }
    .qa .text-header {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 624px) {
    #search_wrap select {
        width: 100%;
        margin-bottom: 1%;
    }
    #search_wrap .search_keyword {
        width: 100% !important;
    }
    #search_wrap .search_input {
        width:calc(100% - 40px) !important;
    }
}