@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	-webkit-text-ajust: 100%;
}
body{
	line-height: 1.6;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.8rem;
	background: #ffffff;
}
main{
	display: block;
	margin:0 auto;
	padding-bottom: 100px;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

.wrapper{
	position: relative;
	width: 100%;
	/*max-width: 1500px;*/
	margin: 0 auto;
}
.wrapper-inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;

}
.inner{
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0 auto;
}
.contents-inner{
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
}
.sponly{
	display: none;
}
a{
	color: #3087e9;
	text-decoration: none;
}

.bodonifont{
	font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
	font-weight: 400;
}
.GVfont{
	font-family: "Great Vibes", cursive;
}

/*header-------------*/
.header{
	text-align: right;
	padding: 18px 20px 14px;
	background-color: #FFFFFF;
	z-index: 999;
	box-shadow: 7px 7px 6px 0 rgba(0,0,0,0.24);
}
.header p a{
	display: block;
}

.h1Area{
	position: relative;
	width: 100%;
	text-align: center;
	background: url("../images/bgim01.png") no-repeat right center / auto auto;
}
	.h1Area:before{
		content: "";
		position: absolute;
		bottom: 50%;
		margin-bottom: -412px;
		left: 0;
		width: 8%;
		height: 824px;
		background: url("../images/h01im01_PC.png") no-repeat center right / auto auto;
		z-index: 1;
	}
	.h1Area:after{
		content: "";
		position: absolute;
		bottom: 50%;
		margin-bottom: -600px;
		right: 0;
		width: 12%;
		height: 1208px;
		background: url("../images/h01im02_PC.png") no-repeat center left / auto auto;
	}

h1{
	position: relative;
	padding: 80px 0 300px;
	z-index: 2;
}
.txs18{	font-size: 1.8rem;}

.h2_black{
	background-color: #000000;
	padding: 14px;
	text-align: center;
}

.dateArea{
	position: relative;
	z-index: 2;
	margin-top: -160px;
	margin-bottom: 100px;
}
.dateArea .dateBox{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.dateArea .dateBox .contents{
	background: linear-gradient(180deg, rgba(250,220,233,0) 0%, rgba(250,220,233,0) 14%, #bdccd4 14%, #bdccd4 100%);
	padding: 0 40px 10px 10px;
}
.dateArea .dateBox .contents:first-of-type{
	width: 34%;
	max-width: 336px;
}
.dateArea .dateBox .contents:last-of-type{
	width: calc(66% - 20px);
	min-width: calc(100% - 356px);
}
.dateArea .note{
	margin-top: 5px;
}



.back_line{
	background: rgb(250,220,233);
	background: linear-gradient(180deg, rgba(250,220,233,0) 0%, rgba(250,220,233,0) 65%, rgba(250,220,233,1) 65%, rgba(250,220,233,1) 100%);
}

/*flexbox-------------*/
.flexbox{
	margin: 0 auto;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

section>.flexbox{
	margin-top: 0;
}


/*action*/
.fadeIn_item.fade.offs,
.offs .fadeIn_item.fade{
  opacity: 0;
}
.fadeIn_item.up.offs,
.offs .fadeIn_item.up{
  opacity: 0;
  transform: translateY(50px);
}
.fadeIn_item.down.offs,
.offs .fadeIn_item.down{
  opacity: 0;
  transform: translateY(-50px);
}
.fadeIn_item.left.offs,
.offs .fadeIn_item.left{
  opacity: 0;
  transform: translateX(50px);
}
.fadeIn_item.right.offs,
.offs .fadeIn_item.right{
  opacity: 0;
  transform: translateX(-50px);
}
.fadeIn_item.ons,
.ons .fadeIn_item{
  transition: all 0.5s cubic-bezier(0, 0, 0.13, 0.79);
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}
.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.2s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.3s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.4s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.5s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.6s;
}

/* section1 -------------*/
.section1{
	background: url("../images/bgim02.png") no-repeat top left -200px / auto auto , url("../images/bgim04.png") no-repeat bottom right -280px / auto auto;
	padding-top: 300px;
	padding-bottom: 200px;
	margin-top: -300px;
}
.section1 .txbox{
	margin: 140px 0;
}
.section1 .txbox div{
	max-width: 700px;
}
.section1 .txbox:first-of-type div{
	margin: 100px auto 100px 0;
}
.section1 .txbox:last-of-type div{
	margin: 100px 0 100px auto;
}
.section1 .txbox:first-of-type{
	background: url("../images/im01.png") no-repeat center right / auto auto;
}
.section1 .txbox:last-of-type{
	background: url("../images/im02.png") no-repeat center left/ auto auto;
}
.section1 .txbox .lead{
	margin-bottom: 30px;
}
.section1 .txbox:last-of-type .lead{
	text-align: right;
}
.tx_anchorlink{
	position: relative;
	text-align: center;
	margin-top: -100px;
	margin-bottom: 200px;
}
.tx_anchorlink a{
	position: relative;
	margin-top: 30px;
	display: inline-block;
	padding: 10px 40px 10px 30px;
	background-color: rgba(242,242,242,0.4);
	box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.2);
	color: #000000;
	border: 2px solid #000000;
	font-weight: 400;
	border-radius: 4px;
}
.tx_anchorlink a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 10px solid #000;
	border-bottom: 0;
	transition: color 0.2s ease;
	z-index: 2;
}
.tx_anchorlink a.btn-common:hover:after{
	border-top: 10px solid #fff;
}

