@charset "utf-8";
/* about */

@media print,screen and (min-width: 769px){
/*---------------------------------------------------------------イントロ*/
.qaIntro{
  margin: 0 auto 30px;
}
.qaIntro a{
  text-decoration: underline;
}
/*---------------------------------------------------------------ラベル*/
.qaLabel ul{
  display: inline-flex;
  margin-bottom: 30px;
}
.qaLabel li{
  margin: 5px;
}
.QLabel{
}
  .QLabel a{
  display: inline-block;
  background: #eee;
  padding: 5px 10px 5px 10px;
  border-radius: 7px;
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
}
.QLabel a:hover{
  background: #cecece;
}
/*---------------------------------------------------------------Q＆A*/
  .qaChap{
    
  }
  .qaChap h4{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    background: #eee;
    padding: 5px 0 5px 10px;
  }
  .qaSec{
    margin: 25px 0;
  }
  .Q{
    padding: 6px 0 8px 35px;
    margin: 15px 0 10px 0;
    border-bottom: dotted 1px #ccc;
    position: relative;
  }
  .Q::before{
    content: "Q";
    background: #000;
    top: 50%;
    display: block;
    position: absolute;
    color: #fff;
    /* font-weight: bold; */
    font-size: 15px;
    border-radius: 4px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    left: 0;
    top: 10%;
  }
  .A{
    padding-left: 35px;
    position: relative;
  }
  .A::before{
    content: "A";
    background: #f1f1f1;
    top: 50%;
    display: block;
    position: absolute;
    /* color: #fff; */
    /* font-weight: bold; */
    font-size: 15px;
    border-radius: 4px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width:768px){
/*---------------------------------------------------------------イントロ*/
.qaIntro{
  font-size: 12px;
  padding: 15px 0 15px 0;
  margin: 0 auto;
}
.qaIntro a{
  text-decoration: underline;
}
/*---------------------------------------------------------------ラベル*/
.qaLabel ul{
  overflow: hidden;
}
.qaLabel li{
  margin: 5px;
  float: left;
}
.QLabel{
}
  .QLabel a{
  display: inline-block;
  background: #eee;
  padding: 5px 10px 5px 10px;
  border-radius: 7px;
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
}
.QLabel a:hover{
  background: #cecece;
}
/*---------------------------------------------------------------Q＆A*/
  .qaChap{
    
  }
  .qaChap h4{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    background: #eee;
    padding: 5px 0 5px 10px;
  }
  .qaSec{

  }
  .Q{
    padding: 6px 0 8px 35px;
    margin: 15px 0 10px 0;
    border-bottom: dotted 1px #ccc;
    position: relative;
  }
  .Q::before{
    content: "Q";
    background: #000;
    top: 50%;
    display: block;
    position: absolute;
    color: #fff;
    /*! font-weight: bold; */
    font-size: 15px;
    border-radius: 4px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    left: 0;
    top: 10%;
  }
  .A{
    padding-left: 35px;
    position: relative;
  }
  .A::before{
    content: "A";
    background: #f1f1f1;
    top: 50%;
    display: block;
    position: absolute;
    /*! color: #fff; */
    /*! font-weight: bold; */
    font-size: 15px;
    border-radius: 4px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    left: 0;
    top: 0;
  }
  
}

