@charset "utf-8";

/*----------------------------------
  access-body
----------------------------------*/
.access-body {
  padding-left: 20px;
  padding-right: 20px;
}

.access-body__title {
  font-size: 25px;
  font-weight: var(--bold);
  margin-left: 7.2916666%;
}

.access-body__text {
  font-size: 25px;
  font-weight: var(--bold);
  line-height: 1.45;
  margin-top: 20px;
  margin-left: 8.333333%;
}

.access-body__detail {
  font-size: 18px;
  line-height: 1.45;
  margin-top: 5px;
  margin-left: 8.333333%;
}

.access-body__img {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 83.33333%;
}

.access-body__pict {
  border: 0.5px solid #000;
  width: 100%;
}

/*----------------------------------
  sp
----------------------------------*/
@media not all and (min-width: 768px) {
  .access-body__title {
    font-size: 18px;
    font-weight: var(--semiBold);
    line-height: 1.2;
    margin-left: 0;
  }

  .access-body__text {
    font-size: 18px;
    font-weight: var(--semiBold);
    line-height: 1.2;
    margin-top: 10px;
    margin-left: 0;
  }

  .access-body__detail {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 5px;
    margin-left: 0;
  }

  .access-body__img {
    width: 100%;
  }
}
