@charset "UTF-8";
#lp_renewal2024 {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background: #f5f5f5;
}
#lp_renewal2024 .content {
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
		font-size: 16px;
}

#lp_renewal2024 .p-1 {
	padding: 3%;
}
#lp_renewal2024 .p-2 {
	padding: 4.5%;
}
#lp_renewal2024 .mt-1 {
	margin-top: 10px;
}
#lp_renewal2024 .mt-2 {
	margin-top: 20px;
}
#lp_renewal2024 .mt-3 {
	margin-top: 30px;
}
#lp_renewal2024 .mt-4 {
	margin-top: 40px;
}
#lp_renewal2024 .mt-6 {
	margin-top: 60px;
}
#lp_renewal2024 .mb-3 {
	margin-bottom: 30px;
}
#lp_renewal2024 .text-center {
	text-align: center;
}
#lp_renewal2024 p {
	color: #2F2F2F;
	line-height: 1.6;
	font-weight: normal;
}
#lp_renewal2024 .text_large {
	font-size: 1.4em;
}
#lp_renewal2024 .text_small {
	font-size: 0.8em;
}
#lp_renewal2024 .text_gray {
	color: #646464;
}
#lp_renewal2024 .text_white {
	color: #fff;
}
#lp_renewal2024 .bg_lightblue {
	background: #E5F4FD;
}
#lp_renewal2024 .bg_lightgreen {
	background: #E4F7FB;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#lp_renewal2024 .bg_blue {
	background: #E2F1FC
}
#lp_renewal2024 .bg_bdrblue {
	background: #36A4EA;
	border-top: 8px solid #96D3F4;
	border-bottom: 8px solid #96D3F4;
	padding-top: 50px;
	padding-bottom: 50px;
}
#lp_renewal2024 .text_indent {
	text-indent: -1em;
	padding-left: 1em;
}

/* footbnr */
#lp_renewal2024 .lp_footbnr {
	width: 100%;
	position: fixed;
  bottom: 0;
	z-index: 30;
}
#lp_renewal2024 .lp_footbnr .content {
	background: transparent;
}
#lp_renewal2024 .bnr_yoyaku {
	display: block;
	max-width: 500px;
	margin: auto;
}
#lp_renewal2024 .backdrop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	background: rgba(54, 164, 235, 0.8);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
#lp_renewal2024 .backdrop_inner {
	padding-bottom: .5em;
	position: relative;
	z-index: 40;
}
#lp_renewal2024 .lp_footbnr p {
	display: flex;
	justify-content: center;
	line-height: 1.4;
	margin-top: .5em;
}


/*モーダルを開くボタン*/
#lp_renewal2024 .modal-open, #lp_renewal2024_foot .modal-open_foot{
	cursor: pointer;
}
#lp_renewal2024_foot .modal-open_foot {
	color: #1400EE;
	text-decoration: underline;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
#lp_renewal2024 .modal-container, #lp_renewal2024_foot .modal-container_foot {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.4);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
	z-index: 1000;
}
/*モーダル本体の擬似要素の指定*/
#lp_renewal2024 .modal-container:before, #lp_renewal2024_foot .modal-container_foot:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
#lp_renewal2024 .modal-container.active, #lp_renewal2024_foot .modal-container_foot.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
#lp_renewal2024 .modal-body, #lp_renewal2024_foot .modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 680px;
	width: 94%;
}
/*モーダルを閉じるボタンの指定*/
#lp_renewal2024 .modal-close, #lp_renewal2024_foot .modal-close_foot {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -24px;
	right: 0;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
#lp_renewal2024 .modal-cont, #lp_renewal2024_foot .modal-cont{
	background: #fff;
	text-align: left;
	padding: 20px;
	max-height: 70vh;
	overflow-y: scroll;
}

#lp_renewal2024 .simulation_slide {
	width: 100%;
}
#lp_renewal2024 .simulation_slide li {
	height: auto;
}
#lp_renewal2024 .slide-arrow {
	width: 60px;
	cursor: pointer;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	z-index: 10;
}
#lp_renewal2024 .prev-arrow {
	left: 0;
}
#lp_renewal2024 .next-arrow {
	right: 0;
}
#lp_renewal2024 .slick-list {
    width: 100%;
}
@media (min-width: 780px) {
}
@media (max-width: 779px) {
	#lp_renewal2024 .content {
			font-size: 15px;
	}
	#lp_renewal2024 .slide-arrow {
		width: 32px;
	}
	#lp_renewal2024 .text_large {
		font-size: 1.2em;
	}
	#lp_renewal2024 .text_small {
		font-size: 0.7em;
	}
}
