@charset "utf-8";
/* CSS Document */

/*PC表示*/
@media only screen and (min-width: 960px){
/*共通*/
html, body {
	display: block;
    width: 100%;
    line-height: 2;
	box-sizing: border-box;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
}
.wrapper{
    width: 100%;
    border-top: 10px solid #191970;
}
.header_area{
    width: 100%;
}
.header_top {
    width: 960px;
    overflow: hidden;
    background: #fff;

    padding: 10px;
    margin: 0 auto;
}
.header_l{
    width: 560px;
    float: left;
    overflow: hidden;
}
/*-------------- ロゴエリア --------------*/
#logo {
    width: 220px;
    height: 160px;
    padding: 0 10px;
    color: #191970;
    float: left;
    margin-right: 40px;
}
#logo h1{
    font-size: 18px;
    margin: 0 0 10px 0;
}
.motto{
    display: block;
    font-weight: 300;
    margin: 10px 0;
}
.tb_text{
   width: 160px;
    float: right;
}
/*-------------- コンタクトエリア --------------*/
.contact_area{
    overflow: hidden;
    width: 545px;
    float: right;
    margin-bottom: 0;
}
.mail_contact{
    width: 260px;
    float: left;
    overflow: hidden;
    margin-right: 1rem;
    background: #f5f5f5;
    border: 1px solid #cdcdcd;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
}
.mail_contact a img{
    width: 68px;
    float: left;
    margin-right: 10px;
}
.tel_contact{
    width: 360px;
    float: right;
    overflow: hidden
}
.tel_list{
     list-style: none;
    margin-bottom: 20px;
}
.tel_contact li a{
    display: inline-block;
    color: #323232;
    text-decoration: none;
}
.t_office{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    margin-left: 0.6rem;
}
.o_office{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    margin-left: 0.6rem;
}
.o_tel_contact a{
    display: block;
    text-decoration: none;
    color: #323232;
    font-size: 24px;
}

