@charset "utf-8";
@media (max-width: 1023px){
	.sidebar-r,
	.sidebar-l {
		display:none;
	}
	.main_box {
		width:100%;
		min-width: 100%;
	}
}
html {
	height:auto !important;
}
main {
	max-height: 100% !important;
}
/*-----------------------------*
 * main_box
 *-----------------------------*/
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
  display: flex;
  font-size: 14px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.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: 14px;
	margin-top: 70px;
	max-height:100% !important;
	margin-bottom:20px;
	color:#fff;
	line-height: 20px;
}
.lang-ja,
.lang-en {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #ccc;
}
.lang-ja {
    margin-top: 20px;
}
.main_box h1 {
    font-size: 16px;
    margin-bottom: 30px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}
.main_box h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #00f3ff;
}
.main_box section {
    margin-bottom: 20px;
}
.main_box p {
}
.main_box a,
.main_box a:hover {
  color: #fff;
  text-decoration: none;
}
/*-----------------------------*
 * footer
 *-----------------------------*/
footer {
}