@charset "UTF-8";

.q_a-all-contents {
    padding-bottom: 80px;
    margin: 0 auto;
    
}
.q_a-all-contents .section-title {
    /*background-color: #f9ef84;*/
   /* background-image:url(/retro/wp-content/themes/twentytwentythree-child/images/retro_bk_ptn.webp); *//*骨董は画像に変更　20231222 by sunahara*/
   /* background-size: cover;*/
    padding-top: 120px;
   /* padding-bottom: 60px; */
    position: relative;
}
.q_a-all-contents .section-title::before {
    content: "";
   /* background: url(/yoshokki/wp-content/themes/twentytwentythree-child/images/q_a-all.png);*/
    right: 0;
    top:60px;
    width: 400px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .q_a-all-contents .section-title::before {
        top: 86px;
        height:68px;        
    }
}
@media screen and (max-width: 412px) {
    .q_a-all-contents .section-title::before {
        display: none;        
    }
}

.q_a-all-contents p {
max-width: 920px;
padding: 20px 4%;
margin: 0  auto;
}

@media screen and (max-width: 480px) {
    .q_a-all-contents p {
     font-size: 0.9rem;
    }
  }
  

.q_a-all {
    margin-top: 20px;
    padding-bottom: 60px;
}
.q_a-all-title{
    font-size: 1.75rem;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.no1,
.no3 {
    background-color: #eefaf8;
   /* background-image:url(/retro/wp-content/themes/twentytwentythree-child/images/retro_bk_ptn.webp); *//*骨董は画像に変更　20231222 by sunahara*/
  /*background-size: cover;*/
}

.q_a-underline {
    border-bottom: 1px solid #444;
}