@charset "utf-8";
/* 以下　データ復旧保証サービス ＆
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

/*---------- base ----------*/
.contents{
	color:#333333;
	text-align: left;
	font-size:14px;
}
li{
	list-style: none;
}
li ul, li ol{
	padding-top: 0 !important;
}
img{
	vertical-align:bottom;
}
a{
	text-decoration: none;
}
a.blue{
	color:#2f83d1;
	text-decoration: underline;

}
a:hover{
	opacity: 0.7;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.clearfix{
	clear: both;
	content:"";
	display: block;
}
.footer{
	margin-bottom: -20px;
}

/*---------- header ----------*/
.header{
	min-height: 43px !important;
	margin: 0 auto 4px !important;
}


/*----- location Area -----*/
.fixed{
	height: 155px;
	background: #fff;
	position: fixed;
	width: 100%;
	border-top: 3px solid #666666;
	margin-top: -3px;
	z-index: 999;
}


/*----- location Area -----*/
.h-location{
	width:980px;
	margin:0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
#location {
	width: 610px;
	border:1px solid #eeeeee;
	background: #f7f7f7;
	padding: 0;
	margin:2px 0 15px;
	text-align: left;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#location ol {
	font-size: 12px;
}
.location-inside{
	border: 1px solid #ffffff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.l-btn li{
	margin-right:5px;
}
.l-btn a{
	display: block;
	width:116px;
	height:36px;
	color:#fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.nop{
	margin-right:0 !important;
}

/*----- Navigation -----*/
.nav{
	background:#8bbe1f;
}
.nav ol{
	width:980px;
	margin:0 auto 26px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.nav ol li{
	width:-webkit-calc(25% - 5px);
	width:calc(25% - 5px);
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background:#fff;
}
.nav ol li.open a{
	background:#6ba611;
}
.nav ol li.open a{
	pointer-events: none;
}
.nav ol li a{
	display: block;
	width:240px;;
	height: 56px;
	font-size:16px;
	color:#fff;
	text-align: center;
	padding-top:14px;
	background:#8bbe1f;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}


/*----- cvbtn -----*/
.cvbtn{
	background: #d1e295;
	width: 100%;
	padding: 70px 0 70px;
}
.cvbtn ul{
	width: 980px;
	margin: 0 auto;
	display: table;
	border-spacing: 30px 0;
}
.cvbtn li{
	display: table-cell;
	text-align: center;
}
.cvbtn .anno{
	width: 100%;
	margin: 1.5em auto 0;
	text-align: center;
	font-size: 14px;
}


/*----- Slide Banner -----*/
.top{
	font-size: 16px;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
.slider{
	margin-bottom:30px;
	position: relative;
	left: 50%;
	width: 3000px;
	height: 420px;
	margin-left: -1470px/*-1500px*/;
}
.top-txt {
	width:900px;
	margin:0 auto 65px;
	line-height: 1.6;
}
.custom-thumb{
	width:920px;
	margin:0 auto;
	background:#eeeeee;
	text-align: center;
	padding:10px 0;
}
.bx-wrapper {
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bxslider img{
  width: 100% !important;
  height: auto !important;
}

.next-btn{
  width: 50px;
  height: 50px;
  position: absolute;
  right:32.25%;
  top:50%;
  margin-top: -25px;
}
.prev-btn{
  width: 50px;
  height: 50px;
  position: absolute;
  left: 31%;
  top:50%;
  margin-top: -25px;
}
.bx-prev,.bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 100;
}

.slide.active {
  opacity: 1
}
.custom-thumb {
  padding: 20px 0 20px;
  text-align: center;
  margin: 0 auto 60px;
}
.custom-thumb a {
  display: inline-block;
  width: 196px;
  height: 84px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  letter-spacing: 0;
}
.custom-thumb a .mask_ {
  display: none;
  width: 196px;
  height: 84px;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 4px solid #8fc31f;
}
.custom-thumb a.active .mask_ {
  display: block
}


/*-------- Contents --------*/
.contents.fixedend{
	padding-top:180px;
}

/*-------- サービス内容 ※共通 --------*/
.service01 h2,.service02 h2, .step h2,#compare h2{
	text-align: center;
	border-bottom:2px solid #8bbe1f;
	padding-bottom:10px;
	margin: 0 auto 45px;
	width: 980px;
}
section .inner{
	width:900px;
	margin:0 auto;
}


/*-------- サービス内容01 --------*/
section.service01{
	background:#f5f6f4;
	padding:100px 0;
}
.service01 .txt{
	font-size:16px;
}

/*----- table -----*/
.service01 table{
	width:900px;
	background:#fff;
	margin:40px auto;
}
.service01 table th, .service01 table td{
	border: 3px solid #f5f6f4;
}
.service01 table th{
	color:#fff;
	font-weight: bold;
	background:#689d4b;
	/*height:40px;*/
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	/*padding-top:12px;*/
	padding: 10px 0;
}
.service01 table td{
	padding:10px 15px 30px;
	line-height: 1.6;
}
.service01 table ol li{
	margin-left:7px;
	line-height: 1.6;
}
.service01 table ol li::before{
	content:"・";
	margin-left:-7px;
}
.service01 table .green{
	background:#ecf5d6;
	font-weight:bold;
}


.service01 .s01txt, .support .s01txt{
	padding:24px 20px 24px 110px;
	background:url(/shopping/datarescue/images/icon01.png) no-repeat 30px center #ecf5d6;
	margin-bottom: 70px;
}
.service01 .s01txt span{
	font-weight: bold;
}

/*----- btn -----*/
.service01 .btn a{
	background:#1b1b1b;
	text-decoration: none;
	font-size:15px;
	width:440px;
	margin:40px auto 0;
	display: block;
	text-align: center;
	color:#fff;
	padding:18px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	line-height: 1;
}
.service01 .btn a::after{
	content: '＞';
	display: inline-block;
	padding-left: 2.5em;
	margin-right: -3em;
}


/*-------- アップセル_ワイド保証 --------*/
.upsell_wide{
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 3px solid #c5c7c4;
	background: #fff;
	padding: 30px 27px 50px;
	text-align: center;
}
.upsell_wide h2{
	border-bottom: 4px solid #d84349;
	width: auto;
	margin: 0 auto 20px;
	padding-bottom: 10px;
}
.upsell_wide .p02{
	margin: 30px auto 20px;
}
.upsell_wide .p04{
	margin: 20px auto 0;
}
.upsell_wide .p04_link{
	margin:5px 20px 40px;
	width:370px;
}
.upsell_wide .p04_link img{
	vertical-align: middle;
}

/*-------- サービス内容02 --------*/
section.service02{
	padding:100px 0;
}
.service02 h3{
	width:840px;
	border-left:6px solid #8bbe1f;
	font-size:18px;
	letter-spacing: 1px;
	padding: 10px 0 5px 9px;
	margin:25px auto 10px;
}
.service02 ol, .service02 p{
	width:820px;
	margin:0 auto;
}
.service02 ol{
	margin-left:60px;
}
.service02 ol li{
	list-style: disc;
}
.service02 ul.s02-list li{
	list-style: none;
}
.service02 ul.s02-list li::before{
	content: "・"
}
.service02 ul.list02{
	margin-left:60px;
}
.service02 span{
	color:#ff0000;
}

/*--- table ---*/
table.virustable{
	width:800px;
	margin: 15px auto;
}
table.virustable th,
.index .service02 table.virustable td,
.indexpop .service02 table.virustable td{
	padding:5px 10px;
	border:3px solid #fff;
}
table.virustable td{
	background: #f5f6f4;
}
table.virustable td.green{
	background: #ecf5d6;
	text-align: center;
}
table.virustable th{
	color:#fff;
	font-weight: bold;
	background:#689d4b;
	/*height:40px;*/
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	/*padding-top:12px;*/
	padding: 5px 0;
}



/*-------- サービス比較 --------*/
#compare{
	width: 980px;
	margin: 0 auto 100px;
	text-align: center;
}
#compare li{
	display: inline-block;
	margin-bottom: 32px;
}
#compare li:last-child{
	margin-left: 80px;
}
#compare .p04{
	margin: 20px auto 28px;
}
#compare .anno{
	text-align: right;
	padding-top: 1em;
	text-indent: -1em;
	padding-left: 1em;
}



