/**
 * local.css
 *
 * outputed by:
 * /business/solution_service/scss/local.scss
 */
#contentsArea .top-section__title {
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  #contentsArea .top-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #contentsArea .top-section__title {
    padding-bottom: 35px;
    text-align: center;
    font-size: 24px;
  }
}
@media only screen and (min-width: 600px) {
  #contentsArea .top-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #contentsArea .top-section__title {
    padding-bottom: 30px;
    font-size: 24px;
  }
}
#contentsArea .top-section--bg01 {
  background-color: #f6f6f6;
}
#contentsArea .top-section__title--border {
  padding-bottom: 25px;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
  font-weight: bold;
}
#contentsArea .top-section-sub {
  padding-bottom: 30px;
}
#contentsArea .top-section-sub:last-child {
  padding-bottom: 0;
}
#contentsArea .top-section-sub__title {
  font-weight: normal;
}
@media only screen and (max-width: 599px) {
  #contentsArea .top-section-sub__title {
    padding-bottom: 30px;
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (min-width: 600px) {
  #contentsArea .top-section-sub__title {
    padding-bottom: 25px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 600px) {
  #contentsArea #section-container01 {
    background-image: url(/business/solution_service/img/bg_001.png);
    background-repeat: no-repeat;
    background-position: left 185px;
    background-size: 100% auto;
  }
}
#contentsArea .top-section__more {
  margin-top: 45px;
}
#contentsArea .case-meta-list {
  margin-bottom: -15px;
}
#contentsArea .case-meta-list dt {
  padding-bottom: 3px;
  margin-bottom: 7px;
  font-weight: bold;
  border-bottom: 1px solid #d4d4d4;
}
#contentsArea .case-meta-list dd {
  padding-bottom: 15px;
}

#contentsArea .link-focus--a11y:focus {
  outline: auto;
}