@charset "utf-8";
@media screen and (max-width: 768px){
  .faqList{
    font-size: 14px;
  }
  .faqList dt{
    background: #FDEAD5 url("../img/qicon.png") no-repeat 15px 10px;
    background-size: 30px 30px;
    color: #F29800;
    padding: 15px 55px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
  }
  .faqList dd{
    background: #FADCE9 url("../img/aicon.png") no-repeat 15px 10px;
    background-size: 30px 30px;
    padding: 15px 55px;
    display: flex;
    align-items: center;
  }
  .open,.close{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .faqList dt.faqopen .open,.faqList dt .close{
    display: none;
  }
  .faqList dt .open,.faqList dt.faqopen .close{
    display: block;
  }
  .space{
    margin-top:10px !important;
  }
}
@media print, screen and (min-width: 769px){
  .faqList{
    font-size: 14px;
  }
  .faqList dt{
    background: #FDEAD5 url("../img/qicon.png") no-repeat 15px 10px;
    background-size: 30px 30px;
    color: #F29800;
    padding: 13px 55px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
    font-size:16px;
  }
  .faqList dd{
    background: #FADCE9 url("../img/aicon.png") no-repeat 15px 10px;
    background-size: 30px 30px;
    padding: 15px 55px;
    display: flex;
    align-items: center;
  }
  .open,.close{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .faqList dt.faqopen .open,.faqList dt .close{
    display: none;
  }
  .faqList dt .open,.faqList dt.faqopen .close{
    display: block;
  }
  .space{
    margin-top:20px !important;
  }
}