/* スマートプラン 共通用 */

/* ヘッダー start ---------------------------------------------------------- */
.smart-plan header:not(.exclusion) .logo {
  width: auto;
  padding: 15px 0px 10px 15px;
}
.smart-plan header:not(.exclusion) .logo img {
  width: 180px;
}
.smart-plan header:not(.exclusion) ul li.nav_type01 {
  width: 95px;
}
#faq-chatbot-content .faq-chatbot-main-categories .category-btn a:hover,
.support .faq-chatbot-main-categories .category-btn a:hover {
  background-color: #ffc100;
}

@media (min-width: 768px) and (max-width: 1280px) {
  header:not(.exclusion) ul li.sp_nav_type03:nth-last-of-type(2) a {
    padding-left: 5px;
  }
  header:not(.exclusion) ul li.sp_nav_type03.mypage-link a {
    padding-left: 36px;
  }
}

@media screen and (max-width:767px){
  .smart-plan header:not(.exclusion) .logo img {
    width: 120px;
  }
  .smart-plan header:not(.exclusion) .logo {
    padding: 23px 0px 10px 0;
  }
  .sp_btn a:nth-of-type(1), .sp_nav_type02 a {
    font-size: 1.3rem;
  }
  .sp_btn {
    width: 42%;
    gap: 3px;
  }
  header:not(.exclusion) ul li.sp_nav_type03:nth-last-of-type(2) a {
    padding-left: 5px;
  }
  header:not(.exclusion) ul li.sp_nav_type03.mypage-link a {
    padding-left: 36px;
  }
}
/* ヘッダー end ---------------------------------------------------------- */
/* フッター start ---------------------------------------------------------- */
footer:not(.exclusion) .ft_logo {
  width: 250px;
}
footer:not(.exclusion) .ft_logo img {
  max-width: 210px;
}
@media screen and (max-width:767px){
  footer.footer-new .ft_nav ul.nest-list:first-of-type {
    width: 100%;
  }
  footer.footer-new .ft_nav ul.nest-list li {
    letter-spacing: 0;
  }
  footer.footer-new .ft_nav ul.nest-list li a {
    letter-spacing: 0;
  }
  ul.nest-list li a {
    margin: 0 0 0 0.5em;
  }
  footer:not(.exclusion).footer-new ul:nth-child(odd) {
    width: 49%;
  }
  footer:not(.exclusion).footer-new ul.lineup {
    min-width: 185px;
  }
  footer:not(.exclusion) .ft_logo {
    width: 100%;
  }
}
/* フッター end ---------------------------------------------------------- */
