@charset "utf-8";

/* custom css
-------------------------------------------------- */
.num_btn_link_page ul.flex_start {
	justify-content: flex-start !important;
}
.product_thumb figure img {
	position: relative;
}
.product_feature {
	position: absolute;
    top: -50px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 1000px;
    color: #48c7e9;
    background-color: #fff;
	border: 2px solid #48c7e9;
	line-height: 1.75;
	font-weight: bold;
}

@media print, screen and (min-width:768px) {
	.living_gas  .product_feature {
		left: 20%;
	}
	.living_floor .product_feature {
		right: 5%;
		transform: none;
	}
}
@media screen and (max-width:767px) {
	.product_feature {
		width: 100px;
		height: 100px;
		font-size: 14px;
	}
	.living_gas .product_feature {
		left: 22%;
	}
	.living_floor .product_feature {
		right: 5%;
		transform: none;
	}
}

.marui_ttl_small {
	text-align: center;
    font-weight: bold;
}

@media print, screen and (min-width:768px) {
	.marui_ttl_small {
		margin-bottom: 20px;
		font-size: 36px;
	}
	.marui_ttl_small .color_red{
		margin-right: 5px;
	}
}

@media screen and (max-width:767px) {
	.marui_ttl_small{
		margin-bottom: 30px;
		font-size: 26px;
	}
	.marui_ttl_small .color_red{
		margin-right: 3px;
	}
}