@charset "utf-8";

/* ========================================
    ■ 必須設定
======================================== */
/* reset
----------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  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;
    /* color:#ffffff !important; */
}
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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h4{
  margin-bottom:0;
}
th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
td {
    vertical-align: middle;
    padding:14px 0 16px;
}
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;
}

html { font-size: 16px; }


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

a {
    color: #000;
    text-decoration: underline;
    transition: 0.2s ease;
}

a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}

a::before, a:hover::before,
a::after, a:hover::after {
    transition: 0.2s ease;
}

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


/* ========================================
    ■ General
======================================== */
.g-wrapper{
    min-width:1200px;
}

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;

}

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

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

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



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

.keyv .mv{
  background: url(/images/lp/denshichobo/denshi_bg1.webp) center 46.5% no-repeat;
  background-size: cover !important;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #000b1f;
}

.keyv .mv .logo{
  width: 1050px;
  margin: 0 auto;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

/* .keyv .mv .logo img{
    width:200px;
} */


.pt80{
padding: 30px 0 80px;
clear: both;
}


.offerstart_day{
  padding: 7px 0 55px;
  clear: both;
  width:1050px;
  }



.dc_ai_date{
  width: 35%;
  margin-left: 5px;
}

.dc_ai_logo{
  width: 25%;
  margin-right: 5px;
  margin-bottom: 8px;
}

.logo img{
  width:88%;
}


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


h2.catch img {
    padding: 0 10px;
    box-sizing: border-box;
    width:92%;
    margin-top: 18px;
}

.dc_ai_wrap {
    padding: 3.5% 0 0;
}

.dc_ai_wrap img{
  width:88%;
  margin:0 auto;
}



.catch_text01 {
  font-size: 57px;
   font-weight: 700;
   padding-bottom: 15px;
   color: #FFFFFF;
   letter-spacing: -.8px;
   margin: 0;
   padding: 0;
   line-height: 71px;
   text-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
   font-family: A-OTF Shin Go Pro;
   letter-spacing: 1px;
}



h3.eng_title_top {
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.4;
      margin: 0px 20px 4px;
      padding-top: 5px;
      color: #fff;
      letter-spacing: 0pt;
}


.main_b_txt p{
  letter-spacing: 0px;
    font-size: 22px;
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    color: #8d9abe;
    line-height: 1.4;
}


.left_ai_box{
  width:30%;
}


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



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


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



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





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

.section_start {
    background-size: 100%;
    background-color: #ffffff;
    padding: 10px 0 60px;
}


.cta {
    text-align: center;
    width:1100px;
    margin: 35px auto 0px;
}

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

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




.strength_title {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: -0.1px;
}






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

.AI_merit_view_top{
  width: 100%;
  font-size: 54px;
  color: #273037;
  padding: 5px 0 6px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
}


.AI_merit_view_top:before,
.AI_merit_view_top:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #bfd9f0;
}

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

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

.info_jiima_txt{
  font-size: 42px;
  color: #393C41;
  line-height: 1.4;

  text-align: center;
  font-weight: bold;
}



.section_distress {
    font-size: 17px;
    background: #f7f8ff;
    background: #fff;
    padding: 60px 0 75px;
    position: relative;
    background: url(/images/lp/denshichobo/bg_pattern_1.svg) center 20% no-repeat;
    background-size: cover;
}

/* .section_distress::after{
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 60px solid #f7f7fb;
  top: 98%;
  left: 46.4%;
} */


.distress_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 30px; */
}




.distress_img_box {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}


img.distress_img {
      height: 75%;
}


.distress_con {
  width: 31.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    /* background: linear-gradient(to right, #EAC0D9 0%, #742E86 28%, #CBE6EE 50%, #3761A5 72%, #CBE6EE 100%); */
    /* padding: 2px 1.5px; */
    box-sizing: border-box;
    border: 1.5px solid #d0d2e5;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px #c5c7d5;
}





.distress_con::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
}



.distress_img_box_w {
  width: 100%;
  /* height: 250px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  /* background: linear-gradient(180deg, #4952b9 17%, #131855); */
  border-radius: 0 0 15px 15px;
  padding:35px 35px 40px;
}

.distress_img_box_td {
  width: 100%;
  /* height: 250px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding:35px 35px 40px;
}

.distress_img_box_v {
  width: 100%;
  /* height: 250px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


img.distress_img_w {
      height: 75%;
}


.distress_con_wide {
  width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    position: relative;
    box-sizing: border-box;
    /* border: 1.5px solid #d0d2e5; */
    box-sizing: border-box;
    box-shadow: 0px 0px 7px #c5c7d5;
    background: #ffffff;
    border: 1.5px solid #bfc1d6;
}


.distress_con_wide::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
}

.distree_box_w {
  width: 100%;
  background-color: #4952b9;
  border-radius:14px 14px 0 0;
  /* background: linear-gradient(45deg, #080040 17%, #1A1362, #080040); */
  /* height: 112px; */
}




.distree_box {
    width: 100%;
    background-color: #4952b9;
    border-radius:14px 14px 0 0;
    /* background: linear-gradient(45deg, #080040 17%, #1A1362, #080040); */
}

.merit_subtxt{
  font-size: 19px;
  font-weight: 100;
  letter-spacing: -0.1px;
  line-height: 30px;
  color: #e5e7fe;
}


