@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	-webkit-text-ajust: 100%;
}
body{
	line-height: 1.6;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.8rem;
	background: #050304;
}
main{
	display: block;
	background:#050304;
	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;
}
.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: inline-block;
	padding: 18px 20px 14px;
	background-color: #FFFFFF;
}
.header p{
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-block;
}
.header p a{
	display: block;
	color: #231815;
}

section{
	margin: 80px auto;
}
.headArea > .inner{
	padding-bottom: 80px;
	background: url("../images/bgim01.png") no-repeat left top , url("../images/bgim02.png") no-repeat right bottom;
}
.topcontents{
	max-width: 800px;
	margin: 0 0 130px auto;
}
.topcontents p+p{
	margin-top: 50px;
}
.boxArea{
	border: 1px solid #ffffff;
	padding: 2px;
	text-align: center;
}
.h1Area{
	max-width: 730px;
	margin: 0 auto;
}
.h1{
	font-size: 4rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "Shippori Mincho", serif;
}
.h2{
	position: relative;
	font-size: 4rem;
	font-family: "Shippori Mincho", serif;
	font-weight: bold;
	padding-left: 100px;
	margin-bottom: 30px;
}
.h2:before{
	content: "";
	position: absolute;
	display: block;
	width: 84px;
	height: 71px;
	left: 0;
	background: url("../images/ic03.png") no-repeat center center / contain;
}
.h3{
	text-align: center;
	font-weight: bold;
	color: #003b6d;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.h4{
	text-align: center;
	font-weight: bold;
	color: #003b6d;
	font-size: 2rem;
	margin-bottom: 20px;
}
.section01 h3{
	font-weight: bold;
	color: #b6b8be;
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: left;
}
.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;
}

section{
	margin-bottom: 140px;
}

.graphArea{
	margin: 40px auto;
}
.graphArea + p{
	margin: 60px 0 40px;
}

.section01 .box{
	background: url("../images/ic02.png") no-repeat left 20px bottom 30px;
	padding-left: 20%;
	margin-top: 40px;
}
/* tips -------------*/  
.tips{
	padding: 80px 80px 100px;
	background: url("../images/bgim03.png") no-repeat right 30px bottom 30px;
	background-color: #cae0f5;
	border: 1px solid #003b6d;
	border-radius: 20px;
	color: #161416;
}
.tips h3{
	font-size: 2.2rem;
	color: #003b6d;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.tips h4{
	font-size: 1.8rem;
	color: #161416;
	font-weight: bold;
	text-align: center;margin-bottom: 20px;
}
.tips .flexbox div{
	width: calc(50% - 20px);
}

.white_box{
	padding: 50px;
	background-color: #ffffff;
	color: #161416;
}

/*section03-------------*/
.section03 h3{
	margin-top: 40px;
}
.section03 .listbox{
	flex-wrap: wrap;
	align-items: stretch;
}
.section03 .listbox li{
	position: relative;
	width: calc((100% - 100px)/3);
	background-color: #f4f4f5;
	margin-top: 80px;
	box-shadow: 0 4px 20px 0 rgba(22,20,22,0.40);
}
.section03 .listbox li:before{
	position: absolute;
	content: "";
	display: block;
	top: -60px;
	left: 0;
	width: 120px;
	height: 120px;
}
.section03 .listbox li:nth-of-type(1):before{background: url("../images/ic04.png") no-repeat left bottom / contain;}
.section03 .listbox li:nth-of-type(2):before{background: url("../images/ic05.png") no-repeat left bottom / contain;}
.section03 .listbox li:nth-of-type(3):before{background: url("../images/ic06.png") no-repeat left bottom / contain;}
.section03 .listbox li:nth-of-type(4):before{background: url("../images/ic07.png") no-repeat left bottom / contain;}
.section03 .listbox li:nth-of-type(5):before{background: url("../images/ic08.png") no-repeat left bottom / contain;}
.section03 .listbox li:nth-of-type(6):before{background: url("../images/ic09.png") no-repeat left bottom / contain;}
.section03 .listbox dl{
	padding: 60px 20px;
}
.section03 .listbox dt{
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-align: center;
	font-weight: bold;
	color: #0099d9;
	font-size: 2.4rem;
	border-bottom: 3px dotted #0099d9;
}
.section03 dd{
	font-size: 1.6rem;
}
.section03 .graphArea.flexbox{
	margin-top: 50px;
}
.section03 .graphArea.flexbox > p{
	width: 31%;
	margin-right: 54px;
}
.section03 .graphArea.flexbox div{
	width: calc(69% - 54px);
}
/*section05-------------*/
.section05{
	background-color: #ffffff;
	padding: 50px 0;
	color: #161416;
}
.section05 .logo{
	text-align: center;
}
.section05 p+*{
	margin-top: 20px;
}

