@charset "utf-8";

/* ========================================
    ■ 必須設定
======================================== */
/* reset
----------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: inherit; }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #444444;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #444444;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
td {
    text-align: left;
    vertical-align: top;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select, textarea, img { vertical-align:middle; }
ul, dl, ol { list-style: none; }
em { font-style: normal; }
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



/* 共通設定
----------------------------- */
.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 565px;
    padding: 40px 45px;
    background-color: #fff;
    z-index: 2;
    text-align: left;
}

.container h2 {
    font-size: 22.8px;
    margin: 10px 0;
    font-weight:bold;
}

.btn-primary {
    font-size: 13.8px;
    line-height: 25pt;
    border-radius: 4px;
    padding: 3px 0 0;
    max-width: 200px;
    height: 45px;
    border: 0;
    cursor: pointer;
    width: 49%;
    font-family: Arial;
}

.primary_1 {
    color: #fff;
    background-color: #4fa6f7;
}

.primary_2 {
    color: #fff;
    background-color: #c0c0c0;
}

.primary_2:hover {
    color: #fff;
    background-color: #a6a6a6;
}



/* 共通設定
----------------------------- */
html { font-size: 16px; }


body {
    font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #444444;
    font-size:19px;
    line-height: 1.631;
    background: #fff;
    -webkit-text-size-adjust: 100%;
        box-sizing: border-box;
}


a {
    color: #000;
    text-decoration: underline;
    transition: 0.2s ease;
}
a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}
a::before, a:hover::before,
a::after, a:hover::after {
    transition: 0.2s ease;
}

img,
video,
object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}

/* ========================================
    ■ General
======================================== */
.g-wrapper{
width:100%;
}

