@charset "UTF-8";
/*
Theme Name:Switch child
Theme URI:https://tcd-theme.com/tcd063
Description:WordPressテーマ「Switch」の子テーマ
Template:switch_tcd063
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

/* 共通（スマホなど768px未満） */
div.grecaptcha-badge {
  bottom: 60px !important;
}

/* タブレット・PC用（768px以上） */
@media (min-width: 768px) {
  div.grecaptcha-badge {
    bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
    .p-footer-nav li {
        width: unset !important;
    }
}

@media screen and (max-width: 767px) {
    .p-footer-nav{
        justify-content: flex-start;
    }
}