
/*  アイコン
-----------------------------------------------------------*/
.material-icon{font-style: normal;vertical-align: middle;margin: 0 5px;font-weight:normal;}.material-icon:before{display: inline-flex;align-items: center;font-family:'Material Icons Round';content: attr(data-icon);line-height: 1;font-size: 100%;}

.mystyle-recommend_update{
    text-align: right;
}

.mystyle-cst{
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
    text-align: left;
}
.mystyle-cst_item{
    margin: 20px 0 0 20px;
    width: calc(100% / 3 - 20px);
}
.mystyle-cst_item a{
    display: block;
    padding: 10px;
    height: 100%;
    color: #333!important;
    text-decoration: none!important;
    border-radius: 5px;
    border: solid 1px #ccc;
    background: #f5f5f5;
	box-sizing: border-box;
}
.mystyle-cst_photo{
    position: relative;
	overflow: hidden;
}
.mystyle-cst_photo figure{
    position: relative;
    width: 100%!important;
    padding-top: calc(2.5 / 4 * 100%)!important;
    overflow: hidden;
	margin: 0;
}
.mystyle-cst_photo img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.mystyle-cst_icon{
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin: -2px 0 0 -2px;
}
.mystyle-cst_icon li{
    margin: 2px 0 0 2px;
    padding: 2px 5px;
    line-height: 1.3;
    background: #fff;
}
.mystyle-cst_dept{
	position: absolute;
	left: 0;
	top: 0;
    padding: 5px;
    line-height: 1.3;
	font-size: 1.4rem;
	font-size: 14px;
	color: #fff;
	background: #195178;
}
.mystyle-cst_dept,
.mystyle-cst_dept span{
	font-weight: bold;
}
.mystyle-cst_ttl{
    margin-top: 10px;
    color: #195178;
    font-size: 1.4rem;
	font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.mystyle-cst_ttl span{
    font-weight: bold;
}
.mystyle-cst_txt{
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.mystyle-cst_price{
	text-align: center;
    color: #cc0d21;
}
.mystyle-cst_price span{
    margin-top: 5px;
    font-size: 2.2rem;
	font-size: 22px;
    font-weight: bold;
}
.mystyle-cst_list{
    margin-top: 5px;
}
.mystyle-cst_list li{
    position: relative;
    padding-left: 1.8em;
}
.mystyle-cst_list li .material-icon{
    position: absolute;
    left: 0;
    top: 0;
}
.mystyle-cst_list li:not(:first-child){
    margin-top: 5px;
}
.mystyle-cst_kome{
    position: relative;
    margin-top: 10px;
    padding-left: 1.2em;
}
.mystyle-cst_kome:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\203B";
}
/*エスコート更新日時*/
.last {
    font-family: Meiryo;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 2px 10px 9px;
    text-align: right;
    bottom: 118px;
}