.message{
    color: #192A83;
    font-weight: 600;
    font-size: 16px;
}
/*-------------- g_nav --------------*/
.navi{
    clear: both;
    margin-bottom: 2.66%;
}
.gnav_pc{
    display: block;
}
.gnav_pc ul{
    overflow: hidden;
    border-bottom: 10px solid #d4d4d4;
}
.gnav_pc li{
    display: inline-block;
    margin-right: 1rem;
    padding: 10px;
}
.gnav_pc li a{
    display: inline-block;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.navToggle{
    width: 50px;
    height: auto;
    float: right;
}
.gnav_sp{
    display: none;
}
.navToggle{
    display:none;
}
/*-------------- mv --------------*/
.sp_text{
    background-color: rgba(0,0,0,0.7);
    padding: 1rem;
}
.sp_text h2{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.sp_text p{
    color: #fff;
    font-size: 16px;
}
.sp_text{
    display:none;
}
/*-------------- ページ表題 --------------*/
.mv{
    position: relative;
    width: 100%;
    margin-bottom: 1.66%;
}
.mv img{
    width: 100%;
    height: auto;
}
.mv h1{
    position: absolute;
    width: 30%;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    top: 18%;
    left: 36%;
    font-weight: 300;
    background: linear-gradient(to top, rgb(137, 184, 255), #1e90ff);
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.mv h2{
  position: absolute;
  color: #4c4c4c;
  font-size: 26px;
  font-weight: bold;
  top: 44%;
  left: 42%;
  text-shadow: white 1px 2px 2px;
}
.mv_tb{
    display: none;
}
/*-------------- パンくず --------------*/
.breadcrumb {
    width: 960px;
    text-align: left;
    margin: 0 auto 20px;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-size: 12px;

}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}

.gnav_pc ul{
    overflow: hidden;
    border-bottom: 10px solid #d4d4d4;
}
.gnav_pc li{
    display: inline-block;
    margin-right: 1rem;
    padding: 10px;
}
.gnav_pc li a{
    display: inline-block;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.navToggle{
    width: 50px;
    height: auto;
    float: right;
}
.gnav_sp{
    display: none;
}
.navToggle{
    display:none;
}
/*-------------- mv --------------*/
.sp_text{
    background-color: rgba(0,0,0,0.7);
    padding: 1rem;
}
.sp_text h2{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.sp_text p{
    color: #fff;
    font-size: 16px;
}
.sp_text{
    display:none;
}
/*-------------- ページ表題 --------------*/
.mv{
    position: relative;
    width: 100%;
    margin-bottom: 1.66%;
}
.mv img{
    width: 100%;
    height: auto;
}
.mv h1 {
    position: absolute;
    width: 30%;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    top: 18%;
    left: 36%;
    font-weight: 300;
    background: linear-gradient(to top, rgb(137, 184, 255), #1e90ff);
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.mv h2{
  position: absolute;
  color: #4c4c4c;
  font-size: 26px;
  font-weight: bold;
  top: 46%;
  left: 40%;
  text-shadow: white 1px 2px 2px;
}
.mv_tb{
    display: none;
}
/*-------------- パンくず --------------*/
.breadcrumb {
    width: 960px;
    text-align: left;
    margin: 0 auto 20px;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-size: 12px;

}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}

/*-------------- メインコンテンツ --------------*/
.main{
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
.wrap{
    padding: 0 10px;
}
section.content{
    width: 960px;
    margin: 0 auto 20px;
}
.content h3{
    background-color: #00608d;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}
.content h4{
    font-size: 20px;
    color:#323232;
    border-left: 2px solid #323232;
    padding: 10px;
    margin-bottom: 40px;
    background: #f5f5f5;
}
.chapter{
    margin-bottom: 20px;
}
/*-------------- ハードディスクの復旧 --------------*/
.media_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.media_box h4{
    border-left: 4px solid #191970;
    padding-left: 1rem;
    margin-bottom: 40px;
    font-size: 20px;
}
.media_text{
    margin-bottom: 20px;
}
.media_text p span{
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.media_case{
    margin_bottom: 20px;
}
.media_img {
    width: 400px;
    float: right;
    margin-left: 20px;
}
.media_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
hr{
     height: 1px;
     background-color: #dcdcdc;
     width: 100%;
     border: none;
}
.comment{
    padding-top: 1rem;
    font-size: 14px;
    color: #6b6b6b;
    text-align: right;
}
/*-------------- ハードディスクの故障の前兆 --------------*/
.precursor_case{
    margin-bottom: 20px;
}
.precursor_text {
    width: 50%;
    float: left;
    margin-right: 20px;
}
.precursor_text{
    margin-bottom: 20px;
}
.precursor_list{
    width: 60%;
    background-color: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}
.precursor_list li{
    margin-bottom: 10px;
}
.precursor_list li a{
    text-decoration: none;
    color: #191970;
}
.precursor_list li a:before{
    display: inline-block;
    content: "■";
    color: #87cefa;
    font-size: 8px;
    padding: 0 10px;
}
    
.precursor_list li span{
    font-size: 8px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
/*-------------- ハードディスクのトラブル --------------*/
#heat_box{
    margin-bottom: 40px;
}
#heat_box h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}
#heat_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.lead{
    line-height: 2;
    margin-bottom: 20px;
}
.heat_list{
    margin-bottom: 1rem
}
.heat_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.prevent_list{
    margin-bottom: 1rem;
}
.prevent_list dt{
    padding: 0.4rem;
    font-size: 22px;
    font-weight: 600;
    color: #494949;
    border-bottom: solid 2px #add8e6;
    margin-bottom: 1rem;
}
.prevent_list dd span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.heat_area{
    margin-bottom: 20px;
}
.heat_area h5{
    border-bottom: 2px solid #1e90ff;
    color: #6b6b6b;
    margin-bottom: 40px;
    font-size: 18px;
    padding-left: 1rem;
}
.heat_area h6{
    font-size: 16px;
    color: #6b6b6b;
    padding: 10px;
    box-sizing: border-box;
	border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}
.heat_container{
    overflow: hidden;
}
.heat_list{
    width: 60%;
    float: left;
    background: #f5f5f5;
    padding: 10px;
    margin-right: 20px;
    box-sizing: border-box;
}
.heat_list li{
    margin-bottom: 10px;
}
.heat_list li:before{
    display: inline-block;
    content: "■";
    color: #87cefa;
    font-size: 8px;
    padding: 0 10px;
}
.heat_container_img{
    width: 200px;
    float: right;
}
.os_area{
    margin-bottom: 40px;
}
.os_area h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}
.os_area h6{
    font-size: 22px;
    color: #6b6b6b;
	border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}
.os_list span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.os_container{
    overflow: hidden;
}
.os_list{    
    padding: 10px;
    width: 60%;
    background: #f5f5f5;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
}
.os_list li{
    margin-bottom: 10px;   
}
.os_list li:before{
    display: inline-block;
    content: "■";
    color: #87cefa;
    font-size: 8px;
    padding: 0 10px;
}
.os_container_img{
    width: 200px;
    float: right;
}
.os_container_img img{
    display: block;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}  

    
/*-------------- ハードディスクのトラブル --------------*/
#strange_sound_box{
    margin-bottom: 40px;
}
#strange_sound_box h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    margin-bottom: 40px;
    font-size: 18px;
    padding: 10px;
}
#strange_sound h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.strange_sound_area{
    margin-bottom: 40px;
}
.strange_sound_area h6{
    font-size: 22px;
    color: #6b6b6b;
	border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}
.strange_sound_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.strange_sound_container{
    overflow: hidden;
}
.strange_sound_list{
    width: 60%;
    padding: 10px;
    background: #f5f5f5;
    float: left;
    margin-right: 20px;
}
.strange_sound_list li{
    margin-bottom: 10px;
}
.strange_sound_list li:before{
    display: inline-block;
    content: "■";
    color: #87cefa;
    font-size: 8px;
    padding: 0 10px;
}
.strange_sound_container_img{
    width: 200px;
    float: left;
}
#freeze_box{
    margin-bottom: 40px;
}
#freeze_box h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}
#freeze_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.freeze_area{
    margin-bottom: 4rem;
}
.freeze_area h6{
    font-size: 16px;
    color: #6b6b6b;
    padding: 10px;
    box-sizing: border-box;
	border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}
.freeze_area_list{
    margin-bottom: 20px;
}
.freeze_area_list dt{
    display: inline-block;
    padding: 0.4rem 1rem;
    border: 1px dashed #6495ed;
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 1.4rem;
}
.freeze_list{
    width: 60%;
    background-color: #f5f5f5;
    padding: 10px;
}
.freeze_list li{
    margin-bottom: 10px;   
}
    
.freeze_list li a{
    text-decoration: none;
    color: #4169e1;
}
.freeze_list li a:before{
    display: inline-block;
    content: "■";
    color: #87cefa;
    font-size: 8px;
    padding: 0 10px;
}
.memory_list{
    overflow: hidden;
}
.memory_text{
    width: 70%;
    float: left;
}
.memory_img{
    width: 200px;
    float: right;
}
.memory_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
/*-------------- RAIDの復旧 --------------*/
#raid_box{
    margin-bottom: 40px;
}
#raid_box h4 {
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
}
#raid_box h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}
#raid_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.raid_case{
    overflow: hidden;
    margin-bottom: 40px;
}
.raid_img{
    width: 400px;
    float: right;
    margin-left: 20px;
}
.raid_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.link_btn{
    width: 50%;
    margin: 40px auto 40px;
}
.link_btn a{
    display: block;
    width: 100%;
    text-decoration: none;
    background: #4682b4;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    background-image: url("../images/arrow_right_w.png");
    background-size: 8px auto; 
    background-repeat: no-repeat;
    background-position: right 10px center;
    box-sizing: border-box;
}
.raid_list{
    margin-bottom: 20px;
}
.raid_list dt{
    display: inline-block;
    background-color:#66cdaa;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin-bottom: 40px;
}
/*-------------- NASの復旧 --------------*/
#nas_box{
    margin-bottom: 40px;
}
#nas_box h4 {
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
}
#nas_box h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}
#nas_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.nas_case{
    overflow: hidden;
    margin-bottom: 20px;
}
.nas_img{
    width: 400px;
    float: right;
    margin: 0 0 0 20px;
}
.nas_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.nas_list{
    margin: 40px 0;
}
.nas_list dt{
    display: inline-block;
    background-color:#66cdaa;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin-bottom: 1rem;
}
.nas_connection_case{
    overflow: hidden;
    margin-bottom: 20px;
}
.nas_connection_case h6{
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #5c5c5c;
    border-bottom: 2px solid #9c9c9c;
    background-color: #ececec;
    border-radius: 10px;
    margin-bottom: 20px;
}
.nas_connection_img{
    width: 400px;
    float: left;
    margin-right: 20px;
}
.nas_connection_img img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;    
}
.nas_connection_text{
    width: 56%;
    float: right;
}
.nas_trouble_list{
    margin-bottom: 20px;
}
.nas_trouble_list li{
    margin-bottom: 10px;
}
.nas_trouble_list li:before{
    display: inline-block;
    content: "■";
    color: #87cefa;
    font-size: 8px;
    padding: 0 10px;
}
.nas_trouble_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.trouble_box{
    overflow: hidden;
    margin-bottom: 40px;
}
.trouble_img{
    width:400px;
    float:right;
}
.trouble_text{
    width:50%;
    float: left;
    margin-right: 20px;
}
.contact_btn{
    width: 100%;
    margin-bottom: 40px;
}
.contact_btn a{
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    background-color: #4682b4;
    border-bottom: solid 3px #191970;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
}
.order_btn{
    width: 100%;
    margin-botto: 40px;
}
.order_btn a{
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    background-color: #cd5c5c;
    border-bottom: solid 3px #800000;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
}
/*-------------- デジカメ・メモリーカードの復旧 --------------*/
#camera_box{
    margin-bottom: 40px;
}
#camera_box h4{
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
}
#camera_box h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
}
#camera_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.camera_case{
    overflow: hidden;
    margin-bottom: 20px;
}
.camera_img{
    width: 400px;
    float: right;
    margin-left: 20px;
}
.camera_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.button_box{
     width: 50%;
    margin: 40px auto 60px;
}
    