.wrap {
    position: relative;
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.hover:hover {
    opacity: 0.9;
    transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
    background: #ccc;
    width: 10px;
}
.scrollbar::-webkit-scrollbar-thumb { background: #aaa; }

table.tbl-block,
table.tbl-block tbody,
table.tbl-block tr,
table.tbl-block th,
table.tbl-block td {
    display: block;
    text-align: left;
}



.u-dib{
    display:inline-block;
}


/* 文字装飾 */
.font-yellow01 { color: #FBFF00; }
.font-yellow02 { color: #FCFF00; }
.font-yellow03 { color: #E2E500; }
.font-blue { color: #263A89; }
.font-orange { color: #f76427; }
.marker-yellow { background: linear-gradient(180deg, transparent 78%, #FBFF00 22%); }

/* 圏点 */

/* 背景 */
.l-blue{
    background:#000000;
}

.bg-speed{
    background-image: url(/images/lp/free_web/bg_speed.png);
    background-size: cover;
}

.bg-highspec{
    background-image: url(/images/lp/free_web/bg_highspec.png);
    background-size:cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

/* ========================================
■ 共通パーツ
======================================== */


.c-btn01{
    display: block;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    background: linear-gradient(#36ae5b, #1b8d3e);
    text-decoration: none;
    padding: 17px 9px 13px;
    transition: 0.2s ease;
    border-radius: 10px;
}

.c-btn01_ico{
    display:inline-block;
    background-position: left center;
    background-repeat: no-repeat;
}

.c-btn01_ico._contact{
    background-image:url(/images/lp/free_web/ico_contact.png);
    background-size:23px auto;
    padding-left:27px;
}

.c-btn01_ico._document{
    background-image:url(/images/lp/free_web/ico_document.png);
    background-size:23px auto;
    padding-left:27px;
}


.c-btn01_ico._trial{
    background-image:url(/images/lp/free_web/ico_trial.png);
    background-size:26px auto;
    padding-left:30px;
}

.c-btn01_set:after {
    content: " ";
    display: block;
    clear: both;
}




.c-btn01_set .c-btn01{
    width: 50%;
    letter-spacing: 0.5px;
}


.c-btn01_set .c-btn01:nth-child(3n){
    margin-right:0;
    float:right;
}

_:-ms-lang(x)::-ms-backdrop,.c-btn01_ico{
    padding-top:7px;
}


.c-btn02{
    display: block;
    background: #DD4303;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff !important;
    position: relative;
    font-size: 32px;
    padding: 23px 56px 20px;
    transition: 0.2s ease;
    border-radius: 15px;
    box-shadow: 0px 5px #862f0a;
}




.c-hl01{
    text-align: center;
    position: relative;
    font-weight: 700;
    padding-bottom:25px;
    color:#444444;
    line-height:1.5;
    font-size: 35px;
    font-weight: 100;
}

.c-hl01-span1{
  font-size: 50px;
  color:#fffc00;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

.c-hl01-span2{
  font-size: 50px;
  line-height: 1.3;
  font-weight: bold;
  display: block;
}

.c-hl01-font{
  font-size: 21px;
  color: #8ab1ea;
  position: relative;
  top: -10px;
}

.c-hl01-span3{
  font-size:31px;
  line-height: 1.8;
  display:block;
  margin-top:20px;
}


.c-hl01._by{
    padding-bottom:4px;
}

.c-hl01._by:before{
    background:#FBFF00;
}

.c-hl01._bb:before{
    background:#000;
}

.c-hl01._tw{
    color:#fff;
}

.c-hl01._s24{
    font-size:24px;
}

.c-hl02{
    background:#4158d3;
    text-align: center;
    color:#fff;
    line-height:1.5;
    padding: 20px 20px 15px;
    font-size: 35px;
    background-image: url(/images/lp/free_web/price_bg.png);

}




.balloon_area{
  background-color:#ffffff;
  padding:40px;
  border-radius:5px;
  margin-top:20px;
}


.balloon_area2{
  background-color:#ffffff;
  border-radius: 0 0 15px 15px;
  padding:50px 40px;
  border: 2px solid #f2f2f2;
  border-top: none;
}



.c-balloon._mb01{
    margin-bottom:0;
}

.c-balloon._mb02{

}

.c-balloon_child{
    position: relative;
}


.c-balloon._type02 .c-balloon_child{
    background-position: 14px center;
}

.c-balloon_child+.c-balloon_child{
    margin-top:30px;
}

.people01_img{
  width: 15%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c-balloon_child._people01 .c-balloon_wrap{
    width:70%;
    margin-left:35px;
}

.c-balloon_child._people01 .c-balloon_wrap:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 14.5%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 30px solid #f3f3f3;
}

.c-balloon_child._people02 .c-balloon_wrap:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 14.5%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 30px solid #e2edfc;
}


.balloon2_area{
  background-color:#ffffff;
  padding:50px 40px;
}

.people02_img{
  text-align: right;
  order: 2;
  width: 15%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c-balloon_wrap {
    order: 1;
}



.c-balloon_child._people02 .c-balloon_wrap{
    width:70%;
    margin-right:35px;
}

.c-balloon_child._people01.balloon_large .c-balloon_wrap:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 31%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 30px solid #d6e8ff;
}

.c-balloon_child._people02.balloon_large .c-balloon_wrap:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 31%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 30px solid #d6e8ff;
}



.people_icon_position3{
    position: relative;
    top: 0;
}






.c-balloon_wrap{
    border-radius:15px;
    height:auto;
    display: table;
    width:100%;
}

.c-balloon_text{
    display:table-cell;
    vertical-align: middle;
    padding:25px 40px 23px;
    line-height: 29px;
    font-size: 20px;
    color: #222222;
}

.c-balloon_child._people01 .c-balloon_wrap{
    background-color:#F3F3F3;
}

.c-balloon_child._people02 .c-balloon_wrap{
    background-color:#E2EDFC;
}

.c-balloon_child._people01.balloon_large .c-balloon_wrap{
    width: 59%;
    margin-left: 0px;
    background-color: #d6e8ff;
}

.c-balloon_child._people02.balloon_large .c-balloon_wrap{
    width: 59%;
    margin-right: 0px;
    background-color: #d6e8ff;
}



.c-frame{
    border:5px solid #E1E700;
    background:#fff;
    font-weight: bold;
    font-size:24px;
    padding:55px 60px;
    color:#333333;
}

.c-frame._pad01{
    padding:55px 105px;
}

.c-image01{
    text-align: center;
    margin:25px 0 0;
}

.c-image01 img{
  width:100%;
}




.c-image02 img{
  width:100%;
}




.c-text01{
    margin: 25px 0;

}

.c-text01 p+p{
    margin-top:47px;
}


.trial_bg{
background: url(/images/lp/free_web/qna_bg_orange.png) 0px 0px / 100% 100% no-repeat;
padding:25px 0 0;
}




/* ========================================
■ heder menu
======================================== */



.header_menu {
  margin: 0;
  padding: 20px 0;
  background-color: #000;
  position: fixed;
  z-index: 99;
  width: 100%;
  height:80px;
  box-sizing: border-box;
}


.in_warp{
  width: 1200px;
  margin: 0 auto;
  padding-top: 0px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.header_menu .logo {
    text-align: left;
}



.header_menu .logo img{
    width:180px;
}


.menu_ul{
  color: #F1F1F1;
  display: flex;
  width: 1030px;
  margin: 0 auto;
  justify-content: flex-end;
  font-size: 15.3px;
  align-items: center;
  letter-spacing: -0.2px;
}

ul.menu_ul li{
      padding-left: 35px;
}

ul.menu_ul li a{
  text-decoration: none;
}


a:hover{
opacity: 0.7;

}

.header_link_doc a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-decoration: none;
}


.header_link_trial a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
  text-decoration: none;
}


.header_link_doc{
      background-color: #e85405;
      background: linear-gradient(#fc7d00, #e85405);
      padding: 20px 11px;
      border-radius: 6px;
      width: 21%;
      text-align: center;
      margin: 0 10px 0 35px;
      position: relative;
      line-height: 42px;
      font-weight: bold;
}

.header_link_trial{
  background-color: #299e4d;
  background: linear-gradient(#20c151, #299e4d);
  padding: 20px 11px;
  border-radius: 6px;
  width: 18%;
  text-align: center;
  position:relative;
  line-height: 42px;
  font-weight: bold;
}


a {
    color: #fff;
}

/* ========================================
■ keyv
======================================== */

.keyv .mv{
  background: url(/images/lp/free_web/cta_bg01_pc.png) center center no-repeat;
      background-size: cover;
      position: relative;
      text-align: center;
      color: #fff;
      padding-bottom: 0px;
      background-size: cover;
      height: 830px;
      background-position: center;
      padding-top: 110px;
}



.keyv .mv .text01{
    position:relative;
    font-weight: 700;
    font-size:26px;
    padding-bottom:35px;
    margin-bottom:30px;
}

.keyv .mv .text01:before{
    content:"";
    display:block;
    width:400px;
    height:1px;
    background:#FBFF00;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin:0 auto;
}

.keyv .mv .text02{

    font-size:36px;
    font-weight: 700;
}

.keyv .mv .text02 .big01{
    font-size:48px;
}

.keyv .btn{
    padding-top:25px;
    padding-bottom:25px;
}



/* ========================================
■ section-lead
======================================== */

.section-lead .wrap{
    padding-top:50px;
    padding-bottom:70px;
}

.section-lead .text01{
  color: #444444;
    font-size: 25px;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    line-height: 65px;
    font-weight: bold;
}

.section-lead .text02{
    font-size:25px;
    color:#233D89;
    margin-bottom:25px;
}

.section-lead .image01{
    margin-bottom:60px;
    text-align: center;
}

.section-lead .merit{
    background:#EAF3FF;
    padding:40px;

}

.section-lead .merit_hl{
    font-size: 34px;
    line-height: 1;
    color:#000000;
}



.merit_area {
    padding: 20px 2px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.merit_img{
width:22%;
margin-top:3px;
}


.merit_img img{
  width: 80%;
}

.merit_list{
margin-top: 10px;
}

.section-lead .merit_list{
    counter-reset: item;
}

.section-lead .merit_list li{
    position: relative;
    padding-left:35px;
}


.section-lead .merit_list li:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 24px;
    background-image: url(/images/lp/free_web/check_icon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0px;
    background-repeat: no-repeat;
  }

_:-ms-lang(x)::-ms-backdrop,.section-lead .merit_list li{
    padding-top:5px;
}


.section-lead .merit_list li+li{
    margin-top:15px;
}



.merit_list {
  width: 75.5%;
  font-size: 20px;
  line-height: 31px;
  color: #292929;
  border: 2px solid #DAD2CC;
  padding: 33px 36px 27px;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 4px #eae6e3;
  height: 100%;
  margin-right: 2px;
}


.section-lead .merit_list li {
    position: relative;
    padding-left: 35px;
    border-bottom: 2px solid #F3F3F3;
    padding-bottom: 7px;
    letter-spacing: -0.4px;
}



.title_6tu {
    color: #F65C1E;
    font-size: 40px;
    text-align: center;
}


.dash_w30 {
    width: 34%;
    float: left;
}

.dash_orange {
    margin: 30px 0 0;
    border-top: 5px dotted #FAD5BF;
}

.point6tu {
  font-size: 40px;
  font-weight: bold;
}



.pickup_ul li{
    width: 32.2%;
    border: 1px;
    background-color: #ffffff;
    padding: 20px 20px 15px;
    border: 1px solid #ecdfcc;
}


.orange_font {
    color: #E85405;
    font-size: 45px;
    letter-spacing: 0.4px;
    font-weight:bold;
}

font.orange_font:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: 33px;
    font-size: 40px;
}



/* ========================================
■ section-profile
======================================== */

.section-profile .wrap{
    padding:70px 20px;
    color:#444444;
}

.section-profile .c-hl01{
    margin-bottom:0px;
}
.section-profile .profile_child{
    display:table;
    margin-top: 20px;
}

.section-profile .profile:after {
    content: " ";
    display: block;
    clear: both;
}


.section-profile .profile {
    background: #ffffff;
    border-radius: 5px;
    padding: 40px;
}


.section-profile .profile_child:nth-child(1){
    float:left;
    width:49%;

}

.section-profile .profile_child:nth-child(2){
    float:right;
    width:49%;
}

.section-profile .profile_ico,
.section-profile .profile_desc{
    display:block;
    text-align: center;
}

.section-profile .profile_ico{
    width:80%;
    margin:0 auto;
}

.section-profile .profile_desc{
    font-size:16px;
    line-height:1.75;
}

.section-profile .profile_name{
    font-size: 17px;
    margin: 15px 0 10px;
    line-height: 1;
}


.profile_text{
  font-size: 19px;
  text-align: center;
  background-color: #e6eeff;
  padding: 16px 20px 7px;
  border-radius: 10px;
  height: 86px;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.section-profile .info{
  text-align: center;
      margin-top: 15px;
      border: 2px solid #e6eeff;
      padding: 20px 5px;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
}


.balloon2{
    position: relative;
    display: inline-block;
    margin: 0.6em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 1px #ffae8d;
    box-sizing: border-box;
    border-radius: 5px;
}

.balloon2:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #ffae8d;
    z-index: 1;
  }

.balloon2:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }

.section-profile .info_child{
    display:inline-block;
    font-size: 15px;
    text-align: left;

}

.section-profile .info_child+.info_child{
    margin-left:40px;
}

.section-profile .info_child dt{
    display: inline-block;
    background: #f76427;
    color: #ffffff;
    width: 90px;
    text-align: center;
    padding: 4px 0 1px;
    border-radius: 7px;
    letter-spacing: 1px;
}


_:-ms-lang(x)::-ms-backdrop,.section-profile .info_child dt{
    padding:5px 0 0;
}

.section-profile .info_child dd{
    display:inline-block;
    font-size: 18px;
    padding-left: 3px;
}



/* ========================================
■ section-difference
======================================== */

.section-difference .wrap{
    padding-top:70px;
    padding-bottom:70px;
}



/* ========================================
■ section-merit
======================================== */

.tb01_mark{
    height: 65px;
}

.section-merit .wrap{
    padding:70px 20px;
}

.section-merit .hl{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom:33px;
    color:#fff;
}

.section-merit .tb01{
    width:100%;
    background:#fff;
    margin-bottom:25px;
    border: 1px solid #D1DEEE;
}

.section-merit .tb01 th,
.section-merit .tb01 td{
    text-align: center;
    vertical-align: middle;
    padding: 15px 0 10px;
}

.section-merit .tb01 thead td{
    width:33.3%;
    background: #006BB8;
        border-left: 1px solid #368bc4;
        border-top: 1px solid #368bc4;
        border-bottom: 1px solid #368bc4;
}

.section-merit .tb01 thead th{
    width:360px;
    font-size:23px;
    color:#fff;
    font-weight: bold;;
}
.section-merit .tb01 thead .tb01_thbg01{
  background: #187FC4;
      border-left: 1px solid #368bc4;
      border-top: 1px solid #368bc4;
      border-bottom: 1px solid #368bc4;
      border-right: 1px solid #368bc4 !important;
}
.section-merit .tb01 thead .tb01_thbg02{
    background:#187FC4;
    border-top: 1px solid #368bc4;
border-bottom: 1px solid #368bc4;
border-right: 1px solid #368bc4;
}
.section-merit .tb01 tbody th{
    background:#E8F1FA;
    font-size:19px;
    color: #335FA2;
    font-weight: bold;
}


.tb01_tit_td{
  color:#ffffff;
  font-weight:bold;
  font-size:23px;
  padding:18px;
}



.line_green_l {
    /* background-color: #edf1fe; */
    border-left: 1px solid #D1DEEE;
    border-right: 1px solid #D1DEEE !important;
}

.section-merit tbody th,
.section-merit tbody td{
    border-bottom:1px solid #D1DEEE;
    padding:15px 0 20px;
}

.section-merit .tb01_text01{
    font-size:24px;
    line-height:1.571;
}

.section-merit .tb01_text02{
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;

}

.section-merit .tb01_mark{
    font-size: 88px;
    line-height:1;

}

.section-merit .tb01_mark._2circle{
    color:#f76427;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-merit .tb01_mark._circle{
    color:#f76427;
    font-size: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-merit .tb01_mark._drool{
    color:#f76427;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-merit .tb01_mark._triangle{
    color:#f76427;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cd__title, .fs__title{
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding: 8px;
    height: 65px;
    text-align: center;
    color:#454545;
}



.cd__title:before{
    content: "";
    display: inline-block;
    width: 55px;
    height: 33px;
    background-image: url(/images/lp/free_web/cloud_server_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
}


.fs__title:before{
    content: "";
    display: inline-block;
    width: 55px;
    height: 35px;
    background-image: url(/images/lp/free_web/file_server_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
}


.merit h5{
    background: #f76427;
    width: 95px;
    padding: 4px 0 1px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    border-radius: 9px;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
}



.demerit h5{
    background: #9e9e9e;
    width: 95px;
    padding: 4px 0 1px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    border-radius: 9px;
    margin-bottom: 8px;
    letter-spacing: -1.5px;

}


#page_top {
    position: fixed;
    bottom: 1.5%;
    opacity: 1;
    border-radius: 50%;
    z-index: 5;
    right: 1.5%;
}

#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}


.t_c_red {
    color: #E84E05;
}

.cloud__area{
      width: 48%;
      background-color: #fff;
      padding: 35px 30px 10px;
      border: 2px solid #dedede;
}


.fileserver__area{
    width:48%;
    background-color: #ffffff;
    padding: 35px 30px 10px;
    border: 2px solid #dedede;
}



/* ========================================
■ section-storage
======================================== */

.section-storage .wrap{
    padding-top:70px;
    padding-bottom:70px;
}

.section-storage{
}


/* ========================================
■ section-value
======================================== */

.section-value .wrap{
    padding-top: 70px;
    padding-bottom:70px;
}



/* ========================================
■ section-security
======================================== */

.section-security .wrap{
    padding-top: 70px;
    padding-bottom:70px;
}

.section-security .text01{
    font-size:32px;
    line-height:1.5;
    color:#233D89;
    text-align: center;
    font-weight: bold;
    margin-bottom:60px;
}

.section-security .security{
    margin-bottom:0;
}

.section-security .security_list:after {
    content: " ";
    display: block;
    clear: both;
}

.section-security .security_list li{
  background: #fff;
  width: 16%;
  margin-right: 10px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
}


.security_list li:nth-child(6n) {
    margin-right: 0;
}

.security_list li:nth-child(n+13) {
    margin-bottom: 0;
}



.section-security .security_list .security_cell{
    font-size: 14px;
    /* font-weight: bold; */
    color: #7c7c7c;

}

.section-security .security_ico img{
    margin:5px auto;
}

.section-security .security_text01{
    display:table;
    width:100%;
}

.section-security .security_cell{
    display:table-cell;
    vertical-align: middle;
}


/* ========================================
■ section-simple
======================================== */

.section-simple .wrap{
    /* padding-top:70px; */
    padding-bottom:40px;
}

.section-simple .movie{
    margin-bottom:74px;
}

.section-simple .logo:after {
    content: " ";
    display: block;
    clear: both;
}

.section-simple .logo{

    margin-bottom: 20px;

}

.section-simple .logo li{
   float: left;
    margin-right: 7px;
    margin-bottom: 6px;
    width: 160px;
    height: 80px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    box-sizing: border-box;
}

.works_logo_line {
    border: 1px solid #dcdcdc;
    height: 70px;
    background: #ffffff;
}

.section-simple .logo li:nth-child(6n){
    /* float:right; */
    margin-right:0;
}

.section-simple .logo li:nth-child(6n+1){
    clear:both;
}

.section-simple .case_image img{
    width:100%;

}

.section-simple .case_name{
    font-size: 24px;
    color: #f6f6f6;
    background:#3A3A3A;
    padding: 34px 15px;
    height: 95px;
    line-height: 28px;
    text-align: center;

}

.slick-prev, .slick-next {
        top: 50%;
        color: #d87575 !important;
        z-index: 10 !important;
        background-size: 20px auto !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        padding: 10px;
}

.slick-prev{
    background-image:url(/images/lp/free_web/prev.png) !important;
    left:-45px !important;
}

.slick-next{
    background-image:url(/images/lp/free_web/next.png) !important;
    right:-45px !important;
}

.prev-gray{
    background-image:url(/images/lp/free_web/prev-g.png) !important;
    left:-45px !important;
}

.next-gray{
    background-image:url(/images/lp/free_web/next-g.png) !important;
    right:-45px !important;
}




.slick-prev:before, .slick-next:before {
    display:none !important;
}




/* ========================================
■ section-price
======================================== */

.section-price .wrap{
    padding-bottom:70px;
}

.section-price .plan{
    margin-bottom:30px;
}

.section-price .plan li{
    width:18.4%;
    margin-right:2%;
    float:left;
    background:#F3F3F3;
    text-align: center;
    color:#4073b6;
    font-weight: bold;
    font-size: 14px;
    line-height:1.5;
    padding:15px 0 15px;
}

.section-price .plan li:nth-child(5n){
    float:right;
    margin-right:0;
}

.section-price .plan:after {
    content: " ";
    display: block;
    clear: both;
}

.section-price .plan_ico{
    margin-bottom:10px;
}

.section-price .info:after {
    content: " ";
    display: block;
    clear: both;
}

.section-price .info{
    margin-bottom: 15px;
    border-top: 2px solid #eaf3ff;
    border-bottom: 2px solid #eaf3ff;
    padding: 10px 0;

}

.section-price .info_child{
    width: 306px;
    float: left;
    text-align: center;
    font-weight: bold;
}

.section-price .info_child:nth-child(3){
    float:left;
    margin-right:0;
}

.section-price .info_child dt{
    background: #ffffff;
    color: #ef6228;
    font-size: 18px;
    width: 75%;
    padding: 8px 0 5px;
}

.info_font{
  font-size: 18px;
  font-weight: 550;
}


.section-price .info_child dd{

    font-size: 60px;
    color:#ef6328;

}

.section-price .arrow01{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
}

.section-price .arrow01 img{
    width:7%;
}

.section-price .price{

    text-align: center;

}

.section-price .price_head{
    padding:0 15px 0px;
}

.section-price .price_text01{
    width: 22%;
    color: #ef6228;
    font-weight: bold;
    font-size: 40px;
    padding: 5px 0;
    vertical-align: middle;
    letter-spacing: 4px;
    line-height: 40px;
    float: left;
    text-align: right;
}

_:-ms-lang(x)::-ms-backdrop,.section-price .price_text01{
    padding:15px 0 5px;
}

.section-price .price_num{
    width: 77%;
    font-weight: bold;
    font-size: 100px;
    vertical-align: middle;
    margin-right: 0px;
    float: right;
    line-height: 93px;
    text-align: left;
    color: #ef6228;
}

_:-ms-lang(x)::-ms-backdrop,.section-price .price_num{
   padding-top:10px;
}


.section-price .price_body{
    background:#fff;
    font-size:14px;
    padding:0;
}

.section-price .price_text02{
    display: inline-block;
    margin: 0 5px;
    font-size: 17px;
    color: #7d95b4;
}

.section-price .note{
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    line-height: 2;
    margin: 10px 0 50px;
    color: #908e8e;
    padding-left: 30px;
    line-height: 1.6;

}

.section-price .note_text01,
.section-price .note_text02{
    display:inline-block;
    text-align: left;
    vertical-align: top;
}


.catch_text01 {
    font-size: 83px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    line-height: 95px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 60%);
}

.catch_text02 {
  font-weight: 100;
  font-size: 30.5px;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 32px;
  text-shadow: 0px 1px 1px #171717;
  text-align: center;
}



.keyv_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  width: 89%;
  margin: 30px auto 0;
}



.cos_img_area {
    width: 36%;
}

.cos_img {
    width: 100%;
}

.pad_img_area {
    width:41%;
}

.pad_img {
    padding-right: 8px;
    width: 94%;
}

.c-btn01_set {
    top: -96px;
    width: 1070px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}





/* ========================================
■ cta
======================================== */

.cta .head{
    background:url(/images/lp/free_web/keyv_bg01_pc.jpg) center center no-repeat;
    background-size:cover;
    text-align: center;
}


.cta .head .logo{
    margin-bottom:15px;
}

.cta .head .logo img{
    width:250px;
}

.cta .head .catch{

    color:#fff;
    font-weight: 700;
}

.cta .head .catch_text01,
.cta .head .catch_text02,
.cta .head .catch_text03{
    display:block;
}

.cta .head .catch_text01{
    margin-bottom:20px;
    font-size:32px;
}

.cta .head .catch_text02{
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    margin:0 50px;
    font-size: 24px;
}

.cta .head .catch_text03{
    font-size: 50px;
}

.cta .body .wrap{
    padding-top:55px;
    padding-bottom:0px;
}

.cta .body .hl{
    text-align: center;
    font-weight: bold;
    color:#fff;
    margin-bottom:30px;
    font-size:28px;
}

.cta .body .hl .big01{
    font-size: 25px;
}



.big01{
  margin-top: 10px;
}


.big01 img{
  width: 80%;
  max-width:1100px;
  margin-top: 10px;
}


.cta .body .c-btn02{
    max-width:900px;
    margin:0 auto;
}

.trial_b_txt {
    padding-top: 14px;
    text-align: center;
    font-size: 16px;
    position:absolute;
    left: 23.5%;
    top: 76.5%;
    font-size: 16px;
}

.c-btn02 {
  display: block;
background: linear-gradient(to bottom, #e2023a,#fa0f46,#ef0941,#e2023a );
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff !important;
  position: relative;
  font-size: 32px;
  padding: 28px 56px 24px;
  transition: 0.2s ease;
  border-radius: 15px;
  box-shadow: none;
  text-align: center;
}


.orange_font_s:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: -25px;
    font-size: 24px;
    width: 15px;
}


table.storage_table {
    width: 100%;
}

.storage_table td {
    text-align: center;
    padding: 14px;
    vertical-align: middle;
    border: 1px solid #D1DEEE;
}

.sto_left_td {
    background-color: #E8F1FA;
    color: #335FA2;
    font-weight: bold;
}

.sto_right_td {
    color: #f76427;
    font-size:25px;
}

.sto_left_td_serve {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -.4px;
    color: #658cc7;
}

.sto_title_left_text{
  color:#fff;
  background-color:#006BB8;
  font-weight: bold;
  width: 40%;
}

.sto_title_right_text{
  color:#fff;
  background-color:#187FC4;
  font-weight: bold;
  width: 30%;
}

.logo_box_img{

}

.logo_box_align{
  float: right;
  width: 27%;
  margin: 20px 25px 5px 0px;
}

.trial_area {
    padding-top: 15px;
}




.choice_item {
    background-color: #fff;
    box-shadow: rgb(43 47 51 / 15%) 0 2px 8px, rgb(43 47 51 / 10%) 0 0 0 1px;
}

.choice_item h5 {
    text-align: center;
    color: #0064B9;
    padding: 0 0 7px;
    font-weight: bold;
    font-size: 22px;
    margin: 18px 20px 8px;
}

.choice_item p {
    line-height: 24px;
    padding: 0 20px 30px;
    font-size: 18px;
}


.wrap_choice ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
}

.wrap_choice ul li {
    width: 32%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
}


.warea {
    background-color: #fff;
    height: auto;
    border: 1px solid #f3f3f3;
    padding: 15px;
}

.security_list li {
  background: #fff;
  width: 15.7%;
  float: left;
  margin-right: 13px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  border: 1px solid #F3F3F3;
}

.security_ico {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 86px;
  padding: 10px;
  margin: 0 auto;
}



.slick-prev {
    top: 50%;
    color: #d87575 !important;
    z-index: 10 !important;
    background-size: 15px auto !important;
    background-repeat: no-repeat !important;
    background-position: 11px center !important;
    padding: 10px;
}

.slick-next {
    top: 50%;
    color: #d87575 !important;
    z-index: 10 !important;
    background-size: 15px auto !important;
    background-repeat: no-repeat !important;
    background-position: 15px center !important;
    padding: 10px;
}

.slick-prev, .slick-next {
    width: 42px !important;
    height: 42px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 23px !important;
    opacity: 1 !important;
}

.slick-prev:before, .slick-next:before {
    display: none !important;
}

.slick-prev {
    background-image: url(/images/lp/construction/prev.png) !important;
    left: -50px !important;
}

.slick-next {
    background-image: url(/images/lp/construction/next.png) !important;
    right: -50px !important;
}

.slick-prev {
    top: 50%;
    color: #d87575 !important;
    z-index: 10 !important;
    background-size: 15px auto !important;
    background-repeat: no-repeat !important;
    background-position: 11px center !important;
    padding: 10px;
}

.slick-next {
    top: 50%;
    color: #d87575 !important;
    z-index: 10 !important;
    background-size: 15px auto !important;
    background-repeat: no-repeat !important;
    background-position: 15px center !important;
    padding: 10px;
}

.security_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: space-around;
}

/* ========================================
■ section cta start ▼
======================================== */

.cta {
    text-align: center;
    width:100%;
    margin: 40px auto 0px;
}

p.cta_txt {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
}



p.n_cta_txt {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
}




.n_cta_L_area {
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: left;
    background: white;
    background-image: url(/images/lp/lp_fileserver/fs_dw_cta_bg.png);
    background-size: cover;
}

.cta_box_logo{
  width: 100%;
  text-align: right;
  padding: 30px 40px 0 0;
}

.cta_box_logo img{
   width: 170px;
}



.n_cta_dw_left img{
      padding-top:10px;
}

.n_cta_dw_right {
  display: flex;
  width: 100%;
  padding: 45px 40px 10px 40px;
  align-items: flex-start;
  justify-content: space-between;
      flex-direction: column;
}

.n_cta_dw_right h6 {
    color: #FFFF37;
    font-weight: bold;
    font-size: 33px;
    width: 100%;
    padding-top: 0px;
    text-shadow: 2px 2px 4px #004ca0;
    line-height: 1.2;
    padding-bottom: 15px;
}


.n_cta_dw_right ul {
    font-size: 18px;
    color: #fff;
    margin: 0;
    width: 100%;
}



  .n_cta_dw_right ul li {
      line-height: 1.3;
      padding: 0 0px 10px 33px;
      position: relative;
  }


.n_cta_dw_right ul li:nth-last-child(1){
      padding: 0 0px 0px 33px;
}



  .n_cta_dw_right ul li:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 21px;
    background-image: url(/images/lp/lp_sharefolder/check_yellow.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 3px;
    background-repeat: no-repeat;
}


.n_cta_dw_img {
    padding: 20px 40px 0;
}


.n_cta_btn{
  text-align: center;
margin: 0 auto;
padding: 20px 0 50px;
}

/* ========================================
■ section cta end　▲
======================================== */


/* ========================================
■ footer
======================================== */

.footer{
    text-align: center;
}

.footer .wrap{
    padding-top:55px;
    padding-bottom:55px;
    font-size: 17px;
    font-weight: 100;
}



/*  20240702 追加　css  */

.merit_demerit{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #d1deee;
  background-color: #187fc4;
}


.orange_text{
  font-size: 39px;
  margin-bottom: 30px;
  color: #444444;
  text-align: center;
  font-weight: bold;
  color: #f76427;
  line-height:1.3;
}



.annotation{
  margin-top: 35px;
  margin-bottom:0;
  font-size: 16px;
  letter-spacing: -.3pt;
  color: #7c7c7c;
}



.explore_title{
  font-size: 30px;
  font-weight: 100;
  padding-top: 60px;
  line-height: 49px;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 0px;
}

.explore_title span{
  font-size:60px;
  color:#243c88;
  font-weight: bold;
}



.pickup_fun{
background-color: #faf3ea;
padding: 40px;
border-radius: 13px 13px 0 0;
}

.pickup_fun_text{
  font-size: 21px;
  text-align: center;
  color: #484848;
  margin-bottom:15px;
  letter-spacing: -0.1px;
}

.pickup_ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.pickup_ul p{
text-align: center;
font-size: 18px;
color: #666666;
}

.security_inc_text_area{
font-size:40px;
margin-top: 45px;
text-align:center;
}


.inc_text_p{
  font-weight:100;
  margin:15px 0 0;
}


.inc_text_orange{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 1.3;
}


.balloon_span_orange{
  line-height: 34px;
  font-size: 21px;
  font-weight: bold;
  color: #f76427;
}


.confident_title{
  font-size: 38px;
    font-weight: 100;
    padding-top: 55px;
    text-align: center;
    position: relative;
    color: #444444;
    line-height: 1.5;
}


.confident_span1{
  font-size:40px;
  color:#444444;
  font-weight: bold;
  line-height: 1.35;
}

.confident_span2{
font-size:64px;
}


.confident_balloon_area{
  background-color:#ffffff;
  padding:40px;
  margin-top:20px;
}



.light_box{
  display:flex;
  margin-bottom:0px;
   padding-top:20px;
}



.user_billing_title{
  font-size: 40px;
  font-weight: 100;
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  color: #444444;
  line-height: 1.5;
  padding-bottom: 4px;
}


.user_billing_title span{
  font-size:64px;
  color:#243c88;
  font-weight: bold;
}



.balloon_area3{
  background-color:#ffffff;
  padding:50px 40px;
  border: 2px solid #f2f2f2;
  border-top: none;
}





li.works_logo_line {
    width: 162px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 95px;
    margin-top: 6px;
}

.line_yellow{
      background-image:linear-gradient( #00000000 50%, #fffc00 50%, #fffc00 85%, #f3f3f3 85%);
      font-weight: bold;
}

.line_yellow_wt{
      background-image:linear-gradient( #00000000 60%, #fffc00 60%, #fffc00 85%, #fff 85%);
      font-weight: bold;
}

.red_point {
  color: red;
      padding-left: 3px;
      padding-right: 3px;
      font-size: 14px;
}



.trial_b_txt a{
    color: #12558d;
}

.trial_b_txt a:visited{
    color: #12558d;
}


.internal_server_h2{
      font-size: 48px;
      font-weight: 100;
      padding-bottom: 4px;
      text-align: center;
      position: relative;
      color: #444444;
      line-height: 1.3;
}


.internal_server_h2 span{
  font-size:50px;
   color:#243c88;
   font-weight: bold;
}


.merit{
      padding: 25px 0px 15px;
}

.merit p{
font-size:20px;
line-height: 25px;
}


.demerit{
      padding: 25px 0px 5px;
}

.demerit p{
  font-size:20px;
  line-height: 25px;
}

.comparison_area{
    font-size: 21px;
    line-height: 1.4;
}



.introduction_area{
  font-size:37px;
  margin-top: 40px;
  text-align:center;
}


.intro_p2{
  margin-bottom:15px;
  font-size: 38px;
  line-height: 48px;
}




.features_title{
  border-bottom: 3px solid #fffc00c4;
  width: 18%;
  padding-bottom: 4px;
  text-align: center;
  margin: 30px auto 54px;
}


.features_title p{
    font-size: 70px;
    color: #fff;
    line-height: 1.4;
}


.features_img{
  text-align: center;
  padding: 10px 0 50px;
}


.features_text{
  color:#ffffff;
  font-size:26px;
}



.balloon_features{
  background-color:#ffffff;
  padding:50px 40px;
  border-radius: 0 0 15px 15px;
}



.balloon_area4{
  background-color:#ffffff;
  padding:50px 40px;
  border-radius: 15px;
}



.online_edit_area{
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}



.online_edit_area img{
width:125px;
}


.online_edit_area h2{
  text-align: left;
font-size: 48px;
font-weight: bold;
padding: 0;
line-height: 1.3;
}



.pickup_func{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top:20px;
}


.pickup_func img{
  width:150px;
}




.lead_text1{
  letter-spacing: -0.5px;
  font-size: 30px;
  display: block;
}


.lead_text2{
 font-size: 36px;
 display: block;
}


.merit_list li:nth-child(4){
  border-bottom:0;
  padding-bottom: 0;
}



.compare_font_area{
  font-size: 27px;
  margin-top: 40px;
  text-align: center;
  color: #666666;
  line-height: 34px;
  font-weight: bold;
}



.dash-center{
  width: 32%;
}





.trial_wrap{
  padding-top: 15px;
  padding-bottom: 0px;
  position:relative;
}



.company_logo_section{
  padding-bottom:30px;
}



.adoption_h2 {
    font-size: 54px;
    color: #243c88;
    font-weight: bold;
    padding: 50px 0 15px;
    line-height: 1;
    text-align: center;
    position: relative;
}





.footer_box_area{
  padding-top: 50px;
  padding-bottom: 50px;
}


.footer_box_flex{
  line-height: 0.85;
  width: 100%;
  max-width:960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}


.no1-logo{
  width:13%;
}


.no1-logo img{
  width:100%;
}


.keyv_serve_area{
text-align:left;
width: 85%;
padding-left: 17px;
}



.s_a_text{
  position: relative;
  font-weight: 700;
  font-size: 35px;
  bottom: 6px;
  color: #ffffff;
}



.keyv_serve_area{
  width:86%;
}



.keyv_serve_area img {
  width: 60%;
  padding-bottom: 10px;
}



._people01 {
    display: flex;
}


._people02 {
    display: flex;
    justify-content: flex-end;
}





.box_logo{
  width: 1100px;
margin: 0 auto;
text-align: left;
padding: 35px 0 0;
}


.box_logo img{
  width: 200px;
}



.storage_table_title{
line-height:20px;
padding-top: 18px;
border-right: 1px solid #368bc4;
border-top: 1px solid #368bc4;
border-bottom:1px solid #368bc4;
}

.storage_table_title span{
  font-size: 14px;
  font-weight: 100;
  color: #bce0f9;
}


.sto_title_right_text{
  border-top: 1px solid #368bc4;
  border-bottom:1px solid #368bc4;
}



.logo_area{
  margin: 0 auto;
}


.profile_ico img{
  width: 40%;
}






.pc_on{
  display: block;
}

.sp_on{
  display: none;
}


























@media screen and (max-width: 480px){


  .wrap {
      padding: 0 20px;
  }


.keyv .mv{
  padding-top: 25px;
  height: auto;
  padding-bottom: 45px;
}

.catch_text01{
  font-size: 31px;
  line-height: 1.2;
}


.catch_text02{
  padding: 8px 20px 0;
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
}



.keyv_flex {
  display: flex;
  flex-direction: column;
  margin: 20px auto 0;
  width: 100%;
  }

.cos_img_area {
    width: 100%;
    margin-bottom: 15px;
}

.cos_img {
    width: 84%;
}

.pad_img_area {
    width: 100%;
    margin:0 auto;
}

.pad_img {
    padding-right: 0px;
    width: 90%;
}



.c-btn01_set .c-btn01 {
    width: 98%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}



.c-btn01_set {
  text-align: center;
  position: initial;
  width: 100%;
  margin: 30px auto 0;
}

.c-btn01 {
    font-size: 18px;
  }



.section-lead .text01{
      line-height: 1.4;
}



  .merit_area {
      flex-direction: column;
      align-items: center;
  }

  .merit_img {
      width: 37%;
      text-align: center;
  }

.merit_list{
      margin: 0;
      width: 100%;
      padding: 25px;
      font-size: 16px;

}

.section-lead .merit_list li{
  padding-left: 30px;
line-height: 1.5;
}

.section-lead .merit_list li:before{
  width: 18px;
height: 18px;
    top: 1px;
}


.c-hl01{
      line-height: 1;
}

.c-hl01-span1{
      font-size: 25px;
      line-height:1.35;
      margin-bottom: 10px;
}



.c-hl01-span2 {
    font-size: 37px;
    line-height: 1.3;
  }


  .c-hl01-font {
      font-size: 18px;
    }


  .c-hl01-span3 {
    font-size: 20px;
    line-height: 1.3;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}



.section-profile .wrap{
    padding: 55px 20px;
}

.section-merit .wrap{
    padding:40px 20px 35px;
}


.section-profile .profile {
    background: #ffffff;
    border-radius: 5px;
    padding: 40px 24px;

}


.section-profile .profile_child:nth-child(1) {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}


.section-profile .profile_child:nth-child(2) {
    float: right;
    width: 100%;
}

.section-profile .profile {
    padding: 40px 24px;
}

.profile_ico img{
 width:38%;
}

.profile_text{
  font-size: 17px;
  text-align: center;
  padding: 16px 20px 13px;
  height: 100%;
}


.profile_text{
  text-align: left;
      width: 100%;
}

.section-profile .info{
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 20px 5px 11px;
}

.section-profile .info_child+.info_child {
    margin-left: 0;
}


.info_font {
    font-size: 15px;
  }


.section-profile .info_child dt{
    width: 80px;
}

  .section-profile .info_child dd {
      display: inline-block;
      font-size: 16px;
      padding-left: 8px;
  }

  .info_child {
      width: 70%;
      margin-bottom: 9px;
  }


  p.c-text01 {
      font-size: 16px;
      line-height: 1.4;
  }


.balloon_area{
    padding: 20px;
}


.c-balloon_child._people02 .c-balloon_wrap{
    width: 74%;
    float: left;
}

.people02_img{
  width: 20%;
}


.c-balloon_text {
  display: table-cell;
  vertical-align: middle;
  padding: 24px 24px 20px;
  line-height: 1.4;
  font-size: 14px;
  color: #222222;
}

.balloon_span_orange {
    line-height: 1.4;
    font-size: 14px;
  }





.c-balloon_child._people02 .c-balloon_wrap:before{
  top: 40px;
  right: 17%;
}

.c-balloon_child._people02.clearfix {
    position: relative;
}



.people02_img {
    width: 21%;
    position: absolute !important;
    right: 0px;
    top: 9px !important;
}



.c-balloon_child._people01 .c-balloon_wrap{
  width: 74% !important;
}

.c-balloon_child._people01.clearfix {
    position: relative;
}


.people01_img {
    width: 21%;
    position: absolute;
    left: 0px;
    top: 13px !important;
}

.c-balloon_child._people01 .c-balloon_wrap:before{
  top: 46px;
  left: 17%;
}


.annotation{
  font-size: 14px !important;
  margin-top: 20px;
}


.orange_text{
  font-size: 24px;
  line-height: 1.4;
 margin-bottom: 15px;
}


.internal_server_h2{
      font-size: 24px;
}

.internal_server_h2 span{
  font-size:26px;
}


.tb01_tit_td{
      font-size: 16px;
}


.section-merit .tb01 thead th {
  width: 33.33%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 14px;
  line-height: 1.3;
}

.section-merit .tb01 tbody th {
    background: #E8F1FA;
    font-size: 16px;
    border-left: 1px solid #c3d1e3;
  }

  .section-merit .tb01_mark._2circle {
      color: #f76427;
      font-size: 16px;
    }


.section-merit .tb01_mark._drool{
        font-size: 16px;
}


.section-merit .tb01_mark._triangle{
  font-size: 16px;
}


.section-merit .tb01 th, .section-merit .tb01 td {
    text-align: center;
    vertical-align: middle;
    padding: 4px 0 0px;
}


.merit_demerit{
  flex-direction: column;
  padding: 25px;
}

.cloud__area{
width: 100%;
background-color: #fff;
  padding: 24px 20px 0px;
  margin-bottom: 20px;
}


.fileserver__area{
  width: 100%;
  background-color: #fff;
    padding: 24px 20px 0px;
}


.cd__title, .fs__title {
  font-size: 20px;
  height: 100%;
  padding: 5px 8px 20px;
  }

  .cd__title:before {
      width: 47px;
      height: 27px;
    }



    .merit p, .demerit p {
        font-size: 17px;
        line-height: 1.4;
    }


    .demerit {
        padding: 20px 0px 5px;
    }


.light_box{
  padding-top: 0;
}


.comparison_area{
    font-size: 18px;
    line-height: 1.4;
}



.features_title{
    width: 100%;
    margin: 10px auto 15px;
    padding-bottom: 19px;
}



.features_title p {
    font-size: 40px;
    color: #fff;
    line-height: 28px;
}


.features_img {
    text-align: center;
    padding: 10px 0 20px;
}


.features_text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
}


.c-text01 {
    margin: 20px 0;
}



.balloon_features{
  padding: 30px 20px;
}


.balloon_area4{
    padding: 30px 20px;
}













.section-security .wrap{
  padding: 55px 20px;
}




.pickup_fun{
    padding: 24px;
}


.pickup_fun_text {
    font-size: 17px;
    text-align: left;
    line-height: 1.4;
     margin-bottom: 10px;
}


.pickup_ul{
    flex-direction: column;
}

.pickup_ul li {
    width: 100%;
    margin-bottom:15px;
  }



.balloon_area2{
      padding: 30px 20px;
}






.explore_title{
    font-size: 22px;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 10px;
}


.explore_title span {
    font-size: 30px;
    line-height: 1.3;
  }




.balloon2_area{
  padding: 30px 20px;
}




.user_billing_title {
    font-size: 25px;
    margin-bottom: 8px;
  }


  .user_billing_title span {
      font-size: 30px;
      line-height: 1.3;
  }



  .balloon_area3 {
      padding: 30px 20px;
  }




.section-value .wrap{
    padding: 55px 20px 36px;

}




.confident_span1 {
    font-size: 19px;
    line-height: 1.4;
    display: block;
  }



  .introduction_area {
      font-size: 22px;
      margin-top: 20px;
      line-height: 1.4;
    }



    .intro_p2 {
      margin-bottom: 5px;
      font-size: 24px;
      line-height: 1.3;
      text-align: center;
    }



.confident_title{
  padding-top: 25px;
}



.confident_balloon_area{
    padding: 24px 20px;
    margin-top: 4px;
}


.confident_span2 {
    font-size: 40px;
}


.inc_text_p {
    font-weight: bold;
    margin: 15px 0 0;
}

.security_inc_text_area{
      font-size: 23px;
      line-height: 1.4;
}


.inc_text_orange {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.3;
}


.section-price .wrap {
    padding-bottom: 30px;
}



.lead_text1 {
    letter-spacing: -0.5px;
    font-size: 21px;
    display: block;
    line-height: 1.6;
}


.lead_text2 {
    font-size: 25px;
    display: block;
    line-height: 1.7;
    margin-top: 10px;
}



.orange_font {
    color: #E85405;
    font-size: 31px;
    letter-spacing: 1px;
    font-weight: bold;
}


font.orange_font:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: 95px;
    font-size: 32px;
}


.cta_box_logo {
    width: 100%;
    text-align: right;
    padding: 15px 15px 0 0;
}


.cta_box_logo img {
    width: 120px;
}



.n_cta_dw_right{
  padding: 25px 20px 10px;
}


.n_cta_dw_right h6{
    font-size: 24px;
}



.n_cta_dw_img {
    padding: 20px 20px 0;
}

.n_cta_btn{
  padding: 20px 20px 40px;
  width: 100%;
}


.n_cta_dw_right ul {
    font-size: 15px;
  }


.compare_font_area{
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.3;
  text-align: left;
}





.online_edit_area{
      flex-direction: column;
      align-items: center;
}



.online_edit_area img {
    width: 100px;
}


.online_edit_area h2{
  font-size: 25px;
  font-weight: bold;
  padding: 14px 0 0;
}


.dash-center{
  width: 100%;
}




.dash-center{
  width: 100%;
}



.pickup_func {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    border-top: 2px dotted #FAD5BF;
}


.pickup_func img{
    width: 40%;
}



.adoption_h2 {
    font-size: 38px;
}




.trial_b_txt{
  position: inherit;
  left: 0;
  top: 0;
}


.trial_bg{
      padding: 24px 0 14px;
}


.trial_b_txt{
  padding-top:10px;
  font-size: 14px;
  line-height: 1.32;
}




.font-yellow01{
    font-size: 17px;
}


.cta .body .wrap {
    padding-top: 25px !important;
    padding-bottom: 10px;
}



.cta .body .hl{
      line-height: 1.4;
          font-size: 20px;
}


.footer .wrap {
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 14px;
    font-weight: 100;
}


.box_logo {
    width: 100%;
    padding: 20px 20px 10px;
}

.box_logo img{
    width: 120px;

}


.footer_box_flex {
  line-height: 0.85;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


.no1-logo {
    width: 20%;
}

.keyv_serve_area {
    width: 79%;
}

.keyv_serve_area img {
    width: 72%;
    padding-bottom: 4px;
}




.cta .head .wrap {
    padding-top: 15px;
    padding-bottom: 40px;
}

.s_a_text {
    position: relative;
    font-weight: 700;
    font-size: 23px;
    bottom: 6px;
    color: #ffffff;
    line-height: 1.3;
}




.sto_title_left_text{
      width: 50%;
}


.sto_title_right_text{
      width: 50%;
}


.sto_left_td {
    font-size: 14px;
}


.sto_right_td {
    color: #f76427;
    font-size: 17px;
}



.storage_table td{
  padding: 12px 12px 8px;
  font-size:15px;
  line-height: 1.4;
}


.logo_box_align{
      width: 50%;
      margin-right:0 !important;
      margin: 20px 25px 5px 0px;
}


.point6tu {
  font-size: 31px;
  font-weight: bold;
}


.sto_left_td_serve {
  font-size: 10px;
  display: block;
  line-height: 1.4;
}


._people01{
    justify-content: flex-end;
}

._people02{
    justify-content: flex-start;
}





/*  slick sp style  start */

.logo_area {
    width: 80%;
}

.warea {
    background-color: #fff;
    height: auto;
}

.company_logo_section .wrap {
    padding: 0;
}


.section-security .security {
    margin-bottom: 0;
}

.slick-prev, .slick-next {
        width: 30px !important;
        height: 30px !important;
    }

.slick-prev, .slick-next {
    background-size: 10px auto !important;
}


.slick-next {
    right: -35px !important;
    background-position: 12px center !important;
}

.slick-prev {
    left: -35px !important;
}


.security_ico {
    width: 100%;
    height: 50px;
    padding: 7px;
}

.security_list li {
    width: 32.1%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.security_list li:nth-child(3n) {
    margin-right: 0;
}

.security_list li:nth-child(n+16) {
    margin-bottom: 0;
}


/*  slick sp style  end */


.big01{
    margin-top:5px;
}

.big01 img {
    width: 100%;
    margin-top:0;

}



#page_top{
      bottom: 5px !!important;
}




.pc_on{
  display: none;
}

.sp_on{
  display: block;
}








}
