@charset "utf-8";

/* ========================================
    ■ reset start
======================================== */

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;
    font-family: 'Noto Sans JP', sans-serif;
}

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: #666666;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #666666;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}


th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
td {

    vertical-align: middle;
}
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;
}


a {
    color: #378ee4;
    text-decoration: none;
    /* transition: 0.2s ease; */
}

a.server_url_link{
	font-size: 16px;
	color: #378ee4;
	font-weight: normal;
	text-decoration: none;
}


a.server_url_link:hover{
	color: #117ae3;
	text-decoration: underline;
}


body {
    color: #666666;
    font-size:19px;
    line-height: 1.631;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}



a:hover {
    text-decoration: none;
    opacity: 0.9;
    /* 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;
}

/* ========================================
    ■ reset　end　▲
======================================== */


/* ========================================
    ■ 共通　start　▼
======================================== */

section{position: relative;}

.wrap {
    position: relative;
    max-width: 1390px;
    width:100%;
    margin: 0 auto;
    z-index:100;
    padding: 0px;
}

.wrap-bg {
    position: relative;
    max-width: 1390px;
    width:100%;
    margin: 0 auto;
    z-index:100;
    padding: 0px;
}

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


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


h2.strength_title {
  color: #111111;
  text-align: center;
  font-size: clamp(3.6em, 5vw, 68px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 21px;
  padding-bottom: 15px;
  letter-spacing: 0px;
  padding-top: 0px;
}



.section_title_p{
  font-size: 25px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.35;
  color: rgb(58 71 82 / 70%);
}


.blue_font {
  color:#378EE4;
  font-size: 67px;
  letter-spacing: -0.6px;
}

.blue_font:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: -32px;
  font-size: 40px;
  padding-left: 11px;
}

.esh_title{
  font-size:63px !important;
}

.eng_box_line{
  text-align: center;
  margin: 0 auto;
}

.eng_title_maintop {
  display: inline-block;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.45;
    background-color: #ffffff;
    color: #378ee4;
    padding: 2px 25px 5px;
    border-radius: 40px;
    border: solid 1.5px rgb(55 142 228 / 80%);
}

/* .eng_title_maintop {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(122deg, #ffffff 10%, #62b5ff 30%, #1056df 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
} */

.eng_title_top {
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    color: #378ee4;
    padding: 0px 20px 3px 20px;
    border-radius: 40px;
    border: solid 2px rgb(55 142 228 / 80%);
    margin-bottom: 7px;
    line-height: 1.5;
    background-color: rgb(255 255 255 / 80%);
  }

.eng_title_top_i {
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    color: #1e7cda;
    padding: 0px 20px 3px 20px;
    border-radius: 40px;
    border: solid 2px rgb(93 169 247);
    margin-bottom: 0px;
    line-height: 1.5;
    background-color: rgb(237 247 255);
  }



.eng_title_s{
  font-size:30px !important;
}



.h2_title{
  font-weight: bold;
  color: #378ee4;
  /* color: #3a4752; */
  font-size: 2.1rem;
  line-height: 1.4;
  padding-top: 12px;
  letter-spacing: -.4pt;
}

.h2_p{
  margin-top: 0.45em;
  line-height: 1.5;
  font-size: 20px;
  color: rgb(58 71 82 / 80%);
  letter-spacing: -.3px;
}


.h2_p_sub_t{
  font-size: 14px;
  color: #a4a4a4;
  padding-top: 25px;
  line-height: 2;
}


.main_tit_en_st {
  font-size:40px;
  font-family: 'Noto Sans JP';
  }

  .main_tit_sm_st {
    font-size: 29px;
    font-family: 'Noto Sans JP';
    font-weight: 100;
    letter-spacing: -0.5pt;
  }

  .main_tit_l_st {
    font-size: 58px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5pt;
  }


  .eng_title_top1 {
      display: inline-block;
      font-size: 22px;
      font-weight: 700;
      text-align: center;
      color: #517fe6;
      padding: 0px 40px 3px 40px;
      border-radius: 40px;
      border: solid 2px #3770e4d4;
      line-height: 1.6;
      background-color: rgb(255 255 255 / 90%);
  }


/* ========================================
    ■ 共通　end　▲
======================================== */






/* ========================================
■ section header start ▼
======================================== */

#header {
      z-index: 200;
      background-color: #fff;
      box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 15%);
      position: fixed;
      top: 0;
      width: 100%;
}

.header_desc {
  width: 385px;
  float: left;
  position: relative;
  padding: 12px 0px 5px 22px;
  color: #b4bbbf;
  font-size: 19px;
  font-weight: lighter;
  margin: 10px 0px;

}


#header .innerBlock {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding: 0 50px;
}





#header .innerBlock #leftContents {
      width: 80%;
      position: relative;
      padding: 3px 0px 5px 0px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
}



#lp_leftContents {
    width: 70%;
    min-width:360px;
}


#lp_leftContents li {
    height: 50px;
    display: flex;
    align-items: center;
}


#lp_leftContents li a{
    color:#2C363C;
    font-weight: 700;
}

#lp_leftContents li a:hover{
    color:#378ee4;
}

/********* TOP MENU NAVI CSS ************/
#lp_leftContents li a.ExToggle:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    transform: rotate(135deg);
    opacity: .4;
    top: -2px;
    bottom: 0;
    left: 74px;
    border-top: solid 2px #4f5f6d;
    border-right: solid 2px #4f5f6d;
    margin: auto;
}



#lp_rightContents #lp_gnav {
    padding: 0px 14px 0 0px;
}

#lp_rightContents {
    padding: 9px 10px 5px 0px;
    /* width:30%; */
}


li.navi_cta {
    width: 32%;
    text-align: center;
    height: 40px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    /* border: 2px solid rgba(79, 95, 109, .2); */
    border: 1.5px solid #378ee4ba;
    min-width: 155px;
    margin-left: 10px;
}

li.navi_cta:hover {
  border: 1.5px solid #378ee4;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  cursor:pointer;transform:scale(1.02,1.02);transition:transform .2s;
}



li.navi_cta a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  /* color: #6c6e70; */
  color: #378ee4;
}

li.navi_cta a:hover{
  color: #177de2;
}



.cta_orange {
    background-color: #FF114A;
    border: 1px solid #FF114A !important;
    /* margin-left: 10px; */
}



.cta_orange a{
      color:#fff !important;
}

.cta_red {
  background-color: #FF114A;
  border: 1px solid #FF114A !important;
  margin-left: 10px;
}



.cta_red a{
    color:#fff !important;
}



.lp_header-serve-menu ul li span{
  top: 32px;
}

.lp_header-serve-menu ul {
    list-style: none;
    margin: 3px 0px 0;
}




.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 200;
    background-color: #fff;
    transition: background-color .3s ease;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}


.header__container {
    max-width: 1580px;
    height: 75px;
    padding: 0px 20px;
    margin: auto;
    display: flex;
    align-items: center;
}


.header .maegaMenu .is opne{
  height:170px;
}


.header__navi {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content:flex-end;
}

.header__navi--left {
    display: flex;
    align-items: center;
    font-size:17px;
}

.header__navi--left li{
  margin-right: 3.5rem;
  margin-left: 0px;
}



.header__navi--right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header__navi--left .naviItem__inner {
    display: block;
    position: relative;
    transition: color .3s ease;
}


.header__navi--left .naviItem__inner:before {
    content: "";
    position: absolute;
    bottom: -24px;
    width: 100%;
    z-index: 2;
    height: 4px;
    background-color: #009dff;
    transition: transform .3s ease;
    transform: scaleX(0);
}

.header__navi--left .naviItem__inner:hover:before{transform:scaleX(1)}

.header p {
    margin: 0;
    color:#4f5f6d;
    font-weight: 700;
}

.header__navi--left .naviItem__inner i {
  margin-left: 8px;
  color: #378ee4;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  transform: translate(0);
}


.header .megaMenu {
    position: relative;
    height: 0;
    background-color: #fff;
    transition: height .3s ease;
    overflow: hidden;
}


.header .megaMenu__inner {
    position: relative;
    height: 100%;
    max-width: 1366px;
    margin: auto;
}


.header .megaMenu__group {
    opacity: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header .megaMenu.is-open {
    height: 150px;
    border-top:2px solid #f4f8f9;
}



.header .megaMenu__group--inner {
    display: flex;
}


.header .megaMenu__group--list {
    flex-grow: 1;
}

.header .megaMenu__group--title {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-right: 72px;
}

.header .megaMenu__group--titleInner {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  padding-right: 28px;
  color: #4c4c4c;
  transition: color .2s;
}


.header .megaMenu__list {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  gap: 22px 50px;
}


.header .megaMenu__item {
    white-space: nowrap;
    display: flex;
}


li.naviItem {
    cursor: pointer;
}


.header_logo {
    width: 17%;
    margin-right: 24px;
    min-width: 240px;
}

.header .megaMenu__item--inner {
    display: block;
    position: relative;
    padding-left: 21px;
    padding-bottom: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #4f5f6d;
    background-image: linear-gradient(#158aff,#158aff);
    background-size: 0 1px;
    background-position: left 16px bottom;
    background-repeat: no-repeat;
    transition: color .3s ease,background-size .3s ease;
}

.header .megaMenu__item--inner:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #158aff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}



.header .megaMenu__item--inner:hover {
    color: #378ee4;
    background-size: calc(100% - 16px) 1px;
    text-decoration: none;
}




/* ========================================
■ section header end　▲
======================================== */







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

.cta {
  text-align: center;
  max-width: 1366px;
  margin: 40px auto 0px;
  position: relative;
  z-index: 5;
  padding: 0px 0px 20px 0px;
}


.cta_txt{
  top: 13px;
  padding: 19px 30px 19px 37px;
  line-height: 1.3;
  left: 195px;
  font-size: 25px;
}


.cta_s_text {
    font-size: 20px;
    font-weight: 100;
}



.cta_txt:after,.cta_txt:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}

.cta_txt:after{
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 12px;
  border-bottom-width: 4px;
  border-left-width: 26px;
  border-right-width: 22px;
  margin-top: -12px;
  border-right-color: #fff;
}

.cta_txt:before{
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 5px;
  border-left-width: 26px;
  border-right-width: 27px;
  margin-top: -14px;
  margin-right: 0px;
  border-right-color: #eadadd;
}


p.cta_txt {
      font-size: 24px;
      color: #ee849a;
      font-weight: bold;
      padding-bottom: 5px;
      position: absolute;
      line-height: 1.3;
      background: #ffffff;
      text-align: left;
      padding: 10px 25px 14px 25px;
      border-radius: 12px;
      left: 228px;
      border: 2px solid #E6E0E1;
      z-index: -1;
      top: 0px;
      text-align: center;
      vertical-align: middle;
      font-family: 'Noto Sans JP', sans-serif;

      /* width: 38%; */
}


.cta_position{
  left:170px;
  top: -8px;
}


.cta_area{
  position: relative;
  margin: 45px 0 0;
  z-index: 1;
}



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


.n_cta_L_area {
  background-size: 100%;
  border: 1.5px solid #d1d9e5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  background: #f9fcff;
  border-radius: 13px;
  box-shadow: 0px 0px 8px 0px rgb(221 223 227 / 65%);
}

.n_cta_L_area:hover {
  border: 1.5px solid #a1c3e6;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.02,1.02);transition:transform .2s;
}

.cta_box_logo{
  width: 26%;
  padding: 5px 0px;
  background-color: #378ee4;
  border-radius: 11px 0px 11px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}

.cta_box_logo img{
   width: 175px;
}



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

.n_cta_dw_right {
  display: flex;
  width: 100%;
  padding: 0px 20px 40px 30px;
  align-items: flex-start;
  justify-content: space-between;
}

.n_cta_dw_right .thumb_img{
  width: 49%;
  padding-top: 21px;
  padding-left: 0.7em;
}


.n_cta_dw_right ul {
    margin: 0;
    width: 51%;
}



  .n_cta_dw_right ul li {
    font-size: 1.7rem;
    color: #3a4752;
    line-height: 1.45;
    text-align: center;
    font-weight: 600;
    padding: 25px 0px 15px 0px;
    position: relative;
    letter-spacing: -.7pt;
  }


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


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


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

.n_cta_btn img{
  width:486px;
}

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






/* ========================================
■ section main start ▼
======================================== */
.dc-info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 10px 16px;
  transition: .2s;
  text-decoration: none;
  background-color: #c2d7fc;
  color: #000;
}

.dc-info-title {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.g-wrapper{
  min-width: 1366px;
  margin-top: 72px;
}

.keyv {
  background: url(/images/lp/lp_enterprise/entreprise_bg.png) center 155%;
  background-size: 100% !important;
  background-color: #0c65c2;
  background-repeat: repeat-x;
}


.keyv .mv{
  position: relative;
  color: #fff;
  background-position: center;
  padding: 50px 0px 55px;
  margin: 0 auto;
  max-width: 1460px;
  width:100%;
  }


  .ta_bg {
    background: url(/images/lp/construction/tasha_backgroundimg-1.png) 0px 0px / auto no-repeat;
    background-size: 100%;
    background-color: #fbfdff;
}


  .keyv .mv .logo{
    margin: 0 auto;
    padding-top: 25px;
    text-align: right;
  }

  .keyv .mv .logo img{
      width:160px;
  }

  .logo-slide {
    background-color: #fff;
    padding: 10px 0px 30px 0px;
}


  .main_v_warp{
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }


.main_title_area{
      width: 58%;
}


.main_title_img{
  width: 69%;
  margin: 0px auto;
}


.main_btn_area{
  display: flex;
  justify-content: center;
  padding: 18px 0px 5px;

  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-direction: row;
}



.main_btn_boxtd{
  width: 45%;
  text-align: center;
  height: 65px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.8;
  position: relative;
  flex: 1 1;
  max-width: 44%;
  margin-top: 20px;
}


.main_btn_boxtd a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  min-width: auto;
  gap: 0 12px;
  padding: 1px 23px 3px 34px;
  color: #0f76cc;
}


  .main_title {
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    font-family: A-OTF Shin Go Pro, 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.45;
    padding-bottom: 35px;
    padding-top: 0px;
    letter-spacing: 0px;
  }


  .main_title span {
      font-size: 27px;
      font-weight: 100;
      letter-spacing: 0;
      color: #fff;
  }


  .main_title_en{
    color: #fff;
    font-size:3.3em;
    font-weight: 600;
    /* letter-spacing: 3.0px; */
    font-family: A-OTF Shin Go Pro, 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 15px;
    padding-top: 0px;
    letter-spacing: 1.2px;
    text-shadow: 0 4px 10px rgba(0, 26, 99, .2);
}


  .main_img_area {
    width: 42%;
    padding: 35px 0px 0px 0px;
  }


.mainv_pic1{
  width: 100%;

}


.main_title img{
width: 92%;
}


  .main_bottom_area {
      background-color: #fff;
      padding: 0px 0 25px;
  }


  .main_bottom_inner {
      position: relative;
      text-align: center;
      max-width: 1180px;
      width:100%;
      margin: 0px auto;
      padding:25px 0px 15px;
  }

    .main_bottom_inner .statement {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 15px;
      color: rgb(8 11 14 / 80%);
      position: relative;
    }

    /* .main_bottom_inner .statement:before {
      border-right: 2px solid #70707094;
      transform: translateX(-22px) translateY(0) rotate(324deg);
      content: "";
      width: 0;
      height: 39px;
    }

    .main_bottom_inner .statement:after {
      border-left: 2px solid #70707094;
      transform: translateX(10px) translateY(0) rotate(33deg);
      content: "";
      width: 0;
      height: 39px;
    } */


  .main_b_img {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 0 3px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }


.main_b_img li:nth-child(1){
width: 47.6%;
}

.main_b_img li:nth-child(2){
width: 37%;
margin:0 30px;
}

.main_b_img li:nth-child(3){
width: 41%;
}

.performance_img{
  width: 100%;
}

.laurel_img{
      width: 100%;
}

.laurel___span{
  display: block;
  font-size: 10px;
  color: #969696;
  text-align: center;
  padding-top: 1px;
}





  /******************** TOP Banner ******************/
  .app-mv-button-text {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #e1efff;
    margin-top: 3px;
  }

  .appbt-mv-button-text {
    margin-bottom: 7px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    color: #dbebff;
  }

  .appbt-mv-button-text:before,
  .appbt-mv-button-text:after
 {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5.3%;
  height: 1px;
  background: #b8cee9;
  top: 19px;
 }


 .appbt-mv-button-text:before{
   transform: rotate(53deg);
   left: 18.2%;
 }

 .appbt-mv-button-text:after{
   transform:rotate(-53deg);
 }

 .appbt-mv-button-text1 {
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  color: #dbebff;
}

.appbt-mv-button-text1:before,
.appbt-mv-button-text1:after
{
content: "";
display: inline-block;
position: absolute;
width: 5%;
height: 1px;
background: #b8cee9;
top: 18px;
}


.appbt-mv-button-text1:before{
 transform: rotate(53deg);
 left: 15.8%;
}

.appbt-mv-button-text1:after{
 transform:rotate(-53deg);
}



  .app-btn-contents-image {
    width: 50px;
    padding-bottom: 2px;
  }

  .app-btn-contents-image-w {
    width: 45px;
    padding-top: 5px;
  }

  .app-btn-contents-image-b{
    width: 67px;
  }

  .app-btn-contents-image-wb{
    width: 54px;
    padding-top: 3px;
  }

  .app-btn-contents-text {
    flex: 1 1;
    font-size: 24px;
    text-align: left;
  }

  .app-btn-contents-text1 {
    flex: 1 1;
    font-size: 29px;
    text-align: left;
    padding-left: 5px;
    color: #0f76cc;
  }

  .app-btn-contents-text1-w {
    flex: 1 1;
    font-size: 29px;
    text-align: left;
    padding-left: 5px;
    color: #ffffff;
  }

  .app-btn-contents-arr {
    width: 22px;
    height: 22px;
    margin-left: auto;
    pointer-events: none;
    padding-top: 2px;
  }

  .app-btn-contents-arr1 {
    width: 24px;
    height: 24px;
    margin-left: auto;
    pointer-events: none;
  }

  .app-btn-contents {
    width: 100%;
    min-width: auto;
    font-size: 20px;
    gap: 0 16px;
}

.app-btn-contents1 {
  width: 100%;
  min-width: auto;
  font-size: 20px;
  gap: 0 16px;
}

.app-btn {
  display: inline-block;
  padding: 17px 32px 18px;
  transition: .2s;
  border: 0;
  border-radius: 62px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.app-btn1 {
  display: inline-block;
  padding: 17px 32px 18px;
  transition: .2s;
  border: 0;
  border-radius: 62px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.app-btn-tertiary {
  background: #fff;
  color: #00348a;
  /* border: 2px solid #5aa8f2; */
}

.app-btn-tertiary:hover,
.app-btn-tertiary:focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
}

.app-btn-contents {
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 272px;
  height: 58px;
  margin: 0 auto;
  padding: 0 24px 0 16px;
  gap: 0 16px;
}

.app-btn-contents1 {
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px 2px 50px;
  gap: 0 16px;
}

.app-btn-primary {
  background: #ff114a;
  color: #ffffff !important;
  /* border: 2px solid #e97894; */
}

.app-btn-primary:hover,
.app-btn-primary:focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
}

/* ========================================
■ section main end　▲
======================================== */






/* ========================================
■ section 悩み start ▼
======================================== */


.section_distress{
    /* font-size: 17px;
    padding: 80px 0 65px;
    position: relative;
    background: linear-gradient(0deg, #ffffff 10%, #e7f4ff 65%, #ebf4ff 100%); */
    position: relative;
    width: 100%;
    margin-top: 16.5rem;
}

.issue__triangle {
    /* width: 120px;
    height: 60px;
    background:#414f76;
    position: relative;
    overflow: hidden; */
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
}

.issue__triangle:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #4b5768 transparent transparent transparent;
    border-width: 50px;
    margin-top: -5px;
}

.distress_officebg{
    background-image: url(/images/lp/lp_enterprise/distress-bg-office.svg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: 0px;
    width: 100%;
    padding: 40px 0px 110px;
}

.section_distress .wrap{
  /* background-color: #fff; */
    /* border-radius: 20px; */
    /* margin: 0 auto;
    max-width: 1400px;
    padding: 0 8px; */


    position: relative;
    z-index: 1;
    width: calc(100% - min(1vw, 30px));
    max-width: clamp(1390px, 85vw, 1390px);
    padding: 0px;
    margin-top: min(-11vw, 20px);
}

.distress_bgbox{
    /* background-color: #ecf6ff; */
    border-radius: 14px;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    padding: 45px 50px 50px;
    width: 1390px;
    background: linear-gradient(0deg, #ffffff 10%, #e7f4ff 65%, #ebf4ff 100%);
}



.distress_tittxt{
    font-size: 44px;
    background-color: #2c8ef0;
    padding: 5px 15px 7px;
    border-radius: 58px;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    text-align: center;
    width: 73%;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
}

.distress_tittxt:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #2c8ef0 transparent transparent transparent;
    border-width: 30px;
    bottom: -56px;
}

.strength_title_enter {
    color: #262b34;
    text-align: center;
    font-size: clamp(3.6em, 5vw, 66px);
    font-weight: 700;
    line-height: 1.6;
    margin: 20px 21px 0px;
    padding-bottom: 15px;
    letter-spacing: 0px;
    padding-top: 25px;
}


.blue_font_enter {
    color: #378ee4;
    font-size: 67px;
    letter-spacing: -9.6px;
}

.blue_font_enter:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: 60px;
    font-size: 40px;
    padding-left: 11px;
}


.distress_area_enter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 15px;
    border-radius: 15px;
}

.area_hidden {
    clear: both;

}


.distress_con_enter {
    width: 31.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
}


.distress_img_box_enter {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}



img.distress_img_enter {
    width: 94%;
    max-width: 100%;
}


.dist_hukidashi {
  font-size: 30px;
  position: absolute;
  font-weight: bold;
  line-height: 1.3;
  color: #2666b8;
  text-align: center;
  width: 95%;
  display: flex;
  justify-content: center;
}


.hukidashi_a {
    top: 3.7%;
    letter-spacing: 0px;
}



.hukidashi_b {
    top: 3.4%;
    letter-spacing: 0px;
}


.hukidashi_c {
    top: 3.7%;
    letter-spacing: 0px;
}


.distree_wrapper {
    display: flex;
    border: 2.5px solid #d31530;
    border-radius: 10px;
    overflow: hidden;
    width: 94%;
    margin-top: 20px;
}


.distree_left_box {
    background-color: #d31530;
    color: #fff;
    padding: 12px 12px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
    border-radius: 4px 0px 0px 4px;
}



.distree_right_box {
    background-color: #fff;
    color: #d31530;
    padding: 9px 10px;
    font-weight: bold;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}


/* ========================================
■ section　悩み end ▲
======================================== */









/* ========================================
■ section 生成AIの活用をサポート start ▼
======================================== */

