@charset "UTF-8";

.contents_faq01 a {
text-decoration: underline;
transition: 0.4s ease-in-out;
}
.contents_faq01 a:hover {
opacity: 0.6;
}