
@charset "UTF-8";
#faq dt,#faq dd { padding-left: 3vw;}
#faq dt::before { font-family: 'Font Awesome 5 Free'; content: "Q"; color: #4A54C8; font-weight: 900; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1.3; position: absolute; top: -.5vw; left: 0; font-size: 140%;}
#faq dd::before { font-family: 'Font Awesome 5 Free'; content: "A"; color: #E42B2E; font-weight: 900; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1.3; position: absolute; top: -.2vw; left: 0; font-size: 150%;}
@media (max-width: 767px){ #faq dt, #faq dd{ padding-left: 7vw; } #faq1 dt::before { top: -1.5vw; } #faq1 dd::before{ top: -.5vw;; }}@media (max-width: 575px){}