@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!important;
	background: #ffffff;
}
main{
	width: 100%;
	display: block;
	  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);

	margin:0 auto;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

.wrapper{
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	background-color: #ffffff;
}
.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;
}
.pconly{
	display: block;
}
/*header-------------*/
.header{
	display: inline-block;
	padding: 18px 20px 14px;
	background-color: #ffffff;
	z-index: 2;
}
.header p a{
	display: block;
}

a{
	color: #3087e9;
	text-decoration: none;
}

.amonelogo{
	margin-left: 20px;
}
.headArea{
	position: relative;
	background: url("../images/bgim01.png") no-repeat top center/ cover;
	color: #ffffff;
	padding: 100px 0 40px;
}
.headArea .NISAic{
	position: absolute;
	top: 20px;
	right: 20px;
}
.headArea .note02{
	max-width: 1100px;
	margin: 20px auto 0;
}
.h1Area{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background: url("../images/bgim02.png") no-repeat right center/ 30% auto;
}
.h1{
	width: 70%;
	padding: 50px 0;
}
h2.h2{
	display: inline-block;
	padding: 10px 30px;
	font-size: 3rem;
	color: #ffffff;
	font-family: "Shippori Mincho", serif!important;
	font-weight: bold;
	background: linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}
.h2box{
	padding: 30px 50px;
	border: 1px solid #847f5c;
	margin-bottom: 60px;
}
h2.headlead{
	background-color: #203864;
	color: #ffffff;
	text-align: center;
	padding: 20px 10px;
	margin: 80px auto;
}
.h2point{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 3.6rem!important;
	font-family: "Shippori Mincho", serif!important;
	font-weight: bold;
	padding-left: 160px;
	margin-bottom: 30px;
	vertical-align: middle;
	min-height: 140px;
}
.h2point:before{
	content: "";
	position: absolute;
	display: block;
	width: 140px;
	height: 140px;
	left: 0;
}
#point01 .h2point:before{
	background: url("../images/hic01.png") no-repeat center center ,  linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}
#point02 .h2point:before{
	background: url("../images/hic02.png") no-repeat center center , linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}
#point03 .h2point:before{
	background: url("../images/hic03.png") no-repeat center center , linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}
.h3{
	text-align: center;
	font-weight: bold;
	color: #51647e;
	font-size: 2rem!important;
	margin-bottom: 20px;
}
.red_box{
	margin: 10px auto;
	border: 1px solid #b81a35;
	padding: 5px 10px;
	font-size: 1.4rem;
	color: #b81a35;
	background-color: rgba(255,255,255,0.80)
}

/*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);
}
.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.2s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.4s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.6s;
}.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item+.fadeIn_item{
	transition: all 0.7s 0.8s;
}


.graphArea{
	margin: 40px auto;
}

	/*date-------------*/
	.dateArea table{
		border: none;
	}
.col30{	width: 30%;}
.col70{	width: 70%;}
	.dateArea table td{
		border: 1px solid #847f5c;
		text-align: left;
		font-weight: bold;
		font-size: 2.2rem!important;
		line-height: 1.2;
		padding: 20px;
	}
	.dateArea table td span.txs30{
		font-size: 3rem!important;
	}
	.dateArea table th{
		background: linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
		border: 1px solid #ffffff;
		font-weight: bold;
		color: #ffffff;
		font-size: 2.2rem!important;
		text-align: right;
		padding: 20px;
	}
	.dateArea table th span{
		max-width: 300px;
		margin: 0 0 0 auto;
	}
	

/*nav-------------*/
.nav{
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.nav li{
	width: calc(100% / 3);
	border: 1px solid #847f5c;
}
.nav li+li{
	border-left: none;
}
.nav li a{
	position: relative;
	display: block;
	height: 100%;
	padding: 120px 20px 40px 50px;
	background-color: #f6f6f6;
	font-family: "Shippori Mincho", serif!important;
	color: #333333;
	font-size: 3rem;
	font-weight: bold;
}
.nav li a:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 20px;
	bottom: 20px;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 17px solid #203864;
	border-bottom: 0;
}
.nav li a .number{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	padding: 20px;
	background: linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}


/*section-------------*/
.brownBox{
	border: 1px solid #847f5c;
	padding: 50px 0 80px;
	background: url("../images/bgim03.png") no-repeat top -3px left , url("../images/bgim04.png") no-repeat bottom 40px right 30px / 97.8px 95.4px;
	margin: 80px auto;
}

.commentArea{
	background: linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
	padding: 50px 0;
}
.commentArea .wrapper-inner{
	position: relative;
	background-color: #ffffff;
	padding: 50px 0;
}
.commentArea .wrapper-inner::before {
  content: "";              /* 疑似要素には必須 */
  display: block;           /* ブロック要素にする */
  width: calc(100% - 8px);  /* 適度な大きさを指定 */
  height: calc(100% - 8px); /* 適度な大きさを指定 */
  border: solid 1px #847f5c;   /* 外側の線 */
  position: absolute;       /* 相対位置に指定 */
  top: 4px;                /* 大きさに合わせて微調整 */
  left: 4px;               /* 大きさに合わせて微調整 */
}


