/*================================================================================

media query mixin

================================================================================*/
/**/
.p-faqTop .section-contents01 .p-tabList { gap: 20px; }
@media screen and (max-width: 980px) { .p-faqTop .section-contents01 .p-tabList { gap: 10px; } }
.p-faqTop .section-contents01 .p-tabList > li { -ms-flex-preferred-size: 260px; flex-basis: 260px; }
.p-faqTop .section-contents01 .p-tabList > li a { width: 100%; }
.p-faqTop .section-contents01 .p-tabList > li:nth-child(2) a { color: #DA6A78 !important; border-color: #DA6A78; }
.p-faqTop .section-contents01 .p-tabList > li:nth-child(2) a.isOn { background-color: #DA6A78; color: #fff !important; }
.p-faqTop .section-contents01 .p-tabList > li:nth-child(2) a.isOn::before { border-color: transparent transparent #DA6A78 transparent; }

/*# sourceMappingURL=faq.css.map */