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

.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: 3.2em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 21px;
    padding-bottom: 5px;
    letter-spacing: 0px;
    padding-top: 15px;
}

h2.strength_title1 {
  color: #262b34;
    text-align: center;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 21px;
    padding-bottom: 5px;
    letter-spacing: 0px;
    padding-top: 10px;
}

.strength_title_size{
  color: #000;
    text-align: center;
    font-size: 73px;
    font-weight: bold;
    padding: 30px 0px 10px;
}



.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: 80px;
  letter-spacing: -9.6px;
}

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

.red_solution{
  font-size: 48px;
    color: #D5213F;
    letter-spacing: 1px;
    padding: 0px 1px;
}

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

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

.eng_title_top {
  display: inline-block;
  font-size: 21px;
  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%);
}

/* h3.eng_title_top {
color: #378ee4;
text-align: center;
font-size: 24px;
font-weight: 700;
line-height: 1.35;
margin: 0 20px;
} */

.eng_title_s{
  font-size:23px !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;
  }

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






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

#header {
      z-index: 999;
      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: 63%;
    min-width:370px;
}



/* #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: 1px 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: 999;
    background-color: #fff;
    transition: background-color .3s ease;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 15%);
}


.header__container {
    max-width: 1400px;
    height: 72px;
    padding: 0px 30px;
    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: flex-end;
}

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

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

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

.header__navi--left .naviItem__inner i {
  margin-left: 8px;
  opacity: .4;
  color: #4f5f6d;
}

.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: 323px 323px 323px;
  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 45px 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.65rem;
    color: #3a4752;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    padding: 15px 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 ▼
======================================== */


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

.keyv {
  background: url(/images/lp/lp_filesend/filesend_bg.svg) center 100%;
  background-size: 70% !important;
  background-color: #0c65c2;
  background-repeat: repeat-x;
}


.keyv .mv{
  position: relative;
  color: #fff;
  background-position: center;
  padding: 40px 20px 40px;
  margin: 0 auto;
  max-width: 1450px;
  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;
  }


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


.main_title_area{
      width: 58%;
}


.main_title_img{
  width: 65%;
  margin: 0 auto;
  padding: 15px 0px 10px;
}



.main_btn_area{
  display: flex;
  justify-content: center;
  padding-top: 22px;
}


.main_btn_area li {
  width: 42%;
  text-align: center;
  height: 60px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.8;
  position:relative;
}

.main_btn_area li:hover,
.main_btn_area li: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_area li a{
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

.main_btn_area li:nth-child(1){
  background-color: #fff;
  margin-right: 15px
}

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

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


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

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

.main_btn_area li: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 span {
      font-size: 27px;
      font-weight: 100;
      letter-spacing: 0;
      color: #fff;
  }

  .main_title_ori {
    color: #fff;
    font-size: 3.2em;
    font-weight: 600;
    font-family: A-OTF Shin Go Pro, 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 16px;
    padding-top: 10px;
    letter-spacing: 0.45px;
  }


  .main_img_area {
      width: 40%;
      margin-top: 0.6rem;
  }


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

    .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 #d2d2d2;
      transform: translateX(-22px) translateY(0) rotate(-28deg);
      content: "";
      width: 0;
      height: 38px;
    }

    .main_bottom_inner .statement:after {
      border-left: 2px solid #d2d2d2;
      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;
  }

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


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


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



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

.section_distress {
    font-size: 17px;
    background: url(/images/lp/lp_fileserver/backgroundimg_server.png) 0px 0px / auto no-repeat;
    background-size: 100%;
    background-color: #f7fafc;
    padding: 55px 0 60px;
    /* min-width: 1366px; */
}



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



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

.distress_con_cen {
    width: 29%;
}
.distress_con_title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 6px 0 5px;
  background-color: #0078c9;
  border-radius: 8px 8px 0 0;
}

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

.distress_con_txt ul li {
  padding-left: 12px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  line-height: 23px;
  position: relative;
}


.distress_con_txt ul li::before {
  position: absolute;
      color: #4472C4;
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 87px;
      top: 12px;
      left: 3px;
      background-color: #4472C4;
}


/* .distress_con:nth-child(1){
  width:19%;
}

.distress_con:nth-child(2){
  width:16%;
}

.distress_con:nth-child(3){
  width:21%;
}

.distress_con:nth-child(4){
  width:24%;
} */





.distress_img_box {
  width: 100%;
  text-align: center;
  position: relative;
}



.dist_hukidashi{
  font-size: 23px;
  position: absolute;
  font-weight: bold;
  line-height: 1.2;
  color: #2e74ba;
  text-align: center;
}


.dist_hukidashi ul li:nth-child(1){
margin-bottom:-3px;
}


.hukidashi_a{
  left: 14%;
  top: 17px;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.hukidashi_b{
  left: 5%;
  top: 13px;
  line-height: 1.15;
  padding: 0 11px;
  letter-spacing: -0.5px;
}

.hukidashi_c {
  left: 16%;
  top: 17px;
  letter-spacing: 0px;
  line-height: 1.5;
}

.hukidashi_d{
  left: 8.7%;
  top: 19px;
  line-height: 1.4;
  padding: 0 11px;
  letter-spacing: 0px;
}


img.distress_img {
    width: 98%;
    max-width: 100%;
}

ul.distress_con_txt_ul {
    font-size: 23px;
    color: #000;
    /* font-weight: bold; */
}

.distress_con_txt_ul li{
  position: relative;
      padding-left: 20px;
}

.distress_con_txt_ul li::before{
  position: absolute;
  color: #4472C4;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 87px;
  top: 19px;
  left: 3px;
  background-color: #4472C4;


}


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








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

.comparison_section{
  background-color: #ffffff;
  padding: 70px 0 10px 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;
}


/* ========================================
■ 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: 2em 0 4em;
  background-size: contain;
  background-color: #f0f5fc;
  background:linear-gradient(to bottom, #e3f3ff 7%, #ffffff 7% 80%);
}

.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_con{
  padding: 40px 40px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 7px 0px #d3d5d8bf;
  margin-top: 0.85em;
}


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


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

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

.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: #194793; */
  background-color: #2d7ccb;
  border-radius: 20px 20px 0 0;
}

.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: 20px 30px 35px 30px; */
  padding: 30px 30px 35px 30px;
  border-top: none;
  /* border: 1.5px solid #053B90;
  background-color: #ffffff; */
  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　▼