/*-------------- その他の復旧 --------------*/
#other_box{
    margin-bottom: 40px;
}
#other_box h4{
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
}
#other_box h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
#other_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.other_case{
    overflow: hidden;
    margin-bottom: 20px;
}
.other_img{
    width: 400px;
    float: right;
    margin-left: 20px;
}
.other_img img{
    width: 100%;
    height: auto;
    border: 1px solid #dcdcdc;
}
.once h6,.rewritable h6{
    display: inline-block;
    background-color: #fa8072;
    padding: 10px 20px;
    border-radius: 100vh;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    box-sizing: border-box;
}
.once_pc{
    display: block;
    margin-bottom: 20px;
}
.once_sp{
    display: none;
}
.re_pc{
    display: block;
    margin-bottom: 20px;
}
.re_sp{
    display: none;
}
/*-------------- コンタクトボタン --------------*/
.contact_button{
    background-color: #ece6e6;
    width: 450px;
    margin: 0 auto 2.6rem;
    padding: 1.66%;
}
.contact_button h5{
    color: #0a0a5f;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: left;
}
.contact_button h5 span{
    color: #2b2b2b;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2.66%;
    text-align: left;
}
.contact_list{
    list-style: none;
    margin: 0 auto;
    width: 80%
}
.t_tel{ 
    margin-bottom: 20px;
}
.o_tel{
margin-bottom: 20px;
}
.m_contact{
    margin-bottom: 20px;
}
.t_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    padding-left: 20px;
}
.o_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    padding-left: 20px;
}
.m_contact a{
    display: block;
    width: 80%;
    text-decoration: none;
    color: #fff;
    background-color: #bb3b3b;
    border-radius: 6px;
    padding: 2.66%;
    text-align: center;
    margin:  0 auto;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/mail_icon.png");
    background-size: 32px 24px;
    background-repeat: no-repeat;
    background-position: left 1rem center;
}
.number{
    display: inline-block;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/free_tel.png");
    background-repeat: no-repeat;
    padding-left: 4rem;

}
.office_name{
    color: #4c4c4c;
    font-size: 18px;
    margin-left: 2.66%;
}

