@charset "utf-8";

/*START library subHeader
-------------------------------------------------*/
.subHeader.library .h1Title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: baseline;
	margin-bottom: 5px;
}

.subHeader.library .titleArea .h1Title h1 {
	line-height: 1.8;
}

.subHeader.library .titleArea .h1Title h1,
.subHeader.library .titleArea .h1Title span {
	margin: 0;
}

.subHeader.library .h1Title p {
	font-size: 27px;
}

.library .h1Title span.sub_title {
	font-size: 23px;
	margin: 0;
}

/*=== START library subNavi =====*/
.subNavi.library ul.customerNavi .icon {
	border: none;
	padding: 0;
}

.subNavi.library ul.customerNavi .label {
	font-size: 14px;
	margin-top: 0;
}

.subNavi.library {
	width: 1200px;
}

.subNavi.library ul.customerNavi .icon>img {
	width: 100px;
	height: 100px;
}

.subNavi.library ul.customerNavi {
	float: none;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 999px) {
	.subNavi.library ul.customerNavi {
		justify-content: center;
	}

	.subNavi.library ul.customerNavi>li a {
		display: flex;
	}

	.subNavi.library {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
}

@media (max-width: 767px) {

	.subHeader.library .titleArea .h1Title span,
	.subNavi.library {
		display: initial;
	}
}

/*START まるごと情報局
-------------------------------------------------*/
.page-containar {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.library .menuBtn {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.library .menuBtn .btn-primary {
	min-width: initial;
	max-width: none;
}

.flex-box {
	display: flex;
}

.flex-colum {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.justify-space-around {
	justify-content: space-around;
}

.flex-grow-1 {
	flex-grow: 1;
}

.grid-contauner {
	display: grid;
}

.grid-container {
	display: grid;
}

.grid-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid-cols-2-1 {
	grid-template-columns: 2fr 1fr;
}

.grid-cols-2-3 {
	grid-template-columns: 2fr 3fr;
}

.grid-cols-3-2 {
	grid-template-columns: 3fr 2fr;
}

.grid-cols-1-2 {
	grid-template-columns: 1fr 2fr;
}

.grid-cols-1-3 {
	grid-template-columns: 1fr 3fr;
}

.grid-cols-1-4 {
	grid-template-columns: 1fr 4fr;
}

.grid-cols-1-5 {
	grid-template-columns: 1fr 5fr;
}

.grid-cols-Min150 {
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.grid-cols-Min200 {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.grid-cols-Min285 {
	grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
}

.grid-cols-Min300 {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.grid-cols-Min400 {
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.grid-cols-Min500 {
	grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}

.grid-auto-500 {
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.grid-auto-400 {
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.g10 {
	gap: 10px;
}

.g20 {
	gap: 20px;
}

.g30 {
	gap: 30px;
}

.g0_20 {
	gap: 0 20px;
}

.g10_20 {
	gap: 10px 20px;
}

.g20_60 {
	gap: 20px 60px;
}

.g30_20 {
	gap: 30px 20px;
}

.g10 {
	gap: 10px;
}

.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.flex3 {
	flex: 3;
}

.flex7 {
	flex: 7;
}

.flex8 {
	flex: 8;
}

.centered {
	margin: auto;
}

.flex-wrap-even {
	display: flex;
	flex-wrap: wrap;
}

.justify-center {
	justify-content: center;
}

.justify-space-around {
	justify-content: space-around;
}

.align-bottom {
	align-items: flex-end;
}

.Cont-Ctr {
	align-content: center;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.pt-1_8em {
	padding-top: 1.8em;
}

.library-document {
	display: flex;
	align-items: flex-start;
}

.marugotoDoc .library-document:not(:last-child) {
	margin-bottom: 10px;
}

.library-document.public::before,
.library-document.limited-public::before {
	width: 40px;
	margin-right: 10px;
	text-align: center;
}

.library-document.public::before {
	content: "公開";
	background-color: #62E5F6;
	flex-shrink: 0;
}

.library-document.limited-public::before {
	content: "限定";
	background-color: #7764FC;
	color: #fff;
	flex-shrink: 0;
}

.library-document .link,
.library-document .doc {
	margin-left: 1.0rem;
	text-indent: -1.0rem;
}

.library-document .link::before {
	counter-increment: listnum;
	content: "⇗ ";
}

.library-document .doc::before {
	counter-increment: listnum;
	content: "❏ ";
}

.document-sub-title {
	margin-left: 90px;
}

.library-document .link-text {
	flex: 1;
}

.aspect-16-9 {
	aspect-ratio: 16 / 9;
}

sub {
	font-size: 12px;
	line-height: 0;
	position: relative;
	vertical-align: initial;
	bottom: -.25em;
}

.sup {
	font-size: 10px;
	vertical-align: top;
}

.update-history {
	height: 150px;
	overflow-y: scroll;
}

.update-history li:not(:last-child) {
	margin-bottom: 5px;
}

.library-table {
	overflow-x: auto;
	display: block;
}

.library-table thead th {
	background-color: #777777;
	color: #fff;
}


.tableth-green thead th {
	background-color: #01A982;
	color: #fff;
}

.center-image {
	display: block;
	margin: auto;
}

.imgcontainer img {
	width: 100%;
	height: auto;
}

.img-outer {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 20px 0 0;
}

.tile-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	justify-items: stretch;
	gap: 20px;
}

.tile-wrapper .tile-item {
	border: 4px solid #f6f6f6;
}

.tile-wrapper .tile-item:hover {
	border: 4px solid #01A982;
}

.tile-wrapper .tile-item a {
	display: grid;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.play-video {
	position: relative;
}

.play-btn::before {
	content: url(/directplus_ent/images/icon/play_video_icon_before.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20%;
}

.play-video:hover {
	.play-btn::before {
		content: url(/directplus_ent/images/icon/play_video_icon_after.svg);
	}
}

.play-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.f-normal {
	font-weight: normal;
}

.blueperplegrade8px {
	border: 8px solid;
	border-image: linear-gradient(45deg, #7630ea, #7ff9e2) 1;
}

.features-fs30 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
}

.features-fs18 {
	font-size: 18px;
	font-weight: bold;
}

.lib_purple_contbox {
    border: 4px solid #7764FC;
    box-sizing: border-box;
    padding: 20px;
}

.lib_purple_contbox .lib_purple_h2box {
    background-color: #7764FC;
    color: #FFF;
}

.lib_purple_contbox .lib_purple_h2box h2 {
	display: block;
	padding: 5px 20px;
}

@media screen and (max-width: 700px) {
	.tbl-r01 .library-document .link-text {
		flex: none;
	}

	.tbl-r01 .library-document {
		justify-content: flex-end;
	}

	.tbl-r01 {
		width: 100%;
	}

	.tbl-r01 .thead {
		display: none;
	}

	.tbl-r01 tr {
		width: 100%;
	}

	.tbl-r01 td {
		display: block;
		text-align: right;
		width: 100%;
	}

	.tbl-r01 td:first-child {
		background: #F6F6F6;
		;
		font-weight: bold;
		text-align: center;
	}

	.tbl-r01 td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.library-mark .grid-cols-2-1 {
		grid-template-columns: none !important;
		grid-auto-flow: row !important;
	}

	.library-mark .grid-cols-2-1 img {
		width: 60%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 499.9px) {
	.grid-auto-500 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}
}

@media screen and (max-width: 429.9px) {
	.grid-auto-400 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}

	.grid-cols-Min400 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}
}


/*START qualification_exam
-------------------------------------------------*/
.qualification_exam .certification ol {
	counter-reset: listnum;
	list-style: none;
}

.qualification_exam .certification ol li {
	margin-left: 2rem;
	text-indent: -1rem;
}

.qualification_exam .certification ol li::before {
	counter-increment: listnum;
	content: "✔";
}

.qualification_exam .continuous ol {
	counter-reset: listnum;
	list-style: none;
}

.qualification_exam .continuous ol li {
	margin-left: 15px;
	text-indent: -15px;
}

.qualification_exam .continuous ol li::before {
	counter-increment: listnum;
	content: "→";
}

/*START directplus
-------------------------------------------------*/
@media screen and (max-width: 969.9px) {
	.library_directplus .order1 {
		order: 1;
	}

	.library_directplus .order2 {
		order: 2;
	}

	.library_directplus .order3 {
		order: 3;
	}

	.library_directplus .order4 {
		order: 4;
	}

	.library_directplus .order5 {
		order: 5;
	}

	.library_directplus .order6 {
		order: 6;
	}
}

@media screen and (max-width: 749.9px) {
	.library_directplus .news .grid-cols-2-3 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}
}

@media screen and (max-width: 529.9px) {
	.library_directplus .grid-cols-1-4 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}
}

/*START virtualized_nonstop

-------------------------------------------------*/

.library_cont3box:first-child {
	padding: 20px;
	border: 4px solid #62E5F6;
	box-sizing: border-box;
}

.library_cont3box:nth-child(2) {
	padding: 20px;
	border: 4px solid #0070F8;
	box-sizing: border-box;
}

.library_cont3box:nth-child(3) {
	padding: 20px;
	border: 4px solid #7764FC;
	box-sizing: border-box;
}

@media screen and (max-width: 849.9px) {

	.virtualized_nonstop .grid-cols-1-2,
	.virtualized_nonstop .grid-cols-2-1,
	.virtualized_nonstop .grid-cols-2-3 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}

	.virtualized_nonstop .w-responsive-60 {
		width: 60%;
	}

	.virtualized_nonstop .productdetails .order1,
	.virtualized_nonstop .databasecloud .order1 {
		order: 1;
	}

	.virtualized_nonstop .productdetails .order2,
	.virtualized_nonstop .databasecloud .order2 {
		order: 2;
	}

	.virtualized_nonstop .productdetails .order3,
	.virtualized_nonstop .databasecloud .order3 {
		order: 3;
	}

	.virtualized_nonstop .productdetails .order4,
	.virtualized_nonstop .databasecloud .order4 {
		order: 4;
	}

	.virtualized_nonstop .productdetails .order5,
	.virtualized_nonstop .databasecloud .order5 {
		order: 5;
	}

	.virtualized_nonstop .productdetails .order6,
	.virtualized_nonstop .databasecloud .order6 {
		order: 6;
	}
}

/*START nonstop_manual
-------------------------------------------------*/
.nonstop_manual .library-table td {
	padding: 20px;
}

@media screen and (max-width: 849.9px) {
	.nonstop_manual .grid-cols-2-1 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}
}

/*START 総合製品カタログ
-------------------------------------------------*/

.general_catalog .page-link {
	display: grid;
	grid-auto-flow: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.general_catalog .product-selection {
	padding: 30px 60px;
	background-color: black;
	color: white;
}

.general_catalog .configuration-toc .toc-card {
	display: flex;
	align-items: center;
}

.general_catalog .configuration-toc .clm1 .toc-card::before {
	content: "";
	display: inline-block;
	background: url(/directplus_ent/images/icon/icon_document_green.svg) no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: contain;
	width: 50px;
	height: 50px;
	position: relative;
	padding: 1px;
	margin: 1px 15px 1px 1px;
	transform: translate(0, 0);
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0);
}

.general_catalog .configuration-toc .clm2 .toc-card::before {
	content: "";
	display: inline-block;
	background: url(/directplus_ent/images/icon/icon_document_purple.svg) no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: contain;
	width: 50px;
	height: 50px;
	position: relative;
	padding: 1px;
	margin: 1px 15px 1px 1px;
	transform: translate(0, 0);
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0);
}

.general_catalog .configuration-toc .clm3 .toc-card::before {
	content: "";
	display: inline-block;
	background: url(/directplus_ent/images/icon/icon_general_catalog_3.svg) no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: contain;
	width: 50px;
	height: 50px;
	position: relative;
	padding: 1px;
	margin: 1px 15px 1px 1px;
	transform: translate(0, 0);
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0);
}

.general_catalog .catalog-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

@media screen and (max-width: 849.9px) {

	.general_catalog .grid-cols-1-3 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}
}

@media screen and (max-width: 767px) {
	.general_catalog .catalog-grid {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}

	.general_catalog .product-selection .grid-cols-2-1 {
		grid-template-columns: 1fr;
		justify-items: center;
		align-items: center;
	}

	.general_catalog .product-selection .grid-cols-2-1 .order1 {
		order: 1;
		width: 60%;
	}

	.general_catalog .product-selection .grid-cols-2-1 .order2 {
		order: 2;
	}
}

@media screen and (max-width: 659px) {
	.general_catalog .online .grid-cols-2-1 {
		grid-template-columns: 1fr;
	}

	.general_catalog .online .grid-cols-2-1 .order1 {
		order: 1;
	}

	.general_catalog .online .grid-cols-2-1 .order2 {
		order: 2;
	}
}

/*START システム構成図
-------------------------------------------------*/
.configuration_toc {
	display: flex;
	align-items: center;
}

.configuration_toc .toc-card::before {
	content: "";
	display: inline-block;
	background: url(/directplus_ent/images/icon/icon_servers.svg) no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: relative;
	padding: 1px;
	margin: 1px 15px 1px 1px;
	transform: translate(0, 0);
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0);
}

.configuration_toc .clm2 .toc-card::before {
	background: url(/directplus_ent/images/icon/icon_storage.svg) no-repeat;
}

.configuration_toc .clm3 .toc-card::before {
	background: url(/directplus_ent/images/icon/icon_networking.svg) no-repeat;
}

.configuration_diagram .icon-new::after {
	content: "New!";
	color: inherit;
	display: inline-block;
	padding: 0;
	padding-left: 0.1em;
	transition: all 0.2s ease-out;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0%, 0);
	/*    width: 0.9em;*/
	box-sizing: border-box;
	margin-left: 1px;
	font-weight: bold;
}

.configuration_diagram .icon_new::after {
	content: "New!";
	color: inherit;
	display: inline-block;
	padding: 0;
	padding-left: 0.1em;
	transition: all 0.2s ease-out;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0%, 0);
	/*    width: 0.9em;*/
	box-sizing: border-box;
	margin-left: 1px;
	font-weight: bold;
}

