/* ===================== faq */

/*  Q文言のフォント、太字 */
.btnAcc > p{
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.attention_color{
    color: #ff0000;
}

.attention_indent {
    margin-left: 3rem;
    text-indent: -1.5rem;
}