@charset "UTF-8";

.for-pc{
	display: block!important;
}
.for-sp{
	display: none!important;
}

.mt40-pc{
	margin-top: 40px!important;
}

.mt60-pc{
	margin-top: 60px!important;
}

.mt80-pc{
	margin-top: 80px!important;
}

.center{
	text-align: center;
}

.bordered{
	border: 1px solid #000;
	box-sizing: border-box;
}

.modal_mv{
	display: table;
	margin: 0 auto;
}

.modal-content{
	max-width: 1440px;
	width: 100%;
	padding: 60px 40px 0;
	margin: 0 auto;
	background-color: #EBF6F0;
	text-align: left;
}

/* .modal-contentB{
	padding: 0 0 124px;
} */

.modal-content *{
	font-family: 'Noto Sans JP';
}

.modal_head{
	font-size: 48px;
	color: #3AA667;
	text-align: center;
	line-height: 1.2;
}
.modal1 .modal_head{
	color: #51A733;
}

.modal_wrap{
	margin: 80px auto 0;
	padding: 0  40px 40px;
	max-width: 1280px;
	width: 100%;
}

.modal_section{
	padding: 40px;
	background-color: #fff;
	border-radius: 30px;
}

.modal_section:not(:first-of-type){
	margin-top: 40px;
}

.modal_block{
	position: relative;
	padding: 0 160px 156px;
}

.modal_block:nth-of-type(1){
	padding-top: 100px;
}

.modal_block:nth-of-type(2){
	padding-top: 120px;
	padding-bottom: 200px;
}

.modal_block:nth-of-type(3){
	padding-top: 20px;
	padding-bottom: 88px;
}


.modal_block:after{
	content: "";
	position: absolute;
	background: url(/service/accumulation/pop/image/wave_border.png);
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 96px;
	background-repeat: no-repeat;
}

.modal_block:nth-of-type(even){
	background-color: #ffff;
}

.modal_block:nth-of-type(even):after{
	transform: rotate(180deg);
}

.modal_block:last-of-type:after{
	content: none;
}

.sec_head{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.75;
}

.sec_txt{
	font-size: 24px;
	line-height: 1.75;
}
.sec_txt-s{
	font-size: 20px;
	line-height: 2;
}

.sec_txt a{
	text-decoration: underline;
}

.sec_border{
	margin-top: 40px;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 10px;
}

.sec_subTxt{
	position: relative;
	font-size: 20px;
	line-height: 2;
}

.sec_subTxt-l{
	font-size: 24px;
}

.sec_subTxt:before{
	content: "※";
  margin-right: 4px;
}

.sec_img{
	margin: 40px auto 0;
}

.sec_border .sec_img{
	margin-top: 10px;
}

.sec_img img{
	display: table;
	margin: 0 auto;
}

.modal-close{
	display: flex;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	height: 100px;
	border-radius: 50px;
	background-color: #3AA667;
	border: 1px solid #3AA667;
	font-size: 36px;
	color:#fff;
	line-height: 0.78;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.modal-close:hover{
	background-color: #fff;
	color: #3AA667;
}

.nisa_benefits li{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	min-height: 300px;
	margin-top: 60px;
	padding: 0 130px 45px;
	background-color: #EBF6F0;
}

.nisa_benefits li:nth-child(odd){
	margin-right: -160px;
	padding-right: 290px;
	border-top-left-radius: 150px;
	border-bottom-left-radius: 150px;
}

.nisa_benefits li:nth-child(even){
	margin-left: -160px;
	padding-left: 290px;
	border-top-right-radius: 150px;
	border-bottom-right-radius:150px;
}

.nisa_ttl_block{
	display: flex;
	width: 100%;
	align-items: center;
}

.nisa_ttl{
	display: flex;
	width: 200px;
	height: 80px;
	background-color: #3AA667;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.nisa_ttl_txt{
	padding-left: 20px;
	color: #3AA667;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}


@media only screen and (max-width: 768px) {
	.for-sp{
		display: block!important;
	}

	.for-pc{
		display: none!important;
	}

	body{
		background: #0000;
	}

	.mt10-sp{
		margin-top: 10px!important;
	}

	.mt20-sp{
		margin-top: 20px!important;
	}

	.mt30-sp{
		margin-top: 30px!important;
	}

	.modal-content{
		max-width: 360px;
		padding: 30px 20px;
	}

	.modal_head{
		font-size: 24px;
	}

	.modal_wrap{
		margin: 30px auto;
		padding: 0;
		max-width: 360px;
	}

	.modal_block{
		padding: 25px 20px 45px!important;
		margin: 0 -20px;
	}

	.modal_block:after{
		height: 24px;
		background-size: cover;
	}

	.modal_section{
		padding: 20px 10px;
		border-radius: 15px;
	}

	.bordered.modal_section{
		padding: 20px;
	}

	.modal_section:not(:first-of-type){
		margin-top: 20px;
	}

	.sec_head{
		font-size: 16px;
	}

	.sec_txt{
		font-size: 16px;
	}

	.sec_border{
		margin-top: 20px;
		padding: 10px;
	}

	.sec_subTxt{
		font-size: 16px;
		line-height: 1.35;
	}

	.sec_subTxt-l{
		line-height: 1.5;
	}

	.sec_subTxt:before{
		margin-right: 0;
	}

	.sec_img{
		margin-top: 10px;
	}

	.modal-close{
		max-width: 320px;
		height: 60px;
		border-radius: 35px;
		font-size: 20px;
		line-height: 1.4;
	}

	.nisa_benefits li{
		display: block;
		margin: 20px 0 0 !important;
		padding: 0 20px 20px !important;
		border-radius: 15px !important;
		min-height: auto;
	}

	.nisa_ttl_block{
		display: block;
	}

	.nisa_ttl{
		height: 33px;
    margin: 0 auto;
    font-size: 16px;
	}

	.nisa_ttl_txt{
		margin-top: 15px;
		margin-bottom: 20px;
    padding: 0;
    font-size: 16px;
		text-align: center;
	}

	.sec_txt-s{
		font-size: 15px;
	}
}

