@charset "utf-8";
/* CSS Document */
/*/shopping/*/
.c_ec_inner{
	padding-top: 4rem;
}
.flex_ec{
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
	border-bottom: 0.1rem solid #CCC;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
}
.b-none{
	border-bottom: none;
}
.flex_ec img{
	    width: 26%;
}
.flex_ec div{
	width: 68%;
}
/*.flex_ec p:nth-of-type(1){
	display: inline-block;
    font-size: 2.2rem;
    border-bottom: 0.1rem solid;
    padding-bottom: 0.3em;
    margin: 0.8em 0 0.8em 0;
}*/
/*/shopping/*/
@media screen and (max-width: 767px){
/*/shopping/*/
.flex_ec img{
	    width: 100%;
}
.flex_ec div{
	width: 100%;
	margin-top: 8%;
}

/*/shopping/*/
}