<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "/include/css/import.angel.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	background-position: center;
}

#nas #visual {
	background-image: url(../images/visual_nas.png);
	background-position: center;
}

#hdd #visual {
	background-image: url(../images/visual_hdd.png);
}

#removable #visual {
	background-image: url(../images/visual_removable.png);
}

#visual h2 {
	line-height: 1.4;
}

#visual h2 span {
	margin-left: -5px;
	font-size: 5.5vw;
}

/* ---------------------------------------------------------
	CSS Document nas &gt; anchor
--------------------------------------------------------- */

#anchor {
	margin: 0 20px;
}

#anchor ul {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 9px;
	background: #e6e6e6;
	box-shadow: 0 0 18px 0 rgba(185, 185, 185, 0.4);
	font-size: 0;
}

#anchor li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
}

#anchor li:not(:last-of-type) {
	border-right: solid 1px #c7c9ce;
}

#anchor li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 3vw;
	line-height: 1.3;
	color: #101d42;
	opacity: 0.5;
}

#anchor li.this a {
	background: #6db3c5;
	color: #fff;
	opacity: 1;
}

#anchor li img {
	height: 30px;
	margin-bottom: 10px;
}

#anchor li span {
	display: block;
}

/* ---------------------------------------------------------
	CSS Document preparation
--------------------------------------------------------- */

.preparation .h3 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 7vw;
	line-height: 1.2;
	color: #101d42;
}

.preparation .h3:after {
	display: block;
	content: '';
	height: 26px;
	margin-top: 20px;
	background: url(/include/manual/i_plus.png) no-repeat bottom / auto 100%;
}

.preparation {
	padding: 40px 20px;
}

.preparation.odd {
	background: #ecf9fe;
}

.preparation .section {
	text-align: left;
	font-size: 14px;
}

.preparation .section h4 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: dashed 1px #9aa2a5;
	background: url(../soft/flow_05.png) no-repeat 0 3px / 20px auto;
	font-weight: 600;
	font-size: 5vw;
	line-height: 24px;
	color: #101d42;
}

.preparation .section p {
	margin-bottom: 30px;
}

.preparation .w280,
.preparation .figure {
	margin-bottom: 30px;
	text-align: center;
}

.preparation .section .submit {
	margin-bottom: 30px;
}

.preparation .w280 img,
.preparation .w350 img {
	width: 100px;
}

.preparation .w280 .submit {
	margin-top: 20px;
}

/* nas_01 */
.preparation .nas_01,
.preparation .hdd_01 {
	margin-top: 20px;
	padding: 15px 20px;
	border-radius: 9px;
	border: solid 1px #d2d2d2;
	background: #fff;
	text-align: left;
	font-size: 13px;
}

.preparation .nas_01 span,
.preparation .hdd_01 span {
	font-weight: 700;
	font-size: 17px;
	color: #101d42;
}

.preparation .hardware {
	margin-top: 40px;
}

/* ---------------------------------------------------------
	CSS Document slide_btn
--------------------------------------------------------- */

#hdd .preparation .overflow {
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

.slide_btn {
	margin-bottom: 30px;
	font-size: 0;
	white-space: nowrap;
}

.slide_btn li {
	display: inline-block;
	vertical-align: top;
	height: 58px;
	margin-right: 1.333333333333333%;
	padding: 0 10px;
	border-radius: 58px;
	background: #c9c9c9;
	text-align: center;
	line-height: 58px;
	color: #7d7d7d;
}

#nas .slide_btn li {
	min-width: 32%;
}

#removable .slide_btn li {
	min-width: 29%;
}

.slide_btn li:last-of-type {
	margin-right: 0;
}

.slide_btn li.active {
	background: #2a83db;
	color: #fff;
}

.slide_btn span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 3vw;
	line-height: 1.1;
}

.slide_btn small {
	font-size: 2.5;
}

/* ---------------------------------------------------------
	CSS Document animate
--------------------------------------------------------- */

.animate_content {
	width: 100%;
	overflow: hidden;
	font-size: 0;
}

.animate_inner {
	white-space: nowrap;
}

.animate_01,
.animate_02,
.animate_03,
.animate_04 {
	display: inline-block;
	vertical-align: top;
	width: calc(100vw - 40px);
	white-space: normal;
}

/* ---------------------------------------------------------
	CSS Document download
--------------------------------------------------------- */

.download {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 9px;
	box-shadow: 0 0 0 1px #d2d2d2 inset;
}

.download th {
	padding: 0;
	border-right: solid 1px #d2d2d2;
	background: #101d42;
	text-align: center;
	font-weight: 500;
	font-size: 3vw;
	line-height: 48px;
	color: #fff;
}

.download td {
	padding: 10px;
	border-right: solid 1px #d2d2d2;
	border-bottom: dashed 1px #d2d2d2;
	text-align: center;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	font-size: 3vw;
}

.download th:last-of-type,
.download td:last-of-type {
	border-right: 0;
}

.download td.rowspan,
.download tr:last-of-type td {
	border-bottom: 0;
}

.download .i_win,
.download .i_mac,
.download .i_linux {
	display: block;
	height: 22px;
	padding-left: 28px;
	background: url(/include/order/i_windows.png) no-repeat left / 18px auto;
	text-align: left;
	line-height: 22px;
	white-space: nowrap;
}

.download .i_mac {
	background-image: url(/include/order/i_mac.png);
}

.download .i_linux {
	background-image: url(/include/order/i_linux.png);
}

.download td a {
	display: block;
	height: 22px;
	text-align: left;
	text-decoration: none;
	line-height: 22px;
	color: #1e1e1e;
}

.download td a small {
	font-size: 2.5vw;
}

.download td a i {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	border-radius: 100%;
	background: #d92222 url(/include/download/i_download.png) no-repeat center / 14px auto;
	font-size: 0;
}

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

.service {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-radius: 9px;
	box-shadow: 0 0 0 3px #6db3c5 inset;
}

.service h4 {
	height: 70px;
	margin-bottom: 20px;
	background: #6db3c5;
	font-weight: 600;
	font-size: 4vw;
	line-height: 70px;
	color: #fff;
}

.service h4:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 40px;
	height: 100%;
	margin: 0 10px 0 -10px;
	background: url(../images/datarecovery_01.png) no-repeat left / 100% auto;
}

.service:last-of-type h4:before {
	background-image: url(../images/datarecovery_03.png);
}

.service .w556 {
	padding: 0 20px;
	text-align: left;
}

.service .w556 p {
	margin-bottom: 20px;
}

.service ol {
	margin: 0 20px 20px;
	padding: 15px;
	background: #f7f7f7;
	text-align: left;
}

.service ol li {
	margin-left: 0.8em;
}

.service ol li:before {
	display: inline-block;
	vertical-align: 0;
	content: '';
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-radius: 100%;
	background: #6db3c5;
}

.service figure {
	margin: 0 20px 20px;
}

.service .submit a {
	font-size: 3.5vw;
}

/* ---------------------------------------------------------
	CSS Document f_use
--------------------------------------------------------- */

.f_use {
	margin-top: 0;
}
</pre></body></html>