/*section06-------------*/
.section06 .white_box{
	padding: 50px 0
}
.contentsbox{
	border-top: 2px solid #003b6d;
	padding: 5px 50px;
	margin-bottom: 50px;
}
.contentsbox .innerbox{
	min-height: 262px;
}
.contentsbox:nth-of-type(1) .innerbox{
	background: url("../images/im03.png") no-repeat right top 5px;
}
.contentsbox:nth-of-type(2) .innerbox{
	background: url("../images/im04.png") no-repeat right top 5px;
}
.innerbox .tx_box{
	width: 80%;
	max-width: 650px;
	padding: 20px 50px;
	background-color: #f4f4f5;
	box-shadow: 0 4px 20px 0 rgba(22,20,22,0.40);
	font-size: 1.6rem;
}
.contentsbox:nth-of-type(2) .innerbox .tx_box{
	width: 80%;
	max-width: 730px;
}
.section06 h3{
	display: inline-block;
	min-width: 400px;
	margin-left: -50px;
	padding: 5px 50px;
	text-align: left;
	background-color: #003b6d;
	color: #ffffff;
}
.section06 .h4{
	font-size: 1.6rem;
	color: #231815;
	margin-bottom: 0;
}
.section06 .graphArea{
	margin-bottom: 0;
}
.section06 .flexbox div{
	width: calc((100% - 20px)/2);
}
.section06 .flexbox div+div{
	margin-left: 20px;
}
/*section07-------------*/
.secrtion07 ul.klist {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.secrtion07 ul.klist li{
	width: calc((100% - 40px) / 3);
}
.secrtion07 ul.klist li a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 20px;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #0099d9;
}
.secrtion07 .klist li+li{
	margin-left: 20px;
}
.secrtion07 .klist li:nth-of-type(n+4){
	margin-top: 10px;
}
.secrtion07 .klist li:nth-of-type(3n+1){
	margin-left: 0;
}

/*info-------------*/
section#info , section#notes{
	margin: 0 auto;
}
#info{
	padding-top: 100px;
	padding-bottom: 80px;
	background-color: #ffffff;
	color: #333333;
}
.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-------------*/
#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.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;
}

/*nav-------------*/
	#nav{
		width: 100%;
		height: 80px;
		background-color: #161416;
	}
	#nav .section_inner{
		position:fixed;
		right: 0;
		bottom:0;
		left: 0;
		z-index: 999;
		background-color: #161416;
		padding: 5px;

	}
#nav .navArea{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		max-width: 1100px;	
	width: 100%;
	margin: 0 auto;
}
	#nav .section_inner.static{position:static;}
	.btArea{
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: calc(100% - 20px - ((100% - 80px) / 5));
	}
	.btArea li{
		width: calc((100% - 60px) / 4);
		display: flex;
		justify-content: center;
	}
	.bt03{
		width: calc((100% - 80px) / 5);
		margin: 0 auto 0 20px;
	}
	.btArea li+li , .bt03{margin-left: 20px;}
	.bt02 a{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		padding: 5px;
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: bold;
		border-radius: 5px;
		background-color: #37596c;
		border: 2px solid #0099d9;
		box-shadow: 0 0 10px #37596c;
		text-align: center;
		color: #ffffff;
	}
	.bt03 a{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		padding: 5px;
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: bold;
		border-radius: 5px;
		background-color: #cdcfd9;
		border: 2px solid #0099d9;
		box-shadow: 0 0 10px #37596c;
		text-align: center;
		color: #003b6c;
	}
	.bt02 span{
		display: inline-block;
		margin-top: -5px;
		font-weight: normal;
		font-size: 1.2rem;
	}


