/*　2019-07-09追記　サポートトップリニューアルphase2ここから   */
 div.footer{
  background-color:#efefef;
  padding-top:4.168em;
  padding-bottom:4.168em;
}
div.footer .inner{
  display:-ms-flexbox;
  display:flex;
  justify-content:space-between;
}
div.footer .inner dl.fnav{
  flex-basis:33.33%;
  border-left:1px dotted #ccc;
  box-sizing:border-box;
}
div.footer .inner dl.fnav:first-child{
  border:none;
}
div.footer .inner dl.fnav dt{
  padding-left:2.156em;
  font-weight:bold;
}
div.footer .inner dl.fnav dt a{
  color:#223;
  text-decoration:none;
}
div.footer .inner dl.fnav dd{
  padding-left:4.311em;
  margin-top:.718em;
}
div.footer .inner dl.fnav dd a{
  position:relative;
  color:#494951;
}
div.footer .inner dl.fnav dd a::before{
  content:"";
  display:block;
  width:5px;
  height:11px;
  left:0;
  top:5.5px;
  margin-left:-1.006em;
  position:absolute;
  background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet/images/mark_link_arrow.png);
  background-repeat:no-repeat;
}

div#gnav{
  border-top:1px solid #d9dadb;
  border-bottom:1px solid #d9dadb;
  z-index:2147483647;
  width:100%;
  background-color:white;
  left:0;
  top:0;
  line-height: 1;
}

div#gnav.fixed{
  box-shadow:0px 4px 4px rgba(0, 0, 0, .07);
}

div#gnav,
div#gnav ul{
  box-sizing:border-box;
}

div#gnav div#snav{
  position:absolute;
}
div#gnav div#snav .inner,
div#gnav >ul{
  max-width:950px;
  margin:auto;
}

div#gnav >ul{
  display:flex;
  display:-ms-flexbox;
  justify-content:space-between;
  flex-wrap:nowrap;
  z-index:99;
}

div#gnav >ul li{
  flex-grow:1;
  line-height:1;
}
div#gnav >ul li a{
  display:block;
  white-space:nowrap;
}

/* div#gnav ul li a:focus, */
/* div#gnav >div#snav dl a:focus{ */
/*   outline:2px dotted red; */
/* } */

div#gnav >div#snav dl dt a,
div#gnav,
div#gnav >ul li a >span,
div#gnav >ul li a{
  position:relative;
  z-index: 10
}

div#gnav >ul li a{
  padding:1.437em 1.006em;
  color:#223;
}

div#gnav >ul li a.active,
div#gnav >ul li a:hover{
  background-color:#f6f6f6;
  text-decoration:none;
}

div#gnav >ul li a.active::before,
div#gnav >div#snav dl dt a::before,
div#gnav >ul li:nth-of-type(5) a >span::after,
div#gnav >ul li:nth-of-type(4) a >span::after,
div#gnav >ul li:nth-of-type(3) a >span::after,
div#gnav >ul li:nth-of-type(2) a >span::after,
div#gnav >ul li:nth-of-type(1) a >span::after,
div#gnav >ul li:nth-of-type(5) a:hover::before,
div#gnav >ul li:nth-of-type(4) a:hover::before,
div#gnav >ul li:nth-of-type(3) a:hover::before,
div#gnav >ul li:nth-of-type(2) a:hover::before,
div#gnav >ul li:nth-of-type(1) a:hover::before,
div#gnav >ul li:nth-of-type(7) a >span::before,
div#gnav >ul li:nth-of-type(6) a >span::before{
  content:"";
  position:absolute;
  display:block;
}

div#gnav >ul li:nth-of-type(5) a.active::before,
div#gnav >ul li:nth-of-type(4) a.active::before,
div#gnav >ul li:nth-of-type(3) a.active::before,
div#gnav >ul li:nth-of-type(2) a.active::before,
div#gnav >ul li:nth-of-type(1) a.active::before,
div#gnav >ul li:nth-of-type(5) a:hover::before,
div#gnav >ul li:nth-of-type(4) a:hover::before,
div#gnav >ul li:nth-of-type(3) a:hover::before,
div#gnav >ul li:nth-of-type(2) a:hover::before,
div#gnav >ul li:nth-of-type(1) a:hover::before{
  left:0;
  bottom:0;
  width:100%;
  height:3px;
  background: linear-gradient(to right, #5ca122, #fff630);
}