/*-------------- コーポレートページ・大阪ページへのリンクボタン --------------*/
.link_box{
    width: 80%;
    margin: 0 auto 60px;
    overflow: hidden;
}
.c_button{
    width: 48%;
    float: left;
    margin-right: 4%;
}
.c_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #00608d;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.o_button{
    width:48%;
    float: right;
}
.o_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #00608d;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.estimate{
    overflow: hidden;
}
.estimate p{
    width: calc(100% - 320px);
    float: left;
}
.estimate img{
    display: block;
    width: 300px;
    float: left;
    margin-left:20px;
}
.privacy{
    overflow: hidden;
    margin-bottom: 2.66%;
}
.privacy img{
    display: block;
    width: 300px;
    float: left;
    margin-right:20px;
}
.privacy p{
    width: calc(100% - 320px);
    float: left;
}
/*------------------ セキュリティ ------------------*/
.certificate{
    margin-bottom: 20px;
}
.certificate p{
    margin-bottom: 20px;
}
.certificate_wrap{
    overflow: hidden;
    width: 80%;
    margin: 0 auto 40px;
}
.certificate_box1{
    width: 48%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 4%;
}
.certificate_box1 figcaption{
    font-size: 18px;
    font-weight: 600;
}
.certificate_box1 img{
    display: block;
    width: 50%;
    height: auto;
    background: #fff;
    padding: 6px;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2{
    width: 48%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.certificate_box2 img{
    display: block;
    width: 36%;
    height: auto;
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 4px; 
    padding: 6px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2 figcaption{
    font-size: 18px;
    font-weight: 600;
}
.service{
    display: block;
    width: 100%;
    font-family:'arial black',"sans-serif";
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    border-top: 1px solid #dcdcdc;
    padding-top: 16px;
    margin-bottom: 4px;
}
.service_text{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 2.3;
    color: #323232;
}
.service_list{
    width: 100%;
}
.service_list li{
    width: 100%;
    font-size: 14px;
    color: #323232;
    margin-bottom: 4px;
}

/*---------------- 上へ戻るボタン ----------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;

    z-index: 99;
}
#page-top a {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.8);
    text-decoration: none;
    color: #0d6fb8;
    border: 1px solid #0d6fb8;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease;
    background-image:  url("../images/arrow_top.png");
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
/*-------------- footer --------------*/
footer{
    width: 100%;
    padding: 10px;
    background-color: #191970; 
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.footer_nav{
    width: 960px;
    padding: 10px;
    margin: 40px auto 40px;
    overflow: hidden;
}
.nav_box{
    width: 30%;
    float: left;
    margin: 0 2% 0 0;
}
.nav2_box{
    width: 30%;
    float: left;
    margin: 0 0 0 2%;
}
.nav2_box li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.nav2_box li a{
    display: block;
    width: 100%;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    background-image: url("../images/list-mark.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}
.nav_box li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
 }
.nav_box li a{
    display: block;
    width: 100%;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    background-image: url("../images/list-mark.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}
 .nav_box li a:hover,.nav2_box li a:hover{
    color:#b2b2b2;
}
footer small {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    clear: both;
    text-align: center;
}
}
/*-------ここからスマホ用css------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 639px){
html, body {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 2;
    box-sizing: border-box;
}
.wrapper{
    width: 100%;
    box-sizing: border-box;
}
.header{
    width:100%;
    position: fixed;
    margin-bottom: 400px;
    border-top: 10px solid #191970;
    padding: 0;
    box-sizing: border-box;
}
.header_top{
    width: 100%;
    border-top: 10px solid #191970;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: -10px;
    background: #fff;
}
.mail_contact{
    display: none;
}
.tel_contact{
    display: none;
}
/*-------------- ロゴエリア --------------*/
#logo {
    width: 260px;
    height: auto;
	float: left;
    padding: 0 10px;
    color: #191970;
}
#logo h1{
    font-size: 18px;
    margin: 0 0 10px 0;
}
main{
    width: 100%;
    padding-top: 20px;
}
.motto{
    display:none;
}
/*-------------- コンタクトエリア --------------*/
.contact_area{
    display: none;
}
span.motto{
    display: block;
}
.sp_text {
    display: block;
    background-color: #6b6b6b;
    padding: 10px;
}
.sp_text h1 {
    display: block;
    color: #6b6b6b;
    text-align: center;
    background-color: #fff;
    border-radius: 120px;
    font-weight: 600;
    font-size: 14px;
    padding: 0.1rem 0.4rem;
    margin: 0 auto;
}
.sp_text h2{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-top: 0.4rem;
}
.gnav_sp{
    display: block;
}
.navToggle{
    display: block;
    margin-bottom: 120px;
}
/*-------------- ページ表題 --------------*/
.mv{
    position: static;
    width: 100%;
}
.mv img{
    width: 100%;
    vertical-align: bottom;
    height: auto;
}
.mv h1{
    display: none;
}
.mv h2{
    display: none;
}
.mv p{
    display: none;
}
.gnav_pc {
    display:none;
}
.mv_tb{
    display: none;
}
/*-------------- パンくず --------------*/
.breadcrumb {
    width: 100%;
    text-align: left;
    padding: 2%;
    margin: 10px 0; 
    box-sizing: border-box;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-size: 12px;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}
/*-------------- メインコンテンツ --------------*/
.wrap {
    width: 100%;
    padding: 140px 10px 0 10px;
    box-sizing: border-box;
}
.main{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
section.content{
    width: 100%;
    padding: 0 ;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.content>h3 {
    width: 100%;
    color: #fff;
    background-color: #00608d;
    border-radius: 10px;
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.2;
    box-sizing: border-box;
}
.content> h4{
    width: 100%;
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    box-sizing: border-box;
}
.chapter{
    width: 100%;
    margin-bottom: 20px;
}
/*-------------- ハードディスクの復旧 --------------*/
.media_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.media_box h4{
    width: 100%;
    border-left: 4px solid #191970;
    padding: 10px;
    font-size: 20px;
    line-height: 1.4;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.media_box p{
    width: 100%;
    margin-bottom: 20px;
}
.media_text{
    margin-bottom: 20px;
}
.media_text p span{
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.media_box .media_case{
    width: 100%;
    margin_bottom: 20px;
}
.media_box .media_img {
    width: 100%;
    float: none;
    margin-bottom: 20px; 
    margin-left: 0;
}
.media_box .media_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
/*-------------- ハードディスクの故障の前兆 --------------*/
.precursor_case{
    width: 100%;
    margin-bottom: 20px;
}
.precursor_text {
    width: 100%;
    margin-bottom: 20px;
}
.precursor_text{
    width: 100%;
    margin-bottom: 20px;
}
.precursor_list{
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}
.precursor_list li{
    margin-bottom: 10px;
}
.precursor_list li a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #191970;
}
.precursor_list li a:before{
    display: inline-block;
    content: "■";
    padding: 0 6px;
    font-size: 8px;
    color: #9c9c9c;
}
.precursor_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
/*-------------- ハードディスク復旧 --------------*/
#heat_box{
    width: 100%;
    margin-bottom: 20px;
}
#heat_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    paddingt: 10px;
    margin-bottom: 40px;
}
#heat_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
    line-height: 1.2;
}
.content .lead{
    width: 100%;
    line-height: 2;
    margin-bottom: 20px;
}
.heat_list{
    width: 100%;
    margin-bottom: 1rem
}
.heat_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.prevent_list{
    width: 100%;
    margin-bottom: 1rem;
}
.prevent_list dt{
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #494949;
    border-bottom: solid 2px #add8e6;
    margin-bottom: 1rem;
}
.prevent_list dd span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.heat_area{
    width: 100%;
    margin-bottom: 20px;
}
.heat_area h5{
    width: 100%;
    border-bottom: 2px solid #1e90ff;
    color: #6b6b6b;
    margin-bottom: 40px;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}
.heat_area h5 span{
    display: block;
    font-size: 18px;
    width: 100%;
}
.heat_area h6{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: #6b6b6b;
	border-bottom: 1px solid #aaa;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.heat_container{
    width: 100%;
    overflow: hidden;
}
.heat_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom:20px;
}
.heat_list li{
    width: 100%;
    text-indent: -16px;
    padding-left: 22px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.heat_list li:before{
    display: inline-block;
    content: "■";
    padding: 0 6px;
    color: #9c9c9c;
    font-size: 8px;
}
.heat_container_img{
    display: block;
    width: 80%;
    margin: 0 auto 20px;
}
.heat_container_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.os_area{
    width: 100%;
    margin-bottom: 20px;
}
.os_area h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.os_area h6{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: #6b6b6b;
	border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.os_list span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.os_container{
    width: 100%;
    overflow: hidden;
}
.os_list{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.os_list li{
    width: 100%;
    text-indent: -16px;
    padding-left: 22px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.os_list li:before{
    display: inline-block;
    content: "■";
    font-size: 8px;
    color: #9c9c9c;
    padding: 0 6px;
}
.os_container_img{
    display: block;
    width: 80%;
    margin: 0 auto 20px;
}
.os_container_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
}
#strange_sound_box{
    width: 100%;
    margin-bottom: 20px;
}
#strange_sound_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    margin-bottom: 40px;
    font-size: 18px;
    padding:10px;
    box-sizing: border-box;
}
#strange_sound h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.strange_sound_area{
    width: 100%;
    margin-bottom: 20px;
}
.strange_sound_area h6{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #6b6b6b;
	border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.strange_sound_list{
    width: 100%;
    margin-bottom: 20px;
}
.strange_sound_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.strange_sound_container{
    width: 100%;
    overflow: hidden;
}
.strange_sound_list{
    width: 100%;
    padding: 10px;
    float: none;
    background: #f5f5f5;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.strange_sound_list li{
    width: 100%;
    margin-bottom: 10px;
}
.strange_sound_list li:before{
    display: inline-block;
    content: "■";
    color: #9c9c9c;
    font-size: 8px;
    padding: 0 6px;
}
.strange_sound_container_img{
    width: 30%;
    float: left;
    margin-right: 2%;
}
#freeze_box{
    width: 100%;
    margin-bottom: 20px;
}
#freeze_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}
#freeze_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.freeze_area{
    width: 100%;
    margin-bottom: 40px;
}
.freeze_area h6{
    width: 100%;
    font-size: 22px;
    color: #6b6b6b;
	border-bottom: 1px solid #aaa;
    margin-bottom: 40px;
}
.freeze_area_list{
    width: 100%;
    margin-bottom: 20px;
}
.freeze_area_list dt{
    display: block;
    width: 100%;
    padding:10px;
    border: 1px dashed #6495ed;
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.freeze_list{
    background-color: #f5f5f5;
    padding: 10px;
}
.freeze_list li{
    width: 100%;
    margin-bottom: 20px;
}
.freeze_list li a{
    text-decoration: none;
    color: #4169e1;
}
.freeze_list li a:before{
    display: inline-block;
    content: "■";
    font-size: 8px;
    color: #9c9c9c;
    padding: 0 6px;
}
.memory_list{
    overflow: hidden;
}
.memory_text{
    width: 100%;
    margin-bottom: 20px;
}
.memory_img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.memory_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
/*----------------- RAIDの復旧 ----------------*/
#raid_box{
    margin-bottom: 4rem;
}
#raid_box h4 {
    border-left: 4px solid #191970;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 40px;
}
#raid_box h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}
#raid_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.raid_case{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.raid_img{
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}
.raid_img img{
    display: block;
    width: 100%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.link_btn{
    width: 90%;
    margin: 40px auto 40px;
}
.link_btn a{
    display: block;
    width: 100%;
    text-decoration: none;
    background: #4682b4;
    padding: 10px 30px;
    color: #fff;
    background-image: url("../images/arrow_right_w.png");
    background-size: 8px auto; 
    background-repeat: no-repeat;
    background-position: right 10px center;
    box-sizing: border-box;
}
.raid_list{
    width: 100%;
    margin-bottom: 40px;
}
.raid_list dt{
    width: 100%;
    display: inline-block;
    background-color:#66cdaa;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}
/*-------------- NASの復旧 -----------------*/
#nas_box{
    width: 100%;
    margin-bottom: 4rem;
}
#nas_box h4 {
    width: 100%;
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    box-sizing: border-box;
}
#nas_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
#nas_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.nas_case{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.nas_img{
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 20px;
}
.nas_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.nas_case p{
    width: 100%;
    margin-bottom: 20px;
}
.nas_list{
    width: 100%;
    margin-bottom: 20px;
}
.nas_list dt{
    display: inline-block;
    background-color:#66cdaa;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.nas_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 20px;
}
.nas_connection_case{
    width: 100%;
    margin-bottom: 20px;
}
.nas_connection_case h6{
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #5c5c5c;
    border-bottom: 2px solid #9c9c9c;
    background-color: #ececec;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.nas_connection_img{
    width: 100%;
    margin-bottom: 40px;
}
.nas_connection_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.nas_connection_text{
    width: 100%;
}
.nas_trouble_list{
    margin-bottom: 20px;
}
.nas_trouble_list li{
    margin-bottom: 10px;
}
.nas_trouble_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.trouble_box{
    overflow: hidden;
    margin-bottom: 20px;
}
.trouble_img{
    width: 100%;
    margin-bottom: 40px;
}
.trouble_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.trouble_text{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.contact_btn{
    width: 90%;
    margin: 40px auto 40px;
}
.contact_btn a{
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #4682b4;
    border-bottom: solid 3px #191970;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
}
.order_btn{
    width: 90%;
    margin: 0 auto 20px;
}
.order_btn a{
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #cd5c5c;
    border-bottom: solid 3px #800000;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
}
/*--------------- デジカメ・メモリーカードの復旧 ---------------*/
#camera_box{
    width: 100%;
    margin-bottom: 20px;
}
#camera_box h4 {
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    box-sizing: border-box;
}
#camera_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
    line-height: 1.2;
    box-sizing: border-box;
}
#camera_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.camera_case{
    width: 100%;
    margin-bottom: 20px;
}
.camera_img{
    width: 100%;
    margin-bottom: 40px;
}
.camera_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
/*その他の復旧*/
#other_box{
    width: 100%;
    margin-bottom: 40px;
}
#other_box h4 {
    width: 100%;
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
}
#other_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
#other_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.other_case{
    width: 100%;
    margin-bottom: 20px;
}
.other_img{
    width: 100%;
    margin-bottom: 20px;
}
.other_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #dcdcdc;
}
.other_text{
    width: 100%;
    margin-bottom: 40px;
}
.once h6,.rewritable h6{
    width: 100%;
    display: inline-block;
    background-color: #fa8072;
    padding: 10px 20px;
    border-radius: 120px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    box-sizing: border-box;
}
.kind{
    width: 100%;
}
.once{
    width: 100%;
    margin-bottom: 20px;
}
.once p{
    width: 100%;
    margin-bottom: 20px;
}
.rewritable{
    width: 100%;
    margin-bottom: 20px;
}
.rewritable p{
    width: 100%;
    margin-bottom: 20px;
}
    
