/*view*/
.fieldcell[data-field="product"],
#confirmSummary .fieldset[data-field="product"]{
	display: none;
}
[data-enableitem="true"] .fieldcell[data-field="product"] {
	display: block;
}
[data-enableitem="true"] #confirmSummary .fieldset[data-field="product"] {
	display: table-row;
}

/**/
.fieldcell[data-field="product"] dd fieldset {
	display: none;
}

/**/
#confirmSummary .fieldset[data-field="product"] dd {
	
}

/*product*/
#cformPrdParent {
    align-items: center;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.18);
    border-radius: 0.5em;
    border: solid 3px #f4f4f4;
    overflow: hidden;
}
#cformPrdParent > figure {
    width: 30%;
    position: relative;
    z-index: 0;
    background-color: #fff;
    height: 100%;
}
#cformPrdParent[data-eyecatch=""] > figure {
	display: none;
}
	#cformPrdParent > figure::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	#cformPrdParent > figure img {
	    position: absolute;
	    z-index: 0;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	    object-position: center;
	    padding: 1.5em;
	}
#cformPrdParent > article {
    width: 70%;
    text-align: start;
    padding: 2em 2em;
    background-color: #f9f9f9;
}
#cformPrdParent[data-eyecatch=""] > article {
	width: 100%;
}
	#cformPrdParent > article .title {
	    text-align: start;
	    font-size: 1.2em;
	    line-height: 1.6em;
	    margin-top: -0.4em;
	    margin-bottom: 0.4em;
	}
	#cformPrdParent > article .vendor {
	    display: block;
	    font-size: 0.9em;
	    opacity: 0.7;
	}
	#cformPrdParent > article .price {
	    display: block;
	    font-size: 1.2em;
	    font-weight: 500;
	    margin-top: 1em;
	}
		#cformPrdParent > article .price::before {
		    content: "￥";
		    display: inline-block;
		    opacity: 0.5;
		    margin-left: -0.1em;
		}
	#cformPrdParent > article .link {
	    display: block;
	    font-size: 0.9em;
	    font-weight: 600;
	    background-image: url(/share/im/mrk_jump-gr.svg);
	    background-position: left 0.2em center;
	    background-size: auto 1em;
	    padding-left: 1.7em;
	    margin-top: 1.2em;
	}

@media screen and (max-width: 640px) {
	#cformPrdParent > figure {
	    width: 40%;
	}
	#cformPrdParent > article {
	    width: 60%;
	}
	#cformPrdParent[data-eyecatch=""] > article {
		width: 100%;
	}
}