@charset "UTF-8";


.fixed_btn {
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 7px 0;
  position: sticky;
}
.fixed_btn a {
  width: 466px;
  margin: 0 auto;
  border-radius: 100px;
  display: block;
  text-decoration: none;
  color: #FFF;
  background: url("/ocn-security/lp/vb-multi_pwm/img/icon_brn_arrow.svg") right 25px center no-repeat, #28AD00;
  background-size: 26px;
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  padding: 15px 0;
}


@media screen and (min-width:768px) and (max-width:1039px) {
  .fixed_btn {
    padding: 0.67vw 0;
  }
  .fixed_btn a {
    width: 44.8%;
    background: url("/ocn-security/lp/vb-multi_pwm/img/icon_brn_arrow.svg") right 2.4vw center no-repeat, #28AD00;
    background-size: 2.5vw;
    font-size: 2vw;
    padding: 1.44vw 0;
  }
}


@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc, .tb {
    display: none !important;
  }
}


/* 2024.12update */
@media screen and (min-width:768px){
  .fixed_btn{
    height: 110px;
    box-sizing: border-box;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    font-family: 'Noto Sans JP', sans-serif;
/*    background-color: #333333;*/
  }
  .flxed_btn_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1040px;
    margin: 0 auto;
  }
  .flxed_btn_inner a:hover{
    opacity: 0.9;
  }
  .web_btn_a,.tel_btn_a,.web_btn_b,.tel_btn_b{
    width: 48%;
    height: 100px;
    margin: 0 1%;
    text-align: center;
    color: #FFF;
    font-weight: 700;
  }
  .web_btn_a a{
    width:100%;
    height: 100px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    background: url("/ocn-security/lp/vb-multi_pwm/img/icon_brn_arrow.svg") right 20px center no-repeat, #28AD00;
    background-size: 26px;
    text-align: center;
    display: block;
    line-height:1.2em;
     position: relative;
}
  .tel_btn_a a{
    width:100%;
    height: 100px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    display: block;
    line-height:1.2em;
    background: #28AD00;
      position: relative;
}
  .web_btn_a .web_btn_a_inner{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5em;
 }
  .web_btn_a .web_btn_a_inner_type_b{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    font-weight: 700;
    line-height: 1em;
 }

  .tel_btn_a .tel_btn_a_inner{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
 }
  .web_btn_b a{
    width:100%;
    height: 75px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    background: url("/ocn-security/lp/vb-multi_pwm/img/icon_brn_arrow.svg") right 20px center no-repeat, #28AD00;
    background-size: 26px;
    text-align: center;
    display: block;
    line-height:1.2em;
     position: relative;
}
  .tel_btn_b a{
    width:100%;
    height: 75px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    display: block;
    line-height:1.2em;
    background: #28AD00;
    position: relative;
}
  .web_btn_b .web_btn_b_inner{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5em;
 }
  .tel_btn_b .tel_btn_b_inner{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
 }
.btn_tel_ttl{
    font-size: 26px;
    font-weight: 700;
    line-height:1em!important;
    background: url("/ocn-security/lp/vb-multi_pwm/img/icon_phone_white.svg") left center no-repeat ;
    background-size: 22px;
    background-position:0 2px ;
    display: inline-block;
    padding: 0 0 0 30px;
}
.btn_caption{
    font-size: 13px;
    font-weight: 600;
    line-height:1.4em!important;
 }
.web_btn_a .btn_caption{
    font-size: 14px;
    font-weight: 600;
    line-height:1.4em!important;
 }