======================================== */


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


.best_plan_all {
    position: absolute;
    left: 27%;
    top: -40px;
    font-size: calc(16px + 1*(100vw - 320px) / 680);
    line-height: 1;
    font-weight: 700;
    background:#0576e5;
    background: linear-gradient(90deg, #2486FC 0%, #0058f9 100%);
    border-radius: 26px;
    color: #fff;
    padding: 8px 28px;
    text-align: center;
    z-index: 2;
}


.compare_table_point {
    border: 2px solid #0576e5;
    position: absolute;
    width:21.8%;
    height: 100%;
    z-index: 1;
    right: 21.5%;
    top: 0%;
}


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

.comment_txt_area1 {
  text-align: left;
  padding: 8px 0 12px 5px;
}

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

.chk_icon{
    vertical-align: bottom;
}

.section-service {
  background-color:#f9fcff;
  /* 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;
}

.link-service-url-l {
  width:100%;
  text-align: right;
  padding: 6px 4px 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;
}


/* ========================================
■ 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.5;
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 3px;
    color: #0b2044;
    text-align: center;
  }

  .point_txt_tit{
    line-height: 1.5;
    font-size: 48px;
    font-weight: 700;
  }

.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_img3 {
  width: 34%;
  margin-right: 28px;
}

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

.industry1 {
  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: 0px;
  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: 20px 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: 14px;
      font-weight: 100;
}


#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    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;
}


.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{
  /* padding: 67px 40px 20px;
  position: relative;
  border: 1.5px solid #ddeaf2; */
  margin-top: 60px;
  /* border-radius: 12px; */
  /* background: #f5fbfe; */
  /* border: 1.5px solid #c4d7e5; */
}

.difference_point1{
  padding: 67px 40px 20px;
    position: relative;
    margin-top: 52px;
    border-radius: 12px;

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

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

}

.detail_b{
  margin-bottom:15px;
}


.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_Con{
margin-bottom:60px;
}

.Detail_Con1{
  margin-bottom: 50px;
    margin-top: 0px;
  }

  .Detail_Con_l{
    margin-bottom: 0px;
      margin-top: 0px;
    }

  .Detail_Con2{
    margin-bottom:60px;
 }

.detail_contents1{
  padding:0 5px;
}


.filesend_table td{
  padding:20px;
  color:#777;
}

.filesend_table1 td{
  padding:15px 0px;
  color:#777;
}

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

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


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

.drive-detail-txt{
  font-weight: bold;
  color: #378ee4;
  padding: 3px 0px 0 24px;
  line-height: 1.3;
  font-size: 28px;
  letter-spacing: -0.3px;
}

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



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


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




.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: #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: 45px;
    letter-spacing: -0.3px;
}


.detail_con_p1 {
    padding: 4px 0px 20px 2px;
    font-size: 22px;
    line-height: 1.4;
    color: rgb(80 96 110 / 90%);
    text-align:left;
}

.section_sec_img_green {
  margin: 0;
  border: 1.5px solid #d0d7de;
  background-color: #ffffff;
  padding: 20px 30px 35px;
  border-radius: 0px 0px 10px 10px;
  border-top:0px;
}



.section_sec_img_green1 {
    margin: 0;
    border: 1.5px solid #aec7e1;
    background-color: #ffffff;
    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: 0 30px;
  margin: 70px 0 0;
  padding: 0 0 20px;
  flex-direction: row;
}

.choose_info ul li{
      width: 22%;
      cursor: pointer;
}

.choose_info_box{
  background-color: #ffffff;
}

h3.choose_info_item_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  font-size: 33px;
  line-height: 1.25;
  color: #222;
  font-weight: 700;
  text-align: center;
  height: 135px;
}


h3.choose_info_item_title::before{
  display: inline-block;
  font-size: 39px;
  color: #378ee4;
  font-weight: 700;
  text-align: center;
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.15;
  letter-spacing: 3px;
  padding-bottom: 6px;
}

.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_item_text {
  margin: 20px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
  height: 120px;
  color: #575a5ee3;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

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

.choose_merit_img1 {
  width: 70%;
  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;
}


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

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


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

h3.solution_dc_merit{
  color: rgb(8 11 14 / 80%);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: -0.8px;
    padding-top: 22px;
}


.merit_tit img{
  width: 10.5%;
  margin-right: 25px;
}


.merit_tit_p{
  font-size: 71px;
  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: 14px !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
}

.gr-line-w {
  padding: 20px 10px 20px 15px!important;
  font-size: 17px !important;
  line-height: 1.4 !important;
}


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

.grw-line_title_light1 {
  font-size: 16px !important;
    line-height: 1.4 !important;
    color: #ffffff !important;
    padding: 20px 10px !important;
    font-weight: 700;
}

.tb_bg_blue{
  background-color: #0078c9;
}

.tb_menubg_blue{
  background-color: #f0f8ff;
}

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

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

}

.txt_item_01_m {
  margin-right: 24px;
}

.s_text_area {
    width: 51%;
}

.s_text_area_m {
  width: 45%;
}

.s_text_area_m::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_02 {
    padding-left: 28px;
}

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

.s_text_area_m::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_m::before {
  content: " 01 ";
}

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


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

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

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

.s_text_area_m 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%);
    font-size: 25px;
    padding: 0px 7px;
}