/*pagetop-------------*/
.pageTop{
	display: none;
	position: fixed;
	right: 30px;
	bottom: 90px;
	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 #003b6d;
	background: #003b6d;
	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{
		width: 100%;
		padding: 5px 10px 10px;
	}

	.headArea > .inner{
		background: url("../images/bgim01.png") no-repeat left top / 50% auto , url("../images/bgim02.png") no-repeat right bottom / 57px 64px;
	}
	.topcontents{
		width: calc(100% - 5px);
		min-width: 320px;
		margin: 0 5px 80px auto;
		padding-top: 30px;
		font-size: 1.2rem;
	}
	.topcontents p+p{
		margin-top: 30px;
	}
	.h1{
		font-size: 2.6rem;
		margin-bottom: 16px;
	}
	.h2{
		font-size: 2.6rem;
		line-height: 1.2;
		padding-left: 60px;
		margin-bottom: 30px;
	}
	.h2:before{
		width: 56px;
		height: 47px;
	}
	.h3{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.h4{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.section01 h3{
		font-size: 1.8rem;
	}
	.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);
	}

.section01 .box{
	background: url("../images/ic02.png") no-repeat left 20px bottom 30px;
	padding-left: 0%;
	margin-top: 40px;
}

	/* tips -------------*/  
	.tips{
		padding: 30px 20px;
	}
		.tips figure{
			text-align: center;
			margin-bottom: 30px;
		}
	.tips h3{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.tips h4{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.tips .flexbox div{
		width: 100%;
	}

	.white_box{
		padding: 30px 10px;
	}

	/*section03-------------*/
	.section03 .listbox{
		align-items: stretch;
	}
	.section03 .listbox li{
		width: calc((100% - 50px)/2);
		margin-top: 80px;
		box-shadow: 0 4px 20px 0 rgba(22,20,22,0.40);
	}
	.section03 .listbox li:before{
		top: -50px;
		left: 0;
		width: 100px;
		height: 100px;
	}
	@media screen and (max-width:500px){
		.section03 .listbox li{
			width: 100%;
		}
		.section03 .listbox li:first-of-type{
			margin-top: 40px;
		}
		
	}
	.section03 .listbox dl{
		padding: 30px 20px;
	}
	.section03 .listbox dt{
		margin-bottom: 14px;
		padding-bottom: 10px;
		padding-left: 40px;
		font-size: 2.2rem;
	}
	.section03 dd{
		font-size: 1.4rem;
	}
	.section03 .graphArea.flexbox{
		margin-top: 40px;
	}
	.section03 .graphArea.flexbox > p{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.section03 .graphArea.flexbox div{
		width: 100%;
	}
/*section05-------------*/
.section05{
	padding: 50px 20px;
}
.section05 .logo{
	text-align: center;
}
.section05 p+*{
	margin-top: 20px;
}
	.section05 .note02{
		font-size: 1.4rem;
	}

	/*section06-------------*/
	.section06 .white_box{
		padding: 20px 0;
	}
	.contentsbox{
		padding: 5px 20px;
	}
	.contentsbox+.contentsbox{
		margin-top: 50px;
	}
	.contentsbox:nth-of-type(1) .innerbox{
		background: url("../images/im03.png") no-repeat right -20px bottom / contain;
	}
	.contentsbox:nth-of-type(2) .innerbox{
		background: url("../images/im04.png") no-repeat right -20px bottom / contain;
	}
	.innerbox{
		padding-bottom: 100px;
		margin-right: -20px;
	}
	.innerbox .tx_box{
		width: 90%;
		padding: 10px;
		box-shadow: 0 4px 20px 0 rgba(22,20,22,0.40);
		font-size: 1.4rem;
	}
	.contentsbox:nth-of-type(2) .innerbox .tx_box{
		width: 90%;
	}
	.section06 h3{
		min-width: 300px;
		margin-left: -20px;
		padding: 5px 30px;
	}

	.section06 .flexbox div{
		width: 100%;
		text-align: center;
	}
	.section06 .flexbox div+div{
		margin-left: 0;
		margin-top: 20px;
	}
.secrtion07 ul.klist li{
	width: calc((100% - 20px) / 2);
}
.secrtion07 .klist li+li{
	margin-left: 10px;
}
	
.secrtion07 .klist li:nth-of-type(n+3){
	margin-top: 10px;
}
.secrtion07 .klist li:nth-of-type(3n+1){
	margin-left: 10px;
}
.secrtion07 .klist li:nth-of-type(2n+1){
	margin-left: 0;
}


	/*info------------*/
	.btArea li{width: calc((100% - 10px) / 2);}
	.bt02 a{
		padding: 8px;
		line-height: 1.2;
		font-size: 1.4rem;
		flex-direction: column;
	}
	.btArea li+li{margin-left: 5px;}
	.bt02 span{margin-top: 0px;	}

		#nav{
		height: 180px;
	}
	#nav .section_inner{
		padding: 5px;
	}
	.btArea{
		margin: 0 auto;
		width: calc(100% - 90px);
		flex-wrap: wrap;
	}
	.btArea li{
		width: calc((100% - 8px) / 2);
	}
	.bt03{
		width: 80px;
	}
	.btArea li+li{margin-left: 8px;}
	.bt03{margin-left: 10px;}
	.btArea li:nth-of-type(n+3){
		margin-top: 6px;
	}
	.btArea li:nth-of-type(2n+1){
		margin-left: 0;
	}
	.bt02 a{
		padding: 10px;
		font-size: 1.4rem;
		line-height: 1.2;
		border-radius: 5px;
	}
	.bt03 a{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		height: 100%;
		padding: 5px;
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: bold;
		border-radius: 5px;
		background-color: #cdcfd9;
		border: 2px solid #0099d9;
		box-shadow: 0 0 10px #37596c;
		text-align: center;
		color: #003b6c;
	}
	.bt02 span{
		display: inline-block;
		margin-top: -5px;
		font-weight: normal;
		font-size: 1.2rem;
	}

	
	/*--  pagetop  ----------------------------------*/
	.pageTop{
		right: 10px;
		bottom: 120px;
	}
	.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;
	}
}