.distress_con_title {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.distress_con_title_w {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.distress_con_txt {
    height: 120px;
    border-radius: 11px;
}

.distress_con_txt ul li {
  letter-spacing: -0.3px;
  line-height: 1.45;
  position: relative;
  font-size: 18px;
}


.arrow_text {
    letter-spacing: 1.18px;
    color: #3a4752;
    text-align: center;
    padding: 25px 0 0px;
    position: relative;

    font-weight: bold;
}

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




/* ========================================
■ section メリット start ▼
======================================== */

.section_merit{
  padding: 70px 0 70px;
  background-size: contain;
  background-color: #ffffff;
  background: url(/images/lp/hybrid/bg_pattern_6.svg) center center no-repeat;
  background-size: cover;
}


.dc_ai_view_top{
    width: 100%;
    font-size: 45px;
    color: #3a4752;
    padding: 5px 0 30px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
}


.dc_ai_view_top:before,
.dc_ai_view_top:after {
  content: "";
  height: 1.7px;
  flex-grow: 1;
  background-color: #d4dbff;
}

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

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


.convenience_2{
  margin-top: 80px;
  border-top: 1px dashed #c6c8e3;
}


.convenience_movie{
  margin-top: 29px;
  background: #4952b9;
}


.movie_title{
  font-size: 26px;
      text-align: center;
      font-weight: bold;
      color: #ffffff;
      line-height: 1.4;
      padding: 13px;
      background-color: #5e65b5;
}

.youtube_iframe {
    padding: 40px;
    background-color: #f7f7fb;
}


.strength_area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px;
}

.strength_con {
  width: 32%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 7px #c0c6cdd9;
    border: 1px solid #d6dce2;
}



.box_title{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.tit_line_left, .tit_line_right{
  width: 30px;
  display: flex;
  justify-content: center;
}

.tit_line_center{
width:230px;
}

 .title_before {
       height: 3px;
       background-color: #ceccdc;
       width: 40px;
       transform: rotateZ(316deg);
}

.title_after {
  height: 3px;
  background-color: #ceccdc;
  width: 34px;
  transform: rotateZ(316deg);
}



.strength_con_title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 15px;
  background: #3383da;
  border-radius: 5px 5px 0 0;
}


.sct_p {
  text-align: center;
  font-size: 29px;
  line-height: 1.5;
}


.strength_con_txt {
  padding: 17px 12px 25px 20px;
  font-size: 20px;
  line-height: 1.45;
  height: 160px;
  letter-spacing: -0.3px;
}


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

.strength_con_img {
  text-align: center;
    width: 96%;
    /* background-color: #f5fbff; */
    /* border-bottom: 1px solid #eaf2f7; */
    padding: 18px 10px 0px 10px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
}



/* ========================================
■ section メリット end ▲
======================================== */








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


.section-scene{
  padding: 110px 0 80px;
  background: #f5fbff;
  /* background-color: #f7f7fb; */
  /* background:url(/images/lp/hybrid/bg_pattern_4.svg) right 0 bottom 100% no-repeat,
  url(/images/lp/hybrid/bg_pattern_5.svg) left 0% top 120% / 100% auto no-repeat;
  background: #ffffff url(/images/lp/hybrid/bg_pattern_5.svg) left 0% top 120% no-repeat; */
}

.scene_area{
  margin-top:0px;
  position: relative;
  z-index:33;
  border-radius: 15px;
}

.scene_point_title{
  padding-top: 3px;
  padding-bottom: 25px;
  margin: 0 auto;
  font-size: 58px;
  color: #3a4752;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.scene_title{
  background-color: #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.scene_title h4 {
  font-size: 38px;
  color: #3a4752;
  padding: 20px 50px 5px;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.4;
}

.scene_title p {
  width: 80%;
  font-size: 20px;
  font-weight: bold;
}


.scene_img_area {
  background-color: #ffffff;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding-top:20px;
}

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

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


.serve_text_g {
  padding: 7px 0px;
  color: #666666;
  font-size: 25px;
  display: block;
  margin-top: 17px;
  line-height: 35px;
  letter-spacing: -0.2pt;
}

.scene_content img {
  width: 170px;
}


.scene_con {
  border-radius: 0 0 15px 15px;
  padding: 43px 32px;
  background-color: #f6faff;
  /* box-shadow: 0px 0px 7px #cdced9bd; */
  border: 1.5px solid #bfccdb;
  border-top: 0px;
}

.scene_con_notice {
  /* border-radius: 0 0 15px 15px;
  padding: 43px 32px;
  background-color: #ffffff;
  border: 1.5px solid #bfccdb;
  border-top: 0px; */

  border-radius: 0 0 15px 15px;
  padding: 45px;
  background-color: #ffffff;
  border: 1.5px solid #bfccdb;
  border-top: 0px;
}

.jiima_con_notice {
  /* border-radius: 0 0 15px 15px;
  padding: 43px 32px;
  background-color: #ffffff;
  border: 1.5px solid #bfccdb;
  border-top: 0px; */

  border-radius: 0 0 15px 15px;
  padding: 40px 40px 55px;
  background-color: #ffffff;
  /* box-shadow: 0px 0px 7px #cdced9bd; */
  border: 1.5px solid #bfccdb;
  border-top: 0px;
}



.scene_img_area img{
  /* background-color: #fafaff;
  padding: 40px;
  border: 1px solid #d1dbee; */
  background-color: #f8f9fc;
  padding: 40px;
  border: 1px solid #e1e5eb;
}


.soution_small_title:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #4952b9;
  margin-left: 77.5rem;
  width: 27%;
  position: absolute;
}



.scene_merit_area{
  display: flex;
  padding: 20px 0px 5px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 92%;
  border-top: 1px solid #d1dbee;
  margin: 20px auto 0;
  justify-content: space-between;
}


.scene_merit_icon{
  width: 12%;
  margin-right: 10px;
  margin-left: 7px;
}

.scene_merit_area ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 22px;
  font-weight: bold;
  align-items: center;
  width: 85%;
}


.scene_merit_area ul li{
margin-right:40px;
}

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


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




.invisible {
    display: none;
}


/* ========================================
■ section-solution
======================================== */




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

.info_jiima {
  padding: 3.0em 0 4.0em 0em;
  background: #f0f7ff;
  position: relative;
}



.solution_1 {
  /* padding: 1% 0 3.5%;
  position: relative;
  background-color: #f1f1f9; */
  background: #f7f8ff;
  background: #fff;
  padding: 75px 0 75px;
  position: relative;
  /* background: url(/images/lp/hybrid/bg_pattern_6.svg) center center no-repeat; */
  background: url(/images/lp/denshichobo/bg_pattern_1.svg) center center no-repeat;
  background-size: cover;
}


.solution_2 {
  padding: 4.5em 0;
  background: #f0f7ff;
  position: relative;
}

.solution_3 {
  background: #f7f8ff;
  background: #fff;
  padding: 65px 0 65px;
  position: relative;
  /* background: url(/images/lp/hybrid/bg_pattern_1.svg) center center no-repeat; */
  background: url(/images/lp/denshichobo/bg_pattern_1.svg) center center no-repeat;
  background-size: cover;
}

