.content .box_about {
  max-width: 1100px;
  margin: 0 auto;
}
.content .box_about h1 {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 50px;
}
.content .box_about h1 span {
  font-size: 1.786rem;
}
.content .box_about h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.143rem;
  margin: 0 0 30px;
}
.content .box_about .pic_about {
  line-height: 0;
  margin: 0 0 50px;
}
.content .box_about .box_about_head {
  margin: 0 0 40px;
}
.content .box_about .box_about_head p {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
}
.content .box_about .box_company_profile h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.143rem;
  margin: 0 0 15px;
}
.content .box_about .box_company_profile dl {
  overflow: hidden;
}
.content .box_about .box_company_profile dl dt {
  color: #525252;
  clear: left;
  font-family: 'Montserrat', sans-serif;
  float: left;
  margin: 0 40px 0 0;
  width: 20%;
}
.content .box_about .box_company_profile dl dt:not(:last-of-type) {
  margin: 0 40px 18px 0;
}
.content .box_about .box_company_profile dl dd {
  color: #525252;
  font-family: 'Montserrat', sans-serif;
  float: left;
  margin: 0;
}
.content .box_about .box_company_profile dl dd:not(:last-of-type) {
  margin: 0 0 18px;
}
.content .box_about .box_company_profile .company_profile {
  border: solid 1px #c9c9c9;
  padding: 24px 0 24px 18px;
}

.privacy_txt{
    margin: 0 0 15px;
}

.privacy_list{
    list-style: disc;
    margin: 0 0 15px 15px;
}

table.leagal_info{
    width: 100%;
}

table.leagal_info th{
    width:20%;
    text-align: left;
}

table.leagal_info th,table.leagal_info td{
    padding: 15px 0;
    border-bottom: solid 1px #c9c9c9;
}

@media screen and (max-width: 768px) {
  a {
    color: #525252;
  }

  .content .box_about {
    max-width: 100%;
    padding: 0 10px;
  }
  .content .box_about h1 {
    border-top: solid 1px #d0d0cf;
    border-bottom: solid 1px #d0d0cf;
    display: block;
    line-height: 1;
    margin: 0 0 20px;
    padding: 1.071rem 0;
    text-align: center;
  }
  .content .box_about h1 span {
    background: none;
    font-size: 1.143rem;
    padding: 0;
  }
  .content .box_about .pic_about {
    margin: 0 0 20px;
  }
  .content .box_about .box_about_concept .box_about_head {
    margin: 0 0 35px;
  }
  .content .box_about .box_about_concept .box_about_head h2 {
    font-size: 0.714rem;
    margin: 0 0 24px;
    text-align: center;
  }
  .content .box_about .box_about_concept .box_about_head p {
    font-size: 0.857rem;
  }
  .content .box_about .box_about_concept .box_company_profile h3 {
    text-align: center;
      font-size: 0.714rem;
  }
  .content .box_about .box_about_concept .box_company_profile dl {
    overflow: auto;
  }
  .content .box_about .box_about_concept .box_company_profile dl dt {
    color: #807e7e;
    float: none;
    text-align: center;
    width: auto;
    margin: 0px 0 5px 0px;
  }
  .content .box_about .box_about_concept .box_company_profile dl dt:not(:last-of-type) {
    margin: 0px 0 5px 0px;
  }
  .content .box_about .box_about_concept .box_company_profile dl dd {
    float: none;
    text-align: center;
    width: auto;
    margin: 0px 0 5px 0px;
  }
  .content .box_about .box_about_concept .box_company_profile dl dd:not(:last-of-type) {
    margin: 0px 0 5px 0px;
  }
  .content .box_about .box_about_concept .box_company_profile .company_profile {
    padding: 40px 10px;
  }
  .content .box_about .box_about_concept .box_company_profile .company_profile a {
    color: #525252;
  }

  footer {
    border-top: 0;
  }
}

/*# sourceMappingURL=about.css.map */
