.info_kv{
  width: 100%;
}

.info_v23_kv{
  background-color: #D9FFFF;
}

.info_kv .info_v23_kv img{
width: 80%!important;
margin-bottom: -8px!important;
}

@media only screen and (max-width: 768px) {
  .info_kv .info_v23_kv img{
    width: 100%!important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1124px) {
  .info_kv .info_v23_kv img{
    width: 95%!important;
    }
}


#instax_business_biz .info-main_visual{
  padding: 40px 10px 10px 10px;
}

#instax_business_biz .info-main_visual h2{
  font-size: clamp(20px, 2vw, 27px);
}

#instax_business_biz .info-main_visual .arrow{
width: 40px;
}

@media only screen and (max-width: 768px) {
  #instax_business_biz .info-main_visual .arrow{
    width: 24px;
    }
}

.caution{
  text-align: left!important;
}

.s-info{
  background-color: #40C3C3;
}

#instax_business_biz .s-info .l-content{
  max-width: 1100px!important;
}

#instax_business_biz .main_content{
  margin-top: 30px!important;
}

#instax_business_biz .s-info{
  margin: 10px 0px 30px 0px!important;
}

#instax_business_biz .s-info.s-v23 {
  margin: -30px 0px!important;
  padding: 0 0 120px;
}

#instax_business_biz .s-info p{
  font-size: clamp(14px, 1.5vw, 16px);
}

@media only screen and (max-width: 768px) {
  #instax_business_biz .s-info .l-content{
    max-width: 100%!important;
  }

  #instax_business_biz .s-info.s-v23 {
    padding: 0 0 70px;
  }

}

.update-box{
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  }

  .update1{
    align-items: center;
  }  

.update2{
  margin-top: 80px;
  align-items: start;
}

.update3{
  margin-top: 80px;
  padding-bottom: 80px;
  align-items: start;
}

.box-left{
  width: 40%;
  margin-top: 50px;
  padding: 10px 0;
}
.box-right{
  width: 60%;
  margin-top: 50px;
  padding: 10px 0;
}

.update2 .box-left{
  width: 50%;
  margin-top: 50px;
  padding: 10px 0;
}
.update2 .box-right{
  width: 50%;
  margin-top: 50px;
  padding: 10px 0;
}

.box-left03{
  width: 55%;
  margin-top: 50px;
  padding: 10px 40px 10px 10px ;
}

.box-left03 p{
  font-weight: 100;
  line-height: 26px;
  margin-top: 10px;
}

.box-right03{
  width: 45%;
  margin-top: 50px;
}

#instax_business_biz .box-left h2,
#instax_business_biz .box-left03 h2{
  text-align: left!important;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 10px;
}

#instax_business_biz .box-left img,
#instax_business_biz .box-left03 img{
  margin: 0!important;
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .update-box{
    flex-direction: column;
    }

    .box-left,
    .box-left03{
      width: 100%;
      margin-top: 20px;
      padding: 10px 0;
    }
    .box-right,
    .box-right03{
      width: 100%;
      margin-top: 20px;
    }
    .update2 .box-left{
      width: 100%;
      margin-top: 20px;
      padding: 10px 0;
    }
    .update2 .box-right{
      width: 100%;
      margin-top: 20px;
      padding: 10px 0;
    }

    .box-left03 p{
      line-height: 23px;
    }
}

.image-box{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}

.img-left,.img-right{
  width: 50%;
  background-color: #D9FFFF;
  border-radius: 10px;
  position: relative;
}

.v23_img-left_01{
  width: 65%;
  height: auto;
  background-color: #D9FFFF;
  border-radius: 10px;
  position: relative;
  padding: 80px 30px 50px;
  text-align: center;
}

.v23_img-right_01{
  width: 35%;
  height: auto;
  background-color: #D9FFFF;
  border-radius: 10px;
  position: relative;
  padding: 80px 30px 50px;
}

.v23_img-left_01 img{
  max-height: 300px;
}

.v23_img-right_01 img{
  max-height: 300px;
  padding: 0 20%;
}

@media only screen and (max-width: 931px) {
  .v23_img-right_01 img{
    max-height: 300px;
    padding: 0 21%;
  }
}


@media only screen and (max-width: 768px) {
  .v23_img-left_01{
    width: 100%;
    padding: 80px 20px 30px;
  }

  .v23_img-left_01 img{
    max-height: 100%;
  }
  
  .v23_img-right_01{
    width: 100%;
    padding: 80px 20px 30px;
  }
}

.box-title{
  position: absolute;
  top:0;
  left: 0;
  display: inline;
  padding: 10px 20px;
  color: #D9FFFF;
  background-color: #001E62;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: clamp(14px, 2vw, 20px);
}
.img-inner{
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 50px;
}

