@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.6rem;
	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: space-between;
	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;
}
.headArea{
	background: url("../images/tg_bgim01.png") #ffd900 repeat top left;
	padding: 40px 0 40px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
}
.headArea p+p{
	margin-top: 60px;
}

.h1Area{
	width: 100%;
	background: url("../images/tg_bgim02.png") repeat top center;
	text-align: center;
}
.h1back{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.6rem;
	padding: 40px 60px;
	min-height: 400px;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
}
.baloon{
	width: 100%;
	max-width: 502px;
	color: #ea8900;
	font-weight: bold;
	font-size: 2rem;
	background: url("../images/tg_ic02.png") no-repeat center bottom / 100% auto;
	padding-bottom: 50px;
	margin: 0 auto 20px;
}
.h1back h1{
	width: 100%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
	background: url("../images/tg_ic03.png") no-repeat top 10% left /14% auto, url("../images/tg_ic03.png") no-repeat top 10% right /14% auto, url("../images/tg_ic04.png") no-repeat center bottom / auto auto;
	padding-bottom: 40px;
}
.txs18{font-size: 1.8rem;}
.txs20{font-size: 2rem;}
.txs36{font-size: 3.6rem;}
.txs48{font-size: 4.8rem;}
.txs60{font-size: 5.5rem;}

h2{
	position: relative;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 40px;
	padding-left: 40px;
	color: #ea8900;
}
h2:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 27px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/tg_ic05.png") no-repeat center center / cover;
}
h2+p{
	margin-bottom: 40px;
}