.section_support{
  padding: 0px 0 80px;
  background: linear-gradient(118deg, #ffecec 0%, #fff7ec 16%, #e8fcff 40%, #edf5ff 60%, #f8fdff 90%);
}

.support_bgbox {
	position: relative;
	/* margin-inline: calc(0% - 20cqw); */
  margin-top:50px;
  background: url(/images/lp/lp_enterprise/bg_feature01.svg) 90% 70% no-repeat;
  background-size: cover;
}

/* .support_bgbox::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
	inset: 0;
	-webkit-transform: translate(0, -37%);
    transform: translate(0, -37%);
}

.support_bgbox--01::before {
    background: url(/images/lp/lp_enterprise/bg_feature01.svg) 90% 70% no-repeat;
    background-size: cover;
} */

.support_title{
  font-weight: bold;
  color: #262b34;
  text-align: center;
  font-size: clamp(2.8em, -5vw, 52px);
  line-height: 1.4;
}



.balloon_support {
  /* position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px; */

  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 10;
  justify-content: flex-end;
  padding-bottom: 40px;
}


.balloon_text {
  background-color: #ffe0e0;
  padding: 18px 15px 19px 29px;
  border-radius: 10px;
  position: relative;
  font-size: 19px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
  color: #37393e;
  line-height: 1.45;
}


.balloon_text::after {
    content: '';
    position: absolute;
    border-width: 16px 0 16px 30px;
    border-style: solid;
    border-color: transparent transparent transparent #ffe0e0;
    right: -30px;
}


.balloon_text::after {
    top: 37%;
}


.balloon_icon {
    width: 11.2%;
}

.balloon_text {
    width: 49%;
}

.balloon_icon img {
    width: 100%;
    min-width: 135px;
    max-width: 110px;
}

.sec_support_img{
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0px;
    border-radius: 14px;
    border: 2.5px solid #3784d9;
    box-shadow: 0px 0px 7px #a7afba59;
    background-color: #ffffff;
}


.sec_support_img h3{
    line-height: 1.4;
    font-size: 48px;
    padding: 25px 0px 26px;
    background-color: #3784d9;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    border-radius: 10px 10px 0px 0px;
    letter-spacing: -0.4pt;
}

.sec_support_img_tbbox {
    padding: 40px 40px 50px;
    width: 100%;
    background-color: #ffffff;
    /* background: linear-gradient(122deg, #fff9f9 0% 0%, #fffbf4 18%, #f1fdff 55%, #f3f7ff 100%); */
    border-radius: 0px 0px 12px 12px;
}


.y_dc_txt {
    background: linear-gradient(90.47deg, #ffff2d 0.41%, #fff103 107.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 54px;
}


/* ========================================
■ section　生成AIの活用をサポート end ▲
======================================== */









/* ========================================
■ section fuction start ▼
======================================== */
/* ===========================================
menu-feature
*  ========================================== */

.menu-feature {
	margin-top: 25px;
	color: #324465;
	user-select: none;
}

.menu-feature-wrapper-menu {
	font-weight: 700;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.menu-feature-wrapper-menu {
		display: none;
	}
}

.menu-feature ul {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.menu-feature li {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    border:2px solid #8ea7c98f;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 1.4%;
    margin-left: 2%;
    padding: 1.6% 1% 1.6% 1.4%;
    width: 32%;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgb(41 45 49 / 9%);
}

.menu-feature li a{
  display: flex;
    color: #324465;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.menu-feature li:nth-child(3n+1) {
	margin-left: 0;
}

.menu-feature li p {
	font-size: 1.55rem;
  line-height: 1.5;
	width: 79%;
}

.menu-feature li p.menu-feature-number {
	font-size: 1.95rem;
  width: 12.5%;
  color: #378ee4;
  font-family: "Roboto", "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  background-color: #ebf4ff;
  border-radius: 41px;
  text-align: center;
  margin-right: 10px;
  padding: 2px 11px 2px 8px;
}

.menu-feature-emphasis {
	  background: linear-gradient(122deg, #2b8dec 30%, #1f7ee8 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.menu-feature-wrapper-arrow {
	margin-top: 0px;
	text-align: center;
}

.menu-feature-arrow {
	  width: 20px;
    vertical-align:middle;
    opacity: 0.35;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.menu-feature li:hover {
	animation: fuwafuwa 1s infinite linear alternate;
  text-decoration: none;
  border: 2px solid #1f8cf8d1;
  box-shadow: 0 0 12px #0a162c29;
}

.menu-feature-wrapper-menu li a:hover > .menu-feature-arrow {
	animation: fuwafuwa 1s infinite linear alternate;
  text-decoration: none;
  opacity: 1.2;
}


.feature-hspace_box{
    margin-top: 45px;
    padding:20px 0px 50px;
}


/*  ライフサイクル管理 */


section.section_features {
    padding: 0px 0px 50px;
    /* background: #edf7ff; */
}

.features-wrap{
  background: linear-gradient(0deg, #ffffff 0%, #ddefff 90%);
  padding: 60px 0px 10px;
  /* position: relative; */
}

/* .features-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 100px 49vw 0 49vw;
    border-color: #ffffff transparent transparent transparent;
} */


.features-contents-wrap{
  background: linear-gradient(0deg, #ffffff 10%, #e7f4ff 65%, #ebf4ff 100%);
  padding: 0px 0px;
  background: url(/images/lp/lp_enterprise/community_background_pc.svg) no-repeat center center / 100% 100%;
  background-size: cover;
}

.tiering_contents_tbbox {
    padding: 40px 24px 35px;
    width: 100%;
    display: flex;
    background: #d6ecfd;
    background: linear-gradient(106deg, #fef1f1 0%, #fff9ef 36%, #e8fcff 68%, #e6f4ff 80%, #e4f3ff 100%);
    border-radius:10px;
    border: 2px solid #d0d6dc;
}

.tiering_contents_area2 {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tiering_servie_imgarea2 {
    z-index: 1;
    width: 39%;
    margin-right:6px;
}


.tiering_service_container2 {
    margin:0;
    padding-left: 0;
    width: 58.5%;
}

.item2 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.hot2 {
    color: #CB3B21;
    top: 0px;
}


.warm2 {
    color: #DC8410;
    top: 0px;
}

.cold2 {
    color: #1981d2;
    top: 0px;
}


.item2:nth-last-child(1) {
    margin-bottom: 0;
}


.item2.hot2::before {
    top: 45px;
    left: -11%;
    width: 88px;
}

.item2.warm2::before {
    top: 45px;
    left: -9%;
    width: 73px;
}

.item2.cold2::before {
    top: 45px;
    left: -8%;
    width: 65px;
}


.icon2 {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2.5px solid;
    margin-right: 8px;
    margin-left: 0;
    background-color: #fff;
}


.hot2 .icon2 {
    border-color: #D33825;
}

.warm2 .icon2 {
    border-color: #F2A82E;
}

.cold2 .icon2 {
    border-color: #449CD7;
}


.icon2 img {
    width: 70%;
}


.content2 {
    line-height: 1.6;
}


.tireing_icon_title2 {
  font-size: 29px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom:5px;
}


.tireing_description2 {
    font-size: 15px;
    color: #333;
    width: 100%;
    letter-spacing: -0.4px
}


.tireing_description2 ul li {
    margin-bottom: 2px;
}

.tireing_description2 ul li:nth-last-child(1) {
    margin-bottom: 0;
}


.tireing_li_span {
    font-size: 13px;
    color: #696969;
}

/* ========================================
■ section　fuction end ▲
======================================== */



/* ========================================
■ section INITIATIVE  start ▼
======================================== */


.section_initiative {
    background: linear-gradient(0deg, #ffffff 10%, #f5faff 65%, #deedff 100%);
}

.initiative_contents{
  background: url(/images/lp/lp_enterprise/bg_pattern_enterprise.png) 50% 25%;
  background-size: cover;
  padding: 70px 0;
}




/* ========================================
■ section　INITIATIVE end ▲
======================================== */



/* ========================================
■ section adoption  start ▼
======================================== */


.section_adoption {
    padding: 60px 0px 70px;
    /* background: linear-gradient(0deg, #ffffff 10%, #f5faff 65%, #eff6fe 100%); */
    /* background: linear-gradient(0deg, #ffffff 85%, #ddefff 100%); */

    background: url(/images/lp/lp_enterprise/ITReview_bg.jpg) no-repeat 15% center;
    background-size: cover;
    position: relative;
    width: 100%;
}

.adoption_wrap {
    padding: 0px 0px 10px;
}


.over_100_users {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin: 10px 0px 6px;
}

.adoption-img{
    width: 65%;
    margin: 0 auto;
}

li.works_logo_line {
    width: 19.3%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100px;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    border: 1.5px solid #acbfd47c !important;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 4%) !important;
    border-radius: 5px !important;
}





/* ========================================
■ section　adoption end ▲
======================================== */








/* ========================================
■ section　導入実績　start　▼
======================================== */



.section_case {
    /* background: linear-gradient(180deg, #e7f4ff 45%, #f2f8ff 100%);
    padding: 40px 0 40px; */

    background: linear-gradient(0deg, #ffffff 10%, #f5faff 65%, #deedff 100%);
}

.case_wrap{
    background: url(/images/lp/lp_enterprise/bg_pattern_enterprise.png) 50% 26%;
    background-size: cover;
    padding: 70px 0 50px;
}




/* ========================================
■ section　導入実績　end　▲
======================================== */









/* ========================================
■ section  プラン、料金 start　▼
======================================== */





.section-service .wrap {
    padding: 0px;
}


.link-service-url-l {
  width:100%;
  text-align: right;
  padding: 6px 40px 8px 0px;
}

.arr-link-height{
  line-height:37px;
 }

a.servicetab_url_link {
  font-size: 18px;
  color: #0054a6;
  font-weight: normal;
  line-height: 27px;
  text-decoration: none;
}

a.servicetab_url_link-1 {
  font-size: 22px;
  color: #FFEFF2 !important;
  font-weight: normal;
  line-height: 27px;
  text-decoration: none;
}

.price-linkurl{
  font-size: 27px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.price-box-red{
  background-color: #FA0E47;
  text-align: center;
  color: #FFFFFF;
  border-radius: 9px;
  font-size: 28px;
  padding: 14px 0px 20px;
  width: 82%;
  margin: 0 auto 65px;
}

.price-arr-w{
  height: 22px;
  vertical-align: middle;
  padding-bottom: 3px;
  padding-left:4px;
}


.service_table_w {
    width: 100% !important;
    border-collapse: collapse;
}



.icon_twoline {
    position: absolute;
    top: 32px;
}



.top_fixed_border_right {
    border-right: 1.2px solid #e0e6ec;
}

a.btn_link_a2 {
  font-size: 17px;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 2.6;
}



.best_green_all {
    position: absolute;
    left: -1px;
    top: -24px;
}

.top_fixed_border {
    border-spacing: 0px;
    border-bottom:0 !important;
}
.fixed_menu {
  position: fixed;
  top: 80px;
  z-index: 90;
}

.top_fixed_border {
    border-spacing: 0px;
    border-bottom: 1px solid #d1d7d9;
}

.blue_area {
    background: #E8F2FE;
}



.txt_padding {
    padding: 17px 14px;
}



.service_title_chk_all {
    background: #E8F2FE;
    color: #3a4752;
    font-size: 18px;
    padding: 28px 0;
    line-height: 30px;
}


.btn_link_apply_b3 {
    width: 154px;
    height: 35px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    background: #2d89ef;
    line-height: 34px;
    border-radius: 4px;
}

.lh21 {
    line-height: 2.1;
    display: inline-block;
    padding-bottom: 10px;
}


.blue_area {
    background: #E8F2FE;
}



.all_btn_size {
  width: 166px;
  margin-top: 3px;
}


.btn_link_apply_red {
    height: 42px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #FF114A !important;
    line-height: 38px;
    border-radius: 37px;
    letter-spacing: -0.2pt;
    width: 69%;
    margin-top: 0;
}

.btn_link_apply_red:hover {
  background: #FF114A;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.02,1.02);transition:transform .2s;
}



.triangle_icon {
    width: 22px !important;
    padding-bottom: 0px;
    vertical-align: text-bottom;
}

.service_left_gb {
    background-color: #EBEDEF;
    color: #262626;
    padding: 17px 14px;
    font-size: 16px;
}

.service_left_gr {
    background-color: #F4F5F6;
    color: #262626;
    padding: 17px 14px;
    font-size: 16px;
}

.comment_txt_area {
    text-align: left;
    padding: 16px 0;
}

.comm_align {
    margin: 0;
    padding: 0;
}

.comm_align li {
  text-indent: -27px;
  margin-left: 29px;
  line-height: 18px;
  padding-bottom: 4px;
  list-style: none;
  font-size: 14px;
  color: #87898b !important;
}


.details_text .d_icon_plus {
    display: inline-block;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    position: absolute;
    border-radius: 76px;
    text-align: center;
    padding: 3px;
    margin-top: 4px;
    border: 1px solid #0058D3;
  }

  .details_text .d_icon_plus:before {
      width: 15px;
      height: 1px;
      position: absolute;
      top: 9px;
      left: 2px;
      color: currentColor;
      background-color: currentColor;
      content: '';
  }

  .details_text.btn-plus .d_icon_plus:after {
      width: 15px;
      height: 1px;
      position: absolute;
      top: 9px;
      left: 2px;
      color: currentColor;
      background-color: currentColor;
      content: '';
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }


.symbol_t_size img.cross_icon {
  width: 13px !important;
  padding-bottom: 4px;
}

.chk_icon {
  width: 16px;
  padding-bottom: 2px;
  vertical-align: text-bottom;
}

.red_point {
  padding-left: 4px;
  line-height: 22px;
  font-size: 12px;
  color: red;
}

.section-service {
  background: linear-gradient(0deg, #ffffff 88%, #ddefff 100%);
}

.service-wrap {
  background: url(/images/lp/lp_enterprise/community_background_pc1.svg) no-repeat center center / 100% 100%;
  background-size: cover;
  padding: 70px 0px 50px;
}

.box_in {
    float: left;
    height: auto;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #3a4752;
    position: relative;
}


.box_in_title {
    width: 16%;
    padding: 0;
    font-size:34px;
}

.box_txt{
  display: block;
}


.box_txt_c{
  width: 40px;
  height: 40px;
  background: #c8d4dc;
  display: block;
  border-radius: 75px;
  color: #ffffff;
  font-size: 37px;
  line-height: 1.0;
}



.box_in_y_con {
  background-color: #378ee4;
  width: 23%;
  padding: 6px 8px 7px;
  border-radius: 10px;
  color: #fff;
  font-size: 26px;
}



.box_in_y_con02 {
    background-color: #fff;
    width: 25%;
    padding: 8px 8px 2px;
    color:#333;
}



.plan_box {
    width: 100%;
    padding: 20px;
    border: 1.5px solid #cfdae4;
    background: #f0f8ff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
    margin-top: 30px;
}

  .plan_title_text {
      font-weight: bold;
      font-size: 65px;
      text-align: center;
      color: #333;
      padding: 8px 0 17px;
  }


  .demo__link {
      position: relative;
      margin-top: 20px;
  }

  .btn_detailse {
    cursor: pointer;
    margin: 0 auto;
    border-radius: 47px;
    color: #0058D3;
    font-size: 17px;
    text-align: center;
}

.details_text .d_icon_plus {
    display: inline-block;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    position: absolute;
    /* background-color: #FFDFA9; */
    border-radius: 76px;
    text-align: center;
    padding: 3px;
    margin-top: 4px;
    border: 1px solid #0058D3;
}

.details_text .d_icon_plus:before {
    width: 15px;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 2px;
    color: currentColor;
    background-color: currentColor;
    content: '';
}

.details_text.btn-plus .d_icon_plus:after {
    width: 15px;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 2px;
    color: currentColor;
    background-color: currentColor;
    content: '';
    -webkit-transform: rotate(
90deg
);
    transform: rotate(
90deg
);
}


.purpose_title {
    margin-top: 5px;
    font-size: 18px;
}

.lh19 {
    line-height: 1.45;
    margin-bottom: 13px;
}

.price_purpose_ul {
    margin: 0;
    padding: 0 0 0 9px;
    color: rgb(58 71 82 / 80%);
}

.price_purpose_ul li {
    text-indent: -12px;
    margin-left: 0px;
    line-height: 18px;
    padding-bottom: 5px;
    list-style: none;
    font-size: 14px;
}


.cost_num {
    font-size: 26px;
    font-weight: bold;
}



.best_green_advanced{
  display:none !important;
}



/* ========================================
■ section  プラン end　▲
======================================== */






/* ========================================
■ section  OPTION start　▼
======================================== */


.section-option {
  padding: 50px 0 75px;
  background:#F0F9FF;
  min-width:1366px;
}

.option_area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom:0;
        margin-top: 10px;
}


.option_item {
    width:48.5%;
    margin-top: 35px;
    box-shadow: 0px 0px 8px 0px rgb(212 212 212 / 65%);
}

.option_line_con {
    padding: 20px 25px 20px 30px;
    border: 1px solid #e8ecf0;
    box-sizing: border-box;
    background-color: #fff;
}

.option_item h5{
    font-size: 26px;
    font-weight: bold;
    color:#378ee4;
    padding:0px 0px 3px;
}

.option_item p {
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -.4pt;
  color: rgb(58 71 82 / 80%);
}


.option_btn {
  width: 37%;
  background-color: #2d89ef;
  text-align: right;
  color: #ffffff;
  height: 46px;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  float: right;
  margin: 30px 0 12px 0;
  padding: 20px 0 0 0px;
}


.option_btn a {
  color: #ffffff !important;
  display: flex;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ========================================
■ section  OPTION end　▲
======================================== */











/* ========================================
■ section  導入事例 start　▼
======================================== */



.donyu_bg{
  background-color: #f5fbff;
  background-size: 100%;
  padding-bottom: 70px;
  }


  .section-merit{
    padding:0;

  }


.section-merit .wrap{
  padding-top: 30px;
  padding-bottom: 0px;
}



.interview_btn {
  text-align: center;
  background-color: #2d89ef;
  color: #fff;
  width: 290px;
  padding: 18px;
  border-radius: 6px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  float: right;
  margin-top: 15px;
  height: 64px;
}

.interview_btn a{
    color: #ffffff !important;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}


.interview_btn a:visited{
    color: #ffffff !important;
}


.highlight {
  font-weight: 100;
  padding: 8px 0px 14px 7px;
  font-size: 26px;
  color: #444444;
}

.box_bg_donyu{
  background-color: #f5faff;
  padding: 29px 15px 28px 20px;
  border-radius: 6px;
  /* border: 1px solid #e5e9ed; */
  display: block;
  width: 99%;
}

.donyu-td-case{
  padding: 25px 30px;
  text-align: center;
  max-width: 1366px;
  margin: 0 auto 30px;
  background-color: #f0f6ff;
  display: block;
  position: relative;
  box-shadow: 4px 4px 0px rgb(0 0 0 / 10%);
}


.donyu_title{
  padding: 35px 0 8px;
    text-align: center;
    max-width: 1366px;
    margin: 0 auto 25px;
}


.donyu_title p{
    line-height: 1.25;
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 3px;
    color: #0b2044;
    text-align: center;
  }

.donyu_title span{
  font-size: 26px;
  font-weight: 100;
  color: #8f9299;
  padding: 10px 0 10px 0px;
  line-height: 1.85;
}

.other_c_content li{
  font-size: 20px;
    line-height: 1.5;
    text-indent: 8px;
    padding-top: 5px;
}

.other_c_content li:nth-child(1){
    text-indent: -100px;
    padding-left: 19px;
}



.donyu_logo{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  /* border-bottom: 1px dotted #e5e8eb; */
  padding-bottom: 18px;
}


.donyu_logo_img {
    width: 50%;
    margin-right: 15px;
}

.donyu_logo_img1 {
  width: 57%;
  margin-right: 15px;
}

.donyu_logo_img2 {
  width: 20%;
  margin-right: 15px;
}


.industry {
  font-size: 18px;
  padding: 4px 34px 7px;
  background-color: #378ee4;
  color: #fff;
  border-radius: 24px;
  height: 40px;
  text-align: center;
  display: inline-block;
  margin-top: 8px;
  margin-left: 6px;
}

.industry-con1 {
  font-size: 18px;
  padding: 4px 14px 7px;
  background-color: #378ee4;
  color: #fff;
  border-radius: 24px;
  height: 40px;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  margin-left: 6px;
}

.indus_newalbe{
  width:36%;
}



.donyu_area {
  border-top: 0;
    background-color: #fff;
    /* background: url(/images/lp/datsu_zip/bgimg_05.png) center top no-repeat; */
    padding: 70px 0px 0px;
    background-size: 100%;
    background-color: #f6f8fa;
    padding-bottom: 0;
    /* /* min-width: 1366px; */
}


.donyu_area.area-item2 {
    background-image: none;
    /* background: url(/images/lp/datsu_zip/bgimg_05_W.png); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #ffffff;
    background-size: 100%;
    padding: 30px 0px 0px;
}

.donyu_contents_area {
    padding: 10px 0px;
    margin: 0 auto;
    max-width:1366px;
}


  .company_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
  　line-height: 1.7;
  }



.company_li_item1{
  width:40%;
}


.donyu_logo img {
    width: 100%;
}


.donyu_logo span{
    left: 426px;
    top: 27px;
    font-size: 17px;
    padding: 7px 35px 7px;
    letter-spacing: -1.1px;
}


.other_c_content li:nth-child(1){
  text-indent: -112px;
  padding-left: 121px;
}


.donyu_img{
  /*box-shadow: 4px 4px #d4d4d4;*/
}

.donyu_case_area{
  padding: 30px 0 0px;

}

.donyu_icon {
    position: absolute;
    top: -80px;
    left: 169px;
    width: 22%;
}

.donyu_before, .donyu_after {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.donyu_case_title {
  font-size: 42px;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}




.donyu_case_title {
    position: relative;
    padding: 0 ;
}

.donyu_case_title:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38%;
  height: 7px;
  background-image: linear-gradient(to left, #c2d7f5 0%, #ffffff00 100%);
  left: 0;
}

.donyu_case_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38%;
  height: 7px;
  background-image: linear-gradient(to right, #c2d7f5 0%, #ffffff00 100%);
  right: 0;
}





.before_title, .after_title{
  padding-top: 45px;
  background: linear-gradient(0deg , #6f6f6f, #9e9e9e);
  width: 14%;
  height: 170px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-left: 18px;
}


.after_title {
  background: linear-gradient(0deg, #fe7100, #fe8c1c);
  color:#fff;
}



.before_title span, .after_title span{
    font-size: 17px;
    color: #fff;
    display: block;
    line-height: 1.3;
}

.after_title span{
      color: #f9c9a6;
}

.case_ul{
  width: 82.5%;
  font-size: 22px;
  text-align: left;
  padding-top: 3px;
  color: rgb(58 71 82 / 80%);
  letter-spacing: -.2pt;
}

.case_ul li{
  text-indent: -22px;
  padding: 0px 23px;
  line-height: 1.4;
  padding-bottom: 8px;
}

.case_arrow{
  position: relative;
    left: 77px;
    margin-bottom: 26px;
    margin-top: 2px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0 30px;
    border-color: #e7e9ec transparent transparent transparent;
}


span.ootoya_li_span_t {
    width: 88px;
    display: block;
    float: left;
}




.interview_summary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.summary_area1{
margin-bottom:55px;
}

.interview_summary h5 {
  border: 1.5px solid #37a6f2;
  border-radius: 10px;
  box-sizing: border-box;
  flex: 0 0 10%;
  padding: 20px 0;
  width: 96px;
  color: #4f5f6d;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-right: 20px;
}


.interview_summary ul {
    flex: 1 0 80%;
}

.interview_summary ul li {
    padding-bottom: 10px;
    text-indent: -16px;
    padding-left: 30px;
    font-size: 21px;
    letter-spacing: -0.5px;
}

.interview_summary ul li:before {
    content: " ";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #378ee4;
    border-radius: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

.interview_summary ul li:nth-last-child(1) {
    padding-bottom: 0;
}


.company-intro {
    padding: 0 25px 25px;
}




/* ========================================
■ section  導入事例 end　▲
======================================== */







/* ========================================
■ section  導入実績 start　▼
======================================== */


.warea {
  background-color: #fff;
      height: 298px;
      border: 1px solid #f3f3f3;
      padding: 15px;
      min-width:1366px;
}


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


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

.security_list li {
    background: #fff;
    width: 15.5%;
    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: 165px;
  height: 80px;
  padding: 15px;
}

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


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



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


.company_logo_section {
    /* background: url(/images/lp/municipality/municipality_results_bg.png) 100% 100%no-repeat;
    background-size: cover; */
    background-color: #fff;
}

.company_logo_section .wrap{
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }


.section-simple .wrap{
    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;
}

li.works_logo_line{
    padding: 21px !important;
    height:126px !important;
}

.section-simple .logo li:nth-child(6n){
    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 {
    position: absolute;/*絶対配置にする*/
    top: 46%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 4px solid #9ca7b2;/*矢印の色*/
    border-right: 4px solid #9ca7b2;/*矢印の色*/
    height: 22px;
    width: 22px;
    background-image: none !important;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -2.8vw !important;
    transform: rotate(225deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -2.8vw !important;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}



/* ========================================
■ section  導入実績 end　▲
======================================== */








/* ========================================
■ 導入をご検討されているお客様へ　start　▼
======================================== */




.section_infomation1 {
  padding: 80px 0 60px;
  /* background-color: #f7fbff; */
  background: transparent linear-gradient(124deg, #0d68c3 20%, #0256a9 100%) 0% 0% no-repeat;
}

.statement_i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 13px;
    color: #ffffff;
    position: relative;
}

.statement_i:before {
    border-right: 2px solid #8eb5e5bd;
    transform: translateX(-15px) translateY(0) rotate(-28deg);
    content: "";
    width: 0;
    height: 51px;
    margin-right: 10px;
    padding-top: 4px;
}

.statement_i:after {
    border-left:2px solid #8eb5e5bd;
    transform: translateX(11px) translateY(0) rotate(28deg);
    content: "";
    width: 0;
    height: 51px;
    margin-right: 10px;
    padding-top: 4px;
}



.u_title {
    position: relative;
    text-align: center;
    max-width: 1350px;
    width: 100%;
    margin: 0px auto;
}


.u_title span{
    font-size: 40px;
}



.flow_ul {
  background-color: #ffffff;
    margin: 0;
    list-style: none;
    display: flex;
    width: 100%;
    padding: 27px 24px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.flow_li {
  width: 17.5%;
    background-color: #fff;
    border-radius: 12px;
    margin: 0px 0px 0px;
    border: 1.5px solid #d6dce2;
    text-align: center;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.flow_li:nth-last-child(1) {
  width: 18%;
    background-color: #0251b5;
    border-radius: 10px;
    padding: 0;
    margin: 0px 0px 0px;
    border: 1.5px solid #0048a2;
    text-align: center;
}

.flow_liStep {
  color: #ffffff;
      border-radius: 11px 11px 0 0;
      width: 100%;
      margin: 0px auto;
      font-size: 21px;
      padding: 6px 0 6px;
}

.flow_p {
      font-size: 23px;
      padding: 0 10px;
      text-align: center;
      color: #000;
      font-weight: bold;
      height: 70px;
      line-height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
}

.flow_p a {
    color: #2f80e3 !important;

}


.flow_p a:hover {
    text-decoration: none;
}

.flow_text_area {
    background-color: #eef9ff;
    padding: 15px 10px 15px 15px;
    border-radius: 0 0 12px 12px;
}




.flow_ps {
  text-align: left;
  font-size: 16px;
  margin: 0;
  height: 75px;
  border-radius: 0 0 6px 6px;
  color: #6e7173;
  line-height: 1.5;
  font-weight: 100;
}


.flow_step_comp{
font-size: 24px !important;
}


.flow_dwb_tn {
    font-size: 13px;
      background-color: #FF114A;
      color: #fff;
      padding: 10px;
      position: relative;
      line-height: 1.4;
      border-radius: 3px;
}

.flow_dwb_tn a{
    color: #fff !important;

}



.flow_arrow {
  width: 2.8%;
    font-size: 21px;
    color: #dee7ecfc;
    text-align: center;
}



.infomation_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.0em;
}


.impo_item {
    width: 32.3%;
}


.impo_i_con {
    position: relative;
    text-align: center;
}

.impo_i_con .title {
  width: 100%;
  font-size: clamp(15px, 1.8vw, 29px);
  text-align: center;
  color: #ffffff;
  background: #0078c9;
  padding: 12px 0 12px;
  border-radius: 8px 8px 0 0;
  font-weight: 200;
}

.item_con_area .img{
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    background-color:#fff;
    height: 245px;

}



.impo_i_con::after {
  position: absolute;
  left: 47%;
  bottom: -22px;
  width: 0;
  height: 0;
  content: "";
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #dee7ecfc;
  z-index: 9;
}

.impo_link {
    background: #FF114A;
    width: 88%;
    color: #fff;
    text-align: center;
    border-radius: 57px;
    font-size: 21px;
    height: 56px;
    line-height: 1.2;
    position: relative;
    margin: 0 auto;
}

.impo_link:hover {
  color: #fff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.02,1.02);transition:transform .2s;
}

.impo_link img {
  width: 20px;
  position: absolute;
  top: 27px;
  right: 4%;
}

.ctadown_link {
  background: #FF114A;
  width: 68%;
  color: #fff;
  text-align: center;
  border-radius: 70px;
  height: 72px;
  position: relative;
  margin: 0px auto;
}

.ctadown_link a {
  color: #fff !important;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 31px;
}

.ctadown_link img {
  width: 50px;
  padding-left: 10px;
}

.ctadown_link:hover {
  background: #FF114A;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.02,1.02);transition:transform .2s;
}

.scene_content {
  position: relative;
}

.scene_content img {
  width: 75px;
    position: absolute;
    /*left: -14px;*/
    top: -1.17em;
}

.feat_text {
  font-size: 20px;
  padding: 19px 20px;
  margin: 0;
  line-height: 28px;
}

.f_btn_movie{
    background-color: #ff114a;
}
.movie_btn {
    width: 210px;
    background-color: #ff114a;
    float: right;
    padding: 12px;
    text-align: center;
    margin: 5px 15px 25px;
    font-size: 18px;
    border-radius: 4px;
}

.movie_btn a {
  color: #ffffff;
  text-decoration: none;
}

.movie_btn a :hover{
  color: #ffffff;
  text-decoration: none;
}


.impo_link span{
  display:block;
  font-size: 15px;
  color: #ffffff;
}

.impo_link a {
  color: #fff !important;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  font-weight: 600;
}


.item_con_area {
  border: 2px solid #0078c9;
  padding: 25px 25px 32px;
  margin-bottom: 30px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}


.item_con_area .text {
    text-align: left;
    height: 100px;
    line-height: 1.35;
  font-size: 22px;
}

.Useflow {
  margin-top: 70px;
}


.contact-banner-block {
    padding: 60px 0 80px;

    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.contact-banner-block:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: transparent url(/images/lp/lp_enterprise/bottom-bg1.jpg) 50% 50% no-repeat;
    background-size: cover; */
    background: transparent url(/images/contents/contact-banner-bg.webp) 50% 50% no-repeat;
    background-size: cover;
}


.top_title_b {
    font-size: 61px;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0px;
    line-height: 1.7;
}


.title_white {
    color: #fff;
    margin: 0;
}

.tit_price_txt_01 {
    font-size: 26px;
    color: #b8d9ff;
    line-height: 1.4;
    font-weight: 100;
    margin-bottom: 30px;
}

.intro_for_customers_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.intro_for_customers_ul li {
    background-color: #fff;
    padding: 38px 30px;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center;
    width: 31.8%;
}

.intro_for_customers_ul figure {
    width: 120px;
    margin: 0px auto;
    background-color: #f1f8ff;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.intro_for_customers_ul h4 {
    font-size: 34px;
    margin: 0;
    line-height: 1.65;
    padding-top: 11px;
    color: #383b40;
}


.ctaSection_text {
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.35;
    padding-top: 5px;
    margin-bottom: 15px;
    color: #86898d;
}

.intro_for_customers_ul p {
    background: #ff114a;
    border-radius: 32px;
    font-size: 25px;
    padding: 10px;
    color: #fff;
    width: 92%;
    margin: 0 auto;
}


.intro_for_customers_ul figure img {
    width: 66%;
}


.intro_for_customers_ul li:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform: scale(1.02,1.02);
    transition: transform .2s;
}



/* ========================================
■ 導入をご検討されているお客様へ　end　▲
======================================== */







.footer{
    text-align: center;
}

.footer .wrap{
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 100;
  color: #6b7175;
}


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


A:visited {
    color: #0F76CC;
    text-decoration: none;
}

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


.invisible {
    display: none;
}













/* ========================================
■ ここが違う　start
======================================== */


.flex_between {
    justify-content: space-between;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.option_title {
    padding: 33px 0 4px;
    font-weight: bold;
    margin: 0;
    color: #2d7ccb;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.1px;
    line-height: 1.5;
}


.shield_pointline {
  　border: 1.3px solid #78b3f094;
    border-radius: 8px;
    padding: 0px 15px 2px;
    margin-left: 10px;
    line-height: 10px;
    background-color: #6aadf8;
}



/* ========================================
■ ここが違う　end
======================================== */





/* ========================================
■ 折り畳み
======================================== */



#detail_contents,
#detail_contents1,
#detail_contents2,
#detail_contents3{
  /* border-radius: 12px;
  background: #f5fbfe;
  border: 1.5px solid #c4d7e5; */
}


.demo__link_risk{
  margin:40px 0 0;
}

.access_img{
  padding:20px 0 0;
}


.demo__text{
  background-color: #ff114a;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 47px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
}


.demo__text .d_icon_plus {
  display: inline-block;
  margin-left: 7px;
  width: 24px;
  height: 24px;
  position: absolute;
  /* background-color: #FFDFA9; */
  border-radius: 74px;
  text-align: center;
  padding: 3px;
  margin-top: 8px;
  border: 1px solid #ffffff;
}


.demo__text .d_icon_plus:before {
    width: 16px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 3px;
    color: #ffffff;
    background-color: currentColor;
    content: '';
}

.demo__text.btn-plus .d_icon_plus:after {
    width: 16px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 3px;
    color: #ffffff;
    background-color: currentColor;
    content: '';
    -webkit-transform: rotate( 90deg );
    transform: rotate( 90deg );
}




table,
tr,
td{font-family: 'Noto Sans JP', sans-serif;}


.comparison_title {
    font-weight: bold;
    font-size: 49px;
    text-align: center;
    color: #3a4752;
    padding: 1em 0px 10px;
}

.construction_table {
    border-collapse: collapse;
    border: 1px solid #cad7f1;
    border-bottom: 0;
}


.comp_contents {
    border-collapse: collapse;
    position: relative;
}

.comp_contents th, .comp_contents td {
    border: 1px solid #eaeaea;
    border-right: 0;
    border-bottom: 0;
}


.construction_table td {
    text-align: center;
}

.comp_t07 {
    font-size: 18px;
    font-weight: bold;
    padding: 17px;
    /* border: 1px solid #cccccc; */
    background-color: #598FF1;
    color: #ffffff;
    vertical-align: middle;
}

.dcb_table_head {
    background-color: #4272EA;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #4272EA !important;
    border-bottom: 0 !important;
}

.comp_14 {
    font-size: 16px;
    line-height: 14pt;
    padding: 17px;
    vertical-align: middle;
    background-color: #ffffff;
    color: #7F7F7F;
}

.comp_tl {
    width: 23%;
    text-align: left !important;
    background-color: #F5F5F9;
    color: #595959;
    border-right: 0 !important;
    border-left: 0 !important;
}

.comp_dcb_area {
    border-left: 1px solid #4272ea !important;
    border-right: 1px solid #4272ea !important;
    background-color: #E8F2FE;
    color: #E65510;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 21px;
}

.pagination {
    display: inline-block;
}

.pagination a.num_link_box {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    font-size: 15px;
    margin: 0 4px;
    color: #333333;
    background-color: #fff;
  }


.pagination a.num_link_box.selected {
    background-color: #2578cd;
    color: white;
    border: 1px solid #2578cd;
}


.directcloud_solution {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.directcloud_solution li {
   background-color: aliceblue;
   width: 24%;
   padding: 20px;
   border-radius: 10px;
   line-height: 1.3;
}

.solution_title{
  background-color: #0078c7;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 44px;
  border-radius: 14px 14px 0 0;
  font-weight: bold;
  text-align: center;
  padding: 17px 10px 14px 100px;
}


.solution_text{
  width: 86%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  font-size: 22px;
  text-align: center;
  height: 140px;
  letter-spacing: -1px;
  border: 1px solid #9ab8d9;
  background-color: #f4f9ff;
  box-shadow: 4px 4px #e9edf6;
  color: #4575b4;
  font-weight: bold;
  /* font-family: A-OTF Shin Go Pro; */
}


.cta_txt_in{
  font-size: 23px;
  color: #f11340;
  font-weight: bold;
  padding-bottom: 5px;
  position: absolute;
  top: 37px;
  left: 31%;
  text-align: center;
  line-height: 1.3;
}

.hukidashi_sarani{
  position: absolute;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #0078c7;
  font-weight: bold;
  font-size: 25px;
  background-color: #ffdd5a;
  height: 95px;
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -123px;
  left: 2px;
  letter-spacing: -1px;
}


.hukidashi_sarani:before{
  content: "";
  position: absolute;
  left: 102px;
  width: 8px;
  height: 8px;
  bottom: -4px;
  background: #ffdd5a;
  border-radius: 50%;
  }


.hukidashi_sarani:after{
  content: "";
  position: absolute;
  left: 85px;
  width: 14px;
  height: 14px;
  bottom: 0px;
  background: #ffdd5a;
  border-radius: 50%;
}


.sarani_img{
  width: 11.5%;
  position: absolute;
  top: -58px;
  left: 6.5%;
  z-index: 55;
}


.banner.hide {
  transform:translateY(-60px);
}

.fixed {
    position: fixed;
    top: 0; /*ページ上部の固定する位置*/
    width: 100%;
    z-index: 9999;
}

/* New */

.distress_con_txt {
    padding: 17px 15px;
    height: 230px;
    background-color: #ffffff;
    border-radius: 11px;
}

.underline_y{
  background: linear-gradient(transparent 65%, #fff829e6 65%);
  padding-bottom: 0px;
  padding-left: 2px;
}


.option_line_con {
    padding: 20px 25px 20px 30px;
    border: 1px solid #e8ecf0;
    box-sizing: border-box;
    background-color: #fff;
    height: 195px;
    border-top:0px;
}

.business_task_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.business_task_box {
  width: 32%;
  margin-bottom: 20px;
  border: 1px solid #2872d6;
  height: 100px;
  color: #21549c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 3px 4px 0px rgb(0 0 0 / 8%);
  position: relative;

}

.business_task_box span {
    line-height: 23px;
    display: block;
    text-align: center;
    font-weight: bold;
}


.business_task_box_num {
  top: -1px;
  left: -1px;
  /* background-color: #2872d6; */
  width: 53px;
  height: 49px;
  border-radius: 10px 0 46px 0px;
  padding-top: 11px;
  padding-right: 2px;
  font-size: 19px;
  color: #2872d6;
  position: absolute;
  font-weight: bold;
}

.business_task_box_num:before {
  position: absolute;
      top: 16px;
      left: 22px;
      width: 25px;
      height: 25px;
  content: "";
  background: url(/images/lp/lp_fileserver/sen.svg) center top no-repeat;
}

.business_task_box_title {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  font-size: 22px;
  color: #333333;
  border-bottom: 1px dotted #4472c4;
}

.business_task_box_title:after {
  position: relative;
      top: 25px;
      width: 0;
      height: 0;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #4472c4;
}



.cta_top_txt {
    font-size: 37px;
    color: #ef133f;
    padding-bottom: 5px;
    font-weight: bold;
}

.right_li_btn{
  line-height: 1.2;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  width: 220px !important;
  height: 52px;
  margin: 1px 0 0 0;
  }

a.header_cta{
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  bottom: 0;
  color: #fff !important;
  align-items: center;
  justify-content: center;
}


.right_li_btn:hover {
    opacity: 0.7;
    transition: 0.2s;
}



#idAnswer{
  display: block;
   max-width: 1366px;
   padding: 0;
   white-space: nowrap;   /*テキストの折り返し禁止*/
}





.construction_table .sticky {
  position: sticky;
  left: 0;
}

.sticky:before {
  /* content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc; */
}

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}



.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

._sticky.z-02 {
  z-index: 2;
}


dl,dt,dd{
  font-family: 'Noto Sans JP', sans-serif;
}


.table_fixed_tit {
      width: 235px;
      background-color: #f5f5f9;
      height: 80px;
      padding: 25px 15px 0;
      font-size: 17px;
      color: #444;
      border-bottom: 1px solid #dfe2e5;
}

.table_fixed_cont {
  width: 100%;
  height: 80px;
  background-color: #e8f2fe;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1.5px solid #dce8f6;
  color: #E65510;
  font-weight: bold;
}




.tasha_contents {
    width: 50%;
}


.tasha_bg_blue{
  font-size: 21px;
      font-weight: bold;
      background-color: #3784d9;
      color: #ffffff;
      vertical-align: middle;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      text-align: center;
      flex-direction: column;
      border-left: 1px solid #a1b9e6;
      padding-top: 4px;
}

.scroll_dd_noline {
    height: 75px;
    background: #ffffff;
    border-left: 1px solid #dfe2e5;
    width: 172px;
    font-size: 17px;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-bottom: 0px solid #dfe2e5;
}

.dc_bg_blue{
  background-color: #E8F2FE;
  color: #f84d04;
  font-weight: bold;
  font-size: 21px !important;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}


.scroll_dt{
height: 80px;
background-color: #cfcfcf;
border: 0.5px solid #ffffff;
width: 200px;
}


.scroll_dd{
  height: 80px;
  background: #ffffff;
  border-top: 1px solid #dfe2e5;
  border-left: 1px solid #dfe2e5;
  width: 100%;
  font-size: 18px;
  color: rgb(58 71 82 / 85%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  flex-direction: column;
}





.table_fixed_notit {
    width: 235px;
    background-color: #f5f5f9;
    height: 75px;
    padding: 25px 15px 0;
    font-size: 17px;
    color: #444;
    border-bottom: 0px solid #dfe2e5;
}





.choose_info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 25px 20px;
  padding: 0 0 20px;
  flex-direction: row;
}

.choose_info ul li{
      width: 32%;
      cursor: pointer;
      background-color: #fff;
      border-radius: 8px;
      border: 1px solid #E1E7EF;
      padding: 30px 20px 25px;
}

.choose_info ul li:hover{
	animation: fuwafuwa 1s infinite linear alternate;
  text-decoration: none;
  border: 2px solid #1f8cf8d1;
  box-shadow: 0 0 12px #0a162c29;
}

.choose_info_box{
  background-color: #ffffff;
}

h3.choose_info_item_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #222;
  font-weight: 700;
}


h3.choose_info_item_title::before{
  display: inline-block;
  font-size: 40px;
  color: #378ee4;
  font-weight: 700;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.3;
  letter-spacing: 2px;
}

.choose_info_01::before{
  content: " 01 ";
}

.choose_info_02::before{
  content: " 02 ";
}

.choose_info_03::before{
  content: " 03 ";
}

.choose_info_04::before{
  content: " 04 ";
}

.choose_info_05::before{
  content: " 05 ";
}

.choose_info_06::before{
  content: " 06 ";
}

.choose_info_07::before{
  content: " 07 ";
}

.choose_info_08::before{
  content: " 08 ";
}

.choose_info_item_text {
  margin-top: 1.55rem;
  padding: 0;
  font-size: 21px;
  line-height: 1.45;
  text-align: center;
  vertical-align: top;
  color: #575a5ee3;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  height: 90px;
}

.yell_txt{
  background: linear-gradient(transparent 75%, #ffee57d6 10%);
  padding-bottom: 0px;
  font-size: 24px;
  font-weight: 700;
  color: #2887e5;
}

.choose_info ul li figure{
  width: 100%;
  height:auto;
  margin-top: 10px;
  text-align: center;
}

.choose_merit_img1 {
  width: 68%;
  margin-top: 13px;
}

.choose_merit_img2 {
    width: 81%;
    margin-top: 10px;
}

.choose_merit_img3 {
  width: 53%;
  margin-top: 19px;
}

.choose_merit_img4 {
  width: 45%;
  margin-top: 14px;
}

.choose_merit_img5 {
  width: 45%;
  margin-top: 14px;
}

.choose_merit_img6 {
  width: 45%;
  margin-top: 14px;
}

.menu-link-arrow {
  width: 35px;
  opacity: 0.35;
}



.choose_info li a:hover,
.choose_info li a:focus{
	cursor: pointer;
  text-decoration: none;
}


@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}





.fileserver_merit_ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-top:60px;
}


.fileserver_merit_ul li {
    width: 32%;
    background-color: #f9fcff;
    padding: 25px 20px;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: 3px 3px #e9edf6;
    border: 1px solid #b7c5d9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}



.merit__img_area.merit_img1{
  width: 40%;
  margin-left: 0;
}


.merit__img_area.merit_img2{
width: 61%;
}


.merit__img_area.merit_img3{
  width: 42%;
  margin-left: 0;
}

.merit__img_area.merit_img4{
width: 24%;
}



.merit_img1 img{
  width: 100%;
}

.merit_img2 img{
  width: 100%;
  padding: 0;
}

.merit_img3 img{
width: 100%;
padding: 0;
}

.merit_img4 img{
  width: 100%;
  padding: 0;
}

.merit__text_area1 {
    width: 100%;

}

.merit__text_area2{
width: 100%;
}



.merit_text {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #455461;
    letter-spacing: -0.5px;
    margin-top: 30px;
}


.merit_p{
  font-size: 19px;
  line-height: 1.5;
  padding: 12px 0 0 0;
  color: rgb(79 95 109 / 80%);
  letter-spacing: -.5pt;
  text-align: center;
}



.merit_tit {
  position: relative;
  padding: 0 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.merit_tit:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 22%;
  height: 3px;
  content: '';
  background: #D4E5F4;
}

.merit_tit:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 22%;
  height: 3px;
  content: '';
  background: #D4E5F4;
}

.merit_subtit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.55;
    color: rgb(25 39 53 / 87%);
    text-align: center;
    margin: 30px 0px;
}

.detail_con_p_span{
    font-size: 14px;
    text-align: left;
    color: #9f9f9f;
    line-height: 33px;
}


.merit_tit img{
  width: 9%;
  margin-right: 23px;
}


.merit_tit_p{
  font-size: 68px;
  font-weight: bold;
  color: #378ee4;
}


.egn_font{
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 68px;
      letter-spacing: 0;
}




.husen_cta {
    text-align: center;
    max-width: 1366px;
    margin: 30px auto 0px;
    position: relative;
}

p.husen_cta_txt {
    font-size: 33px;
    color: #F55071;
    font-weight: bold;
    padding-bottom: 5px;
    position: absolute;
    line-height: 1.4;
    background: #ffffff;
    text-align: left;
    padding: 15px 25px 13px 25px;
    border-radius: 12px;
    left: 18%;
    border: 2px solid #e6e0e1;
    z-index: -1;
    top: -12%;
    text-align: center;
    vertical-align: middle;
    font-family: "Lucida Grande","Hiragino Kaku Gothic Pro"," Pro W3","Meiryo","MS PGothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
    width: 77%;
}

.husen_cta_txt:after, .husen_cta_txt:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
}

.husen_cta_txt:before {
    border-color: rgba(30, 144, 255, 0);
    border-top-width: 15px;
    border-bottom-width: 5px;
    border-left-width: 24px;
    border-right-width: 25px;
    margin-top: -12px;
    margin-right: 0px;
    border-right-color: #e6e0e1;
}

.husen_cta_txt:after {
    border-color: rgba(247, 221, 51, 0);
    border-top-width: 12px;
    border-bottom-width: 4px;
    border-left-width: 24px;
    border-right-width: 20px;
    margin-top: -10px;
    border-right-color: #fff;
}



.option_title1{
letter-spacing: -.5px;
}


.option_margin{
  margin-top:0;
}





.security_con_first_img{
  border-radius: 11px;
  /* background-color: #fff; */
  padding: 55px 25px 35px;
  /* border: 1px solid #cbcbcb; */
  position: relative;
  margin-top: 3rem;
  background: #f1faff;
  border: 1.5px solid #c4d7e5;
}

.security_con_first_img span{
  position: absolute;
  display: block;
  text-align: center;
  width: 64%;
  font-size: 18px;
  background-color: rgb(222 232 240);
  top: -21px;
  left: 206px;
  color: #747d88;
  line-height: 2.2;
  border-radius: 22px;
}


.convenience_tb_rayout_title{
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  color: #3a4752;
  border-left: 4px solid #378ee4;
  padding-left: 16px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #c4d7e5;
  line-height: 1.5;
}



.server_table {
    padding-top: 5px;
}

dl.server_table_title {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.server_table_title dt {
  padding: 11px;
  background-color: #E5E7EF;
  text-align: center;
  color: rgb(58 71 82 / 85%);
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #cbd1d6;
  border-right: 0;
  border-bottom: 0;
  width: calc(100% / 7);
}

.server_table_title dd {
    padding: 11px;
    background-color: #E5E7EF;
    text-align: center;
    color: rgb(58 71 82 / 85%);
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #cbd1d6;
    border-right: 0;
    border-bottom: 0;
    width: calc(100% / 7);
}

.server_table_title dd:last-child {
    border-right:  1px solid #cbd1d6;
}

dl.server_table_con {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.server_table_con dd {
    padding: 11px;
    background-color: #ffffff;
    font-weight: 100;
    font-size: 17px;
    border: 1px solid #cbd1d6;
    border-right: 0;
    width: calc(100% / 7);
    text-align: center;
}

.server_table_con dd:last-child {
    border-right: 1px solid #cbd1d6;
}


.server_table_con dt {
    background-color: #F8F8F8;
    text-align: center;
    color: rgb(58 71 82 / 85%);
    padding: 11px;
    font-size: 17px;
    border: 1px solid #cbd1d6;
    border-right: 0;
    width: calc(100% / 7);
}


.server_table02 {
    margin-top: 15px;
}

dl.server_table_title02 {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.server_table_title02 dt {
  padding: 11px;
  background-color: #E5E7EF;
  text-align: center;
  color: rgb(58 71 82);
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #cbd1d6;
  border-right: 0;
  border-bottom: 0;
  width: 28.6%;
}

.server_table_title02 dd {
    padding: 11px;
    background-color: #E5E7EF;
    text-align: center;
    color: rgb(58 71 82 / 85%);
    font-size: 17px;
    font-weight: bold;
    border:1px solid #cbd1d6;
    border-right: 0;
    border-bottom: 0;
    width: 71.4%;
    display: flex;
    align-items: center;
    justify-content: center;
}

dl.server_table_con02 {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.server_table_con02 dt {
    background-color: #F8F8F8;
    text-align: center;
    color: rgb(58 71 82 / 85%);
    padding: 11px;
    font-size: 17px;
    border: 1px solid #cbd1d6;
    border-right: 0;
    width: 28.6%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.server_table_con02 dd {
    padding: 11px;
    background-color: #ffffff;
    font-weight: 100;
    font-size: 17px;
    border: 1px solid #cbd1d6;
    border-right: 0;
    width: 71.4%;
    text-align: center;
    color: rgb(58 71 82 / 85%);
}

.server_table_con02 dd:last-child {
    border-right: 1px solid #cbd1d6;
}

.server_table_title02 dd:last-child {
    border-right: 1px solid #cbd1d6;
}


.iso_title{
  width: 59%;
  letter-spacing: 0;
  font-size: 33px;
  padding-top: 0px;
  color: rgb(58 71 82 / 85%);
}


.iso_area{
  width: 100%;
      display: flex;
      padding-top: 30px;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0px 0px 8px 0px #e0edf5;
      padding: 30px 20px;
      margin-top: 25px;
}



.security_td{
      padding: 10px 20px 10px 10px;
}


.cta_doc15p{
  position: relative;
  margin:25px 0 0;
  z-index: 5;
}

.cta_doc15p.cta_txt{
  top: -7px;
  left: 170px;
}

.cta_doc15p span{
  font-size: 20px;
  font-weight:100;
}

.flow_li_last{
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secu_img_txt {
    text-align: center;
    font-size: 42px;
    color: #333;
    padding: 50px 0 18px 0;
    line-height: 1.25;
    font-weight: bold;
}

.cta_61p_p{
  padding: 0;
margin: 5px 0;
color: #f0133f;
font-size: 17px;
font-weight: bold;
}


.company_ul li:nth-child(1){
        width: 40%;
}


.company_ul li:nth-child(2){
  width: 57%;
}


.donyu_logo.ootoya {
    height: 100px;
    border-bottom: none;
    float: left;
    width: 22%;
    padding-left: 0px;
}


dl.company_dl {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

dl.company_dl dt {
    width: 20%;
}

dl.company_dl dd {
    width: 80%;
    padding-bottom: 20px;
    line-height: 1.4;
}




.product-rating-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-rating-wrap .rating-block-rating {
    color: #ffa500;
}

.star-rating {
    display: flex;
    position: relative;
    letter-spacing: -1px;
    line-height: 1;
    margin-right: 0.5rem;
}

.half .star-rating-item {
  width: 11%;
}

.three .star-rating-item {
  width: 60%;
}

.three.half .star-rating-item {
  width: 71%;
}

.four .star-rating-item {
  width: 80%;
}

.four.half .star-rating-item {
  width: 91%;
}

.three .star-rating-item {
    width: 60%;
}

.star-rating .star-rating-item {
    position: absolute;
    overflow: hidden;
    /* width: auto; */
}

.product-rating-wrap .rating-block-rating .star-rating-item:before {
    content: "★★★★★";
    color: #ff8903;
}

.product-rating-wrap .rating-block-rating .star-rating:after {
    content: "★★★★★";
    color: #c6c6c6;
}


.product-rating-wrap .product-card-star-num {
    color: #ff8903;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 3px;
}



.service_table_w{
  max-width: 1366px !important;
}

.top_fixed_border_right{
    width: 359.8px !important;
}



td.gr14 {
    padding: 13px 20px 8px;
    font-size: 17px;
}


.gr13-line {
    padding: 10px 20px 7px;
    font-size: 17px;
}



.br_pc {
    display: block;
}


.br_sp {
    display: none;
}


.pc_on {
    display: block !important;
}

.sp_on {
    display: none !important;
}


.space-img1{
  padding:30px 0 30px 0px;
}

.img-hspace-info{
  padding:41px;
}

.sp_toggle_menu {
    margin-top: -30vh;
}


.sp_toggle_menu{display:none;}


.reduction_area{
  margin-top:10em;
  position:relative;
}



.function_con_table{
   width:60%;
   margin-top:1.0em;
}



.intro_con_section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.txt_item_01, .txt_item_03 {
    /* margin-right: 33px; */

}

.s_text_area {
    width: 100%;
}

.txt_item_02 {
    /* padding-left: 28px; */
    margin-right: 24px;
}


.s_text_area::before {
    display: inline-block;
    font-size: 3.7em;
    font-weight: bold;
    color: #378ee4;
    line-height: 1.15;
    font-family: "Roboto", "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}

.txt_item_01::before {
    content: " 01 ";
}

.txt_item_02::before {
    content: " 02 ";
}

.txt_item_03::before {
    content: " 03 ";
}

.txt_item_04::before {
    content: " 04 ";
}

.txt_item_05::before {
  content: " 05 ";
}

.txt_item_06::before {
  content: " 06 ";
}

.txt_item_07::before {
  content: " 07 ";
}

.txt_item_08::before {
  content: " 08 ";
}

.s_text_area h3 {
  font-size: 53px;
  line-height: 1.4;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

.s_text_area p {
  font-size: 28px;
  line-height: 1.55;
  font-weight: 100;
  letter-spacing: -0.3px;
  color: #64727e;
}


.line-h-space{
  line-height: 40px !important;
  margin-top: 17px;
  margin-bottom: 15px !important;
}

.txt-left-in{
  text-indent: -11px;
  padding-left: 4px;
}

.point-color-blue {
    color: #378ee4;
    background:linear-gradient(transparent 75%, #ff6 75%);
}

.point-color-black {
  color: #171f25;
}


.point_blue_span{
  font-size: 26px;
  color: #525b64;
  font-weight: 600;
}

/***************** 各タイトル別のボック（レイアウト） **************/
.list-wrapper {
  border: 1px solid #dae1e8;
  border-radius: 6px;
  padding: 45px 10px 20px 17px;
  position: relative;
  width: 97%;
  background-color: #f9fbfd;
  margin-top: 30px;
}

.list-wrapper>p {
  font-size: 19px;
  font-weight: 200;
  line-height: 32px;
  display: inline-block;
  color: #fff;
  background-color: #378ee4;
  position: absolute;
  top: 0;
  left: 30px;
  padding: 0 38px 3px 38px;
  border-radius: 0 0 6px 6px;
  letter-spacing: 0px;
}

.list-wrapper>ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.list-wrapper>ul li.icon-check-box{
  font-weight: 700;
  padding-left: 67px;
  position: relative;
  line-height: 1.6;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #4c5258;
}

.list-wrapper>ul li.icon-check-box:before {
  content: "";
  background: url(/images/lp/lp_fileserver/icon-dc-checkbox.svg) no-repeat center center;
  height: 25px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 26px;
}



.s_text_area ul {
    margin: 1em 1em 0em 0.1em;
    background-color: #f6f8fa;
    padding: 30px 25px 20px;
    border-radius: 6px;
}


.s_text_area ul li {
    text-indent: -20px;
    padding-left: 22px;
    font-size: 21px;
    padding-bottom: 10px;
    letter-spacing: -0.4px;
    line-height: 1.4;
}

.s_img_area {
    background-color: #5d6f83;
    width: 45.5%;
    height: 100%;
    height: 376px;
    border-radius: 0px;
    box-shadow: 0 5px 12px rgba(0,0,0,.25);
    padding: 0px;
    border: 1px solid #e3e3e3;
    margin-top:20px;
}




.s_img_area_left {
    background-color: #ffffff;
    width: 45.5%;
    height: 100%;
    border-radius: 0px;
    box-shadow: 0 5px 12px rgba(0,0,0,.25);
    /* margin-top: 4.8em; */
}

.s_img_area_left{
  width: 100%;
  height: 376px;
  background-color: #5d6f83;
  max-width: 558px;
}

.scene_con {
  border-radius: 15px;
  padding: 40px;
  background-color: #ffffff;
  /* border: 1.5px solid #bfccdb; */
  margin-top: 5px;
}

.top-m{
  margin-top: 60px;
}

.top-m1{
  margin-top: 20px;
}

.bottom-m1{
  margin-bottom: 20px;
}


.detail_img{
  /* background-color: #f5f9fd;
    border: 1.5px solid #d0e1f2;
    padding: 35px 35px 34px 35px;
    border-radius: 10px; */
    margin: 0 auto;
    text-align: center;
}

.detail_img_box{
  background-color: #f5f9fd;
    border: 1.5px solid #d0e1f2;
    padding: 35px 35px 34px 35px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
}

.detail_img_box1{
  background-color: #f5f9fd;
    border: 1.5px solid #d0e1f2;
    padding: 35px 35px 34px 35px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
}

.detail_img1{
  background-color: #fafcff;
    border: 1.5px solid #d0deeb;
    padding: 55px 35px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
}

.detail_img_left{
  background-color: #fafcff;
    border: 1.5px solid #d0deeb;
    padding: 35px 35px 34px 35px;
    border-radius: 10px;
    margin: 0 auto;
}

.detail_img_nocenter{
  margin: 0 auto;
}

.detail_img_both{
  background-color: #fafcff;
    border: 1.5px solid #d0deeb;
    padding: 35px 35px 34px 35px;
    border-radius: 10px;
    margin: 25px 0 auto;
}


.detail_con_p{
    padding: 10px 0px 18px 2px;
    font-size: 23px;
    line-height: 1.5;
    color: rgb(80 96 110 / 90%);
}

.detail_con_p1{
  padding: 6px 0px 20px 2px;
  font-size: 22px;
  line-height: 1.5;
  color: rgb(80 96 110 / 90%);
}

.ind-txt{
  text-indent: -11px;
}

.hot_storage_span{
  font-size: 14px;
  color: #b4b4b4;
}




/********************* 監査 start **************************/

.share_contents{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


.share_item {
    width: 31.7%;
}


.share_item_cont {
  border: 1.3px solid #d1d8df;
  border-top: 0px;
}


.share_img{
  text-align: center;
  padding:30px 15px;
}

.share_img .img-h{
  width:auto;
  height: 210px;
}

.share_img .img-h1{
  width:94%;
  height: 210px;
}


.share_img .img1{
  width:50%;
  height: 165px;
}

.share_img .img2{
  width:64%;
  height: 165px;
}

.share_img .img3{
  width:47.5%;
  height: 165px;
}

.share_item_cont p{
  font-size: 21px;
    padding: 20px 20px 25px;
    background-color: #ebf0f9;
    line-height: 30px;
    text-align: left;
    border-radius: 0px 0px 7px 7px;
    color: rgb(80 96 110 / 90%);
    letter-spacing: -0.55px;
    height: 134px;
}




/*************** 2table css ****************/



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

  .share_item {
      width: 100%;
  }

  .share_item:nth-child(1){
    margin-bottom: 20px;
  }

  .share_item:nth-child(2){
    margin-top:10px;
    margin-bottom: 20px;
  }

  .share_item:nth-child(3){
    margin-top:25px;
  }

  h4.share_title {
    padding: 9px 8px 10px;
    font-size: 20px;
  }

  .share_contents {
    margin-top: 0px;
  }

  .share_item_cont p {
    font-size: 17px;
    height: auto;
    padding: 18px 15px 20px;
    line-height: 24px;
  }

  .share_item_cont1 p {
    font-size: 17px;
    height: auto;
    padding: 18px 15px 20px;
    line-height: 24px;
  }

  .share_img .img1{
    width:54%;
  }

  .share_img .img2{
    width:67%;
  }

  .share_img .img3{
    width:52%;
  }

}
/********************* 監査 end **************************/






.flex_box {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
}



.func_text_stitle {
   margin-bottom: 0;
   text-align: left;
   color: #5b6267;
   font-size: 24px;
}







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

.index_cta{
   padding: 30px 0 55px;
   background: transparent linear-gradient(124deg, #1d71c4 20%, #0e63b7 100%) 0% 0% no-repeat;
   color: #fff;
   text-align: center;
   font-weight: 700;
   position: relative;
 }

 .index_cta:after {
   display: block;
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: transparent url(/images/lp/lp_drive/drive_cta_bg.png) 0% 0% no-repeat;
   background-size: cover;
}


 .index_cta_l{
   background: url(/images/contents/bg_office1.jpg) center / cover no-repeat;
   color: #fff;
   min-width: 1200px;
   padding: 50px 0 40px 0;
 }

 .cta_contents{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   flex-wrap: wrap;
 }

 .cta_wrap {
   position: relative;
   max-width: 1390px;
   width: 100%;
   margin: 0 auto;
   z-index: 100;
   padding: 0px 0px;
 }

 .cta_item {
   width: 32%;
   padding-top: 18px;
 }

 .cta_text {
   width: 100%;
   padding: 0.75em 0em 2em;
 }

 h4.cta_maintxt{
  font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: #ffffff;
    margin-top: 0px;
    line-height: 1.4;
    letter-spacing: -0.8pt;
    margin-bottom: 3px;
 }

 .data_downtxt{
    text-align: center;
    color: #5f5f5f;
    font-size: 24px;
 }

 h4.cta_maintxt1{
  font-weight: bold;
  font-size: 41px;
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}



.cta_btn_area_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
    gap: 0 25px;
}


.main_btn_contents_area {
    display: flex;
    justify-content: center;
    padding: 7px 0px 5px;
    flex-direction: column;
    align-items: center;
    gap: 33px;
    flex-direction: row;
    width: 86%;
}


.main_btn_boxtd_contents {
    width: 45%;
    text-align: center;
    height: 65px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.8;
    position: relative;
    flex: 1 1;
    max-width: 44%;
    margin-top: 7px;
}








 h5.cta_subtxt{
    font-size: 30px;
    text-align: center;
    line-height: 1.0;
    color: #d0e8ff;
    font-weight: 100;
    margin-bottom: 5px;
    margin-top: 2px;
 }




 .cta_btn_area {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   flex-wrap: wrap;
   margin-top:20px;
 }


 .btn_trial{
   background: #FF114A;
   width: 40%;
   color: #fff !important;;
   text-align: center;
   border-radius: 68px;
   height: 65px;
   position: relative;
   font-size: 25px;
   font-weight: bold;
   margin-right: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .btn_trial:hover,
 .btn_trial:focus,
 .btn_trial:active{
   box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
   cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
 }

 .btn_trial a{
   display: flex;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
   color: #fff !important;;
   font-size: 24px;
   text-decoration: none;
   letter-spacing: -0.3pt;
 }

 .btn_trial a:hover,
 .btn_trial a:active{
   text-decoration: none;
 }


 .btn_down {
     background: #fff;
     width: 40%;
     text-align: center;
     border-radius: 68px;
     height: 65px;
     position: relative;
     font-size: 24px;
     font-weight: bold;
     display: flex;
     align-items: center;
     justify-content: center;
     border: 2px solid #e5e5e5;
     color: #4C4C4C !important;;
 }

 .btn_down:hover,
 .btn_down:focus,
 .btn_down:active{
   box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
   cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
 }

 .btn_down a{
   display: flex;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
   color: #4c4c4c !important;
   font-size: 24px;
   text-decoration: none;
   letter-spacing: -0.3pt;
 }

 .btn_down a:hover,
 .btn_down a:active{
   color: #378ee4 !important;
   text-decoration: none;
 }

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







 /* ========================================
 ■ sla table start
 ======================================== */
 table {
   border-collapse: collapse;
   border-spacing: 0;
}

td {
   vertical-align: middle;
   border: 1.5px solid #c3c9d3b0;
}

 .dc-plan {
   padding: 0;
   width: 100%;
   margin: 0 auto;
}

 .sla_table{
   width: 100%;
   text-align: center;
   background-color: #fff;
   position:relative;
   font-size:21px;
   border: 2px solid #c9d2dd;
   color: #555;
   box-shadow: 0px 0px 7px #a7afba59;
 }


 .sla_talbe_plan {
   background-color: #3784d9;
   color: #fff;
   font-weight: bold;
   padding: 18px 0px;
   border: 1px solid rgb(116 162 210 / 57%);
   }

   .sla_talbe_plan_point {
       background-color:#f67c00;
       color: #fff;
       font-weight: bold;
       padding: 18px 0px;
       border: 1px solid rgb(147 164 182 / 62%);
       font-size: 22px;
   }

   .sla_table_l {
       text-align: left;
       background: #f5f6f9;
       color: #555;
       font-size: 22px;
       padding: 30px 0px 30px 25px;
   }

   .sla_table_r {
       background: #ffffff;
       font-weight: 100;
       font-size: 20px;
   }

   .sla_b_br {
       background-color: #fff6b0;
       color: #000;
       font-size: 24px;
       padding: 17px 0px 22px;
       font-weight: 700;
   }


.separately_span{
  font-size:18px;
  color:#909090;
}


.strength_title3span{
  font-size: 26px;
  letter-spacing: -1px;
}



.gr_func_point{
  font-size: 13px;
  color: #9a9a9a;
  line-height: 1.55;
  text-indent: -2px;
  padding-left: 4px;
  margin-top: 5px;
}




.plan_title_p{
  font-size: 28px;
  color: #707c86;
  line-height: 1.25;
  margin: 0px;
  text-align: center;
  font-weight: 100;
  padding: 5px 0 25px 0;
}



.h3-01{
  display: none;
}







/* tab design ↓↓  */


    .tab-btn {
      padding: 6px 0 18px 5px;
      display: flex;
      flex-direction: column;
      gap: 25px;
      width: 294px;
      min-width: 280px;
      height: 100%;
  }

  .margin-r-fix{
    margin-right: 50px !important;
  }

  .box_tab_contents{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }

    .enter_tab {
        flex-basis: 13.9%;
        text-align: center;
        position: relative;
    }




    .enter_tab a {
      display: block;
      position: relative;
      font-size: 24px;
      padding: 13px 10px 12px 18px;
      text-decoration: none;
      line-height: 1.25;
      color: #f1f5ff;
      cursor: pointer;
      font-weight: 100;
      text-align: left;
      letter-spacing: 0px;
      border: 2px solid transparent;
  }

    .enter_tab a.is-active {
      background-color: #ffffff;
      color: #003164;
      font-weight: 700;
      border-radius: 10px;
      font-size: 24px;
      letter-spacing: -.6px;
    }

    .enter_tab a:hover {
      border-radius: 10px;
      border: 2px solid #ffffffc4;
      font-weight: 700;
      text-decoration: none !important;
      opacity: 1.0 !important;
  }


    .enter_tab_sec a:hover {
      border-radius: 8px;
      border: 2px solid #ffffffc4;
      font-weight: 100;
      text-decoration: none !important;
      opacity: 1.0 !important;
  }

    .enter_tab_thi a:hover {
      border-radius: 8px;
      border: 2px solid #ffffffc4;
      font-weight: 100;
      text-decoration: none !important;
      opacity: 1.0 !important;
  }


    .enter_tab_fourth a:hover {
      border-radius: 8px;
      border: 2px solid #ffffffc4;
      font-weight: 100;
      text-decoration: none !important;
      opacity: 1.0 !important;
    }



    .tab-cont-box{
      width: 77%;
      border-radius: 12px;
      background-color: #fff;
    }



    .enter_tab_sec,
    .enter_tab_thi,
    .enter_tab_fourth{
      flex-basis:19.7%;
    }


      .enter_tab_sec a,
      .enter_tab_thi a,
      .enter_tab_fourth a {
        display: block;
        position: relative;
        font-size: 23px;
        padding: 13px 5px 15px 12px !important;
        line-height: 24px;
        text-decoration: none;
        color: #f1f5ff;
        cursor: pointer;
        font-weight: 100;
        text-align: left;
        letter-spacing: 0pt;
        border: 2px solid transparent;
        border-radius: 50px;
    }



    .sec_hspace{
      padding: 12px 0px 13px 19px;
    }

    .enter_usage_subtxt{
      font-weight: 700;
      font-size: 16px;
      line-height: 1.5;
      color: #378ee4;
      width: 63%;
      text-align: center;
      border-radius: 20px;
      margin-bottom: 10px;
      background-color: #e8f4ff;
      padding: 2px 13px 3px;
  }

  .enter_usage_subtxt-active {
      font-weight: 700;
      font-size: 16px;
      line-height: 1.5;
      color: #378ee4;
      width: 63%;
      text-align: center;
      border-radius: 20px;
      margin-bottom: 10px;
      background-color: #e8f4ff;
      padding: 2px 13px 3px;
  }

  .eng_txt_tit{
    margin-top: 10px;
    font-size: 27px;
    padding-left: 3px;
    letter-spacing: 0pt;
  }

      .enter_tab_sec a.is-active {
        background-color: #FFFFFF;
        color: #003164;
        font-weight: 700;
        border-radius: 8px;
        font-size: 23px;
        border: 2px solid transparent;
        letter-spacing: 0pt;
        padding: 13px 10px 15px 18px;
        line-height: 24px;
        min-width: 254px;
        width: 100%;
      }


      .enter_tab_thi a.is-active {
        background-color: #ffffff;
        color: #003164;
        font-weight: 700;
        border-radius: 8px;
        font-size: 23px;
        border: 2px solid transparent;
        letter-spacing:0pt;
        line-height: 24px;
      }


        .enter_tab_thi a {
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
      }




      .enter_tab_fourth a.is-active {
        background-color: #ffffff;
        color: #003164;
        font-weight: 700;
        border-radius: 8px;
        font-size: 23px;
        border: 2px solid transparent;
        letter-spacing: 0pt;
        line-height: 24px;
      }


        .enter_tab_fourth a {
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
      }


      .enter_tab_fourth a.is-active {
          height: 73px;
          width: 100%;
          min-width: 270px;
      }


    .tab_menu {
      /* display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      border-radius: 14px;
      padding: 35px 25px 35px 10px;
      background: linear-gradient(90deg, #4fa4fc 0%, #2d89ef 25%, #1475d6 97%); */

      display: flex;
      align-items: center;
      gap: 6px 40px;
      border-radius: 20px;
      padding: 16px;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      background: linear-gradient(90deg, #4fa4fc 0%, #2d89ef 25%, #1475d6 97%);
      box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    }

    .tab_menu:after {
      background: url(/images/lp/lp_enterprise/entreprise_bg.png) center 75%;
      background-size: 100% !important;
    }



    .tab_menu_box {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      /* padding: 0em 0em 0em 0.85em; */
      width: 100%;
      margin: 0 auto;
      height: 100%;
    }

    p.tab_item_p {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.6;
        color: #606060;
        padding: 0px 0px 0px 4px;
        letter-spacing: -0.5px;
        margin-top: 4px;
    }

    p.tab_item_p1 {
      margin-bottom: 13px;
      font-size: 21px;
      line-height: 1.5;
      color: #575757;
      padding-left: 6px;
  }

    .tab_item_subtxt {
      font-size: 18px;
      color: #707070;
  }


    .tab_item_img {
      border: 1.5px solid #d5dee8;
      background-color: #f7fbff;
      padding: 30px 25px;
      border-radius: 0px;
    }

    .tab_item_img img{
      width:100%;
    }

    .tab_item_img1 {
        border: 1.5px solid #d5dee8;
        background-color: #f7fbff;
        padding: 40px 55px;
        border-radius: 0px;
        margin: 0 auto;
    }

    .tab_item_img1 img{
      width:90%;
    }

    .tab_item_movie {
      border: 1.5px solid #d5dee8;
      background-color: #f0f6ff;
      padding: 30px 25px 28px;
      border-radius: 0px;
  }

    .tab_item_bg {
      width: 100%;
      padding: 15px !important;
      background-color: #fff !important;
      margin: 0 auto;
  }

  .shield_scene_box{
    width: 100%;
    background-color: #eff5ff;
    border: 1.5px solid #ced6e3;
    border-radius: 10px;
    padding: 30px 25px;
  }



    .tab-contents-item,
    .tab-contents-item-sec,
    .tab-contents-item-thi,
    .tab-contents-item-fourth {
      display: none;
      width: 100%;
      height: auto;
      justify-content: center;
      border-radius: 12px;
      padding: 32px 30px 35px;
  }


  .tab-contents-item.is-active,
  .tab-contents-item-sec.is-active,
  .tab-contents-item-thi.is-active,
  .tab-contents-item-fourth.is-active
   {
      display: flex;
      /* background-color: #ffffff; */
  }


  .tab-contents-item>p,
  .tab-contents-item-sec>p,
  .tab-contents-item-thi>p,
  .tab-contents-item-fourth>p {
      margin: auto;
      height: auto;
      opacity: 0;
  }




  .tab-contents-item.is-active>div,
  .tab-contents-item-sec.is-active>div,
  .tab-contents-item-thi.is-active>div,
  .tab-contents-item-fourth.is-active>div {
    animation:  fadeinAnime 1s forwards;
    width:100%;
  }


    @keyframes fadeinAnime{
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
    }

/* tab design end  */







/* 7段階の細やかなアクセスレベル　css  */

.func_table_td {
  padding: 13px 8px;
  line-height: 1.35;
  font-size: 18px !important;
  letter-spacing: -0.65pt;
  border: 1px solid #bdc8d5b0;
  background-color: #3784d9;
}

.left-space_td{
  padding-left:11px;
  background-color: #f2f9ff;
}

.symbol_t_size {
    font-size: 14px;
    background-color: #ffffff;
}



/* 7段階の細やかなアクセスレベル　css end */





/* 導入事例　css  */

.interview_company {
  display: grid;
  gap: 35px 35px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 0 auto;
}

.interview_check {
    width: 100%;
    padding: 15px 16px 15px 11px;
}

.padding_check_r{
  padding-right:10px;
}

.padding_check_l{
  padding-left:10px;
}


.case-b {
  padding: 0;
  height: auto;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  box-shadow: none;
}

.col2-2{
  background-color: #fff;
  border: 2px solid #c3d2e8fc;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgb(64 67 68 / 12%);
}


.col2-2:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform: scale(1.02,1.02);
    transition: transform .2s;
    border:2px solid #1f8cf8d1;
}

.interview_thumb {
  width: 100%;
    height: 180px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.interview_thumb img {
    height: auto;
}

.interview_thumb01{
  width: 51%;
  margin-top: 8px;
}

.interview_thumb02{
  width: 81%;
  margin-top: 2px;
}

.interview_thumb03{
  width: 69%;
  margin-top: 4px;
}

.interview_txt_bold{
  color: #333;
  background: linear-gradient(transparent 70%, #fef94de6 10%);
  padding-bottom: 0px;
  font-weight: 700;
}


#column-content .case-b .new {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 16%;
}

.interview_text_area {
    padding: 20px 28px 35px 30px;
    height: auto;
    position: relative;
    background-color: #ecf5ff;
    border-radius: 0px 0px 9px 9px;
}


#column-content .case-b h3 {
    margin: 0px 0 8px;
    font-size:20px;
    font-weight: normal;
}

.case-b h3 a {
    font-size: 1em;
}


#column-content .case-b .company_blue_box_m {
    width: 62%;
    height: 35px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #37a6f2;
    font-size: 18px;
    line-height: 25pt;
    color: #ffffff;
    text-align: center;
    margin: 3px 0 5px;
    position: initial;
    top: 180px;
    left: 185px;
}


#column-content .case-b p.txt-point-bl1 {
    font-size: 19px;
    line-height: 1.6;
    color: #525356;
    font-weight: 100;
    letter-spacing: 0pt;
    padding: 10px 0 0;
    margin-top: 0;
    height: 165px;
}


#column-content .case-b p.txt-point-gr {
    font-size: 16px;
    line-height: 1.35;
    color: #999999;
    height: auto;
    min-height: 60px;
    margin: 0;
}

.read_more {
    margin-top: 12px;
    position: absolute;
    top: 220px;
}

.app-text-right{
  text-align: right;
}

.app-case-arrow{
  width:22px;
  height:22px;
}

.app-case-arrow:hover {
  transition: .2s;
}



a.url_link_util {
    vertical-align: middle;
    background: transparent url(/images/lp/lp_drive/ctaicon_right_blue.svg) no-repeat left center;
    padding-left: 20px;
    padding-top: 1px;
    opacity: 0.8 !important;
}

a.url_link_util:hover {
  transition: 0.2s ease !important;
}

/***************** 導入実績　****************/
.app-case-card-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #2d344b;
}

.app-case-card-link-img {
    position: static;
}

.app-case-card-link-img img {
    width: auto;
    min-width: 100%;
}


.app-case-card {
    display: flex;
    position: relative;
    flex: 1 1;
    flex-direction: column;
    width: calc(100% - 32px);
    margin: -42px 0 0 16px;
    padding: 24px 24px 15px;
    border-radius: 8px;
    background: #fff;
    /* box-shadow: 0 2px 6px 0 rgb(64 67 68 / 12%); */
}

.app-case-card.bg-blue {
    background: #f2f5ff
}

.app-case-card .app-case-card-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    color: #2d344b;
    height: 90px;
}

.app-case-card .app-case-card-logo {
  display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    height: 62px;
}

.app-case-card .app-case-card-subtitle {
    font-size: 18px;
    padding-bottom: 9px;
    border-bottom: 1px solid #d6d8e0;
    font-weight: 400;
    color: #696c6f;
    padding-top: 15px;
    margin-bottom: 15px;
}

.app-case-card .app-case-card-categories {
    font-size: 17px;
    color: #2d344b;
    margin-bottom: 14px;
}

.app-case-card .app-case-card-categories dl {
    display: flex;
    align-items: center;
    margin-bottom: 8px !important;
}

.app-case-card .app-case-card-categories dt {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    padding: 2px 14px 3px;
    background: #378ee4;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 15px;
}

.app-case-card>.app-text-right {
    margin-top: auto;
}

.app-text-right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

 .app-case-card-arrow {
    transition: .2s;
    opacity: 0.7;
}

.app-case-card-link:hover,
.app-case-card-link:focus {
  text-decoration: none;
  cursor:pointer;
  transform:scale(1.04,1.04);
  transition:transform .2s;
}

.app-case-card-link:hover .app-case-card-arrow {
    transform: translate3d(8px, 0, 0)
}

.top_logo_area {
    width: 100%;
    border: 0px solid #cddae078 !important;
    padding: 0px  !important;
    background-color: transparent !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0px !important;
}
/*  導入事例　css end */







/*    lp enterprise    */

.logo-slide {
    padding: 25px 0px 0px !important;
    background-color: transparent !important;
}

.itreview_icon_area {
    background-color: #fff;
    padding: 0px 0px 30px;
    background: url(/images/lp/dc_trustcenter/trustcenter_bg_line.svg) no-repeat 15% center;
    background-size: cover;
    position: relative;
    width: 100%;
}



.itreview_icon_inner {
    position: relative;
    text-align: center;
    max-width: 1390px;
    width: 100%;
    margin: 0px auto;
}


.itreview_icon_p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 32px;
    color: rgb(8 11 14 / 80%);
    position: relative;
}


.itreview_icon {
    width: 83.5%;
    margin: 15px auto 0;
    text-align: center;
}



.feature_share_contents{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}



.txt_item_01_m {
    margin-right: 24px;
}

.s_text_area_m.txt_item_01_m {
    width: 55%;
}


.s_text_area.txt_item_02 {
    width: 55%;
}

.s_text_area.txt_item_03 {
    width: 55%;
}


.s_text_area.txt_item_04{
    width: 58%;
}



.s_text_area_m::before {
    display: inline-block;
    font-size: 3.7em;
    font-weight: bold;
    color: #378ee4;
    line-height: 1.15;
    font-family: "Roboto", "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}


.s_img_area_left {
    max-width: 558px;
    background-color: #5d6f83;
    width: 40%;
    height: auto;
    border-radius: 0px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .25);
    padding: 0px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
    overflow: hidden;
}




.txt_item_01_m::before {
    content: " 01 ";
}

.point-color-black {
    color: #171f25;
}

.s_text_area_m p {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 100;
    /* letter-spacing: -0.3px; */
    color: #64727e;
}


.s_text_area_m h3 {
    font-size: 3.0em;
    line-height: 1.3;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 10px;
    letter-spacing: -0.8px;
}


.list-wrapper {
    border: 1px solid #dae1e8;
    border-radius: 6px;
    padding: 45px 10px 20px 17px;
    position: relative;
    width: 97%;
    background-color: #f9fbfd;
    margin-top: 22px;
}

.s_text_area_m ul li {
    text-indent: -20px;
    padding-left: 22px;
    font-size: 21px;
    padding-bottom: 10px;
    letter-spacing: -0.4px;
    line-height: 1.4;
}


.list-wrapper>ul li.icon-check-box {
    font-weight: 700;
    padding-left: 67px;
    position: relative;
    line-height: 1.6;
    padding-top: 6px;
    padding-bottom: 4px;
    /* color: #378ee4; */
    color: #4c5258;
}

.list-wrapper>p {
    font-size: 19px;
    font-weight: 200;
    line-height: 32px;
    display: inline-block;
    color: #fff;
    background-color: #378ee4;
    position: absolute;
    top: 0;
    left: 30px;
    padding: 0 38px 3px 38px;
    border-radius: 0 0 6px 6px;
    letter-spacing: 0px;
}


.s_img_area_right {
  width: 43%;
  height: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, .2);
  padding: 0px;
  /* border: 1px solid #e3e3e3; */
  margin-top: 20px;
  overflow: hidden;
  /* background-color: #ffffff; */
  padding: 0px 0px;
}






.features_title {
    font-size: 30px;
    line-height: 1.65;
    padding: 0 12px 12px 4px;
    /* color: #25292f; */
    color: #000d26;
    font-weight: 700;
    letter-spacing: -0.85px;
}



.tab_title_span {
    display: block;
    font-weight: 100;
    font-size: 15px;
    line-height: 1.5;
    color: #d5eaff;
    border-radius: 25px;
    border: 1px solid #94c9ffb0;
    text-align: center;
    margin-bottom: 3px;
    width: 56%;
}

.enter_tab a.is-active span.tab_title_span{
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    color: #378ee4;
    width: 56%;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5px;
    background-color: #e8f4ff;
    padding: 2px 0px;
}


.enter_tab_sec a.is-active span.tab_title_span{
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    color: #378ee4;
    width: 63%;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5px;
    background-color: #e8f4ff;
    padding: 2px 0px;
}

.width_span{
  width: 90% !important;
}


.enter_tab a.is-active span.tab_title_span1{
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    color: #378ee4;
    width: 85%;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5px;
    background-color: #e8f4ff;
    padding: 2px 0px 3px;
}



.icon_info_accent{
color: red;
font-size: 13.5px;
vertical-align: top;
padding-left: 4px;
}




.backup_comparison.flex_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.comparison_item {
    width: 49%;
    background-color: #eef7fd;
    border-radius: 22px;
}




.fukidasi {
    background-color: #fff;
    border: 2px solid #3784d9;
    padding: 9px 0;
    border-radius: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #3784d9;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 30px;
    line-height: 1.35;
    width: 97%;
}


.fukidasi:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 49.6%;
  margin-left: -14px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}


.fukidasi:after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -17px;
    border: 13px solid transparent;
    border-top: 13px solid #3784d9;
    z-index: 1;
}



.fukidasi_red {
  background: #F06C6C;
  color: #fff;
  border: 2.3px solid #F06C6C;
  font-size: 25px;
  padding: 22px 0 22px;
  width: 97%;
}




.fukidasi_red:before {
    border-top: 13px solid #f06c6c;
}

.fukidasi_red:after {
    border-top: 13px solid #f06c6c;
}

.bcp_com_item {
    width: 100%;
    height: 257px;
}

.comparison_item {
    width: 49%;
    background-color: #eef7fd;
    border-radius: 14px;
    border: 2px solid #3784d9;
}

.comparison_item_title {
    background: #3784d9;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 11px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.comparison_item_imgarea {
    padding: 26px 14px;
    border-radius: 0 0 14px 14px;
    height: auto;
    min-height: 402px;
    text-align: center;
}




.feedback_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 35px;
}

.feedback_item {
    width: 32%;
}

.feedback_img {
    position: relative;
}

.feedback_img p {
    position: absolute;
    width: 66%;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: -1px;
}

.feedback_item.voice1 .feedback_img p {
    left: 34%;
    top: 24.5%;
}


.feedback_item.voice2 .feedback_img p {
    left: 34%;
    top: 26%;
}

.feedback_item.voice3 .feedback_img p {
    left: 35%;
    top: 25%;
}


img.voice1_img {
    width: 100%;
    padding-left: 5px;
}

img.voice2_img {
    width: 100%;
    padding-left: 5px;
}


.voice_tdbox {
    box-shadow: 0px 0px 8px 0px #a7afba8c;
    border-radius: 11px;
}

.voice_title {
    text-align: center;
    background-color: #3784d9;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 12px 0px 10px;
    border-radius: 8px 8px 0 0;
}

.voice_contents_area {
    background-color: #fff;
    padding: 15px;
    border: 2px solid #3784d9;
    border-radius: 0 0 10px 10px;
}


.voice_p {
    line-height: 1.55;
    font-size: 19px;
    height: 215px;
    color: #333333;
    letter-spacing: -0.8px;
}

.yell_line {
    background: linear-gradient(transparent 75%, #fcff38d6 10%);
    font-weight: 700;
}


.hukidashi_span_red {
    font-weight: 700;
    color: #E2043E;
    font-size: 16px;
}



.examination_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}



.examination_ul li {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 32%;
    margin: 0px;
    border: 2px solid #4174d1;
    box-shadow: 0px 0px 7px #a7afba59;
    border: 2px solid #3784d9;
}

.examination_ul h4 {
  line-height: 1.85;
  font-size: 21px;
  padding: 10px 0px 11px;
  background-color: #3784d9;
  text-align: center;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin: 0px auto;
  border-radius: 6px 6px 0px 0px;
  letter-spacing: -1px;
}

.share_img {
    text-align: center;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 10px 0 0px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.share_img1 {
    width: 100%;
    max-width: 134px;
}

.share_img2 {
    width: 100%;
    max-width: 150px;
}

.share_img3 {
    width: 100%;
    max-width: 134px;
}

p.share_item_cont {
  font-size: 19px;
  padding: 18px;
  background-color: #eff7ff;
  line-height: 1.45;
  text-align: left;
  border-radius: 0px 0px 9px 9px;
  color: #575757;
  height: 145px;
  border:0px;
}





.audit_contents_box {
    margin-top: 55px;
}


.audit_utilization_ul {
    align-items: center;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


.sec_option_li {
    width: 48.5%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 12px;
    border: 2px solid #b2aeced4;
    position: relative;
    box-shadow: 0px 0px 7px #a7acba6b;
    border: 1.5px solid #3784d9;
}

.util_li {
    position: absolute;
    top: -30px;
    left: 25px;
    width: 100%;
    border-radius: 9px;
    font-size: 26px;
    width: 90%;
    background: #3784d9;
    padding: 8px 5px 10px;
    color: #ffffff;
    font-weight: bold;
}

.fin_flow_box{
   height: 210px;
   display: flex;
   justify-content: center;
   align-items: center;
}



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


.audit_img_area {
  background-color: #f2f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 15px 24px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  min-height: 300px;
  height: auto;
  flex-direction: column;
  border-radius: 12px;
}

.util_li_img1 img {
    width: 90%;
}

.util_li_img2 img {
    width: 90%;
}




.f2_dc_ai_ul {
    background-color: #ebf6ff;
    padding: 18px 15px 16px 25px;
    border-radius: 8px;
    font-size: 19px;
    margin-bottom: 16px;
    line-height: 40px;
    color: #454545;
}

.f2_dc_ai_ul li img {
    padding: 2px 10px 6px 3px;
    vertical-align: middle;
    width: 38px;
}


.main_img_trust{
    background: linear-gradient(180deg, #002153 0%, #0050CF 100%);
    background-repeat: repeat-x;
    border-radius: 14px;
}

.trustbg_box{
    background-image: url(/images/lp/dc_trustcenter/banner_trustbg.svg);
    background-position: bottom 0% center;
    background-size: 160% auto;
    background-repeat: repeat-x;
    border-radius: 13px;
}

.bg_icon_trusticon{
    padding: 45px 50px 40px;
    text-align: center;
    width: 83%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}









/* ========================================
■ 料金表 start
======================================== */


.new_service_area{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width:100%;
}


.flex_fix_tit_dt{
	border: 1.5px solid #c4c9cdb5;
  border-bottom:none;
	background-color: #FAFAFC;
	color: #262626;
	padding: 17px 14px;
	font-size: 17px;
	line-height: 22px;
	height:210px;
  /* width:300px; */
}





.flex_r_tit_dt{
	border-bottom: 1.5px solid #c4c9cdb5;
	border-right: 1.5px solid #c4c9cdb5;
	background-color: #f4f5f6;
	color: #262626;
	padding: 32px 14px 17px 14px;
	font-size: 17px;
	line-height: 22px;
	height:210px;
	text-align: center;
  position: relative;
}




.service_left_contents_area{
  border:1.5px solid #c4c9cdb5;
  border-bottom: none;
  border-right: none;
  /* width:300px; */
  display: flex;
}



.title_class_area{
  display: flex;
  /* width: 300px; */
  background-color: #e6e6e6;
}

.service_item_title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  background: linear-gradient(to bottom, #7652a5, #0088d3);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 14%;
  min-width: 42px;
  letter-spacing: 5px;
}


.service_item {
width:86%;
min-width: 257px;
}


.rowspan_title {
  border-bottom: 1.5px solid #c4c9cdb5;
	border-right: 1.5px solid #c4c9cdb5;
  background-color: #f0f8ff;
  color: #50505a;
  padding: 15px 5px 15px 12px;
  font-size: 19px;
  line-height: 1.3;
	height:55px;
  width:100%;
  display: flex;
  align-items: center;
  letter-spacing: -0.3px;
}


.dl_right_dd{
		font-size: 16px;
	  line-height: 1.3;
	  height: 55px;
	  padding: 0;
	  color: #444444;
	  text-align: center;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  border: 1.5px solid #c4c9cdb5;
	  border-top: none;
	  border-left: none;
    background-color: #fff;
}

.dl_right_dt{
	height: 64px;
	border-bottom: 1.5px solid #c4c9cdb5;
}


dd.dl_right_dd.title_2line_height {
    display: flex;
}


.check_dd {
    flex-direction: row;
    padding-left: 22px;
}


.title_2line_height{
	height:70px;
}

.dd_2line_height{
  height:70px;
}




.title_3line_height{
	height:88px;
  display: block;
  padding-top: 20px;
}

.dd_3line_height{
  height:88px;
}



.scroll_table_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.js-scrollable li dl {
	  width:216px;
    border-top: 1.5px solid #c4c9cdb5;
    /* border-bottom: none; */
    /* border-right: none; */
}



.dl_table1,.dl_table2,.dl_table3,.dl_table4,
.dl_table5,.dl_table6,.dl_table7{
	width:20%;
}


.service_all_h4_area {
    width: 100%;
		/* border-bottom: 1px solid #f2f2f2; */
}


.title_fix_dt {
    border-right: none;
}


.flex_align_center{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f5f6;
}


.icon_span_text{
	padding: 2px 5px
}


.purpose_title_all{
	padding: 11px 15px 16px 15px;
	text-align: left;
}



.cross_icon{
	  width: 18px;
    padding-bottom: 0px;
}

.chk_icon {
    padding-bottom: 0px;
}

.best_green_all {
    position: absolute;
    left: -14px;
    top: -32px;
}

.blue_area {
    background: #E8F2FE !important;
}


.btn_link_apply_red.all_btn_size{
	margin: 4px auto;
}



p.purpose_title_all {
    white-space: normal;
}


/* 7段階のアクセスレベル　start */

.hscroll {
 width: 100%;
 height: auto;
 position: relative;
 margin:　auto 0;

}

.hscroll ul {
 padding:0;
 margin:0;
 width:100%;
 height:100%;
 overflow:hidden !important;
 white-space:nowrap;
 /* scroll-snap-type:x mandatory;*/
 /* scroll-behavior:smooth; */
 cursor: grab;
}

.hscroll ul {
    overflow-x: auto;
		display: flex;
}

.hscroll li {
		list-style: none;
		display: inline-block;
		scroll-snap-align: center;
		width: 20%;
		height: 100%;
    padding-top: 30px;
}



.scroll {
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
}

/* 7段階のアクセスレベル　end */


.flex_left{
	width:18%;
	min-width:300px;
  padding-top: 30px;
}


.flex_right{
	width:77.7%;
	min-width:1080px;
}


.detailse_new_plan_icon{
  position: absolute;
  width: 37%;
  left: 33%;
  top: -15px;
  border-radius: 30px;
  background: linear-gradient(90deg, #7208ca 0%, #f6177a 100%);
  padding: 3px 3px 4px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.h2_title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 8px;
}


/*  slide　css start  */
#container_box {
  position: relative;
  width: 100%;
  height: 1284px;
  overflow: hidden;
  clear: both;
}


.main_tab_box {
    display: inline-block;
    position: absolute;
    width: 100%;
    padding-top: 50px;
    height: auto;
}


#first {
    top: 0px;
    left: 0px;

}

#second {
    top: 0px;
    left: 1400px;
}


#slide {
    transition: transform 0.0s ease-in-out 0s;
    -moz-transition: -moz-transform 0.0 ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.0 ease-in-out 0s;

}


.move-to-first {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    animation: fadeOut 1.5s ease 0s 1 normal backwards;
}
@keyframes fadeOut {
  from {
    opacity: 0.5;
    transform: translateX(-1400px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}


.move-to-second {
    transform: translateX(-1400px);
    -moz-transform: translateX(-1400px);
    -webkit-transform: translateX(-1400px);
    animation: fadeIn 1.5s ease 0s 1 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0.5;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(-1400px);
  }
}


.move-to-first .tab_box_second{
  animation: fade2 1.5s ease 0s 1 normal backwards;
}
@keyframes fade2 {
  from {
    opacity: 0.5;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(0);
  }
}


.move-to-second .tab_box_first {
  animation: fade3 1.5s ease 0s 1 normal backwards;
}

@keyframes fade3 {
  from {
    opacity: 0.5;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(0);
  }
}


.move-to-first .tab_box_first {
  animation: fade4 1.5s ease 0s 1 normal backwards;
}
@keyframes fade4{
  from {
    opacity: 0.5;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.move-to-second .tab_box_second {
  animation: fade5 1.5s ease 0s 1 normal backwards;
}

@keyframes fade5 {
  from {
    opacity: 0.5;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.selected .main_tab_box{
  opacity: 1;
}



/*  切り替えタブ　css end  */


.recommend_advanced {
    display: none;
}




span.service-before-title {
    display: contents;
    padding-top: 5px;
    line-height: 1.35;
    font-size: 14px;
    text-indent: -9px;
    color: #75797f;
    letter-spacing: 0;
    display: block;
}

span.gr_point {
    font-size: 0.45em;
    color: red;
    vertical-align: bottom;
    line-height: 15px;
}

span.service-list-subtxt {
    font-size: 12px;
    color: #9ca2ac;
    line-height: 1.4;
    letter-spacing: -0.5px;
    display: block;
}


.checkmark_note{
  font-size:11px;
  color:red;
  vertical-align: bottom;
  margin-left: 4px;
}


.mfp_count {
    padding-top: 4px;
}

.price_comm {
    font-size: 15px;
    line-height: 1.4;
    color: #818181;
    display: block;
    padding-top: 5px;
}


.plan_serve_name {
    font-size: 17px;
    margin: 0 0 4px;
    line-height: 1.4;
    color: #a9abad;
    padding: 0;
}




.service_title_txt {
    color: #545454 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 21px;
}

.btn_link_apply_blue {
    height: auto;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    background: #7EB0E6;
    border-radius: 10px;
    letter-spacing: 0pt;
    width: 98%;
    text-align: left;
    padding: 5px 10px 8px;
    margin: 8px auto 13px;
}



.enter_storage_title {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.2px;
}

span.cost_num_all {
    font-weight: bold;
    font-size: 29px;
    line-height: 36px;
    color: #555555;
    letter-spacing: -1px;
}

.cost_comm {
    font-size: 16px;
    padding-left: 4px;
    color: #777777;
    text-shadow: 0px 0px 10px #bbbaba !important;
}

.best_plan_all {
    position: absolute;
    left: 17.8%;
    top: -49px;
    font-size: calc(15px + 1 * (100vw - 320px) / 680);
    line-height: 1;
    font-weight: 700;
    background: #0576e5;
    background: linear-gradient(90deg, #2486FC 0%, #0058f9 100%);
    border-radius: 26px;
    color: #fff;
    padding: 6px 28px;
    text-align: center;
    z-index: 2;
}

.new_plan_all {
    position: absolute;
    left: 28%;
    top: -48px;
    font-size: calc(15px + 1 * (100vw - 320px) / 680);
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(90deg, #7208ca 0%, #f6177a 100%);
    border-radius: 26px;
    color: #fff;
    padding: 6px 28px;
    text-align: center;
}

.compare_table_point {
    border: 3px solid #0576e5;
    position: absolute;
    width: 20%;
    height: 98.2%;
    z-index: 1;
    /* right: 0; */
    top: 1.8%;
}

.capacity_num_b {
    font-size: 20px;
    padding: 0px 0px 0px 5px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}





.rowspan_title.rowspan_l_title {
    background: #e6e4eb;
    /* border-right: none; */
    font-weight: bold;
}


.service_ai_area {
  display: flex;
}


.service_item_ai_title {
    width: 21%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f8ff;
    border-bottom: 1.5px solid #c4c9cdb5;
    color: #262626;
}

.service_item_ai_item_title {
    border-left: 1.5px solid #c4c9cdb5;
    width:80%;
}


.recommended_bg{
  background-color: #f3faff;
}


img.chk_icon.chk_service_icon {
    width: 20px;
}


/* ========================================
■ 料金表　end　▲
======================================== */



/* ========================================
 CTA Footer section start
======================================== */
#ctain {
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 998;
  text-align: center;
}

.o-m__cta-floating {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 10px 0;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    transform: translateY(101%);
}

.o-m__cta-floating.is-show {
    transform: translateY(0);
}

.o-m__cta-floating_link {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.o-m__cta-floating_link_item {
    width: 48%;
}

.o-m__cta-floating_link_item .o-c__cta-link_orange_capture, .o-m__cta-floating_link_item .o-c__cta-link_border_capture {
    left: 20px;
    width: 70px;
}

.o-m__cta-floating_link_item {
    width: 32%;
}

.o-m__cta-floating_link_text {
    width: 32%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    display: flex;
    align-items: center;
}

.o-c__cta-link_orange._floating {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 25px 8px;
}

.o-c__cta-link_orange._floating:after {
    display: none;
}

.o-c__cta-link_orange:before {
    position: absolute;
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    top: 3px;
    right: 25px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease 0.3s;
    border-top: 3px solid white;
    border-right: 3px solid white;
}

.o-m__cta-floating_link_item .o-c__cta-link_orange_capture, .o-m__cta-floating_link_item .o-c__cta-link_border_capture {
    left: 20px;
    width: 70px;
}

.o-m__cta-floating .o-c__cta-link_orange_capture {
    display: none;
}

.o-c__cta-link_orange_capture {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: all ease 0.3s;
    width: 64px;
}

.o-c__cta-link_orange_text {
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .o-m__cta-floating_link {
        width: 100%;
    }

    .o-m__cta-floating_link_item {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {
    .o-m__cta-floating {
        padding: 15px;
        top: 0;
        bottom: auto;
        transform: translateY(-101%);
    }
}

@media screen and (max-width: 576px) {
    .o-m__cta-floating {
        padding: 10px;
    }
}

.o-m__cta-floating-bottom {
    background-color: rgba(0, 125, 204, 0.8);
    width: 100%;
    padding: 15px 0;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    transform: translateY(101%);
}

.o-m__cta-floating-bottom.is-show {
    transform: translateY(0);
}

.o-m__cta-floating-bottom_link {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.o-m__cta-floating-bottom_link_item {
    width: 48%;
}

.o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture, .o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture {
    left: 20px;
    width: 70px;
}





.scroll-hint-icon{
  left: calc(90% - 60px) !important;
}





.occupancy_rate_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}



.guaranteed_uptime {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  font-size: 20px;
  border: 3px solid #0576e5;
  background-color: #fff;
  margin-top: 20px;
}


.guaranteed_uptime li {
    width: 100%;
    padding: 14px 16px;
}

.guaranteed_uptime li:nth-child(1) {
    background-color: #3784d9;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}


.guaranteed_uptime li:nth-child(2) {
  background-color: #ffffff;
  border-left: none;
  font-weight: bold;
  color: #000000;
}


.guaranteed_uptime li span{
  font-size: 26px;
  padding: 0 2px 0 5px;
}




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

.tab_menu_box{
  padding: 0;
}

.tab-btn{
  flex-direction: row;
  gap: 10px;
  margin-right:0;
  margin-bottom: 15px;
  flex-wrap: wrap;
}


.enter_tab a{
  font-size:18px;
  text-align: center;
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.enter_tab a.is-active{
  font-size: 18px;
}


.enter_tab_sec a{
  font-size: 17px;
  padding: 10px 14px 9px 14px;
  text-align: center;
  width: 245px;
  height:80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.enter_tab_sec a.is-active{
  font-size: 20px;
  min-width: 100%;
  width: 245px;
  padding: 10px 20px 16px 20px;
  text-align: center;
  height: 80px;
}

.enter_tab_thi a{
  font-size: 20px;
  width: 250px;
  justify-content: center;
  height: 70px;
  padding: 10px 28px 14px 28px;
}

.enter_tab_thi a.is-active{
  font-size: 18px;
  min-width: 250px;
  padding: 10px 28px 14px 28px;
  height: 70px;
}


.enter_usage_subtxt {
    font-size: 14px;
    line-height: 19px;
  }

  .tab-cont-box {
      width: 100%;
  }

  .enter_tab {
      flex-basis: 24%;
  }

  .enter_tab_sec {
      flex-basis: 19.7%;
      display: flex;
      align-items: center;
  }

  #column-content .case-b p.txt-point-bl1{
        height: 250px;
  }



}




/* ================================================================================
■    mob style　start　▼
================================================================================  */


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


  #header{
    width:100%;
  }


  .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      z-index: 999;
      background-color: #fff;
      transition: background-color .3s ease;
      box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
  }


  .header_logo {
      min-width: 210px;
      margin-right: 0;
      padding-top: 4px;
    }

  .header__container {
        width: 100%;
        padding: 0px 20px;
        justify-content: space-between;
        position: relative;
        z-index: 10;
        height: 65px;
        background:#fff;
    }


  .header__navi {
        display: none;
    }


  .sp_hamburger_Btn{
    height: 22px;
    width: 27px;
  position: relative;
  }


  .hamburger_Btn_line {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      border-radius: 4px;
      background-color: #378ee4;
      transform-origin: right;
      transition: background-color .3s ease,transform .3s ease;
  }



  .hamburger_Btn_line:nth-child(2) {
      top: 10px;
  }

  .hamburger_Btn_line:nth-child(3) {
      top: 20px;
  }


  .sp_hamburger_Btn.active .hamburger_Btn_line:nth-child(1){
      transform: translateY(0px) rotate(-45deg);
  }

  .sp_hamburger_Btn.active .hamburger_Btn_line:nth-child(2){
    opacity:0;
  }

  .sp_hamburger_Btn.active .hamburger_Btn_line:nth-child(3){
    transform: translateY(0px) rotate(45deg);
  }



.g-wrapper{
  min-width:100%;
  margin-top:0;
}

.keyv .mv{
  padding: 0;
}



.main_v_warp {
  width: 100%;
  margin-top: 65px;
  padding: 20px;
  flex-direction: column;
  padding-bottom: 50px;
}

 .shield_scene_box{
    width: 100%;
    background-color: transparent;
    border: 0px solid #ced6e3;
    border-radius: 0px;
    padding: 0px;
  }


.main_title_area {
    width: 100%;
}

.main_title_img{
  width:93%;
  padding: 7px 3px 10px;
}


.main_title {
  font-size: 27px;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 14px !important;
  letter-spacing: -.3pt;
  padding-top: 8px;
}

.main_title_ori {
  font-size: 27px;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 14px !important;
  letter-spacing: -.3pt;
  padding-top: 8px;
}

.main_title_en{
  font-size: 38px;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 10px !important;
  letter-spacing: 0px;
  padding-top: 8px;
}


.main_btn_area{
  padding-top: 15px;
  flex-direction: column;
  gap: 10px;
}

.main_btn_area li{
  width: 95%;
  font-size: 18px;
  height: 50px;
  margin: 0 auto;
}


.main_btn_area li:nth-child(1) {
    margin-bottom: 10px;
    margin-left: 8px;
}



.keyv{
  background: url(/images/lp/lp_enterprise/entreprise_bg.png) center 100%;
  background-size: 370% !important;
  background-color: #0c65c2;
  background-repeat: repeat-x;
}


.itreview_icon_area {
    padding: 0px 0px 0px;
    background: url(/images/lp/lp_enterprise/enterprise_bg_line_mob.svg) no-repeat 25% 0%;
}


.main_img_area {
    width: 100%;
    padding: 17px 0 5px !important;
}

.main_btn_boxtd a {
    height: 60px;
    padding: 1px 23px 3px 34px;
}


.main_bottom_area{
    padding: 15px 15px 25px;
}


.main_bottom_inner .statement:before {
    position: absolute;
    left: 14%;
    height: 66px;
}

.main_bottom_inner .statement:after {
    position: absolute;
    right: 11%;
    height: 66px;
}


.statement span {
    font-size: 18px;
    line-height: 23px;
}

.mainv_pic1 {
  width: 100%;
  padding-left: 0;
  }

  .main_title img {
  width: 90%;
  }


  .main_b_img li{
      width: 100%;
  }

  .main_b_img li:nth-child(1) {
      width: 100%;
  }

  .main_b_img li:nth-child(2) {
      width: 100%;
      margin: 15px auto;
  }


  .main_b_img li:nth-child(3) {
    width: 100%;
}

.performance_img{
  width: 80%;
  padding-left: 0px;
  padding-top: 0;
}

  .laurel_img {
    width: 80%;
}

.laurel___span {
    padding-top: 5px;
    font-size:11.5px;
}

  .main_b_img{
   width:100%;
   flex-direction: column;
  }

  .logo-slide__item {
      width: 110px !important;
      margin: 0 15px !important;
  }

.logo_slide_ico{
      height: 60px;
}



.itreview_icon_p{
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}


.strength_title_enter{
  font-size: 39px;
  margin: 0;
  line-height: 1.35;
  margin-top: 10px;
  padding-top: 15px;
}

.blue_font_enter {
    font-size: 36px;
}

.blue_font_enter:before {
  top: 46px;
  font-size: 26px;
  padding-left: 3px;
}


.distress_area_enter{
  flex-direction: column;
  margin: 15px 0 10px;
}



.distress_con_enter {
  width: 100%;
  margin-bottom: 60px;
  }





.support_title{
  font-size: 29px;
}



.balloon_icon {
  width: 100%;
  text-align: center;
}


.balloon_icon img {
  width: 100%;
  min-width: 85px;
  max-width: 90px;
  }


.balloon_text{
  padding: 12px 15px 13px 18px;
  font-size: 14px;
  width: 94%;
}

.balloon_support{
  flex-direction: column-reverse;
  padding-bottom: 24px;
  gap:6px;
}

.sec_support_img_tbbox{
  padding:25px 10px 25px;
}


.balloon_text::after{
  top: -18px;
  right: 46.5%;
  border-width: 9px 0 9px 23px;
  transform: rotate(270deg);
}



  .cta{
    width:100%;
    margin: 1.7em auto 0em !important;
    max-width: 100%;
    /* padding: 0px 20px; */
    padding: 0px 0px;
  }


  .blue_font {
    font-size: 37px;
  }

  .blue_font:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: -22px;
    font-size: 26px;
    padding-left: 1px;
}


.distress_bgbox {
  width: 100%;
  padding: 40px 15px 0;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}


.support_bgbox {
  margin-inline: auto;
  margin-top: 0;
}

.support_bgbox::before {
    -webkit-transform: translate(0, -28%);
    transform: translate(0, -28%);
}


.issue__triangle {
    height: 20px;
}



.y_dc_txt{
  font-size: 34px;
  display: block;
}

.sec_support_img h3{
  font-size: 27px;
  padding: 15px;
  letter-spacing: 0;
  line-height: 1.3;
}


.section_distress{
  padding: 40px 0 0;
  margin-top: 0rem;
}



.section_distress .wrap {
    width: 90%;
}



.distress_officebg {
  background-size: 460%;
  background-position: center 100%;
  padding: 20px 0px 30px;
}


.issue__triangle:before {
    border-width: 30px;
    margin-top: -35px;
}


.distress_tittxt{
  font-size: 23px;
  width: 90%;
  line-height: 1.3;
  padding: 7px 12px 9px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .15);
}


.distress_tittxt:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #2c8ef0 transparent transparent transparent;
    border-width: 20px;
    bottom: -40px;
}




.feature-hspace_box {
    margin-top: 0;
    padding: 10px 0px 40px;
}


.feature-hspace_box:nth-last-child(1){
  padding-bottom: 70px;
}


  p.cta_txt {
    font-size: 11px;
    color: #EE849A;
    padding-bottom: 5px;
    padding: 8px 10px 8px 10px;
    left: 58px;
    z-index: -1;
    top: -35px;
    width: 79%;
  }

.cta_s_text{
  font-size: 12px;
  font-weight: 100;
}


.cta_doc15p span{
      font-size: 15px;
}

.wrap{
  width: 100%;
  padding: 0px 20px;
}

.main_tit_en_st {
  font-size:32px;

  }

  .main_tit_sm_st {
    font-size:17px !important;
    }

    .main_tit_l_st {
      font-size:32px;
      }


.distress_sub_text{
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  padding-top:10px;
}


h2.strength_title{
  margin: 0px 0 0 0;
  font-size: 39px !important;
  line-height: 1.25;
  padding-bottom: 6px;
  letter-spacing: -0.45pt;
}

img.distress_img {
    width: 94%;
    max-width: 100%;
}


.distress_area{
  flex-direction: column;
  margin: 25px 0 0;
}


.distress_con{
    width:90% !important;
    margin-bottom: 45px;
}

.distress_con:nth-child(1){
  margin-top: 10px;
}

.distress_con:nth-child(2){

}

.distress_con:nth-child(3){

}

.distress_con:nth-child(4){
  margin-bottom:0;
}


.dist_hukidashi{
  font-size: 22px !important;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.link-service-url-l {
 text-align: right;
width:100%;
padding: 6px 0px 7px 0px;
}

.arr-link-height{
  line-height:20px;
 }

a.servicetab_url_link {
  font-size: 15px;
}

a.servicetab_url_link-1 {
  font-size: 14px;
}

.price-linkurl {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0px;
}

.price-box-red {
  background-color: #FA0E47;
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 16px;
  padding: 6px 0px 10px;
  width: 100%;
  margin: 0 auto 15px;
}

.price-arr-w{
  height: 17px;
  padding-bottom: 5px;
  padding-left: 2px;
}


.fileserver_merit_ul{
      flex-direction: column;
      width: 100%;
      margin: 8px auto 0;
}

.fileserver_merit_ul li{
  width: 100%;
  padding: 30px 20px;
  flex-direction: column;
}



.merit__img_area {
    padding-bottom: 20px;
}


.merit__img_area.merit_img1{
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.merit__img_area.merit_img2{
width: 100%;
text-align: center;
}

.merit__img_area.merit_img3{
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.merit__img_area.merit_img4{
width: 100%;
text-align: center;
}



.merit_img1 img{
  width:74%;
}

.merit_img2 img{
  width:53%;
  padding: 0;
}

.merit_img3 img{
  width:55%;
  padding: 0;
}

.merit_img4 img{
  width:43%;
  padding: 0;
}






.merit__text_area1, .merit__text_area2{
width: 100%;
padding-left: 0px;
}



.merit_text {
  font-size: 23px;
  text-align: center;
}

.merit_p {
    padding: 10px 0 0;
    font-size: 17px;
    text-align: center;
}



.merit_tit{
    padding: 15px 40px 10px 40px;
}

.merit_tit:before{
      width: 7.5%;
      top: calc(50% - -4px);
}

.merit_tit:after{
       width: 7.5%;
       top: calc(50% - -4px);
}

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



.merit_tit img {
    position: absolute;
    margin-right: 0;
    top: -80px;
    width: 20%;
}


.merit_tit_p{
  font-size: 32px;
  line-height: 1.1;
}


.section_distress::after{
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 44px solid #f7fafc;
  top: 99%;
  left: 37.4%;
}






.egn_font {
     font-size:1em;
 }



.comparison_section{
  background-color: #ffffff;
  padding: 1.1em 0;
}


 .solution_title {
     padding: 15px;
     font-size: 25px;
     line-height: 1.3;
 }

 .hukidashi_sarani {
   top: -110px;
   left: 72px;
   position: absolute;
   font-size: 17px;
   height: 60px;
   width: 60px;
}

.hukidashi_sarani:after {
      left: 62px;
}

.hukidashi_sarani:before {
      left: 74px;
}

.sarani_img{
  position: absolute;
  width: 26%;
  top: -97px;
  left: 40%;
}

.strength_area {
    flex-direction: column;
    margin: 0px 0 30px;
    padding: 20px;
}

.strength_con {
    width: 100%;
}

.strength_con_title {
    height: auto;
}

.strength_con_img {
    height: auto;
}

.strength_con_img2,
.strength_con_img3 {
    margin-top: 40px;
}


.strength_con_img1 img{
  width: 87%;
  padding-top: 5px;
}

.strength_con_img2 img{
  width: 90%;
  padding-top: 5px;
}


.strength_con_img3 img{
  width: 90%;
  padding-top: 10px;
}






.strenght_item2_t {
    padding-top: 0;
}

.strength_con_txt {
    padding: 0;
    letter-spacing: -0.1px;
    line-height: 1.4;
    text-align: center;
    font-size: 17px;
}

p.sct_p {
  font-size: 22px;
  text-align: center;
  padding: 10px 0px 5px;
}

span.sct_stxt {
    font-size: 0.85em;
}

.function_con{
  width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 0;
}

.function_con1{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 0;
  }


.function_con_second, .function_con_third, .function_con_fourth, .function_con_fifth {
    margin-top: 20px;
}

.security_con_second{
  margin-top:20px;
}



.merit_con{
  width: 100%;
    margin: 0 auto;
    padding: 20px 20px 30px;
    margin-top: 5px;
}


.merit_second {
    margin-top: 20px;
}


.twolayout_left, .twolayout_right {
    width: 100%;
    margin-left: 0px;
}


.twolayout_right{
    margin-top: 8px;
}



.eng_title_s {
    font-size: 1.0em !important;
}

.esh_title {
    font-size: 1.7em !important;
}

.h2_title {
  font-size: 1.2em;
  margin-top: 0px;
  padding: 0 0 6px;
}

.h2_p {
    margin: 0px !important;
    line-height: 1.4;
    font-size: 0.85em;
}



.d_point_title {
  margin-bottom: -3.3em;
  width: 91%;
  top: -28px;
}

.left_img {
    padding: 1px 4px 0 3px;
}

.left_img img {
    padding: 7px 3px 7px 7px;
}


.right_text {
  font-size: 0.85em;
  padding-left: 5px;
}

.d_point_ul {
    padding: 20px 15px 20px;
}

.d_point_ul_tit {
    font-size: 0.85em;
    line-height: 1.4;
    margin-bottom:10px;
}

.d_point_check {
    font-size: 0.8em;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.4;
}


.d_point_check:nth-last-child(1){
  margin-bottom:0;
}



.point_check_icon {
  top: -7px;
  left: -2px;
}

.difference_point {
    padding: 0 !important;
    margin-top: 20px;
}

.difference_point2 {
  padding: 0 !important;
  margin-top: 0;
}

.d_point_title:before {
    top: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #378ee4;
    left: 45.8%;
}

.point_check_icon img {
    width: 16px;
}

.differnce_h4{
  font-size: 22px !important;
  margin-top: 0px !important;
  padding: 25px 20px 5px !important;
  line-height: 1.35 !important;
  letter-spacing: -1px;
}



h4.differnce_h4.m-bot {
    margin-bottom: 4px;
}


.shield-sub-txt{
  font-size: 17px;
}

.demo__link_risk{
  margin:0;
}



.demo__text .d_icon_plus{
  width: 18px;
    height: 18px;
    margin-top: 6px;
}

.demo__text .d_icon_plus:before {
  width: 10px;
  top: 8px;
}

.demo__text.btn-plus .d_icon_plus:after{
  width: 10px;
  left: 3px;
  top: 8px;
}

.cta_txt:after{
  margin-top: -7px;
  border-top-width: 8px;
  border-right-width: 15px;

}


.cta_txt:before{
  margin-top: -8px;
      border-top-width: 9px;
      border-right-width: 18px;
}

ul.main_img_area {
    margin-top: 16px;
    width: 96%;
    margin: 16px auto 0;
}

.h2_p_sub_t {
    font-size: 14px;
    color: #a4a4a4;
    padding: 10px 0 15px;
    line-height: 1.4;
}



.drive_con_imgarea{
  padding: 20px 20px 10px;
  flex-direction: column;
}

.drive_con_imgarea li{
  width: 100%;
}

.drive_con_imgarea li:nth-child(2){
  margin-top:25px;
}



.drive_disc {
    padding: 0px 20px 20px;
    font-size: 19px;
  }


  .drive_disc span{
      font-size: 20px;
  }



.section_option{
      padding:40px 0 40px;
}



.option_item {
    width: 100%;
    margin-top: 20px;
}


.option_item_first{
margin-top:0;
}

.option_title1{
letter-spacing: 0px;
}



.security_con{
  padding:20px;
}


.security_con_first_img{
  border-radius: 11px;
  background-color: #fff;
  padding: 35px 10px 20px;
  border: 1px solid #cbcbcb;
  position: relative;
  margin-top: 40px;
}


.security_con_first_img span {
  width: 94%;
  left: 10px;
  font-size: 11px;
  top: -22px;
  line-height: 1.2;
  padding: 7px 0;
  border-radius: 16px;
}

.icon_reduction_border {
    margin-top: 10px;
    height: 155px;
}


.icon_reduction {
    font-size: 14px;
    height: 55px;
}


.icon_reduction_ul{
  margin-top: 0px;
}

.icon_reduction_li{
  width: 48.5%;
  margin-right: 0;
  height: auto;
}

.icon_reduction_li:nth-child(2n){
  margin-right: 0em;
}

.icon_reduction_box img {
    width: 110px;
}


.one_password{
  font-size: 15px;
}


span.one_password {
    font-size: 0.7rem;
    display: block;
}


.convenience_tb_rayout_title{
    font-size: 1.1em !important;
    font-weight: bold;
    padding-left: 11px;
    padding-bottom: 5px;
    letter-spacing: -.8px;

}

.task_ul{
      padding-top: 15px;
}

.task_ul li{
      font-size: 20px;
}


.security_td{
      padding: 10px;
}


.security_td_top {
    padding: 5px;
    line-height: 1.4em;
    font-size: 0.85em;
}

.security_td_left {
    width: 48%;
    text-align: left;
    padding: 5px 11px;
    line-height: 1.4em;
    font-size: 0.85em;
}



.server_table_title dt {
    width: 100%;
}

.server_table_title dd {
    width: 100%;
}

dl.server_table_con {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.server_table02 {
    display: flex;
    flex-direction: column;
}

dl.server_table_title02 {
    display: flex;
    width: 100%;
    flex-direction: row;
}

dl.server_table_con02 {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.server_table {
    display: flex;
    flex-direction: row;
}

dl.server_table_title {
    flex-direction: column;
}

.server_table_con dt {
    width: 100%;
    border-right: 1px solid #b8bdc2;
    border-bottom: 0;
}


.server_table_con dd {
    width: 100%;
    border-right: 1px solid #b8bdc2;
    border-bottom: 0;
}

.server_table_title dd:last-child {
    border-bottom: 1px solid #b8bdc2;
    border-right: 0;
}

.server_table_con dd:last-child {
    border-bottom: 1px solid #b8bdc2;
}


.operation_log_area{
      justify-content: center;
}


ul.Operation_log_ul li{
  width: 42%;
  padding: 14px 0;

}

p.Operation_log_title{
    font-size:16px;
}


ul.Operation_log_ul li:nth-child(2n){
  margin-right:0;
}

.Operation_log_ul li:nth-child(5),
.Operation_log_ul li:nth-child(6),
.Operation_log_ul li:nth-child(7){
  width:100%;
}


p.Operation_log_type{
  line-height: 1.4
}

.log_area{
  width:100%;
}

ul.Operation_log_ul {
  display: flex;
  flex-direction: column;
  padding: 0 20px 10px;
}


ul.Operation_log_ul li {
    width: 100%;
    padding: 14px 6px;
}


.Operation_img {
    width: 45%;
    padding:0 0 20px 0;
}


.plan_box{
  flex-direction: column;
  margin: 15px auto;
  width: 100%;
}

.box_in_title{
  width:100%;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.13;
}

.box_in_y_con{
  width:100%;
  font-size: 20px;
}


.box_txt_c{
  margin: 10px 0;
  width: 35px;
  height: 35px;
  font-size: 32px;
  font-weight: 100;
}



.section-service{
  padding-bottom:0px;
}


.scene_title h4{
  font-size: 18px;
  padding: 10px 0px 10px;
  text-align: center;
  line-height: 1.3;
}

.scene_img_area{
  padding: 12px;
}


.iso_title{
  width: 100%;
  letter-spacing: -1px;
  font-size: 19px;
  margin-top: 0px;
  margin-bottom: 9px;
  line-height: 1.5;
  text-align: center;
}

.iso_img {
  width: 100%;
  padding: 0;
  margin: 0;
}

.iso_area{
  width:100%;
  padding: 20px;
  margin-top: 20px;
}

.level_table_con {
    border-left: 4px solid #0071d1;
    padding-left: 11px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #b1bcc6;
    margin: 25px 0 10px;
}

.feature_table td {
    border: 1px solid #d8e1f6;
    padding: 10px;
    font-size: 15px !important;
    color: rgb(58 71 82 / 85%);
    width: 32%;
    text-align: left;
    line-height: 22px;
}

.feature_table td img {
    width: 40%;
}

.level_table_txt {
    color: #3a4752;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.td_serve_title_left {
    width: 17%;
    text-align: center;
}


.logo_box {
    width: 83%;
    margin: 0 auto;
}


ul.security_list{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}


.security_list li {
    background: #fff;
    width: 31%;
    float: left;
    margin-right: 0px;
    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: 100%;
    height: 43px;
    padding: 5px;
}


.impo_item{
  width:100%;
}


li.flow_li {
    width: 100%;
}


.flow_arrow{
  transform: rotate(90deg);
  margin-bottom: 8px;
}

.flow_li:nth-last-child(1){
 width:100%;
}


.drive_con_imgarea li p{
  font-size: 19px;
}


.comparison_title{
      font-size: 1.7em;
      line-height:1.25;
      padding: 20px 0px 5px;
}




.cta_doc15p{
      margin: 50px 0 30px;
}

.cta_span_16p{
  font-size: 12px;
  font-weight:100;
}

.list-wrapper {
    margin-bottom: 25px;
    width:100%;
}


.cta_box_logo{
  padding: 0.4em 0em;
  width: 80%;
  font-size: 1em;
}

.n_cta_dw_right{
      flex-direction: column;
      padding: 0px 1em 1.3em;
}

.n_cta_dw_right .thumb_img {
  width: 100%;
  padding-top: 0.9em;
  padding-left: 0em;
}

.n_cta_dw_right h6{
  width: 100%;
}

.n_cta_dw_right ul{
      width: 100%;
      margin-top: 14px;
}

.n_cta_dw_right ul li {
  font-size: 0.95rem;
  color: #3a4752;
  line-height: 1.3;
  text-align: left;
  font-weight: 600;
  padding: 0px 0px 13px 0px !important;
  position: relative;
  letter-spacing: -.3pt;
}

.line-h-space {
  line-height: 32px !important;
  margin-bottom: 10px !important;
}

.ctadown_link {
  background: #FF114A;
  width: 100%;
  color: #fff;
  text-align: center;
  /* padding: 0px 50px; */
  border-radius: 54px;
  height: 45px;
  position: relative;
  margin: 0px auto;
}

.ctadown_link a {
  font-size: 16px;
}

.ctadown_link img {
  width: 30px;
  padding-left: 10px;
}

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


.n_cta_btn img{
  width:86%;
}

.impo_i_con::after {
  left: 43%;
}


.flow_li_last{
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.section-scene {
    padding: 40px 0 30px;
    background-color: #ffffff;
}

.section-merit .wrap {
  padding: 10px 0px 0px;
}


.company_logo_section .wrap {
    padding-top: 50px !important;
    padding-bottom: 90px !important;
}

.secu_img_txt {
  font-size: 37px;
  padding: 0 0 18px 0;
}


#banner{
  display: none !important;
}

p.statement_cta {
    font-size: 12px;
    margin-bottom: 8px;
}



.statement_cta:before {
    transform: translateX(-14px) translateY(0) rotate(-28deg);
    height: 45px;
}

.statement_cta:after {
    transform: translateX(14px) translateY(0) rotate(28deg);
    height: 45px;
}


.item_con_area .text{
      height: 65px;
}

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


.cta_top_txt{
  font-size: 16px;
}


.comparison_section{
  background-color: #ffffff;
  padding: 2em 0 40px;
}

.donyu_area {
    border-top: 0;
    padding: 40px 20px 0px 20px;
}

.donyu_title {
  padding: 10px 0 15px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.donyu_title p {
  line-height: 1.2;
  font-size: 1.55rem;
  font-weight: 700;
  padding-bottom: 7px;
  color: #0b2044;
  text-align: left;
  padding-left: 5px;
}

.donyu_title span {
    font-size: 0.95em;
    font-weight: 100;
    color: #898d92;
    padding: 0;
    line-height: 1.4em;
    display: block;
    text-align: left;
    padding-left: 5px;
}

.donyu_case_area {
  padding: 10px 0 0px;
}

.donyu_case_title {
  font-size: 24px;
  margin-bottom: 14px;
  padding: 10px;
}

.donyu_case_title:before {
  width: 18%;
}

.donyu_case_title:after {
  width: 18%;
}

.company_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    line-height: 1.7;
    flex-direction: column;
}

.donyu_contents_area {
    padding: 0px 0px;
    margin: 0 auto;
    width: 100%;
}

.other_c_content li {
  font-size: 16px;
  line-height: 1.4;
  text-indent: 8px;
}

.sp_toggle_menu {
    position: fixed;
    top: 65px;
    left: 0;
    margin-top: -100vh;
    width: 100vw;
    height: calc(100vh - 64px) !important;
    overflow-y: scroll;
    background-color: #fff;
    transition: margin .3s ease !important;;
}

.sp_toggle_menu.active{
  margin-top: 0;
  border-top: 1px solid #d8d8d8;
}


.sp_toggle_menu{
  display: block;
}

.sp_toggle__list {
  height: 0;
  background-color: #fff;
  transition: height .3s ease;
  overflow: hidden;
}

.sp_toggle__list.is-open {
  display: block;
  transition: height .3s ease;
  overflow: hidden;
  height: 170px;
}


.sp_toggle_contents{
    padding: 25px;
}

.sp_toggle_menu {
    font-size: 17px;
}

.sp_toggle_title {
    position: relative;
    margin-bottom: 25px;
}

.sp_t_title3{
margin-bottom:0;
}

.sp_toggle_title a{
    color: inherit;
}

.sp_toggle_item {
    font-size: 15px;
    padding: 10px 20px;
}

.sp_toggle_item:nth-child(4){
    padding: 10px 20px 0;
}


.sp_toggle_title i{
  transform: rotate(0deg);
  transition: transform .3s ease;
  color: #b9bfc5;
}

.sp_toggle_title.is-open i{
  transform: rotate(180deg);
  color: #b9bfc5;
}

i.fa.fa-angle-down {
    position: absolute;
    right: 0;
    top: 5px;
}

.sp_toggle_item a{
  position: relative;
  padding-left: 5px;
}


.sp_toggle_item a:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #158aff;
  top: 57%;
  left: -15px;
  transform: translateY(-50%);
}


.sp_toggle_cta_area{
  border-top: 1px solid #d8d8d8;
}


#lp_rightContents {
    padding: 25px;
    flex-direction: column;
}


.reduction_area {
    margin-top: 7.5em;
    position: relative;
}

.section_function {
  padding:40px 0 40px !important;
}

.section_function01{
  padding: 40px 0 16px;
}

.section_comparison{
    padding: 9.5em 0 40px;
    margin-bottom: 0;
}

.section_enterprise_comparison {
  padding: 7.5em 0 40px;
  margin-bottom: 0;
  min-width:100%;
}


.box_enterprise_comparison{
  width: calc(90% - min(1vw, 30px));
  box-shadow: 0 0 8px rgb(0 0 0 / 8%);
}


.dc-merit_title>span{
  height: 50px;
  font-size: 1.7rem;
  padding: 0;
  width: 90%;
}



.enterprise_wrap{
  padding: 50px 20px 30px;
}


.dc-merit_title>span:after{
  bottom: -38px;
  border-width: 20px;
}


.dc-merit_title{
  top: clamp(-32px, -3vw, -46px);
}


h3.choose_info_item_title{
  font-size:30px;
}


li.navi_cta{
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}

li.navi_cta a{
  top: 4px;
  font-size: 19px;
}

.cta_orange {
    margin-left: 0;
}

.cta_red {
  margin-left: 0;
}

.section_security{
  padding:40px 0 40px;
}


.section_title_p{
  font-size: 17px;
  text-align: center;
  padding-bottom: 15px;
}


.section_function_3{
  padding: 40px 0 40px;
}

.section_function_4{
    padding: 40px 0 40px;
}

.cost_performance_area{
  margin-top:15px;
}


.function_nocon {
    padding: 0;
}


.option_area{
  margin-top:0;
}

.option_line_con{
      padding: 15px;
      height: auto;
}

.option_item h5{
  font-size: 19px;
}

.option_item p{
    font-size: 16px;
}

.option-txt-s{
  font-size: 18px;
  letter-spacing: -.3pt;
  color: #378ee4;
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 5px;
}


.function_con_table{
   width:100%;
   margin-top:1.0em;
}


.security_td1_top{
  font-size: 16px;
}

.security_td1_left{
    font-size: 16px;
}

td.security_td1{
      font-size: 16px;
}

/*     table   css       */


  .sp_hikaki_table, .sp_hikaku_title{
    width:100%;
    max-width:640px;
    box-sizing: border-box;
    border-spacing: 0px;
    font-size:16px;
    color: #3a4752d9;
    border-right:none;
  }

.sp_hikaku_title{
  background:#9097a0;
  color: #fff;
  padding: 10px 0px;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #c2cfdc;
}

.sp_hikaku_th,
.sp_hikaku_td{
  width: 100%;
  display: block;
  padding: 12px;
  background: #ffffff;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}



.text-left{
  text-align: left;
line-height: 1.4;
}


.sp_hikaku_th{
  background:#eff0f1;
  font-size: 17px;
  font-weight: 100;
  color: rgb(87 98 108 / 90%);
  border: 1px solid #c2cfdc;
  border-bottom: none;
  border-top: none;
}

td.sp_hikaku_td {
    border: 1px solid #c2cfdc;
}

.hikaki_table_grey {
    margin-bottom: 20px;
    background: #e6e9eb;
    width:100%;
    margin-top:20px;
}

.total_hikaku{
  color: #fff;
  font-size: 17px;
}


.hikaki_table_blue{
  background:#dae4ec;
    width:100%;
}

.hikaki_table_blue .sp_hikaku_th{
    background-color: #f1faff;
    font-weight:bold;
}



.hikaki_table_blue > td.sp_hikaku_td{
font-weight:bold;
}



.total_title_grey{
    font-size: 19px;
}

.total_price_grey{
  font-size: 22px;
  font-weight: bold;
}




.total_title_blue{
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background-color: #378ee4 !important;
}


.hikaki_table_blue > td{
  font-size:16px;
}



.total_price_blue{
    color: #167be1;
    font-size: 22px;
    font-weight:bold;
}



/*      table  css end    */


.fun__con_img1{
  width: 100%;
  margin-top: 1.4em;
}




.company_ul li:nth-child(1) {
    width: 100% !important;
}



.company_ul li:nth-child(2){
  width:100% !important;
}




.br_pc {
    display: none;
    line-height: 1.3;
}

.br_sp {
    display: block;
}

.pc_on {
    display: none !important;
}

.sp_on {
    display: block !important;
}



/********************** css add - min ********************/
.section_infomation {
  padding: 40px 0 40px;
  background-color: #f7fbff;
}


.impo_i_con .title {
  font-size: 23px;
  padding: 8px 0 6px;
}

.impo_link {
  width: 88%;
  border-radius: 56px;
  font-size: 21px;
  height: 56px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.item_con_area {
  padding: 15px;
  margin-bottom: 29px;
}

.item_con_area .text {
  line-height: 1.25;
  font-size: 18px;
}

.item_con_area .img {
  width: 89%;
  height: 185px;
}

.u_title {
  padding: 15px 10px 15px;
  font-size: 22px;
  line-height: 36px;
}



.space-img1{
  padding:10px 0px;
}

.img-hspace-info{
  padding:25px;
}

.flow_arrow {
  width: 5%;
  font-size: 22px;
}

.donyu_bg {
  padding-bottom: 40px;
}

.donyu_logo {
  height: auto;
  padding-left: 3px;
  flex-direction: column;
  padding-bottom:15px;
}

.donyu_logo_img{
  width: 90%;
  margin: 0 auto;
}

.donyu_logo_img1{
  width: 90%;
  margin-right: 0px;
}

.donyu_logo img {
    padding-top: 20px;
}

.box_bg_donyu{
  background-color:#f5faff;
  padding:25px 17px 28px 10px !important;
}

.industry{
  width:100%;
  height: 40px;
  font-size: 16px;
  margin-top: 10px;
  margin-left:0;
  padding: 6px 0;
}


dl.company_dl{
  flex-direction: column;
  font-size: 16px;
}

dl.company_dl dt{
      width: 100%;
}

dl.company_dl dd {
    width: 100%;
    padding-bottom: 15px;
    padding-left:16px;
}

.company_dl dd:nth-child(3){
padding:0;
}

.highlight {
  font-weight: 100;
  padding: 15px 0px 20px 0px;
  font-size: 23px;
  color: #000;
  text-align: center;
  letter-spacing: -.2pt;
  line-height: 1.4;
  text-align: left;
}

.donyu_before, .donyu_after {
  flex-direction: column;
}

.before_title {
  background: linear-gradient(0deg , #6f6f6f, #9e9e9e);
  padding-top: 9px;
    width: 97%;
    height: 83px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 31px;
    margin-left: 4px;
    line-height: 42px;
}

.after_title {
  padding-top: 9px;
    width: 97%;
    height: 83px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-left: 4px;
    line-height: 42px;
}

.case_ul {
  width: 100%;
  font-size: 18px;
  text-align: left;
  padding-top: 18px;
  color: rgb(58 71 82 / 80%);
  letter-spacing: -.2pt;
}

.case_ul li {
  text-indent: -20px;
  padding: 0px 10px 0px 20px;
  line-height: 1.4;
  padding-bottom: 8px;
}

.case_arrow {
  position: relative;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #e7e9ec transparent transparent transparent;
  text-align: center;
  margin: 10px 55px;
    padding: 10px 0px;
}

.donyu_area.area-item2 {
  padding: 0;
}

.best_green_all {
  position: absolute;
  left: -20px;
  top: -17px;
}


.best_green_all img {
    width: 45px;
}


/********************** 他社比較　表　css *********************************/
.compare_table_w td {
  border: 1px solid #cbd7df;
  vertical-align: middle;
}

.compare_left_main_td {
  background-color: #3784d9;
  color: #ffffff;
  padding: 17px 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight:600;
  vertical-align: middle;
}

.compare_left_td {
  background-color: #f5f5f9;
  color: rgb(58 71 82 / 85%);
  padding: 17px 10px;
  font-size: 17px;
  line-height: 23px;
  vertical-align: middle;
}

.compare_title_dc{
  background-color: #0061D5;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 20px;
  line-height: 22px;
  font-weight:600;
  vertical-align: middle;
}

.price_orange_maru{
  font-size: 0.75rem;
  letter-spacing: 4px;
  display: contents;
  color:#f84d04;
  font-weight:600;
}

.price_orange_jp{
  font-size: 1.2rem;
  display: contents;
  color:#f84d04;
  font-weight:600;
}

.compare_orange_s_txt{
  font-size:15px;
  line-height: 1.4;
  color:#f84d04;
  font-weight:600;
}

/* .txt_padding {
  padding: 4px 10px 10px;
} */

.product-rating-wrap {
  font-size: 19px;
}

.service_td {
  padding: 6px 10px 10px;
  font-size: 17px;
  line-height: 22px;
}

.fun__con_img1{
  margin-top: 15px;
}



.donyu_logo span{
  left: 68%;
  top: 6px;
  font-size: 13px;
  padding: 2px 17px 2px;
  letter-spacing: -1.1px;
}

.donyu_company2{
margin-top: 20px;
}



/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 1;
   z-index: 999;
   background-color: #f4f8ff;
   border: 1px solid #378ee4;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}



/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px;
}


.cta_wrap{
  width:90%;
  margin:0 auto;
}


.service_table_w th, .service_table_w td{
  vertical-align: middle;
}



#bannerin_seminar{
    display: none;
}



.sp_scroll table{
  width: 100%;
  border-collapse: collapse;
  min-width: 43.7rem;
}


.sp_scroll th {
  vertical-align: middle;
  padding: 0 15px;
}

 .sp_scroll_td{
   vertical-align: middle;
   padding: 8px 15px;
   position: sticky;
   z-index: 1;
   width: 23%;
   border-bottom: 1px solid #D2DBE2;
   border-right: 1px solid #D2DBE2;
   background-color: #fff;
 }



.sp_scroll_td:nth-last-child(1){
  border-right: none;
}


.fixed01,
.fixed02,
.fixed03 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background: #333;
}

.fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #D2DBE2;
}

.fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;

}

.fixed03:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 102%;
}

td.fixed03.sp__table_title:before {
    border-bottom: 1px solid #D2DBE2;
    border-left: 1px solid #D2DBE2;
    content: "";
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    height: 100%;
}

td.fixed03.sp_table_tit:before {
    content: " ";
    border-right: 1px solid #D2DBE2;
    position: absolute;
}


.fixed01 {
    z-index: 3;
    width: 10%;
    text-align: center;
}

.fixed02 {
  z-index: 2;
}

.fixed03 {
  z-index: 2;
  left: 1.95rem;
}


.purpose{
  background-color: #725EA8;
  color: #ffffff;
  font-weight: bold;
  line-height:1.3;
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 5px;
}

.option{
background-color: #0081C6;
color: #ffffff;
font-weight: bold;
line-height: 1.3;
writing-mode: vertical-rl;
text-align: center;
letter-spacing: 5px;
}


.purpose,
.option{
  width: 4%;
  font-size:14px;
  z-index: 99;
}

.sp_table_tit {
background-color: #FAFAFC;
color: #50505a;
font-size: 17px !important;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #D2DBE2;
line-height: 1.38;
width: 19%;
}


.sp__table_title{
  text-align: center;
  background-color: #F2F2F3;
  box-sizing: border-box;
  padding: 17px 0 10px;
}



.price_comm{
  padding-top: 5px;
  font-size: 14px !important;
}

 {
  text-indent: -27px;
  margin-left: 29px;
  line-height: 18px;
  padding-bottom: 4px;
  list-style: none;
  font-size: 12px !important;
  color: #87898b !important;
}


.h3-01 {
  font-size: 20px;
  padding: 6px 0 18px 0;
  line-height: 1.3;
}

.main_btm_area_text{
  font-size: 23px;
  margin-bottom: 35px;
}


.choose_info ul{
  margin: 25px 0 0 !important;
  flex-direction: column;
  padding: 0 !important;
}

.choose_info ul li {
    width: 100%;
    cursor: pointer;
    padding: 20px 20px 25px;
}


.s_text_area {
    width: 100%;
}

.txt_item_01,
.txt_item_02,
.txt_item_03 {
    margin: 0;
    padding:0;
}

.s_text_area ul{
 margin: 12px 0 0 0;
 padding:20px 20px 10px;
}

.point_blue_span{
  /* display: block; */
  text-indent: -10px !important;
  font-size: 18px;
}


.s_text_area::before{
      font-size: 2.4em;
}

.s_text_area ul li {
  font-size: 16px;
  text-indent: -16px;
  padding-left: 16px;
}

.s_text_area p{
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.35 !important;
}

.chap_subtxt{
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.45 !important;
  text-align: left;
  margin-top: 10px;
}

.choose_info li {
    margin-bottom: 0em !important;
}

.choose_info li:nth-last-child(1){
  margin-bottom: 0 !important;
}





.detail_contents1{
  padding: 0;
  padding-bottom: 0px !important;
}



.detail_contents2 {
    margin-top: 40px !important;
    padding-bottom: 20px !important;
}

.detail_con_p {
  padding: 2px 20px 13px !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.detail_con_p1 {
  padding: 5px 5px 15px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}


.w-box-100 {
    padding:0 18px;
}

.ind-txt{
  text-indent: 0px;
}


.detail_img ul{
  flex-direction: column;
}


.detail_img_left ul{
  flex-direction: column;
}




.dist_hukidashi ul li:nth-child(1) {
    margin-bottom: 5px;
  }

.hukidashi_a {
  text-align: center;
  top: 20px;

  }


.hukidashi_b {
  letter-spacing: -0.7px;
  font-size: 17px;
}



.distree_right_box{
      font-size: 20px;
}



.choose_info_item_text {
  margin: 15px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #656565;
  letter-spacing: -0.4px;
  height: auto;
}

.yell_txt{
  background: linear-gradient(transparent 83%, #fef94de6 10%);
  line-height: 1.5;
  display: inline;
  padding: 1px 10px 3px;
  margin: 5px 0px;
  font-size:19px;
}

.top-m{
  margin-top: 27px !important;
}

.top-m1{
  margin-top: 12px;
}

.bottom-m1{
  margin-bottom: 12px;
}

.detail_img{
      /* padding: 20px 15px;
      border-radius: 8px; */
      width: 90%;
}

.detail_img_box{
  padding: 15px 10px;
  border-radius: 8px;
  width: 90%;
}

.detail_img_box1{
  padding: 0px;
  border-radius: 0px;
  width: 90%;
  background-color: transparent;
  border: 0px solid #d0e1f2;
}

.detail_img1{
  padding: 30px 15px;
  border-radius: 8px;
}

.detail_img_left{
  padding: 20px 15px;
  border-radius: 8px;
}

.detail_img_both{
  padding: 20px 15px;
  border-radius: 8px;
}

.interview_summary{
  flex-direction: column;
}


.company-intro{
      padding: 0 0px 25px;
}


.interview_summary ul{
  margin-top: 12px;
  font-size: 16px;
  padding: 0 8px;
}


.interview_summary h5{
  width: 94%;
  font-size: 19px;
  margin-right: 0px;
  padding: 10px 0;
}


.interview_summary ul li{
  padding-left: 18px;
  margin-top: 7px;
  font-size: 17px;
}


.title_sbtext{
  font-size: 19px;
  text-align: left;
}

.blue_span3{
  text-indent: -18px;
  display: block;
}

h3.choose_info_item_title::before{
  font-size: 36px;
}

.s_img_area{
  width: 100%;
  height: 200px;
  background-color: #5d6f83;
  max-width: 558px;
}


.s_img_area_left{
    height: 210px;
}


.hot_storage_span{
  font-size: 10px;
  color: #b4b4b4;
  line-height: 1.3;
  display: block;
  margin-top: 11px;
}


.dc-compare {
    padding: 0px 0px 0 0;
    width: 100%;
    margin: 0 auto;
}

.dc-compare-daytxt {
  padding: 0px 0px 20px 5px;
  line-height: 8px;
  font-size: 12px;
  width: 92%;
}


.detail_cta{
  margin: 1em auto 0em;
  padding: 0;
  margin: 1em auto 0em !important;
}

.title_area_v h2{
  font-size: 19px !important;
  line-height: 1.35 !important;
  padding: 10px 15px 12px;
  text-align: center !important;
}

.num_box {
  width: 30px;
  font-size: 19px;
  border: 1px solid #0078c7;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #0078c7;
  padding: 4px;
  vertical-align: text-top;
  line-height: 24px;
}


.operation_img_area{
  background-color: initial;
  border: none;
  padding: 0;
  border-radius: 15px;
}

.section_sec_img_green{
  padding: 12px;
}

.section_sec_img_green1{
  padding: 12px;
}

.detail_img.sec_option_area{
  padding: 0;
border: none;
background: none;
}

.detail_img_left.sec_option_area{
  padding: 0;
border: none;
background: none;
}

.detail_img_both.sec_option_area{
  padding: 0;
border: none;
background: none;
}


.sec_text_box{
      height: auto;
}


.audit_in_ul li{
  font-size: 14px;
}


.IT_audit{
  left: 171px;
  width: 32%;
  padding: 4px 5px 3px;
}

.sec_opt_cross{
  left:46%;
}

.sec_option_li2{
  width: 70%;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}



/********************* 他社サービスとの比較 start **********************/



.slick-prev, .slick-next{
  border-top: 3px solid #9ca7b2;
  border-right: 3px solid #9ca7b2;
  height: 16px;
  width: 16px;
}


.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
        cursor: pointer;
}

.slider img {
    width:98%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:20px 10px 10px;
  cursor: grab;
}

.slick-prev {
    left: -2.8vw !important;
    transform: rotate(225deg);
}

.slick-next {
    right: -2.8vw !important;
    transform: rotate(45deg);
}

.dc-compare{
  padding: 0px 0px 0 0;
  width: 100%;
  margin: 0 auto;
}


.dc-compare__group{
      flex-direction: column;
}


.dc-compare__item:nth-child(1),
.dc-compare__item:nth-child(2),
.dc-compare__item:nth-child(3),
.dc-compare__item:nth-child(5),
.dc-compare__item:nth-child(6),
.dc-compare__item:nth-child(7) {
  background: #e6f2ff;
   box-shadow: none;
   height:auto;
}


.dc-compare__item:nth-child(4) ,
.dc-compare__item:nth-child(8) {
    /* background-color: #1e65c7; */
    background: transparent linear-gradient(180deg,#1d76cf 20%,#0d68c3 100%) 0% 0% no-repeat;
    box-shadow: none;
    position: relative;
    color: #fff;
}

.dc-compare__item:hover{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25) !important;
    transform: scale(1) !important;
    cursor: default !important;
}


.dc-compare__detail__title {
    font-size: 16px;
}




.dc-compare__item:nth-child(1):hover,
.dc-compare__item:nth-child(1):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1);
  transition:transform .2s;
}

.dc-compare__item:nth-child(2):hover,
.dc-compare__item:nth-child(2):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1);
  transition:transform .2s;
}


.dc-compare__item:nth-child(3):hover,
.dc-compare__item:nth-child(3):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1);
  transition:transform .2s;
}


.dc-compare__item:nth-child(4):hover,
.dc-compare__item:nth-child(4):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1);
  transition:transform .2s;
}


.dc-compare__item:nth-child(5):hover,
.dc-compare__item:nth-child(5):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1);
  transition:transform .2s;
}



.dc-plan__item:nth-child(1):hover,
.dc-plan__item:nth-child(1):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:pointer;
  transform:scale(1);
  transition:transform .2s;
  cursor:default;
}



.dc-plan__item:nth-child(2):hover,
.dc-plan__item:nth-child(2):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:pointer;
  transform:scale(1);
  transition:transform .2s;
  cursor:default;
}



.dc-plan__item:nth-child(3):hover,
.dc-plan__item:nth-child(3):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:pointer;
  transform:scale(1);
  transition:transform .2s;
  cursor:default;
}



.dc-plan__item:nth-child(4):hover,
.dc-plan__item:nth-child(4):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:pointer;
  transform:scale(1);
  transition:transform .2s;
  cursor:default;
}

.dc-plan__item:nth-child(5):hover,
.dc-plan__item:nth-child(5):focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:pointer;
  transform:scale(1);
  transition:transform .2s;
  cursor:default;
}


/********************* 他社サービスとの比較 end **********************/






/*********************  料金   **************************/


.sp_tit_disc_bottom{
  display: block;
  padding-top: 3px;
  line-height: 1.3;
  font-size: 13px !important;
  text-indent: -8px;
}


.service_title_txt{
  font-size: 18px;
}


.capacity_num{
  font-size: 17px;
  padding: 0px 3px 0px 4px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}



.sp_tit_disc_top{
  font-size: 11px !important;
    display: block;
    margin-bottom: 3px;
    color: #777777 !important;
}


span.capacity {
    font-size: 12px;
    padding-top: 4px;
}


#header{
    width:100%;
  }

  .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      z-index: 999;
      background-color: #fff;
      transition: background-color .3s ease;
      box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
  }


  .header_logo {
      min-width: 210px;
      margin-right: 0;
      padding-top: 4px;
    }

  .header__container {
        width: 100%;
        padding: 0px 20px;
        justify-content: space-between;
        position: relative;
        z-index: 10;
        height: 65px;
        background:#fff;
    }


  .header__navi {
        display: none;
    }


  .sp_hamburger_Btn{
    height: 22px;
    width: 27px;
  position: relative;
  }


  .hamburger_Btn_line {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      border-radius: 4px;
      background-color: #378ee4;
      transform-origin: right;
      transition: background-color .3s ease,transform .3s ease;
  }



  .hamburger_Btn_line:nth-child(2) {
      top: 10px;
  }

  .hamburger_Btn_line:nth-child(3) {
      top: 20px;
  }


  .sp_hamburger_Btn.active .hamburger_Btn_line:nth-child(1){
      transform: translateY(0px) rotate(-45deg);
  }

  .sp_hamburger_Btn.active .hamburger_Btn_line:nth-child(2){
    opacity:0;
  }

  .sp_hamburger_Btn.active .hamburger_Btn_line:nth-child(3){
    transform: translateY(0px) rotate(45deg);
  }




.g-wrapper{
  min-width:100%;
  margin-top:0;
}

.keyv .mv{
  padding: 0;
}



.main_v_warp {
    width: 100%;
    margin-top: 65px;
    padding:20px 20px 25px;
    flex-direction: column;
}


.main_title_area {
    width: 100%;
}

.main_title_img{
  width:90%;
}


.main_title {
  font-size: 27px;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 27px;
  letter-spacing: -.3pt;
  padding-top: 8px;
}


.main_btn_area{
  padding-top: 15px;
  flex-direction: column;
}

.main_btn_area li{
  width: 95%;
  font-size: 18px;
  height: 50px;
  margin: 0 auto;
}


.main_btn_area li:nth-child(1) {
    margin-bottom: 10px;
    margin-left: 8px;
}


.main_img_area {
    width: 100%;
    padding: 30px 0 15px;
}


.main_bottom_area{
    padding: 17px;
}

.main_bottom_inner{
  padding: 12px 0px 5px;
}


.main_bottom_inner .statement:before {
    position: absolute;
    left: 10%;
    height: 50px;
}

.main_bottom_inner .statement:after {
    position: absolute;
    right: 7%;
    height: 50px;
}


.statement span {
  font-size: 18px;
  line-height: 1.5;
}

.mainv_pic1 {
  width: 100%;
  padding-left: 0;
  }

  .main_title img {
  width: 90%;
  }


  .main_b_img li{
      width: 100%;
  }

  .main_b_img li:nth-child(1) {
      width: 100%;
  }

  .main_b_img li:nth-child(2) {
      width: 100%;
      margin: 15px auto;
  }


  .main_b_img li:nth-child(3) {
    width: 100%;
}

.performance_img{
  width: 81%;
  padding-left: 0px;
  padding-top: 0;
}

  .laurel_img {
    width: 67%;
}

.laurel___span {
    padding-top: 5px;
}

  .main_b_img{
   width:100%;
   flex-direction: column;
  }

  .logo-slide__item {
      width: 100px !important;
      margin: 0 15px !important;
  }

.logo_slide_ico{
      height: 100px !important;
}



  .cta{
    width:100%;
    margin: 1.7em auto 0em !important;
    max-width: 100%;
    /* padding: 0px 20px; */
    padding: 0px 0px;
  }


  .blue_font {
    font-size: 32px;
  }

  .blue_font:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: -22px;
    font-size: 26px;
    padding-left: 1px;
}



  p.cta_txt {
    font-size: 11px;
    color: #EE849A;
    padding-bottom: 5px;
    padding: 8px 10px 8px 10px;
    left: 58px;
    z-index: -1;
    top: -35px;
    width: 79%;
  }

.cta_s_text{
  font-size: 12px;
  font-weight: 100;
}


.cta_doc15p span{
      font-size: 15px;
}

.wrap{
  width: 100%;
  padding: 0px 20px;
}

.main_tit_en_st {
  font-size:32px;

  }

  .main_tit_sm_st {
    font-size:22px;
    }

    .main_tit_l_st {
      font-size:32px;
      }


.distress_sub_text{
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  padding-top:10px;
}



img.distress_img {
    width: 94%;
    max-width: 100%;
}


.distress_area{
  flex-direction: column;
  margin: 35px 0 0;
}


.distress_con{
    width:90% !important;
    margin-bottom: 70px;
}

.distress_con:nth-child(1){
  margin-top: 10px;
}

.distress_con:nth-child(2){

}

.distress_con:nth-child(3){

}

.distress_con:nth-child(4){
  margin-bottom:0;
}


.dist_hukidashi{
      font-size: 16px;
}


.fileserver_merit_ul{
      flex-direction: column;
      width: 100%;
      margin: 8px auto 0;
}

.fileserver_merit_ul li{
  width: 100%;
  padding: 30px 20px;
  flex-direction: column;
}



.merit__img_area {
    padding-bottom: 20px;
}


.merit__img_area.merit_img1{
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.merit__img_area.merit_img2{
width: 100%;
text-align: center;
}

.merit__img_area.merit_img3{
  width: 100%;
  margin-left: 0;
  text-align: center;
}

.merit__img_area.merit_img4{
width: 100%;
text-align: center;
}



.merit_img1 img{
  width:74%;
}

.merit_img2 img{
  width:53%;
  padding: 0;
}

.merit_img3 img{
  width:55%;
  padding: 0;
}

.merit_img4 img{
  width:43%;
  padding: 0;
}






.merit__text_area1, .merit__text_area2{
width: 100%;
padding-left: 0px;
}



.merit_text {
  font-size: 23px;
  text-align: center;
}

.merit_p {
    padding: 10px 0 0;
    font-size: 17px;
    text-align: center;
}



.merit_tit{
    padding: 15px 40px 10px 40px;
}

.merit_tit:before{
      width: 7.5%;
      top: calc(50% - -4px);
}

.merit_tit:after{
       width: 7.5%;
       top: calc(50% - -4px);
}



.merit_tit img {
    position: absolute;
    margin-right: 0;
    top: -80px;
    width: 20%;
}


.merit_tit_p{
  font-size: 32px;
  line-height: 1.1;
}


.section_distress::after{
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 44px solid #f7fafc;
  top: 99%;
  left: 37.4%;
}

.egn_font {
     font-size:1em;
 }



.comparison_section{
  background-color: #ffffff;
  padding: 1.1em 0;
}


 .solution_title {
     padding: 15px;
     font-size: 25px;
     line-height: 1.3;
 }

 .hukidashi_sarani {
   top: -110px;
   left: 72px;
   position: absolute;
   font-size: 17px;
   height: 60px;
   width: 60px;
}

.hukidashi_sarani:after {
      left: 62px;
}

.hukidashi_sarani:before {
      left: 74px;
}

.sarani_img{
  position: absolute;
  width: 26%;
  top: -97px;
  left: 40%;
}

.strength_area {
    flex-direction: column;
    margin: 0px 0 30px;
    padding: 20px;
}

.strength_con {
    width: 100%;
}

.strength_con_title {
    height: auto;
}

.strength_con_img {
    height: auto;
}

.strength_con_img2,
.strength_con_img3 {
    margin-top: 40px;
}


.strength_con_img1 img{
  width: 87%;
  padding-top: 5px;
}

.strength_con_img2 img{
  width: 90%;
  padding-top: 5px;
}


.strength_con_img3 img{
  width: 90%;
  padding-top: 10px;
}






.strenght_item2_t {
    padding-top: 0;
}

.strength_con_txt {
    padding: 0;
    letter-spacing: -0.1px;
    line-height: 1.4;
    text-align: center;
    font-size: 17px;
}

p.sct_p {
  font-size: 22px;
  text-align: center;
  padding: 10px 0px 5px;
}

span.sct_stxt {
    font-size: 0.85em;
}

.function_con{
  width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 0;
}


.function_con_second, .function_con_third, .function_con_fourth, .function_con_fifth {
    margin-top: 20px;
}

.security_con_second{
  margin-top:20px;
}



.merit_con{
  width: 100%;
    margin: 0 auto;
    padding: 20px 20px 30px;
    margin-top: 5px;
}


.merit_second {
    margin-top: 20px;
}


.twolayout_left, .twolayout_right {
    width: 100%;
    margin-left: 0px;
}


.twolayout_right{
    margin-top: 8px;
}



.eng_title_s {
    font-size: 0.9em !important;
}

.esh_title {
    font-size: 1.7em !important;
}

.h2_title {
  font-size: 1.2em;
  margin-top: 0px;
  padding: 0 0 6px;
}

.h2_p {
    margin: 0px !important;
    line-height: 1.4;
    font-size: 0.85em;
}






.d_point_title {
  margin-bottom: -3.3em;
  width: 91%;
  top: -28px;
}

.left_img {
    padding: 1px 4px 0 3px;
}

.left_img img {
    padding: 7px 3px 7px 7px;
}


.right_text {
  font-size: 0.85em;
  padding-left: 5px;
}

.d_point_ul {
    padding: 20px 15px 20px;
}

.d_point_ul_tit {
    font-size: 0.85em;
    line-height: 1.4;
    margin-bottom:10px;
}

.d_point_check {
    font-size: 0.8em;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.4;
}


.d_point_check:nth-last-child(1){
  margin-bottom:0;
}






.point_check_icon {
  top: -7px;
  left: -2px;
}

.difference_point {
    padding: 0em 0px 15px;
    margin-top: 0;
}

.d_point_title:before {
    top: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #378ee4;
    left: 45.8%;
}

.point_check_icon img {
    width: 16px;
}

.differnce_h4{
  font-size: 20px;
  margin-top: 0px;
  padding: 5px 0px;
  line-height: 1.3;
}

.demo__link_risk{
  margin:0;
}

.demo__text{
  font-size: 16px;
  padding: 10px;
  margin: 0;
}


.demo__text .d_icon_plus{
  width: 18px;
    height: 18px;
    margin-top: 6px;
}

.demo__text .d_icon_plus:before {
  width: 10px;
  top: 8px;
}

.demo__text.btn-plus .d_icon_plus:after{
  width: 10px;
  left: 3px;
  top: 8px;
}

.cta_txt:after{
  margin-top: -7px;
  border-top-width: 8px;
  border-right-width: 15px;

}


.cta_txt:before{
  margin-top: -8px;
      border-top-width: 9px;
      border-right-width: 18px;
}

ul.main_img_area {
    margin-top: 16px;
    width: 96%;
    margin: 16px auto 0;
}

.h2_p_sub_t {
    font-size: 14px;
    color: #a4a4a4;
    padding: 10px 0 15px;
    line-height: 1.4;
}



.drive_con_imgarea{
  padding: 20px 20px 10px;
  flex-direction: column;
}

.drive_con_imgarea li{
  width: 100%;
}

.drive_con_imgarea li:nth-child(2){
  margin-top:25px;
}



.drive_disc {
    padding: 0px 20px 20px;
    font-size: 19px;
  }


  .drive_disc span{
      font-size: 20px;
  }



.section_option{
      padding:40px 0 40px;
}



.option_item {
    width: 100%;
    margin-top: 20px;
}


.option_item_first{
margin-top:0;
}

.option_title1{
letter-spacing: 0px;
}



.security_con{
  padding:20px;
}


.security_con_first_img{
  border-radius: 11px;
  background-color: #fff;
  padding: 35px 10px 20px;
  border: 1px solid #cbcbcb;
  position: relative;
  margin-top: 40px;
}


.security_con_first_img span {
  width: 94%;
  left: 10px;
  font-size: 11px;
  top: -22px;
  line-height: 1.2;
  padding: 7px 0;
  border-radius: 16px;
}

.icon_reduction_border {
    margin-top: 10px;
    height: 155px;
}


.icon_reduction {
    font-size: 14px;
    height: 55px;
}


.icon_reduction_ul{
  margin-top: 0px;
}

.icon_reduction_li{
  width: 48.5%;
  margin-right: 0;
  height: auto;
}

.icon_reduction_li:nth-child(2n){
  margin-right: 0em;
}

.icon_reduction_box img {
    width: 110px;
}


.one_password{
  font-size: 15px;
}


span.one_password {
    font-size: 0.7rem;
    display: block;
}


.convenience_tb_rayout_title{
    font-size: 1.1em !important;
    font-weight: bold;
    padding-left: 11px;
    padding-bottom: 5px;
    letter-spacing: -.8px;

}

.task_ul{
      padding-top: 15px;
}

.task_ul li{
      font-size: 20px;
}


.security_td{
      padding: 10px;
}


.security_td_top {
    padding: 5px;
    line-height: 1.4em;
    font-size: 0.85em;
}

.security_td_left {
    width: 48%;
    text-align: left;
    padding: 5px 11px;
    line-height: 1.4em;
    font-size: 0.85em;
}



.server_table_title dt {
    width: 100%;
}

.server_table_title dd {
    width: 100%;
}

dl.server_table_con {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.server_table02 {
    display: flex;
    flex-direction: column;
}

dl.server_table_title02 {
    display: flex;
    width: 100%;
    flex-direction: row;
}

dl.server_table_con02 {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.server_table {
    display: flex;
    flex-direction: row;
}

dl.server_table_title {
    flex-direction: column;
}

.server_table_con dt {
    width: 100%;
    border-right: 1px solid #b8bdc2;
    border-bottom: 0;
}


.server_table_con dd {
    width: 100%;
    border-right: 1px solid #b8bdc2;
    border-bottom: 0;
}

.server_table_title dd:last-child {
    border-bottom: 1px solid #b8bdc2;
    border-right: 0;
}

.server_table_con dd:last-child {
    border-bottom: 1px solid #b8bdc2;
}


.operation_log_area{
      justify-content: center;
}


ul.Operation_log_ul li{
  width: 42%;
  padding: 14px 0;

}

p.Operation_log_title{
    font-size:16px;
}


ul.Operation_log_ul li:nth-child(2n){
  margin-right:0;
}

.Operation_log_ul li:nth-child(5),
.Operation_log_ul li:nth-child(6),
.Operation_log_ul li:nth-child(7){
  width:100%;
}


p.Operation_log_type{
  line-height: 1.4
}

.log_area{
  width:100%;
}

ul.Operation_log_ul {
  display: flex;
  flex-direction: column;
  padding: 0 20px 10px;
}


ul.Operation_log_ul li {
    width: 100%;
    padding: 14px 6px;
}


.Operation_img {
    width: 45%;
    padding:0 0 20px 0;
}


.plan_box{
  flex-direction: column;
  margin: 15px auto;
  width: 100%;
}

.box_in_title{
  width:100%;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.13;
}

.box_in_y_con{
  width:100%;
  font-size: 20px;
}


.box_txt_c{
  margin: 10px 0;
  width: 35px;
  height: 35px;
  font-size: 32px;
  font-weight: 100;
}



.section-service{
  padding-bottom:0px;
}


.scene_title h4{
  font-size: 18px;
  padding: 10px 0px 10px;
  text-align: center;
  line-height: 1.3;
}

.scene_img_area{
  padding: 12px;
}


.iso_title{
  width: 100%;
  letter-spacing: -1px;
  font-size: 19px;
  margin-top: 0px;
  margin-bottom: 9px;
  line-height: 1.5;
  text-align: center;
}

.iso_img {
  width: 100%;
  padding: 0;
  margin: 0;
}

.iso_area{
  width:100%;
  padding: 20px;
  margin-top: 20px;
}

.level_table_con {
    border-left: 4px solid #0071d1;
    padding-left: 11px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #b1bcc6;
    margin: 25px 0 10px;
}

.feature_table td {
    border: 1px solid #d8e1f6;
    padding: 10px;
    font-size: 15px !important;
    color: rgb(58 71 82 / 85%);
    width: 32%;
    text-align: left;
    line-height: 22px;
}

.feature_table td img {
    width: 40%;
}

.level_table_txt {
    color: #3a4752;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.td_serve_title_left {
    width: 17%;
    text-align: center;
}


.logo_box {
    width: 83%;
    margin: 0 auto;
}


ul.security_list{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}


.security_list li {
    background: #fff;
    width: 31%;
    float: left;
    margin-right: 0px;
    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: 100%;
    height: 43px;
    padding: 5px;
}


.impo_item{
  width:100%;
}


li.flow_li {
    width: 100%;
}


.flow_arrow{
  transform: rotate(90deg);
  margin-bottom: 8px;
}

.flow_li:nth-last-child(1){
 width:100%;
}


.drive_con_imgarea li p{
  font-size: 19px;
}


.comparison_title{
      font-size: 1.7em;
      line-height:1.25;
      padding: 20px 0px 5px;
}




.cta_doc15p{
      margin: 50px 0 30px;
}

.cta_span_16p{
  font-size: 12px;
  font-weight:100;
}



.cta_box_logo{
  padding: 0.4em 0em;
  width: 80%;
  font-size: 1em;
}

.n_cta_dw_right{
      flex-direction: column;
      padding: 0px 1em 1.3em;
}

.n_cta_dw_right .thumb_img {
  width: 100%;
  padding-top: 0.9em;
  padding-left: 0em;
}

.n_cta_dw_right h6{
  width: 100%;
}

.n_cta_dw_right ul{
      width: 100%;
      margin-top: 14px;
}

.n_cta_dw_right ul li {
  font-size: 0.95rem;
  color: #3a4752;
  line-height: 1.3;
  text-align: left;
  font-weight: 600;
  padding: 0px 5px 13px 5px;
  position: relative;
  letter-spacing: -.3pt;
}

.ctadown_link {
  background: #FF114A;
  width: 100%;
  color: #fff;
  text-align: center;
  /* padding: 0px 50px; */
  border-radius: 54px;
  height: 45px;
  position: relative;
  margin: 0px auto;
}

.ctadown_link a {
  font-size: 16px;
}

.ctadown_link img {
  width: 30px;
  padding-left: 10px;
}

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


.n_cta_btn img{
  width:86%;
}

.impo_i_con::after {
  left: 43%;
}


.flow_li_last{
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.section-scene {
    padding: 40px 0 30px;
    background-color: #ffffff;
}

.section-merit .wrap {
  padding: 10px 0px 0px;
}


.company_logo_section .wrap {
    padding-top: 50px !important;
    padding-bottom: 90px !important;
}

.secu_img_txt {
  font-size: 37px;
  padding: 0 0 18px 0;
}


#banner{
  display: none !important;
}

p.statement_cta {
    font-size: 12px;
    margin-bottom: 8px;
}



.statement_cta:before {
    transform: translateX(-14px) translateY(0) rotate(-28deg);
    height: 45px;
}

.statement_cta:after {
    transform: translateX(14px) translateY(0) rotate(28deg);
    height: 45px;
}


.item_con_area .text{
      height: 65px;
}

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


.cta_top_txt{
  font-size: 16px;
}


.comparison_section{
  background-color: #ffffff;
  padding: 2em 0 40px;
}

.donyu_area {
    border-top: 0;
    padding: 40px 20px 0px 20px;
}

.donyu_title {
  padding: 10px 0 15px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.donyu_title p {
  line-height: 1.2;
  font-size: 1.55rem;
  font-weight: 700;
  padding-bottom: 7px;
  color: #0b2044;
  text-align: left;
  padding-left: 5px;
}

.donyu_title span {
    font-size: 0.95em;
    font-weight: 100;
    color: #898d92;
    padding: 0;
    line-height: 1.4em;
    display: block;
    text-align: left;
    padding-left: 5px;
}

.donyu_case_area {
  padding: 10px 0 0px;
}

.donyu_case_title {
  font-size: 24px;
  margin-bottom: 14px;
  padding: 10px;
}

.donyu_case_title:before {
  width: 18%;
}

.donyu_case_title:after {
  width: 18%;
}

.company_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    line-height: 1.7;
    flex-direction: column;
}

.donyu_contents_area {
    padding: 0px 0px;
    margin: 0 auto;
    width: 100%;
}

.other_c_content li {
  font-size: 16px;
  line-height: 1.4;
  text-indent: 8px;
}

.sp_toggle_menu {
    position: fixed;
    top: 65px;
    left: 0;
    margin-top: -100vh;
    width: 100vw;
    height: calc(100vh - 64px) !important;
    overflow-y: scroll;
    background-color: #fff;
    transition: margin .3s ease !important;;
}

.sp_toggle_menu.active{
  margin-top: 0;
  border-top: 1px solid #d8d8d8;
}


.sp_toggle_menu{
  display: block;
}

.sp_toggle__list {
  height: 0;
  background-color: #fff;
  transition: height .3s ease;
  overflow: hidden;
}

.sp_toggle__list.is-open {
  display: block;
  transition: height .3s ease;
  overflow: hidden;
  height: 170px;
}


.sp_toggle_contents{
    padding: 25px;
}

.sp_toggle_menu {
    font-size: 17px;
}

.sp_toggle_title {
    position: relative;
    margin-bottom: 25px;
}

.sp_t_title3{
margin-bottom:0;
}

.sp_toggle_title a{
    color: inherit;
}

.sp_toggle_item {
    font-size: 15px;
    padding: 10px 20px;
}

.sp_toggle_item:nth-child(4){
    padding: 10px 20px 0;
}


.sp_toggle_title i{
  transform: rotate(0deg);
  transition: transform .3s ease;
  color: #b9bfc5;
}

.sp_toggle_title.is-open i{
  transform: rotate(180deg);
  color: #b9bfc5;
}

i.fa.fa-angle-down {
    position: absolute;
    right: 0;
    top: 5px;
}

.sp_toggle_item a{
  position: relative;
  padding-left: 5px;
}


.sp_toggle_item a:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #158aff;
  top: 57%;
  left: -15px;
  transform: translateY(-50%);
}


.sp_toggle_cta_area{
  border-top: 1px solid #d8d8d8;
}


#lp_rightContents {
    padding: 25px;
    flex-direction: column;
}


.reduction_area {
    margin-top: 7.5em;
    position: relative;
}

.section_function {
  padding: 0 0 40px;
}

.section_comparison{
    padding: 9.5em 0 40px;
    margin-bottom: 0;
}



li.navi_cta{
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}

li.navi_cta a{
  top: 4px;
  font-size: 19px;
}

.cta_orange {
    margin-left: 0;
}

.cta_red {
  margin-left: 0;
}

.section_security{
  padding:40px 0 40px;
}


.section_title_p{
  font-size: 17px;
  text-align: center;
  padding-bottom: 15px;
}


.section_function_3{
  padding: 40px 0 40px;
}

.section_function_4{
    padding: 40px 0 40px;
}

.cost_performance_area{
  margin-top:15px;
}


.function_nocon {
    padding: 0;
}


.option_area{
  margin-top:0;
}

.option_line_con{
      padding: 15px;
      height: auto;
}

.option_item h5{
  font-size: 19px;
}

.option_item p{
    font-size: 16px;
}

.option-txt-s{
  font-size: 18px;
  letter-spacing: -.3pt;
  color: #378ee4;
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 5px;
}


.function_con_table{
   width:100%;
   margin-top:1.0em;
}


.security_td1_top{
  font-size: 16px;
}

.security_td1_left{
    font-size: 16px;
}

td.security_td1{
      font-size: 16px;
}

/*     table   css       */


  .sp_hikaki_table, .sp_hikaku_title{
    width:100%;
    max-width:640px;
    box-sizing: border-box;
    border-spacing: 0px;
    font-size:16px;
    color: #3a4752d9;
    border-right:none;
  }

.sp_hikaku_title{
  background:#9097a0;
  color: #fff;
  padding: 10px 0px;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #c2cfdc;
}

.sp_hikaku_th,
.sp_hikaku_td{
  width: 100%;
  display: block;
  padding: 12px;
  background: #ffffff;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}



.text-left{
  text-align: left;
line-height: 1.4;
}


.sp_hikaku_th{
  background:#eff0f1;
  font-size: 17px;
  font-weight: 100;
  color: rgb(87 98 108 / 90%);
  border: 1px solid #c2cfdc;
  border-bottom: none;
  border-top: none;
}

td.sp_hikaku_td {
    border: 1px solid #c2cfdc;
}

.hikaki_table_grey {
    margin-bottom: 20px;
    background: #e6e9eb;
    width:100%;
    margin-top:20px;
}

.total_hikaku{
  color: #fff;
  font-size: 17px;
}


.hikaki_table_blue{
  background:#dae4ec;
    width:100%;
}

.hikaki_table_blue .sp_hikaku_th{
    background-color: #f1faff;
    font-weight:bold;
}



.hikaki_table_blue > td.sp_hikaku_td{
font-weight:bold;
}



.total_title_grey{
    font-size: 19px;
}

.total_price_grey{
  font-size: 22px;
  font-weight: bold;
}




.total_title_blue{
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background-color: #378ee4 !important;
}


.hikaki_table_blue > td{
  font-size:16px;
}



.total_price_blue{
    color: #167be1;
    font-size: 22px;
    font-weight:bold;
}




/*      table  css end    */


.fun__con_img1{
  width: 100%;
  margin-top: 1.4em;
}



.company_ul li:nth-child(1) {
    width: 100% !important;
}



.company_ul li:nth-child(2){
  width:100% !important;
}





.br_pc {
    display: none;
    line-height: 1.3;
}

.br_sp {
    display: block;
}

.pc_on {
    display: none !important;
}

.sp_on {
    display: block !important;
}



/********************** css add - min ********************/
.section_infomation {
  padding: 40px 0 40px;
  background-color: #f7fbff;
}

.impo_i_con .title {
  font-size: 23px;
  padding: 8px 0 6px;
}

.impo_link {
  width: 88%;
  border-radius: 56px;
  font-size: 21px;
  height: 56px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.item_con_area {
  padding: 15px;
  margin-bottom: 29px;
}

.item_con_area .text {
  line-height: 1.25;
  font-size: 18px;
}

.item_con_area .img {
  width: 89%;
  height: 185px;
}

.u_title {
  padding: 15px 10px 15px;
  font-size: 22px;
  line-height: 36px;
}

.flow_ps {
  text-align: left !important;
  font-size: 15px !important;
  margin: 0;
  height:auto;
  border-radius: 0 0 6px 5px;
  color: #777777;
  line-height: 1.4;
  padding:0;
}

.space-img1{
  padding:10px 0px;
}

.img-hspace-info{
  padding:25px;
}

.flow_arrow {
  width: 5%;
  font-size: 22px;
}

.donyu_bg {
  padding-bottom: 40px;
}

.donyu_logo {
  height: auto;
  padding-left: 3px;
  flex-direction: column;
  padding-bottom:15px;
}

.donyu_logo_img{
  width: 90%;
  margin: 0 auto;
}

.donyu_logo_img1{
  width: 90%;
  margin: 0 auto;
}

.donyu_logo img {
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
}

.box_bg_donyu{
  background-color:#f5faff;
  padding:25px 17px 28px 18px;
}

.industry{
  width:100%;
  height: 40px;
  font-size: 16px;
  margin-top: 10px;
  margin-left:0;
  padding: 6px 0;
}


dl.company_dl{
  flex-direction: column;
  font-size: 16px;
}

dl.company_dl dt{
      width: 100%;
}

dl.company_dl dd {
    width: 100%;
    padding-bottom: 15px;
    padding-left:16px;
}

.company_dl dd:nth-child(3){
padding:0;
}

.highlight {
  font-weight: 100;
  padding: 15px 0px 20px 0px;
  font-size: 23px;
  color: #000;
  text-align: center;
  letter-spacing: -.2pt;
  line-height: 1.4;
  text-align: left;
}

.donyu_before, .donyu_after {
  flex-direction: column;
}

.before_title {
  background: linear-gradient(0deg , #6f6f6f, #9e9e9e);
  padding-top: 9px;
    width: 97%;
    height: 83px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 31px;
    margin-left: 4px;
    line-height: 42px;
}

.after_title {
  padding-top: 9px;
    width: 97%;
    height: 83px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-left: 4px;
    line-height: 42px;
}

.case_ul {
  width: 100%;
  font-size: 18px;
  text-align: left;
  padding-top: 18px;
  color: rgb(58 71 82 / 80%);
  letter-spacing: -.2pt;
}

.case_ul li {
  text-indent: -20px;
  padding: 0px 10px 0px 20px;
  line-height: 1.4;
  padding-bottom: 8px;
}

.case_arrow {
  position: relative;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #e7e9ec transparent transparent transparent;
  text-align: center;
  margin: 10px 55px;
    padding: 10px 0px;
}

.donyu_area.area-item2 {
  padding: 0;
}

.best_green_all {
  position: absolute;
  font-size: calc(16px + 1*(100vw - 320px) / 680);
  line-height: 1;
  font-weight: 700;
  position: relative;
  background: linear-gradient(90deg, #7208ca 0%, #f6177a 100%);
  border-radius: 26px;
  color: #fff;
  padding: 6px 28px;
  text-align: center;
}


.best_green_all img {
    width: 45px;
}


/********************** 他社比較　表　css *********************************/
.compare_table_w td {
  border: 1px solid #cbd7df;
  vertical-align: middle;
}

.compare_left_main_td {
  background-color: #3784d9;
  color: #ffffff;
  padding: 17px 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight:600;
  vertical-align: middle;
}

.compare_left_td {
  background-color: #f5f5f9;
  color: rgb(58 71 82 / 85%);
  padding: 17px 10px;
  font-size: 17px;
  line-height: 23px;
  vertical-align: middle;
}

.compare_title_dc{
  background-color: #0061D5;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 20px;
  line-height: 22px;
  font-weight:600;
  vertical-align: middle;
}

.price_orange_maru{
  font-size: 0.75rem;
  letter-spacing: 4px;
  display: contents;
  color:#f84d04;
  font-weight:600;
}

.price_orange_jp{
  font-size: 1.2rem;
  display: contents;
  color:#f84d04;
  font-weight:600;
}

.compare_orange_s_txt{
  font-size:15px;
  line-height: 1.4;
  color:#f84d04;
  font-weight:600;
}

/* .txt_padding {
  padding: 4px 10px 10px;
} */

.product-rating-wrap {
  font-size: 19px;
}

.service_td {
  padding: 6px 10px 10px;
  font-size: 17px;
  line-height: 22px;
}

.fun__con_img1{
  margin-top: 15px;
}



.donyu_logo span{
  left: 68%;
  top: 6px;
  font-size: 13px;
  padding: 2px 17px 2px;
  letter-spacing: -1.1px;
}

.donyu_company2{
margin-top: 20px;
}



/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 1;
   z-index: 999;
   background-color: #f4f8ff;
   border: 1px solid #378ee4;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}



/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px;
}


.cta_wrap{
  width:90%;
  margin:0 auto;
}


.service_table_w th, .service_table_w td{
  vertical-align: middle;
}



#bannerin_seminar{
    display: none;
}

span.cost_num_all {
    font-size: 25px;
}

.cost_comm {
    font-size: 14px;
    padding-top: 3px;
}


.sp_scroll {
  overflow: inherit;
  width: 100%;
  border: none;
}

.sp_scroll table{
  width: 100%;
  border-collapse: collapse;
  min-width: 100%;
}


.sp_scroll th {
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #D2DBE2;
  border-left:none;
}

 .sp_scroll_td{
   vertical-align: middle;
   padding: 0px 15px 10px;
   position: sticky;
   z-index: 1;
   width: 23%;
   border-bottom: 1px solid #D2DBE2;
   border-right: 1px solid #D2DBE2;
   background-color: #fff;
 }



.sp_scroll_td:nth-last-child(1){
  border-right: none;
}


.fixed01,
.fixed02,
.fixed03 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background: #333;
}

.fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #D2DBE2;
}

.fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;

}

.fixed03:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 102%;
}

td.fixed03.sp__table_title:before {
    border-bottom: 1px solid #D2DBE2;
    border-left: 1px solid #D2DBE2;
    content: "";
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    height: 100%;
}

td.fixed03.sp_table_tit:before {
    content: " ";
    border-right: 1px solid #D2DBE2;
    position: absolute;
}


.fixed01 {
    z-index: 3;
    width: 10%;
    text-align: center;
}

.fixed02 {
  z-index: 2;
}

.fixed03 {
  z-index: 2;
  left: 1.95rem;
}


.purpose{
  background-color: #725EA8;
  color: #ffffff;
  font-weight: bold;
  line-height:1.3;
  writing-mode: inherit;
  text-align: center;
  letter-spacing: 5px;
}

.option{
background-color: #0081C6;
color: #ffffff;
font-weight: bold;
line-height: 1.3;
writing-mode: inherit;
text-align: center;
letter-spacing: 5px;
}


.purpose,
.option{
  width: 4%;
  font-size:14px;
  z-index: 99;
  padding-left: 6px;
}

.sp_table_tit {
background-color: #FAFAFC;
color: #50505a;
font-size: 14px;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #D2DBE2;
border-right: 1px solid #D2DBE2;
line-height: 1.38;
width: 46%;
}


.sp__table_title{
  text-align: center;
  background-color: #F2F2F3;
  box-sizing: border-box;
  padding: 17px 0 15px;
  width: 50%;
  border-bottom: 1px solid #D2DBE2;
  border-top: 1px solid #D2DBE2;
}




.chk_icon {
    width: 18px !important;
}


.triangle_icon {
    width: 20px !important;
  }

.price_comm{
  padding-top: 5px;
  font-size: 13px !important;
}




.h3-01 {
  font-size: 20px;
  padding: 6px 0 18px 0;
  line-height: 1.3;
}

.main_btm_area_text{
  font-size: 23px;
  margin-bottom: 35px;
}


.choose_info ul{
  margin: 35px 0 0;
    flex-direction: column;
}

.choose_info ul li {
    width: 100%;
    cursor: pointer;
}


.s_text_area {
    width: 100%;
}

.txt_item_01,
.txt_item_02,
.txt_item_03 {
    margin: 0;
    padding:0;
}

.s_text_area ul{
 margin: 12px 0 0 0;
 padding:20px 20px 10px;
}

.point_blue_span{
  /* display: block; */
  text-indent: -10px !important;
  font-size: 18px;
}

.s_text_area h3{
  font-size: 31px;
  margin-bottom: 5px;
}

.s_text_area::before{
      font-size: 2.4em;
}

.s_text_area ul li {
  font-size: 16px;
  text-indent: -16px;
  padding-left: 16px;
}



.choose_info li {
    margin-bottom: 5em;
}

.choose_info li:nth-last-child(1){
  margin-bottom: 0;
}

.detail_contents1,
.detail_contents2{
  padding: 0;
}

.detail_contents2 {
    margin-top: 40px;
}

.detail_con_p {
    padding: 2px 0px 17px 0;
    font-size: 16px;
    line-height: 1.4;
}

.ind-txt{
  text-indent: 0px;
}


.detail_img ul{
  flex-direction: column;
}



.dist_hukidashi ul li:nth-child(1) {
    margin-bottom: 5px;
  }


.hukidashi_a {
    left: 0%;
    top: 16px;
    letter-spacing: -1px;
    padding: 0px 15px;
}


.hukidashi_b {
  left: 0;
  top: 29px;
  letter-spacing: -0.7px;
}


.hukidashi_c {
  left: 0;
  top: 16px;
  letter-spacing: -0.7px;
}


.detail_img{
      padding: 20px 15px;
      border-radius: 8px;
}

.interview_summary{
  flex-direction: column;
}


.company-intro{
      padding: 0 0px 25px;
}


.interview_summary ul{
  margin-top: 12px;
  font-size: 16px;
  padding: 0 8px;
}


.interview_summary h5{
  width: 94%;
  font-size: 19px;
  margin-right: 0px;
  padding: 10px 0;
}


.interview_summary ul li{
  padding-left: 18px;
  margin-top: 7px;
  font-size: 17px;
}


.title_sbtext{
  font-size: 19px;
}

.blue_span3{
  text-indent: -18px;
  display: block;
}

h3.choose_info_item_title::before{
  font-size: 36px;
}

.s_img_area{
  width: 100%;
  height: 200px;
  background-color: #5d6f83;
  max-width: 558px;
}


.s_img_area_left{
    height: 210px;
}


.hot_storage_span{
  font-size: 10px;
  color: #b4b4b4;
  line-height: 1.3;
  display: block;
  margin-top: 11px;
}


.dc-compare {
    padding: 0px 0px 0 0;
    width: 100%;
    margin: 0 auto;
}


.detail_cta{
  margin: 1em auto 0em;
  padding: 0;
  margin: 1em auto 1.5em !important;
}

.title_area_v h2{
  font-size: 16px;
  line-height: 1.3;
}


.operation_img_area{
  background-color: initial;
  border: none;
  padding: 0;
  border-radius: 15px;
}

.section_sec_img_green{
  padding: 12px;
}

.detail_img.sec_option_area{
  padding: 0;
border: none;
background: none;
}


.sec_text_box{
      height: auto;
}

.option_title {
  line-height: 1.4;
  padding: 25px 0 4px;
  font-size: 17px;
}

.audit_in_ul li{
  font-size: 14px;
}


.IT_audit{
  left: 171px;
  width: 32%;
  padding: 4px 5px 3px;
}

.sec_opt_cross{
  left:46%;
}

.sec_option_li2{
  width: 70%;
padding-top: 20px;
text-align: center;
margin-bottom: 10px;
}


.sec_option_li {
    width: 100%;
    margin-bottom:45px;
  }


.audit_img_area{
  padding: 45px 10px 14px;
}

.util_li {
    top: -27px;
    left: 9px;
    font-size: 18px;
    width: 94%;
    padding: 8px 5px 10px;
}

.fin_flow_box{
   height: 165px;
}

.util_li span {
    font-size: 17px;
    padding: 7px 6px 8px;
    vertical-align: top;
    margin: 4px 0px 0px;
    display: inline-block;
}

span.shield_pointline {
    margin-left: 5px;
    border-radius: 4px;
}


span.gr_point {
    vertical-align: middle;
}

.section_support{
  padding: 34px 0 34px;
}


section.section_features {
  padding:0;
}


.tiering_contents_tbbox{
  padding: 18px 12px;
  border: 1.5px solid #d0d6dc;
}


.tiering_contents_area2{
    flex-direction: column;
}


.tiering_servie_imgarea2{
  width:100%;
}


.tiering_service_container2 {
  width: 100%;
  margin-top: 20px;
}


.item2 {
    margin-bottom: 30px;
}

.tireing_icon_title2 {
    font-size: 26px;
    letter-spacing: -0.5pt;
}


.icon2{
  width: 50px;
  height: 50px;
}

.tireing_description2 ul li {
    text-indent: -15px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 9px;
}


.tireing_description2 {
    padding: 0 0 0 12px;
    font-size: 16px;

}


.voice_title{
  font-size:20px;
  padding: 9px 0px 6px;
}



.voice_p{
  height:auto;
  font-size: 16px;
}





/*********************  料金   **************************/


.sp_tit_disc_bottom{
  display: block;
  padding-top: 3px;
  line-height: 1.3;
  font-size: 11px;
  text-indent: -8px;
}


.service_title_txt{
  font-size: 18px;
}


.capacity_num{
  font-size: 14px;
  padding: 0px 3px 0px 5px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}

.capacity_num_b{
  font-size: 16px;
  letter-spacing: -0.2px;
}

.capacity_num_data{
  font-size: 15px;
  padding: 0px 0px 0px 2px;
  font-weight: 100;
  color: #fff;
  line-height: 1.4;
}

.sp_tit_disc_top{
  font-size:10px;
  display:block;
  margin-bottom:3px;
}


span.capacity {
    font-size: 12px;
    padding-top: 4px;
}

.recommend_icon_area {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

.recommend_icon {
    font-size: 12px;
    color: #fff;
    background: #0576e5;
    background: linear-gradient(90deg, #2486FC 0%, #0058f9 100%);
    padding: 5px 9px;
    box-sizing: border-box;
    border-radius: 33px;
    margin-left: 8px;
    margin-top: 2px;
}

.new_icon_area {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

.new_icon {
    font-size: 12px;
    color: #fff;
    background: linear-gradient(90deg, #7208ca 0%, #f6177a 100%);
    padding: 4px 18px;
    box-sizing: border-box;
    border-radius: 33px;
    margin-left: 8px;

}


.compare_table_point{
  border: 2.5px solid #0576e5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  right: 0;
  top: 0;
}




.list-wrapper>ul li.icon-check-box:before {
    content: "";
    background: url(/images/lp/lp_fileserver/icon-dc-checkbox.svg) no-repeat center center;
    height: 25px;
    left: 12px;
    position: absolute;
    top: 10px;
    width: 22px;
}



.list-wrapper>ul li.icon-check-box{
      padding-top: 10px;
      font-size: 15px;
      text-indent: 0px;
      padding-left: 40px;
}

.list-wrapper>p{
      left: 22px;
}







/* 料金　アコーディオン　start */

.details_blue_box {
    border: 1px solid #d8dfea;
    width: 92%;
    margin: 0 auto;
}



.summary_blue{
    background-color: #f0f0f0;
}


.details-summary {
  position: relative;
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #202124;
  background-color: #edeff6;
	&:hover {
		cursor: pointer;
	}

	.btn {
		position: absolute;
        top: 39%;
        right: 5%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #696e74;
            border-radius: 10px;
            width: 16px;
            height: 2px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }
        &:before {
            width: 2px;
            height: 16px;
            top: 0;
            left: 7px;
        }
    }


	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}
		}
    }
}



.btn_orange::before,
.btn_orange::after{
 background-color: #e30500 !important;
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 0px;
}

.close-btn {
	display: block;
	margin: 10px auto 30px;
	padding: 8px 32px;
  background: #a7b4c2;
  color: #ffffff;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}


.close-btn p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
  }


.close-btn p:last-of-type {
	margin: 0 0 40px;
}


.details-content {
	padding: 0px;
	.close-btn {
		display: block;
		margin: 7px auto 30px;
		padding: 8px 32px;
		background: #00a5a0;
		color: #0061D5;
		text-align: center;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		&:hover {
			opacity: 0.8;
		}
	}

	}


.details-content
.close-btn {
    display: block;
	  margin: 10px auto 30px;
    padding: 12px 70px 10px;
    background: #a7b4c2;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}



.business_plan, .premium_plan, .enterprise_plan {
    margin-top: 6px;
}


/* 料金　アコーディオン　end */



.comm_align {
    margin: 0;
    padding: 10px 15px;
}

.comment_txt_area{
  padding: 0;
}


.comm_align li{
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 13px;
  margin-left: 21px;
}

.indus_newalbe{
  width: 100%;
  height: 40px;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 0;
  padding: 6px 0;
}

.sp_plan_title {
    color: #3a4752;
}


.btn_link_apply_blue{
  width:95%;
  padding: 8px 4px 8px 2px;
  font-size: 14px;
  margin: 6px auto 3px;
  border-radius: 10px;
  margin-bottom:6px;
}

.enter_storage_title{
  font-size: 12px;

}


.flex_left {
    width: 50%;
    min-width: auto;
    padding-top: 0;
}



.flex_right {
  width: 50%;
  min-width: auto;
}


.service_left_contents_area{
  background-color: #e7e6ec;
  border-left: none;
}

.service_item_title{
  width: 15%;
  min-width: auto;
  font-size: 15px;
}

.service_left_item {
    width: 85%;
}

.service_item {
    width: 100%;
    min-width:  auto;
}



.hscroll li{
  padding-top: 0;
}

.cross_icon {
    width: 16px !important;
    padding-bottom: 0px;
}



.scroll-hint-shadow-wrap::after,
.scroll-hint-shadow-wrap::before,
.scroll-hint-icon{
  display: inline-block;
}


.scroll-hint-icon {
    left: calc(50% - 60px) !important;
}



.dl_right_dd{
  width: 100%;
  padding: 14px 4px;
  font-size: 16px;
  height: 55px;
  line-height: 1.4;
  vertical-align: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #c4c9cdb5;
  border-right: none;
  border-left:none;
  border-top:0;
  text-align: center;
  background-color: #fff;
}


.recommended_bg {
    background-color: #fbfdff;
}


.js-scrollable li dl{
  width: 100%;
}


.dd_2line_height {
    height: 70px;
}


.check_dd{
  display: flex;
  flex-direction: row;
  padding-left: 23px;
}


/*************************************************************************  料金 end  ********************************************************************************************************/





.list-wrapper>ul li.icon-check-box:before {
    content: "";
    background: url(/images/lp/lp_fileserver/icon-dc-checkbox.svg) no-repeat center center;
    height: 25px;
    left: 3px !important;
    position: absolute;
    top: 10px;
    width: 22px;
}



.list-wrapper>ul li.icon-check-box{
      font-size: 17px !important;
      text-indent: 0px;
      padding-left: 30px !important;
      line-height: 24px !important;
}

.list-wrapper>p{
      left: 22px;
}





.sla_table{
  font-size:15px;
  color:#000;
  margin-top: 15px;
  box-shadow: 0px 0px 0px #a7afba59;
}


.sla_table:nth-child(1){
  margin-top: 0;
}

.dc-plan {
padding: 0;
width: 100%;
margin: 0 auto;
}


.dc-plan-box {
position: relative;
}


.sla_talbe_plan{
width: 50%;
font-size: 16px;
padding: 10px 0px;
}

.sla_table_r{
font-size: 18px;
padding: 8px 10px;
width:50%;
}


.table_item_img{
  padding:14px !important;
}



/*  addition 24080 */





.dc-index-bg{
  width:100%;
  margin:0px auto 0;
}

.cta_contents{
      flex-direction: column;
}


.cta_item{
  width:90%;
  margin: 0 auto;
}

.cta_text {
    width: 100%;
    padding: 0;
}


.cta_btn_area{
      flex-direction: column;
}


.btn_trial{
  width:100%;
  margin-right: 0;
  height: 60px;
}

.btn_down{
  width:100%;
  margin-top: 12px;
  height: 60px;
}


h5.cta_subtxt{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 2px;
}




h4.cta_maintxt{
  font-size: 37px;
  line-height: 1.25;
  width: 98%;
  margin: 0 auto 0;
}

h4.cta_maintxt1{
  font-size: 28px;
  line-height: 1.3;
  width: 95%;
  margin: 0 auto;
  letter-spacing: -0.3px;
}

.cta_datadown_txt{
  font-size: 23px;
  line-height: 42px;
}


.function_con{
  padding:0 !important;
}


.function_sec2{
  margin:0 !important;
}


.function_con_second{
  margin-top:0 !important;
}



.share_contents {
  margin-top: 0px;
  flex-direction: column;
}




.detail_con_p_span{
  font-size: 12px;
  margin-bottom: 0px;
  padding: 0 4px;
}



.btn_trial a{
  font-size: 22px;
}


.btn_down a{
    font-size: 22px;
}


h5.cta_subtxt:before{
      left: -10px;
}

h5.cta_subtxt:after{
  right: -10px;
}

h5.cta_subtxt:before, h5.cta_subtxt:after{
      width: 12.5%;
      top: 252px;
}


.eng_title_maintop{
    padding: 3px 18px 5px;
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 1.4;
}

.adoption-img {
    width: 99%;
    margin: 0 auto;
}

.s_text_area_m.txt_item_01_m{
  width:100%;
}


.s_text_area.txt_item_02{
    width: 100%;
}

.s_text_area.txt_item_03{
    width: 100%;
}

.s_text_area.txt_item_04{
    width: 100%;
}

.s_text_area_m h3 {
    font-size: 31px;
    margin-top:5px;
    margin-bottom: 5px;
}


.s_text_area_m p {
  font-size: 19px;
  margin-bottom: 5px;
  line-height: 1.35 !important;
}


.s_text_area_m::before{
  font-size: 2.3em;
}



.txt_item_01_m {
    margin-right: 0;
}


.tit_txt_s {
    font-size: 16px;
}






.share_item_two {
  width: 98%;
margin-bottom: 20px;
}

.share_item_sec{
  margin-bottom: 30px;
}


.merit-img1{
  width:48%;
  height:auto;
}


.merit-img2{
  width:48%;
  height:auto;
}


.difference_point1 {
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px 30px;
}


.func_text_stitle{
      font-size: 18px;
}


.share_img{
  padding: 30px 20px 20px;
  height: auto;
}

.share_img .img-h {
  height: 180px;
}

.share_img .img-h1{
  height: 180px;
}


.content_text_white_small{
  display: block;
  line-height: 1.3;
  padding-top: 5px;
}


.detail_record{
  padding-bottom: 0px !important;
}


.u_title{
  padding: 15px 7px 5px !important;
  font-size: 20px !important;
  line-height: 33px !important;
  letter-spacing: -1px !important;
}



.separately_span{
  font-size:14px;
  color:#909090;
}


.strength_title3span{
  font-size: 16px;
  letter-spacing: -1px;
}



.logo-slide {
    padding: 10px 0px 0px 0px !important;
}



.tab_menu{
  padding: 12px;
}


.tab_menu_box{
      padding:0;
}




.tab-contents-item,
.tab-contents-item-sec,
.tab-contents-item-thi,
.tab-contents-item-fourth{
   padding:25px 14px;
}

p.tab_item_p{
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 12px;
  padding: 0px 4px 0px 4px;
}


.movie_contents01 {
    margin-top: 45px;
}


p.tab_item_p1 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #575757;
    padding: 0px 4px 0px 4px;
}



.tab_item_img{
    padding:12px;
    border: 1px solid #d5dee8;
}


.tab_item_img1 {
    padding: 15px;
}

.tab_item_img1 img {
    width: 100%;
}

.tab_item_movie{
  padding: 8px;
}

.tab_item_bg {
  padding: 8px;
}


.tab-cont-box {
    width: 100%;
}


.interview_company{
  grid-template-columns: 1fr;
}


.tab-contents-item,
.tab-contents-item-sec,
.tab-contents-item-thi,
.tab-contents-item-fourth{
background-color: #fff;

}



.main_btn_contents_area {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.main_btn_boxtd_contents{
  max-width:100%;
  width:100%;
  margin-top: 5px;
}


.appbt-mv-button-text{
  width:100%;
  font-size:16px;
  margin-bottom:2px;
}


.app-btn-contents1{
  padding: 0 20px 0;
  position: relative;
  height:60px;
}


.app-btn-contents-image-wb{
  width:35px;
  position: absolute;
  left: 55px;
  top: 10px;
}

.app-btn-contents-text1{
  font-size: 20px;
  text-align: center;
  padding-left: 65px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.app-btn-contents-arr1 {
    width: 20px;
    height: 20px;
  }



.app-btn-contents-text1-w{
  font-size: 20px;
  height: 60px;
  text-align: center;
  padding-left: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.app-btn-contents-image-b {
    width: 41px;
    position: absolute;
    left: 50px;
}


.appbt-mv-button-text1 {
    font-size: 15px;
    margin-bottom:2px;
  }


.appbt-mv-button-text:before{
      left: 9%;
      top:14px;
}


.appbt-mv-button-text:after{
      right: 9%;
      top:14px;
}


.appbt-mv-button-text1:before {
    transform: rotate(53deg);
    left: 9%;
}


.appbt-mv-button-text1:before,
.appbt-mv-button-text1:after{
    top: 14px;
    right: 30px;
}


.index_cta{
  padding:35px 0;
}


.index_cta:after{
  width:100%;
}


.gr_func_point {
    font-size: 11px;
    color: #9a9a9a;
    line-height: 1.4;
    text-indent: -12px;
    padding-left: 12px;
    margin-top: 4px;
    margin-bottom: 0px;
}




.feedback_area{
  flex-direction: column;
  margin-top: 15px;
}

.feedback_item {
    width: 100%;
}

.feedback_item.voice2 {
    margin: 30px 0;
}


/*  selected css 追加   */


.f2_dc_ai_ul{
  font-size: 16px;
}


.f2_dc_ai_ul li {
  text-indent: -32px;
  line-height: 1.4;
  padding-top: 12px;
  padding-left: 24px;
}


.f2_dc_ai_ul li:nth-child(1) {
    padding-top: 0;
}


.backup_comparison.flex_box{
      flex-direction: column;
}



.comparison_item {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}



.comparison_item:nth-last-child(1) {
    margin-bottom: 0;
}



.comparison_item_title {
  font-size: 22px;
  padding: 8px 0 5px;
}


.comparison_item_imgarea{
  height: auto;
  min-height: 100%;
  border-radius: 0 0 12px 12px;
}

.bcp_com_item {
    width: 100%;
    height: auto;
}


.fukidasi{
  padding: 9px 0 9px;
  border-radius: 10px;
  font-size: 18px;
}

.fukidasi:before{
      left: 49.1%;
}


.fukidasi_red {
    font-size: 18px;
    padding: 9px 0 9px;
    width: 97%;
}

.fukidasi_red span{
    font-size: 20px !important;
}




.select_box_area{
  width:100%;
  position: relative;
}



.select_box_area:after {
  position: absolute;
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  top: 45%;
  right: 15px;
  margin-top: -3px;
  border-bottom: 2px solid #575757;
  border-right: 2px solid #575757;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}




select#selectBox,
select#selectBox-sec,
select#selectBox-thi,
select#selectBox-fourth {
  width: 100%;
  /* background: border-box; */
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
  margin-top: 10px;
  color: #575757;
  font-weight: bold;
}

select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}


/*  selected css 追加   */









/* 7段階のアクセスレベル　start */


.access_level_table{
 width: 100%;
 background-color: #CDD1D6;
}

.access_table_title{
  background-color: #3784d9;
  font-size: 17px;
  padding: 11px 0 9px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.access_td_left,
.access_td_right{
 width:50%;
 padding:10px 12px;
}

.access_td_left{
    background: #f2f9ff;
    font-size: 16px;
}

.access_td_right{
background:#fff;
text-align:center;
}


.hscroll {
 width: 100%;
 height: auto;
 position: relative;
 margin: 10px auto 0;
}






.hscroll img {
 width:100%;
 height:100%;
 object-fit:contain;
}

.line_bar_grey{
    font-size: 24px;
}

.line_bar_rgrey{
  font-size: 24px;
}


.arrow {
 top:0;
 position:absolute;
 width:0%;
 height:100%;
 background:rgba(255,255,255,0.3);
 cursor:pointer;
}
.arrow:before {
 content:'';
 position:absolute;
 width:10px;
 height:10px;
 border-left:3px solid gray;
 border-bottom:3px solid gray;
}
.left {
 left:-10px;
}
.left:before {
 top:calc(50% - 10px);
 left:calc(50% - 4px);
 transform:rotate(45deg);
}
.right {
 right:-10px;
}



.right:before {
 top:calc(50% - 10px);
 right:calc(50% - 6px);
 transform:rotate(-135deg);
}


.scroll-hint.is-left-scrollable{
  background: none !important;
}

/* 7段階のアクセスレベル　end */




img.chk_icon.blur-txt9 {
  width: 17px;
  height: 17px;
  margin-bottom: 4px;
}



img.cross_icon.blur-txt5 {
  width: 15px;
  height: 15px;
  padding-bottom: 0;
  margin-bottom: 7px;
}


img.triangle_icon.blur-txt9 {
  width: 18px !important;
  padding-bottom: 4px;
  height: 18px;
}


table.access_level_table td {
    border: 1px solid #bdc8d5b0;
}




.slider {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

#slider01 {
    height: 460px;
}


#column-content .case-b p.txt-point-bl1{
    height: auto;
    font-size: 16px;
}


.interview_text_area{
  height: 300px;
  padding: 20px 26px 24px;
}


#column-content .case-b .company_blue_box_m{
      width: 100%;
      font-size:16px;
}


.col2-2:hover, .col2-2:focus{
      transform: scale(1);
}



.interview_check{
  padding: 0 24px 16px;
}


.slick-prev{
  left: 0.2vw !important;
}

.slick-next {
    right: 1vw !important;
}


.interview_thumb{
  height:150px;
}


#page_top {
    right: 0%;
}


#topBtn img {
    width: 40px !important;
}


.top_move {
  margin: 20px 20px 0px !important;
  text-align: right;
}


.func_table_area td{
  padding: 12px 2px 12px 2px;
  text-indent: 8px;
  font-size: 16px;
  line-height: 20px;
  height: 68px;
}


.company_name{
  font-size: 16px;
}


.rowspan_title.rowspan_l_title{
    border-right: 1px solid #e6e4eb;
}


.rowspan_title {
  border-right: 1px solid #e6e4eb;
  text-indent: 0;
  font-size: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 5px 13px 12px;
  justify-content: center;
}



.func_tit_font{
  font-size:18px !important;
  height:73px;
}



.txt-compare{
  font-size: 15px;
  line-height: 22px;
  display: block;
  margin-left: -8px;
}

.main-td-txt{
  font-size:18px;
}


.tit_function_txt{
      padding: 15px 0px !important;
}




#column-content .case-b h3{
font-size:18px;
}


.scroll-hint.is-left-scrollable {
    background: linear-gradient(180deg, rgb(193 193 193 / 15%) 0, rgb(255 0 0 / 0%) 16px, rgb(81 37 37 / 0%)) !important;
}


.scroll-hint-shadow-wrap::before{
      background:none !important;
}




dt.tit_function_txt.border-right-none.func_tit_font {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

dt.rowspan_title {
    width: 100%;
    padding: 14px 8px 14px 14px;
    font-size: 16px;
    height: 64px;
    line-height: 1.4;
    vertical-align: initial;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
      border-left: 1.5px solid #c4c9cdb5;
}

dt.rowspan_title span.txt-compare {
    line-height: 1.25;
    text-indent: 0;
    font-size: 14px;
}



dd.tit_function_txt{
  font-size: 18px !important;
  height: 73px;
  text-align: center;
  line-height: 1.22;
}



dd.point_txt_tit {
  width: 100%;
  padding: 14px 4px;
  font-size: 16px;
  height: 64px;
  line-height: 1.4;
  vertical-align: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1.5px solid #c4c9cdb5;
}




li.dl_table1{
    margin:0px -2px 0 0px !important
}

li.dl_table2 {
    margin: 0 0 0 0 !important;
}

li.dl_table3 {
  /* position: relative;
    left: -5px; */
}

li.dl_table4 {
  /* position: relative;
  left: -11px; */
}


li.dl_table5 {
  /* position: relative;
  left: -11px; */
}


.scrollable2{
  font-size:0;

}



.strength_title_ai {
        margin: 0;
        font-size: 37px !important;
        line-height: 1.4;
    }

.blue_font_ai {
    font-size: 43px;
    letter-spacing: -5px;
}



.blue_font_ai:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: -18px;
    font-size: 29px;
    padding-left: 8px;
}


.distress_area_ai {
    flex-direction: column;
    margin: 0px;
}


.distress_con_ai {
    width: 100% !important;
    margin-bottom: 45px;
}

.distress_con_ai:nth-child(1) {
    margin-top: 20px;
}



img.distress_img_ai {
    width: 97%;
    max-width: 100%;
}


.distree_m_box {
    border: 2px solid #D5213F;
    border-radius: 10px;
    margin-top: 4px;
    background-color: #fff;
    width: 97%;
}


.distree_wrapper{
  width:98%;
  margin-top: 12px;
}

.sec_support_img {
    margin-top: 0px;
}


.distree_left_box{
  font-size: 20px;
      padding: 10px 12px;
}



ul.examination_ul {
    flex-direction: column;
}


.examination_ul li{
      width: 100%;
      margin-bottom:24px;
}

.examination_ul li:nth-last-child(1){
  margin-bottom:0;
}


p.share_item_cont1 {
    font-size: 20px;
    padding: 20px;
    background-color: #f0f8fe;
    line-height: 1.4;
    text-align: left;
    border-radius: 0px 0px 7px 7px;
    color: rgb(80 96 110 / 90%);
    height: auto;
}



.examination_ul h4{
  font-size: 20px;
  line-height: 1.4;
}

p.share_item_cont {
    font-size: 16px;
    height: auto;
    padding: 15px;
}




.merit-img3 {
    width: 100%;
    height: auto;
}


.section_merit{
        padding: 60px 0 34px;
}


.balloon-set{
          gap: 12px;
}


.balloon-text{
  font-size: 14px;
  padding: 12px;
}



.b-text1line.balloon-text::after,
.b-text2line.balloon-text::after  {
  top: 50%;
  transform: translateY(-50%);
  right: -22px;

}




.balloon-icon img {
    width: 100%;
    min-width: 60px;
    max-width: 60px;
}




li.q {
    display: flex;
    justify-content: flex-start;
    padding: 15px 5px 15px 15px;
    align-items: flex-start !important;
}





li.q:before {
    padding: 0;
    font-size: 18px;
    border-radius: 999px;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}

li.q details {
    width: 76%;
    font-size: 18px;
    line-height: 1.4;
}


li.q summary::after {
    width: 10px;
    height: 10px;
    border-right: 3px solid #a4b4c982;
    border-bottom: 3px solid #a4b4c982;
    right: 15px;
}



.faq li.a {
    padding: 15px 15px 15px 57px;
    font-size: 16px;
    position: relative;
    text-indent: 0;
}


li.a:before {
    padding: 0;
    font-size: 18px;
    border-radius: 999px;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 0;
    text-indent: 0px;
    position: absolute;
    left: 17px;
}


.faq_text_link{
      font-size: 16px;
      padding-left: 0;
}

.faq_text_link a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url(/images/type_arrow_oran1.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    vertical-align: -3px;
}



.merit_view_top{
      font-size: 2.2rem;
      display: block;
      line-height: 1.7;
      padding: 0;
}


.merit_view_top::before{
    margin-right: 0;
}

.merit_view_top::after {
    margin-left: 0;
}




.blue_font:before {
    font-size: 29px;
    padding-left: 8px;
    top: 40px;
}




.features_title{
  font-size: 22px;
  line-height: 1.45;
  padding: 0 2px 8px 2px;
}



/* 高速転送 table sp   start */

.scroll-hint.is-left-scrollable {
    background: linear-gradient(180deg, rgb(193 193 193 / 15%) 0, rgb(255 0 0 / 0%) 16px, rgb(81 37 37 / 0%)) !important;
}


.hscroll{
  width:100%;
  margin:0;
}



.hscroll ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    border-top: none;
    display: block;
    overflow-x: auto !important;
}


.hscroll li {
    list-style: none;
    display: inline-block;
    scroll-snap-align: center;
    width: 100%;
    height: 100%;
}


/* 高速転送 table end */



 .intro_for_customers_ul {
     display: flex;
     width: 100%;
 }


 .intro_for_customers_ul li {
     width: 100%;
     margin-bottom: 20px;
    padding: 25px 20px 30px;
 }

 .intro_for_customers_ul figure {
    width: 100px;
    height: 100px;
}

 p.tit_price_txt_01 {
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
 }


 .flex_r_tit_dt {
   padding: 16px 8px 12px;
   height: 175px;
 }


 .flex_align_center {
    height: 175px;
 }



 .flex_align_center img {
   width:100% !important;
 }


 .flex_fix_tit_dt.flex_align_center {
    border-left:none;
 }


 dt.flex_r_tit_dt {
   border-right: none;
 }



span.service-before-title{
   font-size: 12px;
    padding-top: 3px;
}


.title_3line_height {
    height: 94px;
    display: flex;

}

.dd_3line_height {
    height: 94px;
}



.custom-select-box {
    position: relative;
    width: 100%;
    margin: 20px auto;
    line-height: 31px;
}



.selected-option {
    padding: 10px 40px 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    color: #2d3045;
    font-size: 22px;
}


.selected-option::after {
    position: absolute;
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    top: 45%;
    right: 15px;
    margin-top: -3px;
    border-bottom: 2px solid #575757;
    border-right: 2px solid #575757;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}



.dropdown-options {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
    display: none;
    z-index: 13;
    box-shadow: 0px 3px 8px 2px rgb(0 0 0 / 42%);
    font-size: 18px;
    line-height: 1.3;
}


.dropdown-options div {
    padding: 12px 14px;
    cursor: pointer;
    font-weight: 700;
    color: #2d3045;
}


span.tab_title_span {

  display: block;
  font-weight: 700;
  line-height: 1.5;
  color: #378ee4;
  width: 63%;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 1px;
  background-color: #e8f4ff;
  padding: 2px 0px;
  width: auto !important;
  display: inline-block;
  padding: 2px 9px;
  font-size: 13px;
}


.selected-option a.is-active span.tab_title_span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #378ee4;
    width: 63%;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5px;
    background-color: #e8f4ff;
    padding: 2px 0px;
}



span.tab_title_span.span_down {
  /* color: #656565;
  background-color: #eeeeee;
  font-weight: 100;
  border: 1px solid #d8d8d8b0; */
  font-weight: 100;
  font-size: 11px;
  margin-bottom: 2px;
}




.s_img_area_right {
  width: 100%;
  margin-top: 13px;
}


.plan_title_p{
  font-size: 20px;
  padding: 0px 0px 15px;
}




.top_logo_area{

}

li.works_logo_line{
  height: 60px !important;
  margin-right: 0 !important;
  padding: 8px !important;
  margin-top: 3px !important;
  width: 24.2% !important;
  margin-bottom: 2px !important;
}


img.logo_sp_w80 {
    width: 70% !important;
}


.audit_util_ul_li:nth-last-child(1){
margin-bottom:8px;
}

.point-color-black {
    color: #171f25;
    line-height: 1.35;
}


.top_title_b {
    font-size: 35px;
}

.main_img_trust {
    border-radius: 8px;
}


.bg_icon_trusticon {
    padding: 15px;
    width: 100%;
}



.Useflow {
    margin-top: 0px;
}

.flow_ul {
    padding: 20px;
}


p.statement_i span {
    font-size: 26px !important;
    line-height: 1.5;
}


.statement_i:before {
      transform: translateX(-16px) translateY(0) rotate(-30deg);
  height: 46px;
  margin-right: 0;
  padding-top: 0;
  margin-top: 32px;
}


.statement_i:after {
      transform: translateX(12px) translateY(0) rotate(30deg);
    height: 46px;
    margin-right: 0px;
    padding-top: 0;
    margin-top: 32px;
}




.case_wrap{
      padding: 45px 0 20px;
}




.initiative_contents{
      padding: 45px 0;
}

.service-wrap {
    padding: 45px 0px;
}


.service_item_ai_title{
      font-size: 15px;
}

.u_title .statement_i{
      margin-bottom: 0px !important;
}



p.flow_p {
  padding: 8px 0px !important;
  font-size: 22px !important;
}


.flow_text_area{
  padding:15px 12px 15px 20px;
}

.intro_for_customers_ul h4{
      font-size: 26px;
      padding-top: 7px;
}


.intro_for_customers_ul p{
      font-size: 20px;
}


.f2_dc_ai_ul li img{
      width: 32px;
}


.eng_title_top{
      font-size: 20px;
}


.eng_title_top_i{
      font-size: 20px;
    margin-bottom: 7px;
}


.app-btn-contents-image-w {
    width: 40px;
    padding-top: 5px;
}


.app-btn-contents-text{
      font-size: 22px;
}


.section_adoption{
  padding: 45px 0px;
}

.over_100_users {
    width: 100%;
    margin: 0px 0px 6px;
}






.main_btn_boxtd{
    max-width: 100%;
    width: 100%;
    margin-top: 5px;
}


.feedback_img p{
      font-size: 15px;
}


.audit_contents_box {
  margin-top: 45px;
}



.contact-banner-block{
  padding: 45px 0;
}


.ctaSection_text{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 13px;
}


.itreview_icon{
  margin: 5px auto 45px;
}


.features-contents-wrap{
  background-size: 220%;
  background-repeat: repeat-y;
  background-position-y: 0px;
  background-position-x: 80%;
}



.features-wrap{
  padding: 35px 0px 0px;
}


.guaranteed_uptime{
  font-size: 18px
}

.guaranteed_uptime li{
      padding: 8px 16px;
}



.guaranteed_uptime li:nth-child(1) {
    background-color: #3784d9;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.guaranteed_uptime li span {
    font-size: 20px;
    padding: 0 2px 0 5px;
}



 }


  /* ================================================================================
  ■    mob style　end　▲
  ================================================================================  */
