@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: #1e93e4;
    text-decoration: none;
    /* transition: 0.2s ease; */
}

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


a.server_url_link:hover{
	color: #0054a6;
	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: 1380px;
    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: #262b34;
  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: 2px;
}



.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:59px !important;
}

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

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

.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_s{
  font-size:26px !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-start;
}



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



/* #lp_leftContents li:nth-child(3) {
    margin-right: 0;
} */


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


#lp_leftContents li a{
    color:#4f5f6d;
    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: 48.5%;
    text-align: center;
    height: 40px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    border: 2px solid rgba(79,95,109,.2);
    min-width: 160px;
}

li.navi_cta:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  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;
}

li.navi_cta a:hover{
  color: #378ee4;
}



.cta_orange {
    /* background-color: #ffa113;
    border: 1px solid #ffa113 !important; */
    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: 0px 3px 3px 0px rgb(0 0 0 / 15%); */
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}


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


.header .maegaMenu .is opne{
  /*boder-top:2px solid #f4f8f9;*/
  height:170px;
}


.header__navi {
    flex-grow: 1;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content:flex-start;
}

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

.header__navi--left li{
  /* margin-right:8%; */
  margin-right: 25px;
  margin-left: 20px;
}

/* .header__navi--left li:nth-child(3){
  margin-right:0;
} */


.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;
  /* opacity: .4;
  color: #4f5f6d; */
  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;
    /* pointer-events: none; */
    overflow: hidden;
}


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


.header .megaMenu__group {
    /* pointer-events: none; */
    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: 1px solid #d2dae0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: left;
    background: white;
    background-image: url(/images/lp/lp_fileserver/dw_cta_bg_fs.png);
    background-size: cover;
} */

.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: linear-gradient(0deg, #000a0b, #070e0e);
    padding-bottom:60px; */
    /* background: url(/images/lp/lp_fileserver/fileserver_bg.png) center 50%;
    background-size: 50% !important; */
    background-color: #3171ca;
    /* background-repeat: repeat-x; */
}


.keyv .mv{
  position: relative;
  color: #fff;
  background-position: center;
  padding: 25px 0px 55px;
  margin: 0 auto;
  max-width: 1400px;
  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{
    /* width: 1440px; */
    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: 57%;
}


.main_title_img{
  width: 85.5%;
  margin: 0 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_contents_area{
  display: flex;
  justify-content: center;
  padding: 7px 0px 5px;

  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex-direction: row;
  width: 89%;
}


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

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

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

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

.main_btn_boxtd1 a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  min-width: auto;
  gap: 0 16px;
}

/* .main_btn_boxtd:nth-child(1){
  background-color: #fff;
  margin-right: 15px
}

.main_btn_boxtd:nth-child(1) a{
  color: #4C4C4C;
}

.main_btn_boxtd:nth-child(1) a:hover{
  color: #378ee4;
}


.main_btn_boxtd:nth-child(2){
  background-color: #FF114A;
}

.main_btn_boxtd:nth-child(2) a{
  color: #fff;
}

.main_btn_boxtd:nth-child(2):hover{
  background-color: #FF114A;
} */


  .main_title {
    color: #fff;
    font-size: 1.9em;
    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.45;
    padding-bottom: 35px;
    padding-top: 0px;
    letter-spacing: 0px;
  }

  .main_title_ori {
    color: #fff;
    font-size: 2.18em;
    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.45;
    padding-bottom: 35px;
    padding-top: 25px;
    letter-spacing: -0.7px;
  }


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

  .main_title_ori {
    color: #fff;
    font-size: 2.18em;
    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.45;
    padding-bottom: 35px;
    padding-top: 30px;
    letter-spacing: -0.7px;
  }

  .main_title_en{
    color: #fff;
    font-size: 2.7em;
    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: 20px;
    padding-top: 0px;
    letter-spacing: 0px;
    text-shadow: 0 4px 10px rgba(0, 26, 99, .2);
}

.txt_en{
  font-size: 2.8em;
  font-family: Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, YuGothic, 游ゴシック, ＭＳ Ｐゴシック, MS PGothic, arial, sans-serif;
}

  .main_img_area {
    width: 43%;
    padding: 45px 0px 0px 20px;
  }


.mainv_pic1{
  width: 100%;

}


.main_title img{
width: 92%;
}

  .main_b_disc{
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3e7dd3;
    width: 90%;
    margin: 0 auto;
    padding: 4px 0 0;
    text-align: center;
    line-height: 1.0;
    font-family: 'Noto Sans JP', sans-serif;
  }



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

    .main_btm_area_text{
      max-width: 1180px;
      width: 100%;
      margin: 0px auto;
      text-align: center;
      margin-bottom: 60px;
      font-size: 36px;
      font-weight: 600;
      line-height: 1.45;
      color: #34424f;
    }


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

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

    .main_bottom_inner .statement:before {
      border-right: 2px solid #c8c8c8;
      transform: translateX(-22px) translateY(0) rotate(-28deg);
      content: "";
      width: 0;
      height: 38px;
    }

    .main_bottom_inner .statement:after {
      border-left: 2px solid #c8c8c8;
      transform: translateX(10px) translateY(0) rotate(28deg);
      content: "";
      width: 0;
      height: 38px;
    }

  .bottom_area_text {
      text-align: center;
      padding-bottom: 15px;
      font-size: 30px;
  }

  .main_b_img {
    max-width: 1366px;
    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;
}




  .m_b_disc {
      display: flex;
      justify-content: space-between;
      align-items:flex-end;
  }

  ul.main_b_ul {
    display: flex;
    padding: 12px 30px 10px;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    background-color: #265EC9;
    font-size: 20px;
    border: 1px solid #2D6DC7;
    font-weight: 100;
    color: #d6e3f3;
    color:#eef5fd;
        background-color: #1252ab;
  }

  .main_b_ul li {
      position: relative;
      padding-left: 32px;
  }

  .iso_img {
    width: 33%;
    padding: 4px 0px 0px;
    margin: 0;
  }



  /******************** 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: #dbebff;
  top: 19px;
 }


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

 .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: #dbebff;
top: 18px;
}


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

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



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

  .app-btn-contents-image-w {
    width: 41px;
  }

  .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: 20px;
    text-align: left;
  }

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

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

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

  .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: 32px;
  /* box-shadow: 0 4px 10px 0 rgba(0, 26, 99, .2); */
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.app-btn1 {
  display: inline-block;
  padding: 17px 32px 18px;
  transition: .2s;
  border: 0;
  border-radius: 50px;
  /* box-shadow: 0 4px 10px 0 rgba(0, 26, 99, .2); */
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.app-btn-tertiary {
  background: #fff;
  color: #00348a;
}

.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 0 55px;
  gap: 0 16px;
}

.app-btn-primary {
  background: #ff114a;
  color: #ffffff !important;
}

.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: url(/images/lp/hybrid/bg_pattern_6.svg) center center no-repeat;
    background-size: cover; */
    background: linear-gradient(0deg, #ffffff 10%, #e7f4ff 65%, #ebf4ff 100%);
}

.strength_title_ai {
    color: #262b34;
    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: 2px;
}


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

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


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

.area_hidden {
    clear: both;
    /* overflow: hidden; */
}


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


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



img.distress_img_ai {
    width: 96%;
    max-width: 100%;
}


.dist_hukidashi {
  font-size: 26px;
  position: absolute;
  font-weight: bold;
  line-height: 1.4;
  color: #2E74BA;
  text-align: center;
  width: 95%;
  display: flex;
  justify-content: center;
}


.hukidashi_a {
    top: 6.4%;
    letter-spacing: -1px;
}



.hukidashi_b {
    top: 6.4%;
    letter-spacing: -1px;
}


.hukidashi_c {
    top: 6.4%;
    letter-spacing: -1px;
}


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


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



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




.distree_m_box {
    border: 2px solid #d91442;
    border-radius: 11px;
    margin-top: 15px;
    background-color: #fff;
    width: 98%;
}


.distress_m_title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 7px 0 8px;
    background-color: #d91442;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.circle_m_txt {
    border-radius: 4px;
    padding: 0px 10px 2px;
    font-size: 22px;
    margin-right: 10px;
    line-height: 16px;
    background-color: #fff;
    color: #d5213f;
    letter-spacing: 0px;
}


.distress_m_txt {
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  border-radius: 0 0 12px 12px;
  height: 240px;
}



.distress_m_txt ul li {
    padding-left: 16px;
    margin-bottom: 11px;
    letter-spacing: -0.75px;
    line-height: 1.45;
    position: relative;
    font-size: 20px;
    color: #444;
}

.distress_m_txt ul li::before {
    position: absolute;
    color: #b6b5c0;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100px;
    top: 11px;
    left: 0px;
    background-color: #b6b5c0;
}



.distress_txt_span{
font-size: 15px;
}



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









/* ========================================
■ section 解決 start ▼
======================================== */


.section_merit {
    padding: 5rem 0 4.5em;
    background-color: #ffffff;
    background: linear-gradient(0deg, #ffffff 10%, #e7f4ff 65%, #ebf4ff 100%);
}



.merit_view_top {
    width: 100%;
    font-size: 62px;
    color: rgb(39, 48, 55);
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.7px;
    padding: 5px 0px 0px;
}


.merit_view_top::before, .merit_view_top::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: rgba(202, 216, 246, 0.82);
}

.merit_view_top::before {
    margin-right: 2rem;
}


.merit_view_top::after {
    margin-left: 2rem;
}


.chap_subtxt {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 100;
    color: rgb(87, 93, 98);
    margin-top: 0px;
    text-align: center;
}


.contents_nobox {
    margin-top: 25px;
}


.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 #3784d9;
    box-shadow: 0px 0px 7px #a7afba59;
}


.examination_ul h4 {
    line-height: 1.85;
    font-size: 37px;
    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;
}


.share_img {
    text-align: center;
    padding: 40px 15px;
    height: 250px;
}


.merit-img1,.merit-img2 {
    width: 43%;
    height: auto;
    margin-top: 9px;
}

