@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
	display: none !important;
}

:where(html) {
	-webkit-text-size-adjust: none;
	color-scheme: #FFF;
	
}

@supports not (min-block-size: 100dvb) {
	:where(html) {
		block-size: 100%;
	}
}

@media (prefers-reduced-motion: no-preference) {
	:where(html:focus-within) {
		scroll-behavior: smooth;
	}
}

:where(body) {
	block-size: 100%;
	block-size: 100dvb;
	font-family: system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
	font: inherit;
	color: inherit;
}

:where(textarea) {
	resize: vertical;
	resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
	cursor: pointer;
}

:where(:disabled) {
	cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
	cursor: not-allowed;
}

:where(button) {
	border-style: solid;
}

:where(a) {
	text-underline-offset: 0.2ex;
	text-decoration:none;
}

:where(ul, ol) {
	list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}

:where(img, picture, svg) {
	/* max-inline-size: 100%; */
	block-size: auto;
	max-width: 100%;
}

:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
}

:where(h1, h2, h3) {
	line-height: calc(1em + 0.5rem);
}

:where(hr) {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}

:where(:focus-visible) {
	outline: 2px solid var(--focus-color, Highlight);
	outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
	clip-path: inset(50%) !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/*-------------------------- 
追記
-------------------------------------------------------------- */

body, input, textarea, select, button{
  font-family:'Noto Sans JP', sans-serif  !important;
  font-weight: 500;
 }
 
 
body, input, textarea, select, button {
  font-family:'Noto Sans JP', sans-serif, YuGothic, "Yu Gothic Medium", "Yu Gothic",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana,sans-serif;
  /*font-weight: normal; */
   font-weight: 500;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
:link {
  color: #3C3C3C;
}
a:-webkit-any-link {
    color: #3C3C3C;
    cursor: pointer;
    text-decoration: none;
    text-decoration-color: #3C3C3C;
}
a:link,a:any-link{
     color: #3C3C3C;
}
@media screen and (max-width: 768px) {
 img{
  image-rendering:auto;
 }
}


:where(.font-Notosan){
 font-family:'Noto Sans JP', sans-serif;
}

.list-sup {
    vertical-align: super;
    font-size: 0.6em;
}