@charset "shift_jis";

/* -------------------------------------------------------------------
main
------------------------------------------------------------------- */
.navi-inner .navi.pc-only ul li:nth-child(3) {
	background: url(/products/fundwrap/special/img/nav_button03_active.png) no-repeat;
	z-index: 5;
	pointer-events: none;
}

#main {
	padding: 0 0 128px;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.sec-container {
	width: 950px;
	margin: 0 auto;
}

.sec-anker-list li {
	display: inline-block;
	text-align: center;
}
.sec-anker-list li:first-child {
	margin-right: 50px;
}
.sec-anker-list li a {
	display: block;
}
.sec-anker-list {
	padding: 15px 0;
	text-align: center;
	margin-bottom: 45px;
}

#main .text01 {
	margin-top: 30px;
	margin-left: 25px;
}

#sec1, #sec2 {
	padding-top: 45px;
	margin-bottom: 60px;
}

#sec1 p {
	margin: 30px 0 0;
}
#sec2 p {
	margin: 30px 0 0;
}

#sec1 .sec-box-inner {
	position: relative;
    padding: 50px 50px 73px;
    background: url(/products/fundwrap/special/img/function/content_bg01.png) no-repeat;
    background-size: 100%;
}
#sec2 .sec-box-inner {
	position: relative;
	padding: 50px;
	background: url(/products/fundwrap/special/img/function/content_bg02.png) no-repeat;
	background-size: 100% 100%;
}

#sec1 .sec-box-inner h2 {
	position: absolute;
	top: -43px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
#sec1 .sec-box-inner h2 img {
	max-width: 551px;
}
#sec2 .sec-box-inner h2 {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
#sec2 .sec-box-inner h2 img {
	max-width: 476px;
}

#sec1 .sec-note {
	margin: 30px 0 0;
	font-size: 12px;
	line-height: 1.5;
}
#sec1 .sec-note li {
	margin-left: 12px;
    text-indent: -12px;
}

#sec1 .sec-box-img {
	margin: 30px 0 0;
	text-align: center;
}
#sec1 .sec-box-img img {
	max-width: 100%;
}

#sec2 .sec-box-img {
	margin-top: 30px;
	text-align: center;
}
#sec2 .sec-box-img img {
	max-width: 100%;
}

#sec2 .sec-note {
	font-size: 12px;
	text-align: center;
	margin-top: 25px;
}

@media only screen and (max-width: 599px) {
	.main-header {
		margin-top: 0;
	}
	#main {
		padding: 0 0 50px;
	}

	#wrap {
		overflow: hidden;
	}

	.sec-container {
		width: 92.666vw;
	}

	.sec-anker-list {
		display: flex;
		padding: 15px 0;
		margin: 0 5px 20px;
	}
	.sec-anker-list li {
		display: block;
		width: 50%;
		margin: 0;
		text-align: left;
	}
	.sec-anker-list li:first-child {
		margin-right: 15px;
	}
	.sec-anker-list li a {
		width: 100%;
		display: block;
		padding: 0;
		font-size: 3.2vw;
	}

	.text01 {
		margin-top: 15px;
		padding: 0 10px;
		letter-spacing: 1.5px;
	}	

	#sec1, #sec2 {
		padding-top: 45px;
		margin-bottom: 30px;
	}

	#sec1 .sec-box-inner {
		background: url(/products/fundwrap/special/img/function/content_bg01_sp.png) center no-repeat;
		background-size: 100% 100%;
		padding: 30px 15px;
		margin: 0 5px;
	}
	#sec2 .sec-box-inner {
		background: url(/products/fundwrap/special/img/function/content_bg02_sp.png) center no-repeat;
		background-size: 100% 100%;
		padding: 30px 15px;
		margin: 0 5px;
	}

	#sec1 .sec-box-inner h2 {
		top: -35px;
		width: 270px;
	}
	#sec1 .sec-box-inner h2 img {
		max-width: 100%;
	}
	#sec2 .sec-box-inner h2 {
		top: -45px;
		width: 290px;
	}
	#sec2 .sec-box-inner h2 img {
		max-width: 100%;
	}

	#sec1 .sec-box-detail p {
		margin-top: 30px;
	}
	#sec2 .sec-box-detail p {
		margin-top: 30px;
	}

	#sec1 .sec-box-img {
		margin-top: 20px;
	}
	#sec2 .sec-box-img {
		margin-top: 20px;
	}
	
	#sec1 .sec-note {
		margin-top: 20px;
	}
	#sec2 .sec-note {
		margin-top: 20px;
		text-align: left;
	}
}