div#gnav >ul li:nth-of-type(5) a >span,
div#gnav >ul li:nth-of-type(4) a >span,
div#gnav >ul li:nth-of-type(3) a >span,
div#gnav >ul li:nth-of-type(2) a >span,
div#gnav >ul li:nth-of-type(1) a >span{
  padding-right:1.15em;
}

div#gnav >ul li:nth-of-type(5) a >span::after,
div#gnav >ul li:nth-of-type(4) a >span::after,
div#gnav >ul li:nth-of-type(3) a >span::after,
div#gnav >ul li:nth-of-type(2) a >span::after,
div#gnav >ul li:nth-of-type(1) a >span::after{
  background: url(https://www.so-net.ne.jp/support/top_new/img/index_sprite_02.png) -84px -179px no-repeat;
  background-size: 201px 196px;
  top:3px;
  right:0;
  bottom:0;
  width:7px;
  height:13px;
}

div#gnav >ul li:nth-of-type(4) a >span::after,
div#gnav >ul li:nth-of-type(3) a >span::after,
div#gnav >ul li:nth-of-type(2) a >span::after,
div#gnav >ul li:nth-of-type(1) a >span::after{
  transform:rotate(90deg);
  top:3.5px;
}

div#gnav >ul li:nth-of-type(7) a{
  background-color:#5ca122;
  color:white;
}
div#gnav >ul li:nth-of-type(6) a{
  background-color:#e2e4e7;
}
div#gnav >ul li:nth-of-type(7) a:hover{
  background-color:#8dbd65;
}
div#gnav >ul li:nth-of-type(6) a:hover{
  background-color:#ebecee;
}
div#gnav >ul li:nth-of-type(7) a >span,
div#gnav >ul li:nth-of-type(6) a >span{
  padding-left:2.299em;
  font-weight:bold;
}
div#gnav >ul li:nth-of-type(7) a >span::before,
div#gnav >ul li:nth-of-type(6) a >span::before{
  background-size:24px 24px;
  background-position:left top;
  background-repeat:no-repeat;
  width:24px;
  height:24px;
  left:0;
  top:0;
}

div#gnav >ul li:nth-of-type(7) a span::before{
/* http://www.so-net.ne.jp */
  background-image:url(/support/top/img/icon_mypage.png);
}
div#gnav >ul li:nth-of-type(6) a span::before{
  background-image:url(/support/top/img/icon_contact.png);
}

div#gnav >div#snav{
  padding-top:2.012em;
  padding-bottom:2.012em;
  display:block;
  width:100%;
  border-top:1px solid #d9dadb;
  background-color:#f6f6f6;
  box-shadow:0px 4px 4px rgba(0, 0, 0, .07);
}

div#gnav >div#snav dl{
  float:left;
  max-width:98%;
  width:100%;
}

div#gnav >div#snav button{
  float:right;
  border:none;
  background-color:transparent;
  background: url(https://www.so-net.ne.jp/support/top_new/img/index_sprite_02.png) left top no-repeat;
  text-indent:-9999em;
  width:18px;
  height:13px;
  background-size:201px 196px;
  background-position:-156px -108px;
  cursor:pointer;

  box-shadow: none;
  border-radius: 0;
  margin-right: 0;
}

/* div#gnav >div#snav dl:nth-child(4), */
/* div#gnav >div#snav dl:nth-child(3), */
/* div#gnav >div#snav dl:nth-child(2), */
div#gnav >div#snav,
div#gnav >div#snav dl{
  display:none;
}

/* div#gnav >div#snav{ */
/*   display:block; */
/* } */

div#gnav >div#snav dl dt{
  width:23%;
  text-align:center;
  font-weight:bold;
  align-self:center;
}

div#gnav >div#snav dl dt a{
  color:#223;
  display:block;
  margin-top:.719em;
}

