@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] FLOW
[7] PRICE
[8] PROCEDURE
===================================================== */


/* 1: Base Setting
=========================================================================================== */
.column2R #main {
	float: none;
	width: auto;
}

#dRecovery {
	width: 970px;
	margin: 0px auto;
	font-size: 16px;
	line-height: 160%;
}
#dRecovery .bold {
	font-weight: bold;
}
#dRecovery .bLed {
	color: #ff3300;
}

#dRecovery a:hover img {
	opacity: 0.8;
 	filter: alpha(opacity=80);
 	-ms-filter: "alpha(opacity=80)";
}

.section p.linkbtn a {
	color: #fff;
	background-color: #ff4800;
	display: inline-block;
	padding: 20px 50px 20px 50px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	font-size: 150%;
	width: 75%;
	line-height: 1.4;
}

.section p.linkbtn a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 9px #fff;
    position: absolute;
    top: 36%;
    right: 22%;
}
.section p.linkbtn a:hover {
	opacity: 0.8;
 	filter: alpha(opacity=80);
 	-ms-filter: "alpha(opacity=80)";
}

.mt16 {
	margin-top: 16px;
}
.mb20 {
	margin-bottom: 20px;
}
.fsz {
	font-size: 118.8%!important;
	}
@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 {
		max-width: 100%;
	}
	
	#dRecovery .breadCrumb {
		line-height: 130%;
	}
	
	.section p.linkbtn a {
	width: 60%;
}

.section p.linkbtn a:after {
    right: 5%;
}
}


/* 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 h2 {
	margin: 0px -25px 25px -25px;
    padding: 17px 25px 5px 25px;
	color: #404040;
	font-size: 150%;
	border-bottom: 2px solid #4a7ebb;
}
.ml20 {
	margin:0 0 0 20px;
}
.mt20 {
	margin:20px 0 0 0!important;
}
.mgSet {
	margin:40px 0 20px 0;
	}
#dRecovery .bold {
	font-weight: bold;
}
#dRecovery .bGreen {
	color: #19ad55;
}
#dRecovery .bBule {
	color: #0070c0;
}
#dRecovery h3 {
	margin: 0 0 20px 0;
	padding: 12px 20px 10px;
	text-align: left;
	background:#448aca;
	color: #ffffff;
	font-size: 133.3%;
}

#dRecovery h3 span {
	color: #605b5a;
	font-size: 75%;
	margin-right: 1em;
}

#dRecovery h4 {
    margin-bottom: 5px;
}

#dRecovery h4.sub {
	color:#ff0066;
    margin-bottom: 5px;
	font-weight: normal;
}
#dRecovery .pinkBoder {
	border:2px solid #ff0066;
	text-align: center;
    padding: 20px 0;
}
#dRecovery .noneBoder {
	text-align: center;
    padding: 20px 0 0;
}
#dRecovery p {
	margin: 0px 0px 16px 0px;
}

#dRecovery .fukkyuu {
	width:100%;
	overflow:hidden;
}
#dRecovery .fukkyuu .left {
	width:48%;
	background:#0070c0;
	float:left;
	border-radius:10px;
	color:#ffffff;
}
#dRecovery .fukkyuu .right {
	width:48%;
	background:#ff0066;
	float:right;
	border-radius:10px;
	color:#ffffff;
}
#dRecovery .fukkyuu .left ,
#dRecovery .fukkyuu .right {
	padding:10px 0;
	min-height: 170px;
}
#dRecovery .fukkyuu .left dt ,
#dRecovery .fukkyuu .right dt {
	margin-left: 10px;
	font-weight: bold;
	font-size:150%;
	margin: 15px 0 20px 20px;
}
#dRecovery .fukkyuu .left dd p.tit ,
#dRecovery .fukkyuu .right dd p.tit {
	font-weight: bold;
	font-size:158.3%;
	margin: 0 20px;
}
#dRecovery .fukkyuu .left dd p.subText {
	margin: 20px 0 0 20px;
}

#dRecovery .fukkyuu .left dd span ,
#dRecovery .fukkyuu .right dd span {
	font-weight: bold;
	font-size:77.8%;
	display:block;
}

#dRecovery .img {
	margin: 0px;
}

#dRecovery .noImg {
	margin-left:0;
	list-style-image:none;
}
#dRecovery ul.Img li + li {
	margin-top:4px;
}

#dRecovery .notes {
	margin-left:1em;
}
#dRecovery ul.notes li + li {
	margin-top:4px;
}
#dRecovery ul.notes li:before {
	content: '・';
	margin-left:-1em;
}

#dRecovery ul.aster  {
	margin-left:1em;
}
#dRecovery ul.aster li + li {
	margin-top:4px;
}
#dRecovery ul.aster li:before {
	content: '※';
	margin-left:-1em;
}

ul + h3 , h4 {
	margin-top: 24px !important;
}

p + h3 , h4 {
	margin-top: 24px !important;
}


@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: 24px;
		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(img/data-recovery/01about_catch_operator.jpg?$staticlink$);
	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: FLOW
=========================================================================================== */
#dRecovery .flowSec strong {
	font-size: 150%;
	color: #ff0000;
}

