@charset "utf-8";

/* ========================================
    ■ 必須設定
======================================== */
/* reset
----------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
}
body { line-height: 1; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: inherit; }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #444444;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #444444;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h4{
  margin-bottom:0;
}
th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
td {
    vertical-align: middle;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select, textarea, img { vertical-align:middle; }
ul, dl, ol { list-style: none; }
em { font-style: normal; }
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}




html { font-size: 16px; }


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

a {
    color: #000;
    text-decoration: underline;
    transition: 0.2s ease;
}
a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}
a::before, a:hover::before,
a::after, a:hover::after {
    transition: 0.2s ease;
}

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


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

.wrap {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    color:#444444;

}

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

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

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





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



.keyv{
    background: url(/images/lp/lp_scanner/scnner_title_bg.svg) center center / cover no-repeat;
  background-color: #fff;
background-blend-mode: color-burn;
}


.keyv .mv{
  background: url(/images/lp/lp_scanner/scanner_main_bg2.png) center center no-repeat;
  background-size: cover !important;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #eaf0f9;
  padding: 2.5% 0 3.5%;
}

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

.main_title_area {
    padding: 0;
}

.main_img {
    padding: 3.5% 0 1%;
}

.main_img img{
  width:98%;
}


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

}

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

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


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

.scanner_icon{
  width:13%;
}


.catch_h2 {
  font-size: 80px;
  color: #1e227f;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  width: 100%;
  text-align: center;
  padding-top: 0px;
  font-family: A-OTF Shin Go Pro;
}

.catch_h2 span{
  position: absolute;
  top: 45px;
  left: 499px;
}

.catch_h2 span img{
  width:16%;
}

.main_v_ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

ul.main_v_ul li{
  background-color:#1e227f;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
  font-size: 25px;
  width: 32.4%;
  font-weight: bold;
}



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



.footer{
    text-align: center;
}

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


#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}

A:visited {
    color: #0F76CC;
    text-decoration: none;
}

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


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


.cta {
    text-align: center;
    width:100%;
    max-width:1400px;
    margin: 55px auto 0px;
    position: relative;
    z-index:5;
    padding: 0 20px;

}


.cta_txt:after,.cta_txt:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}

.cta_txt:after{
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 12px;
  border-bottom-width: 4px;
  border-left-width: 26px;
  border-right-width: 22px;
  margin-top: -12px;
  border-right-color: #fff;
}

.cta_txt:before{
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 5px;
  border-left-width: 26px;
  border-right-width: 27px;
  margin-top: -14px;
  margin-right: 0px;
  border-right-color: #eadadd;
}


.cta_txt{
  font-size: 25px !important;
  color: #ee849a;
  font-weight: bold;
  padding-bottom: 5px;
  position: absolute;
  line-height: 1.3;
  background: #ffffff;
  text-align: left;
  padding: 16px 25px 17px 25px !important;
  border-radius: 12px;
  left: 235px !important;
  border: 2px solid #E6E0E1;
  z-index: -1;
  top: 22px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Noto Sans JP', sans-serif;
  width: 44% !important;
}


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


.scanner_h3{
  width: 100%;
  font-size: 32px;
  color: #444;
  padding: 0px 0 10px 15px;
  font-weight: bold;
  border-left: 5px solid #0078c9;
  line-height: 1.35;
  border-bottom: 1px dotted #b3b3b3;
}



.plan_h3{
  color: #000;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 16px;
  padding-bottom: 0;
}


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


/* ========================================
■ section section_start start ▼
======================================== */


.section_start {
    background-size: 100%;
    background: #fff;
    padding: 80px 0 70px;
}

.start_h3 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    padding-left:5px;
  }


.start_text_area h4{
  background: #1578a8;
  text-align: center;
  color: #fff;
  font-size: 27px;
  padding: 10px 0;
  line-height: 1.3;
}


.start_text_area p{
      font-size: 24px;
      padding: 15px 0 20px 5px;
      line-height: 1.45;
      color: #666666;
      font-weight: 100;
  }

.scanner_first h4{
  text-align: center;
  font-size: 32px;
  background-color: #0078C9;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  margin: 0;
}

.first_img {
    padding: 40px;
    border: 1px solid #9FBFD6;
    background-color: #F0F8FF;
    border-top: none;
}

/* ========================================
■ section section_start end　▲
======================================== */






/* ========================================
■ section section_merit start ▼
======================================== */





.wrap.merit {
    margin: 60px auto;
}



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

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


.strength_con_title {
  width: 100%;
  text-align: center;
  color: #444444;
  padding: 15px 0 15px;
  background: #efefef;
  border: 1px solid #dbdbdb;
  border-bottom: none;
}

p.sct_p {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
}

.stength_img_contents{
  border: 1px solid #dbdbdb;
  border-top: none;
  background-color: #fff;
  width:100%;
}


