@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;
}

/*------------------- メインコンテンツ ----------------*/
.main{
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
.wrap{
    padding: 0 10px;
}
section.content{
    width: 960px;
    margin: 0 auto 20px;
}
.content h3{
    color: #fff;
    background-color: #00608d;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.content h4{
    font-size: 20px;
    color:#323232;
    border-left: 2px solid #323232;
    padding: 10px;
    margin-bottom: 40px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.chapter{
    margin-bottom: 20px;
}
.contents1{
    width: 100%;
}
/*-------------------- お申込み -------------------*/
.caution{
    margin-bottom: 20px;
}
.caution_list{
    list-style: none;
}
.order_case{
    margin-bottom: 20px;
}
.certificate h3{
    color: #fff;
    background-color:#192A84;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 3.33%
}
span.er{
    font-weight: 600;
    color: #dc143c;
    }
span.red{
    color: #dc143c;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 4px;
}
.paper_btn{
    width: 50%;
    margin: 20px auto 40px;
}
.paper_btn a{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #dc143c;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}
.red{
    color: #dc143c;
    margin-bottom: 20px;
}
.red strong{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
form{
    width: 100%;
}
.order_table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 80px;
}
.order_table th{
    vertical-align:middle;
    width: 25%;
    border: 1px solid #cdcdcd;
    padding: 10px;
    background-color: #b0e0e6;
    text-align: center;
    color: #323232;
    font-weight: 500;
}
.order_table td{
    overflow: hidden;
    border: 1px solid #cdcdcd;
    background: #f0f8ff;
    padding: 10px;
}
.file_info{
    display: block;
}
.submit_btn{
    width: 50%;
    margin: 80px auto 40px;
}
.submit_btn input{
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #1e90ff;
    color: #fff;
    border: none;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.order_ttl{
    display: inline-block;
    background-color: #2f4f4f;
    color: #fff;
    font-size: 18px;
    padding: 0.4rem 1.6rem;
    border-radius: 120px;
    margin-bottom: 1.4rem;
}
.specified{
    color: #dc143c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.button_box{
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.reset_button{
    width: 4px;
    float: none;
}
#error{
    width: 100%;
    padding: 10px;
    color: #dc143c;
    font-weight: 600;
    box-sizing: border-box;
}
button{
    display: inline-block;
    width: 20%;
    padding: 10px;
    background: #1e90ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 10px;
}
input[type="text"] {
    width: 80%;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
}
input[type="tel"] {
    width: 28%;
    padding: 10px;
    height: 40px;
    box-sizing: border-box;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

input.input3 {
        width: 44%;
        height: 40px;
}   

input[name="keyg"] {
        width: 540px;
}
input.input2{
    width: 44%;
    margin: 0 10px;
}   
textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 6em;
}
.message_box{
    width: 100%;
    box-sizing: border-box;
}
.info_list{
    overflow: hidden;
    width: 100%;
    color: #6b6b6b;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.info_list dt{
    width: 6%;
    float: left;
}
.info_list dd{
    width: 64%;
    float: left;
}
.media_kind_list{
    overflow: hidden;
}
.media_kind_list li{
    width: 20%;
    float: left;
    margin: 0 2% 10px 0;
}
.media_kind_list li:last-of-type{
    width: 50%;
    float: left;
    overflow: hidden;
}
.encrypt_kind_list{
    width: 100%;
}
.encrypt_kind_list li{
    width: 100%;
    margin-bottom: 10px;
}
.example_list{
    overflow: hidden;
    width: 100%;
    color: #6b6b6b;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.example_list dt{
    width: 10%;
    float: left;
}
.example_list dd{
    width: 90%;
    float: left;
}
.media_list{
    width: 100%;
}
.media_list li{
    width: 100%;
    margin-bottom: 10px;
}
.media_list li span{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.raid_list{
    width: 100%;
}
.raid_list li{
    width: 100%;
    margin-bottom: 10px;
}
.reset_button input{
    width: 200px;
    padding: 1rem 2rem;
    background-color: #708090;
    color: #fff;
    margin-top: 2rem;
} 
.submit_button{
    width: 200px;
    float: none;
}
.submit_button input{
    display: block;
    width: 200px;
    padding: 20px;
    background-color: #1e90ff;
    color: #fff;
    margin-top: 2rem;
} 
.submit_btn2{
    width: 50%;
    margin: 40px auto 60px;
}
.submit_btn2 input[type="submit"]{
    width: 100%;
    padding: 20px;
    background-color: #9c9c9c;
    color: #fff;
    border: none;
    box-sizing: border-box;
}

h5.send{
    font-size: 22px;
    color: #191970;
    border: 1px solid #708090;
    padding: 1rem;
    margin-bottom: 2rem;
}
h6{
    border_bottom: 1px solid #708090;
    font-size: 18px;
}
.return{
    margin-bottom: 40px;
}
.return a{
    background-color: #4169e1 ;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    background-image: url("../images/arrow_left.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
strong{
    color: #dc143c;
}
.day{
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.send_text{
    margin-bottom: 40px!important;
}
span.mark{
	background:linear-gradient(transparent 70%, #ffff00 0%);
}
.sendding{
    margin-bottom: 60px;
}
.sendding a{
    background: #009380;
    color:#fff;
    text-decoration: none;
    padding: 30px 80px;
    background-image: url("../images/yamato.png");
    background-repeat: no-repeat;
    background-size: 40px auto; 
    background-position: left 10px center;
    border-radius: 6px;
}
.sendding a strong{
    color: #fdd000;
}
.campaign{
    display: none;
}
/*--------------------- 個人情報使用目的 ------------------*/
.privacy_box{
    margin-bottom: 40px;
}
.privacy_list{
    margin-bottom: 20px;
}
.privacy_list dt{
    width: 50%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.address{
    margin-bottom: 20px;
}
.address dt{
    margin-bottom: 20px;
}
.company_destination{
    color: #323232;
}
.business_list{
    margin-bottom: 20px;
}
.business_list dt{
	width: 100%;
	margin-bottom: 20px;
}
.order_lists{
	width: 100%;
    margin-bottom: 20px;
}
.order_lists li{
	width: 100%;
	padding-left: 1rem;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.lists{
    padding: 10px;
    margin-bottom: 20px;
}
.lists li{
    width: 100%;
    text-indent: -15px;
    padding-left: 15px;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.lists li a{
    text-decoration: none;
}
.lists li span{
    color: #191970;
    padding: 0 6px;
}
.handling_list{
	width: 100%;
	margin-bottom:20px;
}
.handling_list dt{
	width: 100%;
	margin-bottom: 20px;
}
.handling_list dd{
	width: 100%;
	padding-left: 1rem;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.purpose_list{
	width: 100%;
}
.purpose_list dt{
	width: 100%;
	margin-bottom: 20px;
}
.organization_list{
	width: 100%;
	margin-bottom: 20px;
}
.organization_list dt{
	width: 100%;
	margin-bottom: 20px
}
.organization_list dd{
	width: 100%;
	text-indent: 1rem;
}
.address_list{
	margin-bottom: 20px;
}
.kind_tel{
    margin-right: 20px;
}
.at_sign{
    padding: 0 6px;
}
.contract_list{
    list-style-type: none;
}
.contract_list li{
    margin-bottom: 10px;
}
.exclusion{
    margin-top: 20px;
}
span.business_hours{
    color: #5b5b5b!important;
}
.paper{
    margin-bottom: 20px;
}
.dl_btn{
    width: 50%;
    padding: 10px 20px;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.dl_btn a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background: #1e90ff;
    color: #fff;
}
.destination{
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 10px;
}
span.company_destination{
    display: block;
}
span.tel,span.hp,span.adress,
span.group{
    margin-right: 10px;
}
/*--------------------- データ復旧サービス申込書/契約書 --------------------------*/
.contract{
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #191970;
}
.consent_list{
    margin-bottom: 40px;
    background: #fff;
    padding: 10px;
}
.consent_list dt{
    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #191970;
}
.contract_list{
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}
.contract_list li{
    margin-bottom: 10px;
}
.guarantee{
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    box-sizing: border-box;
    border: 1px dashed #9c9c9c;
}

/*障害メディアについてのご入力*/
.kind_list>li{
    margin-bottom: 20px;
}
.kind_list>li span{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.symptom_info{
    display: block;
    text-align: left;
    margin: 20px 0;
    color: #6b6b6b;
}
.question{
    margin-bottom: 20px;
}
.question dt{
    margin-bottom: 20px;
}
.question dt span{
    font-weight: 600;
    color: #da70d6;
    padding: 0 6px;
}
/*---------------------- コンタクトボタン ------------------*/
.contact_button{
    background-color: #ece6e6;
    width: 450px;
    margin: 0 auto 2.6rem;
    padding: 1.66%;
}
.contact_button h5{
    color: #0a0a5f;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 1.66%;
    text-align: left;
}
.contact_button h5 span{
    color: #2b2b2b;
    font-size: 20px;
    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: 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:  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%;
}
.privacy_check{
    border: 1px solid #dc143c;
    padding: 10px;
    margin-bottom: 20px;
}
.contract_check{
    border: 1px solid #dc143c;
    padding: 10px;
    margin: 20px 0;
}
span.consent{
    margin-right: 20px;
}
.caution_text{
    color: #dc143c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}
.location{
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #999;
    margin-bottom: 40px;
}
/*-------------- コーポレートページ・大阪ページへのリンクボタン --------------*/
.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: 20px 10px;
    box-sizing: border-box;
}
.motto{
    display:none;
}
/*---------------------- コンタクトエリア ----------------*/
.contact_area{
    display: none;
}
span.motto{
    display: block;
}
.sp_text {
    display: block;
    background-color: #6b6b6b;
    padding: 1.2rem 1rem 0.4rem;
}
.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 0 0;
    box-sizing: border-box;
}
.main{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
section.content{
    width: 100%;
    padding: 0 1.66%;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.content h3{
    width: 100%;
    color: #fff;
    background-color: #00608d;
    padding: 1rem;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 1.8rem;
    line-height: 1.2;
    border-radius: 10px;
    box-sizing: border-box;
}
.content h4{
    width: 100%;
    font-size: 20px;
    color:#323232;
    border-left: 2px solid #323232;
    padding: 1rem;
    margin-bottom: 20px;
    line-height: 1.4;
    box-sizing: border-box;
}

.chapter{
    width: 100%;
    margin-bottom: 20px;
}
.chapter img{
    width: 100%;
}
/*---------------------- お申込み ----------------*/
.caution{
    width: 100%;
    margin-bottom: 1rem;
}
.info{
    width: 100%;
    margin-bottom: 20px;
}
.caution_list{
    width: 100%;
    list-style: none;
}
.caution_list li{
    width: 100%;
    margin-bottom: 10px;
}
.order_case{
    width: 100%;
    margin-bottom: 20px;
}
.certificate{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.certificate h3{
    width: 100%;
    color: #fff;
    background-color:#192A84;
    border-radius: 10px;
    padding: 1rem;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 3.33%
}
span.er{
    font-weight: 600;
    color: #dc143c
}
span.red{
    color: #dc143c;
    font-size: 18px;
    display: inline-block;
    padding: 4px;
    margin-left: 6px;
}
.paper_btn{
    width: 80%;
    margin: 0 auto 20px;
}
.paper_btn a{
    display: block;
    width: 100%;
    background-color: #dc143c;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}
.red{
    color: #dc143c;
}
.red strong{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
form{
    width: 100%;
}
.order_table{
    display: block;
    width:100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    margin: 40px 0;
}
.order_table tbody{
    display: block;
    width: 100%;
}
.order_table tr{
    display: block;
    width: 100%;
}
.order_table th{
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    padding: 1rem;
    background-color: #b0e0e6;
    text-align: left;
    box-sizing: border-box;
}
.order_table td{
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.order_table td.post_code_inout{
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.order_table td:last-of-type{
    border-bottom: none;
}
.order_table td label{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.service_list{
    width: 100%;
    margin-bottom: 20px;
}
.privacy_check{
    border: 1px solid #dc143c;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.file_info{
    display: block;
    width: 100%;
}
.submit_btn{
    width: 80%;
    margin: 0 auto 20px;
}
.order_ttl{
    display: inline-block;
    background-color: #2f4f4f;
    color: #fff;
    font-size: 18px;
    padding: 0.4rem 1.6rem;
    border-radius: 120px;
    margin-bottom: 1.4rem;
}
.specified{
    color: #dc143c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.button_box{
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.reset_button{
    width: 4px;
    float: none;
}
.submit_btn{
    width: 80%;
    margin: 80px auto 40px;
}
.submit_btn input{
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #1e90ff;
    color: #fff;
    border: none;
	font-size: 16px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.order_ttl{
    display: inline-block;
    background-color: #2f4f4f;
    color: #fff;
    font-size: 18px;
    padding: 0.4rem 1.6rem;
    border-radius: 120px;
    margin-bottom: 1.4rem;
}
.specified{
    color: #dc143c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.button_box{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.reset_button{
    width: 4px;
    float: none;
}
#error{
    width: 100%;
    padding: 10px;
    color: #dc143c;
    font-weight: 600;
    box-sizing: border-box;
}
button{
    display: inline-block;
    width: 20%;
    padding: 10px;
    background: #1e90ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 10px;
}
input[type="text"] {
    width: 80%;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
}
input[type="tel"] {
    width: 28%;
    padding: 10px;
    height: 40px;
    box-sizing: border-box;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.text_area{
    border-top: 1px solid #dcdcdc;
}
.info_list{
    overflow: hidden;
    width: 100%;
    color: #6b6b6b;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}
.info_list dt{
    width: 100%;
}
.info_list dd{
    width: 100%;
}
.example_list{
    overflow: hidden;
    width: 100%;
    color: #6b6b6b;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}
.example_list dt{
    width: 10%;
    float: left;
}
.example_list dd{
    width: 90%;
    float: left;
}
.raid_list{
    width: 100%;
}
.raid_list li{
    width: 100%;
    margin-bottom: 20px;
}
.reset_button input{
    width: 200px;
    padding: 1rem 2rem;
    background-color: #708090;
    color: #fff;
    margin-top: 2rem;
} 
.submit_button{
    width: 200px;
    float: none;
}
.submit_button input{
    width: 200px;
    padding: 1rem 2rem;
    background-color: #1e90ff;
    color: #fff;
    margin-top: 2rem;
} 
.submit_btn2{
    width: 80%;
    margin: 0 auto 20px;
}
.submit_btn2 input[type="submit"]{
    width: 100%;
    padding: 1rem 2rem;
    background-color: #9c9c9c;
    color: #fff;
    border: none;
}
.kind_list>li span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
#search{
    display: block;
    width: 32%;
    box-sizing: border-box;
    float: right;
}
input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 0;
    box-sizing: border-box;
    }
input.input3 {
    width: 42%;
    height: 40px;
    margin: 0 6px 0 0;
}   
input[type="tel"] {
    height: 40px;
    margin-bottom: 10px;
    }
input[name="keyg"] {
        width: 100%;
        height: 40px;
    }
input.input2{
    display: block;
    width: 60%;
    float: left;
    margin-bottom: 0.6rem;
}
textarea {
    width: 100%;
    padding: 10px;
    height: 6em;
    box-sizing: border-box;
}
h5.send{
    font-size: 22px;
    color: #191970;
    border: 1px solid #708090;
    padding: 1rem;
    margin-bottom: 2rem;
}
h6{
    border-bottom: 1px solid #708090;
    font-size: 18px;
    margin-bottom: 20px;
}
.return{
    margin-bottom: 40px;
}
.return a{
    background-color: #4169e1 ;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    background-image: url("../images/arrow_left.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
   iframe.iframe1{
        width: 800px;
        max-width: 100%;
    }
    iframe.iframe2{
    width: 800px;
    max-width: 100%;
}
.day{
    display: block;
    width: 100%;
    margin: 10px 0;
}
.send_text{
    margin-bottom: 40px!important;
}
span.mark{
background:linear-gradient(transparent 70%, #FFFF00 0%);
}
.sendding{
    width: 90%;
    margin:  0 auto 40px;
}
.sendding a{
    display: block;
    width: 100%;
    background: #009380;
    color:#fff;
    text-decoration: none;
    text-align: right;
    background-image: url("../images/yamato.png");
    background-repeat: no-repeat;
    background-size: 40px auto; 
    padding: 20px 10px 20px 30px;
    background-position: left 10px center;
    border-radius: 6px;
    box-sizing: border-box;
}
.sendding a strong{
    color: #fdd000;
}
.campaign{
    display: none;
}
.box1{
    width: 100%;
    margin-bottom: 20px;
}
.box1 dt{
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid#191970;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.box1 dd{
    width: 100%;
    margin-bottom: 20px;
}
.contact_address{
    width: 100%;
}
.contact_address li{
    width: 100%;
    margin-bottom: 20px;
}
.contact_address li a{
    display: block;
    width: 100%;
    text-decoration: none;
}
    
/*--------------------- 個人情報使用目的 ------------------*/
.privacy_box{
    margin-bottom: 40px;
}
.privacy_list{
    margin-bottom: 20px;
}
.privacy_list dt{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.address{
    margin-bottom: 20px;
}
.address dt{
    margin-bottom: 20px;
}
.company_destination{
    color: #323232;
}
.business_list{
    margin-bottom: 20px;
}
.business_list dt{
	width: 100%;
	margin-bottom: 20px;
}
.order_lists{
	width: 100%;
    margin-bottom: 20px;
}
.order_lists li{
	width: 100%;
	padding-left: 1rem;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.lists{
    padding: 10px;
    margin-bottom: 20px;
}
.lists li{
    width: 100%;
    text-indent: -15px;
    padding-left: 15px;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.lists li a{
    text-decoration: none;
}
.lists li span{
    color: #191970;
    padding: 0 6px;
}
.handling_list{
	width: 100%;
	margin-bottom:20px;
}
.handling_list dt{
	width: 100%;
	margin-bottom: 20px;
}
.handling_list dd{
	width: 100%;
	padding-left: 1rem;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.purpose_list{
	width: 100%;
}
.purpose_list dt{
	width: 100%;
	margin-bottom: 20px;
}
.organization_list{
	width: 100%;
	margin-bottom: 20px;
}
.organization_list dt{
	width: 100%;
	margin-bottom: 20px
}
.organization_list dd{
	width: 100%;
	text-indent: 1rem;
}
.address_list{
	margin-bottom: 20px;
}
.address_list li{
	width: 100%;
	margin-bottom: 20px;
}
.address_list li a{
	text-decoration:none;
}
.address_list li span{
	display: block;
	width: 100%;
}
.kind_tel{
    margin-right: 20px;
}
.at_sign{
    padding: 0 6px;
}
.contract_list{
    list-style-type: none;
}
.contract_list li{
    margin-bottom: 10px;
}
.exclusion{
    margin-top: 20px;
}
.paper{
    margin-bottom: 20px;
}
.dl_btn{
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.dl_btn a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background: #1e90ff;
    color: #fff;
}
.destination{
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 10px;
}
span.company_destination{
    display: block;
}
span.tel,span.hp,span.adress,
span.group{
    margin-right: 10px;
}
/*------------------- データ復旧サービス申込書/契約書 -------------------*/
.contract{
    background: #f5f5f5;
    padding: 20px 10px;
    border: 1px solid #191970;
    margin-bottom: 20px;
}
.consent_list{
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.consent_list dt{
    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #191970;
}
.contract_list{
    margin-bottom: 20px;
}
.contract_list li{
    margin-bottom: 10px;
}
.contract_check{
    border: 1px solid #dc143c;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.guarantee{
    margin: 20px 0;
}
.caution_text{
    width: 100%;
    margin-bottom: 20px;
}
/*--------------------- 障害メディアについてのご入力 -------------------*/
.kind_list li{
    width: 100%;
    margin-bottom: 20px;
}
.symptom_info{
    display: block;
    margin-bottom: 10px;
    color: #6b6b6b;
}
.question{
    margin-bottom: 20px;
}
.question dt{
    margin-bottom: 20px;
}
.question dt span{
    display: inline-block;
    font-weight: 600;
    color: #da70d6;
    padding: 0 4px;
    margin: 0 6px;
    background: #e6e6fa;
    border-radius: 50%; 
}
.button_area{
    margin-bottom: 40px;
}
.location{
    background: #ebebeb;
    padding: 10px;
    margin-bottom: 40px;
}
/*-------------------- 障害メディアについてのご入力 -------------------*/
.kind_list>li{
    width: 100%;
    margin-bottom: 20px;
}
.kind_list>li span{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.symptom_info{
    width: 100%;
    display: block;
    text-align: left;
    margin: 20px 0;
    color: #6b6b6b;
}
.question{
    width: 100%;
    margin-bottom: 20px;
}
.question dt{
    margin-bottom: 20px;
}
.question dt span{
    font-weight: 600;
    color: #da70d6;
    padding: 0 6px;
}
/*------------------- コンタクトボタン ---------------------*/
.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: 20px;
    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: 1.6;
    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;
    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;
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    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: 2;
	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;
}
/*------------ ページ表題 -------------------*/
.mv{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    z-index: 1;
}
.mv img{
    width: 100%;
    height: auto;
}
.mv h1{
    position: absolute;
    font-size: 16px;
    top: 22%;
    left:38%;
    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: 34%;
    text-shadow: white 1px 2px 2px;
    z-index: 2;
}
/*------------------------- g_nav ---------------------------*/
.navi{
    width: 100%;
    background: #fff;
    z-index: 999;
}
.gnav_pc{
    display: block;
    width: 100%;
    border-bottom: 10px solid #d4d4d4;
}
.gnav_pc ul{
    width: 100%;
    overflow: hidden;
    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;
}
/*-------------------- メインコンテンツ ---------------------*/
.main{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wrap{
    width: 100%;
    padding: 160px 10px 80px;
    box-sizing: border-box;
}
section.content{
    width: 100%;
    margin-bottom: 40px;
}

.content h3{
    width: 100%;
    color: #fff;
    background-color: #00608d;
    border-radius: 10px;
    padding: 1rem;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
    box-sizing: border-box;
}
.content h4{
    width: 100%;
    font-size: 20px;
    color: #323232;
    border-left: 2px solid #323232;
    padding: 1rem;
    line-height: 1.4;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.chapter{
    width: 100%;
    margin-bottom: 20px;
}
.wrap{
    width: 100%;
    padding: 320px 10px 80px;
    box-sizing: border-box;
}
.contents1{
    width: 100%;
}
/*------------------------- お申込み -------------------------*/
.caution{
    width: 100%;
    margin-bottom: 1rem;
}
.caution_list{
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
}
.order_input{
    width: 100%;
    margin-bottom: 20px;
}
.order_case{
    width: 100%;
    margin-bottom: 20px;
}
.certificate h3{
    width: 100%;
    color: #fff;
    background-color:#192A84;
    border-radius: 10px;
    padding: 1rem;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 3.33%
}
span.er{
    font-weight: 600;
    color: #ff3300;
}
span.red{
    color: #ff3300;
    font-size: 18px;
    display: inline-block;
    padding: 4px;
}
.paper_btn{
    width: 50%;
    margin: 0 auto 40px;
}
.paper_btn a{
    display: block;
    width: 100%;
    background-color: #dc143c;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    background-image: url("../images/arrow_right_w.png");
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.red{
    color: #dc143c;
    margin-bottom: 20px;
}
.red strong{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
form{
    width: 100%;
}
.order_table{
    display: block;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
}
.order_table tbody{
    display: block;
    width: 100%;
}
.order_table tr{
    display: block;
    width: 100%;
    }
.order_table th{
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    padding: 1rem;
    background-color: #b0e0e6;
    text-align: left;
    box-sizing: border-box;
}
.order_table td{
    display: block;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    padding: 1rem;
    box-sizing: border-box;
}
.order_table td:last-of-type{
    border-bottom: none;
}
.service_list{
    width: 100%;
}
.kind_tel{
    margin-right: 40px;
}
.at_sign{
    display: inline-block;
    padding: 0 6px;
}
.file_info{
    with:100%;
    display: block;
}
.submit_btn{
    width: 50%;
    margin: 0 auto;
}
.submit_btn input{
    width: 100%;
    padding: 1rem 2rem;
    background-color: #1e90ff;
    color: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
	border: none;
}
.order_ttl{
    display: inline-block;
    background-color: #2f4f4f;
    color: #fff;
    font-size: 18px;
    padding: 0.4rem 1.6rem;
    border-radius: 120px;
    margin-bottom: 1.4rem;
}
.specified{
    width: 100%;
    color: #dc143c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.button_box{
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.reset_button{
    width: 4px;
    float: none;
}

#error{
    width: 100%;
    padding: 10px;
    color: #dc143c;
    font-weight: 600;
    box-sizing: border-box;
}
button{
    display: inline-block;
    width: 20%;
    padding: 10px;
    background: #1e90ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 10px;
}
input {
    margin: 0 4px;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.message_box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.info_list{
    overflow: hidden;
    width: 100%;
    color: #6b6b6b;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}
.info_list>dt{
    width: 100%;
}
.info_list>dd{
    width: 100%;
}
.info_list>dd .example{
	width: 100%;
}
.info_list .example li{
	width: 100%;
}
.example_list{
    overflow: hidden;
    width: 100%;
    color: #6b6b6b;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
}
.example_list dt{
    width: 10%;
    float: left;
}
.example_list dd{
    width: 90%;
    float: left;
}
.example_list dd example{
	width: 100%;
}
.example_list dd example li{
	width:100%;
	margin-bottom:10px;
}
.reset_button input{
    width: 200px;
    padding: 1rem 2rem;
    background-color: #708090;
    color: #fff;
    margin-top: 2rem;
} 
.submit_button{
    width: 200px;
    float: none;
}
.submit_button input{
    width: 200px;
    padding: 1rem 2rem;
    background-color: #1e90ff;
    color: #fff;
    margin-top: 2rem;
} 
.submit_btn2{
    width: 50%;
    margin: 0 auto 40px;
}
.submit_btn2 input[type="submit"]{
    width: 100%;
    padding: 1rem 2rem;
    background-color: #9c9c9c;
    color: #fff;
	border: none;
}
label{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
input[type="text"] {
    width: 100%;
    height: 40px;
	padding: 10px;
	box-sizing: border-box;
    }
input.input3 {
        width: 46%;
        height: 40px;
}   
input[type="tel"] {
    width: 28%;
        height: 40px;
    margin-bottom: 0.4rem;
    }
input[name="keyg"] {
        width: 540px;
        height: 40px;
    }
input.input2{
    display: block;
    width: 100%;
    margin-bottom: 0.6rem;
}
textarea {
    width: 100%;
    height: 6em;
}
h5.send{
    width: 100%;
    font-size: 22px;
    color: #191970;
    border: 1px solid #708090;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
h6{
    border-bottom: 1px solid #708090;
    font-size: 18px;
    margin-bottom: 20px;
}
.return{
    display: block;
    width: 30%;
    margin-bottom: 40px;
}
.return a{
    display: block;
    width: 100%;
    background-color: #4169e1 ;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    background-image: url("../images/arrow_left.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
.day{
    display: block;
}
.send_text{
    margin-bottom: 40px!important;
}
span.mark{
background:linear-gradient(transparent 70%, #FFFF00 0%);
}
.sendding{
    width: 70%;
    margin: 20px auto 40px;
}
.sendding a{
    display: block;
    width: 100%;
    background: #009380;
    color:#fff;
    text-decoration: none;
    padding: 30px 80px;
    background-image: url("../images/yamato.png");
    background-repeat: no-repeat;
    background-size: 40px auto; 
    background-position: left 10px center;
    border-radius: 6px;
    box-sizing: border-box;
}
.sendding a strong{
    color: #fdd000;
}
.campaign{
    display: none;
}
    
/*------------------------ 個人情報使用目的 ---------------------*/
.privacy_box{
    margin-bottom: 40px;
}
.privacy_list{
    margin-bottom: 20px;
}
.privacy_list dt{
    width: 100%;
    border-bottom: 1px solid #191970;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.address{
    margin-bottom: 20px;
}
.address dt{
    margin-bottom: 20px;
}
.company_destination{
    color: #323232;
}
.business_list{
    margin-bottom: 20px;
}
.business_list dt{
	width: 100%;
	margin-bottom: 20px;
}
.order_lists{
	width: 100%;
    margin-bottom: 20px;
}
.order_lists li{
	width: 100%;
	padding-left: 1rem;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.lists{
    padding: 10px;
    margin-bottom: 20px;
}
.lists li{
    width: 100%;
    text-indent: -15px;
    padding-left: 15px;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.lists li a{
    text-decoration: none;
}
.lists li span{
    color: #191970;
    padding: 0 6px;
}
.handling_list{
	width: 100%;
	margin-bottom:20px;
}
.handling_list dt{
	width: 100%;
	margin-bottom: 20px;
}
.handling_list dd{
	width: 100%;
	padding-left: 1rem;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.purpose_list{
	width: 100%;
}
.purpose_list dt{
	width: 100%;
	margin-bottom: 20px;
}
.organization_list{
	width: 100%;
	margin-bottom: 20px;
}
.organization_list dt{
	width: 100%;
	margin-bottom: 20px
}
.organization_list dd{
	width: 100%;
	text-indent: 1rem;
}
.address_list{
	margin-bottom: 20px;
}
.address_list li{
	width: 100%;
	margin-bottom: 20px;
}
.address_list li a{
	text-decoration:none;
}
.address_list li span{
	display: block;
	width: 100%;
}
.kind_tel{
    margin-right: 20px;
}
.at_sign{
    padding: 0 6px;
}
.contract_list{
    list-style-type: none;
}
.contract_list li{
    margin-bottom: 10px;
}
.exclusion{
    margin-top: 20px;
}
.paper{
    margin-bottom: 20px;
}
.dl_btn{
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.dl_btn a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 20px;
    background: #1e90ff;
    color: #fff;
}
.destination{
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 10px;
}
span.company_destination{
    display: block;
}
span.tel,span.hp,span.adress,
span.group{
    margin-right: 10px;
}
/*---------------------- データ復旧サービス申込書/契約書 --------------------*/
.contract{
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #191970;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.consent_list{
    margin-bottom: 40px;
    background: #fff;
    padding: 10px;
}
.consent_list dt{
    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #191970;
}
.contract_list{
    width: 100%;
    margin-bottom: 20px;
}
.contract_list li{
    width: 100%;
    margin-bottom: 10px;
}
.contract_check{
    width: 100%;
    border: 1px solid #dc143c;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.guarantee{
    margin: 20px 0;
}
.privacy_check{
    width: 100%;
    border: 1px solid #dc143c;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.caution_text{
    width: 100%;
    color: #dc143c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
}
.location{
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #999;
    margin-bottom: 40px;
    box-sizing: border-box;
}
/*----------------------- 障害メディアについてのご入力 -------------------*/
.kind_list li{
	width: 100%;
	margin-bottom: 20px;
}
.symptom_info{
    display: block;
    margin: 20px 0;
    color: #6b6b6b;
}
.question{
	display:block;
    width: 100%;
    margin-bottom: 20px;
}
.question dt{
    width: 100%;
    margin-bottom: 20px;
}
.question dt span{
    font-weight: 600;
    color: #da70d6;
    padding: 0 6px;
}
.question dd{
    width: 100%;
    margin-bottom: 20px;
    
}
/*---------------- コンタクトボタン --------------------*/
.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: 20px;
    text-align: left;
}
.contact_button h5 span{
    color: #2b2b2b;
    font-size: 16px;
    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;
}

/*--------------- 上へ戻るボタン -----------------*/
#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;
}
}