html { 
	scroll-behavior: smooth;
	font-size: 62.5% !important;
}
body {
	margin:0;
}

:root {
	--color-bg: #ffffff;
	--color-text: #000000;
	--color-primary: #3366CC;
	--color-secondary: #98B900;
	--color-accent: #FF3B3B;
	--color-error: #e74c3c;
  }

a {
	text-decoration:none;
	font-size:1.6rem;
}
a:visited {
	text-decoration:none;
	/* color: #000000; */
}
.pc {
	display:flex;
}
.sp {
	display:none!important;
}
p {
	font-family: "Noto Sans JP", sans-serif;
	font-size:1.6rem;
}
#wrapper {
	width: 100%;
}
.section_wrap {
	width: 100%;
}
.headerimg_none {
	display: none;
}
*, *:before, *:after {
	box-sizing: border-box;
	}
.red {
	color: #FF3B3B;
}
.bold {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.pc {
		display:none !important;
	}
	.sp {
		display:flex !important;
	} 
	.section_wrap {
		width: 100%;
		padding: 0 0;
	}	
	p {
		font-family: "Noto Sans JP", sans-serif;
		font-size:1.4rem;
	}
	a {
		font-size:1.4rem;
	}
}