.solution_4 {
  background: #f0f7ff;
  padding: 75px 0 75px;
  position: relative;
  background-size: cover;
}


/* .solution_1::after{
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 80px solid #f7f7fb;
  top: 100%;
  z-index:1;
} */


/* .solution_2::after{
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top:80px solid #f1f1f9;
  top: 100%;
  z-index:1;
} */


.soution_small_title{
  width: 73%;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}


.small_left{
  font-weight: 100;
  background: #4952b9;
  border: 2px solid #4952b9;
  height: 68px;
  transform: skewX( -21deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding-top: 5px;
}


.small_left p{
  transform: skewX(21deg);
  font-size: 29px;
  font-weight: bold;
  font-family: "Meiryo";
  text-align: center;
}

.small_right{
  background-color: #FFF;
  color: #4952b9;
  border: 2px solid #4952b9;
  width: 70%;
  box-sizing: border-box;
  height: 68px;
  transform: skewX( -21deg);
  margin-left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.small_right p{
  transform: skewX(21deg);
  font-size: 34px;
  font-weight: bold;
  font-family: "Meiryo";
}




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


.txtbox-blue {
  width: 100%;

  line-height: 15px;
  padding: 30px 0 0px 0px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;

}



.title_text-blue {
  margin: 0;
  padding: 0;
  font-size: 34px;
  color: #3a4752;
  font-weight: bold;
  line-height: 1.36;
  width: 100%;
  padding: 3px 5px 20px;
}



.icon_wrap {
  /* background-color: #fff;
  padding: 50px; */
  border-radius: 30px;
  margin-top: 50px;
}



.icon_reduction_li {
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-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: 19%;
}



.hybrid_view_txt {
      font-size: 22px;
      line-height: 1.45;
      border-top: 0;
      padding: 12px 5px 0px;
      color:#333;
}


.blue_font_area{
  padding-left: 10px;
  margin-bottom: 12px;
}

.blue_font_num {
  color: #378ee4;
  font-size: 67px;
  letter-spacing: 0px;
  padding-left:23px;
}

.blue_font_num:before {
  content: "・";
    display: inline-block;
    position: absolute;
    top: -15px;
    font-size: 39px;
    padding-left: 0px;
}

.blue_font {
  color: #378ee4;
  font-size: 65px;
  letter-spacing: -8px;
}

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

.blue-left-space{
  padding-left: 10px;
}

.orange_font {
    color: #4952b9;
    font-size: 48px;
    letter-spacing: -9.6px;
}

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

.point_pad_left {
  padding-left:10px;
}



.title_tri{
position: relative;
width: 140px;
height: 140px;
/* background-color:#4952b9; */
background-color: #5863bc;
border-radius: 50%;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
}


.title_tri p{
    margin:0;
    padding:0;
    border: 2px solid #c6c8e3;
    width: 18px;
    border-radius: 30px;
    margin: 0 auto;
}


.title_tri::after{
  position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    /* border-top: 18px solid #4952b9; */
    border-top: 18px solid #5863bc;
    top: 95%;
    left: 40%;
    z-index: 5;
}



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

  #bannerin_campaign   {
      display: none;
      position: fixed;
      left: 0px;
      bottom: 50px;
      z-index: 998;
      text-align: center;
      padding: 0;
  }

  #closebanner_campaign {
      width: 100%;
      position: fixed;
      left: -4px;
      bottom: 58px;
      z-index: 999;
      text-align: right;
      padding: 0;
      cursor: pointer;
  }

  #closebanner_campaign img {
    position: absolute;
    right: 23.4rem;
    width: 32px;
    height: 32px;
    bottom: 34.9rem;
    background-color: rgb(244 248 255 / 0%);
    border: 0px solid #378ee4;
    border-radius: 0px 0px 0px 12px;
    padding: 0em;
    box-shadow: 0px 0px 0px 0px rgb(193 193 193 / 0%);
    background-image: none;
  }

  .side_bn_title_wrap {
      position: relative;
      width: 16rem;
      min-width: 256px;
      height: auto;
      position: fixed;
      right: -2px;
      bottom: 10rem;
      background-color: #f4f8ff;
      border: 1px solid #210318;
      border-radius: 12px 0px 0px 12px;
      box-shadow: 0px 0px 5px 0px rgb(193 193 193 / 55%);
  }

  img.box-contents {
      border-radius: 12px 0px 0px 10px;
  }



  #banner{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 20px 0;
    background-color: #2f2f2fd6;
  }

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

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


.border_left_title{
  font-size: 38px;
  color: #3a4752;
  margin: 0 1px 10px;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
}

