@charset "utf-8";
/* =Default
-------------------------------------------------------------- */

/* =reset.css
-------------------------------------------------------------- */
*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fffe84;
  color: inherit;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
a img{
	border: 0;
}
img {
	vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
hr, legend {
	display: none;
}
audio, canvas, progress, video {
	display: inline-block;
}
video {
	max-width: 640px;
	width: 100%;
}

audio:not([controls]) {
	display: none;
	height: 0;
}


html {
	box-sizing: border-box;
	cursor: default;
	font-family: sans-serif;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td
{
	margin: 0;
	padding: 0;
}


input, select {
	vertical-align: middle;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
input[type="button"], input[type="submit"], input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input[type="submit"], input[type="button"], button {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
  font: inherit;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
label { cursor: pointer;}



address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}





/* =Fonts family,size
-------------------------------------------------------------- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
	*font-size:small;
    *font:x-small;
}
/* for IE8〜11 */
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}
table {
    font-size: inherit;
    font: 100%;
}
html>/**/body {
	font-size: 12px;
}


/* =a style
-------------------------------------------------------------- */
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link	{
	text-decoration: none;
	color: #000;
}

a:visited	{
	text-decoration: none;
	color: #000;
}

a:hover	{
	color: #000;
	text-decoration: none;
}

a:active	{
	text-decoration: none;
	color: #666;
}

.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}



/*-----------------------------------------------

-----------------------------------------------*/

.dN  { display: none; }
.fL  { float: left; }
.fR { float: right; }
.tL { text-align: left; }
.tR { text-align: right; }
.tC { text-align: center; }



/* iconフォント
-------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?36nyzt');
  src:  url('../fonts/icomoon.eot?36nyzt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?36nyzt') format('truetype'),
    url('../fonts/icomoon.woff?36nyzt') format('woff'),
    url('../fonts/icomoon.svg?36nyzt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-book:before {
  content: "\e900";
}
.icon-bulb:before {
  content: "\e901";
}
.icon-certificate:before {
  content: "\e902";
}
.icon-family:before {
  content: "\e903";
}
.icon-hammer:before {
  content: "\e904";
}
.icon-house:before {
  content: "\e905";
}
.icon-house02:before {
  content: "\e906";
}
.icon-law:before {
  content: "\e907";
}
.icon-log:before {
  content: "\e908";
}
.icon-person:before {
  content: "\e909";
}
.icon-sprout:before {
  content: "\e90a";
}
.icon-tree:before {
  content: "\e90b";
}
.icon-woods:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}

.icon-camera:before {
  content: "\e910";
}
.icon-japan:before {
  content: "\e911";
}

.mt40 {
	margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px;
}