@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: #af9245;
}
main{
	display: block;
	background-color: #ffffff;
	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: calc(100% - 20px);
	max-width: 1200px;
	margin: 0 auto;

}
.inner{
	width: calc(100% - 20px);
	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;
}
.bbox{
	position: relative;
	background-color: #f5f0e4;
	padding: 50px;
	margin-top: 50px;
	width: 100%;
}

/*header-------------*/
.header{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 18px 20px 14px;
	background-color: #FFFFFF;
	z-index: 999;
}
.header p a{
	display: block;
}

.headArea{
	width: 100%;
	min-height: 800px;
	background: url("../images/bgim01.png") no-repeat top left;
}
.headArea .wrapper-inner{
	position: relative;
}
.headArea p.fundName{
	padding-top: 80px;
}

.headArea .h1Area{
	width: 80%;
	max-width: 820px;
	margin: 150px 0 0 auto;
	padding-bottom: 40px;
	background-color: #f4efe3;
}
.h1Area .txBox{
	margin: 26px 50px 0;
}
.hstyle{
	border-top: 2px solid #af9245;
	margin-bottom: 40px;
;
}
.hstyle span{
	position: relative;
	display: inline-block;
	padding: 20px 50px 10px;
  font-family: "Zen Old Mincho", serif;
	font-weight: bold;
	font-size: 3rem;
	color: #ffffff;
	background-color: #af9245;
}
h1.hstyle span{
	padding: 20px 20px 10px;
}
.hstyle span:after{
      content: '';
      position: absolute;
      top: 0;
      right: -29px; /* 三角形をspanの右側に表示 */
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent #af9245; /* 三角形の色をspanの背景色と合わせる */
      /* 初期値を設定。JavaScriptで動的に調整される */
      border-width: 0;
}
.bbox .hstyle{
	margin-top: -50px;
	margin-left: -50px;
	width: calc(100% + 100px);
}
h1.hstyle{
	margin-bottom: 26px;
}
h2+.contents-inner>p{
	margin-bottom: 0px;
}
h4{
	font-size: 2rem;
	font-weight: bold;
	color: #231815;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 40px;
}
.back_line{
	background-color: #e5eef7;
}

.navArea{
	max-width: 1000px;
	margin: 100px auto;
}
.navArea ol{
	max-width: 800px;
	margin: 0 auto;
}
.navArea ol li a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 3rem;
	font-weight: bold;
	color: #af9245;
	background-color: #ffffff;
	padding-right: 20px;
	min-height: 100px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.navArea ol li a .note{
	margin-top: 5px;
}
.navArea ol li a span{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #231815;
	width: 100px;
	margin-right: 30px;
	align-self: stretch;
}
.navArea ol li a div{
	width: calc(100% - 100px);
}


/*flexbox-------------*/
.flexbox , .flexbox02{
	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);
}


/* graphArea -------------*/

.graphArea{
	margin-top: 40px;
	margin-bottom: 50px;
}
.graphArea .imgArea{
	text-align: center;
	max-width: 900px;
	margin: 20px auto;
}
.graphArea .imgArea+.note{
	max-width: 900px;
	margin: 20px auto 0;
}
.flexbox .graphArea+.graphArea , .flexbox02 .graphArea+.graphArea{
	margin-left: 40px;
}
.flexbox > .graphArea{
	width: calc((100% - 20px) /2);
}
/* contents01 -------------*/
.box{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ffffff;
	padding: 45px 20px;
	border: 1px solid #af9245;
	border-radius: 20px;
}
.bbox+p{
	margin: 40px auto;
}
.box p+p{
	margin-top: 20px;
}

.flexbox>.graphArea>h4{
	margin-top: 0;
}
.graphArea .flexbox h4{
	margin-top: 0;
}

.mt80{
	margin-top: 40px;
}

