/*registernow buynow*/
/*----------------USB Mirroring----------------*/
.flex-row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 30px 0 15px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    gap: 30px;
  flex-wrap: wrap;
}
.flex-row li {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
}
.flex-row li img {
    width: auto;
    height: 70px;
}
.flex-row li a img {
    height: 40px;
}
.flex-row li .caption {
    font-size: .9em;
    font-weight: bold; 
    display: block;
    padding-top: 4px;
    text-align: center;
}
/*----------------------------------------------*/
.buynow_btn,
.registernow_btn{
  text-align: center;
  margin-bottom: 1em;
}
.registernow_btn a{
  display: inline-block;
  width: 200px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  background-color: #004272;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  -webkit-transition: none;
  transition: none;
}

.registernow a:hover{
  background-color: #125f96;
}

#dbox8 .info{
  width: 100%!important;
}
#dbox8 h3{
  width: 100%;
  transform-origin: initial;
  transform: initial;
  display: block;
}
#dbox8 img{
  box-sizing: border-box;
}
 #dbox8 .hBox p a{
  color: #333;
}
#dbox7 .info{
  width: 100%!important;
}
#dbox7 h3{
  width: 100%;
  transform-origin: initial;
  transform: initial;
}
#dbox7 img{
  box-sizing: border-box;
}
 #dbox7 .hBox p a{
  color: #333;
}

#dbox7 .imgbox img{
  width: 100%
}

  #dbox85 .imgbox img {
    max-width: 490px;
  }

  #dbox85 .app_link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: initial;
    gap: 20px;
  }

#dbox85 .app_link img {
  max-width: 80px;
}

#dbox85 .app_link a {
  color: #212121;
  font-size: 16px;
  text-decoration: underline;
}

#dbox85 .app_link a:hover {
  opacity: 0.8;
}

#dbox94 .info{
  width: 100%!important;
}
#dbox94 h3{
  width: 100%;
  transform-origin: initial;
  transform: initial;
}

#dbox44 .info{
  width: 100%!important;
}
#dbox44 h3{
  width: 100%;
  transform-origin: initial;
  transform: initial;
}

/*20240527追記*/

.detail.layout_type_v2 .dbox:nth-of-type(even) .info .hBox   {
  order: 0;
  padding-right: 30px;
  padding-left: 0;
}


.detail.layout_type_v2 .dbox:nth-of-type(odd) .info .hBox {
  order: 2;
  padding-right: 0;
  padding-left: 30px;
}

.detail.layout_type_v2 .dbox:nth-of-type(6) .info .hBox{
  order: 2;
  padding-right: 0;
  padding-left: 30px;
}






@media screen and (max-width: 1024px) {
  #dbox85 .app_link img {
    width: 60px;
  }
}

@media screen and (max-width: 480px) {
  #dbox85 .info {
    width: 100%;
  }

  #dbox85 .app_link {
    justify-content: center;
  }
}

	@media only screen and (max-width: 768px) {
		#dbox7 p {
			word-break: break-all;
		}
	}

@media screen and (max-width: 480px){
  .registernow_btn , .buynow{
    text-align: center;
    margin-top: 20px;
    display: block;
    position: static;
  }
}

/*carousel*/
.product-carousel_wrapper{
  margin-bottom: 1em;
}
.standcut img{
  width: auto;
}

.standcut .product-carousel{
  width: 100%;
}

.product-carousel_wrapper .product-carousel .product_main{
  margin: 0 auto 5em;
}

/*cat_title修正*/
.vitxt{
  color: #000;
}
.kv_main .vitxt p.cat_title{
  text-shadow: 1px 2px 3px #fff;
}
.kv_main .vitxt p.cat_title span{
  font-weight: bold;
}


 @media only screen and (max-width: 768px) {
	 #dbox8 p{
		 word-break: break-all;
	 }

   #dbox8 .imgbox img{
    width: 100%
   }
 }


@media screen and (max-width: 768px){
  .kv_main .vitxt p.cat_title{
    margin-bottom: 70px;
  }
  
  .detail.layout_type_v2 .dbox:nth-of-type(even) .info .hBox {
    padding-right: 0;
  }
  .detail.layout_type_v2 .dbox:nth-of-type(odd) .info .hBox {
    padding-left: 0;
  }
  .detail.layout_type_v2 .dbox:nth-of-type(6) .info .hBox {
    padding-left: 0;
  }
  .flex-row {
    gap: 0;
    flex-wrap: wrap;
  }
  .flex-row li img {
    height: 60px;
  }
  .flex-row li {
    margin-right: 10px;
    margin-bottom: 10px;
  } 
    li:last-child {
      margin-right: 0;
  }
  
  
}
@media screen and (max-width: 480px){
  .flex-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex-row li img {
    max-width: 100%;
    object-fit: contain;
  }
  .flex-row li a img {
    height: 33px;
  }
}