@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/*
font-family: "Zen Kaku Gothic New", sans-serif;
font-family: "Barlow Condensed", serif;
*/
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 100%;
}
:root {
	--main-color: #39992D;
	--jp-font: "Zen Kaku Gothic New", sans-serif;
	--en-font: "Barlow Condensed", serif;
	--grd: linear-gradient(135deg, rgba(132,194,97,1.00) 0%, rgba(61,160,49,1.00) 40%, rgba(0,52,0,1.00) 95%);
	--grd90: linear-gradient(-90deg, rgba(132,194,97,1.00) 0%, rgba(61,160,49,1.00) 40%, rgba(0,52,0,1.00) 95%);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
body img {
	vertical-align: top;
}
img {
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
}
a {
	color: #000000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, pre, td, th, label, div {
	color: #000000;
	font-size: 16px;
	line-height: 2em;
	font-weight: 500;
	letter-spacing: .05em;
}
@media screen and (max-width: 1024px) {
	h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, pre, td, th, label, div {
		letter-spacing: .01em;
		font-size: 15px;
	}
}
@media screen and (max-width: 834px) {
	h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, pre, td, th, label, div {
		letter-spacing: .01em;
		font-size: 13px;
	}
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
li {
	list-style-type: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
:before, :after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
p .note-ttl {
  display: table-cell;
  white-space: nowrap;
}
p .note-txt {
  display: table-cell;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}