@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 a:hover img {
	opacity: 0.8;
 	filter: alpha(opacity=80);
 	-ms-filter: "alpha(opacity=80)";
}

#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:150%;
	line-height: 1.4;
}

.linkbtn {
	
}
.linkbtn a {
	margin: 50px auto 15px;
	padding: 15px 50px 15px 50px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #670707;
	color: #fff;
	background-color: #ff2452;
	display: block;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	font-size: 150%;
	line-height: 1.4;
	width: 630px;
}

.linkbtn a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 9px #fff;
    position: absolute;
    top: 36%;
    right: 22%;
}
.linkbtn a:hover {
	opacity: 0.8;
 	filter: alpha(opacity=80);
 	-ms-filter: "alpha(opacity=80)";
}

.mt16 {
	margin-top: 16px;
}

.service_unit .arrow_box:nth-of-type(2) img{
	padding-left:10px;
}


@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%;
	}
	
	.linkbtn a {
	width: 60%;
}

	.linkbtn a:after {
		right: 5%;
	}
	
	.service_unit .arrow_box:nth-of-type(2) img{
		padding-left:0;
	}
}


/* 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;
}

.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 .bLed {
	color: #ff3300;
}
#dRecovery h3 {
	margin: 0 0 30px 0;
	padding: 12px 20px 10px;
	text-align: left;
	background:#448aca;
	color: #ffffff;
	font-size: 133.3%;
	font-weight: normal;
}

#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 p {
	margin: 0px 0px 16px 0px;
}

#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;
}



/*ul {
    list-style-position: inside;
}
ul li {
   padding-left: 1.4em;
    text-indent: -1.4em;
}*/
.notice_box .service {
	font-size: 16px;
	font-weight: bold;
	color: #E71E21;
}
@media screen and (max-width:479px){
	.notice_box .service {
		font-size: 12px ;
	}
}


/* 4: Layout Setting
=========================================================================================== */
#dRecovery .signboard {
	margin-bottom: 53px;
}
#dRecovery .signboard img {
	width:100%;
	height:auto;
	}
#dRecovery .signboard img.sp {
	display:none;
	}
#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 .signboard img.pc {
	display:none;
	}
	#dRecovery .signboard img.sp {
	display: inherit;
	}
	#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 .flowbox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 2px solid #448ac8;
	padding: 20px;
	border-radius: 5px;
}
#dRecovery .topFlowbox .img {
	display:none;
	}
#dRecovery .topFlowbox .txt {
	-webkit-flex: 4;
	flex: 4;
	font-size:155%;
	line-height: 1.4;
	/*font-weight: bold;*/
	margin: 52px 0 32px 180px;
    letter-spacing: -0.4px;
}

#dRecovery .flowbox .ttl {
	-webkit-flex: 1;
	flex: 1;
	color: #004b9c;
	font-size: 150%;
	font-weight: bold;
}

#dRecovery .flowbox .img {
	width: 200px;
	text-align: center;
}

#dRecovery .flowbox .txt {
	-webkit-flex: 4;
	flex: 4;
}

#dRecovery .flowbox .txt p:last-child {
	margin-bottom: 0 !important;
}



@media screen and (max-width:479px){
	#dRecovery .topFlowbox {
		flex-direction: column;
		padding: 0;
		background: none;
		border:2px solid #448aca;
		border-radius:10px;
	}
	#dRecovery .topFlowbox .img {
		display:inherit;
		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;
}
}



/* 7: PRICE
=========================================================================================== */
#dRecovery .priceSec ul.ok, ul.ng  {
	margin-left:30px;
	margin-bottom: 26px;
}
#dRecovery .priceSec ul.ok li:before {
	content: '〇';
	margin-left:-30px;
	margin-right: 5px;
	color: #ff4800;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;	
}
#dRecovery .priceSec ul.ng li:before {
	content: '×';
	margin-left:-30px;
	margin-right: 5px;
	color: #0c00ff;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;	
}

@media screen and (max-width:479px){
	#dRecovery .priceSec ul.ok, ul.ng  {
	margin-left:3em;
}
#dRecovery .priceSec ul.ok li:before {
	margin-left:-1.2em;
}
#dRecovery .priceSec ul.ng li:before {
	margin-left:-1.2em;
}
}



/* 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;
	}
}


/*-------------------------------------
　改修追加分（2017.11.2）
---------------------------------------*/
.br_sp {
		display: none;
	}
