.pageAbout {
	color: #666;
}
.pageAbout .content .section.cinfo .section-inner .section-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.pageAbout .content .section.about .section-inner .section-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


body::before {
	position: fixed;
	top: 50px;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	background-position: center;
	background-size: cover;
	content: "";
	color: #666;
}
@media (max-width: 767px) {


  body::before {
	background-color: #FFF;
  }
}
@media (min-width: 768px) {
  body::before {
	background-color: #FFF;
  }
}

@media (max-width: 767px) {
  .content {
	margin-top: 114px;
  }
}
@media (min-width: 768px) {
  .content {
    margin-top: 170px;
  }
}
.content table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 24px;
}
@supports (font-feature-settings: "palt") {
  .content table {
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
}
@media (max-width: 767px) {
  .content table {
    margin-top: 20px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content table {
    margin-top: 38px;
    margin-right: auto;
    margin-left: auto;
    width: 660px;
  }
}
@media (max-width: 767px) {
  .content table th,
  .content table td {
    padding: 1em 0;
  }
}
@media (min-width: 768px) {
  .content table th,
  .content table td {
    padding: 1em;
    letter-spacing: 2px;
  }
}
.content table tr {
  border-bottom: 1px dashed #cbcbcb;
}
.content table th {
	vertical-align: top;
	font-weight: normal;
}
@media (max-width: 767px) {
  .content table th {
	width: 100px;
  }
}
@media (min-width: 768px) {
  .content table th {
	width: 160px;
  }
}
@media (max-width: 767px) {
  .content .about,
  .content .history {
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .content .about,
  .content .history {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .content .history table th {
    width: 64px;
  }
}
@media (min-width: 768px) {
  .content .history table th {
    width: 146px;
  }
}
.content .history .expHeight {
  line-height: 4;
}