/*----- modal -----*/
/*ポップアップここから*/
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label {
    cursor: pointer;
    margin-top: 5px;
    display: inline-block;
    color: #2f83d1;
    text-decoration: underline;
}
.popupModal1 > input:nth-child(1) + label:hover{
	opacity: 0.8;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 500px;
    height: 400px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
       transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
/*.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}*/
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
	max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
		width: 700px;
		height: 350px;
		padding: 30px;
    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
	 margin-left: 300px !important;
     margin-top: -160px !important;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どちらかチェックでポップアップ非表示 */
    display: none;
}
.modalPopup2 {
    -o-animation: fadeIn 1s ease 0s 1 normal;
       animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@-o-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}
.modalMain h4{
	font-size: 130%;
    text-align: center;
    margin: 15px auto;
	border-bottom: solid 2px #8bbe1f;
	padding-bottom: 10px;
}
.modalMain ul{
	width: 600px;
    margin: 0 auto;
}
.modalMain li{
	line-height: 2;
}
label#pop11{

}


/*----- contact -----*/
#contact{
	padding-top:65px;
	text-align: center;
}


/*----- termsmenu -----*/
section.termsmenu{
	background:#f8fbf2;
}
section.termsmenu ol{
	width:980px;
	margin:0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	text-align: center;
}
section.termsmenu ol a{
	color:#333;
	display: block;
	width:180px;
	height: 100%;
	padding:15px 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	line-height: 1.4;
	border-right:4px solid #fff;
	background:#e4e9d2;
}
section.termsmenu ol li.h4{
	width:260px;
	padding:24px 0;
	background:#f8fbf2;
}



