@charset "UTF-8";

/* ==========================================================================
style
==========================================================================*/

.p-profile-detail {
  top: 30px;
  bottom: 53px;
}

/* .c-sns{
  margin-top: 0;

  @media screen and (max-width: 767px) {
    margin-top: 0;
  }
} */

.c-sns-list{
  margin-top: 0 !important;
}

.c-sns-list li {
  margin-top: 1rem;

  @media screen and (max-width: 767px) {
    margin-top: 0;
  }
}

/*ameblo*/
.c-sns__ameblo a:before {
  content: "";
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  display: block;
  background-image: url(/common/images/icon_sns_ameblo.svg);
  background-size: 30px 30px;
  background-size: 3rem 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}