@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;
    /* 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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
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: 1em 0;
    padding: 0;
}
input, select, textarea, img { vertical-align:middle; }
ul, dl, ol { list-style: none; }
em { font-style: normal; }
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


a{
  text-decoration:none;
}




/* 共通設定
----------------------------- */
.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 {
    color: #000;
    text-decoration: none;
    transition: 0.2s ease;
}
a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}
a::before, a:hover::before,
a::after, a:hover::after {
    transition: 0.2s ease;
}

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

/* ========================================
    ■ General
======================================== */
.g-wrapper{
    width:100%;
}

.wrap {
    position: relative;
    max-width:1400px;
    width:100%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

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

/* 圏点 */

/* 背景 */

.btn.l-blue {
    padding:0 20px;
}

.l-blue{
    background:#000000;
}

.bg-speed{
  background-color: #FFF1E0;
  background-size: cover;
}

.bg-highspec{
    background-image: url(/images/lp/construction/6tunoback.png);
    /* background-size: 67%;
    background-position: 50% 0; */
    background-repeat: no-repeat;
    background-size: cover;
}



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



.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_set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}


.c_btn{
  width: 32%;
  margin: 5px 0;
}


.c_btn a{

}


.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 .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._mb02{

}

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

.keyv .mv{
  background: url(/images/lp/construction/main_banner.png) center center no-repeat;
  background-size: cover !important;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #0e2245;
}

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

.keyv .mv .logo img{
  width: 100%;
  max-width: 220px;
}

.pt80{
  padding-top: 33px;
  clear: both;
}



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

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

.catch_text01 {
  font-size: 80px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #fff;
  letter-spacing: -.8px;
  margin: 0;
  padding: 0;
  line-height: 1.25;
  text-shadow: 0px 2px 2px rgba(0,0,0,.6);
  }


.catch_text02 {
  font-weight: 100;
  font-size: 33px;
  margin: 0;
  margin-top: 6px;
  line-height: 1.3;
  text-shadow: 0px 1px 1px #171717;
  text-align: center;
}


.cos_img_area{
  text-align: left;
}

.cos_img {
    width: 289px;
}

.pad_img_area {
  text-align: right;
}

.pad_img {
  width: 400px;
}

.pad_wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 91%;
  align-items: flex-end;
  margin: 0 auto;
  padding: 50px 0 30px;
}





/* ========================================
■ section-movie
======================================== */

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

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

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

.movie_head_text01{
  color: #FFFFFF;
  margin: 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 29px;
  padding-top: 5px;
}

.movie_head_text02{
  margin: 0;
  text-align: center;
  font-size: 19px;
  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 {
  width: 73%;
  font-size: 23px;
  line-height: 31px;
  color: #292929;
  /* margin-top: 16px; */
  border: 2px solid #CCD2DA;
  padding: 30px;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0px 4px rgba(155,160,164,0.2);
  height: auto;
  margin-right: 2px;
}


.merit_contents {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}



.merit_img_wt{
 width:100%;
}

.merit_img {
    width: 22%;
}
.section-lead .wrap{
  padding-top: 85px;
  padding-bottom: 110px;
}

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

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

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

.section-lead .merit{

}

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

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

.section-lead .merit_list li{
  position: relative;
  padding-left: 45px;
  border-bottom: 2px solid #F3F3F3;
  padding-bottom: 10px;
  padding-top: 8px;
}


.section-lead .merit_list li:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 26px;
  background-image: url(/images/lp/free_web/check_icon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 13px;
  top: 10px;
  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: 45px;
      letter-spacing: -9.6px;
}

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





/* ========================================
■ section-profile
======================================== */




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

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

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

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

.section-profile .wrap{
  padding-top: 50px;
  padding-bottom: 36px;
  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;
  text-align: center;
}

.light_box{
  width: 120px;
  position: absolute;
  top: -60px;
  left: 45%;
}



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

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

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

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

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

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


.donyu_bg_03{
    background-color: #F2F2F2;
}


/* ========================================
■ section-merit
======================================== */

.tb01_mark{
    height: 65px;
}

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

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

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

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

.section-merit .tb01 thead td{
  width: 280px;
      background: #f2f2f3;
      border-bottom: 1px solid #c9c9c9;
}

.mb5 {
  margin-bottom: 5px;
      line-height: 16pt;
      color:#000000;
}

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

.section-merit .tb01 thead th{
  /* width: 300px; */
  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: #ffffeb;
      /* border: 2px solid #F76B1F; */
      border-bottom: 0 !important;
      text-align: center;
      height: 160px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
}
.section-merit .tb01 thead .tb01_thbg02{

    background: #ffffff;
border-bottom: 1px solid #e0e0e0;
}
.section-merit .tb01 tbody th{
  background: #F2F2F3;
   font-size: 16px;
   width: 290px;
   letter-spacing: -0.4pt;
}

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

.bb2_none{
    border-bottom:none;
}

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

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


.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: #F99200;
  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
======================================== */

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

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

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

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

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

.cost_reduction_li {
  width: 32%;
}

.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: 1px solid #DACFCC;
  border-top: 0;
  padding: 25px 25px 15px 25px;
  height:300px;
  background-color: #fff;
}

