/* add bizen */
 .img-add {
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	width:150px;
 	height:150px;
    border: 2px dashed #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #ccc;
    font-size: 90.25%;
	cursor: pointer;
}

.img-add .addicon {
	font-size: 40px;
	font-weight: 900;
}

.img-delete {
	display: block;
	position: absolute;
	right: 17px;
	top: 0;
	font-size: 27px;
	opacity: 0.8;
	cursor: pointer;
}
.img-title {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1px 3px;
    border: solid 1px #333;
    background: #333;
    color: #fff;
    font-size: 75%;
    font-weight: 600;
    opacity: 0.8;
}
.img-btnarea {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-shomeisho-base {
    position: relative;
}
.img-shomeisho-frame {
	box-sizing: content-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
/*     width: 230px; */
    width: 100%;
/*     height: 145px; */
    height: 195px;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.img-shomeisho-frame img {
    display: block;
    height: 185px;
    object-fit: contain;
    width: 100%;
}
.img-shomeisho-nophoto {
    text-align: center;
    border: 2px dashed #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #ccc;
    font-size: 90.25%;
}
.img-shomeisho-nophoto img {
    display: block;
    height: 38px;
    object-fit: contain;
    width: 100%;
}