.merit-img3 {
    width: 88%;
    height: auto;
}


p.share_item_cont1 {
  font-size: 24px;
  padding: 24px 25px 22px;
  background-color: #f0f8fe;
  line-height: 1.4;
  text-align: left;
  border-radius: 0px 0px 8px 8px;
  color: rgb(60 72 82 / 90%);
  height: 185px;
  border: 0px solid #d1d8df;
}



/* ========================================
■ section　解決 end ▲
======================================== */








/* ========================================
■ 動画 start ▼
======================================== */
.dc-index-bg {
  width: 100%;
  height: min(53vw, 550px);
  overflow: hidden;
  position: relative;
}

/* ========================================
■ 動画 end ▲
======================================== */






/* ========================================
■ section boxなら start ▼
======================================== */
.section_comparison {
    font-size: 17px;
    background: #e7f4ff;
    padding: 75px 0 0px;
    /* background: url(/images/lp/lp_fileserver/bg_fileserver_pattern.svg) right 0 bottom 100% / 100% auto no-repeat; */
    /* min-width:1366px; */
}


.section_enterprise_comparison {
    padding: 7.5rem 0 5.5rem;
    min-width: 1200px;
    width: 100%;
    background-color: #f1f9ff;
    background: url(/images/lp/lp_fileserver/bg_pattern.svg) 54% 26%;
    background-size: cover;
    margin:0 auto;
}

.box_enterprise_comparison {
    background: #e7f4ff;
    margin: auto;
    position: relative;
    z-index: 1;

    width: calc(100% - min(1vw, 30px));
    max-width: clamp(1340px, 85vw, 1340px);
    border-radius: min(14px);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    padding: 0px;
}


.enterprise_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  padding: 60px 50px 30px;
}

.dc-merit_title {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: clamp(-46px, -3vw, -46px);
}

.dc-merit_title>span {
    background-color: #1f8cf8;
    border-radius: 82px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 92px;
    font-size: 3.4rem;
    padding: 0 1em 0.1em;
    width: 70%;
}

.dc-merit_title>span:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  border-style: solid;
  height: 0;
  width: 0;
  border-color: #1f8cf8 transparent transparent transparent;
  /* border-width: 1.0416666667vw 0.9375vw 0 0.9375vw;
  bottom: -0.9722222222vw; */

  border-width: 30px;
  bottom: -55px;
}



.comparison_section{
  background-color: #ffffff;
  padding: 70px 0 50px 0;
}

.title_sbtext {
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  margin: 10px 0px 10px;
}


.comparison_table {
    max-width: 1366px;
    text-align: center;
    border-collapse: collapse;
    font-size: 16px;
    position: relative;
margin-top: 10px;
}

.comparison_table td {
  border: 1px solid #DADADA;
  padding: 20px 10px 18px;
  color: #e65510;

}

span.com_t_stxt {
  font-size: 13px;
  display: block;
  color: #7F7F7F;
  line-height: 1.3;
  padding-top: 3px;
}

.comtable_title {
    width: 24%;
    background: #a0aaae;
    color: #ffffff !important;
    font-size: 21px !important;
    letter-spacing: -.3pt;
}

.comtable_title_box {
  width: 24%;
  background: #A0AAAE;
  color: #ffffff !important;
  font-size: 23px !important;
}

.comtable_left {
    background: #F2F2F2;
    color:#000000 !important;
    font-size: 21px !important;
}


.btb{
  border-top: 2px solid #0078c9 !important;
}

.blb{
  border-left: 2px solid #0078c9 !important;
}

.brb{
  border-right: 2px solid #0078c9 !important;
}

.bbb{
  border-bottom:2px solid #0078c9 !important;
}




.balloon-set {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  z-index: 10;
  justify-content: flex-end;
  padding-bottom: 25px;
}



.balloon-text {
    background-color: #ffe0e0;
    padding: 18px 20px 18px 20px;
    border-radius: 12px;
    position: relative;
    font-size: 19px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: #37393e;
    line-height: 1.5;
    display: inline-block;
}



.balloon-text::after {
  content: '';
  position: absolute;
  border-width: 10px 0 10px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #ffe0e0;
  right: -30px;
  top: 55px;
}



.balloon-icon img {
    width: 100%;
    min-width: 110px;
    max-width: 110px;
}




.b-text1line.balloon-text::after {
    top: 23px;
}




.b-text2line.balloon-text::after{
      top: 35px;
}







/* ========================================
■ section　boxなら end ▲
======================================== */









/* ========================================
■ section boxの強み start ▼
======================================== */


.section_strength {
    background: #F0F9FF;
    padding: 60px 0 50px;
}

.strength_title_area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.strength_title_area_box {
  border-radius: 60px;
  margin: 0px 0px;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  display: flex;
  height: 99px;
}


.distress_sub_text{
  text-align: center;
  font-size: 22px;
  line-height: 1.45;
  padding-top: 22px;
  color: rgba(79,95,109,.8);
}


.strength_area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding:30px;
    border: 2px solid #0078c7;
    border-radius: 0 0 15px 15px;
    background-color:#fff;
}

