@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: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.8rem;
	background: linear-gradient(0deg,rgba(255, 217, 0, 1) 0%, rgba(255, 217, 0, 1) 35%, rgba(255, 241, 0, 1) 88%,rgba(255, 217, 0, 1) 100%);
}
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: space-between;
	padding: 18px 20px 14px;
	background-color: #FFFFFF;
	width: 100%;
}

.headArea{
	display: flex;
	justify-content: space-between;
}
.logoArea{
	width: 44.7%;
	text-align: center;
}
.logoArea .tawara10thArea{
	background: url("../images/bgim01.png") repeat #ffd900;
}
.logoArea .tawara10thArea p{
	position: relative;
	max-width: 498px;
	margin: 0 0 0 auto;
	padding: 40px 50px 66px;
}
.logoArea .tawara10thArea p:after{
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: -24px;
	right: 50%;
	margin-right: -24px;
	background: url("../images/ic_head.png") no-repeat center center;
}
.logoArea .yomiuri333{
	background: #1055AA;
	background: linear-gradient(180deg,rgba(16, 85, 170, 1) 0%, rgba(102, 204, 238, 1) 100%);
}
.logoArea .yomiuri333 p{
	max-width: 498px;
	margin: 0 0 0 auto;
	background: #1055AA;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	padding: 50px 17px 25px;

}
.logoArea .tawara10thArea img{ min-width: 100px;}
.logoArea .yomiuri333 img{ min-width: 100px;}

.headArea .textArea{
	width: 52.9%
}