#dRecovery .flowSec .notes {
	margin-bottom: 26px;
}

#dRecovery .flowSec .notes li {
	margin-bottom: 0px;
	font-size: 90%;
}

#dRecovery .flowImg_kikan {
  margin: 0 auto 30px;
  width: 720px;
  height: 643px;
  background: url(img/data-recovery/03flow_img01.jpg?$staticlink$) no-repeat 0 0;
}

#dRecovery .flowImg_kikan_desk {
  font-size: 16px;
  padding: 300px 0 0 530px;
  margin: 0 0 0 0;
} 

#dRecovery .flowImg_kikan_note{
  font-size: 16px;	
  padding: 0 0 0 530px;
  margin: 0 0 0 0;
}

#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(img/data-recovery/bg_top_flow.jpg?$staticlink$) 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){
	#dRecovery .topFlowbox {
		flex-direction: column;
		padding:0;
	}
	#dRecovery .topFlowbox .txt {
	margin: 16px 0 0 0!important;
	font-size: 100%;
	}
  #dRecovery .flowImg_kikan{
    margin: 0 auto 30px;
    width: 100%;
    height: 410px;
    background: url(img/data-recovery/03flow_img01.jpg?$staticlink$) no-repeat 0;
    background-size: 100% auto;
  }
  #dRecovery .flowImg_kikan_desk {
    font-size: 12px;
    padding: 0;
    margin: 0;
  }
  #dRecovery .flowImg_kikan_note {
    font-size: 12px;
    padding:  0;
    margin: 0;
  }
}


/*-------------------------------------
閉じるボタン
---------------------------------------*/

.closeBtn {
	text-align:center;
	margin:50px 0;
}

.closeBtn input {
	background: -moz-linear-gradient(top,#F60 0%,#F30);
	background: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#F30));
	background: linear-gradient(to bottom, #F60, #F30);
	border: 1px solid #DDD;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
	padding: 10px 100px;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
}

.closeBtn input:not(:target) {
	background:#F30\9;
}

.closeBtn input {
	background:#F30\9;
}

.closeBtn input:hover {
	opacity: 0.7; 
}

/*-------------------------------------
ページトップ
---------------------------------------*/

#pagetop {
    bottom: 30px;
    display: none;
    position: fixed;
    right: 55px;
}
#pagetop a {
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}


/*-------------------------------------
パソコンの購入と一緒だとポイントがもらえるキャンペーン　2018/12/26～
---------------------------------------*/
.campSec {
    margin-bottom: 32px;
    background-size: 10px 10px;
    background-color: #f8845d;
    background-image: linear-gradient(45deg,#fff00e 25%,transparent 25%,transparent 50%,#fff00e 50%,#fff00e 75%,transparent 75%,transparent);
}
.campttl {
    background: #f8845d;
    padding: 20px 20px 5px;
    margin: 0px -25px 1px -25px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.campttl span.color {
    color: #fff00e;
}
.campttl span.point {
    font-size: 44px;
}
.campdate {
    text-align: center;
    margin: -1px -25px 25px -25px;
    padding: 5px 25px;
    background: #fff00e;
}
.campdetail{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.campdetail p:last-child{
    margin: 0 0 0 0 !important;
}
.campdetail .ttl {
    border-bottom: 2px solid #f8845d;
    color: #f8845d;
    font-weight: bold;
}
.campdetail .notes {
    font-size: 13px;
    margin-left: 0 !important;
}
#dRecovery .sponly {
		display: none;
	}
	
	#dRecovery .pconly {
		display: inline;
	}

@media screen and (max-width:479px){
    .campSec {
    margin: -1px -25px 25px -25px;
    padding: 20px !important;
}
	.campttl {
    padding: 20px;
    margin: -2px -10px;
    line-height: 1.6;
    font-size: 16px;
}
    .campttl span.point {
    font-size: 36px;
}
    .campdetail{
    margin: -1px -1px 0 -1px;
}
    #dRecovery .sponly {
		display: inline;
	}
	
	#dRecovery .pconly {
		display: none;
	}
}
