@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"; */
    /* background: transparent; */
}
body { line-height: 1; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: inherit; }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #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: top;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.5em 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:hover{
    opacity: 0.7;
}


div{
    margin:0;
    padding:0;
}


p{
    margin:0;
    padding:0;
    line-height: 1.4;
}


a {
    color: #0054a6;
    text-decoration: none;
    transition: 0.2s ease;
}


/* 共通設定
----------------------------- */


section{position: relative;}


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

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

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

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

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

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



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


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



a:hover {
    text-decoration: underline;
    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:100%;
}

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

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

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

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

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



.u-bold{
    /* font-weight: bold !important; */
}

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


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

/* 圏点 */



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



.c-btn01{
  display: block;
      text-align: center;
      font-size: 27px;
      color: #FFFFFF !important;
      background: #DD4303;
      text-decoration: none;
      padding: 10px 12px 6px;
      transition: 0.2s ease;
      border-radius: 10px;
      margin: 17px 0;
}

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

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

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


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

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


.c-btn01_set .c-btn01{
    width:32%;
    margin-right:2%;
    float:left;
}

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

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


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


.c-hl01{
    text-align: center;
}


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

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



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

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

}

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


.c-balloon_child{
    position: relative;
}


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

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

.people01_img{
    float:left;
    width:13%;
}

.c-balloon_child._people01 .c-balloon_wrap{
    float:left;
    width:60%;
    margin-left:20px;
}

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

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


.people02_img{
    float:right;
    width:13%;
    text-align:right;
}

.c-balloon_child._people02 .c-balloon_wrap{
    float:right;
    width:60%;
    margin-right:20px;
}

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

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



.people_icon_position3{
    position: relative;
    top: 6px;
}

.people_icon_position4{
    position: relative;
    top: 18px;
}






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

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

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

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

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

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



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

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

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

.c-image02{

}

.c-text01{
    margin: 25px 0;

}

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



.keyv .mv{
  position: relative;
  color: #fff;
  background-size: 100%;
  background-position: center;
  background-color: #008ee0;
}


.keyv .mv .logo{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: right;
}

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



.jump_img{
  /* background: url(/images/lp/datsu_zip/jump_male.png);
  position: absolute;
  top: 10.5%;
  left: 60%;
  width: 387px;
  height: 917px;
  background-repeat: no-repeat;
  background-size: 85%;
  z-index: 5; */
  width: 35%;
}

.jump_img img{
  width:88%;
}



.cloud_p1{
      /*background: url(/images/lp/datsu_zip/cloud_p1.png); */
      position: absolute;
      top: 51%;
      left: 0;
      width: 31%;
      background-repeat: no-repeat;
      background-size: 100%;
}


.cloud_p2{
    /* background: url(/images/lp/datsu_zip/cloud_p2.png); */
    position: absolute;
    top: 30%;
    left: 76vw;
    width: auto;
    height: 917px;
    background-repeat: no-repeat;
    background-size: 85%;
}


.cloud_p4{
    position: absolute;
    top: 62%;
    left: -17%;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
}





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




.main_text_area {
    margin-top: 0%;
}

.main_text_top{
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #4da8dc;
    padding-bottom: 15px;
    padding-left:5px;
    position: relative;
}


.ppap_popup {
  background-color: #fff500;
  padding: 21px 20px 16px;
  border-radius: 5px;
  color: #4a4a4a;
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  height: 64px;
  width: 26%;
  vertical-align: middle;
}




.main_text_top font{
    font-size: 43px;
    font-weight: 100;
}


p.main_text_middle {
      font-size: 25px;
      padding-top: 20px;
      padding-left: 5px;
      color: #e6f6ff;
}


p.main_text_bottom{
    font-size: 39px;
    text-indent: -20px;
    padding: 20px 0 0;
    padding-left:5px;
}


.c-btn_set {
  width:48.5%;
}



a.cta_2:hover {
  opacity: 1;
}


.icon_area {
    background-color: #1f9957;
    width: 16%;
    height: 68px;
    box-sizing: border-box;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    float: left;
    font-size: 15px;
    padding: 20px 4px 13px 11px;
    font-weight: bold;
    line-height: 1.1;
}



.icon_area:before {
    position: absolute;
    top: 0px;
    left: 78px;
    width: 0;
    height: 0;
    content: "";
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 15px solid #1f9957;
}


.qna_l, .trial_l {
    cursor: pointer;
}


.link_area {
    background-color: #26ab63;
    height: 68px;
    width: 84%;
    padding: 15px 15px 0px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0;
    padding-left: 30px;
    float: left;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 24px;
}

.link_txt {
    display: inline-block;
    padding: 3px 0 0;
}

.rig_po {
    width: 6%;
    float: right;
    padding-top: 5px;
}


.ppap_link_arrow{
  width: 5.6%;
  float: right;
  padding-top: 0px;
}




.cloud_p3,.cloud_p4,.cloud_p5,.cloud_p6,
.cloud_p7,.cloud_p8,.cloud_p9{
    position: absolute;
    width:100%;
}


.cloud_p3 img,.cloud_p4 img,.cloud_p5 img,.cloud_p6 img,
.cloud_p7 img,.cloud_p8 img,.cloud_p9 img{
    position: absolute;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
}




.cloud_p3 img{
  width: 54%;
  left: 75%;
  bottom: -5em;
  position: absolute;
}


.cloud_p4 img{
  width: 46%;
  left: -2em;
  bottom: -25em;
  height: auto;
  position: absolute;
}



.cloud_p5 img{
    width: 40%;
    right: 0;
    top: 15em;
}


.cloud_p6 img{
    top: -13em;
    left: -40em;
    width: 100%;
}

.cloud_p7 img{
    top: -55em;
    right: -23.5vw;
    width: 93%;
}

.cloud_p8 img{
    top: -32em;
    left: -73%;
    width: 100%;
}



/* ========================================
■ section-risk
======================================== */


.risk_bg{
    background: url(/images/lp/datsu_zip/cloudy_bg.png) center top no-repeat;
    background-color: #008ee0;
    background-size: cover;
    height: 1080px;
    padding-top:20px;
}


.risk_title {
    background-color: #800000;
    padding: 8px 20px 23px;
    color:#ffffff;
}

.risk_title h2{
    font-size: 65px;
    text-align: center;
    font-weight: bold;
    line-height: 1.15;
}


.risk_title span{
    font-size: 30px;
    font-weight: 100;
    color: #e9c9c9;
}



.risk_contents {
    background-color: #0000006e;
    padding: 50px;
    color: #fff;
    height:740px;
    font-size:55px;
    font-weight:bold;
    position: relative;
}



.risk_contents:after{
    content: "";
    display: inline-block;
    width: 330px;
    height: 380px;
    position: absolute;
    background-size: 100%;
    background-image: url(/images/lp/datsu_zip/risk_man.png);
    background-repeat: no-repeat;
    right: -9px;
    bottom: 0;
}


.risk_text{
    position: absolute;
    line-height: 1.15;
}

.risk_text span {
    font-size: 35px;
    font-weight: 100;
    display: block;
}


.risk_01 {
  right: 9%;
  position: absolute;
  text-shadow: 1px 1px 2px #483c3c;
  top: 11%;
  width: 80%;
}


.risk_01:before {
    content: "";
    left: -88px;
    position: absolute;
    background-size: 100%;
    background-image: url(/images/lp/datsu_zip/risk_patton01.svg);
    background-repeat: no-repeat;
    width: 202px;
    height: 193px;
    z-index: 0;
    top: -50px;
    opacity: 0.9;
}



.risk_02 {
  font-size: 63px;
  letter-spacing: 1.5px;
  line-height: 1.25;
  top: 38%;
  left: 19%;
  position: absolute;
  text-shadow: 1px 1px 2px #483c3c;
  width: 73%;
}


.risk_02:before {
    content: "";
    left: -113px;
    position: absolute;
    background-size: 100%;
    background-image: url(/images/lp/datsu_zip/risk_patton01.svg);
    background-repeat: no-repeat;
    width: 280px;
    height: 253px;
    top: -55px;
    opacity: 0.9;
}


.risk_03 {
    left: 15%;
    position: absolute;
    text-shadow: 1px 1px 2px #483c3c;
    width:80%;
    top:75%;
}


.risk_03:before {
    content: "";
    left: -77px;
    position: absolute;
    background-size: 100%;
    background-image: url(/images/lp/datsu_zip/risk_patton01.svg);
    background-repeat: no-repeat;
    width: 210px;
    height: 190px;
    top: -50px;
    opacity: 0.9;
}


.risk_03 span {
    font-size: 31px;
}




/* ========================================
■ section-hukidash
======================================== */

section.hukidashi {
    background-color: #028ddd;
    position: relative;
    padding-bottom: 80px;
    padding-top: 90px;
}


.c-btn-pT {
    margin-top: 40px;
}


.jump_img_2{
    width: 20%;
    justify-content: center;
}



.title_text_2{
    color: #fff;
    font-size: 12em;
    letter-spacing: 18px;
    line-height: 1.16;
}

.catch_text_2{
    font-size: 53px;
    color: #fff;
}

span.big_moji_2 {
    font-size: 1.4em;
    color: #d41616;
    text-shadow: 1px 1px 2px #1c7db5;
    line-height: 1.1;
}


section.hukidashi:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 380px;
    position: absolute;
    background-size: cover;
    background-image: url(/images/lp/datsu_zip/gradation_bg.png);
    background-repeat: no-repeat;
    bottom:0;
    left: 0;
}




.hukidashi_area {
    /* border-top: 1.5px dotted #1cacff; */
    height: 560px;
    position: relative;
    z-index: 10;
    padding: 45px 10px 0;
}



img.hukidashi_logo {
  top: 69%;
  width: 60%;
  left: 20%;
  position: absolute;
}






/* ========================================
■ section-function
======================================== */


.bg-function {
    background-color: black;
    padding: 45px 0;
    position: relative;
    z-index: 100;
}

.bg-function:before{}
.bg-function:after{}



.ultra_word_title {
    width: 19%;

}

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



.fun_title_area{
    width:72%;

}


.fun_title_text {
    font-size: 7.8em;
    color: #ffffff;
    line-height: 1.4;
}

.fun_title_text img{
  width: 22%;
  position: absolute;
  top: 19%;
  right: 28px;
}



.funtion_ul {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color:#8d8d8d;
    padding:0 5px;
}



.funtion_ul li{

}



.fun_yel_box{
    background-color: #ffd83d;
    padding: 12px 25px 7px;
    border-radius: 8px;
    color: black;
    width: 29%;
    text-align: center;
}




/* ========================================
■ section-fun-contents
======================================== */




.cho_area {
    position: relative;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 15%;
    padding: 8% 50px 50px;
    z-index: 100;
  }


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

  }

  .feature_intro_area {
    width: 100%;

  }





  .feature_intro_title {
    border-bottom: 1px solid #d41616;
    font-size: 50px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    padding: 0;
    line-height: 1.3;
    padding-bottom: 2px;
    position: relative;
  }


