@charset "UTF-8";
/*
    Template: swell
    Theme Name: ninweb
    Theme URI: https://swell-theme.com/
    Description: NINWEB
    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
*/

/*ページトップボタン*/
@media (min-width: 960px) {
  .p-fixBtnWrap {
    right: 8em;
  }
}
/*ページ上部の余白削除*/
@media (min-width: 600px)
.l-content {
    padding-top: 0em !important;
}

.top #content {
  padding-top: 0em !important;
  margin: 0 auto !important;
}



/*footer*/
.w-beforeFooter {
  margin: 0 !important;
}

/*フォントファミリー変更*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
a,
strong {
  font-family: "Zen Maru Gothic", serif !important;
}
