@charset "UTF-8";

/* **********************************************************************
 *
 *       Title:   セゾン投信 style.css
 *
 ********************************************************************** */



.mod-boxLink02 {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.18);
}

.nisa_points li.box {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.18);
}
.nisa_points li.box + li.box {margin-top: 43px;}

.nisa_points dt {
	position: relative;
	min-height: 100px;
	padding: 24px 0 0 120px;
	margin: 0 0 30px;
	box-sizing: border-box;
}
.nisa_points dl {
	position:relative;
}

.nisa_points dt .num {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 1;
	font-size: 4.2rem;
	font-weight: bold;
	color: #014099;
	background: #E5ECF5;
}
.nisa_points dt .num small {
	font-size: 1.2rem;
	font-weight: bold;
}

.nisa_points dd {

}
.nisa_points .inblue_area {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 240px;
	min-height: 138px;
	padding: 12px 20px;
	box-sizing: border-box;
	margin: 0 40px 0 0;
	line-height: 1.4;
	color: #014099;
	background: #EAF6FB;
}

.nisa_points .flimg_r {
	position:absolute;
	bottom:-50px;
	right:0;
}

.nisa_points .label {
	width:760px;
	border:#707070 1px dashed;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.nisa_points .label p {
	padding: 0px 40px 0;
}
.nisa_points .label img {
	margin: 0 0 -10px;
}

.fund-teiki-start-step-item ._icon {
	margin: 30px auto 0;
}

.fund-teiki-start-step-item.col3:before {
  border-width: 60px 0 60px 40px;
}

.fund-teiki-start-step-item.col3:after {
	border-width: 120px 0 120px 75px;
}

.support-guide .fund-teiki-start-step .fund-teiki-start-step-item.col3 ._icon {
	width: auto;
	align-items: center;
	margin: 20px auto 0;
}

.fund-teiki-start-step-item.col3 ._icon {
  width: auto;
  margin: 20px auto 0;
}

.fund-teiki-start-step-item.col3 ._icon img {
  margin: 0 auto;
}


@media screen and (max-width:767px) {

	img {
		height:auto;
	}

	.nisa_points li.box {
		padding: 20px 5%;
	}
	.nisa_points li.box + li.box {margin-top: 20px;}

	.nisa_points dt {
		position: relative;
		min-height: 70px;
		padding: 4px 0 0 90px;
		margin: 0 0 15px;
	}
	.nisa_points dt .num {
		width: 70px;
		height: 70px;
		font-size: 2.7rem;
	}
	.nisa_points dt .num small {
		font-size: 1.2rem;
	}

	.nisa_points dd {
		flex-direction: column;
		align-items: center;
	}

	.nisa_points .inblue_area {
		min-height: 0;
		padding: 12px 20px;
		margin: 0 0 10px;
	}

	.nisa_points .flimg_r {
		position:static;
		margin:0 auto -20px;
	}

	.nisa_points .label {
		width:100%;
		border:#707070 1px dashed;
		display: block;
		padding: 10px;
		text-align:center;
	}

	.nisa_points .label p {
		padding: 0 0 10px;
		text-align:left;
	}
	.nisa_points .label img {
		margin: 0 auto -10px;
	}

  .fund-teiki-start-step-item.col3:after {
    right: auto;
    bottom: -39px;
    border-width: 40px 170px 0;
    border-color: #ebfbff transparent transparent;
    z-index: 1
  }

  .fund-teiki-start-step-item.col3:before {
    top: 0;
    border-width: 20px 85px 0;
    border-color: #fff transparent transparent
  }

  .fund-teiki-start-step li.pure-u-1-3:first-child .fund-teiki-start-step-item:before,
  .fund-teiki-start-step li.pure-u-1-3:first-child .fund-teiki-start-step-item.col3:before {
    display: none
  }
}