.strength_con {
  width: 32%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.strength_title {
    color: #000;
    text-align: center;
    font-size: 47px;
    font-weight: bold;
}

span.sct_stxt {
  font-size: 14px;
  display: block;
  font-weight: 100;
  padding-top: 5px;
  color: #8a8a8a;
}

.strength_con_title {
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding-top: 5px;
  height: auto;
}

p.sct_p {
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  color: #4f5f6d;
  letter-spacing: -.3pt;
}

.strength_con_txt {
  padding: 12px 15px 10px;
  font-size: 18px;
  line-height: 1.5;
  color: rgb(79 95 109 / 80%);
  letter-spacing: -.3pt;
}

.con_text_4{
  padding: 12px 12px 10px 31px;
}


.strength_con_txt li{
  text-indent: -17px;
  padding-left: 17px;
}

.strength_con_img {
  text-align: center;
  padding-top: 15px;
  width: 100%;
  height: 252px;
}

.strength_con_img1 img{
  width: 71%;
  padding-top: 20px;
}

.strength_con_img2 img{
width: 85%;
padding-top: 20px;
}

.strength_con_img3 img{
width: 78%;
padding-top: 0;
}


/* ========================================
■ section　boxの強み end ▲
======================================== */







/* ========================================
■ section fuction start ▼
======================================== */


.section_function {
  padding: 1.0rem 0 1.5em;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff 10%, #e7f4ff 65%, #ebf4ff 100%);
  /* background: url(/images/lp/lp_fileserver/bg_pattern.svg) 54% 26%;
  background-size: cover; */
}

.section_function02 {
  padding: 1.0rem 0 1.5em;
  background-color: #e7f4ff;
}

.section_function01 {
  background-position: center;
  background-repeat: no-repeat;
  background: url(/images/lp/lp_fileserver/bg_pattern.svg) 54% 26%;
  background-size: cover;
}

.function_table {
    border-collapse: collapse;
    font-size: 16px;
}


.function_table_ul {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.function_table_ul li {
  width: 37%;
  text-align: right;
  vertical-align: top;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

.function_table_ul_lifir {
    width: 63% !important;
}

span.ftu_stxt {
    display: block;
    font-size: 13px;
}

span.icon_txt {
  display: inline-block;
    line-height: 1.45;
    padding-top: 5px;
    width: 100%;
    text-align: left;
    font-size: 18px;
}

.function_table_top {
  text-align: center;
  color: #000;
  background: #D9E2E7;
  font-size: 18px;
}

.function_bg{
  background: url(/images/lp/lp_fileserver/security_bg.png) center top no-repeat;
padding: 35px;
background-size: 100%;
}

.option_bg{
  background: url(/images/lp/lp_fileserver/option_bg.png) center top no-repeat;
padding: 35px 35px;
background-size: 100%;
}


.feature_table {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    margin-top: 17px;
    background: #ffffff;
    width: 100%;
}

.feature_table td {
  border: 1px solid rgb(186 198 207 / 70%);
  padding: 15px;
  font-size: 17px;
  color: rgb(58 71 82 / 85%);
}

.feature_table_top {
  text-align: center;
  line-height: 1.4;
  background: #378ee3;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px !important;
}

.td_serve_title_left {
    border: 1px solid #e6e6e6;
    padding: 15px;
    font-size: 16px;
    text-align: center;
}


.function_con1{
    padding: 55px 0px 50px;
    /* background-color: #fff; */
    /* border-radius: 8px; */
    /* box-shadow: 0px 0px 7px 0px #d3d5d8bf; */
}

.function_con{
    padding:60px 0px;
    /* background-color: #fff; */
    /* border-radius: 8px; */
    /* box-shadow: 0px 0px 7px 0px #d3d5d8bf; */
}


.function_nocon{
  padding: 0px;
}


.cost_performance_area {
    margin-top: 50px;
}

.merit_con{
  padding: 25px 40px 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px #dddfe3;
  margin-top: 0.1em;
}

.twolayout_area{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.twolayout_left{
  width: 48%;
  background-color: #f0f9ff;
  border-radius: 8px;
}

.twolayout_right{
  width: 49%;
  margin-left: 30px;
}


.function_con_second,
.function_con_third,
.function_con_fourth,
.function_con_fifth{
  margin-top: 0px;
}


.access_table {
    border: 1px solid rgb(186 198 207 / 70%);
    border-collapse: collapse;

}

.access_table td {
  border: 1px solid rgb(186 198 207 / 70%);
  padding: 15px 20px;
  font-size: 17px;
  background-color: #fff;
  color: rgb(58 71 82 / 80%);
  line-height: 1.5;
}

td.td_center {
    background-color: #fff;
    color: rgb(58 71 82 / 80%);
    font-weight: bold;
    text-align: center;
}

.ac_td_title {
    background-color: #378ee4 !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 19px !important;
}

td.access_table_fir {
    background-color: #FAFAFC;
    color: rgb(58 71 82 / 80%);
    text-align: center;
    font-weight: bold;
}



.drive_con_imgarea {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  background-color: #f0f9ff;
  padding: 40px 35px 0;
  border-radius: 0px;
}

.drive_con_imgarea li {
  width: 48.5%;
  /* border: 1px solid #0078c9; */
  text-align: center;
  border-radius: 7px;
  background: #ffffff;
}

.drive_con_imgarea li p {
  background-color: #378ee4;
  color: #ffffff;
  padding: 8px 0;
  font-size: 27px;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
}

.drive_con_imgarea li img {
  border-radius: 0 0 7px 7px;
padding: 9px;
}



.drive_disc{
  text-align: center;
    padding: 20px 0 35px;
    color: #378ee4;
    font-size: 31px;
    font-weight: bold;
    background-color: #f0f9ff;
    border-radius: 0px;
}


.drive_disc span{
  background: linear-gradient(transparent 75%, #fef847ed 75%);
  padding-right: 5px;
  color: #378ee4;
  font-size: 34px;
}


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








/* ========================================
■ section　security　start　▼
======================================== */


.section_security {
    padding: 4em 0 4em;
    background:#eff8fd;
   /*background: url(/images/lp/lp_fileserver/security_bg.png) center top no-repeat;
    background-size: cover;*/
    /* min-width:1366px; */
}


.section_function_3{
  padding: 4em 0 4em;
  background:#f7fafc;
  /* min-width:1366px; */
}

.section_function_4{
  padding: 4em 0 4em;
  background:#eff8fd;
  /* min-width:1366px; */
}


.section_option{
    padding: 4em 0 4em;
    background:#ffffff;
    /* min-width:1366px; */
}


.security_icon_area {
    margin: 25px 0 0;
    background: url(/images/lp/lp_fileserver/security_bg.png) center top no-repeat;
    padding: 35px;
    background-size: 100%;
    background-position-y: 50%;
}

.security_icon_area1 {
  margin: 25px 0 0;
}


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

.security_icon {
  width: 14%;
  font-size: 14px;
  text-align: center;
  margin-top: 7px;
}

img.secu_img {
    width: 75%;
}

.security_table {
    border-collapse: collapse;
    font-size: 16px;
}

.security_table td {
  border: 1px solid #c9d0dc;
  padding: 16px 18px;
  line-height: 1.4;
  font-size: 18px;
}

.security_table_top {
  text-align: center;
  background: #e6efff;
  font-size: 21px;
  color: #333333;
}

.security_table_left {
  color: #6d6d71;
    background: #f2f7ff;
    text-align: left;
}



.security_table_ul {
  display: flex;
      flex-direction: row;
      padding: 10px 0;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
}

.security_table_ul li {
  width: 47.5%;
  text-align: right;
  vertical-align: top;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

.security_table_ul_lifir {
    width: 63% !important;
}

.secu_logo_area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding: 28px 32px;
  background: #f4f8ff;
}

.secu_logo_area_l {
    width: 53%;
    text-align: center;
}

.secu_logo_area2 {
    width: 42%;
    text-align: center;
}

ul.secu_logo_ul li {
    font-size: 22px;
    line-height: 1.25;
    color: #333333;
    text-align: left;
    padding-left: 4px;
}

.li_title_txt {
  font-size: 22px;
  line-height: 1.25;
  color: #333333;
  text-align: left;

  border-left: 2px solid #cbd7ea;
  margin-left: 5px;
  margin-bottom: 5px;
  padding-left: 13px;
}

.tatesen{
  width: 1px;
  background-color: #d4e1f5;
  height: 136px;
}



.security_con{
  padding: 35px 50px 50px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px #e0edf5;
}


.security_con_second, .security_con_third, .security_con_fourth {
    margin-top: 40px;
}

.operation_log_area {
    display: flex;
    border: 1px solid #d0e1ed;
    background: #ffffff;
    border-radius: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    padding:20px 0;
    margin-bottom: 15px;
}

.Operation_img {
    width: 22%;
    padding: 30px;
}

ul.Operation_log_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.Operation_log_ul li {
  width: 24%;
  background-color: #f0f6fb;
  padding: 14px 10px;
  text-align: center;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 8px;
}


.Operation_log_ul li:nth-child(5),
.Operation_log_ul li:nth-child(6),
.Operation_log_ul li:nth-child(7){
width:25.4%;
}


.log_area{
  width:76.5%;
}



p.Operation_log_title{
  font-size: 18px;
  /* font-weight: bold; */
  color: rgb(58 71 82 / 80%);
}

p.Operation_log_type {
  font-size: 26px;
  color: #378ee4;
  font-weight: bold;
}

.log_type_total{
  text-align: center;
  padding-top: 2px;
  font-size: 39px;
  font-weight: bold;
  color: #227cd9;
  border-top: 1px solid rgb(223 227 230 / 70%);
  margin-top: 15px;
  width: 94%;
  margin: 5px auto 0;
}


/* ========================================
■ section　security end ▲
======================================== */




/* ========================================
■ section scene start
======================================== */

.section-scene{
  padding: 70px 0 60px;
  background-color: #ffffff;
  /* min-width:1366px; */
}

.scene_title{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      background-color: #2d7ccb;
}

.scene_title h4 {
  font-size: 35px;
  color: #fff;
  padding: 13px 0px 15px;
  letter-spacing: -.3px;
  font-weight:bold;
}

.scene_title p {
    font-size: 35px;
    font-weight: bold;
    background: #0263a5;
    padding: 25px;
    line-height: 0.7;
    margin-right: 10px;
    color: #fff;
}


.scene_img_area {
  padding: 30px 30px 35px 30px;
  border-top: none;
  border: 1.5px solid #d0d7de;
  background-color: #fafcff;
}

.scene2,.scene3{
  margin-top:35px;
}

/* ========================================
■ section scene end
======================================== */






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

.box_reduction {
    background: #E8F0FC;
    padding: 0 0 40px 0;
    min-width:1366px;
    margin:0 auto 0px;
}

.lp_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 97%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

}

.lp_ul li {
    float: left;
    text-align: center;
}

.section_reduction_li {
    width: 33.3%;
    padding: 0;
    border-right: 2px solid #D5E3F3;
    box-sizing: border-box;
}

.lp_ul .plan_reduction_p {
    display: inline-block;
    margin: 0 auto;
}


.content_text_black {
    display: inline;
    font-size: 28px;
    color: #595959;
    font-weight: bold;
    line-height:1.2;
}

.content_text_blue {
    font-size: 28px;
    color: #287BD6;
    margin-top: -8px;
    font-weight: bold;
}

.plan_reduction_b {
    margin: 0 auto 8px;
    width: 100%;
    text-align: center;
    padding:0;
}

.redution_ul {
    width: 92%;
    margin: 10px auto 0px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.plan_section2_reduction_border {
    width: 100%;
    height: 148px;
    background-color: #3784D9;
    padding: 40px 0;
    box-sizing: border-box;
}



.plan_icon_text ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}



.plan_reduction_p_sec {
    margin: 0;
    padding: 0;
    float: left;
}

.content_text_number {
    color: #FDEB03;
    font-size: 28px;
    font-weight: bold;
    padding-left: 4px;
    margin: 0;
    padding-top: 3px;
}

.content_text_white {
    color: #fff;
    font-size: 23px;
    font-weight: 100;
    padding-left: 5px;
}

.content_text_white_small {
    color: #ABD3F7;
    font-size: 16px;
    font-weight: 100;
}


.section_reduction_li:nth-child(3) {
    border-right: none;
}

.section2_reduction_li {
    width: 33%;
    padding: 0;
    margin-right: 10px;
}



.section2_reduction_li:nth-child(3) {
    border-right: none;
    margin-right:0;
}

.lp_ul .plan_reduction_t {
    display: inline-block;
    text-align: left;
    padding-left: 15px;
    line-height: 27px;
}

.plan_reduction_t {
    display: inline-block;
    text-align: left;
    padding-left: 15px;
}


.content_text_white_sub{
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    padding-left: 5px;
    margin: 0;
}
.title_disc{
  text-align: center;
  color: #777777;
  padding: 12px 0 15px 0px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 100;
}


.option_thum_img{
  width: 100%;
    height: auto;
}


.logo_box {
    margin-top: 10px;
}


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






/* ========================================
■ section  プラン、料金 start　▼
======================================== */
.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: #ff9a27 !important; */
    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: 19px !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);
  }


.cross_icon {
  width: 14px;
  padding-bottom: 4px;
}

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

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

.section-service {
  background-color:#f6f8fa;
  /* min-width:1366px; */
  padding-bottom: 1em;
}

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

.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;
  /* margin-top: 7px; */
  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;
}

.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　▲
======================================== */



/* ========================================
■ section  infomation start　▼
======================================== */



.section_infomation {
  padding: 70px 0 60px;
  background-color: #f7fbff;
}

.u_title {
  text-align: center;
  padding: 8px 10px 10px;
  font-size: 30px;
  color: #fff;
  border-bottom: 1px solid #0078c9;
  font-weight: bold;
  background: #0078c9;

}


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

.flow_li {
  width: 17.5%;
    background-color: #fff;
    border-radius: 10px;
    margin: 0px 0px 0px;
    border: 1px solid #d5dade;
    text-align: center;
}

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

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

.flow_p {
      font-size: 21px;
      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: #0078C9 !important;
}


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

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




.flow_ps {
  text-align: left;
  font-size: 16px;
  margin: 0;
  height: 75px;
  border-radius: 0 0 6px 5px;
  color: #777777;
  line-height: 1.25;
}


.flow_step_comp{
font-size: 21px !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: 18px;
      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: 100%;
    color: #fff;
    text-align: left;
    padding: 4px 0px 15px 0px;
    border-radius: 8px;
    font-size: 21px;
    height: 80px;
    line-height: 1.2;
    position: relative;
    margin-top: 12px; */

    /* background: #ff9513; */
    background: #FF114A;
    width: 88%;
    color: #fff;
    text-align: center;
    /* padding: 4px 0px 15px 10px; */
    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;
  /* padding: 0px 50px; */
  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: flex-start;
  align-items: center;
  top: 0;
  left: 0;
  padding-left: 20px; */

  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: 10px;
  border: 1px solid #0078c9;
}


/* ========================================
■ section  infomation  end　▲
======================================== */





/* ========================================
■ section  movie start　▼
======================================== */


section.section_movie {
  background-color: #f0f6fb;
    padding: 70px 0 60px;
}



.movie_area{
  display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
}



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


.contents-tit-post{
  width:49.5%;
}


p.feat_text {
    font-size: 16px;
    line-height: 1.3;
    margin: 8px 0 0 0;
}

.movie_item_title{
  line-height: 1.3;
  font-size: 24px;
  border-left: 4px solid #0078c9;
  padding: 4px 0px 4px 15px;
  margin-bottom: 10px;
}

.movie-2lay {
    width: 58%;
}

.movie-2lay .title,.movie-lay .title{
  width: 100%;
font-size: 24px;
text-align: center;
color: #ffffff;
background: #0078c9;
padding: 10px 0 10px;
border-radius: 8px 8px 0 0;
font-weight: normal;
}



.movie_item_area {
    display: flex;
}

.movie-lay {
    width: 40%;
}


.movie-in {
    padding: 15px 20px 20px;
    border: 2px solid #0078c9;
}

.movie-in .text{
  padding-bottom:15px;
  font-size:17px;
}




/* ========================================
■ section  movie end　▲
======================================== */



/* ========================================
■ section  infomation end　▲
======================================== */

.footer{
    text-align: center;
}

.footer .wrap{
  padding-bottom: 40px;
  padding-top: 40px;
  font-size: 15px;
  font-weight: 100;
  color: #8d9296;
}


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


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

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

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

.section-difference02 .wrap{
    padding-bottom:135px;
}

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

.donyu_bg_02{
    background: url(/images/lp/construction/bgimg_05.png) center top no-repeat;
    background-color: #fff;
    background-size:100%;
        background-color: #fff7ed;
}


.donyu_bg_03{
    background-color: #F2F2F2;
}





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

.txtbox {
  width: 100%;
  height: 90px;
  line-height: 9px;
  padding: 5px 0 13px 0;
  font-size: 31px;
  color: #fff;
  font-weight: 200;
  margin: 0;
  text-align: center;
  text-align: center;
  background: url(/images/lp/lp_fileserver/bgbar-fileserver.png) -85px 0px / auto no-repeat;
  background-repeat: no-repeat;
}

.title_text {
  padding-top: 24px;
}

.txtbox-violet {
  width: 100%;
  /* height: 50px; */
  line-height: 15px;
  padding: 10px 0 30px 0;
  font-weight: bold;
  margin: 0;
  text-align: center;
  background: linear-gradient( to right, #36096D 10%, #6A4B96 50%, #36096D 98%);
}

.txtbox-violet:before {
  position: relative;
  top: 81px;
  width: 0;
  height: 0;
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 15px solid #6A4B96;
}

.title_text-violet {
  margin: 0;
  padding: 0;
  font-size: 31px;
  color: #fff;
  font-weight: 200;
}

.txtbox-blue {
  width: 100%;
  /* height: 50px; */
  line-height: 15px;
  padding: 10px 0 30px 0;
  font-weight: bold;
  margin: 0;
  text-align: center;
  background: linear-gradient( to right, #4472c4 10%, #4472c4 50%, #4472c4 98%);
  border-radius: 8px 8px 0px 0px;
}

.txtbox-blue:before {
  position: relative;
  top: 81px;
  width: 0;
  height: 0;
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 15px solid #4472c4;
}


.title_text-blue {
  margin: 0;
  padding: 0;
  font-size: 31px;
  color: #fff;
  font-weight: 200;
}


.cost_reduction_liStep {
  background-color: #E85405;
  border: 1px solid #D0C2BE;
  border-bottom: none;
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 13px 0 8px 0px;
}


.icon_reduction {
  background-color: #EBEEF1;
  font-size: 19px;
  color: rgb(58 71 82 / 80%);
  text-align: center;
  padding: 9px 0px;
  border-top:0px solid #d9dee2;
  border:1px solid #d9dee2;
  border-top: 0;
  width: 100%;
  height: 72px;
  line-height: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  vertical-align: middle;
}


.icon_reduction_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: -3px;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
}


.icon_reduction_border {
  height: 170px;
  border: 1px solid #d9dee2;
  border-bottom: 0px solid #d9dee2;
  padding: 9px;
  margin-top: 14px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.icon_reduction_box img {
  width: 120px;
}

.one_password{
  font-size: 0.9rem;
}

.redu_item5 {
    margin-right: 0 !important;
}

.reduction_3 {
  width: 100%;
  display: flex;
}

.reduction_3_li {
  width: 19%;
  margin-right: 11px;
}

.icon_reduction_box {
  text-align: center;
}

.icon_section{

}

.icon_wrap {
  border: 1px solid #4472c4;
  background-color: #fff;
  box-shadow: 4px 6px 0px rgb(0 0 0 / 10%);
  border-radius: 10px 10px 0px 0px;
}
.icon_reduction_servetxt {
  font-size: 13px;
  color: #7F7F7F;
}

.icon_reduction_li {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 15.6%;
  margin-right: 0.73em;
}

.p9 {
  padding: 9px !important;
}

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

.f14lh16 {
  font-size: 14px;
  padding-top: 5px;
  line-height: 16px;
}

.reduction_2 {
  width: 100%;
  display: flex;
}

.reduction_2_li {
  width: 19.1%;
  margin-right: 11px;
}






/* ========================================
■ サイバーリスク　start
======================================== */



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


.sla_area, .cyber_lisk_area{
  width:48%;
  background: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
}



.trouble_img{
    text-align: center;
    height: 110px;
}



.trouble_h5{
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #0078c7;
  margin: 30px 0 5px;
}

.sla_area p{
line-height:1.45;

}

.task_ul {
    /* background-color: #fff; */
    padding-top: 30px;
    font-size: 21px;
}


.task_ul li {
  color: #3a4752;
  text-indent: 1px;
  padding-left: 16px;
  line-height: 37px;
  position: relative;
  font-weight: 600;
  font-size: 23px;
}

.task_ul li::before {
  position: absolute;
  color: #7d7f81;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 90px;
  top: 16px;
  left: 3px;
  background-color: #7d7f81;
}

.security_td_left {
  background-color: #f8f8f8;
  text-align: center;
  color: rgb(58 71 82 / 85%);
  padding: 15px 0px;
  font-size: 19px;
}



.security_td_top {
  padding: 15px 0px;
  background-color: #e5e7ef;
  text-align: center;
  color: rgb(58 71 82 / 85%);
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
}

td.security_td {
  padding: 20px 19px;
  font-weight: 100;
  font-size: 17px;
  line-height: 1.65;
  color: #3a4752d9;
}

td.security_td_select {
  background-color: #f1faff;
  font-weight: 600;
}


.security_td1_left {
  background-color: #f8f8f8;
  text-align: center;
  color: rgb(58 71 82 / 85%);
  padding: 15px 0px;
  font-size: 19px;
}

.security_td1_top {
  padding: 15px 0px;
  background-color: #e5e7ef;
  text-align: center;
  color: rgb(58 71 82 / 85%);
  font-size: 19px;
  line-height: 1.2;
}

td.security_td1 {
  padding: 13px 0px 20px 0px;
    font-weight: 100;
    font-size: 17px;
    line-height: 1.65;
    color: rgb(58 71 82 / 85%);
    text-align: center;
}


/* ========================================
■ サイバーリスク　start
======================================== */






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

.difference_point{
    margin-top: 25px;
    padding: 50px 40px 50px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 0px #d3d5d8bf;
}

.difference_point2{
  margin-top: 25px;
  padding: 35px 40px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 7px 0px #d3d5d8bf;
}

.d_point_title_img{
  position: absolute;
  top: -30px;
  width:37%;

}


.point_check_icon img{
  width:26px;

}


.d_point_ul{
  margin-bottom: 0px;
  padding-bottom: 15px;
  border: 1px solid #d0e1ed;
  background: #ffffff;
  padding: 23px 40px 16px;
  border-radius: 6px;
}

.d_poing_bg{
      background-image: url(/images/lp/lp_fileserver/dif_bg_w.svg);
      background-repeat: no-repeat;
      background-position-x: 94%;
      background-size: 20%;
      position: relative;
      background-position-y: -16%;
}

.d_point_ul_tit{
  font-size: 29px;
  font-weight: bold;
  padding-bottom: 9px;
  /* color: #378ee4; */
  color: #3a4752;
}

.d_point_check{
  position: relative;
  padding-left: 36px;
  font-size: 23px;
  margin-bottom: 11px;
  color: rgb(58 71 82 / 80%);
  line-height: 32px;
}


.point_check_icon{
  position: absolute;
  top: -5px;
    left: 0px;
}


.table_td_c {
    background-color: #ffffff;
    padding: 15px 17px;
    font-size:18px;
}


.difference_cta {
    margin-top: 30px;
     text-align: right;
}
.difference_cta a{
      font-size: 15px;
      font-weight: bold;
      background-color: #f11340;
      width: 28%;
      text-align: center;
      padding: 15px 25px;
      border-radius: 8px;
      color:#fff;
}


.statement_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 100;
  line-height: 1.45;
  margin-bottom: 11px;
  color: rgb(61 73 83 / 75%);
}

.statement_cta:before {
  border-right: 2px solid rgb(61 73 83 / 20%);
  transform: translateX(-22px) translateY(0) rotate(-28deg);
  content: "";
  width: 0;
  height: 60px;
}

.statement_cta:after {
  border-left: 2px solid rgb(61 73 83 / 20%);
  transform: translateX(10px) translateY(0) rotate(28deg);
  content: "";
  width: 0;
  height: 60px;
}

.detail_contents1{
  /* padding:30px 5px; */
  text-align: left;
}

.detail_contents2{
  padding:65px 0px 0px;
  margin-top:0px;
}

.m-bot{
    margin-bottom: 15px;
}

.differnce_h4{
  font-weight: bold;
  color: #378ee4;
  padding: 3px 0px 0px 0px;
  line-height: 1.4;
  font-size: 40px;
  letter-spacing: -0.5px;
}

.shield-sub-txt{
    font-size: 32px;
    font-weight: 700;
    color: #378ee4;
    line-height: 1.4;
    letter-spacing: 1px;
}



.d_point_title{
  width: 41%;
  background-color: #378ee4;
  border-radius: 11px;
  position: absolute;
  top: -34px;
}


.d_point_title:before {
  position: absolute;
  top: 67px;
  width: 0;
  height: 0;
  content: "";
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #378ee4;
  left: 48%;
}

.left_img{
  width: 17%;
  padding: 8px 15px;
}

.right_text{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}




.icon_download{
  width: 13px;
  padding-bottom: 4px;
  padding-left: 0;
  margin-left: 6px;

}



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

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

.sec_option_li {
    width: 35%;
    background-color: #fff;
    /* padding: 35px 25px 25px; */
    box-sizing: border-box;
    border-radius: 10px;
    /* box-shadow: 3px 3px #E9EDF6; */
    border: 1px solid #D1DFF2;
    position: relative;
    margin-top: 20px;
    border: 2px solid #bfd3ec;
}



.sec_option_li2{
  width: 26%;
  padding-top: 20px;
  text-align:center;
}

.sec_option_li2 img{
  width: 84%;
}


.sec_opt_circle{
  position: absolute;
  top: -26px;
  left:44%;
  width:100%;
}

.sec_opt_circle img{
  width:13%;
}

.sec_opt_cross{
  position: absolute;
  top: -31px;
  left:44%;
  width:100%;
}

.sec_opt_cross img{
width:15%;
}




.IT_audit{
  position: absolute;
    background-color: #ed6c6e;
    color: #fff;
    font-size: 16px;
    padding: 4px 22px 3px;
    font-weight: bold;
    border-radius: 37px;
    top: 23px;
    left: 242px;
    width: 32%;
    text-align: center;
}



.sec_text_box{
  box-sizing:border-box;
  padding:5px 16px 20px;
  height:220px;
}


.audit_img_area {
    background-color: #ebf4fb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 25px 30px;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.option_title {
  padding: 8px 0 6px;
  font-weight: bold;
  margin: 0;
  color: #2d7ccb;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.5px;
}

.audit_in_ul li {
  text-align: left;
    text-indent: -16px;
    padding-left: 12px;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.title_area_v {
    /* background-color: #2d7ccb; */
    background-color: #3383da;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
}

.title_area_v h2 {
  margin: 0;
  text-align: center;
  padding: 18px 20px 17px;
  font-size: 33px;
  font-weight: bold;
  line-height: 47px;
  letter-spacing: -0.3px;
}

.num_box {
  display: inline-block;
  width: 45px;
  font-size: 31px;
  border: 1px solid #0078c7;
  text-align: center;
  margin-right: 12px;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #0078c7;
  padding: 0px;
  vertical-align: text-top;
  line-height: 46px;
}

.tit_txt_s{
    font-size: 27px;
}

.section_sec_img_green {
  margin: 0;
  border: 1.5px solid #aec7e1;
  background-color: #fafcff;
  padding: 40px 30px;
  border-radius: 0px 0px 10px 10px;
  border-top:0px;
}

.section_sec_img_green1 {
  margin: 0;
  border: 1.5px solid #aec7e1;
  background-color: #fafcff;
  padding: 20px 30px 40px;
  border-radius: 0px 0px 10px 10px;
  border-top:0px;
}




/* ========================================
■ ここが違う　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-feature-wrapper-arrow {
  margin-top: 25px;
  text-align: center;
}

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



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

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

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


/* .section_distress::after {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top:55px solid #f7fafc;
    top: 98%;
    left: 46.4%;
    z-index: 1;
} */



.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 {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; */
    /* margin-bottom: 9.5em; */
    /* padding: 12px 0;
    background-color: #ffffff; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

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

}

.s_text_area {
    width: 100%;
}

.txt_item_02 {
    padding-left: 28px;
}


.s_text_area::before {
    display: inline-block;
    font-size: 2.5em;
    font-weight: bold;
    color: #378ee4;
    line-height: 1.25;
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, 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: 50px;
  line-height: 1.4;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

.s_text_area p {
  font-size: 23px;
  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: #378ee4; */
  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%;
}

h4.share_title {
  background-color: #2d7ccb;
  color: #fff;
  padding: 13px 8px 14px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  border-radius: 8px 8px 0px 0px;
  letter-spacing: -0.45pt;
}

.share_item_cont {
  border: 1.3px solid #d1d8df;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  border-top: 0px;
}

.share_item_cont1 {
  border: 1.3px solid #d1d8df;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  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;
}


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



/*************** 2table css ****************/
.share_item_two {
    width: 48%;
}


@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 **************************/





/********************* 他社比較　sart **********************/
.dc-compare{
  padding:20px 0px 30px 0;
  width: 100%;
  margin: 0 auto;
}

.dc-compare-daytxt{
  padding: 10px 0px 5px 4px;
    line-height: 18px;
    list-style: none;
    font-size: 13px;
    color: #8e9195;
    width: 100%;
    margin: 0 auto;
}

.dc-compare__group {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 22px;
  color: #2a333c;
}

.dc-compare__item {
  padding: 22px 16px 18px;
  border-radius: 15px;
  flex: 1;
}

.dc-compare-box{
  position: relative;
}

.dc-compare-box a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}

.dc-compare__item:nth-child(1) {
    background-color:#e6f2ff;
}

.dc-compare__item:nth-child(1):hover,
.dc-compare__item:nth-child(1):focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1.04,1.04);
  transition:transform .2s;
}

