@charset "UTF-8";
/*Q*/
p.que {
  width: 90%;
  background: url(_img/qa_q.png) no-repeat left top;
  margin: 12px auto 20px auto;
  padding: 5px 0px 10px 40px;
  line-height: 1.4;
  color: #FFF;
  text-align: left;
  border-bottom: 2px solid #ffe466;
}
/*A*/
p.ans {
  width: 80%;
  background: url(_img/qa_a.png) no-repeat left top;
  margin: 12px auto 30px;
  padding: 0px 40px 10px;
  line-height: 1.4;
  color: #FFF;
  text-align: left;
}
strong {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 12px auto -48px;
}
h3 {
  position: relative;
  width: 90%;
  margin: 50px auto 30px;
  padding: 0 65px;
  text-align: center;
  font-weight: bold;
}
h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ffe466;
}
h3 span {
  position: relative;
  padding: 0 0.5em;
  font-size: 18px;
  color: #ffe466;
  background: #000;
}
/*------------------------------------------------------------*/
/*SP設定*/
/*------------------------------------------------------------*/
@media (max-width:667px) {
/*Q*/
p.que {
  width: 94%;
  background: url(_img/qa_q.png) no-repeat left top;
  margin: 12px auto 20px auto;
  padding: 5px 0px 10px 40px;
    font-size: 13px;
    line-height: 1.2;
  color: #FFF;
  text-align: left;
  border-bottom: 2px solid #ffe466;
}
/*A*/
p.ans {
  width: 94%;
  background: url(_img/qa_a.png) no-repeat left top;
 margin: 0 auto 30px;
  padding: 5px 8px 10px 40px;
        font-size: 13px;

  line-height: 1.4;
  color: #FFF;
  text-align: left;
}
strong {
  display: block;
  position: relative;
  max-width: 90%;
  margin: 12px auto -48px;
    font-size: 15px;
}
h3 {
  position: relative;
  width: 90%;
  margin: 50px auto 30px;
  padding: 0 65px;
  text-align: center;
  font-weight: bold;
}
h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ffe466;
}
h3 span {
  position: relative;
  padding: 0 0.5em;
 font-size: 15px;
  color: #ffe466;
  background: #000;
}
    
    
}