@charset "UTF-8";
/* CSS Document */

/*qa*/

/*mb*/
@media(max-width:800px){
  .mb_only_qa{
    display: block;
    width: 100%;
  }
  .pc_only_qa{
    display: none;
  }
  
  .qa_relative_1{
    margin-bottom: 35px;
  }
  .qa_relative_2{
    margin-bottom: 58px;
  }

  .qa_title{
    text-align: center;
  }
  .qa_title h2{
    margin-top: -44px;
  }
  
  /*qa_q*/
  .qa-check{
    display: none;
  }
  .qa-label{
    background: #F3DF6A;
    display: flex;
    height: 61px;
    position: relative;
    align-items: center;
    
  }
  .qa-label p{
    color: #333;
    font-size: 1.4rem;
    line-height: 2.2rem;
    width: 60%;
    margin-left: 10%;
    text-align: left;
  }
  /*qa-allow*/
  label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 10%;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  
  /*qa_a*/
  .qa-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    margin-bottom: 30px;
  }
  .qa-content p{
    color: #333;
    font-size: 1.4rem;
    line-height: 2.2rem;
    width: 90%;
    margin-left: 5%;
    text-align: left;
  }
  .qa-check:checked + .qa-label + .qa-content{
    height: 80px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
  }
  /*qa-allow*/
  input.qa-check[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 10%;
    top: 7%;
    bottom: 0;
    margin: auto;
  }

}

/*pad*/
@media only screen and (min-width:801px) and (max-width:1240px){
   .mb_only_qa{
    display: none;
  }
  .pc_only_qa{
    display: block;
  }
  
  .qa_relative_1{
    margin-bottom: 50px;
  }
  .qa_relative_2{
    margin-bottom: 50px;
  }
  
  .qa_title{
    text-align: center;
    
  }
  .qa_title h2{
    margin: 0 auto;
    margin-top: -45px;
    width: 160px;
  }
  .qa_title img{
    width: 70px;
    margin-top: 15px;
  }
  
  
  .qa_detail{
    width: 100%;
  }
  .qa_detail p{
    line-height: 3.8rem;
    text-align: left;
  }
  .qa_q{
    width: 70%;
    font-weight: bolder;
    font-size: 2.0rem;
    left: 20%;
  }
  .qa_a{
    width: 70%;
    font-size: 1.8rem;
    left: 20%;
  }
  .qa_q_q{
    font-weight: bolder;
    line-height: 4.5rem;
    font-size: 3.0rem;
    width: 45px;
    text-align: center;
    border-radius: 23px;
    background-color: #fefdf7;
    margin: auto 5% auto 8%;
  }
  .qa_a_a{
    font-weight: bolder;
    line-height: 4.5rem;
    font-size: 3.0rem;
    width: 45px;
    text-align: center;
    border-radius: 23px;
    background-color: #F3DF6A;
    margin: auto 5% auto 8%;
  }
  
  .qa_1{
    width: 100%;
  }
  .q_1{
    width: 100%;
    height: 70px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;

  }
  .a_1{
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;

  }
  
  .qa_2{
    width: 100%;
  }
  .q_2{
    width: 100%;
    height: 70px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;

  }
  .a_2{
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;

  }
  .qa_3{
    width: 100%;
  }
  .q_3{
    width: 100%;
    height: 70px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;

  }
  .a_3{
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;

  }
 
  .qa_4{
    width: 100%;
  }
  .q_4{
    width: 100%;
    height: 70px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;

  }
  .a_4{
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;

  }
  
  .qa_5{
    width: 100%;
  }
  .q_5{
    width: 100%;
    height: 70px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;

  }
  .a_5{
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;

  }
  
  
}




/*pc*/
@media(min-width:1241px){
  .mb_only_qa{
    display: none;
  }
  .pc_only_qa{
    display: block;
  }
  
  .qa_relative_1{
    margin-bottom: 80px;
  }
  .qa_relative_2{
    margin-bottom: 90px;
  }
  
  .qa_title{
    width: 163px;
    margin: 0 auto;
    
  }
  .qa_title h2{
    width: 163px;
    margin-top: -125px;
  }
  .qa_title img{
    width: 167px;
    height: 80px;
    margin-top: 12px;
  }
  
  
  .qa_detail{
    width: 100%;
  }
  .qa_detail p{
    font-size: 3.0rem;
    line-height: 4.0rem;
    text-align: left;
  }
  .qa_q{
    width: 70%;
    font-weight: bolder;
  }
  .qa_a{
    width: 70%;
    margin-left: 10%;
  }
  .qa_q_q{
    font-weight: bolder;
    line-height: 8.5rem;
    font-size: 5.0rem;
    width: 85px;
    text-align: center;
    border-radius: 42.5px;
    background-color: #fefdf7;
    margin: auto 140px auto 5%;
  }
  .qa_a_a{
    font-weight: bolder;
    line-height: 8.5rem;
    font-size: 5.0rem;
    width: 85px;
    text-align: center;
    border-radius: 42.5px;
    background-color: #F3DF6A;
    margin-left: 5%;
  }
  
  .qa_1{
    width: 100%;
  }
  .q_1{
    width: 100%;
    height: 120px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;
  }
  .a_1{
    width: 100%;
    height: 140px;
     display: flex;
    align-items: center;
  }
  
  .qa_2{
    width: 100%;
  }
  .q_2{
    width: 100%;
    height: 120px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;

  }
  .a_2{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;

  }
  
  .qa_3{
    width: 100%;

  }
  .q_3{
    width: 100%;
    height: 120px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;

  }
  .a_3{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;

  }
  
  .qa_4{
    width: 100%;
  }
  .q_4{
    width: 100%;
    height: 120px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;

  }
  .a_4{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;

  }
 
  .qa_5{
    width: 100%;
  }
  .q_5{
    width: 100%;
    height: 120px;
    background-color: #F3DF6A;
    display: flex;
    align-items: center;

  }
  .a_5{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;

  }
 
  

}