/*table-------------*/
.Blue_bk{	background-color: #203864;}
.LBlue_bk{	background-color: #a3b3c9;}
.Gray_bk{	background-color: #d9d9d9;}
.LGray_bk{	background-color: #f2f2f2;}

table{
	font-size: 1.8rem;
	border: 2px solid #333333;
}
table th{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333333;
}
table td{
	padding: 10px 10px 10px 50px;
	border: 1px solid #333333;
	text-align: left;
}
.table01 table th.LBlue_bk{
	text-align: left;
}
.table02 table td{
	text-align: center;
}
table th.Blue_bk{color: #ffffff;}
table th.Gray_bk{color: #333333;}
.scrollBox {
	overflow-x: auto;
}


/*point2-------------*/
#point02 .flexbox > p{
	width: 38%;
}
#point02 .flexbox .graphArea{
	width: 56%;
	text-align: center;
}


/*note-------------*/
#notes{
	background-color: #ffffff;
	color: #333333;
	padding-bottom: 200px;
}
#notes .note:first-of-type{
	margin-top: 0;
}
.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.6rem;
}
.note02 li:not(.flat) , p.note02:not(.flat){
	position: relative;
	padding-left: 20px;
}
.note02 li+li{
	margin-top: 10px;
}

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_red{
	color: #FF0004;
}
.tx_big{
	font-size: 2rem;
}
.margin_top{
	margin-top: 70px;
}

	/* info -------------*/
.info{
	margin: 120px auto;
	background-color: #d9d9d9;
	padding: 50px 20px;
	text-align: center;
}
.info .contents-inner{
	max-width: 600px;
}
.info .fundName{
	font-size: 3rem!important;
	font-weight: bold;
	line-height: 1.2!important;
	margin-bottom: 40px;
}
.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);
}
.info .bt01 a{
	display: block;
	margin: 0 auto 10px;
	background-color: #203864;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0 4px 0 #00163e, 0 8px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform .3s;
}
.info .bt01 a:hover {
	background: #203864;
	box-shadow: 0 2px 0 #00163e, 0 4px 0 rgba(0,0,0,.2);
	transform: translateY(2px);
}
.info .bt02 a:active {
	transition-duration: .1s;
}


.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;
}


/*fundpage-------------*/
.fundpage{
	position: fixed;
	right: 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: #203864;
	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;
}
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 #000000;
	background: #203864;
	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 , .note02{
		font-size: 1.5rem!important;
	}
	main{
		padding-bottom: 50px;
	}
	.sponly{
		display: block;
	}
	.point02 p .sponly{
		display: inline-block;
	}
	.pconly{
		display: none;
	}
	/*header-------------*/
	.header{
		position: static;
		display: block;
		padding: 5px 10px 10px;
	}

	/*header-------------*/
	.headArea{
		padding: 60px 10px 20px;
	}
	.headArea .NISAic{
		width: 80px;
	}
.h1{
	width: 70%;
	padding: 50px 0;
}
	h2.h2{
	padding: 10px;
	font-size: 2.4rem;
}
.h2box{
	padding: 20px 20px;
	margin-bottom: 60px;
}

h2.headlead{
	padding: 20px 10px;
	margin: 80px auto;
}
.h2point{
	font-size: 2.6rem!important;
	padding-left: 110px;
	margin-bottom: 30px;
	vertical-align: middle;
	min-height: 100px;
}
.h2point:before{
	content: "";
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	left: 0;
}
#point01 .h2point:before{
	background: url("../images/hic01.png") no-repeat center center / 70% 70% ,  linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}
#point02 .h2point:before{
	background: url("../images/hic02.png") no-repeat center center / 70% 70% , linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}
#point03 .h2point:before{
	background: url("../images/hic03.png") no-repeat center center / 70% 70% , linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}

.h3{
	font-size: 1.8rem!important;
	margin-bottom: 20px;
}

	.red_box{
		margin: 10px auto;
		border: 1px solid #b81a35;
		padding: 3px 8px;
		font-size: 1.2rem;
		line-height: 1.3;
	}

	.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);
	}
	
		/*date-------------*/
	.dateArea table td{
		font-size: 1.6rem!important;
		padding: 10px;
	}

	.dateArea table td span.txs30{
		font-size: 2.6rem!important;
	}
	.dateArea table th{
		font-size: 1.6rem!important;
		padding: 10px 10px 10px 4px;
	}
	


	/*nav-------------*/
.nav{
	margin: 80px auto 0;
	display: block;
	max-width: 500px;
}
.nav li{
	width:100%;
	border: 1px solid #847f5c;
}
.nav li+li{
	border-left: 1px solid #847f5c;
}
.nav li a{
	position: relative;
	display: block;
	padding:  10px 40px 10px 110px;
	font-size: 2rem!important;
	min-height: 90px;
}
	.pointTitle{
		line-height: 1.1!important;
	}
.nav li a .number{
	width: 90px;
	height: 90px;
	padding: 16px;
	background: linear-gradient(135deg,rgba(132, 127, 92, 1) 0%, rgba(98, 93, 55, 1) 100%);
}



/*section-------------*/
.brownBox{
	border: 1px solid #847f5c;
	padding: 50px 0 60px;
	background: url("../images/bgim03.png") no-repeat top -3px left / 385px 45px , url("../images/bgim04.png") no-repeat bottom 20px right 10px / 97.8px 95.4px ;
	margin: 80px auto;
}
/*point2-------------*/
#point02 .flexbox > p{
	margin-top: 30px;
	width: 100%;
}
#point02 .flexbox .graphArea{
	width: 100%;
	text-align: center;
}
	/*table-------------*/
table{
	font-size: 1.8rem;
}
table th{
	padding: 10px;
}
table td{
	padding: 10px;
}
	.table02 table{
	min-width: 700px;
	}

	.info{
		padding: 50px 10px;
	}
.info .fundName{
	font-size: 2.6rem!important;
	line-height: 1.2!important;
}
	.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{
		right: 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;
	}



}
