/*---------------------------------------
	phoneappli css
---------------------------------------*/
.pc-only {
  display: block;
}

@media screen and (max-width: 480px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

.biz_ser-acereal .head-check {
  margin-top: 1rem !important;
}

@media screen and (max-width: 767px) {
  .biz_ser-acereal .head-check {
    margin-top: 1rem !important;
  }
}

.biz_ser-acereal .overview-img.w700 {
  margin: 60px auto 55px;
  max-width: 700px;
}

.biz_ser-acereal .overview-img.w700 img {
  max-width: 100%;
}