@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
	background-color: #010d77;
}
::-webkit-scrollbar-track {
	background-color: rgb(46 171 212 / 12%);
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, 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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
header#global_header {
  height: 80px;
  background: #010d77;
}
#copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #fff;
}
#main {
  display: flex;
  flex-direction: row-reverse;
}
#main #col_side1 {
  padding: 20px 10px;
  min-height: calc(100vh - 80px);
  background: #f8fcfd;
}
section {
  padding: 20px;
  min-height: calc(100vh - 80px);
}