/* contents04 -------------*/
.pointlist{
	margin-top: 20px;
}
.pointlist li+li{
	margin-top: 10px;
}
.pointlist li span{
	width: 120px;
	margin-right: 10px;
}
/* contents05 -------------*/
.point > li{
	margin-top: 40px;
}
.point h3{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 3rem;
	font-weight: bold;
	color: #af9245;
	background-color: #ffffff;
	padding-right: 20px;
	min-height: 100px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.point h3 span{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #231815;
	width: 100px;
	margin-right: 30px;
	align-self: stretch;
}
.point h3 div{
	width: calc(100% - 100px);
}

.point h3 .note{
	margin-top: 5px;
}


.mklist{
	margin-top: 20px;
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 40px;
}
.mklist li+li{
	margin-top: 10px;
}
.mklist li:not(.flat) , p.mklist:not(.flat){
	position: relative;
	padding-left: 26px;
}
.mk:before{
	content: "";
	position: absolute;
	margin-left: -26px;
	background: url("../images/ic01.png") no-repeat center center;
	width: 20px;
	height: 20px;
	top: 4px;
}

.lasttaxt .bbox{
	border-top: 2px solid #af9245;
	border-bottom: 2px solid #af9245;
}
.lasttaxt .bbox p{
	max-width: 1000px;
	margin: 0 auto;
}

/*#notes-------------*/
	#notes{
		margin-top: 100px;
		margin-bottom: 40px;
		padding: 0 20px;
	}
	#notes .lead{
		font-size: 1.6rem;
		font-weight: bold;
		color: #906700;
	}
	#notes .note{	margin-top: 0;}
	#notes .note+.lead{	margin-top: 20px;}
	#notes .note .circle:before{color: #906700;}
.tx_g{
	color: #af9245;
}
.tx_bold{
	font-weight: bold;
}
.tx_bgline{
	padding: 5px 10px;
	background-color: #af9245;
	color: #ffffff;
}
/*info-------------*/
#info{margin-top: 100px;}

.fundbtArea{
	padding: 40px 50px;
	background-color: #f5f0e4;
	border-radius: 10px;
}
.fundbtArea+.fundbtArea{
	margin-top: 30px;
}

.bt01 a{
	display: block;
	margin-bottom: 20px;
	padding: 20px 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #af9245;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #af9245;
	background-color: #ffffff;
}
.bt02 a{
	display: block;
	padding: 10px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 5px;
	background-color: #af9245;
	text-align: center;
	color: #ffffff;
}
.btArea{
	justify-content: space-between;
}
.btArea li{
	width: calc((100% - 40px) / 3);
}
.btArea li+li{
	margin-left: 20px;
}
.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;
}
.ast:before{
	content: "＊";
	position: absolute;
	margin-left: -16px;
}
.tx_super{
	vertical-align: super;
	font-size: 1rem;
}
.tx_red{
	color: #d0111b;
}
.tx_bold{
	font-weight: bold;
}
.tx_center{
	text-align: center;
}
.tx_center li{
	display: inline-block;
}
.tx_big{
	font-size: 2rem;
}

/*fundpage-------------*/
.fundpageBox{
	display: flex;
	justify-content:flex-start; 
	align-items: stretch;
	position: fixed;
	left: 50px;
	bottom: 0;
	z-index: 999;
	max-width: 80%;
}
.fundpage+.fundpage{
	margin-left: 20px;
}
.fundpage{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 50px 10px 20px;
	border-radius: 10px 10px 0px 0px;
	background: rgb(0,150,156);
	background: linear-gradient(0deg, rgba(0,150,156,1) 0%, rgba(0,157,167,1) 50%, rgba(0,169,178,1) 51%, rgba(96,195,203,1) 100%);
	box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.30);
}
.fundpage a{
	display: block;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

p.fundpage:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 10px;
	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 #af9245;
	background: #af9245;
	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 50px;
	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;
	}
	.bbox{
		padding: 30px 0;
		margin-top: 50px;
	}


	/*header-------------*/
	.header{
		position: static;
		display: block;
		padding: 5px 10px 10px;
	}
		
	.headArea{
		min-height: 500px;
		background: url("../images/bgim01.png") no-repeat top left / 800px auto;
	}
	.headArea p.fundName{
		padding-top: 80px;
	}

	.headArea .h1Area{
		width: 90%;
		margin: 100px 0 0 auto;
		padding-bottom: 40px;
	}

.h1Area .txBox{
	margin: 20px 20px 0 20px;
}
	.hstyle{
		margin-bottom: 30px;
	}
	.hstyle span{
		position: relative;
		display: inline-block;
		padding: 10px 0 10px 10px;
		margin-right: 40px;
		line-height: 1.2;
		font-size: 2.2rem;
	}
