@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	-webkit-text-ajust: 100%;
}
body{
	line-height: 1.6;
	color: #231815;
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.8rem;
	background: #ffd900;
}
main{
	display: block;
	background:#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;
}

/*header-------------*/
.header{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: flex-start;
	padding: 18px 20px 14px;
	background-color: #FFFFFF;
	width: 100%;
}
.header p{
	font-size: 1.2rem;
	font-weight: bold;
}
.header p a{
	display: block;
	color: #231815;
}
.header p+p{
	margin-left: 20px;
}
.header p:last-of-type{
	min-width: 150px;
}
.header p img{
	padding-bottom: 5px;
	padding-right: 5px;
}

section{
	margin: 80px auto;
}
.headArea{
	background: url("../images/ti_bgim01.png") #ffd900 repeat top left;
	padding: 120px 0 60px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
}
.headArea p+p{
	margin-top: 60px;
}

.h1Area{
	padding: 100px 0 0;
}
.h1Area ol.note > div+div{
	margin-top: 10px;
}
.h1Area ol.note > div{
	padding: 20px 0 50px;
	min-height: 300px;
}
.h1Area ol.note > div:nth-of-type(1){
	background: url("../images/bgim05.png") no-repeat right bottom;
}
.h1Area ol.note > div:nth-of-type(2){
	background: url("../images/bgim06.png") no-repeat right bottom;
}
.h1Area .icArea{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 20%;
	max-width: 150px;
	font-size: 2.4rem;
}
.h1Area .cw{
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 30px;
}
.h1Area .fundnameArea{
	width: calc(90% - 40px);
	margin-left: 40px;
}
.h1Area .fundname{
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
}
.h1Area .fundname .tx_super{
	font-size: 1.4rem;
	line-height: 2;
}

.txs18{font-size: 1.8rem;}
.txs48{font-size: 4.8rem;}
.txs60{font-size: 5.5rem;}

.section01 h2+p , .section02 h2+p{
	margin-bottom: 40px;
}

.h3{
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin: 20px auto;
	padding: 2px 5px;
	min-height: 30px;
	max-width: 400px;
	border-radius: 15px;
}

