@charset "utf-8";

/* style-protection.css
 * おまかせプラン ver.7 - v1.0.0
 * 2022-09-01
 * **************************************************
 * Protection
 * **************************************************
 */

/* Protection
------------------------------------------------------------------- */

/* Content */
.office-symbol .content__inner {
  margin: 70px auto 0 auto;
  padding: 0 50px;
  max-width: 1150px;
}
.symbol td:nth-child(1){
	text-align: center;
}
@media screen and (max-width: 767px) {
  /* Protection
  ------------------------------------------------------------------- */
  /* Content */
  .office-symbol .content__inner {
    margin: 50px 0 0 0;
    padding: 0 15px;
    max-width: none;
  }

}
