@charset "utf-8";
/* CSS Document */
.category_top {
    margin: 0px auto 1em;
    padding: 0;
    box-sizing: border-box;
    background: #d9e9f6;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 320px auto;
}
.category_top_notepc {
    background-image: url(/rental/imgs/notepc_top.png);
}
.category_top_desktoppc {
    background-image: url(/rental/imgs/desktop_pc.png);
}
.category_top_smp {
    background-image: url(/rental/imgs/smp_top.png);
}
.category_top_tab {
    background-image: url(/rental/imgs/tab_top.png);
}
.category_top div {
    margin: 0 auto;
    padding: 2em 0 1em;
}
.category_top p {
    line-height: 1.8;
}
.category_top span {
    font-size: 150%;
}
.category_top .price{
	font-size: 3vw!important;
	color: #b31c32!important;
	text-align: left;
	margin: 0;
	padding: 0.2em 0 0.5em;
	line-height: 1em;
}
.category_top .price span{
	color: #b31c32!important;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.category_top div h1 {
    font-size: 1.5em;
    margin: 0 0 1em;
    line-height: 1.2;
    font-weight: 700;
    padding: 0;
    text-align: left;
}
.category_top div h1 span{
    display: block;
	margin: 0;
	padding: 0;
}

.category_top div>ul {
	display: table;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
	table-layout: fixed;
}
.category_top div>ul>li {
	display: table-cell;
	padding: 1em 0 0;
	box-sizing: border-box;
	vertical-align: bottom;
}
.category_top div>ul>li:first-child {
	width: 50%;
	max-width: 200px;
	height: auto;
}
.category_top div>ul>li:last-child {
	width: 50%;
	height: auto;
}

.category_top div>ul>li>ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 1em;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: flex-end;
}
.category_top div>ul>li>ul>li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0.5em;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
	border-radius: 50%;
	box-sizing: border-box;
	width: 170px;
	height: 170px;
	flex: 0 0 auto;
	line-height: 1.2;
	text-align: center;
}
.category_top div>ul>li>ul>li img {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	display: block;
}
.category_top div>ul>li>ul>li span {
	color: #b31c32;
	font-weight: bold;
	display: block;
}

@media (max-width: 1024px) {
	.category_top {
		background-position: 90% 30%;
		background-size: 260px auto;
	}
	.category_top div {
		padding: 40px 1em 1em;
	}
	.category_top div>ul {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
	}
	.category_top div>ul>li {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
	}
	.category_top div>ul>li:first-child,
	.category_top div>ul>li:last-child {
		width: 100% !important;
	}
	.category_top div>ul>li>ul>li {
		border-radius: 10px;
		width: calc(50% - 0.8em);
		height: auto;
		margin: 0 0 1em;
		padding: 0.8em 1em;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	.category_top div>ul>li>ul>li img {
		width: 40px;
		height: 40px;
		margin-right: 0.6em;
	}
	.category_top div>ul>li>ul>li span {
		text-align: left;
	}
	.category_top .price {
		font-size: 4vw !important;
	}
}
@media (max-width: 768px) {
	.category_top {
		margin: 0px auto 1em;
		padding: 0;
		box-sizing: border-box;
		background: #d9e9f6;
		background-position: 150% 50%;
		background-repeat: no-repeat;
		background-size: 260px auto;
	}
	.category_top_notepc {
		background-image: url(/rental/imgs/notepc_top.png);
	}
	.category_top_desktoppc {
		background-image: url(/rental/imgs/desktop_pc.png);
	}
	.category_top_smp {
		background-image: url(/rental/imgs/smp_top.png);
	}
	.category_top_tab {
		background-image: url(/rental/imgs/tab_top.png);
	}
	.category_top div>ul>li>ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	  }
	.category_top div>ul>li>ul>li {
		border-radius: 10px;
		width: 44%;
		box-sizing: border-box;
		height: auto;
		margin: 0 auto;
		padding: 0.6em 0.8em;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		white-space: nowrap;
		font-size: 3vw;
	  }
	.category_top div>ul>li>ul>li img {
		width: 26px;
		height: 26px;
		margin-right: 0.4em;
		flex: 0 0 auto;
	}
	.category_top div>ul>li>ul>li span {
		text-align: left;
		flex: 1 1 auto;
		text-overflow: ellipsis;
	}
	.category_top .price {
		font-size: 5vw !important;
	}
}