/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (max-width: 915px) {
  #profile #l-content {
    max-height: calc(var(--vh, 1vh) * 100);
  }
}

#profile .u-mainv {
  width: 100%;
  background: #231815;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#profile .u-mainv .mainv-wrap {
  width: 100%;
  max-width: 1020px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 10px 20px;
}

@media print, screen and (min-width: 915px) {
  #profile .u-mainv .mainv-wrap {
    padding: 80px 30px 20px;
  }
}

#profile .u-mainv .mainv-wrap .mainv-top {
  width: 100%;
  display: block;
}

#profile .u-mainv .mainv-wrap .mainv-bot {
  width: 100%;
  max-width: 780px;
  margin: 56px auto 0;
}

@media screen and (max-width: 915px) {
  #profile .u-mainv .mainv-wrap .mainv-bot {
    margin-top: 28px;
  }
}

#profile .u-mainv .mainv-wrap .mainv-bot .bot-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media screen and (max-width: 915px) {
  #profile .u-mainv .mainv-wrap .mainv-bot .bot-wrap {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#profile .u-mainv .mainv-wrap .mainv-bot .bot-wrap > * + * {
  margin-left: 90px;
}

@media screen and (max-width: 915px) {
  #profile .u-mainv .mainv-wrap .mainv-bot .bot-wrap > * + * {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 915px) and (orientation: landscape) {
  #profile .u-mainv .mainv-wrap .mainv-bot .bot-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#profile .u-mainv .mainv-wrap .mainv-bot .bot-item h2 {
  padding-left: 14px;
  padding-right: 40px;
  display: block;
  position: relative;
}

#profile .u-mainv .mainv-wrap .mainv-bot .bot-item h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #999a9a;
}

@media print, screen and (min-width: 915px) and (orientation: landscape) {
  #profile .u-mainv .mainv-wrap .mainv-bot .bot-item h2:after {
    height: 30px;
  }
}

#profile .u-mainv .mainv-wrap .mainv-bot .bot-item p {
  font-size: 10px;
  line-height: 2;
  margin-top: 10px;
}

@media print, screen and (min-width: 915px) and (orientation: landscape) {
  #profile .u-mainv .mainv-wrap .mainv-bot .bot-item p {
    font-size: 12px;
    margin-top: 0;
  }
}

#profile .u-profile {
  padding: 20px;
}

@media print, screen and (min-width: 915px) and (orientation: landscape) {
  #profile .u-profile {
    scrollbar-width: none;
  }
  #profile .u-profile::-webkit-scrollbar {
    display: none;
  }
#profile .u-profile .profile-wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2;
}
}

@media screen and (max-width: 915px) {
  #profile .u-profile {
    padding: 18px 10px 40px;
  }
#profile .u-profile .profile-wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  font-size: 9px;
  line-height: 2;
}
#profile .u-profile .profile-wrap .profile-item h4 {
  display: block;
  width: 560px;
  margin-right: 10px;
}
#profile .u-profile .profile-wrap .profile-item h5 {
  display: block;
  width: 160px;
  margin-right: 10px;
}
}

@media print, screen and (min-width: 915px) and (orientation: landscape) {
  #profile .u-profile .profile-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
#profile .u-profile .profile-wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  font-size: 9px;
  line-height: 2;
}
}

@media print, screen and (min-width: 915px) and (orientation: landscape) {
  #profile .u-profile .profile-wrap > * + * {
    margin-left: 80px;
  }
#profile .u-profile .profile-wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2;
}
#profile .u-profile .profile-wrap .profile-item h4 {
  display: block;
  width: 340px;
}
#profile .u-profile .profile-wrap .profile-item h5 {
  display: block;
  width: 140px;
}
}

#profile .u-profile .profile-wrap .profile-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#profile .u-profile .profile-wrap .profile-item h3 {
  display: block;
  width: 135px;
  margin-right: 10px;
}

#profile .u-profile .profile-wrap .profile-item img{
  margin: 5px 0px 0px;
  text-align: right;
  vertical-align: bottom;
}

@media screen and (max-width: 915px) {
  #profile .u-profile .profile-wrap .profile-item h3 {
    margin-right: 14px;
  }
}
@media screen and (max-width: 915px) {
  #profile .u-profile .profile-wrap .profile-item h4 {
    margin-right: 14px;
  }
}
@media screen and (max-width: 915px) {
  #profile .u-profile .profile-wrap .profile-item h5 {
    margin-right: 14px;
  }
}
@media screen and (max-width: 915px) {
  #profile .u-profile .profile-wrap .profile-item p {
    width: 100%;
  }
}

#profile #l-footer .footer-copy {
  color: #231815;
}