div#gnav >div#snav dl dt a::before{
  width:59px;
  height:58px;
  background-position:left top;
  background-image:url(https://www.so-net.ne.jp/support/top_new/img/index_sprite_01b.png);
  margin:0 auto;
  position:relative;
  margin-bottom:1em;
}

div#gnav >div#snav dl:nth-child(2) dt a::before{
  background-position:left -175px;
  width:49px;
  height:45px;
}

div#gnav >div#snav dl:nth-child(3) dt a::before{
  background-position:-64px -174px;
  width:71px;
  height:42px;
}

div#gnav >div#snav dl:nth-child(4) dt a::before{
  background-position:-64px top;
  width:61px;
  height:56px;
}

div#gnav >div#snav dl dd{
  border-left:1px solid #d9dadb;
  max-width:77%;
  padding-left:1.581em;
}

div#gnav >div#snav dl dd ul{
  display:flex;
  display:-ms-flexbox;
  flex-wrap:wrap;
  justify-content:;
}
div#gnav >div#snav dl dd ul li{
  min-width:50%;
}

div#gnav >div#snav dl dt a,
div#gnav >div#snav dl dd ul li a{
  background: url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet/images/mark_link_arrow.png) left 50% no-repeat;
  padding-left: 1.006em;
  color:#223;
  display:block;
  margin-bottom:.503em;
}
div#gnav >div#snav dl dt a{
  display:inline-block;
  background-position:left bottom;
}

div#gnav >div#snav::after{
  content:"";
  clear:both;
  display:block;
}


.fixed{
  position:fixed!important;
}

.active{
  display:block!important;
}
.flex{
  display:flex!important;
  display:-ms-flex!important;
}
.str-contentInner {
    max-width: 960px;
    margin: 0 auto;
    max-height: calc(0%);
}