.point-color-blue1 {
  color: #378ee4;
  background:linear-gradient(transparent 75%, #ff6 75%);
  font-size: 25px;
  padding: 0px 7px 0px 0px;
}

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


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




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




.share_li_img img {
    width: 39% !important;
}


.share_p{
  height: 150px;
}


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



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



.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_text_area_m ul {
  margin: 1em 1em 0em 0.1em;
  background-color: #f6f8fa;
  padding: 30px 25px 20px;
  border-radius: 6px;
}


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

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


.detail_img{
  background-color: #fafcff;
    border: 1.5px solid #d0deeb;
    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_con_p{
  padding: 10px 10px 18px 3px;
  font-size: 21px;
  line-height: 1.45;
  color: rgb(80 96 110 / 90%);
  letter-spacing: -0.35px;
}

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

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

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

.share_img{
  text-align: center;
  padding:25px;
  height:330px;
}

.share_img1{
  text-align: center;
  padding: 25px 10px 25px 17px;
  height: 280px;
}


.share_img .img1{
  width:100%;

}

.share_img .img2{
  width:98%;

}

.share_img .img3{
  width:100%;

}

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


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














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

  .share_item {
      width: 100% !important;
  }

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

  .share_item:nth-child(2){
    margin:0;
  }

  .share_item:nth-child(3){
  margin:0;
  }

  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: 12px 7px 14px 16px;
    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__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;
}




.service_td img {
    width: 20px;
}

.service_td1 img{
  width: 18px;
}

.chk_icon1 {
  vertical-align: bottom;
  padding-bottom: 8px;
}

.cross_icon1 {
  width: 14px !important;
    padding-bottom: 7px;
    opacity: 0.85;
}

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


.service_left_td {
    background-color: #f0f8ff;
    color: #50505a;
    padding: 13px 15px 16px;
    font-size: 21px;
}


.service_table_w th, .service_table_w td {
    border: 1.2px solid #e0e6ec;
    vertical-align: middle;
    position: relative;
}


.cross_icon {
    width: 16px !important;
    padding-bottom: 4px;
}


.service_title_txt {
    color: #545454 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 26px;
}

.plan_serve_name {
    font-size: 17px;
    margin: 10px 0 0 0;
    line-height: 21px;
    color: #a9abad;
    padding: 0;
}


.price_comm {
    font-size: 15px;
    line-height: 1.4;
    color: #818181;
    display: block;
    padding-top: 5px;
}

span.service-list-subtxt {
    font-size: 13px;
    color: #9ca2ac;
    line-height: 20px;
    letter-spacing: 0px;
    display: block;
}

span.cost_num_all {
    font-weight: bold;
    font-size: 33px;
    line-height: 36px;
    color: #555555;
}


.lp_display_none{
  display: none;
}

.aceess_level_table{
  width:100%;
}


.text_p_3line{
  height:125px !important;
}

span.capacity {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    margin-top: 5px;
}


.btn_link_apply_blue {
  height: auto;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background:#7EB0E6;;
  border-radius: 36px;
  letter-spacing: 0pt;
  width: 88%;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
  padding: 6px 10px 5px;
}


.enter_storage_title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  /* border-bottom: 1px solid #ffffff5c; */
  padding-bottom: 6px;
  /* margin-bottom: 5px; */
}

.capacity_num_b{
  font-size: 25px;
  padding: 0px 0px 0px 8px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}

.capacity_num_data{
  font-size: 19px;
  padding: 0px 0px 0px 2px;
  font-weight: 100;
  color: #fff;
  line-height: 1.4;
}




.btn_link_apply_blue ul{
      font-size: 17px;
      padding-left: 4px;
}

.enter_storage_ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-right: 10px;
    font-size:18px;
    padding-left: 0;
}

span.capacity {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-top: 5px;
}

.capacity_num {
  font-size: 20px;
  padding: 0px 3px 0px 14px;
  font-weight: bold;
  color: #fff;
  line-height: 31px;
}


.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;
    border-collapse: collapse;
    border-spacing: 0;
}


.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_b_br {
    background-color: #fff6b0 !important;
    color: #000;
    font-size: 30px;
    padding: 17px 0px 22px;
}




.sla_table_r {
  background: #ffffff;
  font-weight: 100;
  font-size: 24px;
  vertical-align: middle;
  border: 1px solid #d8dee3;
}












/* cat start */


.cta_section{
  margin-top:60px;
}


.index_cta {
    padding: 30px 0 40px;
    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: 86%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(/images/contents/contact-banner-bg.webp) 0% 0% no-repeat;
  background-size: cover;
}


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


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

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


.cta_text {
    width: 64%;
    margin-top: 1.55em;
}


h5.cta_subtxt {
    font-size: 24px;
    text-align: center;
    line-height: 1.0;
    /* color: #96999c; */
    color: #c6e0ff;
    font-weight: 100;
    margin-bottom: 13px;
    margin-top: 6px;
}




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




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


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



h4.cta_maintxt {
  font-weight: 100;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    margin-top: 9px;
    line-height: 1.35;
    letter-spacing: -0.5px;
}

.cta_maintxt_down {
  font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin: 7px 0px 8px;
}

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


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

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


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

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


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

