@charset "utf-8";
.inner {
	max-width: 980px;
}
/* pageTtl */
.pageTtl {
	background: #fff;
}
.pageTtl .wrapper {
	height: 25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.pageTtl h1 {
	font-size: 4.5rem;
	line-height: 1.6;
}
.pageTtl .lead {
	margin-top: 0.5em;
	font-size: 1.8rem;
	line-height: 1.9;
}
@media screen and (max-width: 768px) {
	.pageTtl .wrapper {
		height: 47.5rem;
	}
	.pageTtl h1 {
		font-size: 5rem;
		line-height: 1.3;
	}
	.pageTtl .lead {
		margin-top: 1em;
		font-size: 2.3rem;
		line-height: 1.5;
		text-align: left;
		width: 48rem;
	}
}

/* content */
.content {
	background: #c3dce1;
}
.content .wrapper {
	padding: 10rem 0 9rem;
	background-image: url(/fund/point_investment/howto/img/bg01.png);
	background-size: auto auto;
	background-position: top -17rem right 0;
	background-repeat: no-repeat;
}
.content a {
	text-decoration: underline;
}
.content .note {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.64;
}
.content .note li {
	display: flex;
}
.content .note li span:first-child {
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.content .wrapper {
		padding: 4.5rem 0 9rem;
		background-size: contain;
		background-position: top -3rem right 0;
	}
	.content .note {
		font-size: 2.3rem;
		line-height: 1.52;
	}
}
/* stepsWrap */
.stepsWrap {
	position: relative;
	margin-bottom: 8rem;
}
.stepsWrap::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5rem;
    left: 50%;
    border-top: 1.8rem solid #3f94e5;
    border-right: 1.8rem solid transparent;
    border-left: 1.8rem solid transparent;
    transform: translateX(-50%);
}
.stepsWrap.last::after {
	content: none;
}
.stepsWrap h2 {
	color: #000;
	font-size: 2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin-bottom: 1rem;
}
.stepsWrap h2 span {
	font-size: 4rem;
}
/* .steps */
.steps {
	background-color: #fff;
	position: relative;
}
.steps h3 {
	background-color: #3f94e5;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 3rem 0;
	cursor: pointer;
}
.steps h3 .sm {
	display: block;
	font-size: 1.8rem;
}
.steps h3 .toggle_btn {
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	background: #fff;
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.steps h3 .toggle_btn:before,
.steps h3 .toggle_btn:after {
	display: block;
	content: '';
	background-color: #3f94e5;
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.steps h3 .toggle_btn:before {
	width: 2px;
	height: 15px;
}
.steps h3.open .toggle_btn:before {
	content: normal;
}
.steps .accTarget {
	padding: 5rem;
	display: none;
}
.steps h4 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 4rem;
}
.steps .flowList .slider {
	position: absolute;
    top: 0;
    left: 0;
	width: 64%;
}
.steps .flowList > li {
    box-sizing: border-box;
    position: relative;
    padding: 10rem 0 0 75%;
    min-height: 550px;
}
.has-slider .lead,
.has-slider .catch {
    display: none;
}
.has-slider .lead.on,
.has-slider .catch.on {
    display: block;
}
.has-slider .lead {
	padding: 3rem 0 0 4rem;
	font-weight: bold;
}
.has-slider .catch {
	color: #3f94e5;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 4rem;
}
.has-slider .catch span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background-color: #3f94e5;
	border-radius: 50%;
	padding: 0.28rem 0.95rem;
}
.has-slider .catch.ex span {
	padding: 0.33rem 0.5rem;
}
.has-slider .catch span b {
	font-size: 1rem;
}
@media screen and (max-width: 768px) {
	.stepsWrap h2 {
		font-size: 2.15rem;
	}
	.stepsWrap h2 span {
		font-size: 4.35rem;
	}
	.steps .flowList > li {
		padding: 75% 0 0 0;
		min-height: auto;
	}
	.steps .flowList .slider {
		width: 85%;
		left: 3rem;
	}
	.steps h3 {
		font-size: 2.75rem;
	}
	.steps h3 .sm {
		font-size: 2.1rem;
	}
	.steps h4 {
		font-size: 2.4rem;
	}
	.steps h3 .toggle_btn:before {
		height: 12px;
		height: 2rem;
	}
	.steps h3 .toggle_btn:after {
		width: 12px;
		width: 2rem;
	}
}
.step01 .boxWrap {
	margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}
