.box {
	height: 32px;
    position: relative;
}
.box input {
    position: absolute;
    margin: 5px 0 0 5px;
}
.box label {
    position: absolute;
    z-index: 1;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    padding: 0.625rem 1.25rem;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
/* style 1 */

/* style 6 */
.inputfile-6 + label {
    color: #6D6D6D;
    font-weight: normal;
}
.inputfile-6 + label {
    width: 100%;
	height: 31px;
    background-color: #EDEDED;
    padding: 0 0 0 35px;
    border: 1px solid #ccc;
}
.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}
.inputfile-6 + label span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.inputfile-6 + label strong {
    height: 31px;
    background-color: #fff;
    display: inline-block;
    font-size: 19px;
    padding: 0 10px 0 0;
    position: absolute;
    top: -1px;
    left: -1px;
    border-right: 1px solid #ccc;
}
.inputfile-6 + label strong b {
    background: #0179CC;
    color: #fff;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-weight: normal;
}
@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