.btn_down:hover,
 .btn_down:focus,
 .btn_down:active{
  color: #378ee4 !important;
  text-decoration: none;
   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_trial a:hover, .btn_trial a:active {
    text-decoration: none;
}


/* cat end */


.d_con_last {
    margin-bottom: 0px;
}



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











.dc-index-bg {
    width: 100%;
    height: min(53vw, 550px);
    overflow: hidden;
    position: relative;
}


dc-index-bg__video {
    width: 100%;
    height: 100%;
    background-image: url(/images/lp/lp_fileserver/bg_dc_movie.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.dc-index-bg__video:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #001642;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0.35;
}

.dc-index-bg__video video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}


.dc-index-bg__video:after {
    content: "";
    background: url(/images/lp/lp_fileserver/icon_play.svg) no-repeat center;
    background-size: cover;
    width: min(7.222vw, 119.6px);
    height: min(7.222vw, 119.6px);
    position: absolute;
    margin: auto;
    top: min(7vw, 110px);
    right: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 2;
    cursor: pointer;
}



.section_enterprise_comparison {
    padding: 3.5rem 0 4.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;
    margin-top: min(-14.5vw, -80px);
}

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


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

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


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


.choose_info ul li {
    width: 23.8%;
    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;
}



/*
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_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: 19px;
    font-weight: 700;
    color: #2887e5;
}


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


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
















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

.keyv {
  background: url(/images/lp/lp_filesend/filesend_bg.svg) center bottom;
    background-size: 200% !important;
    background-color: #0c65c2;
    background-repeat: repeat-x;
}


.main_v_warp {
    width: 100%;
    margin-top: 65px;
    padding:30px 20px 0px;
    flex-direction: column;
}


.main_title_area {
    width: 100%;
}

.main_title_img {
  width: 76%;
  margin: 0px auto;
  padding: 8px 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: 29px;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 14px !important;
  letter-spacing: -.3pt;
  padding-top: 8px;
}


.main_btn_area{
  padding-top: 15px;
  flex-direction: column;
}

.main_btn_area li{
  width: 95%;
  font-size: 18px;
  height: 50px;
  margin: 0 auto;
}


.main_btn_area li:nth-child(1) {
    margin-bottom: 10px;
    margin-left: 8px;
}


.main_img_area {
  width: 96%;
  padding: 10px 0 15px !important;
  margin: 20px auto;
}


.main_bottom_area{
    padding: 0px 17px 20px;
}


.main_bottom_inner .statement:before {
    position: absolute;
    left: 10%;
    height: 50px;
}

.main_bottom_inner .statement:after {
    position: absolute;
    right: 7%;
    height: 50px;
}


.statement span {
    font-size: 18px;
    line-height: 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;
}

  .main_b_img{
   width:100%;
   flex-direction: column;
  }

  .logo-slide__item {
      width: 120px !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: 35px;
  }

  .blue_font:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: 34px;
    font-size: 28px;
    padding-left: 2px;
}

.red_solution{
  font-size: 30px;
  color:#D5213F;
  letter-spacing: 1px;
}



.section_distress{
  padding: 20px 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: 23px !important;
  line-height: 1.9;
  padding-top: 15px !important;
}

h2.strength_title1 {
  font-size: 21px !important;
        line-height: 1.4;
        padding-top: 12px !important;
        letter-spacing: -0.5px;
}

.strength_title_size {
  font-size: 32px;
  line-height: 1.25;
  padding: 15px 0px 0px;
}

img.distress_img {
    width: 91%;
    max-width: 100%;
}


.distress_area{
  flex-direction: column;
  margin: 10px 0 0;
}


.distress_con{
    width:90% !important;
    margin-bottom: 40px;
}

.distress_con:nth-child(1){
  margin-top: 10px;
}

.distress_con:nth-child(2){

}

.distress_con:nth-child(3){

}

.distress_con:nth-child(4){

}


.dist_hukidashi{
      font-size: 20px !important;
}


h3.choose_info_item_title {
    font-size: 32px;
    height: auto;
    line-height: 1.25;
}


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



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

.solution_tit{
  padding: 10px 0px;
}

h3.solution_dc_merit{
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: -0.4px;
    padding-top: 0px;
}



.merit_tit img {
    position: absolute;
    margin-right: 0;
    top: -102px;
    width: 26%;
}


.merit_tit_p{
  font-size: 34px;
  line-height: 1.4;
}


.section_distress::after{
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 44px solid #f7fafc;
  top: 99%;
  left: 37.4%;
}

.egn_font {
     font-size:1em;
 }



.comparison_section{
  background-color: #ffffff;
  padding: 1.1em 0;
}


 .solution_title {
     padding: 15px;
     font-size: 25px;
     line-height: 1.3;
 }

 .hukidashi_sarani {
   top: -110px;
   left: 72px;
   position: absolute;
   font-size: 17px;
   height: 60px;
   width: 60px;
}

.hukidashi_sarani:after {
      left: 62px;
}

.hukidashi_sarani:before {
      left: 74px;
}

.sarani_img{
  position: absolute;
  width: 26%;
  top: -97px;
  left: 40%;
}

.strength_area {
    flex-direction: column;
    margin: 0px 0 30px;
    padding: 20px;
}

.strength_con {
    width: 100%;
}

.strength_con_title {
    height: auto;
}

.strength_con_img {
    height: auto;
}

.strength_con_img2,
.strength_con_img3 {
    margin-top: 40px;
}


.strength_con_img1 img{
  width: 87%;
  padding-top: 5px;
}

.strength_con_img2 img{
  width: 90%;
  padding-top: 5px;
}


.strength_con_img3 img{
  width: 90%;
  padding-top: 10px;
}






.strenght_item2_t {
    padding-top: 0;
}

.strength_con_txt {
    padding: 0;
    letter-spacing: -0.1px;
    line-height: 1.4;
    text-align: center;
    font-size: 17px;
}

p.sct_p {
  font-size: 22px;
  text-align: center;
  padding: 10px 0px 5px;
}

span.sct_stxt {
    font-size: 0.85em;
}

.function_con{
  width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 0;
}


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

.security_con_second{
  margin-top:20px;
}



.merit_con{
  width: 100%;
    margin: 0 auto;
    padding: 20px 20px 30px;
    margin-top: 5px;
}


.merit_second {
    margin-top: 20px;
}


.twolayout_left, .twolayout_right {
    width: 100%;
    margin-left: 0px;
}


.twolayout_right{
    margin-top: 8px;
}



.eng_title_s {
    font-size: 0.9em !important;
}

.esh_title {
    font-size: 1.7em !important;
}

.h2_title {
  font-size: 1.2em;
  margin-top: 0px;
  padding: 0 0 6px;
}

.h2_p {
    margin: 0px !important;
    line-height: 1.4;
    font-size: 0.85em;
}






.d_point_title {
  margin-bottom: -3.3em;
  width: 91%;
  top: -25px;
  left: 14px;
}

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

.point_check_icon img {
    width: 16px;
}

.differnce_h4{
  font-size: 24px !important;
  margin-top: 0px;
  padding: 7px 0px;
  line-height: 1.35 !important;
}


.drive-detail-txt{
  font-size: 20px !important;
  margin-top: 0px;
  padding: 5px 0px;
  line-height: 1.2 !important;
}

.shield-sub-txt{
  font-size: 17px;
  line-height: 1.3;
  display: block;
}

.demo__link_risk{
  margin:30px auto 20px;
}



.demo__text .d_icon_plus{
  width: 18px;
    height: 18px;
    margin-top: 5px;
}

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


.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: 0px;
    width:100%;
    padding: 40px 10px 20px 17px;
}


.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: 0em 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.3;
  font-size: 1.55rem;
  font-weight: 700;
  padding-bottom: 7px;
  color: #0b2044;
  text-align: left;
  padding-left: 5px;
}

.point_txt_tit{
  line-height: 1.3;
  font-size: 1.55rem;
  font-weight: 700;
}

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

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


.sp_toggle_contents{
    padding: 25px;
}

.sp_toggle_menu {
    font-size: 17px;
}

.sp_toggle_title {
    position: relative;
    margin-bottom: 25px;
}

.sp_t_title3{
margin-bottom:0;
}

.sp_toggle_title a{
    color: inherit;
}

.sp_toggle_item {
    font-size: 15px;
    padding: 10px 20px;
}

/* .sp_toggle_item:nth-child(4){
    padding: 10px 20px 0;
} */


.sp_toggle_title i{
  transform: rotate(0deg);
  transition: transform .3s ease;
  color: #b9bfc5;
}

.sp_toggle_title.is-open i{
  transform: rotate(180deg);
  color: #b9bfc5;
}

i.fa.fa-angle-down {
    position: absolute;
    right: 0;
    top: 5px;
}

.sp_toggle_item a{
  position: relative;
  padding-left: 5px;
}


.sp_toggle_item a:before{
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #158aff;
  top: 57%;
  left: -15px;
  transform: translateY(-50%);
}


.sp_toggle_cta_area{
  border-top: 1px solid #d8d8d8;
}


#lp_rightContents {
    padding: 25px;
    flex-direction: column;
}


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