.inner-left,.inner-right{
  width: 50%;
}

.inner-left img{
  max-height: 296px;
}

.image-box p{
  font-weight: bold;
}

.image-box span p{
  font-weight: bold;
}

.image-box span{
  font-size: clamp(12px, 1.2vw, 14px)!important;
  font-weight: normal!important;
}

@media only screen and (max-width: 768px) {
  .image-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .img-left,.img-right{
    width: 100%;
  }
  

  .img-inner{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    margin-top: 50px;
  }

  .inner-left,.inner-right{
    width: 100%;
  }
}


.update2-box{
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: start;
  margin-top: 20px;
}

.box02{
  width: 33.33%;
  text-align: center;
}

.box-comment{
  margin: 0 auto;
  max-width: 300px;
  padding: 10px;
  background-color: #FF8015;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
  font-size: clamp(12px, 1.5vw, 16px);
  line-height:1.1em;
}

.box-comment::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FF8015;
  }
  
  .comment_margin{
    margin-top: 18px;
  }

.box02_inner{
  margin-top: 20px;
  background-color: #D9FFFF;
  border-radius: 10px;
  position: relative;
}

.box02_title{
  position: absolute;
  top:0;
  left: 0;
  display: inline;
  padding: 10px;
  color: #D9FFFF;
  background-color: #001E62;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: clamp(12px, 1.3vw, 15px);
}


.box02_content{
  height: 480px;
  padding: 70px 20px 30px 20px ;
  }


.box02_content img{
  width: 100%;
  max-height: 255px;
}

.box02_content p{
  text-align: left;
  margin-top: 20px;
  font-size: clamp(12px, 1.5vw, 15px)!important;
  font-weight: bold;
  line-height: 1.2em;
}

.box02_content span{
  font-size: clamp(12px, 1.2vw, 14px)!important;
  font-weight: normal!important;
}


#instax_business_biz.p-howtouse .main_content h2{
  border-bottom: none;
}

#instax_business_biz.p-howtouse .main_content .s-download{
  margin-top: -80px;
}

#instax_business_biz.p-howtouse .main_content .s-download h2{
  text-align: center;
  font-size: 34px;
  margin-bottom: 0;
}

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

  #instax_business_biz.p-howtouse .main_content .s-download{
    margin-top: -60px;
  }

  #instax_business_biz.p-howtouse .main_content .s-download h2{
    font-size: 27px;
  }
}


@media only screen and (max-width: 768px) {
  .update2-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
  }
  
  .box02{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .box02_content{
    height: 460px;
    }

    .box02_title{
      font-size: clamp(15px, 1.5vw, 16px);
      text-wrap: nowrap;
    }

    .box02_content p{
      font-size: clamp(14px, 1.5vw, 15px)!important;
    }

    .box-comment{
      margin: 0 auto;
      max-width: 250px;
      font-size: clamp(15px, 1.5vw, 17px);
    }
}


@media only screen and (min-width: 769px) and (max-width: 986px) {
  .box02_content{
    height: 440px;
    padding: 70px 20px 30px 20px ;
    }
}

.box-right03{
  position: relative;
}

.box03_title{
  position: absolute;
  top:0;
  left: 0;
  display: inline;
  padding: 10px;
  color: #D9FFFF;
  background-color: #001E62;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
  font-size: clamp(12px, 1.3vw, 15px);
}

#instax_business_biz .v23_update01{
  display: flex;
  flex-direction: row;
  gap:20px;
  justify-content: center;
  align-items: center;
  padding: 70px 0 50px;
}

#instax_business_biz .title_image_left,
#instax_business_biz .title_image_right{
  width: 50%;
}

#instax_business_biz .title_image_left{
  padding-left: 20px;
}

#instax_business_biz .title_image_left h2{
  text-align: left;
  font-size: clamp(20px, 2vw, 27px);
  margin-bottom: 0;
  line-height: 1.5em;
}


#instax_business_biz .v23_title_01,
#instax_business_biz .v23_title_02
{
  display: table;
  margin-bottom: 40px;
  height: 60px;
  background-color: #FF8026;
  padding: 6px 25px 6px 75px;
  border-radius: 50px;
  position: relative;
}

#instax_business_biz .v23_title_01 span,
#instax_business_biz .v23_title_02 span
{
  font-size: clamp(21px, 2.5vw, 23px);
  font-weight: bold;
  line-height: 1.1em;
  display: table-cell;
  vertical-align: middle;
}


#instax_business_biz .v23_title_01::before{
  content: '';
