.content {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 55px;
  }
}

.content_head {
  background-image: url("../images/corporate/main_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .content_head {
    margin-bottom: 20px;
  }
}

.page_title,
.page_title_ja {
  color: #fff;
}

.policy_list {
  margin-bottom: 20px;
}

.policy_list li {
  padding-left: 4em;
  text-indent: -4em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .policy_list li {
    padding-left: 3em;
    text-indent: -3em;
  }
}

.policy_list li:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .policy_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.list_num {
  padding-right: 3.1em;
}

@media screen and (max-width: 768px) {
  .list_num {
    padding-right: 2.1rem;
  }
}

@media screen and (min-width: 769px) {
  .address {
    padding-left: 4em;
  }
}

.address > .row {
  border: 1px solid #000;
  padding: 40px 35px;
}

@media screen and (max-width: 768px) {
  .address > .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .address > .row > .col {
    width: 100%;
  }
}

.corp_name {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .corp_name {
    margin-right: 62px;
  }
}

@media screen and (max-width: 768px) {
  .corp_name {
    margin-bottom: 20px;
  }
}

.corp_address {
  line-height: 1.8;
}