.headArea .textArea .h1Area{
	background: linear-gradient(0deg,rgba(255, 217, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
}
.headArea .textArea .h1box{
	position: relative;
	padding: 115px 0 28px;
	max-width: 500px;
	margin: 0 auto 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
.headArea .textArea .NISAic{
	position: absolute;
	top: 20px;
	right: 5px;
}
.headArea .textArea .h1box h1{
	font-size: 4.8rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.headArea .textArea .textbox{
	max-width: 600px;
	margin: 45px auto 0 0;
	padding: 0 10px;
}
.headArea .textArea .textbox p{
	max-width: 550px;
	margin: 0 auto;
}

/*nav-------------*/
.navArea{
	margin-top: 80px;
	text-align: center;
}
.navArea nav{
	margin-top: 20px;
	padding-top: 26px;
	padding-right: 10px;
	background: #1055AA;
	background: linear-gradient(0deg,rgba(16, 85, 170, 0.35) 0%, rgba(102, 204, 238, 0.35) 100%);
}
.navArea nav ol{
	margin-bottom: -16px;
	align-items: stretch;
}
.navArea nav li{
	width: calc((100% - 40px)/3);
	position: relative;
	z-index: 2;
}
.navArea nav li:after{
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 100%;
	right: -10px;
	bottom: -10px;
	background: #1055AA;
	background: linear-gradient(180deg,rgba(16, 85, 170, 1) 0%, rgba(102, 204, 238, 1) 100%);
}
.navArea nav li a{
	display: block;
	height: 100%;
	text-align: left;
	background-color: #ffffff;
	padding: 20px 7.1% 122px 40px;
	border: 3px solid #1055aa;
	font-size: 3rem;
	font-weight: bold;
	color: #000000;
	box-shadow: 4px 4px 10px 0 rgba(16,85,170,0.55);
	z-index: 3;
	transition: all 0.3s ease-out;
}
.navArea nav li a:hover{
	opacity: 0.9;
	margin-top: 6px;
	margin-bottom: -6px;
	margin-left: 6px;
	margin-right: -6px;
}
.navArea nav li:first-of-type a{
	background: url("../images/ic01.png") no-repeat #ffffff right 25px bottom 23px;
}
.navArea nav li:nth-of-type(2) a{
	background: url("../images/ic02.png") no-repeat #ffffff right 23px bottom 23px;
}
.navArea nav li:last-of-type a{
	background: url("../images/ic03.png") no-repeat #ffffff right 25px bottom 15px;
}

.navArea nav li a p.title{
	position: relative;
	padding-bottom: 10px;
}
.navArea nav li a p.title:after{
	position: absolute;
	content: "";
	max-width: 126px;
	width: calc(100% - 115px);
	height: 6px;
	background-color: #ffd900;
	left: 0;
	bottom: 0;
}
.navArea nav li a p.number{
	margin-left: -43px;
	margin-bottom: 30px;
}



/*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;
}


.yellowback{
	background: linear-gradient(0deg,rgba(255, 217, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
	padding: 100px 0;
}
section[class^="step"]{
	position: relative;
	background: #ffffff;
	padding: 50px 10px 80px;
	border-radius: 0 100px 100px 0;
	box-shadow: 10px 10px 16px 0 rgba(141,125,32,0.3);
}
section+section{
	margin-top: 80px;
}

/* step1 -------------*/
.h2Area{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.h2box{
}
.step1 .h2box{
	width: 39%;
	min-width: 400px;
	padding-top: 80px;
	background: url("../images/ic_sec01.png") no-repeat top 200px right 0;
}
.step2 .h2box{
	width: 41.4%;
	min-width: 455px;
	padding-top: 80px;
	background: url("../images/ic_sec02.png") no-repeat top 160px right 0;
}
.step3 .h2box{
	padding-top: 80px;
	padding-right: 151px;
	padding-bottom: 40px;
	background: url("../images/ic_sec03.png") no-repeat top 30px right 0;

}
.h2Area .number{
	position: absolute;
	left: 0;
	top: 50px;
	width: 20%;
	min-width: 125px;
	text-align: right;
	background: linear-gradient(180deg, transparent 89%, rgba(102, 204, 238, 1) 90%, rgba(102, 204, 238, 1) 97% ,transparent 98%);
}
.h2Area .h2 span{
	display: inline-block;
	font-weight: bold;
	font-size: 4rem;
	padding-bottom: 5px;
	border-bottom: 6px solid #ffd900;
}
.step1 .h2Area .textArea{
	width: 57.8%;
	margin-top: 30px;
	border-top: 8px solid #ffd900;
}
.step1 .h2Area .textArea > p{
	padding: 35px 60px 20px 20px;
}
.step2 .h2Area .textArea{
	width: 56%;
	margin-top: 120px;
	padding-right: 6%;
	margin-bottom: 60px;
}
.step2 .textArea .h3{
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 10px 20px 5px 36px;
	font-size: 3rem;
	font-weight: bold;
	background: linear-gradient(90deg,rgba(255, 217, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
	margin-bottom: 30px;

}
.step2 .textArea .h3:before{
	content: "";
	display: block;
	position: absolute;
	height: 19px;
	width: 17px;
	top: 50%;
	left: 14px;
	margin-top: -10px;
	background: url("../images/ic_h3.png") no-repeat center center / cover;
}
.graphArea{
	background-color: #ffffff;
	box-shadow: 10px 10px 20px 0 rgba(16,85,170,0.1);
	padding: 50px;
}
.graphArea h3{
	max-width: 300px;
	padding: 2px 20px 0;
	margin: 0 auto 30px;
	border: 1px solid #1055aa;
	color: #1055aa;
	font-weight: bold;
	text-align: center;
}
.step1 .textbox{
	max-width: 720px;
	margin: 50px 0 30px;
	background-color: #ffffff;
	border-radius: 0 30px 30px 0;
	padding: 35px;
}
.step1 .wrapper-inner{
	background: linear-gradient(0deg, transparent 10% ,rgba(255, 217, 0, 0.5) 10%, rgba(255, 217, 0, 0.5) 30%, transparent 60%);
}

.step2 .flexbox.textArea{
	align-items: flex-start;
	margin-top: 80px;
}
.step2 .inner>.textArea .textbox{
	width: 44.5%;
}
.step2 .graphimg{
	padding: 0 50px 0 20px;
}

/* step3 -------------*/
/* table -------------*/
:root{
  --sky:#66ccee;
  --blue:#1055aa;

  --ink:#0b0f17;
  --muted:rgba(11,15,23,.68);

  --border:rgba(16,85,170,.42);
  --line2:rgba(16,85,170,.12);

  --head-other-bg:rgba(16,85,170,.08);
  --alt-bg:rgba(16,85,170,.02);

  --primary-body-bg:rgba(102,204,238,.16);
  --primary-left:rgba(16,85,170,.42);
  --primary-col-border:rgba(16,85,170,.26);

  --box-shadow:0 14px 34px rgba(16,85,170,.10);
}

.data-table{
  color:var(--ink);
  background:#fff;
  margin:0 auto;
}

/* スクロール案内（スマホのみ／1回横スクロールで消える） */
.data-table__hint{ display:none; }

/* 外枠 */
.data-table__scroller{
  border:0;
  border-bottom:2px solid #1055aa;
  background:#fff;
  overflow:hidden;
  border-radius:0;
  box-shadow:var(--box-shadow);
}

.data-table__table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}
.data-table__table thead th{
  padding:30px 14px 16px;
  text-align:center;
  vertical-align:bottom;
  border-bottom:2px solid rgba(16,85,170,1);
  border-left:1px solid var(--line2);
  background:var(--head-other-bg);
  position:relative;
}
.data-table__table thead th:first-child{ border-left:0; }

.data-table__table tbody th,
.data-table__table tbody td{
  padding:18px 20px 16px;
  vertical-align:top;
  font-size:1.6rem;;
  border-bottom:1px solid rgba(16,85,170,.10);
  border-left:1px solid var(--line2);
  transition:background-color .12s ease, box-shadow .12s ease;
}
.data-table__table tbody tr > *:first-child{ border-left:0; }
.data-table__table tbody tr:last-child th,
.data-table__table tbody tr:last-child td{ border-bottom:0; }

.data-table__corner{ width:18%; }
.data-table__colHead{ width:27.33%; }

.data-table__colTitle{
  font-size:2.4rem;
  font-weight:bold;
  color:var(--blue);
}

/* 左上セル*/
.data-table__table thead th.data-table__corner{
  padding:0;
  background:transparent;
}
.data-table__table thead th.data-table__corner + th{ border-left:0; }

/* 左列（項目列）*/
.data-table__rowHead{
  background:transparent;
  color:var(--ink);
  font-weight:850;
	align-content: center;
}

/* ゼブラ（primary以外） */
.data-table__table tbody tr:nth-child(even) td:not(.data-table__cell--primary){
  background:var(--alt-bg);
}

/* primaryヘッダー */
.data-table__table thead th.data-table__colHead--primary{
  color:#fff;
  background:linear-gradient(135deg, var(--sky) 0%, var(--blue) 100%);
  border-left:2px solid var(--primary-col-border);
  border-right:2px solid var(--primary-col-border);
	border-bottom: 6px solid #ffd900;
}
.data-table__table thead th.data-table__colHead--primary .data-table__colTitle{ color:#fff;}

/* primary本文 */
.data-table__table tbody td.data-table__cell--primary{
  background:var(--primary-body-bg);
  border-left:2px solid var(--primary-col-border);
  border-right:2px solid var(--primary-col-border);
}

/* primaryの右隣の二重線を回避 */
.data-table__table thead th.data-table__colHead--primary + th,
.data-table__table tbody td.data-table__cell--primary + td{
  border-left:0;
}

/* hover：項目欄も色変更＋左ラインあり */
.data-table--rowHover tbody tr:hover th,
.data-table--rowHover tbody tr:hover td{
  background:rgba(255,241,0,.08);
}
.data-table--rowHover tbody tr:nth-child(even):hover th,
.data-table--rowHover tbody tr:nth-child(even):hover td{
  background:rgba(255,241,0,.11);
}
.data-table--rowHover tbody tr:hover th.data-table__rowHead{
  box-shadow:inset 4px 0 0 rgba(255,217,0,.65);
}
.data-table--rowHover tbody tr:hover td.data-table__cell--primary{
  background:rgba(102,204,238,.22);
}
.data-table--rowHover tbody tr:nth-child(even):hover td.data-table__cell--primary{
  background:rgba(102,204,238,.26);
}

/* responsive: horizontal scroll + fade */
.data-table__scroller--fadeRight{ position:relative; }


.data-table :focus-visible{
  outline:3px solid rgba(16,85,170,.35);
  outline-offset:2px;
}


/* lasttaxt -------------*/
.lasttaxt .wrapper-inner{
	margin-top: 70px;
	background: linear-gradient(180deg,rgba(16, 85, 170, 1) 0%, rgba(102, 204, 238, 1) 100%);

}
.lasttaxt .wrapper-inner .inner{
	max-width: 750px;
	padding: 30px 70px;
	font-weight: bold;
	font-size: 2rem;
	background-color: #ffffff;

}


/* section07 -------------*/

.section07{
	background: #1055AA;
	background: linear-gradient(0deg,rgba(16, 85, 170, 0.35) 0%, rgba(102, 204, 238, 0.35) 100%);
	text-align: center;
	margin-top: 100px;
	padding: 50px 0;
}
p.sitetopbt{
	margin-top: 20px;
	text-align: right;
}
p.sitetopbt a{
	display: inline-block;
	color: #231815;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	padding: 6px 20px;
	border-radius: 6px;
	border: 1px solid #231815;
	background-color: #ffffff;
}
.section07 .contents-inner{
	max-width: 700px;
}
.section07 .fundName{
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 30px;
}
.section07 .wback{
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.section07 .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;*/
	background-color: #ffffff;
	padding: 10px;
	width: calc(50% - 10px);
	border-radius: 80px;
	font-size: 1.6rem;
	line-height: 1.2;
}
.txs30{	font-size: 3rem;}


/*info-------------*/
#info{margin-top: 100px;}
.bt01{
	margin-top: 30px;
}
.bt01 a{
	display: block;
	margin-bottom: 20px;
	padding: 20px 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #000000;
	background: #FFD900;
	background: linear-gradient(0deg,rgba(255, 217, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
	box-shadow: 0 6px 0 #d19b0b;
	transition: color .3s, background .3s, box-shadow .3s, transform .3s;
}
.bt01 a:hover {
	box-shadow: 0 3px 0 #d19b0b;
	transform: translateY(3px);
}
.bt01 a:active {
	transition-duration: .1s;
}
.bt02 a{
	display: block;
	padding: 10px;
	font-size: 2rem;
	font-weight: bold;
	background: #FFD900;
	background: #203864;
	box-shadow: 0 6px 0 #00163e;
	transition: color .2s, background .2s, box-shadow .2s, transform .2s;
	color: #ffffff;
}
.bt02 a:hover {
	box-shadow: 0 3px 0 #00163e;
	transform: translateY(3px);
}
.bt02 a:active {
	transition-duration: .1s;
}
.btArea{
	justify-content: space-between;
}
.btArea li{
	width: 100%;
}
.btArea li+li{
	margin-top: 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;
}
.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: rgba(255,0,4,1.00);
}
.margin_top{
	margin-top: 70px;
}
.backline{
	background:linear-gradient(transparent 10% , #fff100 10% , #fff100 82% , transparent 82%);
}

/*fundpage-------------*/

/*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;
	background: linear-gradient(0deg,rgba(16, 85, 170, 1) 0%, rgba(102, 204, 238, 1) 100%);
	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;
	justify-content: center;
	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{
		display: block;
	}
	.logoArea{
		display: flex;
		width: 100%;
	}
	.logoArea .tawara10thArea{
		width: 50%;
	}
	.logoArea .tawara10thArea p{
		padding: 40px 12% 40px 6%;
	}
	.logoArea .tawara10thArea p:after{
	content: "";
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 50%;
	right: -18px;
	margin-right: 0;
		margin-bottom: -18px;
	background: url("../images/ic_head.png") no-repeat center center / cover;
}

	.logoArea .yomiuri333{
		width: 50%;
	}
	.logoArea .yomiuri333 p{
		background: none;
		/*background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);*/
		padding: 20px 17px 20px 26px;

	}
	.headArea .textArea{
		width: 100%
	}

	.headArea .textArea .h1Area{
		background: linear-gradient(0deg,rgba(255, 217, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
	}
	.headArea .textArea .h1box{
		padding: 40px 60px 28px 7%;
		max-width: 100%;
		font-size: 1.6rem;
	}
	.headArea .textArea .h1box h1{
		font-size: 4rem;
		margin-bottom: 10px;
	}
	.headArea .textArea .h1box h1 img{
		height: 50px;
	}
	.headArea .textArea .NISAic{
	top: 16px;
	right: 10px;
		width: 56.7px;
}
	.headArea .textArea .textbox{
		margin: 45px auto 0 auto;
		padding: 0 10px;
	}
	.headArea .textArea .textbox p{
		max-width: 550px;
		margin: 0 auto;
	}

/*nav-------------*/
	.navArea{
		margin-top: 80px;
	}
	.navArea nav{
		margin-top: 20px;
		padding-top: 26px;
	}
	.navArea nav ol{
		margin-bottom: -16px;
	}
	.navArea nav li{
		margin: 0 auto;
		width: 80%;
		z-index: 2;
	}
	.navArea nav li+li{
		margin-top: 20px;
	}
	.navArea nav li a{
		padding: 20px 105px 40px 30px;
		font-size: 2.6rem;
		line-height: 1.2;
		font-weight: bold;
		color: #000000;
		box-shadow: 4px 4px 10px 0 rgba(16,85,170,0.55);
		z-index: 3;
		transition: all 0.3s ease-out;
	}
	.navArea nav li:first-of-type a{
		background: url("../images/ic01.png") no-repeat #ffffff right 25px bottom 23px / 88px 88px;
	}
	.navArea nav li:nth-of-type(2) a{
		background: url("../images/ic02.png") no-repeat #ffffff right 23px bottom 23px / 93.6px 88px;
	}
	.navArea nav li:last-of-type a{
		background: url("../images/ic03.png") no-repeat #ffffff right 15px bottom 30px / 88px 88px;
	}
	.navArea nav li a p.number{
		margin-left: -33px;
		margin-bottom: 20px;
	}
	.navArea nav li a p.number img{
		height: 44.8px;
	}


	
	.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);
	}

	
	
	/* step1 -------------*/
	.yellowback{
	background: linear-gradient(0deg,rgba(255, 217, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
	padding: 100px 0;
}
section[class^="step"]{
	padding: 50px 10px 80px;
	border-radius: 0 60px 60px 0;
	box-shadow: 10px 10px 16px 0 rgba(141,125,32,0.3);
}
section+section{
	margin-top: 80px;
}

/* step1 -------------*/
.h2Area{
	display: block;
}
	.h2box{
		padding-bottom: 16px;
	}
.step1 .h2box{
	min-height: 230px;
	width: 100%;
	min-width: auto;
	padding-top: 80px;
	padding-right: 140px;
	background: url("../images/ic_sec01.png") no-repeat top 70px right 0;
}
.step2 .h2box{
	min-height: 230px;
	width: 100%;
	min-width: auto;
	padding-top: 80px;
	padding-right: 160px;
	background: url("../images/ic_sec02.png") no-repeat top 70px right 0;
}
.step3 .h2box{
	padding-top: 80px;
	padding-right: 151px;
	padding-bottom: 40px;
	background: url("../images/ic_sec03.png") no-repeat top 30px right 0;

}
.h2Area .number{
	position: absolute;
	left: 0;
	top: 50px;
	width: 20%;
	min-width: 125px;
	text-align: right;
	background: linear-gradient(180deg, transparent 89%, rgba(102, 204, 238, 1) 90%, rgba(102, 204, 238, 1) 97% ,transparent 98%);
}
.h2Area .h2 span{
	font-size: 3rem;
	line-height: 1.3;
	padding-bottom: 5px;
	border-bottom: 6px solid #ffd900;
}
.step1 .h2Area .textArea{
	width: 100%;
	margin-top: 0;
	border-top: none;
}
.step1 .h2Area .textArea > p{
	padding: 0 10px 0 20px;
	margin-bottom: 20px;
	border-left: 8px solid #ffd900;
}
.step2 .h2Area .textArea{
	width: 100%;
	margin-top: 0;
	padding-right: 0;
	margin-bottom: 30px;
}
.step2 .textArea .h3{
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 10px 20px 5px 36px;
	font-size: 2.2rem;
	font-weight: bold;
	background: linear-gradient(90deg,rgba(255, 217, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
	margin-bottom: 30px;

}
.step2 .textArea .h3:before{
	content: "";
	display: block;
	position: absolute;
	height: 19px;
	width: 17px;
	top: 50%;
	left: 14px;
	margin-top: -10px;
	background: url("../images/ic_h3.png") no-repeat center center / cover;
}
.graphArea{
	background-color: #ffffff;
	box-shadow: 10px 10px 20px 0 rgba(16,85,170,0.1);
	padding: 40px 20px;
}
.graphArea h3{
	max-width: 300px;
	padding: 2px 20px 0;
	margin: 0 auto 30px;
	border: 1px solid #1055aa;
	color: #1055aa;
	font-weight: bold;
	text-align: center;
}
.step1 .textbox{
	width: 100%;
	margin: 50px 0 30px -10px;
	border-radius: 0 30px 30px 0;
	padding: 35px 5%;
}
.step1 .wrapper-inner{
	width: calc(100% + 20px);
	margin: 0 -10px;
	padding: 0 10px;
	background: linear-gradient(0deg, transparent 5% ,rgba(255, 217, 0, 0.5) 5%, rgba(255, 217, 0, 0.5) 30%, transparent 60%);
}

.step2 .flexbox.textArea{
	margin-top: 80px;
}
.step2 .inner>.textArea .textbox{
	width: 100%;
	margin-bottom: 40px;
}
.step2 .graphimg{
	padding: 0 10px 0 0px;
}

	
/* step3 -------------*/
  .data-table__hint{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:8px;
    margin:0 0 10px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.02em;
    color:rgba(11,15,23,.58);
    user-select:none;
  }
  .data-table__hint::after{
    content:"→";
    color:rgba(11,15,23,.40);
    font-weight:900;
  }
  .data-table.is-scrolled .data-table__hint{ display:none; }

.data-table__table tbody th,
.data-table__table tbody td{
  padding:14px 14px 12px;
  font-size:1.4rem;
}

.data-table__colTitle{
  font-size:2rem;
  font-weight:bold;
  color:var(--blue);
}

  .data-table__scroller{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .data-table__table{ min-width:750px; }
/*
  .data-table__scroller--fadeRight::after{
    content:"";
    position:absolute;
    top:0; bottom:0; right:0;
    width:24px;
    pointer-events:none;
    z-index:2;
    background:linear-gradient(270deg, rgba(255,255,255,.98), rgba(255,255,255,0));
  }
*/
	/* lasttaxt -------------*/
.lasttaxt .wrapper-inner{
	margin-top: 70px;
	background: linear-gradient(180deg,rgba(16, 85, 170, 1) 0%, rgba(102, 204, 238, 1) 100%);

}
.lasttaxt .wrapper-inner .inner{
	max-width: 750px;
	padding: 30px 5%;
	font-size: 1.6rem;

}

	
/* section07 -------------*/

.section07{
	margin-top: 100px;
	padding: 50px 0;
}
p.sitetopbt{
	margin-top: 20px;
	text-align: right;
}
p.sitetopbt a{
	color: #231815;
	font-size: 1.2rem;
	padding: 6px 10px;
	border-radius: 6px;
}
.section07 .fundName{
	font-size: 3.6rem;
	margin-bottom: 30px;
}
.section07 .fundName img{
	height: 40px;
}
.section07 .wback{
	margin: -10px auto 0;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.section07 .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;*/
	background-color: #ffffff;
	margin: 10px auto 0;
	padding: 10px;
	width: 100%;
	max-width: 400px;
	border-radius: 80px;
	font-size: 1.5rem;
	line-height: 1.2;
}
.txs30{	font-size: 2.2rem;}

/*info-------------*/
.bt01{
	margin-top: 30px;
}
.bt01 a{
	margin-bottom: 20px;
	padding: 20px 10px;
	font-size: 1.7rem;
	box-shadow: 0 4px 0 #d19b0b;
	transition: color .3s, background .3s, box-shadow .3s, transform .3s;
}
.bt01 a:hover {
	box-shadow: 0 2px 0 #d19b0b;
	transform: translateY(3px);
}
.bt02 a{
	padding: 10px;
	font-size: 1.6rem;
	box-shadow: 0 4px 0 #00163e;
	transition: color .2s, background .2s, box-shadow .2s, transform .2s;
}
.bt02 a:hover {
	box-shadow: 0 2px 0 #00163e;
	transform: translateY(3px);
}
.bt02 a:active {
	transition-duration: .1s;
}
.btArea li+li{
	margin-top: 20px;
}

	/*--  pagetop  ----------------------------------*/
	.pageTop{
		right: 10px;
		bottom: 65px;
	}
	.pageTop a{
		width: 65px;
		height: 65px;
		border-radius: 35px;
	}
	/*--  footer  ----------------------------------*/
	.footer{
		padding: 25px 0 50px;
	}
	.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;
	}
}
@media screen and (max-width:428px){
	.headArea .textArea .h1box{
		padding: 80px 10px 22px 10px;
		max-width: 100%;
		font-size: 1.4rem;
	}
	.headArea .textArea .h1box h1{
		font-size: 3.5rem;
		margin-bottom: 10px;
	}
	.headArea .textArea .h1box h1 img{
		height: 44px;
	}
	.headArea .textArea .NISAic{
		top: 10px;
		right: 10px;
}
	
	/*nav-------------*/
	.navArea{
		margin-top: 80px;
	}
	.navArea nav li+li{
		margin-top: 20px;
	}
	.navArea nav li a{
		padding: 20px 10px 20px 20px;
		font-size: 2.4rem;
	}
	.navArea nav li a .pconly{
		display: block;
	}
	.navArea nav li:first-of-type a{
		background: url("../images/ic01.png") no-repeat #ffffff right 15px top 16px / 55px 55px;
	}
	.navArea nav li:nth-of-type(2) a{
		background: url("../images/ic02.png") no-repeat #ffffff right 15px top 16px / 58.5px 55px;
	}
	.navArea nav li:last-of-type a{
		background: url("../images/ic03.png") no-repeat #ffffff right 15px top 16px / 55px 55px;
	}
	.navArea nav li a p.number{
		margin-left: -23px;
		margin-bottom: 20px;
	}
	.navArea nav li a p.number img{
		height: 33.6px;
	}
	/* step1 -------------*/
	.h2box{
		padding-bottom: 16px;
	}
.step1 .h2box{
	min-height: 230px;
	width: 100%;
	min-width: auto;
	padding-top: 80px;
	padding-right: 120px;
	background: url("../images/ic_sec01.png") no-repeat top 70px right 0 / 100px 100px;
}
.step2 .h2box{
	min-height: 230px;
	width: 100%;
	min-width: auto;
	padding-top: 80px;
	padding-right: 130px;
	background: url("../images/ic_sec02.png") no-repeat top 70px right 0 / 116.25px 109.5px;
}
.step3 .h2box{
	padding-top: 80px;
	padding-right: 110px;
	padding-bottom: 40px;
	background: url("../images/ic_sec03.png") no-repeat top 30px right 0 / 100px 100px;

}
.h2Area .number{
	position: absolute;
	left: 0;
	top: 50px;
	width: 20%;
	min-width: 125px;
	text-align: right;
	background: linear-gradient(180deg, transparent 89%, rgba(102, 204, 238, 1) 90%, rgba(102, 204, 238, 1) 97% ,transparent 98%);
}
.h2Area .h2 span{
	font-size: 2.6rem;
	line-height: 1.3;
	padding-bottom: 5px;
	border-bottom: 6px solid #ffd900;
}
.step1 .h2Area .textArea{
	width: 100%;
	margin-top: 0;
	border-top: none;
}
.step1 .h2Area .textArea > p{
	padding: 0 10px 0 20px;
	margin-bottom: 20px;
	border-left: 8px solid #ffd900;
}
.step2 .h2Area .textArea{
	width: 100%;
	margin-top: 0;
	padding-right: 0;
	margin-bottom: 30px;
}
.step2 .textArea .h3{
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 10px 20px 5px 36px;
	font-size: 2.2rem;
	font-weight: bold;
	background: linear-gradient(90deg,rgba(255, 217, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
	margin-bottom: 30px;

}
.step2 .textArea .h3:before{
	content: "";
	display: block;
	position: absolute;
	height: 19px;
	width: 17px;
	top: 50%;
	left: 14px;
	margin-top: -10px;
	background: url("../images/ic_h3.png") no-repeat center center / cover;
}
.graphArea{
	background-color: #ffffff;
	box-shadow: 10px 10px 20px 0 rgba(16,85,170,0.1);
	padding: 40px 20px;
}
.graphArea h3{
	max-width: 300px;
	padding: 2px 20px 0;
	margin: 0 auto 30px;
	border: 1px solid #1055aa;
	color: #1055aa;
	font-weight: bold;
	text-align: center;
}
.step1 .textbox{
	width: 100%;
	margin: 50px 0 30px -10px;
	border-radius: 0 30px 30px 0;
	padding: 35px 5%;
}
.step1 .wrapper-inner{
	width: calc(100% + 20px);
	margin: 0 -10px;
	padding: 0 10px;
	background: linear-gradient(0deg, transparent 5% ,rgba(255, 217, 0, 0.5) 5%, rgba(255, 217, 0, 0.5) 30%, transparent 60%);
}

.step2 .flexbox.textArea{
	margin-top: 80px;
}
.step2 .inner>.textArea .textbox{
	width: 100%;
	margin-bottom: 40px;
}
.step2 .graphimg{
	padding: 0 10px 0 0px;
}


}