.feature_intro_title::after {
    content: " ";
    border-bottom: 1px solid #d41616;
    border-width: 4px;
    padding: 32px 14%;
    position: absolute;
    left: 0;

  }



  .feature_img_area {
      padding: 15px;
      border: 1px solid #dedede;
  }

  .feature_serve_txt {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 0 12px;
    display: flex;
    justify-content: space-between;
  }

  .feature_serve_txt p{
    line-height: 1.5;
  }


    .shield_logo_area {
        width: 33%;
        padding: 15px;
        float: left;
    }

    .cho_content{
        position: relative;
    }

    .cho_content img{
        width: 155px;
        position: absolute;
        left: 0px;
        top: -11em;
    }





    .red_bubble, .red_bubble_b {
      background: #d41616;
      color: #ffffff;
      padding: 11px 20px 7px;
      font-size: 22px;
      position: relative;
      margin-bottom: 8px;
  }


  .red_bubble::after {
      position: absolute;
      left: 22px;
      top: 48px;
      width: 0;
      height: 0;
      content: "";
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 13px solid #d41616;
  }


  .red_bubble_b::after {
    position: absolute;
    left: 20px;
    top: 52px;
    width: 0;
    height: 0;
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 13px solid #d41616;
}



.bubble_first{
  width: 100%;
  max-width: 320px;
}

.bubble_second{
  width: 100%;
  max-width: 195px;
}

.bubble_third{
  width: 100%;
  max-width: 440px;
}


  .shield_logo_r_text{
      width: 63%;
      float: right;
      padding:15px;
      font-size:22px;
  }

  .title_area_v {
    background: #4a3880;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 18px 10px 12px;
    font-size: 29px;
  }

  .section_sec_img_green {
      margin: 0;
      border: 1.5px solid #d0d7de;
      background-color: #fafcff;
      padding: 25px;
  }

  .bta_contents {
      margin-bottom: 35px;
  }

  .shield_f {
      color: #4a3880;
      font-weight: bold;
      font-size: 18px;
  }



    .bg-fun-contents {
      background-repeat: no-repeat;
      background-size: cover;
      background: linear-gradient(to bottom, #46b6ee 0%, #018fe1 50%, #46b6ee 100%);
      padding: 8% 0 3%;
  }






/* ========================================
■ 導入実績
======================================== */


.box_reduction {
    background: #E8F0FC;
    padding: 0 0 40px 0;
    width:100%;
    margin:0 auto 35px;
}

.lp_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    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: 150px;
  background-color: #3784D9;
  padding: 36px 0 40px 0;
  box-sizing: border-box;
}

.plan_icon_text {

}


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



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

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

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

.content_text_white_small {
    color: #ABD3F7;
    font-size: 18px;
    font-weight: 100;
    display: block;
}


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









.donyu_contents {
    padding-top: 60px;
}


