@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url("style-base.css");
@import url("style-skin.css");


/* customize
-------------------------------------------- */
/*
	ここにあなたのカスタマイズcssをお書きいただくと、テンプレートのcssに更新があったときに差し替えが簡単です。
	「style-base.css」「style-skin.css」のみ差し替えてください。
*/


/* utility
-------------------------------------------- */
.mg0{	margin: 0 0 0 0 !important; }

.mt0{	margin-top: 0 !important; }
.mt5{	margin-top: 5px !important; }
.mt10{	margin-top: 10px !important; }
.mt20{	margin-top: 20px !important; }
.mt30{	margin-top: 30px !important; }

.mb0{	margin-bottom: 0 !important; }
.mb5{	margin-bottom: 5px !important; }
.mb10{	margin-bottom: 10px !important; }
.mb20{	margin-bottom: 20px !important; }
.mb30{	margin-bottom: 30px !important; }
/*
	特定の箇所だけマージンを変えたい・消したいときにこのクラス名をお使いください。
*/