<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#profile-new {
  width: 580px;
  margin: 125px auto 50px; }
  #profile-new .personal {
    overflow: hidden;
    margin: 25px 15px 20px; }
    #profile-new .personal .info {
      float: right;
      width: calc(100% - 175px);
      margin-top: 20px; }
      #profile-new .personal .info h5 {
        width: 100%;
        font-size: 16px;
        margin-bottom: .35em;
        padding: 5px 10px;
        background-color: rgba(154, 181, 71, 0.15); }
        #profile-new .personal .info h5 span {
          font-size: 13px; }
      #profile-new .personal .info p {
        margin: auto 10px; }
      #profile-new .personal .info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 10px 0; }
        #profile-new .personal .info ul li {
          min-width: 44px;
          width: 15%;
          color: #ddd;
          font-size: 38px; }
          #profile-new .personal .info ul li a, #profile-new .personal .info ul li a:visited {
            color: #999; }
          #profile-new .personal .info ul li a:hover {
            color: #ddd; }
    #profile-new .personal .photo {
      position: relative;
      float: left;
      width: 120px;
      height: 160px;
      margin: 3px 10px 10px 3px;
      -webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
              box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2); }
      #profile-new .personal .photo:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: inset 0 0 0px 5px rgba(255, 255, 255, 0.7);
                box-shadow: inset 0 0 0px 5px rgba(255, 255, 255, 0.7); }
  #profile-new .career {
    width: calc(100% - 30px);
    margin: 0 auto; }
    #profile-new .career p {
      margin-bottom: .35em; }
    #profile-new .career div {
      overflow: hidden;
      margin-top: 35px;
      padding: 25px 30px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ebedee));
      background-image: linear-gradient(to top, #ffffff 0%, #ebedee 100%);
      border-radius: 5px; }
      #profile-new .career div h6 {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #666;
        margin: 0 auto .75em; }
      #profile-new .career div p {
        font-size: 11px;
        line-height: 1.6;
        margin-bottom: .5em; }
        #profile-new .career div p strong {
          font-size: 13px;
          font-weight: bold; }
      #profile-new .career div dl {
        float: right;
        width: 140px;
        margin: 0 0 15px 15px; }
        #profile-new .career div dl dt img {
          display: block;
          width: 100%; }
        #profile-new .career div dl dd {
          text-align: center;
          margin: .5em auto 0; }

@media screen and (max-width: 640px) {
  #profile-new {
    width: 90%; } }

@media screen and (max-width: 500px) {
  #profile-new .personal .info {
    width: calc(100% - 150px); }
  #profile-new .career div p strong {
    display: block;
    text-align: center; }
  #profile-new .career div dl {
    float: none;
    width: 60%;
    margin: 10px auto 25px; } }

@media screen and (max-width: 440px) {
  #profile-new .personal .photo {
    float: none;
    margin: 0 auto 20px; }
  #profile-new .personal .info {
    float: none;
    width: 80%;
    margin: 0 auto; } }

/*# sourceMappingURL=maps/funakoshi.css.map */
</pre></body></html>