display: block;
width: 95px; 
height: 110px;
background-image: url(../img/icon_update01.webp);
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top:65%;
left:-30px;
transform: translateY(-65%);
}

#instax_business_biz .v23_title_02::before{
  content: '';
display: block;
width: 95px; 
height: 110px;
background-image: url(../img/icon_update02.webp);
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top:70%;
left:-30px;
transform: translateY(-70%);
}


#instax_business_biz .v23_inner p{
  margin-top: 30px;
  text-align: left;
}


#instax_business_biz .v23_update02_inner{
  padding: 80px 30px 40px;
}

#instax_business_biz .v23_update02_inner p{
  margin-top: 15px;
  font-size: clamp(14px, 1.5vw, 16px);
}


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

  #instax_business_biz .title_image_left{
    padding-left: 0;
  }

  #instax_business_biz .title_image_left h2{
    font-size: clamp(17px, 4vw, 24px);
    white-space: nowrap;
    line-height: 1.5em;
  }

  #instax_business_biz .v23_title_01,
  #instax_business_biz .v23_title_02
  {
    margin-bottom: 30px;
    padding: 6px 20px 6px 80px;
    height: 50px;
  }

  #instax_business_biz .v23_title_02{
    margin-top: 20px;
  }

  #instax_business_biz .v23_update01{
    display: flex;
    flex-direction: column;
    gap:30px;
    justify-content: center;
    align-items: center;
    padding: 70px 10px 50px;
  }

  #instax_business_biz .title_image_left,
#instax_business_biz .title_image_right{
  width: 100%;
}

#instax_business_biz .v23_title_01 span,
#instax_business_biz .v23_title_02 span{
  font-size: clamp(18px, 4vw, 22px);
}

#instax_business_biz .v23_title_01::before{
width: 90px; 
height: 95px;
top:70%;
left:-15px;
transform: translateY(-70%);
}

#instax_business_biz .v23_title_02::before{
width: 90px; 
height: 95px;
top:70%;
left:-15px;
transform: translateY(-70%);
}

#instax_business_biz .v23_update02_inner{
  padding: 70px 30px 30px;
}

}

#instax_business_biz #device-area{
  margin: 0 auto;
  background-color: #001E62;
padding: 70px 0;
}

#device-area .device-box{
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 42px;
}

.device-left{
  width: 40%;
  padding: 20px;
}

.device-right{
  width: 60%;
}

#instax_business_biz #device-area .device-left p{
  color: #FF8026;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
}

#instax_business_biz #device-area .device-left h2{
  color: #D9FFFF;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5em;
}

#instax_business_biz #device-area p.device-caution{
  color: #D9FFFF;
  font-size: clamp(10px, 1.2vw, 14px);
  font-weight: 500;
}

#instax_business_biz #device-area .device-btn{
  margin-top: 20px;
  background-color: #FF8026;
  padding:20px 50px 20px 30px;
  border-radius: 50px;
  position: relative;
}

#instax_business_biz #device-area .device-btn a{
  color: #001E62;
}

#instax_business_biz #device-area .device-btn span{
  display: block;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: bold;
  line-height: 1.3em;
  white-space: nowrap;
}

#instax_business_biz #device-area .device-btn::after{
  content: '';
  display: block;
  width: 18px; 
  height: 18px;
  background-image: url(../img/png/device_arrow.png);
  background-size: contain;
  background-repeat:no-repeat;
  position:absolute;
  top:50%;
  right:20px;
  transform: translateY(-50%);
  transition: all .3s;
}

#instax_business_biz #device-area .device-btn:hover::after{
  right:16px;
}



@media only screen and (max-width: 768px) {
  #device-area .device-box{
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 25px;
  }
  .device-left{
    width: 100%;
    padding: 0;
  }
  
  .device-right{
    width: 100%;
  }

  #instax_business_biz #device-area .device-left p{
    font-size: 22px;
  }

  #instax_business_biz #device-area .device-left h2{
    font-size: clamp(22px, 5vw, 38px);
  }

  #instax_business_biz #device-area p.device-caution{
    font-size: clamp(11px, 2vw, 14px);
  }

  #instax_business_biz #device-area .device-btn{
   margin: 40px auto 0;
  }

  #instax_business_biz #device-area .device-btn span{
    font-size: clamp(12px, 3.5vw, 16px);
  }
  

  #instax_business_biz #device-area .device-btn span::after{
    right:5%;
  }
  #instax_business_biz #device-area .device-btn span:hover::after{
    right:4%;
  }

}

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

  #instax_business_biz .nav_menu_btn{
bottom:32px!important;
  }
}

#instax_business_biz .image-box img.layout_image {
  width: 80%;
}