.mt20{
  margin-top:20px;
}

.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: 18px;
  line-height: 23px;
  padding-top: 20px;
}

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

.w30{
  width:30%;
}



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

.txtbox{
    max-width:1400px;
    width:100%;
    height: 78px;
    line-height: 15px;
    padding: 10px 0 10px 0;
    font-size: 33px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #4472c4;
    position: relative;
}

.txtbox:after {
    content: "";
    position: absolute;
    top: 61px;
    right: 49%;
    width: 0px;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 27px solid #4472c4;
    transform: rotate(270deg);
}



.title_text {
    padding-top: 24px;
}

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

.icon_reduction.Step3 {
    display: block;
}


.icon_filesend{
  width: 170px !important;
}

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

.icon_reduction_box {
    text-align: center;
}

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

.icon_wrap {
    border: 1px solid #4472c4;
    background-color: #fff;
}
.icon_reduction_servetxt {
    font-size: 13px;
    color: #7F7F7F;
    display: block;
}

.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:16px;
    line-height: 16px;
    display: block;
}

.section-difference{
  background: url(/images/lp/construction/icon_backgroundimg-1.png) 0px 0px / auto no-repeat;
  background-size:cover;
}

.section-difference02{
  background: url(/images/lp/construction/icon_backgroundimg-2.png) 0px 0px / auto no-repeat;
  background-size:cover;
}


/* ========================================
■ section-security
======================================== */

.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%;
    margin-right: 10px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
}

.security_ico {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 86px;
    padding:10px;
    margin:0 auto;
}

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


.security_list li:nth-child(n+13){
margin-bottom:0;
}


.section-security .security_list .security_cell{
    font-size: 14px;
    /* font-weight: bold; */
    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: 45px;
  color: #333;
  text-align: center;
  padding: 21px 0 10px 0;
}

.box_red_border{
  background-color: #AD0021;
}

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

.koei_area {
    border: 1px solid #FAD5BF;
    border-top: 0;
    background-color: #fff;
    padding: 25px 45px 50px;
}

.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_serve{
  font-size: 19px;
  color: #AAB5BE;
}

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

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

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

.orange_squ {
  background: url(/images/lp/construction/orange_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;
}


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



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

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

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

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

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

.intro_area {
    margin-top: 0px;
}

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

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


.mr0{
  margin-right:0;
}


.mr25{
  margin-right: 25px;
}

.mr30{
  margin-right: 30px;
}








/* ========================================
■ section-simple
======================================== */

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

.qna_title {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  color: #F5E8E1;
  font-weight: normal;
  padding: 23px 0 10px 0px;
}


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

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

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

.section-simple .logo{

    margin-bottom: 20px;

}

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

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

.section-simple .logo li:nth-child(6n){
    /* 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;
}

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



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












/* ========================================
■ section-price
======================================== */

.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;
    display: inline-block;
    color: #fff;
    padding: 6px 25px 3px;
    border-radius: 6px;
    font-size: 17px;
}

.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: #F36D2E;
  margin-top: 30px;
  font-weight: 600;
  font-size: 21px;
  width: 55%;
  display: block;
  float: left;
}

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

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



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

.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: 18px;
    text-align: center;
}

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



.qna_contents_area_cta {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    width:100%;
}


.qna_contents01 {
    width: 100%;
}



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

.qna_serve_txt {
  font-size: 17px;
  color: #757575;
  line-height: 23pt;
  text-align: center;
}

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

.qna_bottom_txt {
  color: #BF8851;
  font-size: 18px;
  line-height: 25px;
  padding: 10px;
  text-align: center;
}

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

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

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

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

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

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


