@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap");
#goog-gt-tt {
  display: none !important
}
.goog-te-banner-frame {
  display: none !important
}
.goog-te-menu-value:hover {
  text-decoration: none !important
}
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important
}
body {
  top: 0 !important
}
#google_translate_element2 {
  display: none !important
}
header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, 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 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500
}
@media screen and (max-width: 736px) {
  header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'ヒラギノ角ゴ ProN W3', 'Osaka', 'MS PGothic', sans-serif !important
  }
}
body#sub-window {
  background-color: #FFF
}
.ma20 {
  margin-top: 20px
}
small {
  font-size: 75%;
  font-weight: bold;
  display: block;
  line-height: 1.7
}
small.space {
  margin: 1vh 0 0 0
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  border: none
}
button {
  cursor: pointer
}
a:hover {
  text-decoration: none
}
a img, img {
  border: 0
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0
}
abbr, acronym {
  border: 0
}
address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal
}
caption, th {
  text-align: left
}
code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%
}
* + html code, kbd, pre, samp, tt {
  font-size: 108%
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none
}
q:before, q:after {
  content: ''
}
button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%
}
table td {
  vertical-align: top
}
.right {
  float: right
}
.left {
  floar: left
}
.mb50 {
  margin-bottom: 50px
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.clearfix {
  display: inline-block
}
* html .clearfix {
  height: 1%
}
.clearfix {
  display: block
}

#other-page{
	max-width: 1024px;
	margin: 5vh auto;
	padding: 0 5vw;
	box-sizing: border-box;
}
#other-page h2{
	font-size:24px;
	font-weight:bold;
	margin-bottom: 30px;
}
#other-page h2.chapter_title{
		font-size:20px;
	margin-top: 30px;
}
#other-page h2.chapter_title:before{
	content:"■";
	margin: 0 10px 0 0;
}
#other-page h3{
	font-size:18px;
		font-weight:bold;
	margin-bottom: 10px;
}
#other-page p,
#other-page ul li{
	font-size:14px;
}
#other-page p a{
	text-decoration: underline;
}
#other-page p.right-text{
	text-align: right;
}
#other-page ul li{
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
#other-page ul li ul{
	margin-left: 1em;
}
#other-page article{
	margin: 20px 0 0 0;
}
#particles-js{ 
  position:fixed;/*描画固定*/
  z-index:-1;/*描画を一番下に*/
  width: 100%;
  height: 100%;
	top:0;
}
p.back{
	text-align: center;
	
margin-bottom: 10vh;
}
p.back a{
	border: 2px solid #999;	padding: 10px 40px;
	border-radius:50px;font-weight:bold;
}
p.back a:before{
	content:"<";
	display: inline-block;
	margin: 0 10px 0 0;
	transform: scale(.7,1);
}
@media screen and (max-width: 736px) {
	#other-page{
	margin: 30px 20px;
		padding: 0;
}
	#other-page p,
#other-page ul li{
	font-weight: normal;
	line-height: 2;
	font-size:13px;
	}
	#other-page h2{
	font-size:18px;
	font-weight:normal;
	margin-bottom: 20px;
}
	#other-page h2.chapter_title{
			font-size:16px;
	}
#other-page h3{
	font-size:15px;
	font-weight:normal;
}
	p.back a{
		font-size:15px;
		letter-spacing: .1em;
}
}