<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* **************************************************

データ復旧サービス用CSS

Copyright (c) Dospara Co., Ltd. All rights reserved. 

***************************************************** */


/* content===========================================

[1] Base Setting
[2] Page Top
[3] Text Setting
[4] Layout Setting
[5] ABOUT
[6] COMPARE
[7] FLOW CHART
[8] PROCEDURE
===================================================== */


/* 1: Base Setting
=========================================================================================== */
.column2R #main {
float: none;
width: auto;
}
#dRecovery {
width: 970px;
margin: 0px auto;
font-size: 16px;
line-height: 160%;
}
#dRecovery .bLed {
color: #ff3300;
}
#dRecovery .bold {
font-weight: bold;
}
#dRecovery .titleImage {
margin: 0 0 28px 0;
}
.mgt60 {
margin: 60px 0 0 0!important;
}
#dRecovery a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}
#dRecovery h3 {
margin: 0 0 20px 0;
padding: 12px 20px 10px;
text-align: left;
background: #448aca;
color: #ffffff;
font-size: 133.3%;
}
#dRecovery .fukkyuu {
width: 100%;
overflow: hidden;
margin: 0 0 60px 0;
}
#dRecovery .fukkyuu .left, #dRecovery .fukkyuu .right {
width: 48%;
padding: 10px 0;
min-height: 170px;
}
#dRecovery .fukkyuu .left a {
width: 100%;
background: rgb(255, 108, 0);
float: left;
border-radius: 10px;
display: block;
text-decoration: none;
padding: 0 0 15px 0;
}
#dRecovery .fukkyuu .right a {
width: 100%;
background: rgb(255, 108, 0);
float: right;
border-radius: 10px;
display: inline-block;
display: block;
text-decoration: none;
padding: 0 0 15px 0;
}
#dRecovery .fukkyuu .left a span, #dRecovery .fukkyuu .right a span {
color: #FFF!important;
}
#dRecovery .fukkyuu .left a:hover, #dRecovery .fukkyuu .right a:hover {
color: #FFF!important;
text-decoration: none;
background: #F90;
}
#dRecovery .fukkyuu .left .tit, #dRecovery .fukkyuu .right .tit {
margin-left: 10px;
font-weight: bold;
font-size: 150%;
margin: 15px 20px 10px 20px;
padding: 0 0 5px 0;
display: block;
border-bottom: 1px solid #fff;
}
#dRecovery .fukkyuu .left .subTit, #dRecovery .fukkyuu .right .subTit {
font-weight: bold;
font-size: 158.3%;
margin: 35px 20px 0 30px;
display: block;
float: left;
}
#dRecovery .fukkyuu .left .subTit span, #dRecovery .fukkyuu .right .subTit span {
font-size: 150%;
display: block;
line-height: 1.1;
}
#dRecovery .fukkyuu .left .image1, #dRecovery .fukkyuu .right .image1 {
margin: 4px 0 0 35px;
float: left;
}
#dRecovery .fukkyuu .left .image2, #dRecovery .fukkyuu .right .image2 {
margin: 35px 20px 0 0;
float: right;
}
#dRecovery .topFlowbox {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
margin: 0 0 30px 0;
background: url(/5info/img/data-recovery/bg_top_flow.jpg) no-repeat 0 0;
}
#dRecovery .topFlowbox .txt {
-webkit-flex: 4;
flex: 4;
font-size: 162.5%;
line-height: 1.4;
font-weight: bold;
margin: 50px 0 32px 171px;
letter-spacing: -0.4px;
}

@media screen and (max-width:479px) {
#container {
margin-bottom: 0px;
}
.column2R #main {
width: 100%;
}
#dRecovery {
width: 100%;
margin: 0px;
font-size: 1.0em;
}
#dRecovery img {
width: 100%;
}
#dRecovery .breadCrumb {
line-height: 130%;
}
#dRecovery .topFlowbox {
flex-direction: column;
padding: 0;
}
#dRecovery .topFlowbox .img {
text-align: center;
margin-top: 16px;
}
#dRecovery .topFlowbox .txt {
margin: 16px 0 0 0!important;
font-size: 100%;
}
#dRecovery .flowbox {
flex-direction: column;
}
#dRecovery .flowbox .ttl {
text-align: center;
}
#dRecovery .flowbox .img {
text-align: center;
margin-top: 16px;
}
#dRecovery .flowbox .txt {
margin-top: 16px;
}
}
/* 2: Page Top
=========================================================================================== */
#pageTop {
display: none;
position: fixed;
bottom: 25px;
right: 50px;
padding: 5px 10px;
background-color: #333;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color: #fff;
font-size: 12px;
line-height: 1.5em;
text-align: center;
cursor: pointer;
}
#pageTop:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width:479px) {
#pageTop {
bottom: 0px;
right: 10px;
}
}
/* 3: Text Setting
=========================================================================================== */
#dRecovery em {
color: #000000;
font-weight: bold;
font-stretch: normal;
}
#dRecovery strong {
color: #ff0000;
}
#dRecovery h2 {
margin: 0px -25px 25px -25px;
padding: 17px 25px 5px 25px;
color: #404040;
font-size: 150%;
border-bottom: 2px solid #4a7ebb;
}
#dRecovery .noneBoder {
text-align: center;
padding: 20px 0 0;
}
#dRecovery p {
margin: 0px 0px 26px 0px;
}
#dRecovery .img {
margin: 0px;
}
#dRecovery .notes {
clear: both;
padding-left: 1.0em;
text-indent: -1.0em;
}
#dRecovery .notes li {
margin-bottom: 16px;
}
#dRecovery .blue {
color: #004b9c;
}

