@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.displaynone {
  display: none;
}

.page .w-pageBottom h1 {
  text-align: center;
}
.page .w-pageBottom .swell-block-columns {
  margin-bottom: 0;
}
.page .w-pageBottom .swell-block-fullWide.pc-py-40 {
  padding: 2rem 0 !important;
}

#footer .my-widget {
  text-align: center;
}
#footer .my-widget img , #footer .my-widget p , #sidebar .icnbtn p , #sidebar .icnbtn img {
  display: inline;
}

#sidebar .icnbtn {
  margin-top: -20px;
}

#footer .my-widget img {
  height: 40px;
  width: auto;
}



@media screen and (max-width: 782px) {
#footer .my-widget img , #sidebar .icnbtn img {
  height: 30px;
  width: auto;
}
}