/****以下 /datarescue/process.html
------------------------------------------------------------*/
.process-top, step inner{
	width: 980px;
	margin: 0 auto;
}

/*----- process -----*/
.process h1{
	margin-bottom: 65px;
}
.process-top dl{
	width:900px;
	margin:30px auto 75px;
	border: 3px solid #f5f6f4;
}
.process-top dt{
	background: #689d4b;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;
	font-size: 16px;
	font-size: 1.6rem;
	color:#fff;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 6px;
	line-height: 1.0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.process-top dt img{
	padding:0 1% 3px 0;
	vertical-align: middle;
}
.process-top dd{
	width:900px;
	font-size:14px;
	margin:0 auto;
	border: 3px solid #f5f6f4;
	padding:20px 25px 30px 45px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.process-top dd ol li{
	list-style: disc;
	line-height: 1.8;
}
.process-top dl ol li span{
	color:#fe1818;
}
.process-top dl ol li .tell{
	text-align: center;
}

/*----- step -----*/
.step{
	background: #f5f6f4;
	padding:100px 0 75px;
}
.step inner{
	width:980px;
}
.step ol{
	/*width:850px;*/
	margin: 0 auto;
}
.step ol li.clearfix{
	width: 850px;
	padding: 15px 25px;
	border:1px solid #c9c9c9;
	-webkit-border-radius: 10px;
			border-radius: 10px;
	background:#fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	/*margin-bottom: 30px;*/
	margin: 0 auto 30px;
	position: relative;
	min-height: 150px;
}
.step ol li.clearfix:after{
	position: absolute;
	width: 8px;
	height: 30px;
	content: url(../../datarescue/images/process-stepbg.png);
	bottom: -46px;
	visibility: inherit;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}
.step ol li.last:after{
	content: none;
}

.step ol li section{
	width: 590px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.step ol li h4{
	margin-bottom: 25px;
}
.step ol li figure{
	width:180px;
	display: inline-block;
	vertical-align: middle;
}
.step ol li figure img{
	padding:10px 0 10px 20px;
}
.step ol li p span.green{
	font-size: 22px;
	display: block;
	width: 590px;
	background: #ecf5d6;
	margin: 10px 0 15px;
	text-align: center;
	padding-bottom: 5px;
}
.step ol li p span.green .info{
	font-size: 50%;
}
.step ol li p span.small{
	display: block;
	font-size: 80%;
	line-height:1.4;
	padding-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
.step ol li p span.step-list{
	margin-left:15px;
	display: block;
}



/*****以下 /datarescue/faq.html
------------------------------------------------------------*/
#faq{
	width:980px;
	margin:0 auto 100px;
}
.faq-contents h2{
	width:920px;
	font-size:18px;
	letter-spacing: 1px;
	padding: 12px 0 8px 10px;
	margin:30px auto 10px;
	border: 1px solid #6ba611;
	background:#8bbe1f;
	color:#fff;
	text-align: left;
}
.question{
	width:900px;
	margin:0 auto;
}
.question dt:first-child {
	border-top: none;
}
.question dt {
	position: relative;
	padding: 5px 60px 5px 5px;
	border-top: 1px dashed #cccccc;
	cursor: pointer;
}
.question dt::after {
	position: absolute;
	top: 40%;
	right: 30px;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 9px solid #333333;
}
.question dt.active::after {
	border-top: none;
	border-bottom: 9px solid #333333;
}
.question dd{
	display: none;
	border: 1px solid rgb(228, 233, 210);
	background: rgb(248, 251, 242);
	padding: 15px 15px 10px;
	margin: 0px 10px 10px;
}
#faq a{
	color:#2f83d1;
	text-decoration: underline;
}

/*----- contact -----*/
#faq #contact{
	margin-bottom:70px;
}



/*****以下 /datarescue/terms.html
------------------------------------------------------------*/

body.terms .bodyarea{
	margin-top:180px;
}

/*----- location -----*/
.terms-location{
	width:980px;
	margin:0 auto;
}
.terms-location #location {
	width: 980px;
	border:1px solid #eeeeee;
	background: #f7f7f7;
	padding: 0;
	margin:8px 0 15px;
	text-align: left;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
}
.terms-location .location-inside{
	border: 1px solid #ffffff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*----- content -----*/
.terms h1{
	width: 980px;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 6px 0 2px 15px;
	margin: 25px auto 10px;
	border: 1px solid #6ba611;
	background: #8bbe1f;
	color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.terms_ul-list{
	display: flex;
	width:980px;
}
.terms ul.alignleft li{
	line-height: 1.6;
	margin-bottom: 0;
}
.terms ul.alignleft li a{
	text-decoration: underline;
}
.terms .contentsarea{
	margin:0 auto;
	font-size: 14px;
	line-height: 1.5;
}
.terms .terms-inner h2{
	margin: 20px auto 0;
	width: 900px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.terms .terms-inner h3{
	width: 900px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin:0 auto;
	padding:15px 0 15px 30px;
}
.terms .terms-inner > p, .terms-inner > div{
	width: 900px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin:0 auto;
}
.terms .terms-inner > ol{
	width: 900px;
	margin:0 auto;
	padding:15px 0 0 30px;
}
.terms .terms-inner > ol > li{
	width:850px;
	margin:0 0 10px 30px;
	list-style: none;
}
.terms .terms-inner > ol > li::before{
	margin-left:-18px;
}
.terms .terms-inner ol > li.list01::before{
	content:"1. ";
}
.terms-inner ol > li.list02::before{
	content:"2. ";
}
.terms-inner ol > li.list03::before{
	content:"3. ";
}
.terms-inner ol > li.list04::before{
	content:"4. ";
}
.terms-inner ol > li.list05::before{
	content:"5. ";
}
.terms-inner ol > li.list06::before{
	content:"6. ";
}
.terms-inner ol > li.list07::before{
	content:"7. ";
}
.terms-inner ol > li.list08::before{
	content:"8. ";
}
.terms-inner ol > li.list09::before{
	content:"9. ";
}
.terms-inner ol.number{
	padding-left: 2em;
	text-indent: -2em;
	width:850px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.terms .terms-inner ol.number li{
	margin-bottom: 0;
}
.terms .terms-inner ol li.n01::before{
	content:"(1) ";
}
.terms .terms-inner ol li.n02::before{
	content:"(2) ";
}
.terms .terms-inner ol li.n03::before{
	content:"(3) ";
}
.terms .terms-inner ol li.n04::before{
	content:"(4) ";
}
.terms .terms-inner ol li.n05::before{
	content:"(5) ";
}
.terms ol ol{
	margin:5px 0;
}
.terms ol ol li{
	list-style: none;
}
.terms ol ol li::before{
	content:"・";
}




/*以下 /datarescue/indexpop.html
------------------------------------------------------------*/
.indexpop .contents{
	margin:30px auto;
}
.indexpop .close{
	margin-top: 40px;
	text-align: center;
}




/*****以下 /datarescue/list.html
------------------------------------------------------------*/
.list{
	font-size: 14px;
}
.list h1{
	margin-bottom: 20px;
}
.list h2{
	width: 980px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 12px 0 8px 10px;
	margin: 25px auto 10px;
	border: 1px solid #6ba611;
	background: #8bbe1f;
	color: #fff;
	text-align: left;
}
.iconArrow02{
	margin-bottom: 30px;
}

/*----- table -----*/
#modallist{
	margin-top: 30px;
}
#modellist h3{
	font-size: 18px;
	border-left: 7px solid #999;
	line-height: 1.5;
	padding: 2px 0 0 7px;
	margin-bottom: 5px;
}
#modellist p{
	text-align: right;
	margin-bottom: 15px;
}
#modellist p img{
	vertical-align: middle;
	padding-left: 5px;
}
.list .table_form{
	border:1px solid #999999;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:5px;
	width:100%;
	font-size: 14px;
	line-height: 1.4;
}
.list table.table_form th,td{
	border:1px solid #999999;
	padding:10px 15px;
	text-align:left;
}
.list table.table_form thead th{
	background-color: #cdedc8!important;
	text-align: center;
}
.list table.table_form tbody th{
	white-space: nowrap;
	width: 20%;
}
.entryBtnArea,.tabClose {
	text-align:center;
	padding:15px 0;
}
.tabClose img{
	cursor:pointer;

}

