@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.6rem;
	background: #d0111b;
}
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;
}

section{
	margin: 80px auto;
}
.headArea{
	background: url("../images/bgim01.png") no-repeat top center;
	padding: 120px 0 60px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
}
.headArea p+p{
	margin-top: 60px;
}

h3{
	text-align: center;
	font-weight: bold;
	color: #9f2036;
	margin: 20px auto;
	padding: 2px 5px;
	font-size: 2.4rem;
}
h4{
	text-align: center;
	background-color: #78ae85;
	color: #ffffff;
	padding: 2px 5px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 60px auto 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;
}

/* menu -------------*/
.menu{
	text-align: center;
}
	.menu h2{
		margin: 50px auto 0;
	}
.menu ol{
	max-width: 800px;
	margin: 20px auto;
	
}
.menu ol li a{
	position: relative;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;	
	margin-left: 150px;
	padding: 5px 60px 5px 20px;
	height: 100px;
	color: #9f2036;
	background-color: #faf2f2;
	margin-bottom: 20px;
	border-bottom: 12px solid #cf8f9a;
	display: flex;
	align-items: center;
	text-align: left;
}
.menu ol li a:before{
	content: "";
	position: absolute;
	top: 0%;
	left: -150px;
	width: 151px;
	height: 100px;
}
.menu ol li:nth-of-type(1) a:before{	background: url("../images/him01.png") no-repeat center left / cover;;}
.menu ol li:nth-of-type(2) a:before{	background: url("../images/him02.png") no-repeat center left / cover;;}
.menu ol li:nth-of-type(3) a:before{	background: url("../images/him03.png") no-repeat center left / cover;;}
.menu ol li a:after{
	position: absolute;
	content: "";
  width: 0;
  height: 0;
	right: 30px;
	top: 50%;
	margin-top: -5px;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #5f351b;
  border-bottom: 0;
}


/* section04 -------------*/
.graphArea ol.flexbox{
	margin-bottom: 20px;
}
.graphArea ol.flexbox li{
	position: relative;
	padding: 0 30px;
}
.graphArea ol.flexbox li+li:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 70%;
	top: 15%;
	left: 0;
	background-color: #000000;
}
.section03 .sub{
	display: inline-block;
	padding: 5px 40px;
	background-color: #b2b2b2;
	font-weight: bold;
}
/* point -------------*/
section[id^="point"] h2{
	position: relative;
	font-size: 3rem;
	font-weight: bold;	
	margin-left: 150px;
	padding: 5px 20px;
	height: 100px;
	display: flex;
	align-items: center;
	color: #9f2036;
	background-color: #faf2f2;
	margin-bottom: 40px;
	border-bottom: 12px solid #cf8f9a;
	line-height: 1.2;
}
section[id^="point"] h2:before{
	content: "";
	position: absolute;
	top: 0%;
	left: -150px;
	width: 151px;
	height: 100px;
}
section[id^="point"] h2+p{
	margin-bottom: 40px;
}
section[id^="point"] h2+p+ul , section[id^="point"] h2+p+ol{
	margin-top: -20px;
}
section[id^="point"] h2 .bottomline{
	display: inline-block;
	position: relative;
	padding: 5px 10px 10px;
	margin-left: 10px;
}
section[id^="point"] h2 .bottomline span{
	font-size: 2rem;
	font-weight: normal;
}

.section01 h2:before{	background: url("../images/him01.png") no-repeat center left / cover;}
.section02 h2:before{	background: url("../images/him02.png") no-repeat center left / cover;}
.section03 h2:before{	background: url("../images/him03.png") no-repeat center left / cover;}

.section04 .contents-inner{
	padding-top: 30px;
	border-top: 2px solid #9f2036;
}
.section04 h2{
	text-align: center;
	font-weight: bold;
	color: #9f2036;
	margin: 20px auto;
	padding: 2px 5px;
	font-size: 2.4rem;
}
/*info-------------*/
#info{margin-top: 100px;}
.bt01 a{
	display: block;
	margin-bottom: 20px;
	padding: 20px 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #9f2036;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #9f2036;
	background-color: #ffffff;
}
.bt02 a{
	display: block;
	padding: 10px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 5px;
	background-color: #9f2036;
	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;
}
.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_left{
	text-align: left;
}
.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 #9f2036;
	background: #9f2036;
	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 0 30px;
	font-size: 2.8rem;
}
.headArea p+p{
	margin-top: 20px;
}
.h1Area{
	padding: 30px 0;
}
.h1back{
	font-size: 1.4rem;
	padding: 30px 10px;
	min-height:inherit;
}
.h1back h1{
	margin-bottom: 30px;
}

h3{
	margin: 20px auto;
	font-size: 1.8rem;
	line-height: 1.2;
}
h4{
	padding: 2px 5px;
	font-size: 1.6rem;
	margin: 60px auto 20px;
}
	section{
		margin: 100px auto;
	}
	.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);
	}

	.section01 .table01{

}
.section01 .table01 th{
	padding: 5px;
}
.section01 .table01 td{
	padding: 10px 5px;
}


	/* menu -------------*/
.menu{
	margin-top: 40px;
	text-align: center;
}
	.menu h2{
		max-width: 300px;
	}
.menu ol{
	margin: 20px 10px;
	
}
.menu ol li a{
	font-size: 1.6rem;
	font-weight: bold;	
	margin-left: 120px;
	padding: 5px 24px 5px 10px;
	height: 80px;
	margin-bottom: 20px;
	border-bottom: 6px solid #cf8f9a;
}
.menu ol li a:before{
	left: -120px;
	width: 121px;
	height: 80px;
}
.menu ol li a:after{
	right: 14px;
	top: 50%;
	margin-top: -3px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #5f351b;
}


/* section04 -------------*/
.graphArea p{
	text-align: center;
}
.graphArea+p{
	margin: 60px auto;
}
.graphArea ol.flexbox li{
	position: relative;
	padding: 0 10px;
}
.graphArea ol.flexbox li+li:before{
	width: 70%;
	height: 1px;
	top: 0;
	left: 15%;
}

	.section03 .graphArea .flexbox{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.section03 .graphArea .flexbox li{
		width: 100%;
		padding: 30px 0;
		text-align: center;
	}
	/*
	.section03 .graphArea .flexbox li:nth-of-type(2){
		padding-left: 0;
	}
	.section03 .graphArea .flexbox li:nth-of-type(3){
		padding-right: 0;
	}
	.section03 .graphArea .flexbox li:first-of-type{
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000000;
		margin-bottom: 20px;
	}*/

/* point -------------*/
section[id^="point"] h2{
	position: relative;
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 -10px 40px 110px;
	padding: 5px 10px 5px 10px;
	height: 80px;
	border-bottom: 6px solid #cf8f9a;
}
section[id^="point"] h2:before{
	content: "";
	position: absolute;
	top: 0%;
	left: -120px;
	width: 120px;
	height: 80px;
}
section[id^="point"] h2+p{
	margin-bottom: 40px;
}
section[id^="point"] h2 .bottomline{
	display: inline-block;
	position: relative;
	padding: 5px 10px 10px;
	margin-left: 10px;
}
section[id^="point"] h2 .bottomline span{
	font-size: 2rem;
	font-weight: normal;
}
.section04 h2{
	margin: 20px auto;
	padding: 2px 5px;
	font-size: 2rem;
}

	
	/*info-------------*/
	.bt01 a{
		padding: 10px ;
		font-size: 2rem;
	}
	.bt02 a{
		padding: 8px;
		font-size: 1.8rem;
	}
	.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;
	}
}


