@charset "UTF-8";
/* noto-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-v42-latin/noto-sans-v42-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/noto-sans-v42-latin/noto-sans-v42-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v42-latin/noto-sans-v42-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-sans-v42-latin/noto-sans-v42-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v42-latin/noto-sans-v42-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/noto-sans-v42-latin/noto-sans-v42-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-v42-latin/noto-sans-v42-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/noto-sans-v42-latin/noto-sans-v42-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body,
html {
  padding:0;
  margin:0;
	height: 100%;
}
html {
  font-size: 14px;
  min-height: 100%;
}
body {
  min-width: 320px;
  color: #333;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-family: "Noto Sans", serif;
  font-weight: 400;
}
.noto-sans-Regular {
  font-family: "Noto Sans", serif;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-Bold {
  font-family: "Noto Sans", serif;
	font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-sans-Black {
  font-family: "Noto Sans", serif;
	font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.noto-serif-Regular {
  font-family: "Noto Serif", sans-serif;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-serif-Bold {
  font-family: "Noto Serif", sans-serif;
	font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-serif-Black {
  font-family: "Noto Serif", sans-serif;
	font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.layout{
	height:100%;
	min-height:100%;
	border-left: 1px solid #009944;
	border-right: 1px solid #009944;
}
body > .layout{
	height:auto;
}
.container {
  max-width: 1320px;
  padding: 0;
  margin:0 auto;
}
a {
	color: #009944;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	opacity: 0.8;
}
br{
	letter-spacing:0;
}
h1,h2,h3,h4,h5,h6,th {
	font-weight:normal;
	font-style:normal;
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
p {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dt {
  font-weight: normal;
}
dd {
  margin-bottom: 0;
}

.container {
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center;    /* 縦方向の中央揃え */
  height: 100vh;          /* 画面全体を高さに使う場合 */
}