@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family:sans-serif;
	font-size:1em;
	font-size:1rem;
	background:none;
}

html, body {
	height:100%;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%;
}
html {font-size: 62.5%;}
fieldset {border: none;}

* {
    margin: 0;
    padding: 0;
	font-size:1em;
	letter-spacing: -0.001em;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

p, dl, input, ul, li {
margin:0;
padding:0;
}
/*
rt {
	display:inline;
}
*/

a {
	text-decoration:underline;
}

input,
textarea,
select {font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

a:hover {
	text-decoration:none;
}

a:focus {outline:none;}

img {border:none;}

ul, ol {list-style:none;}

table {
	border-collapse:collapse;
}

/* clearfix */
.clearfix {width:100%;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

*:after {
  display:block;
  clear:both;
} /* この記述は固定です */

element {width:100%;} /* clearfix IE6, 7 */
element:after {content:"";} /* clearfix */

#glnavi {width:100%;} /* clearfix IE6, 7 */
#glnavi:after {content:"";} /* clearfix */

#wrapAll:after,
#wrapMain:after,
.section:after {content:"";} /* clearfix */

.block:after {content:"";} /* clearfix */

/*fonts*/
/***************/
/*NotoSans*/
@font-face {
	font-family: Noto Sans JP;
	font-weight: 100;
	src: url(fonts/NotoSansJP-Thin.ttf) format('truetype');
	font-display: swap
}
@font-face {
	font-family: Noto Sans JP;
	font-weight: 300;
	src: url(fonts/NotoSansJP-Light.ttf) format('truetype');
	font-display: swap
}
@font-face {
	font-family: Noto Sans JP;
	font-weight: 400;
	src: url(fonts/NotoSansJP-Regular.ttf) format('truetype');
	font-display: swap
}
@font-face {
	font-family: Noto Sans JP;
	font-weight: 500;
	src: url(fonts/NotoSansJP-Medium.ttf) format('truetype');
	font-display: swap
}
@font-face {
	font-family: Noto Sans JP;
	font-weight: 600;
	src: url(fonts/NotoSansJP-SemiBold.ttf) format('truetype');
	font-display: swap
}
@font-face {
	font-family: Noto Sans JP;
	font-weight: 700;
	src: url(fonts/NotoSansJP-Bold.ttf) format('truetype');
	font-display: swap
}
@font-face {
	font-family: Noto Sans JP;
	font-weight: 800;
	src: url(fonts/NotoSansJP-ExtraBold.ttf) format('truetype');
	font-display: swap
}
/*Zen Maru Gothic*/
@font-face {
	font-family: Zen Maru Gothic;
	font-weight: 900;
	src: url(fonts/ZenMaruGothic-Black.ttf) format('truetype');
	font-display: swap
}
/*Lato*/
@font-face {
	font-family: Lato;
	font-weight: 700;
	src: url(fonts/Lato-Bold.ttf) format('truetype');
	font-display: swap
}
@font-face {
	font-family: Lato;
	font-weight: 900;
	src: url(fonts/Lato-Black.ttf) format('truetype');
	font-display: swap
}