/*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.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;
}

.menu h2{
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
	color: #fef6e2;
	background-color: #8987ba;
	padding: 20px;
	border-radius: 10px 10px 0 0;
}
.menu h2 span{
	font-size: 3.6rem;
	color: #ffd900;
}
.menu ol{
	background-color: #fef6e2;
	padding: 50px;
	border-radius: 0 10px 10px 10px;
}
.menu ol li+li{
	margin-top: 40px;
}
.menu ol li{
	position: relative;
}
.menu ol li a{
	display: block;
	padding: 30px 0 20px 90px;
	font-size: 3rem;
	font-weight: bold;
	color: #8987ba;
	background-color: #fff;
	border: 4px solid #8987ba;
	border-radius: 10px;
}
.menu ol li a img{
	position: absolute;
	top: -36px;
	left: -20px;
}
.menu ol li a span{
	display: inline-block;
	position: relative;
}
.menu ol li a span:after{
	position: absolute;
	content: "";
	background-color: #ffd900;
	border-radius: 3px;
	height: 6px;
	width: 100%;
	bottom: 0;
	left: 0;
}
section{
	margin-bottom: 140px;
}

.col20{width: 20%;}
.col40{width: 40%;}
.section01 .table01{
	width: 100%;
	border-collapse: collapse;
	line-height: 1.2;
	border-right: 2px solid #8987ba;
	border-bottom: 2px solid #8987ba;
	text-align: center;
}
.section01 .table01 tr:first-child th:first-child {
	border: none;
	background-color: #fff;
}
.section01 .table01 tr:first-child th:not(:first-child){
	border-top: 2px solid #8987ba;
}
.section01 .table01 tr:not(:first-child) th{
	border-left: 2px solid #8987ba;
}
.section01 .table01 tr{
	border-top: 1px solid #8987ba;
}
.section01 .table01 tr:first-of-type{
	border-top: none;
}
.section01 .table01 th{
	padding: 10px 20px 10px;
	vertical-align: middle;
	background-color: #c1c0e9;
	font-weight: bold;
	border-right: 2px solid #8987ba;
}
.section01 .table01 th span , .section01 .table01 td span{
	font-size: 1.4rem;
}
.section01 .table01 th.bc_NM50{
	background-color: #0365b2;
	text-align: center;
	color: #fff;
}
.section01 .table01 th.bc_N50{
	background-color: #c4813d;
	text-align: center;
	color: #fff;
}
.section01 .table01 td+td{
	border-left: 1px solid #8987ba;
}
.section01 .table01 td{
	position: relative;
	vertical-align: middle;
	padding: 10px 50px;
}
.section01 .table01 td span.commentIC{
	position: absolute;
	right: -20px;
	top: -30px;
	z-index: 2;
	width: 28%;
}
.section01 .table01 td:first-of-type{
	background-color: #eff2f9;
}
.section01 .table01 td:nth-of-type(2){
	background-color: #faf3ec;
}
.section01 .table01+.note{
	margin-top: 5px;
}
.graphArea{
	margin: 40px auto;
}
.graphArea + p{
	margin: 60px 0 40px;
}
/* section04 -------------*/  
.section03 .graphArea{
	max-width: 750px;
}
.section03 .h3{
	background-color: #8987ba;
}
.section03 .boxArea{
	margin-top: 40px;
	padding: 30px 40px 50px;
	border: 2px solid #8987ba;
	border-radius: 10px;
	background:  linear-gradient(168deg, #8987ba 114px, transparent 0) no-repeat top left / 550px 120px ,  url("../images/bgim02.png") bottom right no-repeat;
}
.section03 .boxArea h3{
	display: inline;
	font-weight: bold;
	padding: 0 5px;
	background-color: #fff;
	color: #8987ba;
	font-size: 1.6rem;
	line-height: 2;
}
.section03 .boxArea h3 span{
	background-color: #8987ba;
	color: #fff;
	font-size: 2rem;
	padding: 0 16px;
	margin-top: 20px;
	line-height: 1;
}
.section03 h3+p{margin-top: 30px;}
.section03 .contents-inner *+p{margin-top: 50px;}
.section03 .bottomline span{
	background: linear-gradient(transparent 70%, #fff4b2 0%);
  display: inline;
}
	.section03 .caseBox{
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.section03 .caseBox li{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		padding: 30px 20px;
		width: calc((100% - 20px)/3);
		border: 2px solid #ececf8;
		/*background-color: rgba(236,236,248,0.50);*/
		background-color: rgba(255,255,255,0.50);
		border-radius: 20px;
	}
	.section03 .caseBox li+li{
		margin-left: 10px;
	}
	.section03 .caseBox li:nth-of-type(3n+1){
		margin-left: 0;
	}

	.section03 .caseBox li:nth-of-type(n+4){
		margin-top: 10px;
	}


/* point -------------*/
section[id^="point"] h2{
	font-size: 3rem;
	font-weight: bold;
	color: #8987ba;
	margin-bottom: 40px;
}
section[id^="point"] h2+p{
	margin-bottom: 40px;
}
section[id^="point"] h2 .bottomline{
	display: inline-block;
	max-width: calc(100% - 150px);
	position: relative;
	padding: 5px 10px 10px;
	margin-left: 10px;
}
section[id^="point"] h2 .bottomline:after{
	position: absolute;
	content: "";
	background-color: #ffd900;
	border-radius: 3px;
	height: 6px;
	width: 100%;
	bottom: 0;
	left: 0;
}
section[id^="point"] h2 .bottomline span{
	font-size: 2rem;
	font-weight: normal;
}

/* section07 -------------*/

.section04{
	background: url("../images/ti_bgim04.png") repeat-x center top ;
	padding-top: 100px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}
.section04 ul.fundArea{
	display: flex;
	margin-top: 30px;
}
.section04 ul.fundArea > li{
	padding-top: 21.8%;
	width: calc((100% - 20px)/2);
}
.section04 ul.fundArea > li div.fundAreainner{
	padding-top: 21.8%;
	height: 100%;
	padding: 30px 30px 40px;
	border-radius: 0 0 10px 10px;
}
.section04 ul.fundArea > li+li{
	margin-left: 20px;
}
.section04 ul.fundArea > li:first-of-type{
	background: url("../images/bgim03.png") no-repeat top center / 100.3% auto , linear-gradient(0deg, #eff2f9 100%, transparent 100%);
}
.section04 ul.fundArea > li:first-of-type .fundAreainner{
	border: 2px solid #0365b2;
	border-top: 0px;
}
.section04 ul.fundArea > li:nth-of-type(2){
	background: url("../images/bgim04.png") no-repeat top center / 100.3% auto , linear-gradient(0deg, #faf3ec 100%, transparent 100%);
}.section04 ul.fundArea > li:nth-of-type(2) .fundAreainner{
	border: 2px solid #c4813d;
	border-top: 0px;
}

.section04 .lead{
	margin-top: -20%;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}
.section04 .lead span{
	font-size: 3.6rem;
	line-height: 1.2;
}
.section04 .backline{
	padding: 0 5px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	max-width: 500px;
	border-radius: 2px;
	margin: 30px auto 20px;
}
.section04 .backline span{
	font-size: 1.8rem;
}
.section04 .backline+p{
	font-size: 3rem;
	font-weight: bold;
}
.section04 .backline+p span{
	font-size: 2rem;
}
.section04 .backline+p span.tx_big{
	font-size: 5rem;
}
.section04 .coment{
	position: relative;
	background-color: #ffd900;
	font-size: 2.2rem;
	text-align: center;
	max-width: 340px;
	min-height: 40px;
	border-radius: 30px;
	margin: 10px auto 20px;
	padding: 5px;
}
.section04 .coment:before{
	content: "";
	position: absolute;
	top: -13px;
	left: 50%;
  width: 0;
  height: 0;
	margin-left: -8px;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 14px solid #ffd900;
  border-top: 0;

}

/*info-------------*/
#info{margin-top: 100px;}
.bt01 a{
	display: block;
	margin-bottom: 20px;
	padding: 20px 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #231815;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #8987ba;
	background-color: #ffffff;
}

.section04 ul.fundArea > li:first-of-type .bt01 a{
	border: 3px solid #0365b2;
}
.section04 ul.fundArea > li:nth-of-type(2) .bt01 a{
	border: 3px solid #c4813d;
}
.section04 p.sitetopbt{
	margin-top: 20px;
	text-align: right;
}
.section04 p.sitetopbt a{
	display: inline-block;
	color: #231815;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 6px;
	border: 2px solid #231815;
}

.bt02 a{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #231815;
	color: #231815;
}
.btArea{
	justify-content: center;
}
.btArea li{
}
.btArea li+li{
	margin-left: 30px;
}

/*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_red{
	color: #FF0004;
}
.tx_big{
	font-size: 2rem;
}
.margin_top{
	margin-top: 70px;
}
.tx_NM50{	color: #0365b2;}
.tx_N50{	color: #c4813d;}
.bc_NM50{background-color: #0365b2;}
.bc_N50{background-color: #c4813d;}

/*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: #bf0000;
	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 #8987ba;
	background: #8987ba;
	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 100px;
	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{
		padding: 5px 10px 10px;
	}

	.headArea{
		padding: 30px 20px 30px;
		font-size: 2.8rem;
	}
	.headArea p+p{
		margin-top: 20px;
	}

	.h1Area{
		padding: 20px 0 0;
	}
	.h1Area ol.note > div+div{
		margin-top: 10px;
	}
	.h1Area ol.note > div{
		padding: 20px 0 20px;
	}

	.h1Area .icArea{
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
		max-width: 100%;
		max-height: inherit;
		font-size: 2rem;
	}
	.h1Area .cw{
		font-size: 1.8rem;
		padding: 20px 10px;
		margin-bottom: 20px;
	}
	.h1Area .fundnameArea{
		width: 100%;
		margin-left: 0;
	}
	.h1Area .fundname{
		font-size: 1.8rem;
		line-height: 1.2;
		font-weight: bold;
	}

	.txs18{font-size: 1.6rem;}
	.txs48{font-size: 2.6rem;}
	.txs60{font-size: 3rem;}


.h3{
	margin: 20px auto;
	min-height: 26px;
	border-radius: 13px;
}

	.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);
	}

	.menu h2{
		font-size: 1.8rem;
		padding: 14px;
	}
	.menu h2 span{
		font-size: 2rem;
	}
	
	.menu ol{
		padding: 50px 10px;
	}
	.menu ol li+li{
		margin-top: 40px;
	}
	.menu ol li a{
		padding: 24px 10px;
		font-size: 2rem;
		line-height: 1.2;
		border: 3px solid #8987ba;
	}
	
	.menu ol li a span:after {
		bottom: -6px;
	}
	.menu ol li a img{
		position: absolute;
		width: 80px;
		top: -20px;
		left: -6px;
	}
	
	.section01 .table01{

}
	.section01 .table01 tr:first-of-type th{
		padding: 20px 5px;
	}
.section01 .table01 th{
	padding: 5px;
}
	.section01 .table01 th span{
	font-size: 1rem;
}
	.section01 .table01 td span{
	font-size: 1.2rem;
}
.section01 .table01 td{
	padding: 10px 5px;
}
.section01 .table01 td span.commentIC{
	right: -10px;
	top: -10px;
	width: 80px;
}
.section01 .table01 td:has(.commentIC){
	padding-top: 36px;
	padding-bottom: 25px
}

	/* section04 -------------*/
	.section03 .boxArea{
	margin-top: 40px;
	padding: 30px 20px 50px;
	border: 2px solid #8987ba;
	border-radius: 10px;
	background:  linear-gradient(168deg, #8987ba 114px, transparent 0) no-repeat top left / 550px 120px ,  url("../images/bgim02.png") no-repeat bottom right / 100% auto;
}
.section03 .boxArea h3{
	display: inline;
	padding: 0 5px;
	font-size: 1.6rem;
	line-height: 2;
}
.section03 .boxArea h3 span{
	font-size: 2rem;
	padding: 0 16px;
	margin-top: 20px;
	line-height: 1;
}
.section03 h3+p{margin-top: 30px;}

.section03 .boxArea+p{margin-top: 50px;}

	
	.section03 .caseBox{
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}
	.section03 .caseBox li{
		align-items: center;
		justify-content: flex-start;
		font-size: 1.4rem;
		padding: 10px 6px;
		width: 100%;
		border: 2px solid #ececf8;
		/*background-color: rgba(236,236,248,0.50);*/
		background-color: rgba(255,255,255,0.50);
		border-radius: 10px;
		margin-top: 10px;
	}
	.section03 .caseBox li+li{
		margin-left: 0;
	}
	.section03 .caseBox li:nth-of-type(n+4){
	}

	
/* point -------------*/
	section[id^="point"] h2 img{
		width: 80px;
	}
section[id^="point"] h2{
	font-size: 2rem;
	margin-bottom: 30px;
}

section[id^="point"] h2+p{
	margin-bottom: 30px;
}
section[id^="point"] h2 .bottomline{
    max-width: calc(100% - 90px);
	padding: 5px;
	margin-left: 5px;
}
section[id^="point"] h2 .bottomline:after{
	border-radius: 3px;
	height: 6px;
}
section[id^="point"] h2 .bottomline span{
	font-size: 1.4rem;}

/* section07 -------------*/

.section04{
	font-size: 1.8rem;
}
	.section04 .bottomline{
		font-size: 1.3rem;
	}

	.section04 ul.fundArea{
		display: block;
		margin-top: 30px;
	}
	.section04 ul.fundArea > li{
		padding-top: 43.6%;
		width: 100%;
	}
	.section04 ul.fundArea > li div.fundAreainner{
		padding-top: 21.8%;
		padding: 10px;
		padding-bottom: 30px;
	}
	.section04 ul.fundArea > li+li{
		margin-left: 0;
		margin-top: 10px;
	}
	.section04 ul.fundArea > li:first-of-type .fundAreainner{
		border: 2px solid #0365b2;
		border-top: 0px;
	}
.section04 ul.fundArea > li:nth-of-type(2) .fundAreainner{
		border: 2px solid #c4813d;
		border-top: 0px;
	}
.section04 .lead{
	margin-top: -10%;
	font-size: 2rem;
}
.section04 .lead span{
	font-size: 3rem;
}
.section04 .backline{
	font-size: 1.8rem;
	margin: 20px auto 10px;
}
.section04 .backline+p{
	font-size: 2.4rem;
	font-weight: bold;
}
.section04 .backline+p span{
	font-size: 1.8rem;
}
.section04 .backline+p span.tx_big{
	font-size: 4rem;
}
.section04 .coment{
	font-size: 1.8rem;
	min-height: 30px;
	border-radius: 15px;
	margin: 10px auto;
}


	/*info-------------*/
	.bt01 a{
		padding: 10px ;
		font-size: 2rem;
	}
	.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: 5px;
}
.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;
}
	
	/*--  pagetop  ----------------------------------*/
	.pageTop{
		right: 10px;
		bottom: 65px;
	}
	.pageTop a{
		width: 65px;
		height: 65px;
		border-radius: 35px;
	}
	/*--  footer  ----------------------------------*/
	.footer{
		padding: 25px 0 120px;
	}
	.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;
	}
}


