/*
|
| All
|
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
html {
  font-size: 62.5%;
}
body {
	color: #d2dce6;
	background-color: #141e37;
	font-size: 1.4em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
svg#main_logo_svg{
	width: 200px;
}
header h1{
	font-family: nimbus-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.5rem;
}
header h1 a{
	color: #d2dce6;
}
h1.page-heading{
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 140%;
}
h2.article-heading{
	font-size: 2.6rem;
	padding-bottom: 4%;
	font-weight: bold;
	line-height: 155%;
}
section.article-section{
	padding-top: 7%;
}
h1.toppage-heading{
	font-family: nimbus-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 6rem;
	padding-bottom: 5%;
}

h3.article-heading{
	font-size: 1.8rem;
	font-weight: normal;
	border-left: 5px solid #506081;
	background: #1A2643;
	padding: 10px 0 10px 13px;
	margin-top: 5%;
	margin-bottom: 1.5%;
}

header p.siteMainDescription{
	margin-top: 10px;
	font-size: 1.4rem;
	color: #1EFAFF;
}

header{
	background-color: #0a142d;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
footer{
	background-color: #0a142d;
	padding: 2% 3% 3%;
}
main section.topWrap ul.article-list-top time{
	font-family: courier-prime, monospace;
	font-weight: 400;
	font-style: normal;
}
nav{
	background-color: #b9c8d7;
	padding: 20px 25px 25px 25px;
	border: 8px solid #727887;
	color: #141e37;
	margin-top: 7%;
}
nav a{
	color: #141e37;
}
nav h2{
	font-family: noto-sans, sans-serif;
	font-weight: 100;
	font-size: 6rem;
}
nav h3 a{
	font-size: 1.5rem;
	font-weight: bold;
}
nav a.index-nav2nd{
	font-size: 1.3rem;
	padding-left: 1.5rem;
}
nav ul.index{
	margin-top: 2%;
}
nav ul.index li.index-section:nth-child(n + 2){
	margin-top: 2%;
}

nav ul.index-nav2nd{
	margin-top: 1.25%;
}
nav ul.index-nav2nd li{
	line-height: 200%;
}

div.section-header{
	padding-bottom: 10%;
}
p.article{
	font-size: 1.5rem;
	line-height: 220%;
}
time{}

time#timeArea{
	font-weight: bold;
}

div.article_date{
	font-family: courier-prime, monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1rem;
}
div.article_date time{
	display: inline-block;
	margin-top: 2%;
}

a{
	color: #559BF0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.breadcrumb ol li{
	display: inline-block;
	font-size: 1.1rem;
	line-height: 150%;
}
.breadcrumb ol li.allow{
	padding-right: 1%;
	position: relative;
}
.breadcrumb ol li.allow::after{
	content:url('/common/img/breadallow.svg');
	right: -5px;
	position: absolute;
	top: 1px;
}

ul.caution{
	border: 2px dotted #506081;
	margin-top: 2%;
	margin-bottom: 2%;
}

ul.caution li{
	padding: 2%;
}

ul.caution li h1{
	font-weight: bold;
	margin-bottom: 1%;
}

ul.caution li p{
	font-size: 1.3rem;
	line-height: 155%;
}

ul.article-list-top li{
	padding-top: 2%;
	padding-bottom: 2%;
	border-top: 1px solid #0a142d;
}

ul.article{
	padding-left: 1.5rem;
}
ul.article li{
	font-size: 1.5rem;
	line-height: 220%;
	list-style-type: disc;
}

div.sniped{
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 1.5%;
	background-color: #0d1532;
	font-family: 'Ubuntu Mono', monospace;
	line-height: 175%;
	overflow: scroll;
}
div.sniped pre{
	color: #e6cd9b;
}

p.timeOption{
	text-align: right;
	font-size: 1.5rem;
}
figure.column_img{
	padding-top: 6%;
	padding-bottom: 6%;
}
figure.column_img img{
	width: 100%;
}
figure.column_img img:nth-child(n + 2) {
	margin-top: 2%;
}
figcaption.column_img_caption{
	margin-top: 1%;
}

.column_img + .column_img{
	padding-top: 0;
}

img.main-ph{
	width: 100%;
}


table.code_table th,td {
	border: solid 2px #506081;
	padding:  2.5% 1.5%;
}
table.code_table {
	border-collapse:  collapse;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}

pre {
	font-family: courier-prime, monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
}

ul.article-point{
	margin-top: 2%;
}
ul.article-point li{
	font-size: 1.5rem;
	line-height: 175%;
	position: relative;
	padding-left: 15px;
}
ul.article-point li:before{
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #80deff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
	/*
	|
	| size > 480px
	|
	*/
	main{
		padding-top   : 10%;
		padding-left  : 5%;
		padding-right : 5%;
		padding-bottom: 10%;
	}

	.breadcrumb{
		display: none;
	}

	p.article{
		line-height: 175%;
	}

	time#timeArea{
		font-size: 8.0rem;
	}
}
@media screen and (min-width:480px) and ( max-width:1024px) {
	/*
	|
	| 1024px > size > 768px
	|
	*/
	main{
		padding-top: 5%;
		padding-left  : 20%;
		padding-right : 20%;
		padding-bottom: 5%;
	}
	time#timeArea{
		font-size: 13.0rem;
	}
}
@media screen and (min-width:1024px) {
	/*
	|
	| size > 1024px
	|
	*/
	header div.headerContainer,
	footer div.footerContainer{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.breadcrumb{
		background: #2B344B;
		border-bottom: 1px solid #0A142D;
		padding: 10px 0;
	}
	.breadcrumb ol{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	div#MAIN_CONTAINER{
		width: 1000px;
		margin-top: 70px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		display: grid;
		grid-template-columns: 10fr 2fr;
		gap: 32px;
	}
	main{
		overflow: scroll;
	}
	section.topWrap ul.article-list-top li h2{
		font-size: 1.8rem;
		line-height: 150%;
		font-weight: 500;
	}
	section.topWrap ul.article-list-top li p{
		font-size: 1.4rem;
		line-height: 150%;
		margin-top: 15px;
	}

	main section.topWrap ul.article-list-top div.dateModified{
		margin-top: 20px;
		text-align: right;
	}
	main section.topWrap ul.article-list-top time{
		font-size: 1.3rem;
	}

	time#timeArea{
		font-size: 16.0rem;
	}
	figure.column_img.half{
		width: 75%;
	}

	aside#SIDEBAR{}

}