.border_left_title::before {
  content: "";
  width: 8px;
  height: 52px;
  display: inline-block;
  background: linear-gradient(180deg, #007AC6, #1853A4);
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 7px;
  background: #4952b9;
}


  .ai_usage_area {
    /* position: relative;
    background:linear-gradient(to right, #EAC0D9 0%, #742E86 28%, #CBE6EE 50%, #3761A5 72%, #CBE6EE 100%);
    border-radius: 16px;
    padding: 1.5px; */

    width: 100%;
    padding: 30px 35px 35px;
  }

  .ai_usage_area::after{
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    content: '';
    z-index: -1;
    border-radius: 16px;
  }

  .ai_logo_img {
    width: 26%;
    padding-left: 10px;
    vertical-align: middle;
  }

  .ai_usage_title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0px 12px;
    border-radius: 16px 16px 0 0;
    border-image: linear-gradient(to right, #EAC0D9 0%, #742E86 28%, #CBE6EE 50%, #3761A5 72%, #CBE6EE 100%);
    border-image-slice: 1;
  }

  .ai_usage_title_w {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 21px 8px 25px 30px;
    border-radius: 16px 16px 0 0;
    border-image: linear-gradient(to right, #EAC0D9 0%, #742E86 28%, #CBE6EE 50%, #3761A5 72%, #CBE6EE 100%);
    border-image-slice: 1;
  }

  .ai_usage_line {
    border-left: 2px solid #615ea857;
    width: 2px;
    height: 62px;
    border-left: 1.5px solid #697ac3;
  }

  .ai_usage_text {
    font-size: 24px;
    width: 68%;
    line-height: 1.3;
    /* color: rgb(48 52 68 / 80%); */
    color: #ffffff;
    text-align: left;
    font-weight: 100;
    font-family: "Meiryo";
  }

  .red_point {
    padding-left: 1px;
    line-height: 22px;
    font-size: 0.6em;
    color: red;
    padding-right: 3px;
  }



td {
    vertical-align: middle;
    border: 1px solid #a3abb0;
}

.table_disc li {
  font-size: 13px;
  color: #9398a5;
  margin-top: 0px;
  margin-left: 1px;
}


.table_disc{
  margin-top:7px;
}


.table_disc_notice{
  font-size: 13px;
  color: #a1a4af;
  margin-top:12px;
}


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


.func_table_l_title{
  text-align: left;
  padding-left: 25px;
  background: #f5f6f9;
}


.func_table_s_title{
  text-align: center;
}

.hybrid_view{
  margin-top:0px;
}



.rowspan_title{
  width: 46%;
  border: none;
  border-right: 1px solid #a3abb0;
  background: #f5f6f9;
  text-align: left;
  padding-left: 25px;
}


.rowspan_right_line{
  border: none;
  border-bottom: 1px solid #a3abb0;
  background:#f5f6f9;
  text-align: left;
  padding-left: 25px;
}

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

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


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



.range_title_p{
  font-size: 25px;
  text-align: center;
  padding:5px 0px 15px;
  color: #747474;
}




.denshi_range_title{
	text-align: center;
	background: #3784d9;
	color:#fff;
	border-right: 1px solid #a3abb0;
	font-weight:bold;
}

.denshi_range_blue_t{
	background: #0061D5;
	color:#fff;
	text-align: center;
	font-weight:bold;
}

.denshi_range_gray_t{
	text-align: center;
	background: #f5f6f9;
	/* font-weight:bold; */
}


.denshi_range_text{
	padding: 15px 10px;
    font-size: 19px;
    line-height: 1.3;
    vertical-align: top;
	color: #444;
	letter-spacing:-0.3pt;
}



ul.range_text_ul li {
	text-indent: -18px;
	padding-left: 17px;
	padding-bottom: 7px;
	line-height: 1.2;
}


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

}


.range_table_point_blue{
	border: 3px solid #0061D5;
    position: absolute;
    width: 36%;
    height: 62.7%;
    z-index: 5;
    left: 10%;
    top: 37.5%;
}


.range_table_point_orange{
	border: 3px solid #e30500;
  	position: absolute;
  	width: 54%;
  	height: 62.7%;
  	z-index: 5;
  	left: 46%;
  	top: 37.5%;
}


.range_table_point_blue2{
	border: 3px solid #0061D5;
	position: absolute;
	width: 46%;
	height: 100%;
	z-index: 5;
	left: 0%;
	top: 0;
}


.range_table_point_orange2{
	border: 3px solid #e30500;
  position: absolute;
  width: 54%;
  height: 100%;
  z-index: 5;
  right: 0;
  top: 0;
}

.range_com_point {
	font-size: 30px;
	color: #4e5c68;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
	padding: 23px 0px 0px;
}


.range_h2_title{
  padding: 10px 0px 3px 0px;
}




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

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

.table_point_area{
  width: 49%;
  font-weight: bold;
  color: #fff;
  font-size:28px;
  background: linear-gradient(45deg, #0071BE 8%, #033491, #3C1E87);
  background:#4952b9;
  padding: 10px 0px 17px 0px;
}

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

.tit_function_txt_b{
  background: #3383da;
  font-weight: bold;
  color: #fff;
  font-size: 27px;
  border-right: 1px solid rgb(164 196 231 / 62%);
  padding: 13px 0px 15px 0px;
}

.border-right-none{
  border-right: 1px solid rgb(186 198 207 / 0%);
}

.border-right-none{
  border-right: 1px solid rgb(186 198 207 / 0%);
}

.tit_small_b{
  font-size: 16px;
    line-height: 1.15;
    font-weight: 100;
    color: #f7c79e;
    letter-spacing: -0.6px;
}

.table_point_line {
    background-color: #ffffff;
    color:#555;
    font-weight:100;
    text-align: left;
    padding-left: 25px;
}

.table_price_txt {
  color:#222;
  font-weight:100;
  font-size: 24px;
  /* font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.table_tit_txt {
  color:#222;
  font-weight:100;
  font-size: 23px;
  /* font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.table_point_border{
  border: 2px solid #4952b9;
  width: 49%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

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

.price_table_r{
  background:#ffffff;
  font-weight: 100;
  font-size: 24px;
}

.price_b_br{
  background-color: #ffffff;
  /* border-right: 1px solid #b7c0cb;
  border-bottom: 1px solid #b7c0cb; */
  color: #000;
  font-size: 24px;
}

.price_b_br_line{
  background-color: #ffffff;
  /* border-right: 2px solid #0061d5; */
  /* border-bottom: 1px solid #b7c0cb; */
  color: #000;
  font-size: 24px;
}

.orange_tb_box{
  border: 2px solid #e30500;
    border-right: 0;
    box-sizing: border-box;
    background-color: #f67c00;
    color: #fff;
    font-weight: 100;
    font-size: 26px;
}

.orange_price_stb_box{
  border: 2px solid #e30500;
  border-right: 0;
  border-left: 1px solid #f67c00;
  color: #000;
  font-weight: 800;
  font-size: 25px;
  padding: 30px 0px;
}

.orange_price_stb_box1{
  color: #000;
  font-weight: 800;
  font-size: 25px;

  border: 2px solid #e30500;
  border-right: 0;
  border-left: 1px solid #74839a80;
  border-right: 1px solid #74839a80;
  padding: 30px 0px;
}

.orange_price_stb_box2{
  color: #000;
  font-weight: 800;
  font-size: 25px;

  border: 2px solid #e30500;
  border-left: 1px solid #74839a80;
  padding: 30px 0px;
}

.cost_comm {
    font-size: 16px;
    padding-left: 3px;
}

.cost_comm_p {
  font-size: 17px;
  padding-left: 3px;
}

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

.table_c_icon_b{
  width: 21px;
  vertical-align: sub;
}



.table_t_icon{
  width: 22px;
  vertical-align: sub;
}


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



/*         section       index_cta     start         */

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

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

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

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

.cta_text {
  width: 68%;
  margin-top: 0.5em;
}

h4.cta_maintxt{
  font-weight: bold;
  font-size: 41px;
  text-align: center;
  color: #3a4752;
  /* margin-bottom: 16px; */
  margin-top: 0px;
  line-height: 1.28;
  letter-spacing: 0px;
}

h5.cta_subtxt{
  font-size: 26px;
    text-align: center;
    line-height: 1.0;
    color: #747474;
    font-weight: 100;
    margin-bottom: 4px;
    margin-top: 6px;
    letter-spacing: -0.3px;
}


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

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

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

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

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


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

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

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

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



/************** メリット　**************/
.eng_box_line {
  text-align: center;
  margin: 0 auto;
}

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

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

.difference_point {
  padding: 12px 0 12px 25px;
  position: relative;
  border: 1px solid #0078C7;
  margin-top: 70px;
  border-radius: 8px;
  background-color: #fff;
}


.difference_point_box {
  width: 94%;
  display: flex;
  padding: 50px 35px 30px;
  position: relative;
  margin: 68px 0px 45px 0px;
  border-radius: 15px;
  border: 1.5px solid #b0b4db;
  background: url(/images/lp/dc_ai/ai_main_background.png) center 35% no-repeat;
    background-size: cover !important;
    background-color: #000b1f;
}

.d_point_title {
  width: 27%;
      background-color: #0078c7;
      border-radius: 8px;
      position: absolute;
      top: -36px;
      left: 19px;
}

.d_point_title_box {
  width: 25%;
    /* background-color: #4952b9; */
    background: rgb(38,39,142);
    background: linear-gradient(0deg, rgba(38,39,142,1) 1%, rgba(5,104,191,1) 50%, rgba(38,39,142,1) 100%);
    border-radius: 60px;
    border:1.5px solid rgba(5,104,191,0.5);
    position: absolute;
    top: -34px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

/* .d_point_title:before {
  position: absolute;
  top: 78px;
  width: 0;
  height: 0;
  content: "";
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #4952b9;
  left: 46%;
} */

.section_title_p {
  font-size: 26px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.35;
  color: rgb(48 52 68 / 80%)
}

.left_img {
  width: 25%;
  padding: 9px 12px 8px 15px;
}

.right_text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 2px;
}


.denshichobo_point_text {
  font-size: 31px;
  margin: 25px 0 0 0;
  font-weight: bold;
  text-align: center;
  color: #0078C7;
  padding: 10px 0px;
  line-height: 1.4;
}


.center_text {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}

.d_point_ul {
  margin-bottom: 0px;
  padding: 5px 20px 16px;
}

.d_point_check {
  position: relative;
  padding-left: 46px;
  font-size: 29px;
  margin-bottom: 10px;
  color: rgb(48 52 68 / 80%);
  line-height: 38px;
}

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

.blur-txt{
	filter: blur(5px);
}

.no-cost-txt-r {
  color: #b6bcc1;
  font-size: 1.2em;
  font-weight: 700;
}

.btn_link_apply_red {
  height: 50px;
  font-size: 19px;
  color: #ffffff;
  text-align: center;
  background: #FF114A;
  line-height: 49px;
  border-radius: 50px;
}


.btn_link_apply_red:hover {
  background: #E20036;
  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;
}

.all_btn_size {
  width: 230px;
  margin: 0 auto;
}

a.btn_link_a2 {
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
}


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

/***************   table border css   *****************/

.br-line-bottom{
  border: 2px solid #4952b9;
  border-bottom: 1px solid #4952b9;
}

.br-line-side{
  border: 2px solid #4952b9;
  border-bottom: 1px solid #C7C8DE;
  border-top: 0px solid #4952b9;
}

.br-line-top{
  border: 2px solid #4952b9;
  border-top: 0px solid #4952b9;
}


.plan_span_font{
  color: #888;
  font-size: 17px;
}



.pc_on{
    display: block;
}

.br_pc {
    display: block;
}

.sp_on {
    display: none;
}

.br_sp {
    display: none;
}




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


.fileserver_merit_ul li {
  width: 49.2%;
  background-color: #f5fbff;
  padding: 0;
  box-sizing: border-box;
  border-radius: 14px;
  box-shadow: 3px 3px #e9edf6;
  border: 1.5px solid #b7c5d9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.merit__img_area {
    background-color: #fff;
    border-radius: 15px 0 0 15px;
    padding: 20px 0;
    height: 150px;
    display: flex;
  justify-content: center;
  align-items: center;
}

.merit__img_area.merit_img1 {
  width: 24%;
  margin-left: 0;
  text-align: center;
}

.merit__img_area.merit_img2 {
  width: 24%;
    text-align: center;
}

.merit__img_area.merit_img3 {
  width: 24%;
    text-align: center;
  margin-left: 0;
}

.merit__img_area.merit_img4 {
  width: 24%;
    text-align: center;
}

.merit_img1 img {
  width: 100%;
  max-width:90px;
}

.merit_img2 img {
  width: 100%;
  max-width:100px;

}

.merit_img3 img {
  width: 100%;
  max-width:100px;

}

.merit_img4 img {
  width: 100%;
  max-width:92px;

}

.merit__text_area1 {
  width: 72.5%;
  padding-left: 0px;
}

.merit__text_area2 {
  width: 72.5%;
  padding-left: 0px;
}

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

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


/*********************** jiima logo area **************/
.jiima_info_ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}


.jiima_info_ul li {
  width: 47.5%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.jiima_img{
  width: 58%;
  margin: 0 auto;
}

.jiima_logo_area {
  /* background-color: #fff;
  padding: 2.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4.0rem;
  border-radius: 6px;
  box-shadow: 0px 0px 4px #d0d8e2e3; */

  margin-right: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-right: 1.5px dotted #e0e7ec; */
}


.jiima_logo_area.logo_img {
  width: 26%;
  margin-left: 0;
  text-align: center;
  padding-right: 3.5rem;
}

.logo_img img {
  width: 100%;
}

.logo_text_area {
  width: 67%;
  padding-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo_text {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
  color: #455461;
  margin-top: 0.5em;
  padding-bottom: 0px;
  letter-spacing: -0.65pt;
  text-align: center;
  width: 100%;
}

.logo_text:hover {
  color: #0054a6;
  text-decoration: none;
}

.logo_p {
  font-size: 21px;
  line-height: 1.65;
  padding: 7px 0px 30px 0px;
  color: rgb(79 95 109 / 90%);
  text-indent: -13px;
  padding-left: 0px;
  letter-spacing: -0.5pt;
  text-align: center;
}

.s_txt_den{
  font-size: 33px;
    letter-spacing: -0.4pt;
}

.link_notice{
  text-align: left;
  margin-top: 0rem;
}

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

.br-left-line{
  border-left: 1.5px dotted #eaeaea;
}

a.dencho_jiima {
  font-size: 17px;
  color: #455461;
  font-weight: 100;
  line-height: 30px;
  text-decoration: none;
  padding: 3px 14px 5px;
  text-align: right;
  width: 100%;
}

a.dencho_jiima:hover{
  color: #0f76cc;
  text-decoration: underline;
}

a.dencho_jiima:after{
  content: "▶";
  color: #f48d32db;
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
  padding-top: 9px;
}


.space_rightside{
  padding: 3px 43px 7px !important;
}

.arr-oran-img{
  height: 15px;
  vertical-align: middle;
  padding-bottom: 3px;
  padding-left:4px;
}


/* 料金 css  */


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


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

.dc-plan__group {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 20px;
  color: #2a333c;
  flex-direction: row;
  flex-wrap: wrap;
}


.dc-plan__item {
    padding: 30px 20px 20px;
    border-radius: 15px;
    flex: 1;
}

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

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


.dc-plan__item{
    background-color: #e6f2ff;
}

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

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

.dc-plan__name {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 4px;
    color: #41576c;
}

.dc-plan__price {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    color: #41576c;
    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: 5px;
}

.dc-plan__price .yen {
    font-size: 26px;
    margin-right: 6px;
}

.dc-plan__price .month {
    font-size: 18px;
    margin-left: 4px;
}


.dc-plan__detail {
    margin-top: 20px;
}

.dc-plan__detail__block {
    border-top: 1px solid #b8c7d76e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 8px 14px 8px;
    flex-direction: column;
    gap: 10px;
}


.dc-plan__detail__title {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    color: #596674;
    text-align: center;
}

  dt.dc-plan__detail__title span {
    display: block;
    text-align: center;
    font-weight: 100;
    font-size: 13px;
    margin-top: 5px;
    color: #91a2b3;
}

.dc-plan__detail__volume {
    line-height: 1;
    font-size: 23px;
    font-weight: 800;
    color: #41576c;
}

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



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



span.month {
    font-size: 16px;
}

.tit_function_first{
   width: 23%;
}

.td-top-margin{
  margin-top: 10px;
}


.tit_function_second{
  /* border-right: 1px solid #a1b9e6;
  border-left: 1px solid #a1b9e6; */
  width: 13%;
}

.tit_function_third{
  width:54%;
}

.table_explain li {
    text-indent: -20px;
    padding-left: 20px;
    padding-right: 23px;
}


.price_standard_offer {
    color: #378ee4;
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "AOS Icons", "Hiragino Kaku Gothic Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}

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


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

.price_stand_offer_table{
      background-color: #fff6b0;
}

.merit_tit {
    position: relative;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b69c8;
    border-radius: 15px 15px 0 0;
}


.merit_tit img {
  width: 10%;
  margin-right: 20px;
  position: absolute;
  left: 16%;
  bottom: 0;
}

.merit_tit_p {
    font-size: 49px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -3px;
    padding-left:2em;
}

.info_tit_p {
  font-size: 45px;
  font-weight: bold;
  color: #fff;

  font-family: 'Noto Sans JP', sans-serif;
}


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


.strength_scene_area{
  margin-top:97px;
  box-shadow: 0px 0px 7px #cdced9bd;
}

.info_area{
  margin-top:20px;
  box-shadow: 0px 0px 7px #cdced9bd;
}


.compare_table_point{
  border: 2px solid #0061D5;
  position:absolute;
  width: 18%;
  height: 100%;
  z-index: 5;
  left: 46%;
  top: 0%;
}


.strength_con_title{
      padding: 8px 0 8px;
}












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


  .keyv .mv .logo {
  width: 100%;
  padding-top: 30px;
  }


.g-wrapper {
    min-width: 100%;
}


.offerstart_day{
  padding: 7px 0 30px;
}

.dc_ai_date{
  width: 50%;
      margin-left: 3%;
}


.dc_ai_logo{
  width: 38%;
  margin-right: 1.8%;
  margin-top: 5px;
}


.dc_ai_wrap {
    padding: 25px 10px 0;
}

.dc_ai_wrap img{
  width:100%;
}


h2.catch img{
  width: 100%;
  margin-top: 5px;
  padding: 0 10px 0 14px;
}


.main_b_txt p{
  font-size: 14px;
  padding: 0px 32px;
  text-align: left;
  margin-top: 8px;
}


  .ai_usage_area {
      width: 100%;
      padding: 14px 14px 14px;
  }


  .ai_logo_img {
      width: 100%;
      padding-left: 0;
  }

  .ai_logo_img img {
      padding-bottom: 0 !important;
      width:65%;
  }


  .distress_con_title_w.ai_usage_title_w {
    padding: 0 16px 0;
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .ai_usage_text {
      font-size: 1.8rem;
      width: 100%;
      padding: 12px 4px 14px;
      font-family: 'Noto Sans JP', sans-serif;
  }

  .ai_usage_line {
      width: 100%;
      border-bottom: 1.5px solid #697ac3;
      height: auto;
  }



.wrap {
    width: 100%;
  }



.solution_4{
  padding:55px 0;
}


section.section_distress {
      padding: 55px 0;
  }


.AI_merit_view_top:after,
 .AI_merit_view_top:before{
   display: none;
  }


.distress_area {
    padding: 20px;
  }

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

.distress_con:nth-child(2) {
    margin: 25px 0;
}


.distress_img_box{
  height: 220px;
}


.distress_con_title{
  font-size:30px;
  height:80px;
}

.merit_subtxt{
    font-size: 16px;
}


.scene_con {
    padding: 25px 20px;
}

.scene_con_notice {
  padding: 20px;
}

.jiima_con_notice {
  padding: 15px 20px 10px;
}

.scene_point_title {
    font-size: 3.6rem !important;
    line-height: 1.3;
    padding-bottom: 15px;
}

.scene_area {
    padding: 10px 20px 0;
}


.serve_text_g {
    font-size: 1.1em;
    line-height: 1.4;
    margin-top: 5px;
}

.scene_img_area{
      padding-top: 6px;
}


.scene_img_area img {
    padding: 15px;
}


.soution_small_title {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.soution_small_title:after {
    margin-left: 14.5rem;
    top: 13%;
    width: 36%;
    display: none;
}

.small_left {
  height: 57px;
  width: 41%;
  margin-left: 0px;
  padding-top: 0;
  display: flex;
  justify-content: center;
}

.small_left p {
  font-size: 15px;
  line-height: 1.2;
  padding-left: 0px;
  font-family: 'Noto Sans JP', sans-serif;
}

.small_right {
  width: 59%;
  height: 57px;
}

.small_right p {
  font-size: 16px;
  width: 100%;
  line-height: 1.25;
  padding-left: 17px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}


.left_img {
  width: 18%;
  padding: 8px 10px;
}

.right_text {
    font-size: 16.5px;
}

.d_point_title {
    left: 5%;
    width: 90%;
    margin: 0 auto;
    top: -24px;
}


.difference_point {
    margin-top: 45px;
    padding: 35px 10px 9px;
}


.d_point_title:before {
    top: 35px;
    left: 43%;
}

.d_point_check {
    font-size: 1.5rem;
    padding-left: 25px;
    line-height: 1.4;
    margin-bottom: 7px;
}

.point_check_icon {
    width: 6.65%;
}

.d_point_ul {
    padding: 5px 10px 0;
}


.blue_font{
  font-size:4rem;
}

h2.AI_merit_view_top {
  font-size: 3.5rem;
  display: flex;
  flex-direction: column;
  line-height: 1.45;
  padding: 0;
}


.info_jiima_txt{
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 0px 2.0rem;
}

font.blue_font_num{
  font-size: 5.5rem;
padding-left: 4px;
}

.blue_font_num:before {
  top: 55px;
  font-size: 30px;
}

.blue_font:before{
  font-size: 30px;
  padding-left: 8px;
  top: 37px;
}


.blue_font_area{
  letter-spacing: -6px;
  margin-top: 8px;
}


.eng_title_s1 {
    font-size: 18px !important;
}


.solution_1,
.solution_2,
.solution_3{
  padding: 55px 0;
}

.info_jiima {
  padding: 35px 0;
}





/* cta start */


  .index_cta {
      min-width: 100%;
      padding: 50px 0 50px 0;
  }

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

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

.cta_item {
    width: 70%;
    padding-top: 0px;
}

.cta_text {
    width: 100%;
}

h5.cta_subtxt {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
}

h4.cta_maintxt {
    font-size: 32px;
    line-height: 1.2;
}

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

.btn_trial {
    width: 98%;
    height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
}

.btn_trial a, .btn_down a {
    font-size: 19px;
}

.btn_down {
    width: 98%;
    height: 50px;
}

.btn_trial a, .btn_down a {
    font-size: 19px;
}

/* cta end */


.pc_on {
  display: none !important;
}


.br_pc
 {
    display: none;
}


.sp_on{
      display: block;
}


.br_sp {
    display: block;
}


.tit_function_txt {
  width: 30%;
  font-size: 14px;
  padding: 10px 0px 9px 0px;
}



.tit_function_txt:nth-child(1){
  width: 28%;
}

.tit_function_txt:nth-child(2){
  width: 24%;
}

.tit_function_txt:nth-child(3){
  width: 13%;
}

.tit_function_txt:nth-child(4){
  width: 13%;
}

.tit_function_txt:nth-child(5){
  width: 13%;
}


.company_name{
  font-size: 13px;
}


.price_table_l {
  font-size: 14px;
  padding: 12px;
  line-height: 1.35;
  width:48%;
}

.table_point_area{
  width: 15%;
  font-size: 17px;
  padding: 13px;
  line-height: 1.2;
}

.tit_small_b{
  font-size:11px;
}

.all_btn_size {
    width: 96%;
    margin: 0 auto;
}


.plan_span_font{
  color: #888;
  font-size: 13px;
}

.btn_link_apply_red{
  height: 35px;
  line-height: 35px;
}

a.btn_link_a2 {
    font-size: 13px;
}

.table_price_txt{
  font-size: 18px !important;
}

.table_disc li {
    text-indent: -14px;
    padding-left: 14px;
}




.func_table_area, .price_table{
  font-size:15px;
}

.price_table{
  margin-top: 25px;
}


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



.func_table_l_title {
  padding: 12px;
  width: 2%;
  text-align: left;
  font-size: 14px;
}

.func_table_s_title{
  padding-left: 0;
  line-height: 1.3;
  font-size: 14px;
}

.rowspan_title{
  width: 5% !important;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.rowspan_right_line{
  width: 50%;
  text-align: center;
  font-size: 14px;
  padding: 11px;
}


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

.table_t_icon{
  width: 15px;
  vertical-align: sub;
}

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

.red_point{
  padding-left: 4px;
}


.table_point_line{
  font-size: 14px;
  padding: 12px;
}

.table_point_border{
      width: 44%;
}


.section-scene {
    padding: 60px 0;
}


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

#banner_campaign{
  display: none !important;
}

footer.footer p {
    padding: 0 20px;
}



.strength_area {
      display: flex;
      flex-direction: column;
  }

.strength_con {
    width: 100%;
    margin-bottom: 30px;
}




.strength_con_img{
  padding: 20px 20px 15px;
  width: 100%;
}


.strength_con_img img {
    width: 100%;
}


.strength_con_txt {
    padding: 0 20px 20px;
    font-size: 17px;
    line-height: 1.5;
    height: 100%;
}


.sct_p {
    font-size: 22px;
}

.table_explain li {
    padding-right: 0;
    text-indent: -20px;
    padding-left: 16px;
}


.merit_tit {
    padding: 15px 0;
}


.merit_tit_p {
  font-size: 20px;
  letter-spacing: -1px;
}

.info_tit_p {
  font-size: 25px;
}

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

.merit_tit img{
    left: 6%;
    margin-right: 20px;
    width:13%;
}

.strength_scene_area{
  margin-top: 0;
  box-shadow: none;
}

.info_area{
  margin-top: 0px;
  padding: 10px 20px 0;
  box-shadow: 0px 0px 0px #cdced9bd;
  position: relative;
  z-index: 33;
  border-radius: 0;
}

.fileserver_merit_ul {
  flex-direction: column;
  padding:0 20px 20px;
}

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

.merit_text{
      font-size: 22px;
}

.merit_p {
  font-size: 15px;
padding: 5px 10px 0px 0px;
}

.merit__img_area{
      height: 120px;
}


.merit_img1 img,
.merit_img2 img,
.merit_img3 img,
.merit_img4 img   {
    width: 70%;
    max-width: 90px;
}



.jiima_info_ul {
  flex-direction: column;
  padding: 0px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: 96%;
}


.jiima_info_ul li {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 20px 0px 35px;
}

.jiima_logo_area {
  height:100%;
}

.jiima_logo_area.logo_img {
  width:76%;
  margin: 0;
  text-align: center;
  padding-right: 0rem;
  border-right: 0px dotted #e0e7ec;
  padding-bottom: 10px;
}

.logo_text_area {
  width: 100%;
  padding-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo_text {
  font-size: 23px;
  line-height: 1.45;
  text-align: left;
  margin-bottom: 5px;
  letter-spacing: -0.45px;
  margin-top: 6px;
}

.logo_p {
  font-size: 16px;
  padding: 5px 10px 0px 0px;
  text-align:left;
  text-indent: 0px;
  padding-left: 0px;
  letter-spacing: 0pt;
  line-height: 1.45;
}

.s_txt_den{
  font-size: 20px;
    letter-spacing: -0.65pt;
}


a.dencho_notice {
  font-size: 14px;
  line-height: 1.0;
}

.jiima_img{
  width: 80%;
}

.br-left-line{
  border-top: 1.5px dotted #eaeaea;
  border-left: 0px dotted #eaeaea;
}

.space_rightside {
  padding: 3px 2px 7px !important;
}

a.dencho_jiima {
  font-size: 16px;
  line-height: 1.1;
  padding: 0px 0px 15px;
  text-align: right;
}

a.dencho_jiima:after {
  font-size: 13px;
  padding-left: 5px;
  padding-top: 10px;
}

.arr-oran-img{
  height: 13px;
  vertical-align: middle;
  padding-bottom: 2px;
  padding-left:3px;
}

.link_notice {
  text-align: left;
  margin-top: 1.5rem;
  line-height: 22px;
}



td.tit_function_txt_b{
  font-size: 16px;
  padding: 10px 0px;
}

img.table_c_icon_b {
    width: 15px;
}

.tit_function_first {
    width: 35%;
}

.tit_function_second {
    width: 16%;
}

.tit_function_third {
    width: 54%;
}


.compare_table_point{
  width: 26.5%;
  left: 31%;
}


.price_talbe_plan{
  width: 50%;
  font-size: 16px;
  padding: 10px 0px;
}
.price_table_r{
  font-size: 19px;
  padding: 12px;
  width:55%;
}

.cost_comm {
    font-size: 14px;
}

.cost_comm_p{
      font-size: 14px;
}


.orange_price_stb_box {
    border-right: 2px solid #e30500;
}


.price_talbe_plan:nth-child(1){
  width: 46%;
}

.c_t_line1{
    height: 126px;
        padding: 11px;
}


.c_t_line2{
    height: 50px;
        padding: 11px;
}

.c_t_line3{
    height: 50px;
        padding: 11px;
}


.range_title_p{
  font-size:19px;
  line-height:1.3;
}

.range_com_point{
    font-size: 21px;
    text-align: left;
    padding: 14px 0 0 0;
    line-height: 1.25;
}


.range_h2_title{
  padding: 0;
}


/* range sp style  start*/

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

.denshi_range_title {
    text-align: center;
    background: #3784d9;
    color: #fff;
    border-right: 1px solid #d8dee3;
    font-weight: bold;
    padding: 15px;
}

.denshi_range_gray_t {
    text-align: center;
    background: #f5f6f9;
    padding: 15px;
    /* font-weight: bold; */
}


ul.range_text_ul li {
    text-indent: -18px;
    padding-left: 17px;
    padding-bottom: 7px;
    line-height: 1.2;
}

.range_table_point_blue {
  border: 2px solid #0061D5;
      position: absolute;
      width: 67%;
      height: 59.1%;
      z-index: 5;
      left: 33%;
      top: 41%;
}

.range_table_point_orange {
    border: 2px solid #e30500;
    position: absolute;
    width: 67%;
    z-index: 5;
    left: 33%;
}



/* アコディアン */

.details_blue_box {
	border: 2px solid #0061D5;

}

.details_orange_box {
    border: 2px solid #e30500;
}

.summary_blue{
    background-color: #dfeefe;
    color: #0061D5;
}

.summary_orange{
    background-color: #FFFCDA;
    color: #e30500;
}



.details-summary {
    position: relative;
    display: block;
    padding: 18px 10px 36px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;

  	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.btn {
		position: absolute;
        top: 70%;
        left: 47%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #0061D5;
            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: 15px;
	.close-btn {
		display: block;
		margin:22px auto 12px;
		padding: 12px 70px 10px;
		background: #a7b4c2;
		color: #ffffff;
		text-align: center;
		border: none;
		border-radius: 5px;
		cursor: pointer;
    font-size:15px;
		&:hover {
			opacity: 0.8;
		}
	}
	p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 40px;
		}
	}
}

.denshi_range_td{
  padding:15px;
  text-align:left;
}


/* range sp style end */

}