h2 {
	text-align: center;
	font-weight: normal;
}
p.index {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: #006ce8 2px solid;
	font-size: 2.0em;
	color: #666;
}
article {
	margin: 80px auto;
}
.catch {
	margin: 40px 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 2.0em;
}
.catch_fee {
	font-size: 1.4em;
	color: #ff0066;
}
.center_tex {
	margin: 15px 0 0 !important;
	text-align: center;
}
.servicemenu {
	margin: 30px auto;
	text-align: center;
	overflow: hidden;
}
.servicemenu ul {
	text-align: center;
}
.servicemenu ul li {
	margin: 0 8px 15px 0;
	display: inline-block;
}
.ng_box {
	margin: 20px 5px;
	padding: 15px;
	border: #ccc 2px dashed;
	overflow: hidden;
}
.ng_box img {
	margin: 0 40px 0 20px;
	float: left;
}
.ng_box p {
	margin: 5px 0 0 !important;
	float: left;
	width: 670px;
	font-size: 18px;
}
.notice_box {
	margin: 20px auto;
	padding: 15px 15px 15px 25px;
	background-color: #f4f4f4;
	width: 800px;
}
.notice_box ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
}
.ind_unit {
	margin: 0 20px;
}
.fee_box {
	margin: 20px auto 40px;
	padding: 20px 0;
	border: #ff0066 2px solid;
	color: #ff0066;
	font-size: 1.6em;
	text-align: center;
}

/*-----　　免責BOX　　-----*/
.menseki_box {
	display: block;
	width: 840px;
	margin: -15px auto 25px;
	padding: 0 20px;
}
label {
	display: block;
	padding :12px 20px;
	border-bottom: solid #ccc 1px;
	font-size: 1.0em;
	background :#e6e6e6;
	cursor: pointer;
	cursor: hand;
}
input {
	display: none;
}
.menseki_box ul {
	margin: 0;
	padding: 0;
	background :#ececec;
	list-style: none;
}
.menseki_box ul li {
	max-height: 0;
	font-size: 1.0em;
	border-bottom: none;
	overflow: hidden;
	transition-property: all;
	transition-duration: 0.5s;
	
}
#myMenu:checked ~ ul>li{
	max-height: 100%;
	opacity: 1;
}
#myMenu:checked ~ label .batsu{
	transform: rotate(0deg);
}
.menseki_tit {
	margin: 10px 35px;
	font-size: 14px;
}
.menseki_tit p {
	margin: 0 0 !important;
	font-weight: bold;
}
.menseki_tex {
	margin: 10px 35px;
	font-size: 12px;
}
p.link_tex {
	text-align: center;
}

/*-----　　サービスご利用について　　-----*/
.flow_box {
	
}
.flow_box ul {
	text-align: center;
}
.flow_box ul li {
	margin: 0 5px 0;
	display: inline-block;
}
.flow_box ul li.flow {
	border: 2px solid #448ac8;
    padding: 10px;
    border-radius: 5px;
	width: 260px;
	height: 170px;
	text-align: left;
	box-sizing: border-box;
	vertical-align: middle;
}
.flow_box ul li.bg_step1 {
	background: url(img/data-recovery_family/img_flow01.png?$staticlink$) no-repeat 90% 80%;
}
.flow_box ul li.bg_step2 {
	background: url(img/data-recovery_family/img_flow02.png?$staticlink$) no-repeat 90% 80%;
}
.flow_box ul li.bg_step3 {
	background: url(img/data-recovery_family/img_flow03.png?$staticlink$) no-repeat 90% 80%;
}
.step {
	color: #448ac8;
	font-size: 1.2em;
	font-weight: bold;
}

.page_next {
	margin: 40px 0 0 15px;
}
.page_next_r {
	margin: 40px 0 0 15px;
	text-align: right;
}
.page_next a, .page_next_r a {
	margin-right: 10px;
	font-size: 1.em;
	color: #ff0066;
}

/*-----　　データ復旧サービスの詳しい利用方法　　-----*/
.service_unit {
	
}
.service_box {
	margin: 0 auto;
	overflow: hidden;
	border: 2px solid #448ac8;
    padding: 10px;
    border-radius: 5px;
	width: 900px;
	/*height: 170px;*/
	text-align: left;
	box-sizing: border-box;
}
.service_box ul li {
	float: left;
}
ul li.service_step {
	margin: 15px 20px 0 10px;
	color: #448ac8;
	font-size: 1.6em;
	font-weight: bold;
	width: 230px;
	height: 140px;
}
ul li.bg_service_step1 {
	background: url(img/data-recovery_family/img_flow01.png?$staticlink$) no-repeat 90% 100%;
}
ul li.bg_service_step2 {
	background: url(img/data-recovery_family/img_flow02.png?$staticlink$) no-repeat 90% 70%;
}
ul li.bg_service_step3 {
	background: url(img/data-recovery_family/img_flow03.png?$staticlink$) no-repeat 90% 70%;
}
ul li.service_detail {
	margin: 15px 0;
}
.aos_box {
	margin: 15px 0 0;
	padding: 10px 20px;
	background-color: #E8E8E8;
	font-weight: bold;
	width: 280px;
}
.mt_service_detail {
	margin-top: 55px !important;
}
.arrow_box {
	margin: 10px auto;
	text-align: center;
}
.count_unit {
	margin: 40px auto 40px;
	padding: 20px 0;
	border: #ff0066 2px solid;
	text-align: center;
	width: 920px;
}
.count_tit {
	margin: 5px 0 15px;
	color: #ff0066;
	font-size: 1.6em;
	text-align: center;
}
.count_unit p.case {
	margin: 0 40px !important;
	text-align: left;
	font-size: 14px;
}

