/* CSS Document */

/*---------------------------------- PC表示-----------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
body,html{
    width: 100%;
    box-sizing: border-box;
    line-height: 2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #555;
}
a{
    color: #4169e1;
}
.wrapper{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
/*------------- header --------------*/

.header_pc{
    width: 100%;
    position: fixed;
    padding: 10px;
    box-sizing: border-box;
    z-index: 999;
    background: #fff;
    margin-top: -10px;
}
.header_sp{
    display: none;
}
.header{
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.logo_box{
    width: 14%;
    float: left;
    margin-right: 4%;
}
.logo_box h1{
    width: 100%;
    margin: 0 20px 10px 0;
    padding: 0;
}
.logo_box h1 img{
    display: block;
    width: 100%;
}
.industry{
    width: 100%;
    padding: 4px 16px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    color: #2a83a2;
    border-radius: 100vh; 
    border: 1px solid #2a83a2;
}
.contact_box{
    width: 82%;
    float: right; 
    overflow: hidden;
}
ul.contact_inner_list{
    width: 100%;
    overflow: hidden;
}
ul.contact_inner_list>li:first-of-type{
    width: 84%;
    box-sizing: border-box;
    float: left;
    margin-right: 4%;
}
ul.contact_inner_list>li:last-of-type{
    width: 12%;
    box-sizing: border-box;
    float: right;
}
.tel_list{
    width: 100%;
}
.tel_list dt{
    width: 100%;
    margin-bottom: 10px;
}
.tel_list dt span{
    display: inline-block;
    padding: 0 20px;
    background: #355590;
    color: #fff;
    border-radius: 100vh;
}
.tel_list dd{
    width: 100%;
}
.tel_inner_list{
    width: 100%;
    overflow: hidden;
}
.tel_inner_list li:first-of-type{
    width: 48%;
    float: left;
    }
.tel_inner_list li:last-of-type{
    width: 48%;
    float: left;
}
.mail_contact{
    display: block;
    width: 100%;
    background: #355590;
    border-radius: 4px;
}
.mail_contact a{
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 4px;
}
.mail_contact a:hover{
    background: #2a83a2;
    border-radius: 4px;
}
ul.tel_inner_list{
    width: 100%;
    overflow: hidden;
}
ul.tel_inner_list>li:first-of-type{
    display: block;
    width: 48%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding-left: 55px;
    box-sizing: border-box;
    background-image: url("../images/toll_free_icon.png");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 4%;
}
ul.tel_inner_list>li:last-of-type{
    display: block;
    width: 48%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding-left: 55px;
    box-sizing: border-box;
    background-image: url("../images/phone_icon.png");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: left center;
}
span.business_hours{
    display: block;
    width: 100%;
}
.mail_c{
    width: 100%;
    height: auto;
}
.mail_c a{
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
}
.mail_c a:hover{
    background: #ccc;
}
.mail_c span.icon{
    display: block;
    width: 100%;
    padding-top: 10px;
}
.mail_c span.icon img{
    display: block;
    width: 30%;
    margin: 10px auto 10px;
}
.mail_c span.mail_text{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
/*------------------ g_nav ----------------*/
.g_nav{
    overflow: hidden;
    width: 1200px;
    padding: 10px 0;
    margin:0 auto;
}
.g_nav li{
    display: inline-block;
    margin-left: 20px;
}
.g_nav li a{
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 0 20px;
    border-right: 1px solid #579BC8; 
}
.g_nav li:first-child a{
    padding-left: 0 ;
}
.g_nav li:last-child a{
    border-right: none;
    background: #2a83a2;
    color: #fff;
    padding: 10px 10px 2px;
    border-radius: 10px 10px 0 0; 
}
.g_nav li a:hover{
    color: #87cefa;
}
.g_nav li:last-child a:hover{
    border-right: none;
    background: #2a83a2;
    color: #000080;
    padding: 10px 10px 2px;
    border-radius: 10px 10px 0 0; 
}
/*--------------- 下層ページ用タイトル画像 --------------------*/
main{
    width: 100%;
    padding: 160px 0 40px;
    box-sizing: border-box;
}
h1.imp {
    text-align: center;
    background-color: #fff;
    color: #fff;
}
.title_img{
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
}
.title_img img{
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.c_name{
    display: none;
}
span.title_text{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    position: absolute;
    top: 40%;
    left: 42%;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2em;
}
.title_img_sp{
    display: none;
}
.sp_mv{
    display: none;
}
/*----------------- パンくず -----------------*/
.breadcrumb {
    width: 1200px;
    padding: 10px 0;
    margin:0 auto 10px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    color: #323232;
    font-size: 14px;
}
.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_contents{
    width: 1200px;
    margin: 40px auto 20px;
}
/*----------------- raidについて ------------------*/
section.raid{
    width: 100%;
    margin-bottom: 60px;
}
.raid h3{
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 1.2;
}
.detail_box{
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}
.detail_img{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.detail_img img{
    width: 100%;
    height: auto;
}
.detail_text{
    width: calc(100% - 420px); 
    float: left;
}
.lead{
    width: 100%;
    line-height: 2;
    margin-bottom: 40px;
}
.raid_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.raid_box figure{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.raid_box figure img{
    display: block;
    width: 100%;
    height: auto;
}
.raid_box figure figcaption{
    display: block;
    width: 100%;
    font-weight: 300;
    border: 1px solid #9c9c9c;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}

.da_box{
    width: 100%;
    margin-bottom: 40px;
}
.da_box h6{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-left: 2px solid #191970;
    padding: 10px;
    margin-bottom: 20px;
}
.da_list{
    width: 100%;
    overflow: hidden;
    margin-bottom: 4px;
}
.da_list dt{
    width: 50%;
    float: left;
    background-color: #1e90ff;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-right: 20px;
}
.da_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
}

.term_list{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.term_list dt{
    width: 100%;
    border: 1px solid #dcdcdc;
    color: #323232;
    background-color: #f5f5f5;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
}
.term_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-top:0; 
    border-radius: 0 0 10px 10px;
}

.detail_u_text{
    margin-bottom: 40px;
}
.detail_u_text h4{
    width: 100%;
    border-left: 1px solid #191970;
    border-bottom: 1px solid #191970;
    color: #191970;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.detail_u_text h5{
    width: 100%;
    background-color: #9c9c9c;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.detail_u_text h6 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-left: 2px solid #191970;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
    }
.detail_u_text p{
    margin-bottom: 1rem;
    line-height: 1.7;
}
.detail_text h4{
    border-left: 1px solid #191970;
    border-bottom: 1px solid #191970;
    color: #191970;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.detail_text p{
    margin-bottom: 10px;
}
.storage_link_box{
    background-color: #dcdcdc;
    padding: 10px;
    margin-bottom: 40px;
}
.storage_link_box h4{
    width: 100%;
    background-color: #999;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666; 
}
.other_list{
    overflow: hidden;
}
.other_list li{
    width: 180px;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    padding: 0 4px;
    border-radius: 120px;
    border: 1px solid #999;
}
.other_list li a{
    width: 180px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #323232;
}
.other_list li a:hover{
    color: #87cefa;
    border-radius: 120px;
}
.other_list li.current{
    width: 180px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #f5f5f5;
}
dl.merit_list{
    margin-bottom: 20px;
}
dl.merit_list dt{
    width: 50%;
    display: inline-block;
    background-color: #191970;
    color: #fff;
    border-radius: 10px 10px 0 0; 
    padding: 10px 20px;
    box-sizing: border-box;
}
dl.merit_list dd{
    border: 1px solid #191970;
    padding: 10px;
}
dl.demerit_list{
    margin-bottom: 20px;
}
dl.demerit_list dt{
    display: inline-block;
    background-color: #6b6b6b;
    color: #fff;
    border-radius: 10px 10px 0 0; 
    padding: 10px 20px;
}
dl.demerit_list dd{
    border: 1px solid #6b6b6b;
    padding: 10px;
}
dl.raid1_list{
    margin-bottom: 20px;
}
dl.raid1_list dt{
    display: inline-block;
    background-color: #00ac97;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 120px;
}

dl.raid2_list{
    margin-bottom: 20px;
}
dl.raid2_list dt{
    display: inline-block;
    background-color: #9c9c9c;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 120px;
}
dl.raid2_list dd{
    margin-bottom: 4px;
}
dl.raid2_list dd span{
    display: inline-block;
    padding: 0 4px;
    color: #bbb;
}
.merit_list{
    width: 100%;
    margin-bottom: 20px;
}
.merit_list li{
    width: 100%;
    text-indent: -20px;
    padding-left: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.merit_list li:before{
    display: inline-block;
    content: "▶";
    color: #3cb371;
    padding: 0 6px;
}
.demerit_list{
    width: 100%;
    margin-bottom: 20px;
}
.demerit_list li{
    width: 100%;
    text-indent: -20px;
    padding-left: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.demerit_list li:before{
    display: inline-block;
    content: "▶";
    color: #9c9c9c;
    padding: 0 6px;
}  
/*--------- コンタクトリスト -------------*/
.contactlist{
    width: 80%;
    overflow: hidden;
    margin: 40px auto 80px;
}

.contactlist li:first-of-type {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.contactlist li:first-of-type a{
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #1e90ff;
    color: #fff;
    background-image: url("../images/telephone.png");
    background-size: 40px auto; 
    background-repeat: no-repeat;
    background-position: right 20px center;
    
}
.contactlist li:last-of-type{
    width: 48%;
    float: right;
}
.contactlist li:last-of-type a{
    display: block;
    width: 100%;
    padding: 24px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #1e90ff;
    background-image: url("../images/letter.png");
    background-size: 40px auto; 
    background-repeat: no-repeat;
    background-position: right 20px center;
}
/*--------- 遠慮なくお問合せ下さい。 --------------*/
.c_btn{
    border: 1px solid #5c5c5c;
    margin: 0 auto 40px;
    padding:20px;
}
.c_btn a{
    text-align: center;
    display: block;
    width: 200px;
    background-color: #4169e1;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 100px;
    background-image: url("../images/media/arrow_right.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-radius: 4px;
    margin: 0 auto 20px;
}
.c_btn span{
    display: block;
    margin-bottom: 20px;
}
/*--------------- セキュリティについて -----------------*/
.certificate h4  {
    font-size: 20px;
    font-weight: 600;
    background-color: #5c5c5c;
    color: #fff;
    padding: 6px 20px;
    border-radius: 120px;
    margin-bottom: 1.4rem;
}
.certificate p {
    margin-bottom: 20px;
}
.certificate_box{
    width: 300px;
    height: 200px;
    background-color: #efefef;
    margin: 0 auto 4rem;
    border: 6px solid #9c9c9c;
    padding: 2.66% 1.66% 2.66%;
}
.certificate_box img {
    display: block;
    width: 98px;
    height: 98px;
    margin: 0 auto 20px;
}    
figcaption {
    font-size: 18px;
    font-weight: 600;
}  

/*----------------- コンタクトボタン -----------------*/
.contact_area{
    margin-bottom: 80px;
}
.tel_btn{
    width: 440px;
    margin: 0 auto 30px;
    height: 60px;
}
.tel_btn a{
    display: block;
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 500;
    background-color: #5d66a6;
    text-decoration: none;
    color: #fff;
    background-image: url("../images/free_d.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
span.tel_num{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
}
.mail_btn{
    width: 440px;
    height:60px;
    margin: 0 auto;
}
    
.mail_btn a{
    display: block;
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 500;
    background-color: #5d66a6;
    text-decoration: none;
    color: #fff;
    background-image: url("../images/mail_icon.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}

/*-------------------- 上へ戻るボタン --------------------*/
#gototop{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#gototop a{
    width: 8%;
    height: auto;
    background-color: #2a83a2;
    display: table;
    margin-left: auto;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
#gototop a span{
    display: block;
    width: 100%;
}
#gototop a:hover,#gototop a:active{
     background-color: #c1c1c1;
}
/*-------------------- footer --------------------*/
footer{
    width: 100%;
    background-color:  #2a83a2;
}
.footer_nav{
    overflow: hidden;
    width: 1200px;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 0 auto 20px;
}
.nav_box{
    width: 60%;
    float: left;
    margin-right: 4%;
}
.nav_list{
    width: 48%;
    float: left;
    list-style-type: none;
    color: #fff;
    margin-right: 2%;
}
.nav_list li{
    width: 100%;
}
.nav_list li a{
    display: block;
    width: 100%;
    padding: 10px 0 10px 60px;
    box-sizing: border-box;
    color: #fff;
    background-image: url("../images/icon2.png");
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
.nav_list li a:hover{
    color: #000;
}
/*-------------------- footer内概要 --------------------*/
.office_box{
    background-color: #fff;
    width: 36%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.office_list{
    padding: 4px 0;
}
.office_list dt{
    font-size: 18px;
    font-weight: 600;
    color: #2a83a2;
}
.office_list dd{
    color: #2a83a2;
}
.contact_info{
    overflow: hidden;
}
.info_list{
    overflow: hidden;
    color: #2a83a2;
}
.info_list dt{
    width: 2.8em;
    float: left;
}
.info_list dt img{
    display:inline-block;
    width: 30px;
    height: auto;
    vertical-align: bottom;
}
.bus_hours{
    color: #2a83a2;
}
.freetel_num{
    font-size: 22px;
    font-weight: 600;
    color: #182881;
}
.footer_logo img{
    width: 120px;
    height: auto;
}
/*-------------------- コピーライト --------------------*/
.copyright{
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
}
}
/*----------------------------------ここからスマホ表示------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 639px){
body,html{
    width: 100%;
    box-sizing: border-box;
    line-height: 2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.wrapper{
    width: 100%;
    line-height: 2;
    color: #555;
    box-sizing: border-box;
}
a{
    color: #4169e1;
}
p{
    width: 100%;
    font-size: 1rem;
    line-height: 2;
}
/*--------------- header ----------------*/
.header_pc{
    display: none;
}
header {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}
header h1{
    width: 40%;
    margin-bottom: 10px;
}
header h1 a {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
header h1 a img{
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
}
main{
    width: 100%;
    padding: 40px 0 40px;
    box-sizing: border-box;
}
#menu-box {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #2a83a2;
    padding: 10px;
    margin-left: auto;
    z-index: 999;
}
#menu{
    display: none;
}

#menuspace {
    height: 115px;
}
#toggle{
    margin-left: auto;
    display: block;
    position: relative;
    width: 100px;
}
#toggle a{
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    text-decoration: none;
}
#toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
}
	
#toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 4px;
    background: #2a83a2;
}
#toggle a:before{
    margin-top: -6px;
}

#toggle a:after{
    margin-top: 2px; 
}
.navtitle {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}
.navtitle a {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.navtitle a hover{
    color: #fffacd;
}
.company_name{
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: #2A83A2;
}
/*------------ パンくず ------------*/
.breadcrumb {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-size: 14px;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 1%;
    color: #2b2b2b;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #323232;
    font-size: 0.9rem;
}
.breadcrumb li a:hover {
    text-decoration: underline;
    color: #9c9c9c;
}
.imp{
    text-align: center;
    background-color: #2a83a2;
    color: #fff;
    padding: 0.4rem 0;
}
.sp_mv{
    display: none
}
.main_contents{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
/*------------- 下層ページ用タイトル画像 ---------------*/
.imp {
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #fff;
}
span.c_name{
    display: none;
}

.sp_mv{
        display: none;
}
.title_img{
        display: none;
}
.title_img_sp{
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    letter-spacing: 0.2rem;
}
.title_img_sp img{
    display: block;
    width: 100%;
    height: auto;
}
span.title_text{
    display: none;
}
span.title_text_sp{
    display: block;
    position: absolute;
    top: 32%;
    left: 22%;
    color: #fff;
    font-family: "游明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 20px;
    font-weight: 600;
}
/*----------------- raidについて ------------------*/
section.raid{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.raid h3{
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 22px;
    margin-bottom: 2rem;
    line-height: 1.2;
}
.detail_box{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.detail_img{
    width: 100%;
    margin-bottom: 40px;
}
.detail_img img{
    display: block;
    width: 100%;
    height: auto;
}
.detail_text{
    width: 100%; 
    margin-bottom: 20px;
}
.lead{
    width: 100%;
    margin-bottom: 40px;
}
.raid_box{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.raid_box figure{
    width: 100%;
    margin-bottom: 20px;
}
.raid_box figure img{
    display: block;
    width: 100%;
    height: auto;
}
.raid_box figure figcaption{
    display: block;
    width: 100%;
    font-weight: 300;
    border: 1px solid #9c9c9c;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}

.da_box{
    width: 100%;
    margin-bottom: 40px;
}
.da_box h6{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-left: 2px solid #191970;
    padding: 10px;
    margin-bottom: 20px;
}
.da_list{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.da_list dt{
    width: 100%;
    background-color: #1e90ff;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}
.da_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
}
.term_list{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.term_list dt{
    width: 100%;
    border: 1px solid #dcdcdc;
    color: #323232;
    background-color: #f5f5f5;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
}
.term_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-top:0; 
    border-radius: 0 0 10px 10px;
}

.detail_u_text{
    width: 100%;
    margin-bottom: 40px;
}
.detail_u_text h4{
    width: 100%;
    border-left: 1px solid #191970;
    border-bottom: 1px solid #191970;
    color: #191970;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.detail_u_text h5{
    width: 100%;
    background-color: #9c9c9c;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.detail_u_text h6 {
    
    font-size: 16px;
    font-weight: 600;
    border-left: 2px solid #191970;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.detail_u_text p{
    margin-bottom: 1rem;
    line-height: 1.7;
}
.detail_text h4{
    width: 100%;
    border-left: 1px solid #191970;
    border-bottom: 1px solid #191970;
    color: #191970;
    font-size: 20px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.detail_text p{
    margin-bottom: 10px;
}
.storage_link_box{
    background-color: #dcdcdc;
    padding: 10px;
    margin-bottom: 40px;
}
.storage_link_box h4{
    background-color: #999;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666; 
}
dl.merit_list{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
dl.merit_list dt{
    width: 50%;
    display: inline-block;
    background-color: #191970;
    color: #fff;
    border-radius: 10px 10px 0 0; 
    padding: 10px 20px;
    box-sizing: border-box;
}
dl.merit_list dd{
    width: 100%;
    border: 1px solid #191970;
    padding: 10px;
    box-sizing: border-box;
}
dl.demerit_list{
    width: 100%;
    margin-bottom: 20px;
}
dl.demerit_list dt{
    width: 100%;
    background-color: #6b6b6b;
    color: #fff;
    border-radius: 10px 10px 0 0; 
    padding: 10px 20px;
    box-sizing: border-box;
}
dl.demerit_list dd{
    width: 100%;
    border: 1px solid #6b6b6b;
    padding: 10px;
    box-sizing: border-box;
}
.composition{
    width: 100%;
}
dl.raid1_list{
    width: 100%;
    margin-bottom: 40px;
}
dl.raid1_list dt{
    width: 100%;
    display: inline-block;
    background-color: #00ac97;
    padding: 10px 30px;
    box-sizing: border-box;
    font-weight: 600;
    color: #fff;
    border-radius: 100vh;
    margin-bottom: 20px;
}

dl.raid2_list{
    margin-bottom: 20px;
}
dl.raid2_list dt{
    display: block;
    width: 100%;
    background-color: #9c9c9c;
    padding: 10px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 120px;
}
dl.raid2_list dd{
    margin-bottom: 4px;
}
dl.raid2_list dd span{
    display: inline-block;
    padding: 0 4px;
    color: #bbb;
}
.merit_list{
    width: 100%;
    margin-bottom: 20px;
}
.merit_list li{
    width: 100%;
    text-indent: -20px;
    padding-left: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.merit_list li:before{
    display: inline-block;
    content: "▶";
    color: #3cb371;
    padding: 0 6px;
}
.demerit_list{
    width: 100%;
    margin-bottom: 20px;
}
.demerit_list li{
    width: 100%;
    text-indent: -20px;
    padding-left: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.demerit_list li:before{
    display: inline-block;
    content: "▶";
    color: #9c9c9c;
    padding: 0 6px;
}  
/*--------- コンタクトリスト -------------*/
.contactlist{
    width: 80%;
    overflow: hidden;
    margin: 40px auto 80px;
}

.contactlist li:first-of-type {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.contactlist li:first-of-type a{
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #1e90ff;
    color: #fff;
    background-image: url("../images/telephone.png");
    background-size: 40px auto; 
    background-repeat: no-repeat;
    background-position: right 20px center;
    
}
.contactlist li:last-of-type{
    width: 48%;
    float: right;
}
.contactlist li:last-of-type a{
    display: block;
    width: 100%;
    padding: 24px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #1e90ff;
    background-image: url("../images/letter.png");
    background-size: 40px auto; 
    background-repeat: no-repeat;
    background-position: right 20px center;
}
/*--------- 遠慮なくお問合せ下さい。 --------------*/
.c_btn{
    width: 100%;
    padding:20px;    
    border: 1px solid #5c5c5c;
    box-sizing: border-box;
    margin: 0 auto 40px;
}
.c_btn a{
    display: block;
    width: 80%;
    background-color: #4169e1;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    background-image: url("../images/media/arrow_right.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-radius: 4px;
    margin: 20px auto 20px;
}
.c_btn span{
    display: block;
    margin-bottom: 20px;
}
/*--------------- セキュリティについて -----------------*/
.certificate{
    width: 100%;
}
.certificate h4{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    background-color: #5c5c5c;
    color: #fff;
    padding: 6px 20px;
    box-sizing: border-box;
    border-radius: 100vh;
    margin-bottom: 1.4rem;
}
.certificate p {
    margin-bottom: 20px;
}
.certificate_box{
    width: 300px;
    height: 200px;
    background-color: #efefef;
    margin: 0 auto 4rem;
    border: 6px solid #9c9c9c;
    padding: 2.66% 1.66% 2.66%;
}
.certificate_box img {
    display: block;
    width: 98px;
    height: 98px;
    margin: 0 auto 20px;
}    
figcaption {
    font-size: 18px;
    font-weight: 600;
}  

/*----------------- コンタクトボタン -----------------*/
.contact_area{
    margin-bottom: 80px;
}
.tel_btn{
    width: 440px;
    margin: 0 auto 30px;
    height: 60px;
}
.tel_btn a{
    display: block;
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 500;
    background-color: #5d66a6;
    text-decoration: none;
    color: #fff;
    background-image: url("../images/free_d.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
span.tel_num{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
}
.mail_btn{
    width: 440px;
    height:60px;
    margin: 0 auto;
}
    
.mail_btn a{
    display: block;
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 500;
    background-color: #5d66a6;
    text-decoration: none;
    color: #fff;
    background-image: url("../images/mail_icon.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}

/*-------------------- 上へ戻るボタン --------------------*/
#gototop{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#gototop a{
    width: 14%;
    height: auto;
    background-color: #2a83a2;
    display: table;
    margin-left: auto;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
#gototop a span{
    display: block;
    width: 100%;
}
#gototop a:hover,#gototop a:active{
     background-color: #c1c1c1;
}
/*------------------- footer ------------------*/
footer {
    width: 100%;
    background-color: #2a83a2;
    color: #fff;
    overflow: hidden;
    padding-top: 1rem;
}
.footer_nav{
    width: 100%;
    padding: 0 3.33%;
    box-sizing: border-box;
 }
.nav_box{
    width: 100%;
    margin-bottom: 20px;
}
.nav_list{
    width: 100%;
    margin-bottom: 20px;
}
.nav_list li{
    width: 100%;
    margin-bottom: 20px;
}
.nav_list li a{
    display: block;
    width: 100%;
    padding: 10px 0 10px 60px;
    box-sizing: border-box;
    color: #fff;
    background-image: url("../images/icon2.png");
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
.nav_list li a:hover,.nav_list li a:focus{
    color:#b2b2b2;
 }
/*------------------- footer内概要 ------------------*/
.office_box{
    background-color: #fff;
    width: 94%;
    margin: 0 auto;
    float: none;
    padding: 10px;
}
.office_list{
    margin-bottom: 10px;
}
.office_list dt{
    font-size: 18px;
    font-weight: 600;
    color: #2a83a2;
}
.office_list dd{
    color: #2a83a2;
    font-size: 14px;
}
.contact_info{
    overflow: hidden;
}
.contact_information{
    width: 180px;
    float: left;
}
.info_list{
    overflow: hidden;
    color: #2a83a2;
}
.info_list dt{
    width: 2.8em;
    float: left;
}
.info_list dt img{
    display:inline-block;
    width: 30px;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 0;
    padding-bottom: 0.2rem;
}
.info_list dd a{
    text-decoration: none;
}
.bus_hours{
    color: #2a83a2;
    font-size: 15px;
}
.freetel_num{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #182881;
}
.footer_logo img{
    width: 120px;
    height: auto;
}
.free_tel{
    padding-top: 0;
}
.free_tel img{
    width: 50px;
    height:30px;
}
.footer_logo img{
    width: 159px;
    height: 46px;
    margin-bottom: 1rem;
}

/*----------- コピーライト ------------*/
footer small {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    clear: both;
    text-align: center;
    box-sizing: border-box;
}

/*--------------- ハンバーガーメニュー ---------------*/
#menu{
    display: none;
}
.slicknav_nav {
    clear: both;
}
.slicknav_nav ul {
    display: block;
}
.slicknav_nav li {
    display: block;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_nav .slicknav_item a {
    display: inline;
}
.slicknav_nav .slicknav_row {
    display: block;
}
.slicknav_nav a {
    display: block;
}
.slicknav_nav .slicknav_parent-link a {
    display: inline; 
}
.slicknav_brand {
    float: left; 
}
.slicknav_menu {
    font-size: 24px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 6px;
}
.slicknav_menu li {
    background: #ccc;
}
.slicknav_menu * {
    box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    border-radius: 4px;
    background-color: #5b5b5b;
}
.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
}
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; 
}
.slicknav_nav .slicknav_row:hover {
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}
.slicknav_nav a {
    padding: 10px;
    margin: 2px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.slicknav_nav a:hover {
    margin: 2px 0px;
    background: #fff;
    color: #323232;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}
.slicknav_nav li {
    display: block;
    background: #fff;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_nav .slicknav_item a {
    display: inline;
}
.slicknav_nav .slicknav_row {
    display: block;
}
.slicknav_nav a {
    display: block;
}
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}
.slicknav_brand {
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; 
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}
.slicknav_menu {
    *zoom: 1; 
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
    margin: 0; 
	padding: 8px;
}
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
  .slicknav_menu:before {
    content: " ";
    display: table;
}
.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}
.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 5px;
}
.slicknav_menu * {
    box-sizing: border-box; 
}
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar{
    background-color: #fff;
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    background-color: #ccc;
}
}
/*----------------------------------ここからTB表示------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 640px) and (max-width: 1199px){

body,html{
    width: 100%;
    box-sizing: border-box;
    line-height: 2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #555;
}
a{
    color: #4169e1;
}
.wrapper{
    width: 100%;
}
/*------------- header --------------*/

.header_pc{
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 10px 10px 0;
    box-sizing: border-box;
    background: #fff;
    margin-top: -10px;
}
.header_sp{
    display: none;
}
.header{
    display: block;
    width: 100%;
}
.logo_box{
    width: 16%;
    float: left;
    margin-right: 2%;
}
.logo_box h1{
    width: 100%;
    padding: 10px;
}
.logo_box h1 img{
    display: block;
    width: 100%;
}
.industry{
    width: 100%;
    padding: 4px 16px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    color: #2a83a2;
    border-radius: 100vh; 
    border: 1px solid #2a83a2;
}
.contact_box{
    width: 82%;
    float: right; 
    overflow: hidden;
}
ul.contact_inner_list{
    width: 100%;
    overflow: hidden;
}
ul.contact_inner_list>li:first-of-type{
    width: 84%;
    box-sizing: border-box;
    float: left;
}
ul.contact_inner_list>li:last-of-type{
    width: 16%;
    padding: 10px 0;
    box-sizing: border-box;
    float: right;
}
.tel_list{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.tel_list dt{
    width: 100%;
    margin-bottom: 10px;
}
.tel_list dt span{
    display: inline-block;
    padding: 0 20px;
    background: #355590;
    color: #fff;
    border-radius: 100vh;
}
.tel_list dd{
    width: 100%;
}
.tel_inner_list{
    width: 100%;
    overflow: hidden;
}
.tel_inner_list li:first-of-type{
    width: 48%;
    float: left;
    }
.tel_inner_list li:last-of-type{
    width: 48%;
    float: left;
}
.mail_contact{
    display: block;
    width: 100%;
    background: #355590;
    border-radius: 4px;
}
.mail_contact a{
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 4px;
}
.mail_contact a:hover{
    background: #2a83a2;
    border-radius: 4px;
}
ul.tel_inner_list{
    width: 100%;
    overflow: hidden;
}
ul.tel_inner_list>li:first-of-type{
    display: block;
    width: 40%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding-left: 6%;
    box-sizing: border-box;
    background-image: url("../images/toll_free_icon.png");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 2%;
}
ul.tel_inner_list>li:last-of-type{
    display: block;
    width: 58%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding-left: 6%;
    box-sizing: border-box;
    background-image: url("../images/phone_icon.png");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: left center;
}
span.business_hours{
    display: block;
    width: 100%;
}
.mail_c{
    width: 100%;
    height: auto;
}
.o_direct{
    font-weight: 300;
    font-size: 14px;
}
.mail_c a{
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
}
.mail_c a:hover{
    background: #ccc;
}
.mail_c span.icon{
    display: block;
    width: 100%;
    padding-top: 10px;
}
.mail_c span.icon img{
    display: block;
    width: 30%;
    margin: 10px auto 10px;
}
.mail_c span.mail_text{
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

/*------------------ g_nav ----------------*/
.g_nav{
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}
.g_nav li{
    display: inline-block;
    padding: 0 1%;
}
.g_nav li a{
    display: block;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 0 4px;
    border-right: 1px solid #579BC8; 
}
.g_nav li:first-child a{
    padding-left: 0 ;
}
.g_nav li:last-child a{
    border-right: none;
    background: #2a83a2;
    color: #fff;
    border-radius: 10px 10px 0 0; 
}
.g_nav li a:hover{
    color: #87cefa;
}
.g_nav li:last-child a:hover{
    border-right: none;
    background: #2a83a2;
    color: #000080;
    padding: 10px 10px 2px;
    border-radius: 10px 10px 0 0; 
}
/*--------------- 下層ページ用タイトル画像 --------------------*/
main{
    width: 100%;
    padding: 160px 0 40px;
    box-sizing: border-box;
}
h1.imp {
    text-align: center;
    background-color: #fff;
    color: #fff;
}
.title_img{
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
}
.title_img img{
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.c_name{
    display: none;
}
span.title_text{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    position: absolute;
    top: 34%;
    left: 34%;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2em;
}
.title_img_sp{
    display: none;
}
.sp_mv{
    display: none;
}
/*----------------- パンくず -----------------*/
.breadcrumb {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    color: #323232;
    font-size: 14px;
}
.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;
}
/*----------------- raidについて ------------------*/
.main_contents{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
section.raid{
    width: 100%;
    margin-bottom: 60px;
}
.raid h3{
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 1.2;
}
.detail_box{
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}
.detail_img{
    width: 48%;
    float: left;
    margin-right: 2%; 
}
.detail_img img{
    width: 100%;
    height: auto;
}
.detail_text{
    width: calc(100% - 420px); 
    float: left;
}
.lead{
    width: 100%;
    line-height: 2;
    margin-bottom: 40px;
}
.raid_box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.raid_box figure{
    width: 400px;
    float: right;
    margin: 0 0 20px 20px;
}
.raid_box figure img{
    display: block;
    width: 100%;
    height: auto;
}
.raid_box figure figcaption{
    display: block;
    width: 100%;
    font-weight: 300;
    border: 1px solid #9c9c9c;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}

.da_box{
    width: 100%;
    margin-bottom: 40px;
}
.da_box h6{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-left: 2px solid #191970;
    padding: 10px;
    margin-bottom: 20px;
}
.da_list{
    width: 100%;
    overflow: hidden;
    margin-bottom: 4px;
}
.da_list dt{
    width: 50%;
    float: left;
    background-color: #1e90ff;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-right: 20px;
}
.da_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
}

.term_list{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.term_list dt{
    width: 100%;
    border: 1px solid #dcdcdc;
    color: #323232;
    background-color: #f5f5f5;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
}
.term_list dd{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-top:0; 
    border-radius: 0 0 10px 10px;
}

.detail_u_text{
    margin-bottom: 40px;
}
.detail_u_text h4{
    width: 100%;
    border-left: 1px solid #191970;
    border-bottom: 1px solid #191970;
    color: #191970;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.detail_u_text h5{
    width: 100%;
    background-color: #9c9c9c;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.detail_u_text h6 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-left: 2px solid #191970;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
    }
.detail_u_text p{
    margin-bottom: 1rem;
    line-height: 1.7;
}
.detail_text h4{
    border-left: 1px solid #191970;
    border-bottom: 1px solid #191970;
    color: #191970;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.detail_text p{
    margin-bottom: 10px;
}
.storage_link_box{
    background-color: #dcdcdc;
    padding: 10px;
    margin-bottom: 40px;
}
.storage_link_box h4{
    width: 100%;
    background-color: #999;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666; 
}
.other_list{
    overflow: hidden;
}
.other_list li{
    width: 180px;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    padding: 0 4px;
    border-radius: 120px;
    border: 1px solid #999;
}
.other_list li a{
    width: 180px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #323232;
}
.other_list li a:hover{
    color: #87cefa;
    border-radius: 120px;
}
.other_list li.current{
    width: 180px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #f5f5f5;
}
dl.merit_list{
    margin-bottom: 20px;
}
dl.merit_list dt{
    width: 50%;
    display: inline-block;
    background-color: #191970;
    color: #fff;
    border-radius: 10px 10px 0 0; 
    padding: 10px 20px;
    box-sizing: border-box;
}
dl.merit_list dd{
    border: 1px solid #191970;
    padding: 10px;
}
dl.demerit_list{
    margin-bottom: 20px;
}
dl.demerit_list dt{
    display: inline-block;
    background-color: #6b6b6b;
    color: #fff;
    border-radius: 10px 10px 0 0; 
    padding: 10px 20px;
}
dl.demerit_list dd{
    border: 1px solid #6b6b6b;
    padding: 10px;
}
dl.raid1_list{
    margin-bottom: 20px;
}
dl.raid1_list dt{
    display: inline-block;
    background-color: #00ac97;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 120px;
}

dl.raid2_list{
    margin-bottom: 20px;
}
dl.raid2_list dt{
    display: inline-block;
    background-color: #9c9c9c;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 120px;
}
dl.raid2_list dd{
    margin-bottom: 4px;
}
dl.raid2_list dd span{
    display: inline-block;
    padding: 0 4px;
    color: #bbb;
}
.merit_list{
    width: 100%;
    margin-bottom: 20px;
}
.merit_list li{
    width: 100%;
    text-indent: -20px;
    padding-left: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.merit_list li:before{
    display: inline-block;
    content: "▶";
    color: #3cb371;
    padding: 0 6px;
}
.demerit_list{
    width: 100%;
    margin-bottom: 20px;
}
.demerit_list li{
    width: 100%;
    text-indent: -20px;
    padding-left: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.demerit_list li:before{
    display: inline-block;
    content: "▶";
    color: #9c9c9c;
    padding: 0 6px;
}  
/*--------- コンタクトリスト -------------*/
.contactlist{
    width: 80%;
    overflow: hidden;
    margin: 40px auto 80px;
}

.contactlist li:first-of-type {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.contactlist li:first-of-type a{
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #1e90ff;
    color: #fff;
    background-image: url("../images/telephone.png");
    background-size: 40px auto; 
    background-repeat: no-repeat;
    background-position: right 20px center;
    
}
.contactlist li:last-of-type{
    width: 48%;
    float: right;
}
.contactlist li:last-of-type a{
    display: block;
    width: 100%;
    padding: 24px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #1e90ff;
    background-image: url("../images/letter.png");
    background-size: 40px auto; 
    background-repeat: no-repeat;
    background-position: right 20px center;
}
/*--------- 遠慮なくお問合せ下さい。 --------------*/
.c_btn{
    border: 1px solid #5c5c5c;
    margin: 0 auto 40px;
    padding:20px;
}
.c_btn a{
    text-align: center;
    display: block;
    width: 200px;
    background-color: #4169e1;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 100px;
    background-image: url("../images/media/arrow_right.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-radius: 4px;
    margin: 0 auto 20px;
}
.c_btn span{
    display: block;
    margin-bottom: 20px;
}
/*--------------- セキュリティについて -----------------*/
.certificate h4  {
    font-size: 20px;
    font-weight: 600;
    background-color: #5c5c5c;
    color: #fff;
    padding: 6px 20px;
    border-radius: 120px;
    margin-bottom: 1.4rem;
}
.certificate p {
    margin-bottom: 20px;
}
.certificate_box{
    width: 300px;
    height: 200px;
    background-color: #efefef;
    margin: 0 auto 4rem;
    border: 6px solid #9c9c9c;
    padding: 2.66% 1.66% 2.66%;
}
.certificate_box img {
    display: block;
    width: 98px;
    height: 98px;
    margin: 0 auto 20px;
}    
figcaption {
    font-size: 18px;
    font-weight: 600;
}    
/*----------------- コンタクトボタン -----------------*/
.contact_area{
    margin-bottom: 80px;
}
.tel_btn{
    width: 440px;
    margin: 0 auto 30px;
    height: 60px;
}
.tel_btn a{
    display: block;
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 500;
    background-color: #5d66a6;
    text-decoration: none;
    color: #fff;
    background-image: url("../images/free_d.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
span.tel_num{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
}
.mail_btn{
    width: 440px;
    height:60px;
    margin: 0 auto;
}
    
.mail_btn a{
    display: block;
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 500;
    background-color: #5d66a6;
    text-decoration: none;
    color: #fff;
    background-image: url("../images/mail_icon.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}

/*-------------------- 上へ戻るボタン --------------------*/
#gototop{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#gototop a{
    width: 8%;
    height: auto;
    background-color: #2a83a2;
    display: table;
    margin-left: auto;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
#gototop a span{
    display: block;
    width: 100%;
}
#gototop a:hover,#gototop a:active{
     background-color: #c1c1c1;
}
/*-------------------- footer --------------------*/
footer{
    width: 100%;
    background-color:  #2a83a2;
}
.footer_nav{
    overflow: hidden;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 0 auto 20px;
}
.nav_box{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.nav_list{
    width: 46%;
    float: left;
    list-style-type: none;
    color: #fff;
    margin: 20px 2% 20px;
}

.nav_list li a{
    display: block;
    width: 100%;
    padding: 10px 0 10px 60px;
    box-sizing: border-box;
    color: #fff;
    background-image: url("../images/icon2.png");
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
.nav_list li a:hover{
    color: #000;
}
/*-------------------- footer内概要 --------------------*/
.office_box{
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.overview{
    width: 64%;
    float: left;
    box-sizing: border-box;
}
.office_list dt{
    font-size: 18px;
    font-weight: 600;
    color: #2a83a2;
}
.office_list dd{
    color: #2a83a2;
}
.contact_info{
    overflow: hidden;
}
.info_list{
    width: 34%;
    float: right;
    color: #2a83a2;
}
.info_list dt{
    width: 2.8em;
    float: left;
}
.info_list dt img{
    display:inline-block;
    width: 30px;
    height: auto;
    vertical-align: bottom;
}
.bus_hours{
    color: #2a83a2;
}
.bus_hours span{
    display: block;
    width: 100%;
}
.freetel_num{
    font-size: 22px;
    font-weight: 600;
    color: #182881;
}
.footer_logo{
    width: 30%;
}
.footer_logo a img{
    width: 100%;
    height: auto;
}
/*-------------------- コピーライト --------------------*/
.copyright{
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
}
}