.strength_con_img {
  text-align: center;
      width: 60%;
      padding: 0px;
      box-sizing: border-box;
      height: 220px;
      margin: 30px auto 0;
      display: flex;
      justify-content: center;
      align-items: center;
}

.strength_con_txt {
    padding: 11px 20px 25px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;

}


/* ========================================
■ section section_merit end　▲
======================================== */





/* ========================================
■ section improvement start ▼
======================================== */


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

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


.improvement_con_title {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 15px 0 15px;
    background: #0078c9;
    border: 1px solid #0078c9;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

p.ict_p {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    font-weight:bold;
}

.improvement_img_contents{
  border: 1px solid #c7d4dd;
    border-top: none;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 8px 8px;
}



.improvement_con_img {
  text-align: center;
      width: 100%;
      padding: 35px;
      box-sizing: border-box;
      height: 260px;
      display: flex;
      justify-content: center;
      align-items: center;
}



/* ========================================
■ section　improvement end ▲
======================================== */






/* ========================================
■ section plan start ▼
======================================== */


.section-service{
  padding: 40px 0 100px;
  background-color: #f3f8ff;
}


.service_table_w {
    width: 100% !important;
    border-collapse: collapse;
    margin-top:5px;
}


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

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

}


.h3-01{
  font-size: 28px;
  color: #707c86;
  line-height: 1.25;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0 8px 0;
}



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

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

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

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

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

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

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


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


.lh19 {
    line-height: 19px;
    margin-bottom: 10px;
}

.purpose_title {
    margin-top: 5px;
    font-size: 15px;
}

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

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



.service_td {
    background-color: #FFFFFF;
    color: #000;
    padding: 11px 10px 16px 10px;
    font-size: 15px;
    line-height: 28px;
    font-family: "Meiryo";
}


.blue_area {
    background: #E8F2FE;
}

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


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

.service_left_gr {
    background-color: #F4F5F6 !important;
    color: #262626;
    padding: 17px 14px;
    font-size: 16px;
}

.service_left_gr a{
    background-color: #F4F5F6 !important;
}

.invisible {
    display: none;
}

.all_btn_size {
    width: 166px;
    margin-top: 3px;
}

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

a.btn_link_a2 {
    font-size: 14px;
    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:0 !important;
}
.fixed_menu {
    position: fixed;
    top: 0px;
    z-index: 90;
}

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

.blue_area {
    background: #E8F2FE;
}

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

.txt_padding {
    padding: 17px 14px;
}


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

.service_title_chk_all {
    background: #E8F2FE;
    color: #000;
    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: 34px;
    border-radius: 4px;
}

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


.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: 166px;
  margin-top: 3px;
}
.btn_link_apply_red {
      height: 37px;
      font-size: 15px;
      color: #ffffff;
      text-align: center;
      background: #FF114A;
      line-height: 38px;
      border-radius: 4px;
      letter-spacing: -0.2pt;
      width: 74%;
      margin-top: 0;
}



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

.triangle_icon {
    width: 23px;
    padding-bottom: 2px;
}

.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;
    font-family: "Meiryo";
}

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

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

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


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


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

.box_in {
    float: left;
    height: auto;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    color: #000;
}


.box_in_title {
    width: 16%;
    padding: 0;
    font-size:29px;
}

.box_txt{
  display: block;
}


.box_txt_c{
  width: 35px;
      height: 35px;
      background: #d3d3d3;
      display: block;
      border-radius: 75px;
      margin-top: 7px;
      color: #ffffff;
      font-size: 22px;
}



.box_in_y_con {
  background-color: #f78406;
      width: 21%;
      padding: 6px 8px 7px;
      border-radius: 5px;
      color: #fff;
}



.box_in_y_con02 {
    background-color: #fff;
    width: 25%;
    padding: 8px 8px 2px;
    color:#333;
}



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

  .plan_title_text {
      font-weight: bold;
      font-size: 65px;
      text-align: center;
      color: #333;
      padding: 8px 0 17px;
  }


  .demo__link {
      position: relative;
      margin-top: 20px;
  }

  .btn_detailse {
    cursor: pointer;
    margin: 0 auto;
    border-radius: 47px;
    color: #0058D3;
    font-size: 17px;
    text-align: center;
}

.details_text .d_icon_plus {
    display: inline-block;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    position: absolute;
    border-radius: 76px;
    text-align: center;
    padding: 3px;
    margin-top: 4px;
    border: 1px solid #0058D3;
}

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

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


.purpose_title {
    margin-top: 5px;
    font-size: 15px;
}

.lh19 {
    line-height: 19px;
    margin-bottom: 10px;
}

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

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

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

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

/* ========================================
■ section plan end　▲
======================================== */




.section-cta{
  background: url(/images/lp/lp_scanner/cta_bg_img.png) center center no-repeat;
  padding: 50px 0 70px;
  position: relative;

}


.cta_contents {
    border-radius: 15px;
    background-color: #fff;
    padding: 60px 65px 65px;
    margin-top: 4%;
    box-shadow: 0px 0px 8px 0px #dde6eb;
}

