  .lp-apply-box {
	width: 100%;
	background: unset;
	background-size: unset;
	display: flex;
	flex-direction: column;
	/* align-items: center;*/
	padding-top: 30px;
	padding-bottom: 30px;
  }


.lp-apply-box .lp-apply-title {
	margin: auto;
	width: 600px;
	background: #E19DAE;
	background: linear-gradient(90deg,rgba(225, 157, 174, 1) 0%, rgba(203, 62, 128, 1) 100%);
	border-radius: 999px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: clamp(2.8rem, 1.7vw, 2.8rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	padding-top: 26px;
	padding-bottom: 26px;
	color: #FFFFFF;
}

.lp-apply-box .detail{
	width: 270px;
	border-radius: 999px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: clamp(1.8rem, 0.7vw, 1.8rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 10px;
	color: #004EA2;
	border: 1px solid #004EA2;
	margin-left: auto;
}

.lp-page-copy{
	width: 100%;
}

.lp-page-copy h1{
	margin: auto;
  color: #333;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.lp-page-copy h2{
	margin: auto;
	width: 90%;
  color: #CF5089;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px; 
 text-align: center;
}

 .lp-section-img{
  width: 100%;
  display: flex;
  justify-content: center;
}

 .mt_10 {
  margin-top: 10px; 
}

 .mt_20 {
  margin-top: 20px; 
}

 .mt_30 {
  margin-top: 30px; 
}

 .mb_10 {
  margin-bottom: 10px; 
}

 .mb_20 {
  margin-bottom: 20px; 
}

 .mb_30 {
  margin-bottom: 30px; 
}


.img-sp {
    display: none;
}


@media screen and (max-width:430px) {
	
.img-pc {
        display: none;
    }

.img-sp {
        display: block;
    }


.w-98{
	width:98%;
	margin: auto;
    }


  .lp-apply-box {	
	padding-top: 20px;
	padding-bottom: 20px;
  }

.lp-apply-box .lp-apply-title {
	width: 78%;
	font-size: clamp(1.4rem, 0.5vw, 1.4rem);
	padding-top: 18px;
	padding-bottom: 18px;
}

.lp-apply-box .detail{
	width: 190px;
	justify-content: center;
	font-size: clamp(1.4rem, 0.3vw, 1.4rem);
	padding: 10px;
}

.lp-page-copy h1{
  font-size: 2.0rem;  margin-top: 30px;

}
}


@media screen and (max-width:820px) {
	
.content-inner{
	width: 100%;
    }


img{
       width: 100%;
    }
}

