.main_contents table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
  text-align: left;
}
.main_contents table + table {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main_contents table {
    border: none;
  }
  .main_contents table strong {
    display: block;
    font-size: 14px;
    padding: 10px 0;
  }
  .main_contents table,
  .main_contents table thead,
  .main_contents table tbody,
  .main_contents table tr,
  .main_contents table th,
  .main_contents table td {
    display: block;
  }
}
.main_contents table th, .main_contents table td {
  padding: 13px;
  font-size: 15px;
  line-height: 1.65;
}
.main_contents table th a, .main_contents table td a {
  color: #0064b6;
}
.main_contents table th {
  color: #555;
  font-size: 100%;
  font-weight: normal;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .main_contents table th {
    background: #f7f7f7;
    border: none;
    width: 100%;
  }
}
.main_contents table th a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.main_contents table td {
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .main_contents table td {
    border: none;
  }
  .main_contents table td.title {
    margin-top: 15px;
    background: #f7f7f7;
  }
}
.main_contents table td strong {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .main_contents table td a.map {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

.text_box {
  padding-bottom: 100px;
}

section.lower_visual {
  background: url(../media/images/common/2017/lowervisual/visual_general.jpg) no-repeat center;
  background-size: cover;
}
section.lower_visual div.main_visual_contents h2:before {
  content: "PRIVACY POLICY";
  color: #4db1d4;
  font-size: 75px;
}
@media screen and (max-width: 767px) {
  section.lower_visual div.main_visual_contents h2:before {
    font-size: 30px;
  }
}

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