.donyu_contents_ul{
  display:flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.donyu_contents_ul li:nth-child(1){
  font-size: 32px;
  padding-right: 30px;
  color: #333333;
  font-weight: bold;
  width: 62%;
}

.donyu_contents_ul li:nth-child(2){
  width: 34%;
}


.donyu_BA_area{
  display:flex;
  background: #003e6c;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: center;
  color: #fff;
  padding: 12px;
  margin-top: 25px;
  font-weight: bold;
}


.case_before{
    background-color: #f5f5f5;
    color: #fff;
    border-left: 7px solid #139be9;
    padding: 20px 25px 14px 30px;
    position: relative;
    width: 48%;
    text-align: left;
    color: #343434;
    height: 145px;
    line-height: 1.35;
    display: flex;
    align-items: center;
    border-top: 1px solid #139be9;
    border-bottom: 1px solid #139be9;
    justify-content: space-around;
    font-size: 20px;
}


.case_before:before {
    position: absolute;
    top: 0px;
    right: -26px;
    width: 0;
    height: 0;
    content: "";
    border-top: 72px solid transparent;
    border-bottom: 72px solid transparent;
    border-left: 27px solid #f5f5f5;
}



.case_after{
    background-color: #139be9;
    color: #fff;
    padding: 20px 25px 14px 45px;
    width: 52%;
    text-align:left;
    line-height: 1.35;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}




.highlight {
    background: linear-gradient(transparent 77%, #ffe957 70%);
    line-height: 1.3em;
    font-weight: bold;
}





/*---------------  他社比較　料金表　　---------------*/



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

.service_table_w th, .service_table_w td {
    border: 1px solid #d1d7d9;
    vertical-align: middle;
}



.top_fixed_border_right {
    border-right: 1px solid #d1d7d9;
}

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

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

.top_fixed_border {
    border-spacing: 0px;
    /* border-bottom: 1px solid #d1d7d9; */
    border-bottom:0 !important;
}
.fixed_menu {
    position: fixed;
    top: 0;
    z-index: 90;
}

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

.blue_area {
    background: #E8F2FE;
}

.service_td {
    background-color: #FFFFFF;
    color: #000000;
    padding: 16px 7px 11px !important;
    font-size: 15px;
    line-height: 28px;
}

.txt_padding {
    padding: 17px 14px;
}


.service_title_td_all {
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    padding: 30px 0;
    line-height: 30px;
}

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

.plan_serve_name {
    font-size: 14px;
    margin: 0;
    line-height: 8px;
    color: #888888;
    padding: 0;
}

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

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

.service_title_txt {
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none;
}

.mb35 {
    margin-bottom: 35px;
}

.purpose_title_all {
    margin-top: 5px;
    font-size: 15px;
    line-height: 18px;
    margin-bottom:10px;
    height:135px;
}


ul.price_purpose_ul_all {
    height: 175px;
}


.price_purpose_ul_all {
    margin: 0;
    padding: 0;
    padding: 0 0 0 8px;
    color: #6B6B6B;
}

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

.blue_area {
    background: #E8F2FE;
}

.service_left_td {
    background-color: #FAFAFC;
    color: #262626;
    padding: 17px 14px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
}

.all_btn_size {
    width: 155px;
}
.btn_link_apply_red {
    height: 32px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    background: #FF114A;
    line-height: 38px;
    border-radius: 4px;
    letter-spacing: -0.2pt;
    width: 77%;
}

.chk_icon {
    width: 16px;
    padding-bottom: 10px;
}

.triangle_icon {
    width: 20px;
    padding-bottom: 8px;
    margin-left: 0 !important;
}

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

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

.comm_align li {
  text-indent: -31px;
  margin-left: 35px;
  line-height: 20px;
  padding-bottom: 5px;
  list-style: none;
  font-size: 15px;
}

.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;
  border-radius: 76px;
  text-align: center;
  padding: 3px;
  margin-top: 0px;
  border: 1px solid #0058D3;
}

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

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

.section-service {
    background: url(/images/lp/datsu_zip/bgimg_05.png), url(/images/lp/datsu_zip/bgimg_05_W.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-color: #F9FDFF;
    background-size: 100%;
}

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

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


.box_in_title {
  width: 18%;
  padding: 0;
  font-size: 29px;
  text-align: left;
  padding-left: 13px;
  padding-top: 8px;
}

.box_txt{
  display: block;
}


.box_txt_c{
  width: 40px;
  height: 40px;
  background: #d3d3d3;
  display: block;
  border-radius: 75px;
  color: #ffffff;
  font-size: 37px;
  line-height: 1.15;
  font-weight: 100;
  margin:7px auto 0;
}

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

.box_in_y_con02 {
      background-color: #ffe957;
      width: 40%;
      padding: 8px 8px 2px;
}

.section-comparison {
  background-size: 100%;
  background-color: #fff;
  padding: 80px 0;
}

.plan_box {
    width: 100%;
    padding: 20px;
    border: 1px solid #d8dddf;
    background: #fafafc;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}

.plan_title_text {
    font-weight: bold;
    font-size: 55px;
    text-align: center;
    color: #333;
    padding: 8px 0 10px;
    line-height:1.3;
}

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

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

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

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

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

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

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

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

.bt0{
  border-top: 0;
}

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

.dcb_table_head {
    background-color: #4272EA;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #4272EA !important;
    border-bottom: 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;
}

.tab01::before {
    position: absolute;
    top: 72px;
    left: -42px;
    width: 35px;
    background-color: #FBE5DC;
    height: 299px;
    border-radius: 15px 0 0 15px;
    padding: 19px 6px 0 0;
    font-size: 16px;
    content: "コスト";
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    letter-spacing: 5px;
    color:#C55A11;
}

.tab02::before {
    position: absolute;
    top: 0px;
    left: -42px;
    width: 35px;
    background-color: #D9E1FB;
    height: 363px;
    border-radius: 15px 0 0 15px;
    padding: 20px 6px 0 0;
    font-size: 16px;
    content: "ファイル共有";
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    letter-spacing: 5px;
    color: #1F4E79;
}

.tab03::before {
    position: absolute;
    top: 0px;
    left: -42px;
    width: 35px;
    background-color: #FBE5DC;
    height: 274px;
    border-radius: 15px 0 0 15px;
    padding: 19px 6px 0 0;
    font-size: 16px;
    content: "共同作業";
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    letter-spacing: 5px;
    color: #C55A11;
}

.tab04::before {
    position: absolute;
    top: 0px;
    left: -42px;
    width: 35px;
    background-color: #D9E1FB;
    height: 477px;
    border-radius: 15px 0 0 15px;
    padding: 19px 6px 0 0;
    font-size: 16px;
    content: "セキュリティ";
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    letter-spacing: 5px;
    color: #1F4E79;
}

.plan_cho {
    width: 45px;
}

.help_popup {
    position: absolute;
    top: 17px;
}

.comparison_title {
    font-weight: bold;
    font-size: 55px;
    text-align: center;
    color: #333;
}


.comparison_title_txt {
    color: #002060;
    font-weight: bold;
    font-size: 33px;
}


.comparison_serve_txt {
    font-size: 21px;
    line-height: 25px;
    padding: 15px 0 10px;
    text-align:center;
}

.review_logo {
  width: 30%;
  padding-bottom: 0px;
  margin-right: 20px;
}

.review_serve_txt {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #3a3a3a;
    padding: 10px 0;
}



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



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



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




/*  ↑↑　ppap　追加　 ↑↑  *//*  ↑↑　ppap　追加　 ↑↑  *//*  ↑↑　ppap　追加　 ↑↑  *//*  ↑↑　ppap　追加　 ↑↑  *//*  ↑↑　ppap　追加　 ↑↑  */





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



.catch_text{
font-size:53px;
}


.catch_text01 {
  font-size: 57px;
  font-weight: 600;
  padding-bottom: 12px;
  color: #fff;
  letter-spacing: -0.3px;
  margin: 0;
  padding: 0;
  line-height: 66px;
  text-shadow: 0px 2px 2px rgba(0,0,0,.6);
}

.catch_text02 {
    font-size: 41px;
    margin: 12px 0 8px 0;
    line-height: 36px;
    text-shadow: 3px 3px 1px #1D1D1D;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
}


.cos_img_area{
    text-align: left;
    padding-top: 25px;
    padding-bottom: 52px;
}

.cos_img {
    width: 289px;
}

.pad_img_area {
  text-align: right;
      float: right;
      padding-top: 49px;
}

.pad_img {
    width: 400px;
}

.pad_wrap{

}


.movie_wrap {
  width: 100%;
  /* margin: 0 auto; */
  padding: 70px 0;
  background-color: #E8EDF5;
}

.tabicon_blue1_txt_share {
  font-size: 43px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background: transparent url(/images/filesend/point_bg_blue.png) no-repeat scroll center 0px;
  padding-top: 12px;
  height: 120px;
  background-color: #031144;
  border-radius: 8px 8px 0 0;
}

.movie_head{
  background-color: #031144;
  padding: 0 20px 40px;
}

.movie_head_text01{
  color: #ffffff;
  margin: 0;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
}

.movie_head_text02{
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: #B6B6B6;
  padding: 0 0 14px;
}

.movie_area{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.left_movie{
  display: inline-block;
  text-align: center;
  margin-right: 19px;
  float: left;
  width: 49%;
}

.left_movie_txtbox{
  background-color: #000;
}

.left_movie_txt{
  font-size: 16px;
  color: #AEB9C6;
  padding: 26px 0 26px;
  line-height: 15pt;
  height: 70px;
  vertical-align: middle;
}

.right_movie{
  display: inline;
  text-align: center;
  float: left;
  width: 49%;
}

.right_movie_txtbox{
  background-color: #000;
}

.right_movie_txt{
  font-size: 16px;
  color: #AEB9C6;
  padding: 15px 0 15px;
  height: 70px;
  line-height: 16pt;
}

.ifram_mb{
  display: block;
}

.service_link{
    font-size: 16px;
    color: #0070C0;
    padding: 0 0 0px 10px;
}

.service_icon_img {
    width: 160px;
}

.service_icon_area {
  padding: 10px 0 0 12px;
  text-align: left;
}






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


.merit_list {
    float: right;
    width: 63%;
    font-size: 20px;
    line-height: 31px;
    color: #292929;
    border: 2px solid #DAD2CC;
    padding: 23px;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 4px #EAE6E3;
    height: 281px;
    margin-right: 2px;
}


.merit_list ul li b{
    font-size: 22px;
    line-height: 22pt;
}



.merit_img_wt img{
    width:350px;

}

.merit_img {
    float: left;
    width: 36%;
    padding-top: 8px;
}
.section-risk .wrap{
  padding-top: 20px;
  padding-bottom: 55px;
}

.section-risk .text01{
    margin-bottom:27px;
}

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

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

.section-risk .merit{
margin-top:30px;
}

.section-risk .merit_hl{
    font-size: 40px;
    line-height: 1;
    color: #000000;
    padding: 0px 2px 20px;
    text-align: center;
    position: relative;
}

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

.section-risk .merit_list li{
  position: relative;
  padding-left: 39px;
  border-bottom: 2px solid #F3F3F3;
  padding-bottom: 7px;
}


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

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


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






.orange_font{
    color: #E85405;
    font-size: 56px;
    font-weight: 600;
    padding: 0px;
}

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



.demerit_title_txt{
  font-size: 56px;
  line-height: 57px;
  color: #fff;
  font-weight: 600;
  padding: 34px 0 16px 24px;
  border-left: none;
  border-right: none;
  letter-spacing: 1px;
  position: relative;
}



.demerit_wrap{
    position: relative;
}


.demerit_h2:before, .demerit_h2:after {
    content: '';
    position: absolute;
    top: 5.9%;
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #CACACA !important;
}
.demerit_h2:before {
    left: 53px;
    transform: rotate(50deg);
}

.demerit_h2:after {
    right: 53px;
    transform: rotate(-50deg);
}






.demerit_title_txt:before, .demerit_title_txt:after {
	content: '';
	position: absolute;
	top: 56%;
	display: inline-block;
	width: 60px;
	height: 4px;
	background-color: #fff;
}
.demerit_title_txt:before {
    left: 50px;
    transform: rotate(65deg);
}

.demerit_title_txt:after {
    right: 50px;
    transform: rotate(-65deg);
}



.title_point_y{
    color: #FFFC00;
    font-weight: bold;
    line-height: 15pt;
}





.boxnara_txt{
  font-size: 62px;
  line-height: 57px;
  color: #F65C1E;
  font-weight: 600;
  padding: 34px 0 16px 24px;
  border-bottom: 3px dotted #FAD5BF;
  border-left: none;
  border-right: none;
}

.boxnara_txt02{
  font-size: 38px;
  color: #000;
  font-weight: normal;
  line-height: 35pt;
  padding-top: 25px;
}

.boxnara_txt03{
  font-size: 23px;
  line-height: 30px;
  color: #877E79;
  padding: 10px 0 15px;
}


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

  .dash_blue{
    margin: 46px 0 0;
        border-top: 5px dotted #bad7fe;
  }


.section-profile .wrap{
  padding-top: 50px;
  padding-bottom: 70px;
  color: #666666;
}

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

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


.section-profile .profile {
  padding: 5px 0;
}





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

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

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

.donyu_bg{
    background: url(/images/lp/datsu_zip/bg_dcbox_choice.png) 0px 0px / auto no-repeat;
  background-color: #fdf5eb;
  background-size: cover;


}

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

.section-merit .donyu_wrap{
    padding-bottom: 0px !important;
}




.donyu_bg_03{
    background-color: #FDF5ED;
}


.faq_bg{
    background-color: #E6F5FF;
    background-size: 100%;
    padding-bottom: 50px;
    /* background:url(/images/lp/datsu_zip/bgimg_05.png) center top no-repeat, -moz-linear-gradient(top, #fbfdff, #fbfdff);
    background:url(/images/lp/datsu_zip/bgimg_05.png) center top no-repeat,  -webkit-linear-gradient(top, #fbfdff, #fbfdff);
    background: url(/images/lp/datsu_zip/bgimg_05.png) center top no-repeat, linear-gradient(to bottom, #ffffff, #fbfdff); */

  }


.tb01_mark{
    height: 65px;
}

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

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

.section-merit .tb01{
    width:100%;
    /* background:#fff; */
    border: 1px solid #c9c9c9;
}

.section-merit .tb01 th{
  text-align: left;
  vertical-align: middle;
  padding: 14px 12px 11px;
}


.tc{
    text-align: center !important;
}
.section-merit .tb01 td{
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-size: 16px;
  background: #fff;
}

.tal{
    text-align: left !important;
    vertical-align: top !important;
    padding: 15px 13px !important;
}

.section-merit .tb01 thead td{
    width:280px;
    background:#999999;
}

.mb5 {
    margin-bottom: 9px;
    line-height: 16pt;
    font-weight: 600;
}

.line_green_b {
    border-bottom: 2px solid #F76B1F !important;
}

.section-merit .tb01 thead th{
    width:360px;
    font-size:23px;
    color:#fff;
    font-weight: bold;
    border-left: 1px solid #c9c9c9;
}

.price_disc_ul li {
  text-indent: -18px;
  padding-left: 12px;
}
.section-merit .tb01 thead .tb01_thbg01 {
    background: #F76B1F;
    border: 2px solid #F76B1F;
    border-bottom: 0 !important;
}
.section-merit .tb01 thead .tb01_thbg02{
    background:#999999;
}
.section-merit .tb01 tbody th{
    background: #F2F2F3;
    font-size: 16px;
    width: 282px;
    letter-spacing: -0.4pt;
    border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

.section-merit td.bb2 {
    border-bottom: 2px solid #F76B1F;
}

.bb2_none{
    border-bottom:none;
}

.blc9{
  border-left: 1px solid #c9c9c9;
}

.line_green_l {
    background-color: #FFFFEB;
    border-left: 2px solid #F76B1F;
    border-right: 2px solid #F76B1F !important;
}

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

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

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

}

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

}

.section-merit .tb01_mark._2circle{
    color:#f28201;
    font-size: 67px;
}
.section-merit .tb01_mark._circle{
    color:#f28201;
    font-size: 53px;
}

.section-merit .tb01_mark._drool{
    color:#ddaf89;
    font-size: 63px;
}

.section-merit .tb01_mark._triangle{
    color:#ddaf89;
    font-size: 55px;
}
.veiw_new_tb {
    display: flex;
    flex-wrap: wrap-reverse;
}

.mb0{
  margin-bottom: 0 !important;
}

.bt0 {
    border-top: 0 !important;
}

.btn-more {
  text-align: left;
  padding: 18px 0px 12px 0;
  cursor: pointer;
  width: 45%;
  margin: 0 auto;
  background-color: #e67000;
  border-radius: 47px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.dropdown {
}

.dropdown ul { margin-left: 2em;}
.dropdown ul li { list-style-type: disc;}


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

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


.title_5tu{
    color: #F65C1E;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
  }


  .title_3tu{
    color: #F65C1E;
    font-size: 40px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 10px;
  }


.point6tu{
  font-size: 45px;
      font-weight: normal;
}

.point_6 {
    font-size: 50px;
    font-weight: bold;
}

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


.cost_reduction_ul mt20{
    display: inline-block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cost_reduction_li {
  width: 32%;
  float: left;
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  background-color: #fff;
  border: 1px solid #ECE3E1;
}

li.cost_reduction_li.col1 {
    width: 100%;
    margin-top:0px;
}

li.cost_reduction_li.col2 {
    width: 49%;
}

.cost_col2_img{
    height:auto;
    background-color: #fff;
    text-align: center;
}

.cost_col2_border{
padding:25px!important;
}


.cost_reduction_li:nth-child(4),
.cost_reduction_li:nth-child(5),
.cost_reduction_li:nth-child(6){
  margin-top:20px;
}

.cost_reduction_border {
    border-top: 0;
    padding: 20px 15px 25px;
    background-color: #fff;
    /* box-shadow: 0px 4px #828ca929; */

}


.mt20{
  margin-top:20px;
}

.mt30{
  margin-top:30px;
}

.mt50{
    margin-top:50px;
  }

.dash_orange_l {
    margin: 10px 0 0;
    border: 0.5px dashed #FAD5BF;
}


.cost_reduction {
    height: 180px;
    background-color: #fff;
    text-align: center;
}

.cost_reduction_ps {
    font-size: 17px;
    line-height: 23px;
    padding-top: 18px;
    height: auto;
}



.pc_date_level_ps{
    font-size: 17px;
    line-height: 23px;
    padding-top: 25px;
    height: auto;
}

.access_level_ps{
    font-size: 17px;
    line-height: 23px;
    padding-top: 0px;
    padding-bottom:8px;
    height: auto;
}

.shield_reduction_ps {
    font-size: 17px;
    line-height: 23px;
    padding-top: 18px;
    height: auto;
}



p.cost_reduction_ps.ps_shield_t{
    height: auto;
}


.title6{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
  width:100%;
  list-style: none;
}

.w30{
  width:30%;
}


.txtbox {
    width: 100%;
    height: 97px;
    line-height: 15px;
    padding: 10px 0 10px 0;
    font-size: 33px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-align: center;
    background: url(/images/lp/construction/bgbar.png) -85px 0px / auto no-repeat;
    background-repeat: no-repeat;
}

.catch_title{
    padding-top:5px;
}


.catch_titl,.second_title{
position:relative;
z-index:10;
display:flex;
align-items: center;
justify-content: center;
}

.catch_title_area{
  display: flex;
  position: relative;
  justify-content: space-between;
      margin-top: 85px;
}


span.big_moji {
    font-size: 1.5em;
    color: #d41616;
    text-shadow: 1px 1px 2px #1c7db5;
    line-height: 1.1;
}

.title_text {
    font-size: 11em;
    letter-spacing: 18px;
    line-height: 1.16;
}


.title_ppap{
    font-size: 12.5em;
    letter-spacing: 85px;
    line-height: 1.1;
}



.cost_reduction_liStep {
  background-color: #E85405;
  border-bottom: none;
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 13px 0 8px 0px;
  width:100%;
  height:62px;
}

.icon_reduction {
  background-color: #EBEEF1;
  font-size: 16px;
  color: #404040;
  text-align: center;
  padding: 12px 0 9px 0px;
  border: 1px solid #DCE7F0;
  border-top: 0;
  width: 100%;
  height: 60px;
  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: 0px;
  margin-bottom: -3px;
}

.icon_reduction_border {
  height: 150px;
  border: 1px solid #DCE7F0;
  padding: 9px;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.icon_reduction_box img {
    width: 120px;
}

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

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

.icon_reduction_box {
    text-align: center;
}

.icon_section{
  padding: 0px 35px 35px;
}

.icon_wrap {
    border: 1px solid #4472c4;
    background-color: #fff;
}
.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: 19%;
}

.p9 {
    padding: 9px !important;
}

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

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

.section-difference{
    background: url(/images/lp/datsu_zip/icon_backgroundimg-1.png) 100% 0px / auto no-repeat;
    background-size: 84%;
    background-color: #eaf3ff;
}

.section-difference02{
  background: url(/images/lp/datsu_zip/icon_backgroundimg-2.png) 0 100% / auto no-repeat;
  background-size: 100%;
  background-color: #eaf3ff;
}


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

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

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

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

.section-security .security_list li {
    background: #fff;
    width: 16.05%;
    float: left;
    margin-right: 10px;
    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;
    margin:0 auto;
    width: 164px;
    height: 80px;
    padding:10px
}

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


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

}

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

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

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


.donyu_title {
    font-size: 65px;
    color: #333;
    text-align: center;
    padding: 21px 0 13px 0;
    font-weight: bold;
}

.box_red_border{
  background-color: #AD0021;
}

.red_serve_title{
  font-size: 29px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 16px 0 12px;
}


.dzero_area {
    border: 1px solid #dcdcdc;
    border-top: 0;
    background-color: #fff;
    padding: 70px;
    border-radius: 30px;
    background-image: url(/images/lp/datsu_zip/notebg-dzero.png);
    background-size: 100%;
}



.koei_area {
    border: 1px solid #dcdcdc;
    border-top: 0;
    background-color: #fff;
    padding: 70px;
    border-radius: 30px;
    margin-top: 50px;
    background-image: url(/images/lp/datsu_zip/notebg-nigata.png);
    background-size: 100%;
    background-position-y: 10px;
}






.donyu_contents01, .donyu_contents02, .donyu_contents03 {
  border: 1px solid #d8d8d8;
  padding: 30px;
  margin-top: 20px;
}

.donyu_hr{
  border:0.5px solid #FCD089;
  margin: 9px 0 10px;
  clear: both;
}

.logo_area_d img{
    width: 42%;
}

.logo_serve{
    font-size: 20px;
    color: #808080;
    float: left;
    text-align: left;
    line-height: 25px;
    padding: 1px 0 0 25px;
}

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

.do_titletext{
    text-align: left;
    font-size: 27px;
    color: #000;
    padding-top: 7px;
    line-height: 2.1rem;
}

.do_text{
  font-size: 19px;
  line-height: 26px;
  color: #7F7F7F;
  margin-top: 13px;
  letter-spacing: -0.5px;
}

.blue_squ {
  background: url(/images/lp/datsu_zip/blue_squ.png) 0px 0px / 100% no-repeat;
      margin-right: 10px;
      width: 53px;
      height: 48px;
      font-size: 25px;
      text-align: center;
      padding-top: 5px;
      color: #fff;
      float: left;
}

.orange_squ {
    background: url(/images/lp/construction/orange_squ.png) 0px 0px / 100% no-repeat;
    margin-right: 10px;
    width: 53px;
    height: 55px;
    font-size: 25px;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    float: left;
}


.w20 {
  width: 24%;
  float: left;
}

.w30 {
    width: 30%;
    float: left;
}

.w40_k {
  width: 38%;
  float: left;
  padding-top: 17px;
}

.w40_d {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.title_center.w40_d:before,
.title_center.w40_d:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #fcd089;
    /* margin-right: 1rem; */
}


.w30_d {
    width: 32.5%;
    float: left;
    padding-top: 15px;
}

.block_text{
  width: 24%;
  background-color: #F57020;
  color: #fff;
  padding: 0px;
  float: left;
  margin-right: 3px;
  text-align: center;
  font-size: 32px;
  line-height: 42pt;
}

.block_text_do{
    width: 5.5%;
    background-color: #F57020;
    color: #fff;
    padding: 0px;
    float: left;
    margin-right: 3px;
    text-align: center;
    font-size: 34px;
    line-height: 39pt;
    padding-top: 5px;
}

.intro_area {
    margin-top: 0px;
}

.intro_01 {
    width: 50%;
    float: left;
}

.intro_02 {
    width: 47%;
    float: left;
    margin-top: 3px;
}


.mr0{
  margin-right:0;
}


.mr25{
  margin-right: 25px;
}

.mr30{
  margin-right: 30px;
}


.qna_bg{
  background: url(/images/lp/datsu_zip/qna_bg.png) 0px 1px / 100%  100% no-repeat;
}

.qna_title {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
    color: #EAF6FF;
    font-weight: normal;
    padding: 23px 0 10px 0px;
}


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

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

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

.section-simple .logo{

    margin-bottom: 20px;

}

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

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

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

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

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

}

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

}

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

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

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

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

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

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

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


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



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





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

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

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

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

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

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

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

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

}

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

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

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

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


.section-price .info_child dd{

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

}

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

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

.section-price .price{

    text-align: center;

}

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

.section-price .price_text01{
    /* display: inline-block; */
    width: 22%;
    color: #ef6228;
    font-weight: bold;
    font-size: 40px;
    padding: 5px 0;
    vertical-align: middle;
    /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */
    letter-spacing: 4px;
    line-height: 40px;
    float: left;
    text-align: right;
}

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

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

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


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

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

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

}

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


