/* fv_title */
.fv_title {
  background: url(../images/works/bg_works_sp.png) no-repeat right center/cover;
}

@media screen and (min-width: 768px) {
  .fv_title {
    background-image: url(../images/works/bg_works_pc.png);
  }
}
/* corporate_section */
.corporate_section {
  margin-bottom: 3em;
}
.corporate_section:last-child {
  margin-bottom: 0;
}
.corporate_section .corporate_table {
  width: 100%;
  border-bottom: 1px solid #707070;
}
.corporate_section .corporate_table .tr {
  border-top: 1px solid #707070;
}
.corporate_section .corporate_table .tr .th {
  padding: 1em;
  background: #F2F2F1;
}
.corporate_section .corporate_table .tr .td {
  padding: 1.5em 1em;
}
.corporate_section .corporate_table .tr .td .business_list {
  margin-bottom: 1.5em;
}
.corporate_section .corporate_table .tr .td .corporate_list li:not(:last-child) {
  margin-bottom: 1.5em;
}
.corporate_section .corporate_table a {
  text-decoration: underline;
}
.corporate_section .corporate_table a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .corporate_section .corporate_table .tr {
    display: flex;
    width: 100%;
  }
  .corporate_section .corporate_table .tr .th {
    width: 30%;
  }
  .corporate_section .corporate_table .tr .td {
    width: 70%;
    padding: 1em;
  }
}

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