@charset "UTF-8";

dl.profile dt,
dd {
  font-size: 1.6rem;
}

dl.profile dt {
  padding: 0 0 10px 0;
}

@media screen and (min-width: 1080px) {

  /*--------------------------------content----------------------*/
  dl.profile {
    width: 560px;
    float: left;
  }
}

@media screen and (max-width: 1079px) {
  dl.profile {
    width: 100%;
    box-sizing: border-box;
  }

  img.profileimage {
    width: 30%;
    height: auto;
    box-sizing: border-box;
  }
}