.section_function {
  padding: 0 0 40px;
}

.section_comparison{
    padding: 7em 0 40px;
    margin-bottom: 0;
}



li.navi_cta{
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}

li.navi_cta a{
  top: 4px;
  font-size: 19px;
}

.cta_orange {
    margin-left: 0;
}

.cta_red {
  margin-left: 0;
}

.section_security{
  padding:40px 0 40px;
}


.section_title_p{
  font-size: 17px;
  text-align: center;
  padding-bottom: 15px;
}


.section_function_3{
  padding: 40px 0 40px;
}

.section_function_4{
    padding: 40px 0 40px;
}

.cost_performance_area{
  margin-top:15px;
}


.function_nocon {
    padding: 0;
}


.option_area{
  margin-top:0;
}

.option_line_con{
      padding: 15px;
      height: auto;
}

.option_item h5{
  font-size: 19px;
}

.option_item p{
    font-size: 16px;
}

.option-txt-s{
  font-size: 18px;
  letter-spacing: -.3pt;
  color: #378ee4;
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 5px;
}


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


.security_td1_top{
  font-size: 16px;
}

.security_td1_left{
    font-size: 16px;
}

td.security_td1{
      font-size: 16px;
}

/*     table   css       */


  .sp_hikaki_table, .sp_hikaku_title{
    width:100%;
    max-width:640px;
    box-sizing: border-box;
    border-spacing: 0px;
    font-size:16px;
    color: #3a4752d9;
    border-right:none;
  }

.sp_hikaku_title{
  background:#9097a0;
  color: #fff;
  padding: 10px 0px;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #c2cfdc;
}

.sp_hikaku_th,
.sp_hikaku_td{
  width: 100%;
  display: block;
  padding: 12px;
  background: #ffffff;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}



.text-left{
  text-align: left;
line-height: 1.4;
}


.sp_hikaku_th{
  background:#eff0f1;
  font-size: 17px;
  font-weight: 100;
  color: rgb(87 98 108 / 90%);
  border: 1px solid #c2cfdc;
  border-bottom: none;
  border-top: none;
}

td.sp_hikaku_td {
    border: 1px solid #c2cfdc;
}

.hikaki_table_grey {
    margin-bottom: 20px;
    background: #e6e9eb;
    width:100%;
    margin-top:20px;
}

.total_hikaku{
  color: #fff;
  font-size: 17px;
}


.hikaki_table_blue{
  background:#dae4ec;
    width:100%;
}

.hikaki_table_blue .sp_hikaku_th{
    background-color: #f1faff;
    font-weight:bold;
}



.hikaki_table_blue > td.sp_hikaku_td{
font-weight:bold;
}



.total_title_grey{
    font-size: 19px;
}

.total_price_grey{
  font-size: 22px;
  font-weight: bold;
}




.total_title_blue{
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background-color: #378ee4 !important;
}


.hikaki_table_blue > td{
  font-size:16px;
}



.total_price_blue{
    color: #167be1;
    font-size: 22px;
    font-weight:bold;
}




/*      table  css end    */


.fun__con_img1{
  width: 100%;
  margin-top: 1.4em;
}

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






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

h2.strength_title {
  padding-bottom: 6px;
  letter-spacing: -0.85pt;
  font-size: 35px !important;
  line-height: 1.1;
  padding-top: 8px !important;
}

.h3-01 {
  font-size: 18px !important;
  padding: 6px 0 18px 0;
  line-height: 1.4 !important;
}

.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: 0px;
  flex-direction: column;
  padding-bottom:15px;
  text-align:center;
}

.donyu_logo_img{
  width: 90%;
  margin: 0 auto;
}

.donyu_logo_img1{
  width: 100%;
  margin-right: 0px;
  text-align: center;
}

.donyu_logo_img3{
  width: 100%;
  margin-right: 0px;
  margin:0 auto;
}

.donyu_logo img {
  padding-top: 25px;
  width: 57%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}

.box_bg_donyu{
  background-color:#f5faff;
  padding:25px 17px 28px 10px !important;
  width:100%;
}

.industry{
  width:100%;
  height: 40px;
  font-size: 16px;
  margin-top: 10px;
  margin-left:0;
  padding: 6px 0;
}

.industry1{
  width:100%;
  height: 40px;
  font-size: 16px;
  margin-top: 0px;
  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;
}


.service_td1 {
  padding: 6px 10px 10px;
  font-size: 17px;
  line-height: 22px;
}

.fun__con_img1{
  margin-top: 15px;
}



.donyu_logo span{
  left: 68%;
  top: 6px;
  font-size: 13px;
  padding: 2px 17px 2px;
  letter-spacing: -1.1px;
}

.donyu_company2{
margin-top: 20px;
}



/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 1;
   z-index: 999;
   background-color: #f4f8ff;
   border: 1px solid #378ee4;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}



/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px;
}


.cta_wrap{
  width:90%;
  margin:0 auto;
}


.service_table_w th, .service_table_w td{
  vertical-align: middle;
}



#bannerin_seminar{
    display: none;
}



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


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

.main_btm_area_text{
  font-size: 23px;
  margin-bottom: 35px;
}


.choose_info ul{
  margin: 35px 0 0;
    flex-direction: column;
}

.choose_info ul li {
    width: 100%;
    cursor: pointer;
}


.s_text_area {
    width: 100%;
}

.s_text_area_m {
  width: 100%;
}

.txt_item_01,
.txt_item_01_m,
.txt_item_02,
.txt_item_03,
.txt_item_04{
    margin: 0;
    padding:0;
}

.s_text_area ul{
 margin: 12px 0 0 0;
 padding:20px 20px 10px;
}

.s_text_area_m 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: 39px !important;
  letter-spacing: 0px !important;
  margin-top: 6px !important;
}

.s_text_area::before{
      font-size: 2.2em;
}

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

.s_text_area_m h3{
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 39px !important;
  letter-spacing: 0px !important;
  margin-top: 6px !important;
}

