/* 黄色マーカー */
.yellow-line{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.thick{
    font-weight: bold;
}
.info{
   padding: 20px;
   box-sizing: border-box;
   border: 1px solid #000;
}


/* QandA */



/* FAQ */
.q_and_a .question-q {
    position: relative;
    padding: 0 0 0 50px;
    margin-top: 32px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 700;
}
.q_and_a span, .question-q span {
  position: relative;
  margin-top: 32px;
  font-size: 17px;
  font-weight: 700;
}

.q_and_a .question-q::before{
    content: "Q";
    color: #ffffff;
    background-color: #2e6a98;
    position: absolute;
    text-align:center;
    line-height:40px;
    width: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: 700;
    top: -8px;
    left: 0;
}
.q_and_a .anser{
    position: relative;
    padding: 0 0 30px 50px;
    margin-top: 32px;
    margin-left: 10px;
    font-size: 17px;
    color: #222222;
}
.q_and_a .anser::before{
    content: "A";
    color: #ffffff;
    background-color: #e0a70f;
    position: absolute;
    text-align:center;
    line-height:40px;
    width: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: 700;
    top: -7px;
    left: 0;
}