h3{
	display: inline-block;
	font-weight: bold;
	color: #ea8900;
	font-size: 2.4rem;
	margin: 0 auto 20px 0;
	padding: 2px 5px;
	background: url("../images/tg_ic04.png") no-repeat left bottom / 100% auto;
}
h4{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/*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;
}


.graphArea{
	margin-top: 40px;
}
.graphArea p+p{
	margin-top: 20px;
}
.contentsbgbox{
	background-color: #f2ece9;
	padding: 30px 10px 50px;
}

.bgim01{
	padding: 50px;
	background: url("../images/tg_bgim03.png") no-repeat top right #ffffff;
}
/* section04 -------------*/
.section01{
	margin: 20px auto 30px;
  background-image: linear-gradient(0deg, #ffffff 16%, #f2ece9 16% 90%, #ffffff 90%);
}
.section01 .inner.flexbox{
	width: calc(100% - 40px);
}
.section01 .commentArea{
	padding: 50px 0;
	width: 80%;
	margin-right: 20px;
}
.section02 .flexbox{
	align-items: stretch;
	margin-bottom: 40px;
}
.section02 .flexbox div{
	width: calc((100% - 20px)/2);
	display: flex;
	flex-direction: column;
}
.bgcbox{
	flex-grow: 1;
	background-color: #f2ece9;
	padding: 20px;
}
.section04{
	text-align: center;
	margin: 50px auto;
}
.section04 .lead{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
.txc_gold{
	color: #ea8900;
}
.section04 .lead span{
	line-height: 1.2;
}

.section04 .backline{
	padding: 0 5px;
	font-weight: bold;
	max-width: 500px;
	border-radius: 2px;
	margin: 30px auto 20px;
	background: linear-gradient(transparent 40%, #fff4b2 60%);

}

/* section07 -------------*/

.section07{
	background: url("../images/tg_bgim02.png") repeat top center;
	text-align: center;
	padding: 60px 0;
	font-size: 3rem;
}
.section07 .inner{
	background-color: #ffffff;
	border: 2px solid #ea8900;
	border-radius: 6px;
}
.section07 .inner .innerBox{
	max-width: 630px;
	margin: 80px auto;
}
.section07 .lead{
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.section07 .lead+p{
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 10px;
}
.section07 .backline{
	padding: 5px;
	font-size: 2rem;
	color: #ffffff;
	background-color: #ea8900;
	border-radius: 2px;
	margin: 30px auto 10px;
}
.section07 .backline+p{
	margin-bottom: 20px;
}
.section07 .coment{
	position: relative;
	background-color: #ffd900;
	font-size: 2.2rem;
	text-align: center;
	max-width: 400px;
	min-height: 30px;
	border-radius: 30px;
	margin: 25px auto 35px;
	padding: 5px;
}

.section07 .bottomline span{
	background: linear-gradient(transparent 70%, #fff4b2 0%);
  display: inline;
	font-weight: bold;
}
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: 10px 20px;
	border-radius: 6px;
	border: 1px solid #231815;
}


/*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: #231815;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #ea8900;
	background-color: #ffffff;
}
.bt02 a{
	display: block;
	padding: 10px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 5px;
	background-color: #ea8900;
	text-align: center;
	color: #ffffff;
}
.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;
}
.margin_top{
	margin-top: 70px;
}

/*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;
	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: 40px 0;
		font-size: 2.8rem;
	}
	.h1Area{
		padding: 60px 0;
	}
	.h1back{
		font-size: 1.4rem;
		padding: 20px 10px;
	}
	.baloon{
		font-size: 1.8rem;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.h1back h1{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
.txs18{font-size: 1.6rem;}
.txs20{font-size: 1.6rem;}
.txs36{font-size: 2.6rem;}
.txs48{font-size: 3rem;}
.txs60{font-size: 3.6rem;}
h2{
	font-size: 2.4rem;
	margin-bottom: 10px;
	padding-left: 30px;
}
h2:before{
	width: 18px;
	height: 16px;
	margin-top: -6px;
}
h2+p{
	margin-bottom: 30px;
}

h3{
	font-size: 2.2rem;
	margin: 0 auto 14px 0;
	padding: 0 5px;
}
h4{
	font-size: 1.6rem;
	margin-bottom: 20px;
}

	.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);
	}

	/* section04 -------------*/
.bgim01{
	padding: 30px 20px;
}
/* section04 -------------*/
.section01{
  background-image: linear-gradient(0deg, #ffffff 30%, #f2ece9 30%);
}

.section01 .commentArea{
	padding: 30px 0 0;
	width: 100%;
	margin-right: 0;
	background-color: #f2ece9;
}
.section02 .flexbox{
	margin-bottom: 40px;
}
.section02 .flexbox div{
	width: 100%;
}
.section02 .flexbox div+div{
	margin-top: 20px;
}
.bgcbox{
	padding: 10px 20px;
}
.section04 .lead{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
.txc_gold{
	color: #ea8900;
}
.section04 .lead span{
	line-height: 1.2;
}

.section04 .backline{
	padding: 0 5px;
	font-weight: bold;
	max-width: 500px;
	border-radius: 2px;
	margin: 30px auto 20px;
	background: linear-gradient(transparent 40%, #fff4b2 60%);

}

/* section07 -------------*/
.section07{
	padding: 40px 0;
	font-size: 2rem;
}
.section07 .inner .innerBox{
	margin: 60px auto;
	padding: 0 10px;
}
.section07 .lead{
	font-size: 3rem;
}
.section07 .lead+p{
	font-size: 1.2rem;
	margin-top: 10px;
}
.section07 .backline{
	padding: 5px;
	font-size: 1.8rem;
	border-radius: 2px;
	margin: 30px auto 10px;
}
.section07 .backline+p{
	margin-bottom: 20px;
}
.section07 .coment{
	font-size: 1.8rem;
	border-radius: 30px;
	margin: 25px auto 35px;
	padding: 5px;
}
	p.sitetopbt a{
	font-size: 1.2rem;
	padding: 8px 14px;
	border-radius: 6px;
}


	/*info-------------*/
	.bt01 a{
		padding: 10px ;
		font-size: 1.8rem;
	}
	.bt02 a{
		padding: 8px;
		font-size: 1.6rem;
	}
	.btArea li{
		width: 100%;
	}
	.btArea li+li{
		margin-left: 0;
		margin-top: 10px;
	}
	
	/*--  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;
	}
}