.dc-compare__item:nth-child(2) {
    background-color:#e6f2ff;
}

.dc-compare__item:nth-child(2):hover,
.dc-compare__item:nth-child(2):focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1.04,1.04);
  transition:transform .2s;
}

.dc-compare__item:nth-child(3) {
  /* background-color: #1e65c7; */
  background: transparent linear-gradient(180deg,#1d76cf 20%,#0d68c3 100%) 0% 0% no-repeat;
  box-shadow: 0px 0px 25px rgb(91 92 93 / 50%);
  position: relative;
  color: #fff;
}

.dc-compare__item:nth-child(3):hover,
.dc-compare__item:nth-child(3):focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1.04,1.04);
  transition:transform .2s;
}

.dc-compare__item:nth-child(4) {
  background-color: #e6f2ff;
}

.dc-compare__item:nth-child(4):hover,
.dc-compare__item:nth-child(4):focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1.04,1.04);
  transition:transform .2s;
}

.dc-compare__item:nth-child(5) {
  background-color: #e6f2ff;
}

.dc-compare__item:nth-child(5):hover,
.dc-compare__item:nth-child(5):focus {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor:default;
  transform:scale(1.04,1.04);
  transition:transform .2s;
}

.dc-compare__heading {
  text-align: center;
}