.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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: space-around;
}


.w100 {
    width: 100%;
}


.logo_title_txt {
  font-size: 50px;
  font-weight: 100;
  width: 100%;
  max-width:1400px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 2px 2px #333333;
  line-height: 50px;
}

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

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

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

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


.logo_area_d {
    text-align: center;
    margin: 10px 0 25px;
}

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

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

.service_title {
  font-size: 45px;
  font-weight: 100;
  /* line-height: 22px; */
  color: #000;
  padding-bottom: 0px;
  font-weight: 600;
}


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

.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: #F99200;
  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.2em 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%;
}

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

.close_con:hover,
.close_con:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

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


.pt50 {
    padding-top: 50px;
}


.pb50 {
    padding-bottom: 50px!important;
}

.pb85 {
    padding-bottom: 85px!important;
}



.ques:visited {
    color: #0f76cc;
    text-decoration: none;
}

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

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

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

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



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

p.husen_cta_txt {
    font-size: 27px;
    color: #ee849a;
    font-weight: bold;
    padding-bottom: 5px;
    position: absolute;
    line-height: 1.4;
    background: #ffffff;
    text-align: left;
    padding: 15px 20px 13px 20px;
    border-radius: 12px;
    left: 22%;
    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: 46%;
}

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

.plan_serve_name {
    font-size: 13.5px;
    margin: 0;
    line-height: 13px;
    color: #c0c0c0;
    padding: 0;
}

.lh21 {
    line-height: 21px;
    margin-bottom: 10px;
}

.service_title_txt {
  color: #000000 !important;
  font-weight: bold;
  font-size: 21px;
  padding: 5px 0 10px;
}

.btn_link_apply_red {
  height: 37px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  background: #FF114A;
  line-height: 38px;
  border-radius: 4px;
  letter-spacing: -0.2pt;
  width: 73%;
  margin: 0 auto;
}

.btn_link_a2{
  color: #ffffff !important;
}

.top_color_area {
    background-color: #ffffeb;
    border: 2px solid #F76B1F;
    border-bottom: 1px solid #e0e0e0;
}


.best_green_advanced{
  display: none;
}


.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: 4px;
    border: 1px solid #0058D3;
}


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


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

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

.comm_align li {
    text-indent: -27px;
    margin-left: 29px;
    line-height: 18px;
    padding-bottom: 10px;
    list-style: none;
    font-size: 12px;
}


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


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

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


.purpose_title_all {
  height: 135px !important;
}


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


.service_title_txt:hover{
    text-decoration: underline;
}

.invisible {
    display: none;
}








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

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

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

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

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

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





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






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




.pc_on{
display:block;
}


.sp_on{
display:none;
}





.h3-01 {
    font-size: 21px;
    color: #707c86;
    line-height: 1.4;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0 25px 0;
}



.small_main_plan dl {

}



.purpose_area_item {
    font-size: 15px !important;
}




.advanced_dl {
    background: #ffffff !important;
}


.recommend_advanced{
display:none;
}


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


.ques_5gb{right: 44px !important;}
.ques_10gb{right: 35px !important;}
.ques_15gb{right: 35px !important;}
.ques_20gb{right: 34px !important;}
.ques_30gb{right: 152px !important;}
.ques_4tb{right: 9px !important;}
.ques_12tb{right: 7px !important;}
.ques_35tb{right: 7px !important;}
.ques_50tb{right: 3px !important;}
.ques_100tb{right: -6px !important;}


.ques_195space {
    right: 205px !important;
}


.ques_80space {
    right: 87px !important;
}


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


  .logo {
      padding: 0 20px;
  }

  .keyv .mv .logo img {
    width: 100%;
    max-width: 150px;
}

.catch_text01 {
  font-size: 33px;
  line-height: 1.2;
  margin-top:25px;
}

.catch_text02{
  line-height: 1.3;
  font-size: 18px;
  padding: 0;
}


.pad_wrap {
    justify-content: space-around;
    width: 100%;
    align-items: flex-end;
    padding: 15px 0 20px;
    display: flex;
    flex-direction: row;
    }


.cos_img {
    width: 230px;
}


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

.cos_img_area {
    margin-bottom: 5px;
    width: 40%;
}

.pad_img {
    width: 100%;
}


.pad_img_area {
    width: 50%;
}