.intro_block {
    background-color: #3F3F3F;
    /* width: 30%; */
    display: inline-block;
    color: #fff;
    padding: 2px 25px 1px;
    border-radius: 6px;
}

.intro_title {
  color: #000000;
  line-height: 32px;
  padding-top: 15px;
  font-size: 26px;
}

.intro_serve {
  font-size: 18px;
  line-height: 25px;
  padding-top: 5px;
}

.intro_orange {
  color: #f76427;
  margin-top: 30px;
  font-weight: 600;
  font-size: 21px;
  width: 68%;
  display: block;
  float: left;
}

.intro_orange_serve {
    clear: both;
    font-size: 19px;
    line-height: 26px;
    color: #7F7F7F;
}

.hr_39 {
  width: 32%;
      float: left;
      margin-top: 44px;
}


.merit_i_title_span{
    display: block;
    font-size: 22px;
    line-height: 36px;
    color: #484848;
    text-indent: -14px;
}

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

.qna_area {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.qna_contents {
        padding: 25px 50px 35px;
}

.qna_text {
  color: #7F7F7F;
  font-size: 23px;
  text-align: center;
  padding-top: 9px;
}

.qna_serve_text {
  color: #000;
  font-size: 30px;
  text-align: center;
}

.qna_contents01 {
    width: 100%;
}

.w40 {
    width: 40%;
    float: left;
    padding: 3px 0 0;
}

.w60 {
    width: 60%;
    float: left;
    padding: 5px 0 0;
}

.qna_titletext {
  font-size: 18px;
  color: #383838;
  text-align: left;
  line-height: 22pt;
      padding-left: 80px;
}

.qna_serve_txt {
  font-size: 20px;
  color: #757575;
  padding-left: 0px;
  line-height: 19pt;
  padding-bottom: 7px;
  text-align: center;
}

.qna_title_wrap {
    position: absolute;
    top: -80px;
    left: 44%;
}

.qna_bottom_txt {
  color: #7fa0c1;
  font-size: 14px;
  line-height: 19px;
  padding: 10px;
}


.qna_download {
    width: 49%;
    background-color:#ea5127;
    font-size: 21px;
    text-decoration: none;
    color: #fff !important;
    padding: 16px 15px 10px;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

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

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

.qna_qna {
    width: 49%;
    background-color: #1f9957;
    font-size: 21px;
    text-decoration: none;
    color: #fff !important;
    padding: 16px 15px 10px;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
}

.qna_time_num {
  width: 82%;
  float: left;
  margin-top: 6px;
}

.qna_img {
  width: 13%;
  float: left;
  margin-right: 14px;
}

.qna_time {
  font-size: 14px;
    color: #8A8A8A;
    line-height: 18px;
    padding-left: 4px;
    margin-top: 5px;
}

.qna_number {
    font-size: 45px;
    letter-spacing: -0.5pt;
    line-height: 38px;
    color: #ff501e;
    font-weight: 600;
}

.company_logo_section{
      background: url(/images/lp/construction/logo_bg.png) 100% 100%no-repeat;
      background-size:cover;
      padding-bottom:70px;
}


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

.cta .head .wrap{
    padding-top:84px;
    padding-bottom:95px;
}

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

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

.cta .head .catch{
    color:#fff;
    font-weight: 700;
    line-height: 1.3;
}

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


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

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

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

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

.trial_b_txt {
  padding-top: 14px;
  text-align: center;
  font-size: 17px;
}

.trial_b_txt a{
    color: #12558d;
}

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


.security_list {

}

.w100 {
    width: 100%;
}


.logo_title_txt {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 4px #585858;
}

.logo_title_servetxt {
  font-size: 28px;
  text-align: center;
  width: 100%;
  margin: 11px auto 0;
  color: #DFE6EA;
  padding-bottom: 15px;
  line-height: 33pt;
}

.logo_box_txt {
  font-size: 18px;
  text-align: center;
  color: #000;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5px;
  letter-spacing: -.3pt;
}

.logo_box {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 0px;
}

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


.logo_area_d{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.t07 {
    font-size: 16px;
    font-weight: bold;
    padding: 17px;
    border: 1px solid #cccccc;
}

.gr14 {
  font-size: 16px;
  line-height: 14pt;
  padding: 17px;
      border: 1px solid #cccccc;
          vertical-align: middle;
}
.gr13 {
  font-size: 13px;
  color: #949494;
  line-height: 19px;
  padding-top: 7px;
}

.gr13 li {
    text-indent: -35px;
    padding-left: 37px;
}

.li-txt-gr {
    font-size: 12px;
    line-height: 13pt;
    color: red;
}


.t05 {
    line-height: 23px;
    padding: 20px 0 10px;
}

.table_title {
  font-size: 38px;
  font-weight: 100;
  line-height: 22px;
  color: #000;
}



.n_bg_h2 {
    font-size: 55px;
    font-weight: 100;
    /* line-height: 22px; */
    color: #000;
    padding-bottom: 0px;
    font-weight: 600;
    text-align: center;
}


.ls0_6 {
  letter-spacing: -0.6px;
  /* line-height: 30pt; */
  padding-bottom: 8px;
}
.table_serve_title {
    font-size: 55px;
    color: #000;
    font-weight: bold;
    text-align: center;
}


.table_hr{
  border-bottom: 3px dotted #D4E0F1;
  border-top: 0px;
  padding: 0;
  margin: 0;
}

.construction_table a, .construction_table a:visited, .tb01 a {
    text-decoration: none;
    color: #0f76cc;

}

.construction_table td {
    text-align: center;
}

.construction_table .tl {
    text-align: left;
}

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




.footer{
    text-align: center;
}

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



.orange_serve {
    background-color: #DEDEDE !important;
}

.orange_serve_d {
    background-color: #D0CAC4 !important;
}

.gray_serve {
    background-color: #e6e6e7!important;
}

.gray_serve_d {
    background-color: #E4DFD9!important
}


.orange_border {
    border-right: 2px solid #f76b1f;
    border-left: 2px solid #f76b1f;
}

.btn-more {
  text-align: left;
  padding: 20px 0px 16px 0;
  cursor: pointer;
  width: 45%;
  margin: 0 auto;
  background-color: #e67000;
  border-radius: 47px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.dot{
  text-align: center;
  padding: 10px 0;
  color: #b5700e;
  line-height: 20px;
  font-size: 25px;
  display: block;
}

.b_dot {
  border-top: 2px dotted #EADAD3;
  margin: 0.35em 0 0.8em;
}





.zip_table{
    border: 1px solid #e4e4e4; border-collapse: collapse;
    max-width:1200px;
}

.zip_table td{
    border: 1px solid #e4e4e4; border-collapse: collapse;
}

.zip_td_tit{
    border: 1px solid #e4e4e4;
    background-color: #e5e7ef;
}


.zip_td.line1{
    background-color: #f2f2f2;
    width:35%;
}

.zip_td.line2{
    background-color: #ffffff;
    width:65%;
}


.demo {
  margin: 0;
  color: #444;
}
.demo__link {
  position: relative;
  margin-top: 25px;
}
.demo__text {
  text-decoration: none;
  transition: all .2s ease 0s;
}

.demo__text .icon-plus:after {
  display: none;
}

.demo__text.close .icon-plus:after {
  display: block;
}

.demo__text .icon-plus {
  display: inline-block;
  margin-left: 5px;
  width: 21px;
  height: 21px;
  position: absolute;
  background-color: #FFDFA9;
  border-radius: 74px;
  text-align: center;
  padding: 3px;
  margin-top: 9px;
}

.demo__text .icon-plus:before {
  width: 15px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 3px;
  color: #F99200;
  background-color: currentColor;
  content: '';
}


.demo__text .icon-plus:after {
  width: 15px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 3px;
  color: #F99200;
  background-color: currentColor;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.demo__body {
  margin: 0;
}

.demo__list{
    margin:0;
}


.po_left {
    padding-bottom: 6px;
    padding-right: 5px;
}

.po_right {
      padding-bottom: 6px;
}

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





.logo_h1 {
    margin: 15px 0px 18px;
}


.section-demerit{
    background-image: url(/images/lp/datsu_zip/bg-demerit.png);
    background-size: cover;
    padding-bottom: 140px;
}


.area_triangle{
    border-top: 35px solid #fff9f0;
    border-right: 45px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 45px solid transparent;
    width: 36px;
    text-align: center;
    margin: 0 auto;
}

.brushup_contents {
    background-color: #E6F5FF;
    padding: 40px 35px 50px 50px;
    margin: 7px 0 0;
}


.brushup_contents li{
position: relative;
overflow: inherit
}


.brushup_item_area{

}

.brushup_item {
    position: relative;
}


.brushup_contents_left{
    float: left;
    width: 46%;
    line-height: 0;
}



.circle{
    position: absolute;
    z-index: 555;
    height: 70px;
    display: block;
    width: 70px;
    padding: 6px 5px 3px 3px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 3px solid #3968CA;
    top: 142px;
    left: 5px;
    top: -1px;
    left: -28px;
}


.circle_img{
    position: absolute;
    z-index: 555;
}

.circle_img{
    width: 74px;
    top: -3px;
    left: 440px;
}


.circle p{
    line-height: 34pt;
    color: #3968CA;
    font-size: 18px;
    padding-top: 5px;
    font-weight: 600;
}

.circle p b{
    font-size:23px;
}



.brushup_item h4{
    background-color: #3968CA;
    color: #fff;
    padding: 15px 13px 10px 65px;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    line-height: 20pt;
    height: 68px;
    display: flex;
    align-items: center;
    letter-spacing: -.7pt;
}


.brushup_item img{
height:269px;
}




h4.l_2{
    padding: 15px 17px 10px 45px;
}


li.l_2{
    padding: 18px 13px 10px 50px;
    line-height: 19pt;
}



.brushup_arrow {
    position: absolute;
    left: 420px;
    width: 7.4%;
    padding-top: 136px;
    z-index: 99;
}


.arrow1{
    padding-top: 150px;
}





.brushup_contents_right{
  float: right;
  width: 48%;
  height:290px;

}


.brushup_u_h4{
    background-color: #E06320;
    color: #fff;
    padding: 15px 13px 10px 65px;
    font-weight: bold;
    text-align: left;
    line-height: 18pt;
    height: 68px;
    display: flex;
    align-items: center;
    font-size: 25px;
}

.brushup_ul li ul{
    background-color: #fff;
    padding: 20px 20px 10px 12px;
    font-size: 18px;
    height: 269px;
    border: 1px solid #CED5DE;
    border-top: 0px;
    line-height: 22pt;
    letter-spacing: -.3pt;
    color: #444;
}

.brushup_ul li ul li{
  text-indent: -17px;
  padding-left: 17px;
  padding-bottom: 7px;
}

.brushup_arrow img {
    width: 100%;
}

.slanting_area {
    position: relative;
    padding-left: 10px;
    top: 15px;
    left: 5px;
}

.slanting {
    width: 190px;
    height: 55px;
    background: #D80905;
    text-align: left;
    transform: skewX(-30deg);
    box-shadow: 7px 5px #96091D;
}

.slanting_area p{
    position: absolute;
    top: 5px;
    font-size: 30px;
    left: 57px;
    font-weight: bold;
    letter-spacing: 1pt;
}

.catch_text03 {
    font-size: 28px;
    text-align: left;
    line-height: 39px;
    color: #E2E2E2;
    font-weight: 100;
    text-shadow: 1px 2px 0px black;
    letter-spacing: -.2pt;
}


.Useflow {
    width: 100%;
    border: 1px solid #caa979;
    margin: 0 auto;
}




.u_title {
    text-align: center;
    padding: 9px 10px 1px;
    font-size: 25px;
    color: #947d05;
    border-bottom: 1px solid #caa979;
    font-weight: bold;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fff8f4 49%, #fce8cf 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#fff8f4 49%,#fce8cf 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#fff8f4 49%,#fce8cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fce8cf',GradientType=0 );
}



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

.flow_h2{


}

.flow_ul {
    background-color: #ffffff;
    margin: 0;
    padding:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flow_ul li{
    width: 16.8%;
}

.flow_li {
    background-color: #fffdf6;
    border-radius: 5px;
    padding: 15px 0 0;
    border: 1px solid #caa979;
    float: left;
    text-align: center;
    list-style: none;
    height: 198px;
}


.flow_li:nth-child(1) {

}


.flow_liStep {
    color: #ffffff;
    border-radius: 5px;
    width: 87%;
    margin: 0px auto;
    font-size: 15px;
    padding: 4px 0 0;
}


.flow_liStep.Step1{
    background-color: #eb9737;
}
.flow_liStep.Step2{
    background-color: #d4681d;
}
.flow_liStep.Step3{
    background-color: #d53e1f;
}
.flow_liStep.Step4{
    background-color: #b6171c;
}


.flow_li_start{
    width: 14%;
    background-color: #b6171c;
    border-radius: 5px;
    padding: 0;
    border: 1px solid #b6171c;
    float: left;
    text-align: center;
    height: 193px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow_li_start p{
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    padding: 68px 0;
    font-weight: bold;
}



.flow_p {
    font-size: 15px;
    text-align: center;
    color: #545454;
    font-weight: bold;
    height: 70px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow_ps {
    text-align: left;
    font-size: 13px;
    padding: 10px 8px 10px 10px;
    background-color: #fdefe0;
    margin: 0;
    height: 83px;
    border-radius: 0 0 5px 5px;
    color: #824f03;
    line-height: 13pt;

}

.flow_arrow {
    width: 4% !important;
    font-size: 30px;
    color: burlywood;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

.file-cloud-h3 {
    padding: 70px 10px 3px 0;
    font-size: 34px;
    color: #050707;
    font-weight: bold;
    margin: 0;
    text-align: left;
    line-height: 30pt;
}


.flow_bg_left{
    float: left;
    width:49%;
    background-color: #ecf7ff;
    border: 1px solid #a2d6ff;
    padding: 25px;
    text-align: center;
    margin: 0 20px 0 0px;
}


.flow_bg_right{
    float: right;
    width:49%;
    background-color: #ecf7ff;
    border: 1px solid #a2d6ff;
    padding: 25px;
    text-align: center;
}


.flow_bg_left.img{
    width:100%;
}


.flow_bg_left img, .flow_bg_right img{
    width: 28%;
    margin: 0 auto;
}




.flow_bg_h5{
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}

.flow_bg_h6{
    font-size: 25px;
    font-weight: bold;
    color: #2f70a7;
    margin: 10px 0 0 0;
    text-align: left;
    padding: 0;
}


.apply_link{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}


p.apply_link a {
    color: #0054a6;
    text-decoration: none;
}

p.apply_link a {
    color: #0054a6;
    text-decoration: none;
}


.gr-line_subcont_grp {
    font-size: 18px;
    line-height: 19pt;
    color: #444444;
    padding: 12px;
    margin: 0;
    vertical-align: middle;
}

.gr-line_grp_r {
    font-size: 18px;
    line-height: 19pt;
    color: #444444;
    padding: 10px;
}


section.faq_Area {
padding-top: 70px;
padding-bottom:140px;
}



.faq-txt_t{
    width: 100%;
    margin: 40px auto 10px;
    font-size: 23px;
}


.faq_t_span{
    font-size: 32px;
    color: #6b6b6b;
}

.cp_qa {
    width: 100%;
    margin: 0px auto;
    font-size: 18px;
}

.cp_qa dl {
    margin: 0;
}

.cp_qa dt {
    position: relative;
    margin: 0 0 1em 0;
}


.cp_qa dt::before {
    padding: 0.12em 0.3em;
    content: 'Q';
    background: #f57c00;
}


.cp_qa dt::before, .cp_qa dd::before {
    font-size: 1.2em;
    margin: 0 0.5em 0 0;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.2em;
    text-indent: 0;
}


.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    font-family: 'FontAwesome', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa dt::after {
    left: 1.6em;
    border-color: transparent transparent transparent #f57c00;
}

.cp_qa dt::after, .cp_qa dd::after {
    position: absolute;
    top: 0.57em;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-width: 5px 0 5px 5px;
    border-style: solid;
}

.cp_qa dd {
    position: relative;
    margin: 0 0 1.5em 0;
    padding: 0 0 1em 1em;
    border-bottom: 1px dotted #0097a7;
    line-height: 30px;
    text-indent: -42px;
    padding-left: 60px;
}

.cp_qa dd::before {
    padding: 0.1em 0.35em;
    content: 'A';
    background: #00a779;
}

.cp_qa dt::before, .cp_qa dd::before {
    font-size: 1.2em;
    margin: 0 0.5em 0 0;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.2em;
}

.cp_qa dd::after {
    left: 2.6em;
    border-color: transparent transparent transparent #00a779;
}

.cp_qa dt::after, .cp_qa dd::after {
    position: absolute;
    top: 0.57em;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-width: 5px 0 5px 5px;
    border-style: solid;
}



.cp_qa a, .flow_ps a{
    color: #0054a6;
    text-decoration: none;
}


.ques {
    background-color: #fafbfe;
    border: 1px solid #e1e5f1;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 55px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}

.close_con {
    position: absolute;
    top: 0px;
    right: 10%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.modal-content {
    width: auto;
    margin: auto;
    display: block;
}

.file-list-txt1{
    padding: 3px 0 8px 0px;
    margin: 0;
    letter-spacing: -1px;
}

.u_title span{
    font-weight:bold;
    font-size:35px;
    color:#c71e1e;
}


.service_warp{
    padding-bottom: 140px !important;
}


.donyu_bg{

}


.section-solution{
    background-color: #2565A8;
    padding: 0 0 90px;
    background-image: url(/images/lp/datsu_zip/bg_dcbox_merit.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-solution{
    background-size: 50%;
    background-position: 50% 0;
    background-repeat: no-repeat;
}


.solution_txt{
    font-size: 57px;
    line-height: 71px;
    color: #fff;
    font-weight: 600;
    padding: 25px 0 13px 0;
    text-align: center;
    position: relative;
}

.font_point_y{
    color: #fffc00;
    font-size: 63px;
}


font.font_point_y:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: -17px;
    font-size: 50px;
    padding-left: 11px;
}


.solution_list{
    color: #F7FBFF;
    font-size: 24px;
    line-height: 26pt;
    padding: 40px;
    background-color: #0a38675e;
    background-color: rgb(11 51 97 / 68%);
}

b.yellow{
    color: #fffc00;
}


.solution_list li {
    position: relative;
    padding-left: 39px;
    border-bottom: 1px dotted #5082b37a;
    padding-bottom: 17px;
    margin-bottom: 26px;
}

.solution_list li:before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 30px;
    background-image: url(/images/lp/datsu_zip/check_icon_y_p.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 2px;
    top: 5px;
    background-repeat: no-repeat;
}

.bg-solution h2{
    padding-top: 72px;
}


.review_wrap h2{
    font-size:60px;
}

.review_wrap h2 font{
    color: #E84E05;
}


.itreview {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
    padding: 40px 35px 30px;
}

.user-info-area {
    background-color: #f2f2f2;
    padding: 30px;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    float: left;
    width: 20%;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 20px;
}

.avatar-img {
    text-align: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.avatar-img img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.info-text-area {
    width: 152px;
    margin: 0 auto;
}

.info-text-area h5 {
    font-size: 17px;
    padding: 7px 0;
    text-align: center;
}

.info-text-area .ul_top {
    margin: 0;
    padding: 0;
}

.icon_building::before {
    content: "";
    background-image: url(/images/itreview/itreview_icon_building.svg);
    width: 17px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 1px;
}

.icon_camera::before {
    content: "";
    background-image: url(/images/itreview/itreview_icon_camera.svg);
    width: 17px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.icon_mail::before {
    content: "";
    background-image: url(/images/itreview/itreview_icon_mail.svg);
    width: 17px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.info-text-area .ul_top {
    margin: 0;
    padding: 0;
}

.info-text-area .ul_bottom {
    margin: 20px 0 0 0;
    padding: 0;
}

.i-r-a_title h5 {
    margin: 5px 0;
    float: left;
    font-size: 24px;
    color: #555555;
    font-weight: bold;
}

.review_area dd {
    font-size: 17px;
}

.review_area dt {
    font-weight: bold;
    color: #4F9EE2;
    padding: 7px 0 3px;
    font-size: 18px;
}

.review_bg{
    background: url(/images/lp/datsu_zip/star_bg.png) 0px 0px / auto no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #E6F5FF;
}

.review_area {
    background-color: #fff;
    margin-top:12px;
}

.review_wrap h2 {
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    color: #333;
    line-height: 85px;
    margin-top: 30px;
}


.review_area dd p {
    margin:0 0 20px;
}

.itreview-review-area{
    width: 77%;
    margin: 0;
    padding: 0;
    display: inline-block;
}



.wrap_choice h2{
    font-weight: bold;
    font-size: 57px;
    text-align: center;
    color: #333;
    padding-top: 8px;
}

.h2_b_p{
    font-size: 24px;
    line-height: 32px;
}


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


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

.choice{
background: url(/images/lp/datsu_zip/bg_dcbox_choice.png) 0px 0px / auto no-repeat;
background-size: cover;
}

.bg_choice {
    padding: 60px 0 80px;

}

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

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

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

.t_c_red{
    color: #E84E05;
}

.faq{
    margin-top:8px;
    }


.faq li {
    padding: 15px 20px;
}

.faq li.q{
    border-bottom: 2px #E6F5FF solid;
    cursor: pointer;
    background: #FFFFFF;
    position: relative;
}

.faq li:nth-last-child(2){
border:none;
margin-bottom:3px;
}

.faq li.a {
    display: none;
    color: #666;
    text-indent: -19px;
    padding-left: 60px;
    background-color: #E6F5FF;
    margin-bottom: 3px;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


li.q:before {
    content: " Q ";
    display: inline-block;
    padding: 0px 18px 0px 0;
    font-weight: bold;
    font-size: 29px;
    color: #3d94ec;
    font-family: system-ui;
    margin: 0;
}

li.q:after {
    content: "▼";
    display: inline-block;
    padding: 0px 18px 0px 0;
    font-weight: bold;
    font-size: 29px;
    font-family: system-ui;
    margin: 0;
    color: #AEC0D0;
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 30px;
}



li.a:before {
    content: " A ";
    display: inline-block;
    padding: 0px 18px 0px 0;
    font-weight: bold;
    font-size: 29px;
    color: #f57c00;
    font-family: system-ui;
    margin: 0;
}


.faq a {
    color: #0054a6;
    text-decoration: none;
}

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

li.a ul li{
    padding: 3px 0;
}


a.shape_url_link {
    font-size: 18px;
    color: #0054a6;
    font-weight: normal;
    line-height: 22px;
    vertical-align: middle;
    background: transparent url(/images/type_arrow_oran1.png) no-repeat scroll left center;
    padding-left: 21px;
    padding-top: 1px;
    text-decoration: none;
}

.itreview.review_user2.clearfix {
    margin-bottom: 0px;
}

table.tb01 bt0 demo__body{
    border-collapse: collapse;
}

.box-blue-br {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 0;
    margin-bottom: 10px;
}

.grw-line_title_light {
  font-size: 16px;
  line-height: 1.4;
  color: #666666;
  padding: 17px 0 14px;
  text-align: center;
}

.gr13-line {
  font-size: 16px;
  line-height: 15pt;
  padding: 17px 17px 14px;
  vertical-align: middle;
}

ul.sevice_tb_ul_des li {
    padding-left: 35px;
    text-indent: -35px;
    line-height: 17px;
    margin-bottom: 4px;
}


.wf-sawarabimincho { font-family: "Sawarabi Mincho";}

.invisible {
    display: none;
}

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


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

p.husen_cta_txt {
          font-size: 28px;
          color: #ee849a !important;
          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: 23%;
          border: 2px solid #e6e0e1;
          z-index: -1;
          top: 7%;
          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: 48%;
}

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



.blue_area_advanced{
  background: #E8F2FE !important;
  position: relative;
}

.blue_area {
    background: #fff !important;
}

.best_green_all{
  display:none;
}


.service_filesize {
    position: relative;
}

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

.flex_box_cta{
  padding: 25px 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}




.qna_contents02{
  width:36%;
}


.qna_contents03{
  width:60%;
}





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

.dc-compare__item.dc-compare-box {
    width: 18%;
}

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

.dc-compare__group {
  display: flex !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 0 23px !important;
  color: #2a333c !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
}

.dc-compare__item {
  padding: 24px 15px 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: 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: 37px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0px;
  color: #2b74ca;
}

.dc-compare__namew {
  font-size: 31px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 6px;
  color: #ffffff;
}

.dc-compare__subtxtw{
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  color: #c9e4ff;
  display: block;
  margin-top: 8px;
}


.dc-compare__name_comtxt {
  font-size: 27px;
  line-height: 1.3;
  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: 30px;
}

.dc-compare__pricew {
  font-size: 26px;
  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: 19px;
}

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

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

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

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

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

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

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

.dc-compare__detail__title {
  font-size: 15px;
  line-height: 1;
  font-weight: 100;
  color: #798087;
}

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

.dc-compare__detail__txt {
  line-height: 1.4;
  font-size: 0.9em;
  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;
}





/********************* 他社比較　end **********************/



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

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


.compare-card-star-num {
  color: #ff9a00;
  display: block;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 2px;
  padding-left: 3px;
}

.compare-card-star-num1 {
  color:#fbc900;
  display: block;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 2px;
  padding-left: 3px;
}

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



.implementation_p {
    padding-left: 54px !important;
}



.pc_on{
display:block;
}


.sp_on{
display:none;
}



/*　7段階のアクセスレベル設定　start　*/

.func_table_td {
    padding: 20px;
    line-height: 1.4;
    font-size: 18px;
}

.symbol_t_size {
  font-size: 17px;
  vertical-align: bottom;
}


/*　7段階のアクセスレベル設定 end　*/



.trial_cta_title{
  text-align: center;
  margin-bottom: 3px;
}


.trial_cta_title span{
  font-size: 28px;
  color: #ea5127;
  font-weight: bold;
}




 /* 7段階のアクセスレベル　start */


 .access_level_table{
 	width: 100%;
 	background-color: #CDD1D6;
 }

 .access_table_title{
 	background-color: #e5e7ef;
 	    font-size: 15px;
 	    font-weight: bold;
 	    color: #666666;
 	    padding: 11px 0 9px;
 	    width: 100%;
 			text-align:center;
 }

 .access_td_left,
 .access_td_right{
 	width:50%;
 	padding:13px;
 }

 .access_td_left{
 background:#f8f8f8;
     font-size: 15px;
 }

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


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

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

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

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

 .arrow {
 	top:0;
 	position:absolute;
 	width:0%;
 	height:100%;
 	background:rgba(255,255,255,0.3);
 	cursor:pointer;
 }
 .arrow:before {
 	content:'';
 	position:absolute;
 	width:10px;
 	height:10px;
 	border-left:3px solid gray;
 	border-bottom:3px solid gray;
 }
 .left {
 	left:-10px;
 }
 .left:before {
 	top:calc(50% - 10px);
 	left:calc(50% - 4px);
 	transform:rotate(45deg);
 }
 .right {
 	right:-10px;
 }




 .right:before {
 	top:calc(50% - 10px);
 	right:calc(50% - 6px);
 	transform:rotate(-135deg);
 }


 /* 7段階のアクセスレベル　end */





 .gr_func_point{
   font-size: 15px;
 line-height: 1.4;
 margin-top:10px;
 }


.fea_intro_areaTop{
  padding-top:70px;
}

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

.BA_area_text{
  padding-top: 4px;
  font-size:32px;
  line-height: 45px;
}

.case_area_title{
font-size: 33px;
font-weight: bold;
text-align:center;
}


.case_area_title p{
line-height: 1.1;
padding-top:8px;
}

.case_area_title p span{
line-height: 1.1;
padding-top:8px;
font-size:22px;
}


ul.donyu_case.case_2 li {
    display: flex;
    margin: 15px 0;
}



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


.achievements_ul li:nth-child(1){
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 10px;
  padding-top:15px;
}

.achievements_ul li:nth-child(2){
  width: 16%;
  margin-left: 6px;
}


.plan_trial_cta{
  margin-top:50px;
}




.ppap_compare{
  text-align: center;
  width:100%;
  margin:0 auto;
}







.ppap_popup_div{
  padding-top: 4em;
  z-index: 1050;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
}



.ppap_popup_area{
  width: 900px;
  margin: auto;
  position: relative;
}


#ppap_popup_close{
  float: right;
  background-color: #FFF;
  border: 1px solid #b9b9b9;
  padding: 8px 9px 6px;
  cursor: pointer;
  position: absolute;
  right: 12px;top: 12px;
  line-height: 1;
  color: #9c9c9c;
}


#container_box{
  height: 1270px !important;
}


.bta_contents{
  margin-top:20px;
}



.function_improvement p{
  font-size: 20px;
  padding: 10px 4px 7px;
}


.cost_reduction_ul p{
  font-size:15px;
}


.business_dl {
    background: #ffffff !important;
}

.advanced_dl {
    background: #ebf6ff;
}


.recommend_besiness{
 display:none;
}



.recommend_plan {
    position: absolute;
    width: 100%;
    height: 104.2% !important;
    border: 3px solid #2486fc;
    left: 0;
    top: -50px;
    border-radius: 10px 10px 0 0;
}



li.paid_option_title.r_option_busubess_bg{
  background-color: #FAFAFC !important;

}


li.paid_option_title.r_option_advanced_bg{
  background-color: #ddedfb !important;
}



.ques_5gb{right: 33px !important;}
.ques_10gb{right: 24px !important;}
.ques_15gb{right: 25px !important;}
.ques_20gb{right: 24px !important;}
.ques_30gb{right: 140px !important;}
.ques_4tb{right: 1px !important;}
.ques_12tb{right: -1px !important;}
.ques_35tb{right: -2px !important;}
.ques_50tb{right: 3px !important;}
.ques_100tb{right: -6px !important;}





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

  .pc_on{
      display:none;

  }

  .sp_on{
  display:block;
  }

.wrap{
  padding:20px;
}


.keyv .mv .logo img {
    width: 165px;
    padding: 0 20px 0 0;
}


  .catch_text {
    font-size: 15px;
    padding: 10px 0 0;
    line-height: 1.35;
  }

    span.big_moji {
        font-size:60px;
  }

  .title_text {
      font-size: 56px;
      padding: 8px 0 7px;
      letter-spacing: 14px;
  }

  .title_ppap {
      font-size: 2.35em;
      letter-spacing: 34px;
  }

.main_text_top{
  font-size:22px;
}
.main_text_top font {
    font-size: 14px;
  }

.catch_title{
      width: 100%;
      justify-content: space-between;
      }

.jump_img {
    width: 35%;
}

  .ppap_popup{
    padding: 11px 15px 8px;
    position: inherit;
    display: block;
    margin-top: 5px;
    width: 100%;
    height: auto;
    font-size: 15px;
  }

  .ppap_link_arrow {
    width: 4%;
}

  p.main_text_middle {
    font-size: 16px;
    padding-top: 20px;
    padding-left: 0;
    color: #e6f6ff;
    line-height: 1.5;
}



.cloud_p3,
.cloud_p6,
.cloud_p7{
  display:none;
}



.catch_title_area {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 0;
    align-items: center;
}



.jump_img img {
    width: 100%;
}


.main_text_area {
    margin-top: 3%;
}

.flex_box_cta {
    flex-direction: column;
}

.c-btn_set{
  width: 100%;
  margin-bottom: 10px;
}

.risk_contents{
 padding: 16px;
}


.risk_bg{
  padding-top: 0;
}

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


.risk_title{
  padding: 15px 20px 18px;
}

.risk_title h2{
  font-size: 24px;
}

.risk_text span{
  font-size:18px;
}


.risk_01:before {
    left: -31px;
    width: 104px;
    height: 95px;
    top: -30px;
}

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

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

.risk_01{
  top: 50px;
  right: 7%;
}

.risk_02 {
    font-size: 28px;
    top: 180px;
    left: 59px;
    width:77%;
}

.risk_03{
  left: 13%;
  width: 68%;
  top: 320px;
}

.risk_02:before{
      width: 104px;
      height: 100px;
      top: -30px;
      left:-30px;
}



.risk_03 span {
    font-size: 16px !important;
}

.risk_03:before {
    left: -34px;
    width: 100px;
    height: 95px;
    top: -31px;

}

.risk_contents{
  height: 455px;
  font-size: 22px;
}

.risk_contents:after{
  width: 107px;
  height: 123px;
}

.risk_bg{
      height: 100%;
}


section.hukidashi{
  padding-top:0;
  padding-bottom: 0;
}

section.hukidashi:after{
      height: auto;
}


.catch_text_2{
      font-size: 18px;
}

span.big_moji_2{
      font-size: 83px;
}

.title_text_2{
  font-size: 67px;
letter-spacing: 1.5px;
}

.jump_img_2{
      width: 24%;
}

.hukidashi_area{
      padding: 20px 10px 0;
      height: 150px;
}

img.hukidashi_logo {
  top: 82%;
  width: 70%;
  left: 15%;
  position: absolute;
}

.ultra_word_title{
  margin-bottom: 5px;
  position: absolute;
  top: 11px;
  left: 30px;
  width: 21%;
}

.funtion_ul{
    justify-content: space-between;
    font-size: 18px;
    flex-direction: column;
}

.fun_yel_box{
      width: 100%;
}


.fun_title_area{
  width: 90%;
  text-align: left;
}



.ultra_word_area{

}


.fun_title_text{
  font-size: 2.8em;
  text-align: right;
}

.fun_title_text img{
  width: 54%;
  position: absolute;
  position: inherit;
  top: 29%;
  right: 44px;
  text-align: center;
  margin: 25px auto 16px;
}


.fun_title_text span {
    display: block;
    text-align: center;
}

.fun_title_text img {
    width: 64%;
    position: absolute;
    position: inherit;
    top: 28%;
    right: 44px;
    text-align: center;
    margin: 5px auto 16px;
}


.feature_intro_title{
      font-size: 22px;
      padding-bottom: 8px;
}


.bg-fun-contents{
      padding: 17% 0 3%;
}

.cho_area{
  padding: 20% 20px 30px;
    margin-bottom: 80px;
}

.cho_content img{
      width: 87px;
      top: -6em;
}

.feature_intro_title::after{
      padding: 32px 16% 3px;
}

.feature_serve_txt {
    font-size: 17px;
    line-height: 1.4;
}


.red_bubble, .red_bubble_b{
  font-size: 16px;
  line-height: 1.4;
  max-width: 100%;
  text-align: center;
  padding: 10px 20px 5px;
}


.red_bubble::after{
    left: 46%;
    top: 36px;
}


.red_bubble_b::after {
    left: 48%;
    top: 59px;
}


.feature_serve_txt{
      flex-direction: column;
}


.shield_logo_area{

}

.shield_logo_r_text{
  width:100%;
  padding: 0;
  font-size:18px;
}


.bg-function{
    padding: 25px 0;
}



.title_area_v{
  padding: 15px 21px 8px;
  font-size: 17px;
  line-height: 1.3;
}

.shield_logo_area {
    width: 65%;
    padding: 0;
    float: left;
    text-align: center;
    margin: 15px auto;
}


.section_sec_img_green{
  border: 1px solid #d0d7de;
  padding: 10px;
}

.wrap.flex_box_cta {
    padding: 0;
}

.plan_title_text{
      font-size: 42px;
}

h3.h3-01 {
  font-size: 22px !important;
  margin-bottom: 20px !important;
}


.plan_box{
    flex-direction: column;
}

.box_in_title {
    width: 100%;
    font-size: 25px;
    text-align: center;
    padding-left: 0;
    padding-top: 0px;
}

.box_in_y_con{
      width: 100% !important;
      padding: 8px 8px 4px;
    border-radius: 10px;
    font-size: 21px;
}

.box_txt_c {
    width: 30px;
    height: 30px;
    background: #d3d3d3;
    display: block;
    border-radius: 75px;
    color: #ffffff;
    font-size: 26px;
    line-height: 32px;
    margin: 7px auto 8px;
}


.section-comparison{
      padding: 35px 0;
}

.comparison_title{
    font-size: 32px;
    line-height: 1.4;
}


.comparison_title_txt{
      font-size: 24px;
}

.comparison_serve_txt{
      font-size: 17px;
}


.dc-compare__item.dc-compare-box{
  width:92% !important;
}


.donyu_title{
    font-size: 45px;
}

.dzero_area {
        padding: 20px 20px 50px;
        border-radius: 15px 15px 15px 15px;
    }

.logo_serve{
      padding: 0;
      font-size: 15px;
}



.logo_area_d img{
  width:80%;
}


.donyu_contents {
    width: 100%;
    margin-top:0;
    padding-top:0;
}

.user-info-area{
    width:100%;
    margin-right: 0;
}



.itreview-review-area{
  width:100%;
  margin-top: 8px;
}

.itreview-review-area img{
  width:40%;
}

.n_bg_h2{
  font-size:40px;
  line-height: 43px;
}


.faq {
    font-size: 13px;
}

li.q:before {
    content: " Q ";
    display: inline-block;
    padding: 0px 9px 0px 0;
    font-weight: bold;
    font-size: 20px;
    color: #3d94ec;
    font-family: system-ui;
    margin: 0;
}


.donyu_contents_ul{
    flex-direction: column;
}


.donyu_contents_ul li:nth-child(1) {
  width: 100%;
  padding-right: 0;
  font-size: 23px;
  margin-bottom: 10px;
}


.donyu_contents_ul li:nth-child(2) {
    width: 100%;
}


/********************* 他社サービスとの比較 start **********************/

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

.dc-compare-daytxt {
  padding: 2px 0px 20px 27px;
  line-height: 8px;
  font-size: 12px;
  width: 100%;
  text-align: left;
}


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


.dc-compare__item:nth-child(4) {
    background: transparent linear-gradient(180deg,#1d76cf 20%,#0d68c3 100%) 0% 0% no-repeat;
    box-shadow: none;
    position: relative;
    color: #fff;
}

.dc-compare__item:nth-child(8) {
    background: transparent linear-gradient(180deg,#1d76cf 20%,#0d68c3 100%) 0% 0% no-repeat;
    box-shadow: none;
    position: relative;
    color: #fff;
}



.slider .slick-slide {
    margin: 20px 14px 10px;
    cursor: grab;
}

.dc-compare__item.dc-compare-box.compare_box_directcloud{
  background: transparent linear-gradient(180deg, #1d76cf 20%, #0d68c3 100%) 0% 0% no-repeat;
}



/********************* 他社サービスとの比較 end **********************/



.fea_intro_areaTop{
  padding-top:50px;
}

.trial_cta_title span{
  font-size:15px;
}

.trial_b_txt{
  font-size:13px;
}





.hscroll ul {
    overflow-x: auto;
    max-height: 100%;
    height: 670px;
}

.access_td_left, .access_td_right {
    vertical-align: baseline;
    padding: 10px 13px;
}

.gr_func_point{
  font-size:13px;
  color: #9a9a9a;
  margin-top:5px;
}



.donyu_BA_area{
      flex-direction: column;
      align-items: center;
      padding:18px;
}

.BA_area_text {
    padding-top: 4px;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
}


.BA_area_logo{
  width:64%;
  margin-right: 0;
}


.donyu_case .case_2{

}

.donyu_case .case_2 li{
flex-direction: column;
}

.c-btn-pT{
  padding-top:0;
  margin-top:0;
}


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

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

.review_wrap h2 {
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    color: #333;
    display: flex;
    flex-direction: column;
}

.review_logo {
    width: 70%;
    padding-bottom: 0px;
    margin: 0 auto;
}

.review_serve_txt{
  font-size: 23px;
  line-height: 1.3;
  text-align: left !important;
  padding-bottom: 0;
}


.itreview {
    padding: 25px;
}

.info-text-area{
  width:202px;
}

.info-text-area h5{
  padding:10px 0;
}


.review_area dt{
      font-size: 16px;
}

.review_area dd{
  font-size: 15px;
}


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

.section_reduction_li{
  border-right: none;
  border-bottom: 2px solid #D5E3F3;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 16px;
  margin-bottom: 15px;
}


.lp_ul .plan_reduction_t {
    padding-left: 0;
}


.content_text_black{
  font-size:20px;
}

.content_text_blue{
  font-size:24px;
}

.section2_reduction_li{
  width:96%;
  margin-right: 0;
  margin-bottom:10px;
}


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


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

.logo_area{
  width:80%;
}


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


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

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


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


.achievements_ul li:nth-child(1){
  font-size: 45px;
      padding-top: 2px;
}


.logo_title_servetxt{
      font-size: 18px;
      margin: 0 auto 0;
      line-height: 1.4;
}


.qna_title_wrap {
    position: absolute;
    top: -54px;
    left: 38%;
    width: 26%;
}


section.faq_Area {
    padding-top: 40px;
    padding-bottom: 76px
}


.qna_title {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
}

.qna_contents02{
  width:100%;
}

.qna_contents03{
  width:100%;
}

.qna_download,
.qna_qna{
  width:100%;
    padding: 10px 15px 7px;
}


.qna_titletext{
    padding-left: 0;
    text-align:center;
    padding-bottom: 5px;
  }

  p.qna_serve_txt {
    margin-top: 6px;
    font-size: 17px;
}



.po_left {
    padding-bottom: 6px;
    padding-right: 5px;
    width: 7%;
}

.po_right {
    padding-bottom: 6px;
    width: 6%;
    padding-left: 5px;
}


.flex_box{
      flex-direction: column;
}


.qna_contents {
    padding: 25px 25px 35px;
}


.qna_number {
    font-size: 32px;
  }

  .qna_download{
        margin-bottom: 10px;
  }

  span.big01 {
      font-size: 16px !important;
}



li.q:after {
    right: 0;
    top:25px;
}

.faq li {
  padding: 15px 40px 15px 40px;
  text-indent: -12px;
}


li.a:before{
  font-size:20px;
  padding: 0 9px 0 0;
}


.faq li.a{
  text-indent: -11px;
  padding-left: 40px;
}


.qna_serve_text{
  font-size: 23px;
}

.qna_text{
      font-size: 18px;
}

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

.section-security .security_list li:nth-child(7n) {
    margin-right: 5px;
}


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

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



.review_bg{
  padding-top: 25px;
  padding-bottom: 30px;
  background: url(/images/lp/datsu_zip/star_bg.png) 0px 0px / auto;
  background-size: contain;
}



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












/* 料金サービス start */


/* アコディアン */

.func_table_area {
    width: 100%;
    text-align: center;
    background-color: #fff;
    position: relative;
    font-size: 14px;
    /* border: 1.5px solid #c9d2dd; */
    color: #202124;
    border-collapse: collapse;
    border-spacing: 0;
}


.func_table_area td {
    vertical-align: middle;
    border: 1px solid #d8dee3;
    padding:11px 13px;
    line-height: 1.3;
}

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


/* 以下の記述は不要です */

.sp_table_left{
  width: 50%;
  background: #fafafc;
  text-align: left;
  border-left:none !important;
  border-right:none !important;
}

.sp_table_right{
  width: 50%;
  border-right:none !important;
}


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

.comm_align li {
  text-indent: -25px;
  margin-left: 24px;
  line-height: 1.4;
  padding-bottom: 8px;
  list-style: none;
  font-size: 12px;
  color: #666666;
}


.sp_plan_title{
  margin:0;
　color: #202124 !important;
}


.service_title_txt {
    color: #202124 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    margin:0;
}

.plan_serve_name {
    font-size: 13.5px;
    margin: 3px 0 3px;
    line-height: 13px;
    color: #c0c0c0;
    padding: 5px !important;
}

.cost_num_all {
    font-weight: bold;
    font-size: 21px;
}

.cost_comm {
    font-size: 14px;
    padding-left: 0px;
    color: inherit;
    text-shadow: 0px 0px 10px #bbbaba !important;
}

.all_btn_size {
    width: 100%;
    margin-top: 5px;
}

.btn_link_apply_red {
    height: 35px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    background: #FF114A;
    line-height: 38px;
    border-radius: 4px;
    letter-spacing: -0.2pt;
}


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


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

.sp_price{
  margin-top:5px;
}



.price_purpose_ul_all {
    margin: 0;
    padding: 0;
    padding: 0 0 0 8px;
    color: #6B6B6B;
    text-align: left;
}

.price_purpose_ul_all li {
    text-indent: -12px;
    margin-left: 0px;
    line-height: 1.4;
    padding-bottom: 6px;
    list-style: none;
    font-size: 13px;
    text-align: left;
}


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



.sp_table_oneline{
  background-color: #F4F5F6;
  color: #262626;
  padding: 17px 14px;
  font-size: 15px;
  text-align: left;
  border-left:none !important;
  border-right:none !important;
}

.chk_icon {
  width: 16px;
  padding-bottom: 0px;
}

.cross_icon {
    width: 12px;
    padding-bottom: 0px;
}

.triangle_icon {
    /* width: 17px; */
    padding-bottom: -1px;
    padding-left: 0;
}

.td_title_bracket{
    font-size: 11px;
    line-height: 18px;
    margin-left:0;
}

.table_bg_color{
  background-color: #EBEDEF;
}


.icon_span_text {
    font-size: 12px;
    color: #818181;
    display: block;
    line-height: 1.4;
    padding-top: 3px;
}


.red_point {
  padding-left: 3px;
  line-height: 22px;
  font-size: 0.7em;
  color: red;
  vertical-align: text-top;
}

.vab {
    vertical-align: sub !important;
}

.sp_left20{
  padding-left:20px;
}

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

.recommend_plan {
    background-color: #E8F2FE;
}

.recommend_icon_area{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}




.tab_content_description {
    margin-bottom: 20px;
}

.lh21{
      padding-bottom: 6px;
}


.recommend_besiness{
  display:none;
}


.recommend_besiness{
  display:none;
}

.slick-prev, .slick-next {
    border-top: 3px solid #9ca7b2;
    border-right: 3px solid #9ca7b2;
    height: 16px;
    width: 16px;
}








/* 料金サービス end */



.plan_trial_cta{
  margin-top:20px;
}


.ppap_compare{
  text-align: center;
  width:100%;
  margin:0 auto;
}


.dc-compare__group .slick-prev{
      left: -10px !important;
}


.dc-compare__group .slick-next{
      right: -10px !important;
}


.content_text_number{
  font-size:26px;
}

.content_text_white_small{
    font-size:16px;
}

.redution_ul{
  margin-top:0;
}

.achievements_ul li:nth-child(2){
  width: 30%;
  margin-left: 6px;
}



.case_before {
    font-size: 18px;
    height: auto;
}


.case_before {
    padding: 15px 10px 15px 13px;
    font-size: 14px;
}

.case_after {
    font-size: 14px;
    padding: 15px;
}


.case_area_title p span{
      font-size: 12px;
}



.section_reduction_li:nth-child(3){
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}


.case_before:before {
  position: absolute;
  top: 43%;
  right: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #f5f5f5;
}



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


.faq_t_span{
      font-size: 27px;
}


.plan_reduction_p img {
    width: 74%;
    text-align: left;
}


.plan_reduction_p {
  width: 32%;
  display: flex !important;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}

.plan_reduction_t {
  width: 67%;
  padding-left: 0px;
}


.interview_btn{
  width:100%;
  font-size: 16px;
  height:50px;
  margin-top: 0;
}

.logo_area_d.clearfix {
    padding-top: 44px;
}


.plan_section2_reduction_border {
    width: 100%;
    height: 130px;
}

.implementation_p {
    padding-left: 21px !important;
    padding-top: 0 !important;
}



.company_logo_section{
  padding-bottom:0;
}


.recommend_plan{
  background: #fff;
}


.advanced_recommend_plan{
  background-color: #E8F2FE;
}



.ppap_popup_area{
  width: 90%;
}

#ppap_popup_close {
    padding: 5px 6px 2px;
}


}