.once_pc{
    display: none;
}
.once_sp{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.once_sp img{
    display: block;
    width: 100%;
}
.re_pc{
    display: none;
}
.re_sp{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.re_sp img{
    display: block;
    width: 100%;
    height: auto;
}
/*-------------------- コンタクトボタン ---------------------*/
.contact_button{
    background-color: #ece6e6;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.contact_button h5{
    color: #0a0a5f;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: left;
}
.contact_button p{
    color: #434343;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
}
.contact_list{
    list-style: none;
    margin: 0 auto;
    width: 100%
}
.t_tel{ 
    margin-bottom: 20px;
}
.o_tel{
margin-bottom: 20px;
}
.m_contact{
    margin-bottom: 20px;
}
.t_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
}
.o_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
}
.m_contact a{
    display: block;
    width: 80%;
    text-decoration: none;
    color: #fff;
    background-color: #bb3b3b;
    border-radius: 6px;
    padding: 2.66%;
    text-align: center;
    margin:  0 auto;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/mail_icon.png");
    background-size: 32px 24px;
    background-repeat: no-repeat;
    background-position: left 1rem center;
}
.number{
    display: inline-block;
    color: #1e90ff;
    font-size: 22px;
    font-weight: 600;
    background-image: url("../images/free_tel.png");
    background-repeat: no-repeat;
    padding-left: 4rem;

}
.office_name{
    color: #4c4c4c;
    font-size: 18px;
    margin-left: 2.66%;
}
/*------------- コーポレートページ・大阪ページへのリンクボタン ------------------*/
.link_box{
    width: 100%;
    margin: 0 auto 2.6rem;
    overflow: hidden;
}
.c_button{
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
.c_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #00608d;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.o_button{
    width: 100%;
    float: none;
}
.o_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #00608d;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.estimate{
    overflow: hidden;
    width: 100%;
}
.estimate p{
    float: none;
    width: 93.34%;
}
.estimate img{
    display: block;
    width: 93.34%;
    height: auto;
    float: none;
    margin-bottom: 2rem;
}
.privacy{
    overflow: hidden;
    margin-bottom: 2.66%;
}
.privacy img{
    display: block;
    width: 93.34%;
    height: auto;
    float: none;
    margin-bottom: 2rem;
    vertical-align: bottom;
    object-fit: cover;
}
.privacy p{
    width: 93.34%;
    float: none;
}
/*------------------ セキュリティ ------------------*/
.certificate{
    margin-bottom: 20px;
}
.certificate p{
    margin-bottom: 20px;
}
.certificate_wrap{
    overflow: hidden;
    width: 100%;
    margin: 0 auto 40px;
}
.certificate_box1{
    width: 100%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.certificate_box1 figcaption{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.certificate_box1 img{
    display: block;
    width: 50%;
    height: auto;
    background: #fff;
    padding: 6px;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2{
    width: 100%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.certificate_box2 img{
    display: block;
    width: 36%;
    height: auto;
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 4px; 
    padding: 6px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2 figcaption{
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
}

.service_text{
    display: block;
    width: 100%;
    font-size: 14px;
    background: #fff;
    padding: 10px;
    line-height: 2;
    box-sizing: border-box;
    color: #323232;
    margin: 20px 0;
}
.service_list{
    width: 100%;
    padding: 10px;
    background: #fff;
    margin: 10px 0;
    box-sizing: border-box;
}
.service_list li{
    width: 100%;
    font-size: 14px;
    color: #323232;
    margin-bottom: 4px;
}
span.ttl{
    line-height: 1.2;
}
/*------------------------------- 上へ戻るボタン -------------------------------*/
#page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;

    z-index: 99;
}
#page-top a {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.8);
    text-decoration: none;
    color: #0d6fb8;
    border: 1px solid #0d6fb8;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease;
    background-image:  url("../images/arrow_top.png");
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
/*footer*/
footer{
    width: 100%;
    background-color: #191970;
    color: #fff;
    overflow: hidden;
    padding-top: 1rem;
}
.footer_nav{
    width: 100%;
    padding: 0 3.33%;
    overflow: hidden;
    box-sizing: border-box;
}
.nav_box{
    width: 100%;
    float: none;
    overflow: hidden;
    margin-bottom: 2.22%;
    padding-top: 2.22%;
    box-sizing: border-box;
}
.nav_box li{
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}
.nav_box li a{
    display: block;
    width: 100%;
    margin-right: 1rem;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}
.nav2_box{
    width:100%;
    float: none;
    overflow: hidden;
    margin-bottom: 2.22%;
    padding-top: 2.22%;
    border-left: none; 
    box-sizing: border-box;
}
.nav2_box li{
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}
.nav2_box li a{
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    }
.nav_box li a:focus,.nav2_box li a:focus{
    color: #b2b2b2;
}
footer small{
    display: block;
    width: 94%;
    font-size: 12px;
    color: #191970;
    background: #fff;
    clear: both;
    text-align: center;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
/*-------------------- ハンバーガーメニュー ----------------*/ 
.gnav_sp{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
.gnav_sp ul {
    background: #9c9c9c;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
.gnav_sp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
.gnav_sp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
.gnav_sp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;text-decoration: none;
}
 
/* このクラスを、jQueryで付与・削除する */
.gnav_sp.active {
    transform: translateY(32%);
}
/*ハンバーガー用*/
.navToggle {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 46px;
    height:46px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 34px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* タップした後最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    }
}
/*-------ここからタブレット用css--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) and (max-width: 959px) {
/*共通*/
html, body{
	display: block;
    width: 100%;
	margin: 0;
	padding: 0;
    line-height: 1.7;
	box-sizing: border-box;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
a{
    text-decoration: none;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
}
.header_area{
    width: 100%;
}
.header_top{
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-top: 10px solid #191970;
    padding: 10px 0;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
}
.header_l{
    width: 40%;
    float: left;
}
/*------------- ロゴエリア ------------- */
#logo {
    padding: 0 10px;
    color: #191970;
    margin-bottom: 10px;
}
#logo h1{
    font-size: 16px;
    margin: 0 0 10px 0;
}
.motto{
    display: block;
    font-weight: 300;
    margin: 0;
}
.mail_contact{
    display: block;
    width: 100%;
    height: auto;
    background: #f8f8f8;
    margin: 10px;
    overflow: hidden;
    border: 1px solid #9c9c9c;
    border-radius: 6px;
    padding: 4px;
}
.mail_contact img{
    display: block;
    width: 20%;
    height: auto;
    float:left;
    margin-right: 2%;
}
.tb_text{
    display: block;
    width: 70%;
    float: left;
    margin-left: 2%;
}
.tb_text span{
    display: none;
}
.tel_contact{
    width: 54%;
    margin: 20px 10px 0;
    float: right;
}
.tel_list{
    width: 100%;
    list-style: none;
    padding-top: 20px;
    box-sizing: border-box;
}
.message span{
    display:inline;
}
.tel_contact li a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.t_office{
    background: #191970;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
}
.o_office{
    background: #191970;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
}
.t_tel_contact{
    margin-bottom: 10px;
}
.o_tel_contact{
    margin-bottom: 20px;
}
.sp_text{
    display: none;
}
/*------------- g_nav ------------- */
.navi{
    width: 100%;
    background: #fff;
    z-index: 999;
}
.gnav_pc{
    display: block;
    width: 100%;
}
.gnav_pc ul{
    width: 100%;
    overflow: hidden;
    border-bottom: 10px solid #d4d4d4;
    padding: 10px;
    box-sizing: border-box;
}
.gnav_pc li{
    display: inline-block;
    margin: 0 3% 10px 0;
}
.gnav_pc li:last-of-type{
    margin: 0 0 10px 0;
}
.gnav_pc li a{
    display: inline-block;
    color: #323232;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.gnav_sp{
    display: none;
}
/*------------- パンくず ------------- */
.breadcrumb {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 20px;
}
.breadcrumb li a span{
    font-size: 12px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-size: 12px;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}
/*------------ ページ表題 -------------------*/

.mv{
    position: relative;
    width: 100%;
    margin-bottom: 1.66%;
    z-index: 1;
}
.mv img{
    width: 100%;
    height: auto;
}
.mv h1{
    position: absolute;
    font-size: 16px;
    top: 22%;
    left:44%;
    font-weight: 600;
    background-color: #6b6b6b;
    padding:0.1rem 0.8rem;
    border-radius: 20px 0 20px 0;
    color: #fff;
    z-index: 2;
}
.mv h2{
    position: absolute;
    color: #4c4c4c;
    font-size: 20px;
    font-weight: bold;
    top: 52%;
    left: 40%;
    text-shadow: white 1px 2px 2px;
    z-index: 2;
}
/*------------- メインコンテンツ ------------- */
.main{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wrap{
    width: 100%;
    padding: 300px 10px 80px;
    box-sizing: border-box;
}
section.content{
    width: 100%;
    margin-bottom: 40px;
}

.content h3{
    background-color: #00608d;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}
.content h4{
    width: 100%;
    font-size: 20px;
    color: #323232;
    border-left: 2px solid #323232;
    padding: 10px;
    margin-bottom: 40px;
    line-height: 1.4;
    box-sizing: border-box;
}
.content p{
    width: 100%;
    margin-bottom: 14px;
}
.chapter{
    width: 100%;
    margin-bottom: 20px;
}
/*------------------- ハードディスクの復旧 ----------------------*/
.media_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.media_box h4{
    width: 100%;
    border-left: 4px solid #191970;
    padding: 10px;
    font-size: 22px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.media_text{
    width: 100%;
    margin-bottom: 20px;
}
.media_text p span{
    background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
    background: -o-linear-gradient(transparent 60%, #ffff66 60%);
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.media_case{
    width: 100%;
    margin_bottom: 20px;
}
.media_img {
    width: 50%;
    float: right;
    margin-left: 2%;
}
.media_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
hr{
 height: 1px;
 background-color: #dcdcdc;
 width: 100%;
 border: none;
}
.comment{
    width: 100%;
    padding-top: 1rem;
    font-size: 14px;
    color: #6b6b6b;
    text-align: right;
}
/*---------------------- ハードディスクの故障の前兆 ---------------------*/
.precursor_case{
    width: 100%;
    margin-bottom: 20px;
}
.precursor_text {
    width: 50%;
    float: left;
    margin-right: 20px;
}
.precursor_text{
    margin-bottom: 20px;
}
.precursor_list{
    width: 60%;
    background-color: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin: 40px 0;
}
.precursor_list li{
    margin-bottom: 10px;    
}
.precursor_list li a{
    text-decoration: none;
    color: #191970;
}
.precursor_list li a:before{
    display: inline-block;
    content: "■";
    color: #9c9c9c;
    font-size: 8px;
    padding: 0 6px;
}
    
.precursor_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
/*----------------- ハードディスクトラブルの対処法 -----------------------*/
#heat_box{
    width: 100%;
    margin-bottom: 40px;
}
#heat_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}
#heat_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.lead{
    width: 100%;
    line-height: 2;
    margin-bottom: 20px;
}

.heat_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.prevent_list{
    width: 100%;
    margin-bottom: 1rem;
}
.prevent_list dt{
    width: 100%;
    padding: 0.4rem;
    font-size: 22px;
    font-weight: 600;
    color: #494949;
    border-bottom: solid 2px #add8e6;
    margin-bottom: 1rem;
    box-sizing: border-box;
}
.prevent_list dd span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.heat_area{
    width: 100%;
    margin-bottom: 20px;
}
.heat_area h5{
    width: 100%;
    border-bottom: 2px solid #1e90ff;
    color: #6b6b6b;
    margin-bottom: 40px;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}
.heat_area h6{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: #6b6b6b;
	border-bottom: 1px solid #aaa;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.heat_container{
    width: 100%;
    overflow: hidden;
}
.heat_list{
    width: 60%;
    float: left;
    background: #f5f5f5;
    padding: 10px;
    margin: 20px 4% 20px 0;
    box-sizing: border-box;
}
.heat_list li{
    width: 100%;
    margin-bottom: 10px;
}
.heat_list li:before{
    display: inline-block;
    content: "■";
    font-size: 8px;
    padding: 0 6px;
    color: #9c9c9c;
}
.heat_container_img{
    width: 30%;
    float: right;
    margin: 20px 0;
}
.heat_container_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    margin-left: 2%;
    box-sizing: border-box;
}
.os_area{
    width: 100%;
    margin-bottom: 20px;
}
.os_area h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.os_area h6{
    width: 100%;
    font-size: 16px;
    color: #6b6b6b;
    padding: 10px;
    box-sizing: border-box;
	border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}
.os_list span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.os_container{
    width: 100%;
    overflow: hidden;
}
.os_list{ 
    padding: 10px;
    width: 60%;
    background: #f5f5f5;
    float: left;
    margin: 20px 4% 20px 0;
    box-sizing: border-box;
}
.os_list li{
    width: 100%;
    margin-bottom: 10px;   
}
.os_list li:before{
    display: inline-block;
    content: "■";
    padding: 0 6px;
    font-size: 8px;
    color: #9c9c9c;
}
.os_container_img{
    width: 200px;
    float: right;
    margin: 20px 0;
}
#strange_sound_box{
    width: 100%;
    margin-bottom: 40px;
}
#strange_sound_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    margin-bottom: 40px;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}
#strange_sound h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.strange_sound_area{
    width: 100%;
    margin-bottom: 40px;
}
.strange_sound_area h6{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: #6b6b6b;
	border-bottom: 1px solid #aaa;
    margin-bottom: 40px;
}
.strange_sound_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.strange_sound_container{
    width: 100%;
    overflow: hidden;
}
.strange_sound_list{
    width: 60%;
    padding: 10px;
    background: #f5f5f5;
    float: left;
    margin: 20px 0;
}
.strange_sound_list li{
    width: 100%;
    margin-bottom: 10px;
}
.strange_sound_list li:before{
    display: inline-block;
    content: "■";
    font-size: 8px;
    color: #9c9c9c;
    padding: 0 6px;
}
.strange_sound_container_img{
    width: 200px;
    float: left;
}
#freeze_box{
    width: 100%;
    margin-bottom: 4rem;
}
#freeze_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding-left: 1rem;
    margin-bottom: 40px;
}
#freeze_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.freeze_area{
    width: 100%;
    margin-bottom: 4rem;
}
.freeze_area h6{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: #6b6b6b;
	border-bottom: 1px solid #aaa;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.freeze_area_list{
    width: 100%;
    margin-bottom: 40px;
}
.freeze_area_list dt{
    width: 100%;
    display: inline-block;
    padding: 0.4rem 1rem;
    border: 1px dashed #6495ed;
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 1.4rem;
    box-sizing: border-box;
}
.freeze_list{
    width: 60%;
    background-color: #f5f5f5;
    padding: 10px;
    margin: 20px 0;
}
.freeze_list li{
    width: 100%;
    margin-bottom: 10px;   
}
    
.freeze_list li a{
    text-decoration: none;
    color: #4169e1;
}
.freeze_list li a:before{
    content: "■";
    font-size: 8px;
    color: #9c9c9c;
    vertical-align: middle;
    padding: 6px;
}
.memory_list{
    width: 100%;
    overflow: hidden;
}
.memory_text{
    width: 64%;
    float: left;
}
.memory_img{
    width: 200px;
    float: right;
}

/*------------------- RAIDの復旧 -----------------------*/
#raid_box{
    width: 100%;
    margin-bottom: 4rem;
}
#raid_box h4 {
    width: 100%;
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
}
#raid_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    padding: 10px;
    font-size: 18px;
    padding-left: 1rem;
    margin-bottom: 40px;
    box-sizing: border-box;
}
#raid_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.raid_case{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.raid_img{
    width: 50%;
    float: right;
    margin-left: 20px;
}
.raid_img img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.button_box{
    width: 50%;
    margin: 40px auto 60px;
}
.link_btn{
    width: 50%;
    margin: 40px auto 40px;
}
.link_btn a{
    display: block;
    width: 100%;
    text-decoration: none;
    background: #4682b4;
    padding: 10px 30px;
    color: #fff;
    background-image: url("../images/arrow_right_w.png");
    background-size: 8px auto; 
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.raid_list{
    width: 100%;
    margin-bottom: 40px;
}
.raid_list dt{
    width: 30%;
    display: inline-block;
    background-color:#66cdaa;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.raid_list dd{
    width: 100%;
}
/*----------------------- NASの復旧 ----------------------*/
#nas_box{
    width: 100%;
    margin-bottom: 4rem;
}
#nas_box h4 {
    width: 100%;
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    box-sizing: border-box;
}
#nas_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
#nas_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.nas_case{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.nas_img{
    width: 50%;
    float: right;
    margin: 0 0 20px 2%;
}
.nas_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.nas_list{
    width: 100%;
    margin: 40px 0;
}
.nas_list dt{
    width: 50%;
    display: inline-block;
    background-color:#66cdaa;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
}
.nas_list dd{
    width: 100%;
}
.nas_connection_case{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.nas_connection_case h6{
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #5c5c5c;
    border-bottom: 2px solid #9c9c9c;
    background-color: #ececec;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.nas_conection{
    width: 100%;
    overflow: hidden;
}
.nas_connection_img{
    width: 50%;
    float: left;
    margin: 0 2% 20px 0;
}
.nas_connection_img img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.nas_connection_text{
    width: 48%;
    float: right;
}
.nas_trouble_list{
    margin-bottom: 20px;
}
.nas_trouble_list li{
    margin-bottom: 10px;
}
.nas_trouble_list li:before{
    display: inline-block;
    content: "■";
    font-size: 8px;
    color: #9c9c9c;
    padding: 0 6px;
}
.nas_trouble_list li span{
    font-size: 14px;
    color: #dcdcdc;
    vertical-align: middle;
    margin-right: 0.4rem;
}
.trouble_box{
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}
.trouble_img{
    width: 50%;
    float: right;
}
.trouble_img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
.trouble_text{
    width: 48%;
    float: left;
    margin-right: 2%;
}
.contact_btn{
    width: 50%;
    margin: 40px auto 40px;
}
.contact_btn a{
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    background-color: #4682b4;
    border-bottom: solid 3px #191970;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
}
.order_btn{
    width: 50%;
    margin: 40px auto 40px;
}
.order_btn a{
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    background-color: #cd5c5c;
    border-bottom: solid 3px #800000;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
}
/*--------------------- デジカメ・メモリーカードの復旧 ----------------------*/
#camera_box{
    width: 100%;
    margin-bottom: 20px;
}
#camera_box h4 {
    width: 100%;
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
}
#camera_box h5{
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
}
#camera_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.camera_case{
    overflow: hidden;
    margin-bottom: 40px;
}
.camera_img{
    width: 50%;
    float: right;
    margin: 0 0 0 2%;
}
.camera_img img{
    width: 100%;
    height: auto;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
}
/*その他の復旧*/
#other_box{
    width: 100%;
    margin-bottom: 20px;
}
#other_box h4 {
    width: 100%;
    border-left: 4px solid #191970;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    box-sizing: border-box;
}
#other_box h5{
    width: 100%;
    border-bottom: 1px solid #1e90ff;
    background-color: #f5f5f5;
    color: #6b6b6b;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