h1.hstyle span{
	padding: 10px 0px 10px 5px;
}
.bbox .hstyle{
	margin-top: -30px;
	margin-left: 0;
	width: 100%;
}
h1.hstyle{
	margin-bottom: 26px;
}
	h4{
		font-size: 1.6rem;
		margin-bottom: 10px;
		margin-top: 40px;
	}
	h4.hline span{
		padding: 0 20px;
	}

	
.navArea{
	margin: 100px auto;
}
	.navArea ol{
		width: calc(100% - 20px);
	}
	
.navArea ol li a{
	font-size: 1.8rem;
	padding-right: 6px;
	min-height: 70px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.navArea ol li a span{
	width: 54px;
	margin-right: 10px;
	align-self: stretch;
}
.navArea ol li a span img{
	height: 30px;
	width: auto;
}
.navArea ol li a div{
	width: calc(100% - 54px);
}
.navArea ol li a .note{
	font-weight: normal;
	font-size: 1.1rem;
}


/* graphArea -------------*/

	.graphArea{
		margin-bottom: 20px;
	}
	.flexbox div+div{
		margin-left: 0;
		margin-top: 30px;
	}
	.flexbox .graphArea+.graphArea{
		margin-left: 0;
		margin-top: 40px;
	}
	.flexbox > .graphArea{
	width: 100%;
}

/* contents01 -------------*/
	.box{
		width: 100%;
		padding: 30px;
		border-radius: 20px;
	}
	.box p+p{
		margin-top: 20px;
	}
	#contents01 .flexbox02 > li+li{
		margin-left: 5px;
	}
	/* contents02 -------------*/
/* contents03 -------------*/
/* contents04 -------------*/
	.pointlist{
		margin-top: 20px;
	}
	.pointlist li+li{
		margin-top: 10px;
	}
	.pointlist li span{
		display: block;
		width: 100%;
		margin-right: 0;
	}
/* contents05 -------------*/
	.point > li{
		margin-top: 40px;
	}
	.point h3{
		font-size: 1.8rem;
		min-height: 80px;
		margin-bottom: 40px;
		padding: 10px 0;
	}
	.point h3 span{
		width: 55px;
		padding: 5px 10px;
		margin: -10px 10px -10px 0; 
		margin-right: 10px;
	}
	.point h3 span img{
		height: 30px;
		width: auto;
	}
	.point h3  div{
	width: calc(100% - 60px);
}



	.mklist{
		margin-top: 20px;
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	.mklist li+li{
		margin-top: 10px;
	}
	.mklist li:not(.flat) , p.mklist:not(.flat){
		position: relative;
		padding-left: 24px;
	}
	.mk:before{
		margin-left: -24px;
		background: url("../images/ic01.png") no-repeat center center / cover;
		width: 16px;
		height: 16px;
		top: 4px;
	}

	
	.flexbox{
		margin: 0 auto;
		flex-direction: column;
	}
	

	/*#notes-------------*/
	#notes{
		margin-bottom: 40px;
		padding: 20px 10px;
	}
	#notes .lead{font-size: 1.4rem;}


	/*info-------------*/
	#info{margin-top: 100px;}

.fundbtArea{
	padding: 30px 10px;
}
.fundbtArea+.fundbtArea{
	margin-top: 30px;
}

	.btArea li{
		width: 100%;
	}
	.btArea li+li{
		margin-left: 0;
		margin-top: 10px;
	}
	
	
	
	/*fundpage-------------*/
.fundpageBox{
	justify-content:flex-start; 
	align-items: stretch;
	left: 0;
	max-width: 100%;
	width: 100%;
}
.fundpage+.fundpage{
	margin-left: 0;
}
.fundpage{
	text-align: center;
	padding: 8px 10px 8px 3px;
	border-radius: 10px 10px 0px 0px;
}
.fundpage a{
	width: 100%;
	font-size: 1.2rem;
}

p.fundpage:after{
	right: 8px;
	bottom: 50%;
	margin-bottom: -5px;
	border-width: 5px 0 5px 8px;
}

	
	.bt01 a{
	padding: 10px;
	font-size: 1.8rem;
	border: 3px solid #af9245;
}
.bt02 a{
	padding: 10px;
	font-size: 1.6rem;
}

	/*--  pagetop  ----------------------------------*/
	.pageTop{
		right: 10px;
		bottom: 65px;
	}
	.pageTop a{
		width: 65px;
		height: 65px;
		border-radius: 35px;
	}
	/*--  footer  ----------------------------------*/
	.footer{
		padding: 25px 0 60px;
	}
	.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;
	}
}