.tb_detail {
	margin: 10px auto;
	width: 920px;
}
.tb_detail table {
  border-collapse: collapse;
  width: 100%;
}
.tb_detail table th,
.tb_detail table td {
  padding: 10px;
  border: 1px solid #999;
}
.tb_detail table th {
  background-color: #eee;
  width: 30%;
}

.service_notice {
	margin: 0 20px;
}
.service_notice ul {
	margin: 10px 0 10px 20px;
}
.service_notice ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
}
/*.service_notice p {
	margin: 15px 0 0 20px !important;
}*/



@media screen and (max-width:479px){
	.br_pc {
		display: none;
	}
	.br_sp {
		display: block;
	}
	p.index {
		padding-bottom: 5px;
		font-size: 1.6em;
	}
	article {
		margin: 40px auto;
	}
	.catch {
		margin: 20px 0;
		padding: 0 10px;
		text-align: left;
		font-size: 1.2em;
		line-height: 1.6em;
	}
	.catch_fee {
		font-size: 1.2em;
	}
	.servicemenu {
		margin: 30px auto;
		padding: 0 10px;
	}
	.servicemenu ul li {
		margin: 0 5px 10px 0;
		width: 47%;
	}
	.center_tex {
		margin: 15px 0 0 !important;
		padding: 0 10px;
		text-align: left;
	}
	.ng_box {
		margin: 20px 5px;
		padding: 10px;
	}
	.ng_box img {
		margin: 0 auto 10px;
		float: none;
		text-align: center;
		display: block;
		width: 50%;
	}
	.ng_box p {
		margin: 5px 0 0 !important;
		float: none;
		width: 100%;
		font-size: 1.0em;
	}
	.notice_box {
		margin: 20px auto;
		padding: 0 10pc;
		padding: 12px 0;
		width: 97%;
	}
	.notice_box ul li {
		font-size: 12px;
		padding: 0 5px 0 10px;
	}
	.ind_unit {
		margin: 0 10px;
	}
	.fee_box {
		margin: 20px auto 40px;
		padding: 12px 0;
		font-size: 1.4em;
		line-height: 1.6em;
	}
	
	/*-----　　免責BOX　　-----*/
	.menseki_box {
		width: 97%;
		padding: 0 0;
	}
	label {
		padding :12px 10px;
	}
	.menseki_tit {
		margin: 10px 15px;
	}
	.menseki_tex {
		margin: 10px 10px;
	}
	
	/*-----　　サービスご利用について　　-----*/
	.flow_box ul li.flow {
		border: 2px solid #448ac8;
		padding: 20px;
		width: 90%;
		height: 150px;
		font-size: 1.4em;
	}
	.step {
		font-size: 1.4em;
	}

	/*-----　　データ復旧サービスの詳しい利用方法　　-----*/
	.service_box {
		padding: 0 10px;
		border-radius: 5px;
		width: 90%;
		text-align: left;
	}
	.service_box ul li {
		float: none;
	}	
	ul li.service_step {
		margin: 15px 20px 0 10px;
		width: 100%;
		height: 120px;
	}
	ul li.bg_service_step1 {
		background: url(img/data-recovery_family/img_flow01.png?$staticlink$) no-repeat 90% 10%;
	}
	ul li.bg_service_step2 {
		background: url(img/data-recovery_family/img_flow02.png?$staticlink$) no-repeat 80% 20%;
	}
	ul li.bg_service_step3 {
		background: url(img/data-recovery_family/img_flow03.png?$staticlink$) no-repeat 90% 60%;
	}
	ul li.service_detail {
		margin: 15px 0;
	}	
	.aos_box {
		margin: 5px 0 0;
		padding: 10px 10px;
		width: 92%;
		font-size: 1.2em;
	}
	.mt_service_detail {
		margin-top: 5px !important;
	}
	.arrow_box {
		padding: 0 10px;
	}
	.count_unit {
		margin: 20px auto;
		padding: 8px;
		width: 90%;
	}
	.count_tit {
		margin: 5px 0 15px;
		line-height: 1.4em;
		font-size: 1.4em;
	}
		.count_unit p {
		text-align: left;
	}
	.count_unit p.case {
		margin: 0 0 !important;
	}
	
	.tb_detail {
		margin: 10px auto;
		width: 95%;
	}
	.tb_detail table {
	　border-top: none;
	}
	.tb_detail table td {
		display: block;
		text-align: left;
	}
	.tb_detail table th {
		display: block;
		border-top: none;
		border-bottom: none;
		width: 93%;
		font-size: 1.2em;
	}
	.tb_detail table th,
	.tb_detail table td {
	  padding: 10px;
	  border: none;
	}
	.service_notice ul {
		margin: 15px 0 0;
	}
	.service_notice p {
		margin: 15px 0 0 !important;
	}	
	
}


