
#flexBox{
  display: flex;
  flex-direction: column;
}

.mt-5{
  margin-top: 1.5rem !important;
}
.text-annotation{
	font-size: 0.8em;
	text-align: center;
}

.box_cart__inner{
	position: relative;
	height: 600px;
}

.box_cart__dtlwrp img.only-sp{
	width: 110%;
  margin: -5%;
}

.btn{
	position: absolute;
	top: 418px;
	left: 490px;
	border-radius: 10vw;
	width: 390px;
	height: 68px;
	
	font-size: 20px;
	background-color: #e061af;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	.inner{
	  margin: 0 auto;
	  width: 100%;
	}
	.box_cart__inner{
	  height: unset;
    aspect-ratio: 1;
  }
  .btn{
    font-size: 3.8vw;
    height: 14.5vw;
    top: 74%;
    left: 9%;
    width: 83%;
  }
}
h1.elevit-lp-title {
    font-size: 3em;
    margin: 0 auto 3vw;
    color: #0d2d6c;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
}
h1.elevit-lp-title p, h2.elevit-lp-title p {
    border-bottom: solid 5px rgb(174 214 239);
    display: inline-block;
    line-height: 0.6em;
}

@media screen and (max-width:768px) {
	 
  h1.elevit-lp-title {
    font-size: 7.467vw;
  }
}

