@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
:root{
	--fontFamily : "Noto Sans JP" , sans-serif;
	--fontWeight : 400;
}
@charset "UTF-8";
* , *:before , *:after{
	box-sizing : border-box;
}
:root{
	-ms-text-spacing : trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
	    text-spacing : trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}
@media(prefers-reduced-motion: reduce){
	*{
		-webkit-animation-duration : .001s !important;
		        animation-duration : .001s !important;
		transition-duration : .001s !important;
	}
}
html , body , div , span , applet , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , a , abbr , acronym , address , big , cite , code , del , dfn , em , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup , tt , var , /*b ,*/ u , i , center , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td , article , aside , canvas , details , embed , figure , figcaption , footer , header , hgroup , menu , nav , output , ruby , section , summary , time , mark , audio , video{
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 100%;
	font : inherit;
}
article , aside , details , figcaption , figure , footer , header , nav , section , picture{
	display : block;
}
ol , ul{
	list-style : none;
}
blockquote , q{
	quotes : none;
}
blockquote:before , blockquote:after , q:before , q:after{
	content : "";
	content : none;
}
table{
	border-collapse : collapse;
	border-spacing : 0;
	width : 100%;
	/*table-layout : fixed;*/
}
em{
	font-style : normal;
}
html{
	box-sizing : border-box;
	visibility : visible;
}
a{
	text-decoration : none;
	outline : none;
}
img{
	height : auto;
	vertical-align : top;
	outline : none;
}
img[src$="svg"]{
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
	width : 100%;
}
input[type="submit"] , input[type="reset"] , button{
	border : 0;
	padding : 0;
	background : none;
	display : inline-block;
	outline : none;
	-webkit-appearance : none;
}
select{
	outline : none;
}
input{
	/*-webkit-appearance : none;*/
	border-radius : 0;
	border-style : solid;
border-width: 1px !important;;
	outline : none;
}
textarea{
	/*resize : vertical;*/
resize:both;
	-webkit-appearance : none;
	border-radius : 0;
	border-style : solid;

width:100%;
}
body{
	position : relative;
	font-family : "Noto Sans JP" , sans-serif;
	font-family : var(--fontFamily);
	font-weight : 400;
	font-weight : var(--fontWeight);
	font-size : 100%;
	-webkit-font-feature-settings : "palt" on;
	        font-feature-settings : "palt" on;
	font-size-adjust : 100%;
	line-height : 1;
	display : block;
	overflow-scrolling : touch;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing : grayscale;
	scroll-behavior : smooth;
}
input , select , textarea , button{
	font-family : "Noto Sans JP" , sans-serif;
	font-family : var(--fontFamily);
}
a{
	color : var(--link);
}
@media print{
	body{
		width : 100%;
		overflow-x : hidden;
	}
	@page{
		margin-top : .4cm;
		margin : .5cm;
	}
	.no-print{
		display : none;
	}
	[data-aos^=fade][data-aos^=fade]{
		opacity : 1!important;
	}
}
/*# sourceMappingURL=../maps/regulate.css.map */