.s_text_area_m::before{
      font-size: 2.2em;
}

.s_text_area_m ul li {
  font-size: 16px;
  text-indent: -16px;
  padding-left: 16px;
}

.s_text_area_m p{
  font-size: 17px;
  margin-bottom: 12px;
  line-height: 1.3 !important;
}

.choose_info li {
    margin-bottom: 5em;
}

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



.detail_contents1,
.detail_contents2{
  padding: 0;
}

.detail_contents2 {
    margin-top: 20px;
}

.detail_contents02 {
  margin-top: 0px;
}

.detail_con_p {
  padding: 4px 0px 12px 0;
  font-size: 16px;
  line-height: 1.4;
}


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


.detail_img ul{
  flex-direction: row;
}

li.cost_reduction_li {
    width: 100%;
}


.cost_reduction_liStep{
  font-size: 18px;
  padding: 14px 0;
  height: auto;
}

p.cost_reduction_ps{
  font-size: 16px;
  height: auto;
  padding: 18px;
}


.detail_img_left ul{
  flex-direction: column;
}

.sec_option_li {
    width: 100%;
  }



.hukidashi_a {
  text-align: center;
  left: 11% !important;
  top: 26px !important;
  }


.hukidashi_b {
  left: 6% !important;
  top: 31px;
  letter-spacing: 0.3px;
  font-size: 18px !important;
}

.hukidashi_c {
  left: 23.8%  !important;
  top: 20px !important;
  letter-spacing: -0.7px;
  font-size: 18px;
}


.hukidashi_d {
    left: 5%;
    top: 28px;
    line-height: 1.3;
    padding: 0 11px;
    letter-spacing: 0px;
}


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


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


.choose_info ul li figure{
  margin-top:0;
}

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


.detail_img{
      padding: 20px;
}


.detail_img1{
  padding: 15px;
  border-radius: 8px;
}

.detail_img_left{
  padding: 20px 15px;
  border-radius: 8px;
}


.detail_img img{
  width:100% !important;
}



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

.blue_span3{
  text-indent: -18px;
  display: block;
}

h3.choose_info_item_title::before{
  font-size: 36px;
  padding-bottom: 6px;
}

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


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


.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 1em;
  padding: 0;
  margin: 1em auto 0em !important;
}

.title_area_v h2{
  font-size: 16px;
  line-height: 1.35;
  padding: 10px 15px 12px;
}


.operation_img_area{
  background-color: initial;
  border: none;
  padding: 0;
  border-radius: 15px;
}

.section_sec_img_green{
  padding: 12px;
}

.detail_img.sec_option_area{
  padding: 0;
border: none;
background: none;
}

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


.service_title_txt{
  font-size: 20px;
}



.sp_tit_disc_top{
  font-size: 11px !important;
    display: block;
    margin-bottom: 3px;
    color: #777777 !important;
}


span.capacity {
    font-size: 12px;
    padding-top: 4px;
}




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


.demo__text {
    font-size: 16px;
    padding: 10px;
    margin: 0;
}

.Detail_Con {
    margin-bottom: 40px;
}

.Detail_Con1 {
  margin-bottom: 0px;
}

.Detail_Con2 {
  margin-top: 0px;
}

p.cost_reduction_ps2{
  height:auto;
  font-size:15px;
}


p.cost_reduction_p img{
  width:37% !important;
}

.difference_point1 {
  padding: 50px 20px 20px;
margin-top: 35px;
}


.cost_reduction_p{
  height:140px;
}

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


p.cost_reduction_ps1{
  height:auto;
  padding: 17px;
}

.func_text_stitle {
    line-height: 1.5;
    margin-bottom: 7px;
    font-size:17px;
}

.detail_contents4{
  margin-bottom: 30px;
}

.share_img{
  height:auto;
  padding: 15px;
}

.send_30gb_img{
    width: 43% !important;
}


.preview_thir_item{
  padding:20px 0;
}

.filesend_table td {
    padding: 12px !important;
}

.grw_li_txt {
    font-size: 17px;
}


.share_img1{
    height: auto;
    padding: 20px 10px 18px 23px;
}

.point-color-blue,.point-color-blue1{
      font-size: 17px;
}

.company-intro {
    padding: 0;
}

.summary_area1 {
    margin-bottom: 40px;
}


.donyu_logo_img1 img{
  width:90%;
}

.cta_w90{
  width:90%;
}

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

.detail_b {
    margin-bottom: 12px;
}




/*  sp service table  start*/


span.cost_num_all {
    font-size: 22px !important;
}


.sp_scroll {
  overflow: inherit;
  width: 100%;
  border: none;
}

.sp_scroll table{
  width: 100%;
  border-collapse: collapse;
  min-width: 100%;
}


.sp_scroll th {
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #D2DBE2;
  border-left:none;
}

 .sp_scroll_td{
   vertical-align: middle;
   padding: 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: inherit;
  text-align: center;
  letter-spacing: 5px;
}

.option{
background-color: #0081C6;
color: #ffffff;
font-weight: bold;
line-height: 1.3;
writing-mode: inherit;
text-align: center;
letter-spacing: 5px;
}


.purpose,
.option{
  width: 4%;
  font-size:14px;
  z-index: 99;
  padding-left: 6px;
}

.sp_table_tit {
background-color: #FAFAFC;
color: #50505a;
font-size: 15px;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #D2DBE2;
border-right: 1px solid #D2DBE2;
line-height: 1.38;
width: 46%;
}


.sp__table_title{
  text-align: center;
  background-color: #f4f5f6;
  box-sizing: border-box;
  padding: 20px 0 14px;
  width: 50%;
  border-bottom: 1px solid #D2DBE2;
  border-top: 1px solid #D2DBE2;
}



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


.chk_icon {
    width: 18px;
    padding-bottom: 5px;
}

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




.h3-01 {
  font-size: 20px;
  padding: 6px 0 18px 0;
  line-height: 1.3;
}

.main_btm_area_text{
  font-size: 23px;
  margin-bottom: 35px;
}


.choose_info ul{
  margin: 35px 0 0;
    flex-direction: column;
}

.choose_info ul li {
    width: 100%;
    cursor: pointer;
}


.s_text_area {
    width: 100%;
}

.s_text_area_m {
  width: 100%;
}

.txt_item_01,
.txt_item_01_m,
.txt_item_02,
.txt_item_03 {
    margin: 0;
    padding:0;
}

