@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* PC */
@media screen and (min-width: 801px), print {


#about {
	position: relative;
	margin-top: -10px;
	z-index:1;
	background: url(../img/mainimage.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 120px;
}
	#about dl {
		width: 40%;
		padding: 160px 0px 160px 120px;
	}
	#about dl dt {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
	}
	#about dl dd {
		line-height: 2.4;
	}
		#about dl dd .tit{
			text-align: right;
			font-size: 12px;
			line-height: 1.4;
		}



#bnrArea {
	position: relative;
	z-index:100;
	margin-bottom: 60px;
}
	#bnrArea dl {
		float: left;
		position: relative;
	}
	#bnrArea dl:nth-child(2) {
		float: right;
	}

	#bnrArea dl dt {
		position: relative;
		z-index: 110;
	}
	#bnrArea dl dd {
		position: relative;
		z-index: 120;
		text-align: center;
		width: 250px;
		margin: 0 auto;
		top: -30px;
	}
	#bnrArea dl dd a {
		color: #FFF;
		display: block;
		background: #d680b9;
		padding: 10px 0;
		
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
		transition: 0.1s all ease 0s;
	}
	#bnrArea dl dd a:hover {
		box-shadow: none;
		transform: translate3d(4px, 4px, 0);
	}





#nyuen {
	margin-bottom: 120px;
}
	#nyuen table {
		width: 100%;
		border-collapse: collapse;
		background: #FFF;
		font-size: 116%;
	}
	#nyuen table th {
		text-align: left;
		vertical-align: top;
		color: #d680b9;
		border-bottom: solid 1px #e4e4e4;
		padding: 30px 0;
	}

	#nyuen table td {
		text-align: left;
		vertical-align: top;
		border-bottom: solid 1px #e4e4e4;
		padding: 30px 0;
	}


	#nyuen table tr.last th,
	#nyuen table tr.last td {
		border-bottom: none;
	}






#flow {
	padding: 80px 0;
	background: url(../img/bg.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 80px;
}
	#flow p.read {
		text-align: center;
		font-weight: bold;
		margin-bottom: 60px;
		font-size: 116%;
	}
	#flow .box {
		height: 605px;
		background: url(../img/img_step.png) no-repeat left top;
		background-size: contain;
		position: relative;
	}
	#flow .box p {
		font-weight: bold;
		font-size: 129%;
	}
	#flow .box dl dt {
		font-weight: bold;
		font-size: 129%;
	}

	#flow .box .step01 {
		position: absolute;
		top: 13px;
		left: 75px;
	}
	#flow .box .step02 {
		position: absolute;
		top: 110px;
		left: 75px;
	}
	#flow .box .step03 {
		position: absolute;
		top: 210px;
		left: 75px;
	}
	#flow .box .step04 {
		position: absolute;
		top: 340px;
		left: 75px;
	}
	#flow .box .step05 {
		position: absolute;
		top: 450px;
		left: 75px;
	}
	#flow .box .step06 {
		position: absolute;
		top: 560px;
		left: 75px;
	}





}






/* SP */
@media only screen and (max-width: 800px) {




#about {
	position: relative;
	margin-top: -10px;
	z-index:1;
	background: url(../img/mainimage.jpg) no-repeat right -60px;
	background-size: 160%;
	padding: 45% 5% 5% 5%;
}
	#about dl {
	}
	#about dl dt {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5%;
		text-align: center;
	}
	#about dl dd {
	}
		#about dl dd .tit{
			text-align: right;
			font-size: 12px;
			line-height: 1.4;
		}



#bnrArea {
	position: relative;
	z-index:100;
	margin-bottom: 5%;
}
	#bnrArea dl {
		position: relative;
	}

	#bnrArea dl dt {
		position: relative;
		z-index: 110;
	}
	#bnrArea dl dt img {
		width: 100%;
		height: auto;
	}
	#bnrArea dl dd {
		position: relative;
		z-index: 120;
		text-align: center;
		width: 250px;
		margin: 0 auto;
		top: -30px;
	}
	#bnrArea dl dd a {
		color: #FFF;
		display: block;
		background: #d680b9;
		padding: 10px 0;
		
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
		transition: 0.1s all ease 0s;
	}
	#bnrArea dl dd a:hover {
		box-shadow: none;
		transform: translate3d(4px, 4px, 0);
	}





#nyuen {
	margin-bottom: 5%;
}
	#nyuen table {
		width: 100%;
		border-collapse: collapse;
		background: #FFF;
	}
	#nyuen table th {
		width: 100%;
		display: block;
		text-align: left;
		vertical-align: top;
		color: #d680b9;
		padding-top: 2%;
	}

	#nyuen table td {
		width: 100%;
		display: block;
		text-align: left;
		vertical-align: top;
		border-bottom: solid 1px #e4e4e4;
		padding-bottom: 2%;
	}


	#nyuen table tr.last th,
	#nyuen table tr.last td {
		border-bottom: none;
	}





#flow {
	background: none;
}
	#flow p.read {
		text-align: center;
		font-weight: bold;
		margin-bottom: 60px;
		font-size: 116%;
	}
	#flow .box {
		height: 605px;
		background: url(../img/img_step.png) no-repeat left top;
		background-size: contain;
		position: relative;
	}
	#flow .box p {
		font-weight: bold;
	}
	#flow .box dl dt {
		font-weight: bold;
	}
	#flow .box dl dd {
		font-size: 86%;
		line-height: 1.8;
	}
	#flow .box dl dd br {
		display: none;
	}

	#flow .box .step01 {
		position: absolute;
		top: 13px;
		left: 75px;
	}
	#flow .box .step02 {
		position: absolute;
		top: 110px;
		left: 75px;
	}
	#flow .box .step03 {
		position: absolute;
		top: 210px;
		left: 75px;
	}
	#flow .box .step04 {
		position: absolute;
		top: 340px;
		left: 75px;
	}
	#flow .box .step05 {
		position: absolute;
		top: 450px;
		left: 75px;
	}
	#flow .box .step06 {
		position: absolute;
		top: 560px;
		left: 75px;
	}

	

}