@media screen and (min-width : 720px) and (max-width : 949px){
  body{
    font-size: inherit;
    line-height: inherit;
  }
}
@media only screen and (max-width:767px){
  /* body{ */
  /*   font-size: inherit; */
  /*   line-height: inherit; */
  /* } */
  .display-pc{
    display:none;
  }

  footer {margin-top: 0 !important}

  div.footer{
    padding-top:0;
    padding-bottom:0;
    border-top:1px solid #dedede;
  }
  div.footer .inner{
    display:block;
  }
  div.footer .inner dl.fnav{
    border:none;
  }
  div.footer .inner dl.fnav dt{
    padding:.718em;
  }
  div.footer .inner dl.fnav dt a.active::after{
    background-position: -41px -135px;
  }
  div.footer .inner dl.fnav dt a::after{
    content:"";
    display:block;
    background-image:url(https://www.so-net.ne.jp/support/top_new/img/index_sprite_02.png);
    background-repeat:no-repeat;
    position: absolute;
    right:0;
    /* top:3px; */
    /* width:7px; */
    /* height:13px; */
    /* background-position:-84px -179px; */
    top:7px;
    width:13px;
    height:7px;
    background-position: -24px -135px;
    background-size:201px 196px;
  }
  div.footer .inner dl.fnav dd{
    border-bottom:1px solid #dedede;
    padding-left:2.857em;
    margin:0;
    /* display:none; */
  }
  div.footer .inner dl.fnav dd a{
    margin-bottom:.718em;
    margin-top:.718em;
  }
  div.footer .inner dl.fnav dd,
  div.footer .inner dl.fnav dt{
    box-sizing:border-box;
    border-bottom:1px solid #dedede;
  }
  div.footer .inner dl.fnav dd a,
  div.footer .inner dl.fnav dt a{
    display:block;
    width:100%;
    position:relative;
  }

  footer{
    margin:0;
  }
  footer div.d-priFt-area{
    margin:0;
    padding:1.667em;
    max-width:100%;
    width:auto;
  }
  .foot-filter{
    background-color:#fafafa;
    margin:0;
    padding:0;
    border-top:1px solid #dee4e2;
  }
  .foot-filter .filter-input{
    margin:0!important;
    padding-top:2em!important;
    padding-bottom:2em!important;
  }
  footer div.d-priFt-area ul{
    padding:0;
  }
  footer div.d-priFt-area ul li{
    line-height:1.5;
  }
  .gFt2017_footer{
    background-color:white !important;
  }



  .hidesp{
    display:none;
  }

  .gHd2017_headerInner .gHd2017_btn-burgerMenu{
    z-index:2147483647;
  }

  .gHd2017_headerInner .gHd2017_btn-burgerMenu.fixed{
    background-color:white;
    border:7px solid white;
    border-bottom:2px solid white;
    box-shadow:1px 1px 10px #999;
  }
  
  .gHd2017_headerInner .gHd2017_btn-burgerMenu.fixed.gHd2017_burgerOpen{
    left:10px;
    box-shadow:none;
    background-color:transparent;
    margin-left:0;
    margin-right:0;
    border:none;
    color:white;
  }
  .gHd2017_headerInner .gHd2017_btn-burgerMenu.fixed.gHd2017_burgerOpen .gHd2017_burgerBar3,
  .gHd2017_headerInner .gHd2017_btn-burgerMenu.fixed.gHd2017_burgerOpen .gHd2017_burgerBar1{
    background-color:white;
  }

  .gHd2017_localMenu.fixed{
    top: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .gHd2017_localMenu.fixed >div{
    width:85%;
    margin-left:auto;
  }
  .gHd2017_localMenuList{
    overflow-y:scroll;
  }

}

.mod-tgl[class*="type-"] summary {
  position: relative;
  padding-left: 60px;
  line-height: 1.2;
}
.mod-tgl[class*="type-"] summary .sub {
  font-size: 1.4rem;
}
.mod-tgl.type-chat summary:before {
  position: absolute;
 left: 10px;
 top: 9px;
 content: "";
 width: 40px;
 height: 40px;
 background: url("../img/dummy-08.png") no-repeat;
 background-size: 40px;
}
.mod-tgl.type-line summary:before {
  position: absolute;
 left: 10px;
 top: 9px;
 content: "";
 width: 40px;
 height: 40px;
 background: url("../img/dummy-07.png") no-repeat;
 background-size: 40px;
}
.mod-tgl.type-tell summary:before {
  position: absolute;
 left: 10px;
 top: 9px;
 content: "";
 width: 40px;
 height: 40px;
 background: url("../img/dummy-06.png") no-repeat;
 background-size: 40px;
}


.mod-accordion .accordion-hook {
  position: relative;
  padding: 2px 0 2px 20px;
}
.mod-accordion .accordion-hook .icon {
  position: absolute;
  left: 0;
  top: 3px;
  
}
.mod-accordion .accordion-hook:after {
  content: "＋";
}
.mod-accordion .accordion-hook[aria-expanded="true"]:after {
  content: "－";
}


/*　2019-08-20追記　お問い合わせページリニューアルここから   */
.str-outer-partition + .border-t-none {
border-top: none;
}

.border-none {
border: none !important;
}

.mod-form-checkbox> .list> li> label> span{
font-size: 1.8rem;
}

.mod-form-agreeCheck> .mod-pnl> .inner[data-justify="center"]{
  padding: 0 20px;
}


.js-test a.disabled {
  position: relative;
  pointer-events: none;
}
.js-test a.disabled:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0.7;
  z-index: 9999;
}
.js-test .mod-form-agreeCheck {
  background: none;
  border: none;
}
.js-test .mod-form-agreeCheck:after {
  display: block;
  content: "";
  width: 100%;
}
.js-test .mod-form-agreeCheck .checkbox {
  display: block;
  align-items: inherit;
  justify-content: inherit;
  padding: 0;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
}
.js-test .checkbox {
  width: 450px;
  margin: 0 auto;
}
.js-test .checkbox label {
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
  background: #fcdb00;
  border: 1px solid #d9dadb;
  text-align: center;
  max-height: 50px;
}
.js-test .checkbox label > span {
  font-size: 1.8rem!important;
  font-weight: bold;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span {
  padding: 0;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span::before {
  position: relative;
  top: 3px;
  left: -3px;
  display: inline-block;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]:checked + span::before {
  background-image: url(/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -179px -150px;
  background-size: 201px 196px;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span::after {
  display: none;
}
.mod-pnl> .inner {
  width: 100%;
}
.js-test .mod-pnl > .inner {
  margin-left: 0;
}
.js-test .mod-pnl > .inner > .col:first-child {
  padding-left: 0;
}


   
@media only screen and (max-width:767px){
  .js-test .checkbox {
    width: 100%;
    margin: 0;
  }
  .js-test .checkbox label {
    padding: 10px 20px;
    max-height: inherit;
  }
  .js-test .checkbox label:after {
    display: none;
  }
  .js-test .checkbox label > span {
    font-size: 1.8rem!important;
  }
  .js-test .mod-pnl > .inner > .col {
   padding-left: 0;
 }
}


.mod-hdg-al3.black{
    text-align: center;
}

.mod-hdg-al3.black h3{
    background: black;
    padding: 10px 20px;
    color: white;
    display: inline-block;
}

/* ダウンロード方法 */
@media screen and (min-width:768px) {

.point_ann {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.point_ann li {
	text-indent: -32px;
  padding-left: 32px;
	line-height: 1.75;
}

.point_ann .mark {
	margin-right: 18px;
}

/* PC SP 表示制御 */
    .display_pc{
        display:block;
    }

    .display_sp{
        display:none;
    }

    /* マウスオーバー */
    .imgHover:hover {
        opacity: .7;
    }

    .txt_search{
        margin-bottom:25px;
        text-align:center;
    }

    .list_area{
        /*width:710px;*/
        justify-content: center;
        margin:0 auto;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }

    .list_area:after{
        clear:both;
        content:"";
        display:block;
    }

    .list_area dt,
    .list_area dd {
        line-height: 1.75;
    }

    .list_iphone {
        margin-right: 80px !important;
        position: relative;
    }

    .list_iphone::after {
        content: '';
        position: absolute;
        top: -5%;
        right: -40px;
        width: 1px;
        height: 110%;
        border-right: 1px solid #d9d9d4;
    }

    .section_btmDL .list_iphone::after {
        content: '';
        position: absolute;
        top: -5%;
        right: -40px;
        width: 1px;
        height: 110%;
        border-right: 1px solid #97be76;
    }

    .list_iphone dt,
    .list_android dt{
        font-size:1.6rem;
        font-weight:bold;
        text-align: center;
        margin-bottom: 17px;
    }

    .list_iphone dd,
    .list_android dd{
        font-size:1.5rem;
    }

    .list_iphone .appstore,
    .list_android .googleplay{
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }

    .list_iphone .appstore div:first-child,
    .list_android .googleplay div:first-child {
        margin-right: 28px;
    }

    .list_iphone .appstore a{
        width:200px;
        height:59px;
        display:block;
    }

    .list_android .googleplay a{
        width:200px;
        height:59px;
        display:block;
    }

    .list_iphone .codeQR,
    .list_android .codeQR{
        width:92px;
        height:92px;
        text-indent:-9999px;
        margin-top: -10px;
    }

    .list_iphone .codeQR{
        background:url(../img/image_qr_appstore.png) no-repeat;
    }

    .list_android .codeQR{
        background:url(../img/image_qr_googleplay.png) no-repeat;
    }

    .annotation {
        width: 200px;
        text-align: right;
        margin-top: -7px;
    }

    .section_btmDL .txt_search {
        margin-bottom: 30px;
    }

    .section_btmDL .txt_lead {
        font-size: 32px;
        font-size: 3.2rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .section_btmDL .list_iphone .codeQR,
    .section_btmDL .list_android .codeQR {
        margin-top: 0;
    }

    .section_btmDL .annotation {
        margin-top: -17px;
    }

    .quot_block {
        position: relative;
        padding: 0 24px 0 18px;
        font-weight: bold;
    }

    .quot_left {
        position: absolute;
        top: 0;
        left: 0;
    }

    .quot_right {
        position: absolute;
        bottom: 0;
        right: 7px;
    }

    .quot_left img {
        margin-top: 9px;
    }

    .quot_right img {
        vertical-align: bottom;
        margin-bottom: 10px;
    }

    .solution_login_area {
        text-align: center;
    }

    .solution_login_txt {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .solution_login_txt img {
        width: 15px;
        height: 18px;
        margin-right: 8px;
      vertical-align: text-top;
    }
}

/* ダウンロード方法 */
@media screen and (max-width:767px) {
    .point_ann {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .point_ann li {
        text-indent: -32px;
      padding-left: 32px;
    }

/* PC SP 表示制御 */
    .display_pc{
        display:none;
    }

    .display_sp{
        display:block;
    }

    .section_topDL img {
        width: 100%;
        height: auto;
    }

    .txt_search{
        margin: 25px auto 15px;
        width: 88%;
        max-width: 533px;
    }

    .list_area {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        padding: 0 15px;
        margin-bottom: 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list_area dl {
        width: 50%;
    }

    .list_area dt,
    .list_area dd {
        line-height: 1.6;
    }

    .list_iphone {
        position: relative;
    }

    .list_iphone dt,
    .list_android dt{
        font-weight: bold;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
    }

    .list_iphone dt {
        padding-right: 6px;
    }

    .list_android dt {
        padding-left: 19px ;
    }

    .list_iphone dd {
        padding-top: 9px;
        padding-left: 7px;
        padding-right: 24px;
    }
    .list_android dd{
        padding-top: 9px;
        padding-left: 24px;
        padding-right: 7px;
    }

    .list_iphone dd.appstore a{
        display:block;
        text-align: center;
        margin-bottom: 7px;
    }

    .list_iphone dd.appstore a img {
        max-width: 198px;
    }

    .list_android dd.googleplay a{
        display:block;
        text-align: center;
        margin-bottom: 7px;
    }

    .list_android dd.googleplay a img {
        max-width: 198px;
    }

    .list_iphone dd.annotation,
    .list_android dd.annotation{
        padding-top: 4px;
        text-align: center;
    }

    .list_iphone::after {
      content: '';
      position: absolute;
      top: 6%;
      right: 0;
      width: 1px;
      height: 94%;
      border-right: 1px solid #d9d9d4;
    }

    .section_btmDL .list_iphone::after {
        content: '';
        position: absolute;
        top: 6%;
      right: 0;
      width: 1px;
      height: 94%;
        border-right: 1px solid #97be76;
    }

    .quot_block {
        position: relative;
        padding: 0 13px 0 10px;
        font-weight: bold;
    }

    .quot_left {
        position: absolute;
        top: 0;
        left: 0;
    }

    .quot_right {
        position: absolute;
        bottom: 0;
        right: 5px;
    }

    .quot_left img {
        width: 6px;
        height: 6px;
        margin-top: 5px;
    }

    .quot_right img {
        vertical-align: bottom;
        width: 6px;
        height: 6px;
        margin-bottom: 5px;
    }

    .solution_login_area {
        text-align: center;
    }

    .solution_login_txt {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .solution_login_txt img {
        width: 15px;
        height: 18px;
        margin-right: 8px;
      vertical-align: text-top;
    }

    .solution_login_btn {
        margin-bottom: 30px;
    }


}


body {
  position: relative;
}

.mod-btn .anc a::after{
    background-image:none !important;
}
.mod-btn .anc a::before{
    width: 17px !important;
}
.fixedArea {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f2f6f7;
  padding: 15px 20px;
  z-index: 9999;
}
.fixedArea.active {
  display: block;
}
.js-copy > * {
  margin-top: 0!important;
}
.js-copy > *:last-child {
  margin-bottom: 0!important;
}
	
.mod-list> .list> li::before {
  background: none;
  position: absolute;
  top: .6em;
  left: 9px;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 15px;
}

  [class^="str-outer"]> .str-inner:last-child {
    padding-bottom: 20px;
  }

.mod-list> .list> li::before {
  background: #223;
  position: absolute;
  top: .6em;
  left: 9px;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .js-copy {
    padding: 12px 20px;
  }
}

.js-copy {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #f2f6f7;
  padding: 15px 20px;
  z-index: 9999;
}