/* nav -------------*/
.navArea{
	margin: 200px auto;
	text-align: center;
}
.navArea .navlist{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 996px;
	flex-wrap: wrap;
	margin: 20px auto;
	text-align: center;
}
.navArea .navlist li{
	width: calc((100% - 20px)/2);
}

.navArea .navlist li:first-of-type{
	width: 100%;
}
.navArea .navlist li+li{
	margin-top: 20px;
}

/* section2 -------------*/
/* pointlist -------------*/
.pointlist li[class^="point"]{
	width: 100%;
	position: relative;
	margin: 10px auto 50px;
	padding: 80px 0;
	background:  linear-gradient(90deg, #9dd1f1 20%, #f2f2f2 80%); /* グラデーション背景 */
}
.pointlist li[class^="point"]:before{	z-index: 1;}
.pointlist li[class^="point"]:after{	z-index: 1;}
.pointlist li[class^="point"] .inner{	
	position: relative;
	z-index: 2;}

.pointlist li[class^="point"]:nth-of-type(odd):before{
	content: "";
	position: absolute;
      top: 0;
      left: 0;
      width: 0; /* 横幅を親要素に合わせる */
      height: 0;
    border-style: solid;
    border-width: 106px 100vw 0 0;
    border-color: #ffffff transparent transparent transparent;
}
.pointlist li[class^="point"]:nth-of-type(even):before{
	content: "";
	position: absolute;
      top: 0;
      left: 0;
      width: 0; /* 横幅を親要素に合わせる */
      height: 0;
    border-style: solid;
    border-width: 106px 0 0 100vw;
    border-color: #ffffff transparent transparent transparent;
}
.pointlist li[class^="point"]:nth-of-type(odd):after{
	content: "";
	position: absolute;
      bottom: 0;
      left: 0;
      width: 0; /* 横幅を親要素に合わせる */
      height: 0;
	border-style: solid;
    border-width: 0 0 106px 100vw;
    border-color: transparent transparent #ffffff transparent;
}
.pointlist li[class^="point"]:nth-of-type(even):after{
	content: "";
	position: absolute;
      bottom: 0;
      left: 0;
      width: 0; /* 横幅を親要素に合わせる */
      height: 0;
	border-style: solid;
    border-width: 0 100vw 106px 0;
    border-color: transparent transparent #ffffff transparent;
}
.pointlist h3{
	margin-bottom: 40px;
}
.pointlist li[class^="point"] .flexbox{
	align-items: flex-start
}
.pointlist li[class^="point"] .flexbox .txarea{
	width: calc(60% - 40px);
}
.pointlist li[class^="point"] .flexbox .txarea p+p{
	margin-top: 40px;
}
.pickupArea{
	width: 40%;
	max-width: 514px;
	position: relative;
	background-color: #f2f2f2;
	border: 2px solid #000000;
	border-radius: 18px;
	padding: 50px 30px;
}
.point01 .pickupArea{
	padding-right: 140px;
	background: url("../images/im03.png") #f2f2f2 no-repeat center right / auto 80%;
}
.pickupArea .zoomup{
	position: absolute;
	top: -29px;
	left: 40px;
}
.pickupArea .lead{
	font-weight: bold;
	font-size: 2.2rem;
}
.arrowic{
	display: block;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url("../images/ic02.png") no-repeat top 5px left;
}

.pointlist li[class^="point"] .graphArea{
	margin-top: -20px;
}
.graphArea p.switch{
	text-align: center;
}
.graphArea h4{
	position: relative;
	display: inline-block;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 8px 50px 8px 20px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.1;
}
.graphArea h4 .dataTag{
	position: absolute;
	left: -1px;
	top: -33px;
}

/* section3 -------------*/
.section3{
	width: 100%;
	position: relative;
	margin: 10px auto;
	padding: 80px 0;
	background:  linear-gradient(90deg, #ffeaa5 0%, #ffd9ee 90%); /* グラデーション背景 */
}
.section3 h2{
	margin-bottom: 40px;
}
.section3 p.switch{
	text-align: center;
}
.section3 .graphArea{
	margin-top: 60px;
}
.processArea{
	margin-bottom: 100px;
}
.processArea img{
	width: 80%;
	max-width: 800px;
}


/* section4 -------------*/

	/* info -------------*/
.info{
	background-color: #d7d7d7;
	text-align: center;
	margin-top: 100px;
	padding: 50px 0;
}
.info .contents-inner{
	max-width: 600px;
}
.info .fundName{
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 30px;
}
.info .wback{
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 20px;
}
.info .wback div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/*background: linear-gradient(135deg, #b6e1ff 10%, #a3e9e5 45% ,#deffdd 90%);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2) inset;*/
	border: 2px solid #161F41;
	padding: 10px;
	width: calc(50% - 10px);
	border-radius: 80px;
	font-size: 1.6rem;
	line-height: 1.2;
}
.txs26{	font-size: 2.6rem;}
.txs50{	font-size: 5rem;}
ul .bt01{
	width: calc((100% - 20px)/3);
}
.bt01 a{
	display: block;
	margin: 0 auto 10px;
	padding: 5px;
	font-size: 1.6rem;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.2);

}