.s_text_area ul{
 margin: 12px 0 0 0;
 padding:20px 20px 10px;
}

.s_text_area_m ul{
  margin: 12px 0 0 0;
  padding:20px 20px 10px;
 }

.point_blue_span{
  /* display: block; */
  text-indent: -10px !important;
  font-size: 18px;
}


.s_text_area::before{
      font-size: 2.4em;
}

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

.s_text_area_m::before{
  font-size: 2.4em;
}

.s_text_area_m ul li {
font-size: 16px;
text-indent: -16px;
padding-left: 16px;
}

.s_text_area_m p{
font-size: 17px;
margin-bottom: 12px;
}

.choose_info li {
    margin-bottom: 1.2em;
}

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

.detail_contents1,
.detail_contents2,
.detail_contents02{
  padding: 0;
}

.detail_contents2 {
    margin-top: 30px;
}

.detail_contents02 {
  margin-top: 40px;
}

.detail_con_p {
  padding: 5px 0px 8px 0;
  font-size: 15px;
  line-height: 1.4;
}

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


.detail_img ul{
  flex-direction: column;
}

.sec_option_li {
    width: 100%;
  }



.dist_hukidashi ul li:nth-child(1) {
    margin-bottom: 5px;
  }



.detail_img{
      padding: 20px 15px;
      border-radius: 8px;
}


.company-intro{
      padding: 0;
}


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

.blue_span3{
  text-indent: -18px;
  display: block;
}

h3.choose_info_item_title::before{
  font-size: 36px;
}

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


.s_img_area_left{
    height: 210px;
}


.hot_storage_span{
  font-size: 10px;
  color: #b4b4b4;
  line-height: 1.3;
  display: block;
  margin-top: 11px;
}


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


.detail_cta{
  margin: 1em auto 0em;
  padding: 0;
  margin: 1em auto 1.5em !important;
}

.title_area_v h2{
  font-size: 18px;
  line-height: 1.32;
}


.operation_img_area{
  background-color: initial;
  border: none;
  padding: 0;
  border-radius: 15px;
}

.section_sec_img_green{
  padding: 12px;
}

.detail_img.sec_option_area{
  padding: 0;
border: none;
background: none;
}


.sec_text_box{
      height: auto;
}

.option_title {
    line-height: 1.4;
}

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






/*********************  料金   **************************/


.sp_tit_disc_bottom{
  display: block;
  padding-top: 3px;
  line-height: 1.3;
  text-indent: -8px;
  color: #a3a6ab;
  font-size: 11px !important;
}

.btn_link_apply_blue {
    width: 87% !important;
    font-size: 14px !important;
    margin: 6px auto 3px !important;
    height: auto !important;
    padding: 11px 4px 8px;
    border-radius: 10px;
}


.btn_link_apply_blue ul {
    font-size: 13px;
    padding-left: 0px;
}


.service_title_txt{
  font-size: 18px;
}


.capacity_num{
  font-size: 16px;
  padding: 0px 3px 0px 7px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}



.sp_tit_disc_top{
  font-size:10px;
  display:block;
  margin-bottom:3px;
}


span.capacity {
    font-size: 11px;
    padding-top: 1px;
}



/*********************  料金 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: 12px;
    position: absolute;
    top: 10px;
    width: 22px;
}



.list-wrapper>ul li.icon-check-box{
      padding-top: 10px;
      font-size: 15px;
      text-indent: 0px;
      padding-left: 40px;
}

.list-wrapper>p{
      left: 22px;
}







/* 料金　アコーディオン　start */

.details_blue_box {
    border: 1px solid #d6d6d6;
}



.summary_blue{
    background-color: #f0f0f0;
}


.details-summary {
  position: relative;
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #202124;
  background-color: #edeff6;
	&:hover {
		cursor: pointer;
	}

	.btn {
		position: absolute;
        top: 39%;
        right: 5%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #202124;
            border-radius: 10px;
            width: 16px;
            height: 2px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }
        &:before {
            width: 2px;
            height: 16px;
            top: 0;
            left: 7px;
        }
    }


	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}
		}
    }
}



.btn_orange::before,
.btn_orange::after{
 background-color: #e30500 !important;
}

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

.details-content {
	padding: 0px;
}

.close-btn {
	display: block;
	margin: 10px auto 30px;
	padding: 8px 32px;
  background: #a7b4c2;
  color: #ffffff;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}


.close-btn p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
  }


.close-btn p:last-of-type {
	margin: 0 0 40px;
}


.details-content {
	padding: 0px;
	.close-btn {
		display: block;
		margin: 7px auto 30px;
		padding: 8px 32px;
		background: #00a5a0;
		color: #0061D5;
		text-align: center;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		&:hover {
			opacity: 0.8;
		}
	}

	}


.details-content
.close-btn {
    display: block;
	  margin: 10px auto 30px;
    padding: 12px 70px 10px;
    background: #a7b4c2;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}



.business_plan, .premium_plan, .enterprise_plan {
    margin-top: 6px;
}


.sp_recommend{
  font-size: 11px;
  background: #45b179;
  padding: 4px 7px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #47996f;
}


.td_recommend{
  background-color: #f3faff;
}

/* 料金　アコーディオン　end */


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

.comment_txt_area{
  padding: 0;
}


.comm_align li{
  padding-bottom: 10px;
}

.indus_newalbe{
  width: 100%;
  height: 40px;
  font-size: 16px;
  margin-top: 0;
  margin-left: 0;
  padding: 6px 0;
}

.sp_plan_title {
    color: #3a4752;
    font-size: 20px;
}


span.gr_point {
    font-size: 0.45em;
    color: red;
    vertical-align: bottom;
    line-height: 15px;
}





/* sp service talbe end */




.img_sp_none_bg{
  background-color: inherit;
  border: none;
  padding: 0 !important;
}



.comm_align{
  padding:0;
}


.comment_txt_area {
    padding: 15px 10px !important;
}

.comment_txt_area1 {
    text-align: left;
    padding: 2px 0 0 0px !important;
}


.plan_serve_name{
  font-size: 15px;
}


.text_p_3line {
    height: auto !important;
}





.sla_table {
    font-size: 15px;
    color: #000;
}



.sla_table {
    margin-top: 15px;
    box-shadow: 0px 0px 0px #a7afba59;
}


.sla_table:nth-child(1) {
        margin-top: 0;
    }

    .sla_talbe_plan {
    width: 50%;
    font-size: 18px;
    padding: 6px 0px;
}


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



.cta_contents {
    flex-direction: column;
}


.cta_item {
    width: 90%;
    margin: 0 auto;
}


.cta_text {
    width: 100%;
    margin-top: 0.65em;
}


h4.cta_maintxt {
  font-size: 18px;
  line-height: 1.3;
  width: 90%;
  margin: 6px auto 0;
  text-align: center;
}

.cta_maintxt_down {
  font-size: 28px;
  line-height: 1.3;
  margin: 7px 0px 2px;
}


.cta_btn_area {
    flex-direction: column;
    margin-top: 13px;
}

.btn_trial {
    width: 100%;
    margin-right: 0;
    height: 56px;
}

.btn_trial a {
    font-size: 20px;
}

.btn_down {
    width: 100%;
    margin-top: 12px;
    height: 56px;
}


.btn_down a{
  font-size: 21px;
}


.cta_section {
    margin-top: 50px;
}


.d_con_last {
    margin-bottom: 0;
}


.cta_section {
    margin-bottom: 50px;
}


.difference_point {
    padding: 0;
    margin-top: 10px;
}

.detail_con_p1 {
    padding: 5px 5px 15px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
}


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


.section_sec_img_green1 {
    padding: 12px;
}


.detail_con_p_span {
  font-size: 12px;
  line-height: 20px;
  padding-top: 5px;
}

 }


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