.dc-compare__lead {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 500;
  color: #637a91;
}

.dc-compare__lead_w {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 500;
  color: #a9d5ff;
}

.font-color-w{
  color:#fff !important;
}

.font-color-blue{
  color:#ebf5ff !important;
}

.font-color-blue1{
  color:#d1e8ff !important;
}

.dc-compare__name {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0px;
  color: #2b74ca;
  font-style: SF Pro JP,SF Pro Display,SF Pro Icons,AOS Icons,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.dc-compare__namew {
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  margin-top: 6px;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-style: SF Pro JP,SF Pro Display,SF Pro Icons,AOS Icons,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.dc-compare__subtxtw{
  font-size: 16px;
  line-height: 17px;
  font-weight: 100;
  color: #c9e4ff;
  display: block;
  margin-top: 4px;
  letter-spacing: -0.5px;
}


.dc-compare__name_comtxt {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #2b74ca;
  padding: 0 0 0px 2px;
}

.dc-compare__price {
  font-size: 25px;
  line-height:0.9;
  font-weight: 800;
  color: #53697e;
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 27px;
}

.dc-compare__pricew {
    font-size: 25px;
    line-height: 0.9;
    font-weight: 800;
    color: #ffffff;
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 16px;
}

.dc-compare__pricew .month {
  font-size: 17px;
  margin-left: 4px;
  color: #ffffff;
}

.dc-compare__pricew .com-p {
  font-size: 14px;
  line-height: 15px;
  font-weight: 100;
  color: #b8dbff;
  display: block;
  margin-top: 4px;
}

.dc-compare__price .month {
  font-size: 17px;
  margin-left: 4px;
}

.dc-compare__price .com-p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 100;
  color: #778ca0;
  display: block;
  margin-top: 4px;
}

.dc-compare__detail {
  margin-top: 15px;
}

.dc-compare__detail_s {
  margin-top: 12px;
}

.dc-compare__detail__block {
  border-top: 1px solid #b8c7d76e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px 6px;
}

.dc-compare__detail__block_w {
  border-top: 1px solid #a7d2ff2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:20px 6px;
}

.dc-compare__detail__maintitle {
  font-size: 17px;
  line-height: 1;
  font-weight: 100;
  color: #454a50;
}

.dc-compare__detail__title {
  font-size: 15px;
  line-height: 1;
  font-weight: 100;
  color: #666d74;
  letter-spacing: -0.5px;
}

.dc-compare__detail__subtitle {
  font-size: 13px;
  color: #75797f;
}

.dc-compare__detail__volume {
  line-height: 1.4;
  font-size: 19px;
  font-weight: 700;
  color: #596674;
  padding-top: 3px;
}

.dc-compare__detail__txt {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 700;
  color: #596674;
  padding-top: 0px;
}

.dc-compare__detail__txtw {
  line-height: 1.4;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 3px;
}

.dc-compare__detail__img{
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
  color: #41576c;
  padding: 0px 16px 6px 0px;
}

.dc-compare__detail__imgw{
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
  color: #41576c;
  padding: 0px 10px 6px 0px;
}

.dc-compare__detail__volume .small {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-left: 2px;
  color: #314559;
}

/**************** ranking icon css start **************/

.compare-rating-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
}

