html {
    font-size: 3.6vw;
    letter-spacing: .1em;
}

body {
    font-family: 'Helvetica Neue', Helvetica, 'Microsoft YaHei', sans-serif;
    background-color: #e5e5e5;
    min-height: 100vh;
    padding-top: 13vw;
    box-sizing: border-box;
}

body,
h2,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

header {
    width: 100%;
    height: 13vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: white;
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 1;
}

.back {
    display: block;
    width: 13%;
    height: 100%;
    background: url("../icon/detail_navi_icons.png") no-repeat;
    background-size: 200% 80%;
    background-position: left center;
}

.title {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
    font-size: 1rem;
    color: #4c4c4c;
    margin-right: 13%;
    padding: 0 16.76vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container {
    margin: 0 4.17vw;
}

input {
    display: none;
}

.info_item {
    line-height: 3.5;
    border-bottom: 1px solid #afafaf;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.info_avatar {
    width: 13vw;
    height: 13vw;
    margin: 2vw 0;
    border-radius: 50%;
}

.info_title {
    color: black;
}

.info_detail {
    color: #737373;
}

.info_detail::after {
    content: ">";
    display: inline-block;
    margin-left: 1em;
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
}

.avatar_upload {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
}