.share_dcmovie {
  /* background-color: #378ee4; */
  padding: 4.2em 0em 4em 0em;
  min-width: 1200px;
  width: 100%;
  background: linear-gradient(90deg, #378ee4 0%, #2d89ef 50%);
  margin-bottom: 3.5em;
}

.share_dcmovie .wrap_movie {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  padding: 0px;
}

.moviebox_section{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0em 2em;
  width: 100%;
  margin: 0 auto;
}

.movietxt_area{
  width: 44.5%;
  margin-top: 1.3em;
}

.movietxt_area ul {
}

.movietxt_area ul li {
  padding-left: 0px;
  font-size: 25px;
  color: #ffffff;
  line-height: 1.85;
  text-shadow: 0px 1px 3px #002e56d1;
  letter-spacing: -0.5pt;
}

.intro_txt_movie{
  color: #ffef0e;
  letter-spacing: .04em;
  font-size: 32px;
  padding-bottom: 0px;
  font-weight: 700;
}

.movie_box_item_pointtitle{
  font-size: 53px;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3pt;
  padding-top: 1px;
  text-align: left;
  text-shadow: 0px 1px 3px #004e8ccf;
  vertical-align: top;
}

.user_100man_txt {
  font-size: 33px;
  line-height: 1.6;
}

.nayami_point{
  background: linear-gradient(transparent 82%, #ffef0ed4 8%);
    font-weight: 700;
    color: #ffffff;
    font-size: 54px;
    letter-spacing: -0.2pt;
    text-shadow: 0px 1px 3px #002646d1;
    line-height: 1.4;
}

.movie_que_box{
  padding: 26px 20px 20px 0px;
  position: relative;
}


.txt_point_color{
  background: linear-gradient(transparent 75%, #46B2F7 10%);
  font-weight: 700;
  color: #ffffff;
  font-size: 29px;
  letter-spacing: -0.2pt;
}

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

.movieimg_area1 {
  width: 50%;
  height: 100%;
  /* box-shadow: 0 5px 8px rgba(0, 0, 0, .2); */
  /* margin-top: 0.3em; */
  background-color: #ececec78;
  margin-top: 4.3rem;
  padding: 2px;
}

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

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

.embed-16-9 .embed-item {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}


.service_table_area{
  margin-bottom: 0px;
  margin-top:40px;
}




@media screen and (max-width: 480px) {
  .share_dcmovie {
    padding: 10px 0px 40px;
    min-width: 100%;
    margin-bottom: 1.7em;
  }

  .share_dcmovie .wrap_movie {
    width: 100%;
    padding: 0px 20px;
}

  .moviebox_section{
    padding: 0em 0.5em;
    width: 100%;
  }

  .movietxt_area {
    width: 100%;
  }

  .user_100man_txt {
    font-size: 27px;
    line-height: 1.25;
    margin-bottom: 3px;
  }

  .nayami_point {
    font-size: 37px;
    letter-spacing: -0.8pt;
    line-height: 1.35;
  }

  .movietxt_area ul {
    margin: 1em 0 0em;
    padding:0px;
    }

  .movietxt_area ul li{
    font-size: 20px;
    padding-bottom: 6px;
    text-indent: -17px;
    padding-left: 17px;
    line-height: 1.55;
  }

  .intro_txt_movie {
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.3pt;
    padding-bottom: 10px;
  }

  .movie_box_item_pointtitle {
    font-size: 35px;
    letter-spacing: -0.5pt;
    text-align: center;
    line-height: 1.1;
  }

  .movie_que_box {
    padding:0px;
  }

  .txt_point_color {
    font-size: 21px;
    letter-spacing: -0.5pt;
  }

  .movieimg_area{
    width: 100%;
    height: auto;
    margin-top: 1.2em;
  }

  .movieimg_area1{
    width: 100%;
    height: auto;
    margin-top: 1.2em;
  }


}

/* ========================================
■ section  movie 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%;
  }






  .btn_link_apply_blue {
      width: 85%;
  }

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

  .enter_storage_title {
      font-size: 15px;
      /* border-bottom: 1px solid #ffffff38;
      padding-bottom: 7px;
      margin-bottom: 5px; */
  }

  .capacity_num_b{
    font-size: 22px;
    padding: 0px 0px 0px 5px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
  }

  .capacity_num_data{
    font-size: 15px;
    padding: 0px 0px 0px 2px;
    font-weight: 100;
    color: #fff;
    line-height: 1.4;
  }


  .capacity_num {
      font-size: 15px;
      padding: 0px 3px 0px 7px;
      font-weight: bold;
      color: #fff;
      line-height: 1.8;
  }


  .recommend_icon {
    font-size: 13px;
    position: absolute;
    left: 144px;
    color: #fff;
    background: #0576e5;
    background: linear-gradient(90deg, #2486FC 0%, #0058f9 100%);
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 25px;
    top: 17px;
  }


  .service_table_area{
    margin-top:10px;
  }



}