.rating-block-rating {
  color: #ff9a00;
}

.rating-block-rating1 {
  color: #ffb000;
}

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

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

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


.two .star-rating-item {
    width: 42%;
}

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

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

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

.rating-block-rating .star-rating:after {
    content: "★★★★★";
    color: #aabccfd4;
}

.rating-block-rating1 .star-rating-item:before {
  content: "★★★★★";
  color: #fbc400;
}

.rating-block-rating1 .star-rating:after {
  content: "★★★★★";
  color: #71aeeba6;
}


.compare-card-star-num {
  color: #ff9a00;
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 3px;
}

.compare-card-star-num1 {
  color:#fbc400;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 3px;
}

/**************** ranking icon css end **************/

.dc-compare__recommend {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  text-align: center;
}

.dc-compare__recommend .inner {
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  /* background-color: #4eb380; */
  background-color: #ff9a00;
  border-radius: 26px;
  color: #fff;
  padding: 6px 28px;
  text-align: center;
}

.dc-compare__recommend .inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #ff9a00 transparent transparent transparent;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.dc-compare__attention {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  font-weight: 500;
}

.dc-compare__contents{
  margin:20px 0px 12px;
  color: #41576c;
  height:195px;
}

.dc-compare-tit{
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 14px;
  font-weight: 700;
}

.dc-compare-subtit{
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  padding: 0 0 0 8px;
}

.dc-compare-subtit li{
  text-indent: -12px;
  margin-left: 0px;
  line-height: 17px;
  padding-bottom: 5px;
  list-style: none;
  font-size: 13px;
}

.dc-compare-btn__down {
  background: #fff;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbe2ea;
  margin: 0 auto;
  margin-top: 4px;
}

.dc-compare-btn__down:hover,
.dc-compare-btn__down:focus {
  /* box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25); */
  cursor:pointer;
  /* transform:scale(1.04,1.04);
  transition:transform .2s; */
  background-color: #FF114A;
  border-color: 2px solid #FF114A;
  color:#fff;
}

.dc-compare-btn__down a{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #4c4c4c;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}

.dc-compare-btn__down a:hover{
  color: #fff;
  text-decoration: none;
}

/* 他社比較　end */



.detail_cta{
  margin: 2em auto 0em;
  padding: 0 5px 5px;
}



.operation_img_area{
  background-color: #ffffff;
  border: 1.5px solid #bfccdb;
  padding: 50px;
  border-radius: 15px;
}



/* ft_fixedpop */
#ft_fixedpop{
 width: 100%;
 background: rgba(0,0,0,.5);
 position: fixed;
 right: 0;
 bottom: 0;
 z-index:101;
 opacity: 0;
}

#ft_fixedpop.show{
 animation-name: fadein-bottom;
 animation-duration: 1s;
 animation-timing-function: ease-out;
 animation-fill-mode: forwards;
}

#ft_fixedpop .flexwrap{
 display: flex;
 justify-content: center;
}

#ft_fixedpop .flexwrap li{
 list-style: none;
 display: flex;
 align-items: center;
 flex-direction: column;
 padding: 10px 0px;
}

#ft_fixedpop .flexwrap li span{
 margin-bottom: 3px;
 font-size: 14px;
 font-weight: bold;
 color: #fff;
}

#ft_fixedpop .flexwrap li .btn{
 max-width: 316px;
 height: 54px;
 margin: 0;
 display: flex;
 align-items: center;
}

@keyframes fadein-bottom{
 0% {
    opacity: 0;
    transform: translateY(324px);
 }
 100% {
    opacity: 1;
    transform: translateY(0);
 }
}




/**************　ポイント　CSS　Start ******/
.flex_box {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
}

.difference_point1{
   padding: 35px 40px 40px;
     position: relative;
     border-radius: 12px;

     background-color: #fafcff;
     border: 1.5px solid #d0deeb;
 }

.Detail_Con {
   margin-bottom: 50px;
}

.box-center-txt{
   font-size: 21px;
   line-height: 33px;
   margin-bottom: 30px;
   text-align: center;
}

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

.filesend_table td {
   padding: 20px;
   color: #777;
   font-size: 1.35rem;
}

.grw-line_title_light {
   font-size: 16px !important;
   line-height: 1.4 !important;
   color: #666666 !important;
   padding: 10px !important;
}

.grw_li_txt {
   color: #ffffff !important;
   font-weight: 700;
   font-size: 21px;
}

.cost_reduction_ul {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: flex-start;
   gap: 20px 0;
}




li.cost_reduction_li {
   width: 23.8%;
}


.cost_reduction_liStep {
 background-color: #0078c9;
 color: #ffffff;
 border-radius: 10px 10px 0 0;
 margin: 0px auto;
 font-size: 22px;
 padding: 14px 0 7px;
 height: 58px;
 line-height: 1.4;
 text-align: center;
 letter-spacing:0pt;
 font-weight: bold;
}

.letter-spa{
 letter-spacing:-0.6pt;
}

.cost_reduction_border {
 border-left: 1px solid #dde1e5;
 border-right: 1px solid #dde1e5;
 border-bottom: 1px solid #dde1e5;
 background-color: #fff;
 border-radius: 0 0 7px 7px;
}


.cost_reduction_p {
   height: 190px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px 10px 8px;
}

p.cost_reduction_p img {
   width: 50.5%;
}


p.cost_reduction_ps {
 font-size: 17px;
 height: 105px;
 padding: 15px 12px 15px 17px;
 background-color: #f3f9ff;
 line-height: 1.35;
 text-align: left;
 border-radius: 0px 0px 7px 7px;
 color: rgb(80 96 110 / 90%);
 letter-spacing: -0.4px;
}

p.cost_reduction_ps1 {
 font-size: 17px;
 height: 128px;
 padding: 15px 12px 15px 15px;
 background-color: #f3f9ff;
 line-height: 1.4;
 text-align: left;
 border-radius: 0px 0px 7px 7px;
 color: rgb(80 96 110 / 90%);
 letter-spacing: -0.45px;
}


p.cost_reduction_ps2 {
 font-size: 17px;
 height: 135px;
 padding: 15px 20px;
 background-color: #f3f9ff;
 line-height: 1.45;
 text-align: left;
 border-radius: 0px 0px 7px 7px;
 color: rgb(80 96 110 / 90%);
 letter-spacing: 0px;
}



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

.index_cta{
   /* background: url(/images/lp/biztex_connect/biztex-cta-bg2.png) center/cover no-repeat;
   color: #fff;
   min-width: 1200px;
   padding:35px 0 48px; */


   padding: 35px 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: 1280px;
   width: 100%;
   margin: 0 auto;
   z-index: 100;
   padding: 0px 0px;
 }

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

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

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

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

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

 h5.cta_subtxt{
  font-size: 34px;
    text-align: center;
    line-height: 1.0;
    /* color: #96999c; */
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 3px;
    margin-top: 2px;
 }

 /* h5.cta_subtxt:before,
 h5.cta_subtxt:after
 {
   content: "";
   display: inline-block;
   position: absolute;
   width: 3.2%;
    height: 1.3px;
    background: #bcdbff;
    top: 37px;
 }


 h5.cta_subtxt:before{
   transform: rotate(53deg);
   left: 28%;
 }

 h5.cta_subtxt:after{
   transform:rotate(-53deg);
 } */


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

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

 .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: #0061d5; */
       background-color:#f67c00;
       color: #fff;
       font-weight: bold;
       padding: 18px 0px;
       border: 1px solid rgb(147 164 182 / 62%);
       font-size: 24px;
   }

   .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: 24px;
   }

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


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




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





.gr_func_point{
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.4;
  text-indent: -19px;
  padding-left: 18px;
  margin-top: 12px;
}






/* tab design ↓↓  */


    .tab-btn {
      display: flex;
      flex-direction: column;
      padding: 0px;
      gap: 23px;
      width: 100%;
      margin-top: 4px;
      height: 100%;
      margin-right: 13px;
  }

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

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

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




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

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

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


    .drive_tab_sec a:hover {
      border-radius: 8px;
      border: 2px solid #ffffffc4;
      font-weight: 100;

      text-decoration: none !important;
      opacity: 1.0 !important;
  }

  .drive_tab_thi a:hover {
    border-radius: 8px;
    border: 2px solid #ffffffc4;
    font-weight: 100;

    text-decoration: none !important;
    opacity: 1.0 !important;
}


    .tab-cont-box{
      width: 74%;
    }



    .drive_tab_sec{
      flex-basis:19.7%;
    }


      .drive_tab_sec a {
        display: block;
        position: relative;
        font-size: 23px;
        padding: 12px 30px 15px 28px;
        line-height: 24px;
        text-decoration: none;
        color: #f1f5ff;
        cursor: pointer;
        font-weight: 100;
        text-align: left;
        letter-spacing: -0.3pt;
        border: 2px solid transparent;
        border-radius: 50px;
    }


    .drive_tab_thi{
      flex-basis:19.7%;
    }


      .drive_tab_thi a {
        display: block;
        position: relative;
        font-size: 23px;
        padding: 10px 60px 16px 28px;
        line-height: 24px;
        text-decoration: none;
        color: #f1f5ff;
        cursor: pointer;
        font-weight: 100;
        text-align: left;
        letter-spacing: -0.3pt;
        border: 2px solid transparent;
        border-radius: 50px;
    }

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

    .drive_usage_subtxt{
      font-size: 17px;
      font-weight: 100;
      line-height: 32px;
      opacity: 0.8;
  }

      .drive_tab_sec a.is-active {
        background-color: #FFFFFF;
        color: #003164;
        font-weight: 700;
        border-radius: 8px;
        font-size: 24px;
        border: 2px solid transparent;
        letter-spacing: -1.0pt;
        padding: 12px 35px 14px 28px;
        line-height: 24px;
        min-width: 290px;
        width: 100%;
      }


      .drive_tab_thi a.is-active {
        background-color: #ffffff;
        color: #003164;
        font-weight: 700;
        border-radius: 8px;
        font-size: 24px;
        border: 2px solid transparent;
        letter-spacing: -1.0pt;
        /* padding: 10px 30px 16px 28px; */
        line-height: 24px;
      }


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


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

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


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

    p.tab_item_p {
        margin-bottom: 19px;
        font-size: 22px;
        line-height: 1.5;
        color: #575757;
        padding-left: 6px;
            letter-spacing: -0.5px;
    }

    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_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 {
      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
   {
      display: flex;
      background-color: #ffffff;
  }


  .tab-contents-item>p,
  .tab-contents-item-sec>p,
  .tab-contents-item-thi>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 {
    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: 17px;
  letter-spacing: -0.65pt;
  border: 1px solid #bdc8d5b0;
}

.left-space_td{
  padding-left:11px;
}

.symbol_t_size {
    font-size: 14px;
}


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





/* 他社比較　css  */

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



.func_table_area td {
  font-size: 21px;
  line-height: 25px;
}

.td-space{
  padding: 14px 0px 16px 0px;
}

.movie_contents01{
  margin-top: 60px;
}

/* 動画　追加  start*/
.movieimg_area {
  width:100%;
  height: 100%;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .25);
  /* margin-top: 0.3em; */
  background-color: #000000;
}