/* ボタンの基本スタイル */
.btn-common {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}
/* ボタン内テキスト */
.btn-common span {
  position: relative;
  z-index: 3;
  color: #000000;
  transition: color 0.2s ease;
}

/* ホバー・フォーカス時のテキスト色 */
.btn-common:hover span {
  color: #fff;
}

/* 背景アニメーションのベース設定 */
.btn-common::before {
  content: '';
  position: absolute;
  z-index: 2;
}
/* 流れる背景（左から右） */
.btn-fill-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000000; /* ボタンの背景色 */
  width: 100%;
  height: 100%;
  transform: scaleX(0); /* 横に縮んだ状態 */
  transform-origin: right top; /* 右から開始 */
  transition: transform 0.3s ease-out; /* 滑らかに動く */
}
.btn-fill-left:hover::before {
  transform-origin: left top; /* 左から広がる */
  transform: scaleX(1); /* ホバーで横に広がる */
}
.btArea{
	margin-top: 20px;
}
.btArea p{
	margin-bottom: 10px;
}
.btArea ul.btList{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.bt02 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #0061bc;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.2);
  transition: transform 0.5s ease;
}
.bt02 a:hover{
	opacity: 0.8;
}
.btArea .btList li{
	width: calc((100% - 20px) / 3);
}
.btArea .btList li+li{
	margin-left: 10px;
}

/*info-------------*/
.tel_box{
	margin-top: 50px;
	border: 1px solid #333333;
	text-align: center;
	padding: 26px 10px;
}
.tel_box .note{margin-bottom: 20px;}
.tel_box a{
	text-decoration: underline;
	color: #333333;
}
.tel_box .tel_number{
	font-size: 3rem;
	font-weight: bold;
}