.btn_push{
  color:#000;
  font-size: 14px;
  background: #FFC926;
  display: inline-block;
  padding: 0 5px;
  margin: 4px 0 2px 0;
 }
}
@media screen and (max-width: 767px) {
  .fixed_btn{
    height: 130px;
    box-sizing: border-box;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #333333;
  }
  .flxed_btn_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .flxed_btn_inner a:hover{
    opacity: 0.9;
  }
  .web_btn_a{
    width: 26%;
    height: 80px;
    margin: 0 1% 0 1%;
    color: #FFF;
  }
  .tel_btn_a{
    width: 70%;
    height: 80px;
    margin: 0 1% 0 1%;
    color: #FFF;
 }
  .web_btn_a a{
    width:100%;
    height: 120px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    background: #28AD00;
    background-size: 26px;
    text-align: center;
    display: block;
    line-height:1em;
     position: relative;
}
  .tel_btn_a a{
    width:100%;
    height: 120px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    display: block;
    line-height:1.2em;
    background: #28AD00;
    position: relative;
}
  .web_btn_b{
    width: 26%;
    height: 80px;
    margin: 0 1%;
    text-align: center;
    font-weight: 700;
  }
  .tel_btn_b{
    width: 70%;
    height: 80px;
    margin: 0 1%;
    color: #FFF;
    text-align: center;
    font-weight: 700;
}
  
  .web_btn_b p,.tel_btn_b p{
    font-size: 14px;
    color: #FFF;
    margin: 0 0 2px 0;
 }
  
  .web_btn_b a{
    width:100%;
    height: 95px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    background: #28AD00;
    background-size: 26px;
    text-align: center;
    display: block;
    line-height:1em;
    position: relative;
}
  .tel_btn_b a{
    width:100%;
    height: 95px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    display: block;
    line-height:1.2em;
    background: #28AD00;
    position: relative;
}
  .web_btn_a .web_btn_a_inner{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
 }
   .web_btn_a .web_btn_a_inner_type_b{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
 }
  .tel_btn_a .tel_btn_a_inner{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
 }
  
  .web_btn_b .web_btn_b_inner{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
 }
  .tel_btn_b .tel_btn_b_inner{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    font-weight: 700;
    line-height: 0.8em;
 }  
.tel_btn_a .btn_tel_ttl{
    font-size: 30px;
    font-weight: 700;
    line-height:1em!important;
    background: url("/ocn-security/lp/vb-multi_pwm/img/icon_phone_white.svg") left center no-repeat ;
    background-size: 22px;
    background-position: 0 5px;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 0;
}
.tel_btn_b .btn_tel_ttl{
    font-size: 30px;
    font-weight: 700;
    line-height:1em!important;
    background: url("/ocn-security/lp/vb-multi_pwm/img/icon_phone_white.svg") left center no-repeat ;
    background-size: 22px;
    background-position: 0 5px;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 0;
}
.btn_caption{
    font-size: 13px;
    font-weight: 600;
    line-height:1.3em!important;
 }
.btn_push{
  color:#000;
  font-size: 13px;
  line-height:1em!important;
  background: #FFC926;
  display: inline-block;
  padding: 4px 5px;
  margin: 4px 0 2px 0;
 }

}  
@media screen and (min-width: 768px) {
 .cmnPageTop {bottom: 110px!important;}
}
@media screen and (max-width: 768px) {
 body { margin-bottom: 8rem!important;}
 .cmnPageTop {bottom: 130px!important;}
}
@media screen and (max-width: 375px) {
 body { margin-bottom: 8rem!important; }
 .cmnPageTop {bottom: 130px!important;}
 }




/* 2025.5.2update */
@media screen and (min-width:768px){

  .web_btn_a_apply{
    display:inline-block;
    position: relative;
    width: 400px;
    /*width: 48%;*/
    height: 100px;
    margin: 0 0 0 1.6rem;
    /*margin: 0 1%;*/
    text-align: center;
    color: #FFF;
    font-weight: 700;
  }
  .web_btn_a_apply a{
    width:100%;
    height: 100px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    background: url("/ocn-security/lp/vb-multi_pwm/img/icon_brn_arrow.svg") right 20px center no-repeat, #28AD00;
    background-size: 26px;
    text-align: center;
    display: block;
    line-height:1.2em;
     position: relative;
}
  .web_btn_a_apply a:hover {
    opacity: 0.9 ;
}
  .web_btn_a_apply .web_btn_a_inner_apply{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5em;
 }

.btn_caption_apply{
    font-size: 13px;
    font-weight: 600;
    line-height:1.4em!important;
 }
.web_btn_a_apply .btn_caption_apply{
    font-size: 14px;
    font-weight: 600;
    line-height:1.4em!important;
 }
}
@media screen and (max-width: 767px) {
  .web_btn_a_apply{
    display:block;
    width: 95%;
    height: 80px;
    margin: 0 auto;
    color: #FFF;
  }
  .web_btn_a_apply a{
    width:100%;
    height: 70px;
    border-radius: 10px;
    text-decoration: none;
    color: #FFF;
    background: #28AD00;
    background-size: 26px;
    text-align: center;
    display: block;
    line-height:1em;
     position: relative;
}
  .web_btn_a_apply .web_btn_a_inner_apply{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
 }

  .btn_caption_apply{
    font-size: 13px;
    font-weight: 600;
    line-height:1.3em!important;
 }
}

/* WEBで申込み用レイアウト */
.p-group-vbp__app-price {
  vertical-align: top;
  padding-top: 2.6rem;
}

@media screen and (max-width: 767px) {
  .p-group-vbp__app-price {
    padding-top: 0rem;
    margin: 0 0 1.8rem;
  }
}

