@charset "UTF-8";

/*==================================
    1:リセット
==================================*/
body {
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: auto;
	}
body, h1,h2,h3,h4,h5,h6,p,pire,blockquote,ul,di,dd, dl,form,fieldset{
	margin: 0;
	padding: 0;
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
	list-style-type:none;
	letter-spacing:0.02em;
	}
input,textarea {
	font-size: 1em;
	margin:0;
	}
address { font-style: normal; }
img,
fieldset { border: none; }
h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
	font-size: 14px;
	font-weight: normal;
	}

/*==================================
    2:フォント
==================================*/
* { color: #3c3c3c; }
a {
	color:#3c3c3c;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
a:visited { color: #3c3c3c; }
a:hover {
	color: #3c3c3c;
	text-decoration: none;
	opacity: .7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
/**/