@media screen and (max-width:479px) {
#dRecovery h2 {
margin: 0px -1% 12px -1%;
padding: 12px;
}
}
/* 4: Layout Setting
=========================================================================================== */
#dRecovery .signboard {
margin-bottom: 53px;
border-left: 3px solid #004b9c;
border-right: 3px solid #004b9c;
border-bottom: 3px solid #004b9c;
}
#dRecovery div[class$="Sec"] {
clear: both;
padding: 0px 25px 32px 25px;
}
#dRecovery div[class$="Sec"]:after {
content: " ";
display: block;
clear: both;
}
#dRecovery .center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
#dRecovery .left {
float: left;
}
#dRecovery .right {
float: right;
}
#dRecovery .forSMP {
display: none;
}

@media screen and (max-width:479px) {
#dRecovery .signboard {
margin-bottom: 0px;
border: none;
}
#dRecovery div[class$="Sec"] {
padding: 0px 1% 28px 1%;
}
#dRecovery .forSMP {
display: block;
}
#dRecovery .forPC {
display: none;
}
}
/* 5: ABOUT
=========================================================================================== */
#dRecovery .aboutSec .catch {
padding: 12px 56px 11px 286px;
border: 3px solid #004b9c;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
background-image: url(/5info/img/data-recovery/01about_catch_operator.jpg);
background-position: left top;
background-repeat: no-repeat;
color: #000000;
text-align: center;
font-size: 120%;
font-weight: bold;
line-height: 160%;
}
#dRecovery .aboutSec .catch span {
display: block;
font-size: 135%;
}

@media screen and (max-width:479px) {
#dRecovery .aboutSec .catch {
padding: 4px;
background-image: none;
}
}
/* 6: COMPARE
=========================================================================================== */
#dRecovery .compareSec strong {
font-size: 120%;
}
#dRecovery .compareSec .notes {
margin-bottom: 26px;
}
#dRecovery .compareSec .notes li {
margin-bottom: 0px;
font-size: 90%;
}

@media screen and (max-width:479px) {
}

/* 7: FLOW CHART
=========================================================================================== */


@media screen and (max-width:479px) {
#facebox {
left: 4px !important;
}
#facebox .image img {
width: 100%;
}
}

/* 8: PROCEDURE
=========================================================================================== */



@media screen and (max-width:479px) {
}
/* 9: NOTES
=========================================================================================== */
#dRecovery .notesSec li span {
display: block;
padding-top: 4px;
padding-left: 2.0em;
font-size: 90%;
line-height: 140%;
}

@media screen and (max-width:479px) {
}

/* 99: Pop Up for SmartPhone
=========================================================================================== */
@media screen and (max-width:510px) {
#fvpop {
height: auto !important;
width: 90% !important;
}
#fvpop img {
height: auto !important;
width: 100% !important;
}
}
/*180122
=========================================================================================== */

.titleImage_sp {
display: none;
}
.flow_recovery_sp {
display: none;
}
.flow_arrow {
  font-size: 40px;
  color: #448aca;
}
.flow_text {
  font-size :20px;
  margin: 20px auto;
  }

@media screen and (max-width:479px) {
.titleImage_sp {
display: block;
}
.titleImage {
display: none;
}
.otoku_price {
background-color: #4383BD;
color: #ffffff;
font-size: 20PX;
font-weight: bold;
padding: 15px;
width: 92%;
border-radius: 10px;
margin: 20px 0;
}
.flow_recovery {
display: none;
}
.flow_recovery_sp {
display: block;
}
.flow_recovery_sp img {
width: 60%!important;
  }  
  
  
}
</pre></body></html>