/* サブスクプラン お客様サポート(/support/callcenter), お問い合わせ(/support_contact, /support_contact/confirm, /support_contact/complete)　タブレット用 */
@media (min-width: 768px) and (max-width: 1280px) {
  .support .faq-chatbot-main-categories {
    width: 90%;
  }
  .support .faq-chatbot-main-categories .category-btn{
    width: 47%;
    margin: auto;
  }
  .support .faq-chatbot-main-categories .category-btn a {
    width: 100%;
    min-width: 250px;
  }
  div.decoration-button-area-form-v2.contact-confirm{
    width: auto;
  }
}