#other_box h5 span{
    font-size: 18px;
    color: #8b8b8b;
}
.other_case{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.other_img{
    width: 50%;
    float: right;
    margin-left: 2%;
}
.other_img img{
    width: 100%;
    height: auto;
    border: 1px solid #dcdcdc;
}
.once h6,.rewritable h6{
    display: inline-block;
    background-color: #fa8072;
    padding: 10px 20px;
    border-radius: 120px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    box-sizing: border-box;
}
.kind{
    width: 100%;
}
.once{
    width: 100%;
}
.once_pc{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.once_pc img{
    width: 100%;
}
.once_sp{
    display: none;
}
.rewritable{
    width: 100%;
}
.re_pc{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.re_pc img{
    display: block;
    width: 100%;
}
.re_sp{
    display: none;
}
/*----------------- コンタクトボタン ------------------------*/
.contact_button{
    width: 80%;
    background-color: #ece6e6;
    margin: 0 auto 40px;
    padding: 20px;
    box-sizing: border-box;
}
.contact_button h5{
    color: #0a0a5f;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: left;
}
.contact_button h5 span{
    color: #2b2b2b;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2.66%;
    text-align: left;
}
.contact_list{
    list-style: none;
    margin: 0 auto 40px;
    width: 80%
}
.t_tel{ 
    margin-bottom: 20px;
}
.o_tel{
margin-bottom: 20px;
}
.m_contact{
    margin: 20px 0;
}
.t_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    padding-left: 2rem;
}
.o_tel a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
    padding-left: 2rem;
}
.m_contact a{
    display: block;
    width: 80%;
    text-decoration: none;
    color: #fff;
    background-color: #bb3b3b;
    border-radius: 6px;
    padding: 2.66%;
    text-align: center;
    margin:  20px auto 20px;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/mail_icon.png");
    background-size: 32px 24px;
    background-repeat: no-repeat;
    background-position: left 1rem center;
}
.number{
    width: 160px;
    display: inline-block;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/free_tel.png");
    background-repeat: no-repeat;
    padding: 4px 0 0 4rem;
}
.office_name{
    width: 60px;
    color: #4c4c4c;
    font-size: 18px;
    margint: 0 0 4px 0;
}
/*-------------------- コーポレートページ・大阪ページへのリンクボタン ----------------*/
.link_box{
    width: 100%;
    margin: 0 auto 2.6rem;
    overflow: hidden;
}
.c_button{
    width: 48%;
    float: left;
    margin-right: 2%;
}
.c_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color:  #00608d;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.o_button{
    width: 48%;
    float: left;
}
.o_button a{
    display: block;
    width: 100%;
    text-decoration: none;
    background-color:  #00608d;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-image: url("../images/arrow_w.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    box-sizing: border-box;
}
.estimate{
    overflow: hidden;
}
.estimate p{
    width: calc(100% - 320px);
    float: left;
}
.estimate img{
    display: block;
    width: 300px;
    float: left;
    margin-left:20px;
}
.privacy{
    overflow: hidden;
    margin-bottom: 2.66%;
}
.privacy img{
    display: block;
    width: 300px;
    float: left;
    margin-right:20px;
}
.privacy p{
    width: calc(100% - 320px);
    float: left;
}
.business_hours{
    color: #5b5b5b;
}
/*------------------ セキュリティ ------------------*/
.certificate{
    margin-bottom: 20px;
}
.certificate p{
    margin-bottom: 20px;
}
.certificate_wrap{
    overflow: hidden;
    width: 96%;
    margin: 0 auto 40px;
}
.certificate_box1{
    width: 49%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 2%;
}
.certificate_box1 figcaption{
    font-size: 18px;
    font-weight: 600;
}
.certificate_box1 img{
    display: block;
    width: 50%;
    height: auto;
    background: #fff;
    padding: 6px;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2{
    width: 49%;
    height: auto;
    float: left;
    background-color: #efefef;
    border: 6px solid #9c9c9c;
    padding: 10px;
    box-sizing: border-box;
}
.certificate_box2 img{
    display: block;
    width: 36%;
    height: auto;
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 4px; 
    padding: 6px;
    box-sizing: border-box;
    margin:  0 auto 20px;
}
.certificate_box2 figcaption{
    font-size: 18px;
    font-weight: 600;
}
.service{
    display: block;
    width: 100%;
    font-family:'arial black',"sans-serif";
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    border-top: 1px solid #dcdcdc;
    padding-top: 16px;
}
.service_text{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    color: #323232;
}
.service_list{
    width: 100%;
}
.service_list li{
    width: 100%;
    font-size: 14px;
    color: #323232;
    margin-bottom: 4px;
}

/*---------------- 上へ戻るボタン -----------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;

    z-index: 99;
}
#page-top a {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.8);
    text-decoration: none;
    color: #0d6fb8;
    border: 1px solid #0d6fb8;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease;
    background-image:  url("../images/arrow_top.png");
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}
/*--------------- footer --------------------*/
footer{
    width: 100%;
    padding: 10px;
    background-color: #191970; 
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.footer_nav{
    width: 100%;
    padding: 10px;
    margin: 40px auto 40px;
    overflow: hidden;
    box-sizing: border-box;
}
.nav_box{
    width: 30%;
    float: left;
    margin: 0 2% 0 0;
}
.nav2_box{
    width: 30%;
    float: left;
    margin: 0 0 0 2%;
}
.nav2_box li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.nav2_box li a{
    display: block;
    width: 100%;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    background-image: url("../images/list-mark.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}
.nav_box li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
 }
.nav_box li a{
    display: block;
    width: 100%;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    box-sizing: border-box;
    background-image: url("../images/list-mark.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}
 .nav_box li a:hover,.nav2_box li a:hover{
    color:#b2b2b2;
}
footer small {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    clear: both;
    text-align: center;
}
}