
#CM777 .common_QA{
  width: 620px;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
}

  .MOBILE #CM777 .common_QA{
    width: 95%;
  }

#CM777 .common_QA .QA_TBAR{
    width: 100%;
    height:60px;
    line-height: 60px;
    font-size: 2.2rem;
    color: #000;
    text-align: center;
    font-weight: bold;
  }

  
  #CM777 .common_QA .QA_TBAR{
    font-size: 1.8rem;
  }


#CM777 .common_QA .COQA_BOX{
    width: 100%;
    height:auto;
    overflow: hidden;
    margin-top: 10px;

  }

#CM777 .common_QA .COQA_TIT{
    width: 100%;
    height: auto;
  }
  #CM777 .common_QA .COQA_TIT:first-child{
    margin-top: 0; 
  }
  #faq.common_QA .COQA_TIT:nth-of-type(1) .Collapse{
  margin-top: 0;
}
#faq.common_QA .COQA_TIT .Collapse{
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  width: 100%;
  height: auto;
  font-size: 1.3rem;
  color: #333;
  line-height: 2.2rem;
  font-weight: bold;
  border-top: 1px solid #572900;
  border-bottom: 1px solid #572900;
  padding: 10px;
  margin-top: -1px;
}

#faq.common_QA .COQA_TIT .Collapse > i{
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  position: absolute;
  right: 2%;
}

#faq.common_QA .COQA_TIT .Col_01 {
  background-image: url(../images/drop_icon.png);
}

#faq.common_QA .COQA_TIT .Col_02 {
  background-image: url(../images/drop_icon.png);
  transform: rotate(180deg);
  background-position: center left;
}


.COQA_COM {
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 1.2rem;
  color: #333;
  line-height: 2rem;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #572900;
}

.COQA_COM p {
  margin-bottom: 10px;

}

.COQA_COM a {
  color: rgb(0, 160, 235);
  text-decoration: underline;
}

#CM777 .NEW_PH{
  width: 750px;
  height: auto;
  margin: 0 auto;
}


  .MOBILE #CM777 .NEW_PH{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

#CM777 .NEW_PH img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