.c-btn01_set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 10px;
}

.btn.l-blue{
      padding: 0 5px;
}

.btn.l-blue .wrap{
 padding:0;
}


.section-lead .wrap{
  padding-top:35px;
  padding-bottom: 85px;
}


.c_btn {
    width: 31%;
    margin: 5px auto 0;
}


.section-lead .merit_hl {
    font-size: 25px;
    line-height: 1.8;
    padding: 0px 0 25px;

}


.merit_img {
    width: 40%;
}


.merit_contents{
      flex-direction: column;
}


.merit_list{
  width: 100%;
  font-size: 16px;
  padding: 20px;
  line-height: 26px;
}


.section-lead .merit_list li:before {
    width: 21px;
    height: 24px;
    left: 10px;
    top: 10px;
}

.section-lead .merit_list li {
    padding-left: 40px;
  }


.boxnara_txt {
  font-size: 38px;
  padding: 20px 0 10px 0;
  }


.boxnara_txt02{
  font-size: 20px;
  padding-top: 22px;
  text-align: left;
}


.boxnara_txt03{
  font-size: 16px;
    text-align: left;
}

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


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


.dash_orange {
    margin: 28px 0 0;
    border-top: 3px dotted #FAD5BF;
}

.dash_w30{
  width:23%;
}

 .dash_point_center{
    width: 54% !important;
 }


.orange_font {
    color: #E85405;
    font-size: 29px;
    letter-spacing: -6.6px;
}

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


.light_box {
    width: 23%;
    position: absolute;
    top: -38px;
    left: 41%;
}


.cost_reduction_ul{
  flex-direction: column;
  margin-top: 9px;
}


.cost_reduction_border{
  height: 310px;
}


.cost_reduction_ps{
  font-size: 16px;
}

.cost_reduction_liStep{
    font-size: 18px;
    padding: 10px 0 5px 0px;
}

.cost_reduction_li {
    width: 100%;
}


.cost_reduction_li {
    margin-bottom: 18px;
    width: 100%;
}



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


.cost_reduction_li:nth-child(6){
  margin-top:0;
  margin-bottom:0;
}



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


.txtbox{
  padding: 10px 20px 10px 20px;
  font-size: 17px;
  line-height: 29px;
  height: 57px;
}


.txtbox:after {
    top: 45px;
    right: 47.5%;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 18px solid #4472c4;
}

.title_text {
    padding-top: 7px;
}


.icon_section {
    padding: 15px 12px 20px;
}


.icon_reduction_li{
      width: 48.5%;
}


.icon_reduction_border {
    height: 130px;
    margin-top: 12px;
}


.icon_filesend {
    width: 110px !important;
}



.icon_reduction{
  font-size: 13px;
  padding: 16px 5px 9px;
  height: 72px;
}

.icon_reduction_box img {
    width: 90px;
}



.icon_reduction_servetxt{
      font-size: 11px;
}


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


.qna_serve_text{
  font-size:21px;
}


.qna_title{
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  padding: 5px 6px 10px 6px;
}


.block_text{
  width: 13.5%;
  font-size: 25px;
  line-height: 31pt;
}


.donyu_title {
  font-size: 30px;
  padding: 20px 0 5px 0;
  }


  .red_serve_title {
    font-size: 22px;
    padding: 16px 20px 10px;
    line-height: 1.35;
  }


  .koei_area {
      border: 1px solid #FAD5BF;
      border-top: 0;
      background-color: #fff;
      padding: 25px 20px 50px;
  }

  .logo_serve {
      font-size: 15px;
      color: #AAB5BE;
      margin-top: 8px;
      display: block;
  }


.logo_area_d{
  margin: 5px 0 0;
}


.donyu_contents01, .donyu_contents02, .donyu_contents03{
      margin-top: 10px;
      padding: 20px;
}


.do_titletext{
  font-size: 20px;
  padding-top: 0;
  line-height: 1.35;
  display: block;
  width: 78%;
}


.orange_squ{
      float: none;
      width: 18%;
}


.do_text {
    font-size: 16px;
    line-height: 1.4;
}


.koei_area{
    padding: 25px 20px 25px;
}


.block_text_do{
  width: 12.5%;
  font-size: 26px;
  line-height: 31pt;
  padding-top: 5px;
}


.intro_01{
      width: 100%;
}

.intro_02{
      width: 100%;
}