/*note-------------*/
.note{
	margin-top: 20px;
	text-align: left;
	font-size: 1.2rem;
}
.note li:not(.flat) , p.note:not(.flat){
	position: relative;
	padding-left: 16px;
}
.note02{
	text-align: left;
	font-size: 1.8rem;
}
.note li:not(.flat) , p.note:not(.flat){
	position: relative;
	padding-left: 20px;
}

ol.note , ol.note02{
  counter-reset: item;
  list-style-type: none;
}
ol.note li:not(.flat){
  position: relative;
	padding-left: 28px;
}
ol.note02 li:not(.flat){
  position: relative;
	padding-left: 32px;
}
.kome_number:before{
  counter-increment: item;
  content: "※"counter(item);
	position: absolute;
	margin-left: -28px;
}
.ast_number:before{
  counter-increment: item;
  content: "＊"counter(item);
	position: absolute;
	margin-left: -28px;
}
.circle_number:before{
  counter-increment: item;
  content: counter(item);
	position: absolute;
	margin-left: -28px;
	margin-top: 5px;
  line-height: 1.7rem;
  text-align: center;
  height: 16px;
  width: 16px;
	border: 1px solid #333333;
  border-radius: 50%;
	font-size: 1.4rem;
}
.kome:before{
	content: "※";
	position: absolute;
	margin-left: -16px;
}
.circle:before{
	content: "●";
	position: absolute;
	margin-left: -16px;
}
.asta:before{
	content: "＊";
	position: absolute;
	margin-left: -16px;
}
.tx_super{
	vertical-align: super;
	font-size: 1rem;
}
.tx_bold{
	font-weight: bold;
}
.tx_center{
	text-align: center;
}
.tx_right{
	text-align: right;
}
.tx_big{
	font-size: 2rem;
}
.tx_red{
	color: #FF0004;
}
.red_box{
	border: 1px solid #FF0004;
	background-color: #ffffff;
	padding: 10px 3px;
}
.red_box .note{
	margin-top: 0;
}
.margin_top{
	margin-top: 70px;
}

/*fundpage-------------*/
.fundpage{
	position: fixed;
	left: 50px;
	bottom: 0;
	z-index: 999;
	max-width: 70%;
}
.fundpage a{
	position: relative;
	display: block;
	width: 100%;
	padding: 34px 100px 30px 14px;
	border-radius: 6px 6px 0px 0px;
	background: url("../images/btbg01.png") no-repeat #064fa1 center right / auto 100%;
	/*background: linear-gradient(-45deg, #60d2ec 15%, #4372ee 85%);*/
	color: #ffffff;
	box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.30);
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/*.fundpage a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 20px;
	bottom: 50%;
	margin-bottom: -9px;
	border-style: solid;
	border-width: 9px 0 9px 16px;
	border-color: transparent transparent transparent #ffffff;
}*/

/*pagetop-------------*/
.pageTop{
	display: none;
	position: fixed;
	right: 50px;
	bottom: 30px;
	z-index: 999;
}
.pageTop a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	border: 3px solid #000000;
	background: #000000;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	color: #ffffff;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/*footer------------*/