.traiangle {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(50% * 1.732);
	height: 50%;
	background: linear-gradient(to top left,
			#6dffdd 0%,
			rgba(109, 254, 221, 0.6) 10%,
			rgba(255, 255, 255, 0.8) 60%,
			rgba(255, 255, 255, 1) 100%,
		);
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

@media screen and (max-width: 767px) {
	.system_cof_btn {
		flex-direction: column;
	}
}

/*START 製品画像ライブラリ
-------------------------------------------------*/

.product_photo .tile-wrapper .tile-item img {
	max-width: 120px;
}

/*START サーバートップ
-------------------------------------------------*/
.library.server_top .bpu-banner {
	background-image: url(/directplus_ent/library/servers/images/data_slice_D_v07_alt_print_16_9.jpg);
	background-size: cover;
	color: #FFFFFF;
}

@media screen and (max-width: 999.9px) {
	.grid-cols-Min500:has(.play-video) {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}

	.spmb10 {
		margin-bottom: 10px;
	}

	.spw65par {
		width: 65%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 849.9px) {
	.proliant_lineup .grid-cols-1-3 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}

	.server_top .order1 {
		order: 1;
	}

	.server_top .order2 {
		order: 2;
	}

	.server_top .order3 {
		order: 3;
	}

	.server_top .order4 {
		order: 4;
	}

	.server_top .order5 {
		order: 5;
	}

	.server_top .order6 {
		order: 6;
	}

	.grid-cols-Min500 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}
}