.intro_title{
  font-size:20px;
}


.intro_serve {
    font-size: 16px;
  }



.intro_orange{
  width:76%;
}


.intro_orange_serve{
  font-size: 18px;
}


.hr_39 {
    width: 22%;
}


.logo_title_txt{
      font-size: 38px;
}




.dc-compare-daytxt{
  padding: 9px 3px 5px 30px;
}

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


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





/* 料金サービス 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;
}

.purpose_title_all {
  margin-top: 0px;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  height: auto;
  padding-bottom: 17px;
}

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

.recommend_icon{
 position: absolute;
}

.recommend_icon {
    font-size: 12px;
    position: absolute;
    left: 80px;
    color: #fff;
    background-color: #51b583;
    border: 1px solid #439e6f;
    padding: 4px 6px;
    box-sizing: border-box;
    border-radius: 3px;
    top: 1px;
}

.tab_content_description {
    margin-bottom: 20px;
}

.lh21{
      padding-bottom: 6px;
}


.recommend_besiness{
  display:none;
}

.recommend_advanced {
    display: block;
    left: 132px;
    top: 13px;
    padding: 5px 7px 3px;
}

.recommend_besiness{
  display:none;
}

.slick-prev, .slick-next {
    border-top: 3px solid #9ca7b2;
    border-right: 3px solid #9ca7b2;
    height: 16px;
    width: 16px;
}

.h3-01{
      padding: 5px 0 15px 0;
}


.pb50 {
    padding-bottom: 25px !important;
}


.recommend_plan {
        background: #fff;
    }

    .advanced_recommend_plan {
        background-color: #E8F2FE;
    }


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



/* 料金サービス end */






/* ロゴスライド　start */



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

.logo_area{
  width:80%;
}


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


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

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

.slick-next {
    right: -35px !important;
    background-position: 12px center !important;
}

.slick-prev {
    left: -35px !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: 15px;
      margin: 0 auto 0;
      line-height: 1.4;
}



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



/*　ロゴ スライド　END　*/





/* 他社比較　sp 　start */

.dc-compare__group .slick-prev{
      left: -10px !important;
}


.dc-compare__group .slick-next{
      right: -10px !important;
}


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


.ta_bg{
  background-size:cover;

}


/* 他社比較　sp start */


.pc_on{
    display:none;
}

.sp_on{
display:block;
}




.intro_block{
  padding: 11px 40px 7px;
  text-align: center;
  line-height: 1.37;
}


.company_logo_section{
  background-size: cover;
}

.logo_box_txt {
    padding: 0 20px;
    line-height: 1.4;
    font-size: 17px;
    margin-bottom: 8px;
}


.section-security .security_list li{
  width: 31%;
margin-right: 6px;
}


.qna_text {
    color: #7F7F7F;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 16px;
}


.qna_contents_area_cta{
      flex-direction: column;
}

.qna_contents02 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.qna_img {
    width: 17%;
    float: left;
    margin-right: 7px;
}


.qna_time_num {
    width: 78%;
}

.qna_number{
      font-size: 29px;
}

.qna_contents03 {
    width: 100%;
}

.qna_serve_txt {
    font-size: 16px;
    color: #757575;
    line-height: 15pt;
    text-align: center;
    margin: 10px auto;
}


.qna_download{
  width: 100%;
  font-size: 19px;
  padding: 12px 16px 9px;
  margin-bottom: 8px;
}

.qna_qna{
  width: 100%;
  font-size: 19px;
  padding: 12px 16px 9px;
}


.table_title{
  font-size:18px;
}


.table_serve_title {
    font-size: 45px;
  }

  .t05 {
      line-height: 1.5;
      padding: 0 0 10px;
      font-size: 16px;
      text-align: left !important;
  }


  .qna_title_wrap {
      position: absolute;
      top: -55px;
      left: 38%;
      width: 25%;
  }



  .qna_title_wrap img {
      width: 100%;
  }


.dc-compare{
      padding: 15px 0px 0 0;
}

.font-yellow01{
  font-size: 18px;
}

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

.trial_b_txt{
  font-size:15px;
}


.qna_bottom_txt{
      text-align: left;
          font-size: 16px;
}


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


.section-qna .wrap{
      padding-bottom: 25px;
}

.cta .body .wrapl{
  padding-top: 45px;
}



.security_list li:nth-child(n+15){
margin-bottom:10px;
}





}
