.page {
  padding: 0 20px;
  margin-top: 30px;
}

.page-panle-title {
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #e47325;
  padding-bottom: 3px;
  margin-bottom: 30px;
}

.page-panle-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3em;
  height: 1px;
  left: 50%;
  background-color: #e47325;
  margin-left: -1.5em;
}

.about-company-01-img-pc {
  display: none;
}

.panle-panle-article {
  font-size: 16px;
  line-height: 1.8;
}

.panle-panle-article p {
  margin-bottom: 20px;
}

.page-panle {
  margin-bottom: 80px;
}

.about .about-company-02-img {
  float: left;
  width: 40%;
  margin-right: 15px;
  margin-top: 8px;
  font-size: 0;
}


.about-group-img-pc {
  display: none;
}

.about-group-img-m {
  margin-top: 50px;
}

.technology img {
  margin-bottom: 10px;
}

.technology-col {
  margin-bottom: 30px;
}


.contact p {
  margin-bottom: 10px;
}

.contact-btn-href {
  margin-top: 30px;
  text-align: center;
}

.contact-btn-href a {
  background-color: #e47325;
  padding: 10px 20px;
  color: #fff;
}


.statement .panle-space {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.statement-title {
  font-size: 18px;
  margin-bottom: 30px;
}


.sitemap-item{
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.sitemap-item:nth-last-child(1){
  border: none;
}
.sitemap-dt{
  padding-top: 10px;
  min-width: 80px;
  float: left;
  margin-right: 50px;
}
.sitemap-dd{
  list-style: none;
  overflow: hidden;
}
.sitemap-dd li{
  float: left;
  width: 50%;
  padding: 10px 0;
}


.points-col{
  padding: 50px;
}

.points-col img{
  width: 80%;
  display: block;
  margin: auto;
}

.points-item-title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.points-item-desc{
  line-height: 1.8;
}

.points-tips{
  color: #e47325;
}