.step01 .boxWrapInner {
    width: 23.8%;
}
.step01 .box {
    background: #fff;
    border-radius: 1rem;
    display: flex;
    box-shadow: 6px 6px 0 rgb(200 200 200 / 50%);
    height: 56%;
	border: 2px solid rgb(200 200 200 / 50%);
}
.step01 .box a {
    display: block;
    padding: 1rem;
    flex-grow: 1;
    position: relative;
	cursor: default;
	text-decoration: none;
}
.step01 .box a:hover {
	opacity: 1;
}
.step01 .box .step {
    display: flex;
    align-items: center;
}
.step01 .box .step .icn {
    width: 6rem;
    margin-right: 1rem;
    flex-shrink: 0;
}
.step01 .box .step .txt {
    font-size: 1.7rem;
    line-height: 1.17;
}
.step01 .box .pic {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
}
.step01 .box:nth-child(1) .pic {
    width: 14.2rem;
}
.step01 .mvbox {
    margin-top: 1.5rem;
    background: #fff;
    border-radius: 1rem;
    display: flex;
    box-shadow: 6px 6px 0 rgb(200 200 200 / 50%);
	border: 2px solid rgb(200 200 200 / 50%);
}
.step01 .mvbox a {
    display: block;
    padding: 1rem;
    flex-grow: 1;
    position: relative;
}
.step01 .mvbox a::before {
    display: block;
    content: "";
    border: 0.8rem solid transparent;
    border-bottom: 1rem solid rgb(200 200 200 / 50%);
    position: absolute;
    top: -1.8rem;
    left: 50%;
    margin-left: -0.8rem;
}
.step01 .mvbox a::after {
    display: block;
    content: "";
    border: 0.8rem solid transparent;
    border-bottom: 1rem solid #fff;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    margin-left: -0.8rem;
}
.step01 .mvbox .step {
    margin-bottom: 0.5rem;
}
.step01 .mvbox .step .txt {
    display: flex;
    justify-content: center;
}
.step01 .mvbox .step .txt img {
    width: 3.3rem;
    align-self: flex-start;
    margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
	.step01 .boxWrap {
		margin-left: auto;
		margin-right: auto;
		flex-direction: column;
		width: 29.7rem;
	}
	.step01 .boxWrapInner {
		width: 100%;
		margin-top: 4rem;
	}
	.step01 .box {
		height: auto;
	}
	.step01 .box:first-child {
		margin-top: 0;
	}
	.step01 .box a {
		padding: 2rem 1rem 2.5rem 1rem;
	}
	.step01 .box .step .icn {
		width: 9.2rem;
	}
	.step01 .box .step .txt {
		font-size: 2.4rem;
	}
	.step01 .box .pic {
		margin-top: 4rem;
	}
	.step01 .box:nth-child(1) .pic {
		width: 20.3rem;
	}
	.step01 .mvbox {
		margin-top: 2.5rem;
	}
	.step01 .mvbox a {
		padding: 2rem 1rem 1.5rem 1rem;
	}
	.step01 .mvbox a::before {
		display: block;
		content: "";
		border: 1.3rem solid transparent;
		border-bottom: 1.3rem solid rgb(200 200 200 / 50%);
		position: absolute;
		top: -2.6rem;
		left: 50%;
		margin-left: -0.8rem;
	}
	.step01 .mvbox a::after {
		display: block;
		content: "";
		border: 1.3rem solid transparent;
		border-bottom: 1.3rem solid #fff;
		position: absolute;
		top: -2.3rem;
		left: 50%;
		margin-left: -0.8rem;
	}
	.step01 .mvbox .step .txt {
		font-size: 1.8rem;
	}
	.step01 .mvbox .step .txt img {
		width: 4.8rem;
	}
}












/* youtube */
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 0 5rem;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}


/* slide */
#slider01,
#slider02,
#slider03,
#slider04 {
	overflow: hidden;
}

#slider01 .slick-slide,
#slider02 .slick-slide,
#slider03 .slick-slide,
#slider04 .slick-slide {
	float: left;
	clear: none;
}

.slider {
	position: relative;
	margin-bottom: 8rem;
}

.slider .slick-dots {
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: -4rem;
	left: 0;
	line-height: 0;
	text-align: center;
}

.slider .slick-dots li {
	display: inline-block;
	font-size: 0;
	text-indent: -10000px;
}

@media (min-width:1025px){
  .slider .slick-dots li button:hover {
	  opacity: .7;
  }
}

.slider .slick-dots li button {
	display: block;
	width: 1rem;
	height: 1rem;
	border: none;
	border-radius: 50%;
	text-indent: -10000px;
	font-size: 0;
	background: #c3dce1;
	padding: 0;
}

.slider .slick-dots .slick-active button {
	cursor: default;
	pointer-events: none;
	width: 1rem;
	height: 1rem;
	background: #3f94e5;
}
@media (max-width: 767px) {
  .slider .slick-dots .slick-active button {
	width: 1rem;
	height: 1rem;
  }
}

.slider .slick-dots li:not(:last-child) {
  	margin-right: 1.5rem;
}

.slider .controller li {
	cursor: pointer;
	position: absolute;
	bottom: 17.7rem;
	left: 50%;
	width: 1.6rem;
	height: 1.6rem;
	border-top: 3px solid #3f94e5;
	border-right: 3px solid #3f94e5;
}

@media (min-width:1025px){
  .slider .controller li:hover {
    	opacity: .7;
  }
}

.slider .controller .prev {
	margin-left: -29rem;
	transform: rotate(-135deg);
}

.slider .controller .next {
	margin-left: 27rem;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.slider .controller .next {
		margin-left: 22rem;
		width: 2.6rem;
		height: 2.6rem;
		bottom: 11.7rem;
	}
	.slider .controller .prev {
		margin-left: -24rem;
		width: 2.6rem;
		height: 2.6rem;
		bottom: 11.7rem;
	}
	.has-slider .catch {
		padding: 0rem 0 0 4rem;
		font-size: 2.4rem;
	}
	.has-slider .lead {
		font-size: 2.4rem;
	}
	.has-slider .catch.ex span {
		padding: 0.73rem 0.5rem;
	}
}