@charset "UTF-8";
/* CSS Document */


/***PROFILE***/
.profile-wrap  {
    width: 90%;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-wrap .pw-img {
    width: 30%;
}

.profile-wrap .pw-name {
    width: 60%;
    font-size: 2.2em;
    line-height: 110%;
    font-weight: bold;
    color: #120046;
}

.profile-wrap .pw-name span {
    font-size: 60%;
}

.prof-bnr {
    width: 30%;
    max-width: 300px;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}