@charset "utf-8";
@media (max-width: 1299px){
	.sidebar-r,
	.sidebar-l {
		display:none;
	}
	.main_box {
		width:100%;
		min-width: 100%;
	}
}
@media (min-width: 1300px){
	.hamburger {
		display:none;
	}
}
/*-----------------------------*
 * layout
 *-----------------------------*/
html {
	height:auto !important;
/*
	height:100% !important;
*/
}
body {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
main {
	max-height: 100% !important;
	flex: 1;
}
/*-----------------------------*
 * breadcrumb
 *-----------------------------*/
.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
	display: flex;
	flex-wrap:wrap;
	font-size: 14px;
}
.breadcrumb li {
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #888;
}
.breadcrumb li a {
  text-decoration: underline;
  color: #888;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:last-child {
  color: #888;
}
/*-----------------------------*
 * main_box
 *-----------------------------*/
.main_box {
    padding: 0 20px;
    font-size: 18px;
	margin-top: 70px;
	max-height:100% !important;
	margin-bottom:20px;
	color:#fff;
	line-height: 36px;
}
/*-----------------------------*
 * contents_box
 *-----------------------------*/
.contents_box {
    padding-top: 20px;
}
/*-----------------------------*
 * h
 *-----------------------------*/
.main_box h1 {
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #4d78cd;
    padding-bottom: 10px;
}
.main_box h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #00f3ff;
}
.main_box h2 a {
    color: #00f3ff;
	text-decoration:underline;
}
.main_box h2 a:hover {
    color: #00f3ff;
	text-decoration:none;
}
/*-----------------------------*
 * a
 *-----------------------------*/
.main_box a,
.main_box a:hover {
  color: #bdddff;
  text-decoration: none;
}
/*-----------------------------*
 * pagetop
 *-----------------------------*/
.pagetop{
	position:fixed;
	right:20px;
	bottom:20px;
	width:50px;
	height:50px;
	cursor:pointer;
	z-index:9999;
	opacity:0;
	visibility:hidden;
	border:2px solid #00f3ff;
	background:rgba(0,15,20,.85);
	clip-path:polygon(
		8px 0,
		100% 0,
		100% calc(100% - 8px),
		calc(100% - 8px) 100%,
		0 100%,
		0 8px
	);
	box-shadow:
		0 0 2px rgba(0,243,255,.5);
	transition:
		opacity .2s ease,
		filter .2s ease;
}
.pagetop.show{
	opacity:1;
	visibility:visible;
}
.pagetop::before{
	content:"";
	position:absolute;
	top:-7px;
	left:-1px;
	width:17px;
	height:17px;
	border-top:2px solid #00f3ff;
	transform-origin:left top;
	transform:
		translate(0,12px)
		rotate(-45deg);
}
.pagetop::after{
	content:"";
	position:absolute;
	right:2px;
	bottom:3px;
	width:10px;
	height:1px;
	background:#00f3ff;
	box-shadow:
		0 -4px 0 #00f3ff,
		0 -8px 0 #00f3ff,
		0 0 4px #00f3ff;
}
.pagetop span{
	position:absolute;
	left:50%;
	width:18px;
	height:18px;
	border-top:3px solid #00f3ff;
	border-left:3px solid #00f3ff;
	transform:
		translateX(-50%)
		rotate(45deg);
	filter:
		drop-shadow(0 0 6px #00f3ff);
}
.pagetop span:nth-child(1){
	top:11px;
}
.pagetop span:nth-child(2){
	top:23px;
}
.pagetop:hover{
	filter:
		drop-shadow(0 0 4px #00f3ff);
}
/*-----------------------------*
 * input01
 *-----------------------------*/
.input01-wrapper {
	display:flex;
	align-items: center;
	height:30px;
}
.input01-wrapper .input01 {
	width: 100%;
	height:100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #00f0ff;
	border-radius: 30px;
	padding: 6px 12px;
	color: #fff;
	outline: none;
	transition: all 0.3s ease;
	box-shadow: inset 0 0 8px rgba(0, 240, 255, 0.2);
}
.input01-wrapper .input01:focus {
	background: rgba(0, 0, 0, 0.6);
	border-color: #ff00ff;
	box-shadow: 0 0 15px rgba(255, 0, 255, 0.6), inset 0 0 8px rgba(255, 0, 255, 0.2);
}
.input01-wrapper input[type="submit"] {
	margin-left:5px;
	height:100%;
	padding: 0 18px;
	box-sizing: border-box;
	background: #020b10;
	border: 1px solid #00f0ff;
	border-radius: 4px;
	color: #00f0ff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .18s ease;
	box-shadow:
		0 0 8px rgba(0,240,255,.35),
		inset 0 0 10px rgba(0,240,255,.08);
}

.input01-wrapper input[type="submit"]:hover {
	color: #fff;
	border-color: #00e5ff;
	background: rgba(0, 229, 255, 0.22);
	box-shadow: 0 0 0.8rem rgba(0, 229, 255, 0.65), inset 0 0 0.5rem rgba(0, 229, 255, 0.3);
}
@media (max-width: 768px){
	.breadcrumb li {
		width:100%;
	}
	footer .links ul {
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		gap: 10px;
	}
	footer .links li {
		width:45%;
	}
	footer .links li:before {
		content:'' !important;
		padding:0 !important;
	}
}