.embed-16-9{
  display: block;
  height: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.embed-16-9 {
  padding-bottom: 54%;
  /* padding-bottom: 53.2%; */
}

.embed-16-9 .embed-item {
  width: 100%;
  height: 99%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}
/* 動画　追加  end*/

.tit_function_txt {
    background: #3784d9;
    font-weight: bold;
    color: #fff;
    font-size: 27px;
    border-right: 1px solid rgb(186 198 207 / 60%);
    padding: 24px 0px 25px 0px !important;
}

.main-td-txt{
  font-size: 24px;
  letter-spacing: -0.45pt;
}

.icon-play-link {
  width: 46px;
  padding-left: 10px;
  padding-top: 2px;
  opacity: 0.8;
}

.icon-play-link:hover,
.icon-play-link:focus,
.icon-play-link:active{
  opacity: 1;
}


.compare_table_point {
  /* border: 3px solid #0061D5; */
  border: 3px solid #e30500;
  position: absolute;
  width: 19.7%;
  height: 100%;
  z-index: 5;
  left: 21.7%;
  top: 0%;
}



.company_name {
    font-size: 20px;
    padding-left: 2px;
}


.compare_table_tit_line {
    border: none;
    border-bottom: 1px solid #a3abb0;
    background: #ffffff;
    text-align: center;
}


.table_c_icon_b {
    width: 26px;
    vertical-align: middle;
}

.table_c_icon_grey {
  width: 23px;
  vertical-align: middle;
}

.line_bar_grey{
  padding: 0px 12px;
    font-size: 29px;
    line-height: 18px;
    color: #cdcdcd;
    vertical-align: sub;
    font-weight: 100;
}

.line_bar_rgrey{
  padding: 0px 12px;
    font-size: 29px;
    line-height: 18px;
    color: #c3c1c1;
    vertical-align: sub;
    font-weight: 100;
}


.table_c_icon {
    width: 20px;
    vertical-align: sub;
}



.table_x_icon {
    width: 21px;
    vertical-align: middle;
}


.rowspan_title {
  width: 20%;
  border: none;
  border-right: 1px solid #a3abb0;
  background: #f5f6f9;
  text-align: left;
  text-indent: 8px;
  line-height: 26px;
  padding: 21px 0px 20px 16px;
}


.txt-compare {
  font-size: 19px;
  color: #777;
  line-height: 28px;
}


/* 他社比較　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: 18px;
}


.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: 1.5px solid #d1dce8;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgb(64 67 68 / 20%);
}


.col2-2:hover,
.col2-2:focus {
  text-decoration: none;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  cursor:pointer;transform:scale(1.04,1.04);transition:transform .2s;
}

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

.interview_thumb img {
    height: auto;
}

.interview_thumb01{
  width: 46%;
  margin-top: 4px;
}

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

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


#column-content .case-b .new {
    position: absolute;
    left: -1px;
    top: -1px;
    /* transform: rotate(270deg); */
    width: 16%;
}

.interview_text_area {
    padding: 20px 30px 35px;
    height: auto;
    position: relative;
}


#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: 20px;
  line-height: 1.5;
  color: #7b7d85;
  font-weight: 100;
  letter-spacing: 0pt;
  padding: 9px 0 0;
  margin-top: 0;
  height: 190px;
}


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


/*  導入事例　css end */






/* ========================================
■ section  よくある質問 start　▼
======================================== */



.section-faq {
    padding: 70px 0;
    /* background: linear-gradient(0deg, #e7f4ff 10%, #ebf4ff 100%); */
    /* background: linear-gradient(343deg, #f0f7ff 30%, #e5f5ff 75%, #d9eaff 100%); */
    background: linear-gradient(0deg, #e7f4ff 65%, #ebf4ff 100%);
}


.faq_area{
    padding-top: 25px;
}



.faq {
    margin-top: 8px;
}


.faq li {
  padding: 25px 20px 29px 30px;
  font-size: 24px;
  line-height: 1.6;
}

.faq li.q {
    border-bottom: 2px solid #ebf4ff;
    cursor: pointer;
    background: #ffffff;
    position: relative;
    color: #494949;
}

li.q:before {
    content: " Q ";
    display: inline-block;
    padding: 0px 14px 4px;
    font-weight: bold;
    font-size: 30px;
    color: #3d94ec;
    font-family: system-ui;
    background-color: #ecf6ff;
    border-radius: 100px;
    margin: 4px 11px 0px 0px;
}

/* li.q:after {
  content: "▼";
  display: inline-block;
  padding: 0px 18px 0px 0;
  font-weight: bold;
  font-size: 29px;
  font-family: system-ui;
  margin: 0;
  color: #aec0d08a;
  font-size: 19px;
  position: absolute;
  right: 16px;
  top: 28px;
} */

li.q summary {
	list-style: none;
	cursor: pointer;
}

li.q summary::-webkit-details-marker {
	display: none;
}

li.q details{
display: inline-block;
}

li.q summary::after{
	position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  right: 40px;
  border-right: 4px solid #a4b4c982;
  border-bottom: 4px solid #a4b4c982;
  box-sizing: border-box;
  content: "";
  transform: rotate(45deg);
  transition: top 0.4s ease-out, transform 0.4s ease-out;
}

li.q details[open] summary::after{
	top: calc(50% - 5px);
	transform: rotate(-135deg);
}


.faq li.a {
    display: none;
    text-indent: -19.7px;
    padding-left: 60px;
    background-color: #ffffff;
    margin-bottom: 2px;
    padding: 22px 75px 22px 128px;
    color: #494949;
}


li.a:before {
  content: " A ";
  display: inline-block;
  padding: 0px 14px 3px 33px;
  font-weight: bold;
  font-size: 32px;
  color: #ff104a;
  font-family: system-ui;
  margin: 0;
  line-height: 1.45;
  background-color: #ffe5cbc7;
  border-radius: 100px;
  margin: 4px 8px 0px -42px;
}



.faq_text_link_area{
  display: flex;
  gap: 50px;
}


.faq_text_link {
  font-size: 24px;
  padding-top: 20px;
  padding-left: 18px;
  color: #8e9398;
  font-family: "Noto Sans JP", sans-serif, Meiryo;
  line-height: 1.4;
}


.faq_text_link a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(/images/type_arrow_oran1.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    vertical-align: 1px;
}


.faq_span{
  font-size: 21px;
  color: #848484;
}


/* ========================================
■ section  よくある質問 end　▲
======================================== */








.features_title {
    font-size: 41px;
    line-height: 1.4;
    padding: 0 12px 10px 4px;
    color: #25292f;
    font-weight: bold;
    letter-spacing: -0.5px;
}


.txt-compare {
    font-size: 16px;
    color: #777;
}


/* 測定対象 table  start */

.measurement_target_table td{
  padding: 16px;
  text-align: center;
  line-height: 1.35;
}


.blue_th{
  background-color: #3784d9;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 1.5px solid rgb(138 180 224 / 51%);
}

.target_contents {
    background-color: #f5f6f9;
    text-align: left !important;
}

.comparison_blue_bg{
      background-color: #f0f8ff;
}


.measurement_table_point {
  border: 3px solid #0576e5;
  position: absolute;
  width: 100%;
  height: 14.4%;
  z-index: 1;
  left: 0;
  top: 74.8%;
}


.th_span{
  font-size: 17px;
  font-weight: 100;
  color: #cde0f3;
}


/* 測定対象 table  end */











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


.drive_tab a{
  font-size:18px;
  text-align: center;
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.drive_tab a.is-active{
  font-size: 18px;
}


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

.drive_tab_sec a.is-active{
  font-size: 20px;
  min-width: 100%;
  width: 245px;
  padding: 10px 20px 16px 20px;
  text-align: center;
  height: 80px;
}

.drive_tab_thi a{
  font-size: 20px;
  width: 250px;
  justify-content: center;
  height: 70px;
  padding: 10px 28px 14px 28px;
}

.drive_tab_thi a.is-active{
  font-size: 18px;
  min-width: 250px;
  padding: 10px 28px 14px 28px;
  height: 70px;
}


.drive_usage_subtxt {
    font-size: 14px;
    line-height: 19px;
  }

  .tab-cont-box {
      width: 100%;
  }

  .drive_tab {
      flex-basis: 24%;
  }

  .icon-play-link {
      width: 38px;
      padding-left: 8px;
  }

  .drive_tab_sec {
      flex-basis: 19.7%;
      display: flex;
      align-items: center;
  }

  #column-content .case-b p.txt-point-bl1{
        height: 250px;
  }



}