.search{
	background:url(/warranty/images/bg_img.gif) repeat-x top left;
	margin:5px;
	border:1px solid #b8b8b8;
	}
.search .title{
	float: left;
	margin-right:20px;
	}
.search .innerblock{
	padding:15px;
	margin:0 !important;
	}
span.highlight{
	background: #FFAAAA;
	font-weight: bold;
	margin:0;
	padding:0;
	}
.search_window input[type="text"]{
	height:1.6em;
	font-size:110%;
	line-height:1.6em;
	vertical-align:middle;
	}
.search .title p{
	font-size:110%;
	font-weight:bold;
	margin:5px 0 0 20px;
	}
div.search_window input[type="button"] {
	height: 1.6em;
	font-size: 110%;
	font-weight: bold;
	vertical-align: middle;
	margin-left:5px;
	}
.serch_type{
	float: right;
	padding: 0 5px 2px 18px;
	text-align:right;
	background: url(/warranty/images/main_icon_arrow.gif) no-repeat 0 0;
	}
.serch_type.edion{
	float: none;
	text-align:left;
	}





/* 以下　ウイルス駆除保証サービス
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/


/*****以下 /virusclean/index.html
------------------------------------------------------------*/

/*----- top -----*/
.virusclean .top{
	width:980px;
	margin:0 auto;
}
.virusclean .top p{
	width: 900px;
}
.virusclean .top .lead{
	margin:70px auto;
	text-align: inherit;
	font-size:16px;
}
.virusclean .bnr_area{
	margin: 20px auto;
}
.virusclean .bnr_area .anno{
	width: 100%;
	margin: 0.45em auto 0;
	text-align: right;
	font-size: 12px;
}