.footer{
	padding: 25px 0;
	background-color: #ffffff;
	color: #333333;
}
.footer .linkArea{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
	margin-left: 30px;
}
.footer .linkArea li:not(last-of-type) a{
	padding-right: 10px;
}
.footer .linkArea li+li{
	padding-left: 10px;
	border-left: 1px solid #d5d5d5;
}
.footer .linkArea a{
	color: #004fab;
	text-decoration: underline;
}
.footer .linkArea a:hover{
	text-decoration: none;
}
.footerBox{
	padding: 30px 0 25px;
	background-color: #d5d5d5;
	font-size: 1.4rem;
	text-align: center;
}
.footerBox .name{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2.4rem;
}
.footer .small{
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

/*------------------------------------------------------------
　　スマートフォン
------------------------------------------------------------*/
@media screen and (max-width:768px){
	body{
		font-size: 1.4rem;
	}
	main{
		padding-bottom: 50px;
	}
	.sponly{
		display: block;
	}
	.pconly{
		display: none;
	}

	/*header-------------*/
	.header{
		position: static;
		display: block;
		padding: 5px 10px 10px;
	}
	
	.h1Area{
		width: 100%;
		text-align: center;
		background: url("../images/bgim01.png") no-repeat right center / auto 600px;
	}
		.h1Area:before{
		margin-bottom: -203px;
		width: 8%;
		height: 407px;
		background: url("../images/h01im01_PC.png") no-repeat center right / auto 407px;
}
	.h1Area:after{
		margin-bottom: -300px;
		width: 12%;
		height: 604px;
		background: url("../images/h01im02_PC.png") no-repeat center left / auto 604px;
	}


	h1{
		padding: 50px 0;
	}

	.h2_black{
		padding: 8px;
	}
	.h2_black img{
		height: 20px;
	}

	.dateArea{
		margin-top: -30px;
		margin-bottom: 50px;
	}
	.dateArea .dateBox .contents{
		background: linear-gradient(180deg, rgba(250,220,233,0) 0%, rgba(250,220,233,0) 14%, #bdccd4 14%, #bdccd4 100%);
		padding: 0 10px 10px 0;
	}
	.dateArea .dateBox .contents:last-of-type{
		width: calc(66% - 10px);
	}



	
	.flexbox{
		margin: 0 auto;
		flex-direction: column;
	}

		.fadeIn_item.up.offs,
	.offs .fadeIn_item.up{
		opacity: 0;
		transform: translateY(20px);
	}
	.fadeIn_item.down.offs,
	.offs .fadeIn_item.down{
		opacity: 0;
		transform: translateY(-20px);
	}
	.fadeIn_item.left.offs,
	.offs .fadeIn_item.left{
		opacity: 0;
		transform: translateX(20px);
	}
	.fadeIn_item.right.offs,
	.offs .fadeIn_item.right{
		opacity: 0;
		transform: translateX(-20px);
	}

		
	/* section1 -------------*/
	.section1{
		background: url("../images/bgim02.png") no-repeat top left -300px / 660px auto , url("../images/bgim04.png") no-repeat bottom right -300px / 660px auto;
		padding-top: 50px;
		padding-bottom: 100px;
		margin-top: -50px;
	}
	.section1 .txbox{
		margin: 50px 0;
	}
	.section1 .txbox:first-of-type div{
		margin: 50px auto 80px 0;
	}
	.section1 .txbox:last-of-type div{
		margin: 50px 0 80px auto;
	}
	.section1 .txbox:first-of-type{
		background: none;
	}
	.section1 .txbox:last-of-type{
		background: none;
	}
	.section1 .txbox .lead{
		margin-bottom: 30px;
		text-align: center;
	}
	.section1 .txbox:last-of-type .lead{
		text-align: center;
	}
	.section1 .txbox:first-of-type .lead img{
		max-width: 273px;
	}
	.section1 .txbox:last-of-type .lead img{
		max-width: 324px;
	}
	.tx_anchorlink{
		margin: -70px auto 80px;
	}
	.tx_anchorlink a{
		padding: 10px 30px 10px 10px;
	}
	.tx_anchorlink a:before{
		right: 10px;
	}
	/* nav -------------*/
	.navArea{
		margin: 120px auto;
	}
	.navArea .navlist{
		margin: 20px auto;
	}
	.navArea .navlist li{
		width: calc((100% - 10px)/2);
	}
	.navArea .navlist li+li{
		margin-top: 10px;
	}
	

	/* section2 -------------*/
	/* pointlist -------------*/
	.pointlist li[class^="point"]{
		margin: 10px auto 50px;
		padding: 30px 0;
	}
	.pointlist li[class^="point"]:nth-of-type(odd):before{
		border-width: 106px 100vw 0 0;
	}
	.pointlist li[class^="point"]:nth-of-type(even):before{
		border-width: 106px 0 0 100vw;
	}
	.pointlist li[class^="point"]:nth-of-type(odd):after{
		border-width: 0 0 106px 100vw;
	}
	.pointlist li[class^="point"]:nth-of-type(even):after{
		border-width: 0 100vw 106px 0;
	}
	.pointlist h3{
		margin-bottom: 30px;
	}
	.pointlist li[class^="point"] .flexbox .txarea{
		width: 100%;
	}
	.pointlist li[class^="point"] .flexbox .txarea p+p{
		margin-top: 40px;
	}
	.pickupArea{
		width: 100%;
		margin-top: 50px;
		margin-bottom: 30px;
		padding: 30px 20px;
	}
	.point01 .pickupArea{
		padding-right: 80px;
		background: url("../images/im03.png") #f2f2f2 no-repeat center right/ 80px auto;
	}
	.pickupArea .zoomup{
		top: -27px;
		left: 20px;
	}
	.pickupArea .lead{
		font-weight: bold;
		font-size: 2rem;
	}
	.arrowic{
		margin-bottom: 10px;
		padding-left: 30px;
		background: url("../images/ic02.png") no-repeat top 5px left;
	}

	.pointlist li[class^="point"] .graphArea{
		margin-top: 20px;
	}
	.graphArea h4{
		margin-top: 40px;
		margin-bottom: 10px;
		padding: 8px 30px 8px 10px;
		font-size: 2rem;
	}
	.graphArea h4 .dataTag{
		left: -1px;
		top: -27px;
	}
	.point02 figure{
		margin-top: 20px;
	}

	/* section3 -------------*/
	.section3{
		margin: 10px auto;
		padding: 30px 0;
		background:  linear-gradient(90deg, #ffeaa5 0%, #ffd9ee 90%); /* グラデーション背景 */
	}
	.section3 h2{
		margin-bottom: 40px;
	}
	.section3 p{
		margin-bottom: 30px;
	}
	.section3 .graphArea{
		margin-top: 30px;
	}


/* section4 -------------*/

	/* info -------------*/
	.info{
		margin-top: 100px;
		padding: 50px 0;
	}
	.info .fundName{
		font-size: 2.6rem;
		margin-bottom: 10px;
	}
.info .wback{
	margin-bottom: 20px;
}
.info .wback div{
	padding: 10px 5px;
	width: 80%;
	margin: 0 auto;
	border-radius: 80px;
	font-size: 1.4rem;
	margin-top: 10px;
}
.txs26{	font-size: 2rem;}
.txs50{	font-size: 3rem;}
.bt01 a{
	margin: 0 auto 10px;
	padding: 5px;
	font-size: 1.4rem;
}
.btArea{
	margin-top: 20px;
}
.btArea p{
	margin-bottom: 10px;
}
ul .bt01{
	width: 100%;
}
.btArea .btList li{
	width: calc((100% - 8px) / 2);
	margin-top: 8px;
}
.btArea .btList li+li{
	margin-left: 8px;
}
.btArea .btList li:nth-of-type(2n+1){
	margin-left: 0;
}
		/*fundpage-------------*/
	.fundpage{
		left: 5px;
		max-width: 70%;
	}
	.fundpage a{
		width: 100%;
		padding: 18px 70px 18px 10px;
		border-radius: 10px 10px 0px 0px;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.fundpage a:after{
		right: 10px;
		bottom: 50%;
		margin-bottom: -5px;
		border-width: 5px 0 5px 8px;
	}

	/*--  pagetop  ----------------------------------*/
	.pageTop{
		right: 10px;
		bottom: 65px;
	}
	.pageTop a{
		width: 65px;
		height: 65px;
		border-radius: 35px;
	}
	/*--  footer  ----------------------------------*/
	.footer{
		padding: 25px 0;
	}
	.footer .linkArea{
		display: block;
		margin-right: 15px;
		margin-bottom: 23px;
		margin-left: 13px;
		font-size: 1.4rem;
	}
	.footer .linkArea li:not(last-of-type) a{
		padding-right: 0;
	}
	.footer .linkArea li+li{
		padding-top: 10px;
		padding-left: 0;
		border-left: none;
	}
	.footerBox{
		padding: 25px 13px 20px;
		font-size: 1.3rem;
	}
	.footerBox .name{
		margin-bottom: 8px;
		font-size: 1.8rem;
	}
	.footer .small{
		margin-top: 20px;
		padding: 0 15px;
		font-size: 1.1rem;
	}
}