/*START GPUサーバー
-------------------------------------------------*/
@media screen and (max-width: 859.9px) {
	.gpu_server .introduction.grid-cols-2 {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}

	.gpu_server .solution .grid-cols-3-2 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}

	.gpu_server .gpu_platform .order1 {
		order: 1;
	}

	.gpu_server .gpu_platform .order2 {
		order: 2;
	}

	.gpu_server .gpu_platform .order3 {
		order: 3;
	}

	.gpu_server .gpu_platform .order4 {
		order: 4;
	}
}

@media screen and (max-width: 399.9px) {
	.gpu_server .introduction.grid-cols-2 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}
}

/*START ストレージ
-------------------------------------------------*/
.library .storage .performance {
	position: relative;
	background-image: url("/directplus_ent/library/storage/images/msa_storage_performance.png");
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 80%;
	height: 210px;
	margin: 0 auto;
}

.library .storage .msa-product {
	width: 150px;
	height: 100px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.library .storage .msa-product {
	width: 15.5%;
}

.library .storage .performance .msa-product:nth-child(1) {
	position: absolute;
	top: 27%;
	left: 37%;
}

.library .storage .performance .msa-product:nth-child(2) {
	position: absolute;
	top: 14%;
	left: 55%;
}

.library .storage .performance .msa-product:nth-child(3) {
	position: absolute;
	top: 0%;
	left: 75%;
}

.library .storage .performance-text {
	position: absolute;
	bottom: 0px;
	right: 20px;
	color: #fff;
}

.library .storage .performance-gen {
	position: absolute;
	bottom: 25%;
	right: -12%;
}

.library .storage .msa-product img {
	width: 100%;
}

.library .storage .cost {
	position: relative;
	background-image: url("/directplus_ent/library/storage/images/msa_storage_cost.png");
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	width: 80%;
	height: 160px;
	margin: 0 auto;
}

.library .storage .cost .msa-product:nth-child(1) {
	position: absolute;
	top: 40%;
	left: 17%;
}

.library .storage .cost .msa-product:nth-child(2) {
	position: absolute;
	top: 24%;
	left: 37%;
}

.library .storage .cost .msa-product:nth-child(3) {
	position: absolute;
	top: 7%;
	left: 55%;
}

.library .storage .cost .msa-product:nth-child(4) {
	position: absolute;
	top: 7%;
	left: 75%;
}

.library .storage .cost-text {
	position: absolute;
	top: 0px;
	left: 20px;
	color: #fff;
}

.library .storage .cost-gen {
	position: absolute;
	top: 25%;
	left: -6%;
}

.library .storage .msa .new {
	background: linear-gradient(45deg, #7630ea, #7ff9e2);
	color: white;
	padding: 2px;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {

	.library .storage .performance,
	.library .storage .cost,
	.library .storage .performance .msa-product:nth-child(1),
	.library .storage .performance .msa-product:nth-child(2),
	.library .storage .performance .msa-product:nth-child(3),
	.library .storage .cost .msa-product:nth-child(1),
	.library .storage .cost .msa-product:nth-child(2),
	.library .storage .cost .msa-product:nth-child(3),
	.library .storage .cost .msa-product:nth-child(4) {
		position: static;
	}

	.library .storage .performance-text,
	.library .storage .performance-gen {
		position: static;
		display: none;
	}

	.library .storage .performance,
	.library .storage .cost {
		background-image: none;
		width: 100%;
		height: 100%;
	}

	.library .storage .msa-product img {
		width: 60%;
		margin: 0 auto;
	}

	.library .storage .performance .msa-product .img-wrap {
		text-align: right;
	}

	.library .storage .performance .msa-product .img-wrap::after {
		content: "パフォーマンス重視";
		color: #fff;
		margin-right: 5px;
	}

	.library .storage .cost .msa-product .img-wrap {
		text-align: left;
	}

	.library .storage .cost .msa-product .img-wrap::before {
		content: "価格重視";
		color: #fff;
		margin-left: 5px;
	}

	.performance-container,
	.cost-container {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		gap: 20px;
	}

	.performance-container {
		margin-bottom: 30px;
	}

	.performance-container .msa-product {
		background-image: url("/directplus_ent/library/storage/images/msa_storage_performance.png");
		background-size: 100%;
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.cost .msa-product {
		background-image: url("/directplus_ent/library/storage/images/msa_storage_cost.png");
		background-size: 100%;
		background-position: top;
		background-repeat: no-repeat;
	}

	.library .storage .msa-product {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}

}

@media screen and (max-width: 999px) {
	.library .storage .backup .grid-cols-Min285 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}

	.library .storage .backup .order1 {
		order: 1;
	}

	.library .storage .backup .order2 {
		order: 2;
	}

	.library .storage .backup .order3 {
		order: 3;
	}

	.library .storage .backup .order4 {
		order: 4;
	}

	.library .storage .backup .order5 {
		order: 5;
	}

	.library .storage .backup .order6 {
		order: 6;
	}

	.library .storage .backup .order7 {
		order: 7;
	}

	.library .storage .backup .order8 {
		order: 8;
	}

	.library .storage .backup .order9 {
		order: 9;
	}
}

@media screen and (max-width: 767px) {
	.storage .alletrastoragempblock .grid-cols-2-1 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}

	.storage .alletrastoragempblock .grid-cols-2-1 img {
		width: 65%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 480px) {
	.storage .sp100per {
		width: 100%;
	}

	.storage .alletrastoragempblock .grid-cols-2-1 img {
		width: 100%;
	}
}

/*START HPE ネットワーク
-------------------------------------------------*/
@media screen and (max-width: 767px) {
	.networking .order1 {
		order: 1;
	}

	.networking .order2 {
		order: 2;
	}

	.networking .grid-cols-2-1 {
		grid-template-columns: none;
		grid-auto-flow: row;
	}

	.networking .grid-cols-2-1 img {
		width: 60%;
		margin: 0 auto;
	}
}

/*START HPE サーバー
-------------------------------------------------*/
.smartchoice .grid-cols-3 {
	grid-template-columns: repeat(3, 200px);
}

@media screen and (max-width: 600px) {
	.smartchoice .grid-cols-3 {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
}

.synergy-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.synergy-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 30px;
}

.masonry-grid {
	column-count: 1;
	column-gap: 1em;
}

.synergy-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.synergy-item .image {
	display: flex;
	justify-content: center;
}

.synergy-item .image img {
	width: 100%;
	height: auto;
	display: block;
}

.synergy-item .text {
	flex: 1;
}

.masonry-grid._1>.synergy-item:not(:first-child) .image {
	width: 30%;
}

.masonry-grid._1>.synergy-item:nth-child(1) .image {
	width: 48%;
}

.masonry-grid._1>.synergy-item:nth-child(2) .image img {
	width: 70%;
}

.masonry-grid._2>.synergy-item .image {
	width: 40%;
}

.masonry-grid._2>.synergy-item:nth-child(1) .image img {
	width: 60%;
}

.masonry-grid._2>.synergy-item:nth-child(2) .image img {
	width: 25%;
}

.masonry-grid._2>.synergy-item:nth-child(3) .image img {
	width: 80%;
}

.masonry-grid._2>.synergy-item .image {
	width: 40%;
}

@media screen and (max-width: 909px) {
	.masonry-grid._2>.synergy-item .image {
		width: 30%;
	}
}

@media screen and (max-width: 480px) {
	.masonry-grid {
		column-count: 1;
		column-gap: 0;
	}

	.synergy-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.masonry-grid._1>.synergy-item:nth-child(2) .image img,
	.masonry-grid._2>.synergy-item:nth-child(1) .image img,
	.masonry-grid._2>.synergy-item:nth-child(3) .image img {
		width: 100%;
	}

	.masonry-grid._2>.synergy-item:nth-child(2) .image img {
		width: 40%;
	}

	.synergy-grid {
		display: block;
	}
}

.server_top .wrap {
	overflow: auto;
}

.portfolio table {
	min-width: 1200px;
}

.portfolio table .portfolio_img {
	border: none;
	background-color: transparent;
}

.portfolio table .portfolio_img img {
	max-width: 90px;
	max-height: 90px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.portfolio table .portfolio_img,
.portfolio table td {
	vertical-align: unset;
}

.portfolio .annotation {
	text-align: right;
	font-size: clamp(10px, 2vw, 14px)
}

ol {
	list-style-type: none;
	padding-left: 1em;
}

ol>li {
	position: relative;
}

ol>li::before {
	content: "-";
	position: absolute;
	left: -0.8em;
}