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;
    padding-bottom: 13.33vw;
    box-sizing: border-box;
}

body,

p {
    margin: 0;
}

a {
    text-decoration: none;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
}

header {
    width: 100%;
    height: 13vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: white;
    position: fixed;
    top: 0;
}

.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 {
    font-size: 1rem;
    color: #4c4c4c;
}

.address_item {
    margin-top: .5vw;
    background-color: white;
}

.container {
    padding: 4vw 4.17vw;
}

.name {
    color: #333;
}

.address {
    color: #878787;
    font-size: .8rem;
}

.action {
    padding-top: 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .9rem;
}

.action a {
    color: #666;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.icon {
    display: inline-block;
    width: 5vw;
    height: 5vw;
    background-image: url("../icon/uc/address.png");
    background-size: 400% 100%;
    margin-right: 1vw;
}

.default .icon {
    background-position: -5vw;
}

.edit .icon {
    background-position: -10vw;
}

.delete .icon {
    background-position: -15vw;
}

.edit {
    margin-right: 5vw;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 13.33vw;
    line-height: 13.33vw;
    text-align: center;
    background-color: white;
}

.new {
    display: inline-block;
    height: 7.8vw;
    line-height: 7.8vw;
    width: 70%;
    color: white;
    font-size: 1.1rem;
    border-radius: 4vw;
    background-color: #ca151e;
}