/*    -----------------------------------   sp   ----------------------------------- */

@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:90%;
  padding: 10px 0px;
}


.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: 32px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 7px !important;
  letter-spacing: -.3pt;
  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_fileserver/fileserver_bg.png) center 100%;
  background-size: 100% !important;
  background-color: #0c65c2;
  background-repeat: repeat-x;
}



.main_img_area {
    width: 100%;
    padding: 24px 0 15px !important;
}


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



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



.section_distress{
  padding: 40px 0 5px;
}


  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: 0;
  font-size: 37px !important;
  line-height: 1.2;
  padding-bottom:6px;
}

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: 20px !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;
}

.section-service .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}




.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;
  font-size: 16px;
  margin: 0;
  height: 62px;
  border-radius: 0 0 6px 5px;
  color: #777777;
  line-height: 1.25;
}

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

span.cost_num_all {
    font-size: 21px;
}


.sp_scroll {
  overflow: scroll;
  width: 100%;
  border: 1px solid #D2DBE2;
  border-bottom: 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;
}



.scroll-hint-icon-wrap.is-active .scroll-hint-icon{
  z-index:99;
}

.price_comm{
  padding-top: 5px;
  font-size: 14px !important;
}

.comm_align li {
  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 h3{
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 33px !important;
  letter-spacing: -0.4px !important;
  margin-top: 9px !important;
}

.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: 12px;
  line-height: 1.3 !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;
}

.sec_option_li {
    width: 100%;
  }



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

.hukidashi_c {

  letter-spacing: -0.7px;
  font-size: 18px;
}



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

.option_title {
    line-height: 1.4;
}

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


.audit_img_area{
  padding: 35px 25px 20px;
}




/********************* 他社サービスとの比較 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;
}

.btn_link_apply_blue{
  font-size: 14px;
  margin: 6px auto 3px;
}


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

span.cost_num_all {
    font-size: 20px;
}




/*********************  料金 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: 18px;
padding: 6px 0px;
}

.sla_table_r{
font-size: 20px;
padding: 7px 10px;
width:55%;
}


.table_item_img{
  padding:20px !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.3;
    margin-bottom: 5px;
}




h4.cta_maintxt{
  font-size: 32px;
  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: 4px 16px;
      margin-bottom: 4px;
}

.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: 16px;
}


.share_img{
  padding: 30px 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 15px !important;
  font-size: 20px !important;
  line-height: 33px !important;
  letter-spacing: -1px !important;
}

.u_title span{
      font-size: 23px !important;
}



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


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



.logo-slide {
    padding: 15px 0px 0px 0px !important;
}



.tab_menu{
  padding: 12px;
}


.tab_menu_box{
      padding:0;
}



.main_btn_boxtd {
    width: 100%;
    max-width: 100%;
}




.tab-contents-item,
.tab-contents-item-sec,
.tab-contents-item-thi{
   padding:25px 14px;
}

p.tab_item_p{
  padding-left: 0px;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 12px;
}


.movie_contents01 {
    margin-top: 45px;
}


p.tab_item_p1 {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.5;
    color: #575757;
    padding-left: 0;
}


.tab_item_img{
    padding:18px;
}


.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{
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: 2px;
}


.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: 16px;
    margin-bottom:4px;
  }


.appbt-mv-button-text:before{
      left: 7.7%;
      top:16px;
}


.appbt-mv-button-text:after{
      right: 8%;
      top:16px;
}


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


.appbt-mv-button-text1:before,
.appbt-mv-button-text1:after{
    top: 16px;
    right: 24px;
}


.index_cta{
  padding:35px 0;
}


.index_cta:after{
  width:100%;
}


.gr_func_point {
    font-size: 13px;
    color: #9a9a9a;
    line-height: 1.4;
    text-indent: -12px;
    padding-left: 12px;
    margin-top: 4px;
    margin-bottom: 0px;
}




/*  selected css 追加   */



.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 {
  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: #869bb1;
  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:#e9eff5;
    font-size: 16px;
}

.access_td_right{
background:#fff;
text-align:center;
}


.hscroll {
 width: 99%;
 height: auto;
 position: relative;
 margin: 10px auto 0;
}

.hscroll ul {
 padding:0;
 margin:0;
 width:100%;
 height:100%;
 overflow:hidden;
 white-space:nowrap;
 scroll-snap-type:x mandatory;
 scroll-behavior:smooth;
}

.hscroll ul {
    overflow-x: auto;
}

.hscroll img {
 width:100%;
 height:100%;
 object-fit:contain;
}

.line_bar_grey{
    font-size: 24px;
}

.line_bar_rgrey{
  font-size: 24px;
}

.hscroll li {
 list-style:none;
 display:inline-block;
 scroll-snap-align:center;
 width:100%;
 height:100%;
}

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

/* 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 {
    border-right: 1px solid #d8dee3;
    text-indent: 0;
}



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


.compare_table_point{
      width: 50.7%;
      left: 49.7%;
}


#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: 1px solid #d8dee3;
}

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: 1px solid #d8dee3;
}




.dl_right_dd{
  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;
  border: 1px solid #d8dee3;
  border-left:none;
  border-top:0;
  text-align: center;
  background-color: #fff;
}


.hscroll{
  width:100%;
  margin:0;
}


/* .dl_table2 .dl_right_dd,
.dl_table3 .dl_right_dd {
    border-right: none;
} */


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

.hukidashi_a {
    left: 0%;
    top: 6.4%;
    letter-spacing: -1px;
    padding: 0px 15px;
}


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


.distree_left_box{
  font-size: 20px;
      padding: 10px 12px;
}



ul.examination_ul {
    flex-direction: column;
}


.examination_ul li{
      width: 100%;
      margin-bottom:24px;
}


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: 24px;
}

.merit-img3 {
    width: 100%;
    height: auto;
}


.section_merit{
        padding: 60px 0 34px;
}


.balloon-set{
      /* flex-direction: column;
      flex-direction:column-reverse */
          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: 26px;
}

.eng_title_top1{
  margin-bottom:12px;
}




.section-faq{
      padding: 50px 0;
}


.faq_area {
    padding-top: 12px;
}





/* 高速転送 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;
}



dt.tit_service_txt_sp.border-right-none.func_tit_font {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  background: #3784d9;
  color: #fff;
  width: 100%;
  word-break: break-word;
  white-space: normal;
  padding: 11px;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 15px !important;
  text-align: center;
  flex-direction: column;
}

dt.rowspan_title2 {
    width: 100%;
    padding: 14px 8px 14px 8px;
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    vertical-align: initial;
    align-items: flex-start;
    justify-content: center;
    border-left: 1px solid #d8dee3;
    border-right: 1px solid #d8dee3;
}

dt.rowspan_title2 span.txt-compare {
    line-height: 1.25;
    text-indent: 0;
    font-size: 14px;
}



dd.tit_service_txt_sp{
  font-size: 18px !important;
  height: 73px;
  text-align: center;
  line-height: 1.22;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}




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: 1px solid #d8dee3;
}




.dl_right_dd_2{
  width: 100%;
  padding: 14px 4px;
  font-size: 18px;
  height: 52px;
  line-height: 1.4;
  vertical-align: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dee3;
  border-left:none;
  border-top:0;
  text-align: center;
  background-color: #fff;
}


.hscroll{
  width:100%;
  margin:0;
}


.hscroll ul {
    overflow-x: auto;
}


.hscroll ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    /* border: 2px solid #4952b9; */
    border-top: none;
}


.hscroll li {
    list-style: none;
    display: inline-block;
    scroll-snap-align: center;
    width: 100%;
    height: 100%;
}





.cost_comm {
    font-size: 14px;
    padding-top: 3px;
}


.flex_right{
  /* border-left: 1.5px solid #a7a8bb;
  border-bottom: 1.5px solid #a7a8bb; */
}




dt.rowspan_title2.add_features {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
    padding:0;
     flex-wrap: wrap;
}


.add_features_left {
    writing-mode: vertical-rl;
    text-align: center;
    margin: 0 auto;
    width: 20%;
    display: flex;
    align-items: center;
     letter-spacing: 4px;
}



.add_features_right {
    width: 80%;
    font-size: 14px;
    border-left: 1px solid #d8dee3;
}


.add_right_item {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #eff0f7;
}


.rowspan_title2{
      background: #eff0f7;
}


.sp_plan_tite{
  background-color: #3784d9 !important;
  font-weight: bold;
  font-size: 19px;
  border-right: 1px solid rgb(138 180 224 / 51%);
}



.price_caution{
      padding-top: 5px;
}



dt.tit_service_txt_sp.border-right-none.func_tit_font.sp_plan_tite{

}




.measurement_table_point.hikaku_meas.sp_on {
    height: 142px;
    top: 72.35%;
}



/* 高速転送 table end */





 }



/*   --------------  sp end  -----------------   */




/************** youtube movie css add ***********/
#player-container {
  position: relative;
  width: 100%;
  /* height: 0; */
  padding-top: 0%;
  background-color: #000;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

.thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
}

/************ button ************/
.ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: pointer;
  line-height: inherit;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 108px;
  height: 108px;
  margin-left: -54px;
  margin-top: -54px;
  transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
  z-index: 63;
  border: none;
}

.ytp-large-play-button:focus,
.ytp-large-play-button {
  outline: 0;
}

.ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  fill: #ff0000;
  fill-opacity: 1;
}

.ytp-large-play-button:hover .ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}



div.play-button {
  transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
  fill: #ff0000;
  fill-opacity: 1;
}


@media screen and (max-width: 480px) {
  .movie-wrap iframe {
    border-radius: 0px;
  }

  .ytp-large-play-button {
      width: 62px !important;
      height: 62px !important;
      margin-left: -31px;
      margin-top: -44px;
  }

  a.video span {
    background-size: 400%;
  }

}