.cta_img_area {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -70px;
}


.cta_img_area img{
  width:130px;
}


.cta_text_area {
    width: 100%;
}


.cta_text_area ul li:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}


.cta_text_area ul li:nth-child(2){
  color: #898989;
  font-size: 19px;
  font-weight: 100;
  background-color: #f9f9f9;
  border-radius: 7px;
  padding: 12px;
  text-align: center;
  border: 1px solid #ebebeb;
  margin: 15px 0 24px;
}


.trial_b_txt{
      margin-top: 15px;
      font-size: 20px;
}


.cta_bn{
  width: 100%;
  color: #e71f19;
  margin-top: 15px;
}



.invisible {
    display: none;
}

.best_green_advanced {
  display:none;
}


.purpose_title_all {
    height: 135px !important;
}


.trial_b_txt{
  text-align: center;
  margin-top: 10px;
  color: #898989;
  font-size: 16px;
}


.start_text_area .target_model{
  padding: 0;
  color: #7699b1;
  font-size: 20px;
  padding: 13px 16px;
  background-color: #f9f9f9;
  border: 1px solid #f7f7f7;
}


.start_text_area .setting_method{
  padding: 12px 6px 8px 20px;
  color: #7a7a7a;
  font-size: 18px;
}



.husen_cta{
      margin-top: 30px;
}


.pc_on{
  display: block;
}


.sp_on{
  display: none;
}


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



.advanced_dl {
    background: #ffffff !important;
}





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



.purpose_area_item .help_popup {
    top: 4px !important;
}

.purpose_area_item .help_popup_wram {
    top: 4px !important;
}


.ques_5gb{right: 34px !important;}
.ques_10gb{right: 25px !important;}
.ques_15gb{right: 25px !important;}
.ques_20gb{right: 24px !important;}
.ques_30gb{right: 140px !important;}
.ques_4tb{right: 0 !important;}
.ques_12tb{right: -2px !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;
  }




  .catch_h2 {
      font-size: 32px;
      line-height: 1.35;
  }

.wrap {
    padding: 20px;
}


.main_img {
    padding: 6.5% 0 0%;
}

.main_img img {
    width: 91%;
}

.main_v_ul {
    flex-direction: column;
    margin-top: 20px;
}

ul.main_v_ul li {
    width: 91%;
    font-size: 16px;
    padding: 9px;
    margin-bottom: 8px;
}


.start_h3 {
    font-size: 26px;
    padding-left: 0px;
}

.start_text_area p {
    font-size: 19px;
  }

.scanner_first h4{
  font-size:20px;
      padding: 15px 20px;
}


.first_img{
  padding:15px;
}

.start_text_area .target_model {
    font-size: 16px;
    padding: 20px 16px 20px 32px;
    text-indent: -17px;
}

.start_text_area .setting_method {
    padding: 12px 9px 8px 17px;
    color: #7a7a7a;
    font-size: 14px;
    text-indent: -14px;
}


.wrap.merit {
    margin: 0px auto;
}


.scanner_h3{
  font-size: 24px;
  padding: 5px 0 9px 15px;
}

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


.strength_area {
    flex-direction: column;
}

.strength_con {
    width: 100%;
    margin: 0 0 20px;
}

p.sct_p {
    font-size: 19px;
}


.strength_con_img {
  width: 54%;
  height: 160px;
  margin: 15px auto 0px;
}

.strength_con_txt {
    font-size: 17px;
}


.wrap.improvement {
    padding-top: 10px;
}


.improvement_area{
      flex-direction: column;
}

.improvement_con {
    width: 100%;
  }

  p.ict_p {
    font-size: 19px;
  }

  .improvement_con_img{
    height:230px;
  }

  .improvement_con {
    width: 100%;
    margin-bottom: 20px;
}



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


.section-service {
    padding: 0 0 20px;
}


.plan_h3 {
    font-size: 36px;
    margin: 0;
}

.h3-01 {
    font-size: 20px;
  }


  .cta_img_area {
      top: -43px;
  }

  .cta_img_area img {
    width: 85px;
}


.cta_contents {
    padding: 24px 22px;
    margin-top: 0;
}

.cta_text_area ul li:nth-child(1) {
    font-size: 22px;
    text-align: left;
}

.cta_text_area ul li:nth-child(2){
      font-size: 14px;
      padding: 16px;
      border-radius: 7px;
      margin: 14px 0 17px;
}

.trial_b_txt {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}


.section-cta{
    padding: 45px 0 30px;
}


.cta{
      margin: 30px auto 0px;
      padding: 0 20px;
}



.Advanced_plan, .business_plan, .premium_plan, .enterprise_plan{
  background: #fff;
}


.recommend_icon{
  left: 78px !important;
  top: 2px !important;
}



.service_all_h4_area h4{
      margin-bottom: 0 !important;
}


.purpose_title_all {
  height: auto !important;
  padding: 18px 15px 20px 15px !important;


}
