@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
/*------------------------------------------------------------
 common 
------------------------------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
}

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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	word-break:break-all;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #2E0F00;
	text-decoration: none;
}
a:visited {
	color: #2E0F00;
}
a:hover {
	color: #2E0F00;
	transition: 0.3s;
}
a:active {
	color: #2E0F00;
}
.section p a, .section p a:link, table a, table a:link {
	color: #246ca3;
	text-decoration: underline;
}
.section p a:visited, table a:visited {
	color: #246ca3;
	text-decoration: underline;
}
.section p a:hover, table a:hover {
	color: #246ca3;
	text-decoration: none;
}
.section p a:active, table a:active {
	color: #246ca3;
	text-decoration: none;
}
select::-ms-expand {
	display: none;
}
.sans {
	font-family: 'Noto Serif JP', serif;
}
.en {
	font-family: didoni-urw, serif;
	font-weight: 400;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