/*-------- support --------*/
.support{
}

/*----- こんな方におすすめのサービスです -----*/
.support .support-inner{
	background: #e4e9d2;
	padding:65px 0 125px;
	position: relative;
}
.support h3{
	width:480px;
	border-bottom: solid 2px #8bbe1f;
	text-align: center;
	margin:0 auto 50px;
	padding-bottom: 10px;
}
.support .support-inner ol{
	width:880px;
	margin:0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.support .support-inner ol li{
	width:245px;
	height: 150px;
	position: relative;
}
.support .support-inner ol li.hkds01{
	background: url("../../virusclean/images/hukidasi03.png") no-repeat;
}
.support .support-inner ol li.hkds02{
	background: url("../../virusclean/images/hukidasi02.png") no-repeat;
}
.support .support-inner ol li.hkds03{
	background: url("../../virusclean/images/hukidasi03.png") no-repeat;
}
.support .support-inner ol li p{
	width:245px;
	text-align: center;
	position: absolute;
	top:45%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
}
.support .support-inner ol li img{
	position: absolute;
    bottom: -40px;
    left: -20px;
}

/*--- サポートリスト ---*/
.support .support-txt{
	text-align: center;
	background: url("../../virusclean/images/bg2.png") no-repeat center -25px;
	padding-bottom: 75px;
}
.support .support-list{
	width: 940px;
	margin: 0 auto 110px;
}
.support .border{
	border:4px dotted #dcdcdc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.support .border .flex{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.support .border div{
	padding:15px 35px;
}
.support .border p{
	text-align: center;
}
.support .border p span{
	display: block;
	margin:10px 0 25px;
}
.support .border.left{
	width: 625px;
	float: left;
}
.support .border.right{
	width: 310px;
	float:right;
}


/*-------- virusclean service01 --------*/
.virusclean .service01 .inner{
	width:980px;
	margin:0 auto;
}
.virusclean .service01 .inner .txt{
	width:900px;
	margin:0 auto;
}
.virusclean .service01 .inner span.red{
	color:#ff0000;
	font-size: 16px;
}

.virusclean .service01 .inner section{
	width: 610px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.virusclean .service01 .inner ol{
	margin:45px auto 20px;
}
.virusclean .service01 .inner ol li{
	border:3px solid #c5c7c4;
	background:#fff;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.virusclean .service01 .inner ol li:last-child{
	margin-bottom: 10px;
}
.virusclean .service01 .inner ol li h4{
	height: 86px;
	padding:3px;
}
.virusclean .service01 .inner ol li figure{
	/*float:right;*/
	/*padding-right:20px;*/
	vertical-align: middle;
	display: inline-block;
}
.virusclean .service01 .inner ol li p{
	margin:15px 30px 30px 35px;
}
.virusclean .service01 .inner ol li p span.small{
	display: block;
    margin-top: 25px;
    font-size: 80%;
    line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}
.virusclean .service01 .inner .text-right{
	margin-bottom: 0;
}

.virusclean .service01 .inner .anno{
	text-align: right;
	font-size: 11px;
	margin-bottom: 20px;
}
.support .inner .s01txt{
	margin-bottom: 110px;
}


/*-------- service02 --------*/
.virusclean .service02{
	padding: 100px 0 90px;
}





/*****以下 /virusclean/process.html
------------------------------------------------------------*/
.virusclean .bnr_link_text li {
	margin-top: 10px;
}
.virusclean .bnr_link_text li a {
	display: block;
}
.virusclean .bnr_link_text li a:hover {
	opacity: 0.7;
}
.virusclean .step ol li.clearfix .small{
	font-size:11px;
	font-size:80%;
}
.virusclean .step ol li.clearfix ul{
	background:#eeeeee;
	padding:15px !important;
	margin: 10px 0 10px;
}
.virusclean .step ol li.clearfix ul li{
	list-style: none;
	line-height: 1.6;
	padding-left: 25px;
	text-indent: -20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.virusclean .step ol li.clearfix ul li.nop{
	margin-bottom: none !important;
}
.virusclean .step ol li.clearfix ul.ul-list01 li.list01::before{
	content:"(1) ";
}
.virusclean .step ol li.clearfix ul.ul-list01 li.list02::before{
	content:"(2) ";
}
.virusclean .step ol li.clearfix ul.ul-list01 li{
	padding-left: 25px;
	text-indent: -25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.virusclean .step ol li.clearfix ul.ul-list02 li::before{
	font-weight: bold;
}
.virusclean .step ol li.clearfix ul.ul-list02 li.list01::before{
	content:"①";
}
.virusclean .step ol li.clearfix ul.ul-list02 li.list02::before{
	content:"②";
}
.virusclean .step ol li.clearfix ul.ul-list02 li.list03::before{
	content:"③";
}
.virusclean .step ol li.clearfix ul li .bold{
	font-weight: bold;
}
.virusclean .step ol li.clearfix ul li  ol{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/*width:750px;*/
}
.virusclean .step ol li.clearfix ul li.nop ol li{
	list-style: disc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-left:1em;
	padding-left: 0;
	text-indent: 0;
	/*padding: 0;*/
}
.virusclean .step ol li.clearfix ul li  ol li .red{
	color:#ff0000;
}




/*****以下 /virusclean/indexpop.html
------------------------------------------------------------*/
.indexpop.virusclean .contents{
	margin: 0 auto;
	padding:30px 0 50px;
}
.indexpop.virusclean .top{
	width: 980px;
	margin:0 auto;
}





/*****以下 /monthly/terms.html
------------------------------------------------------------*/
.monthly-terms #location{
	width:980px;
}
.monthly-terms .terms-inner{
	font-family: Arial, Verdana, "Lucida Grande", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
}
.monthly-terms ul.alignleft li{
	margin-bottom: 0;
	list-style: none;
	line-height: 1.7;
	text-decoration: underline;
}






/*-------- 191210プレスリリース用 --------*/
#header_info{
background:#fff;
padding-bottom:1em;
font-size:20px;
}

.header_inner_{
background:#cc2029;
color:#fff;
padding:1em;
}
