/* CSS Document */

#jaccsService{}
#flow{}
	#flow p+div{
		margin-top: 2em;
		}
	#flow dl{
		position: relative;
		margin-bottom: 2em;
		}
		#flow dl:after{
			content: "";
			position: absolute;
			bottom: -2em;
			left: 0;
			right: 0;
			margin: auto;
			box-sizing: border-box;
			width: 0.5em;
			height: 0.5em;
			border: 0.5em solid transparent;
			border-top: 0.5em solid #8ec31f;
			}
		#flow dl+dl{
			margin-top: 2.5em;
			}
		#flow dl:last-of-type:after{
			display: none;
			}
	#flow dt{
		position: relative;
		background: #f2f2f2;
		padding: 0.5em 1em;
		padding-left: 6em;
		}
		#flow dt span{
			position: absolute;
			top: 0;
			left: 0;
			padding: 0.5em 1em;
			background: #8ec31f;
			font-weight: 500;
			color: #fff;
			}
	#flow dd{
		padding-top: 0.5em;
		}
#agree{}
	#agree>div{
		padding: 1em;
		background: #fde9ef;
		}
	#agree h3{
		text-align: center;
		font-weight: 500;
		padding-bottom: 0.5em;
		}
#agreeItem{
	padding: 1em;
	height: 14em;
	font-size: 0.8em;
	line-height: 1.4em;
	overflow: auto;
	border: 1px solid #eee;
	background: #fff;
	}
	#agreeItem h4{
		font-weight: 500;
		margin-bottom: 0.5em;
		}
	#agreeItem div+div{
		margin-top: 1em;
		}
	#agreeItem .list.point li:before{
		background: #ccc;
		}
#agreeCheck{
	margin-top: 1em;
	}
	#agreeCheck h4{
		text-align: center;
		color: #DF0003;
		}
#agreeLabel{
	text-align: center;
	}
	#agreeLabel label{
		display: block;
		padding: 1em 1em 1em 2.5em;
		background: #fdd4e1;
		font-weight: 500;
		}
#agreeSubmit{
	display: none;
	background: #fff;
	border: #fdd4e1 2px solid;
	border-top: none;
	}
	#agreeSubmit>div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 1.5em 1em 1em 1em;
		position: relative;
		}
		#agreeSubmit>div:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			margin: auto;
			box-sizing: border-box;
			width: 0.5em;
			height: 0.5em;
			border: 0.5em solid transparent;
			border-top: 0.5em solid #fdd4e1;
			}
	#agreeSubmit h5{
		text-align: center;
		padding-bottom: 1em;
		width: 100%;
		font-weight: 500;
		}
	#agreeSubmit form{
		width: calc(33.33% - 0.5em);
		}
	#agreeSubmit input{
		width: 100%;
		border: none;
		transition: color 0.2s ease-out, background 0.2s ease-out;
		}

input{
	margin: 0;
	padding: 0;
	border-radius: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	outline: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
input{
	width: 100%;
	padding: 0.5em;
	background: none;
	border: 1px solid #ccc;
	line-height: 1.3em;
	}
input[type=checkbox]{
	display: none;
	}
	input[type=checkbox]+label{
		position: relative;
		display: inline-block;
		padding-left: 2em;
		}
		input[type=checkbox]+label:hover{
			cursor: pointer;
			}
		input[type=checkbox]+label:before,
		input[type=checkbox]+label:after{
			content: "";
			position: absolute;
			left: calc(50% - 5em);
			top: 50%;
			box-sizing: border-box;
			}
		input[type=checkbox]+label:before{
			width: 1.6em;
			height: 1.6em;
			margin-top: -0.8em;
			}
	input[type=checkbox]+label{}
		input[type=checkbox]+label:before{
			background: #fff;
			border: 2px solid #ccc;
			}
		input[type=checkbox]:checked+label:after{
			width: 1.6em;
			height: 1.6em;
			margin-top: -0.8em;
			background: #006934 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIGZpbGw9IiNmZmZmZmYiPg0KPHBhdGggZD0iTTI3IDRsLTE1IDE1LTctNy01IDUgMTIgMTIgMjAtMjB6Ii8+DQo8L3N2Zz4=') center center no-repeat;
			background-size: auto 1.2em;
			-webkit-animation: checkbox 0.2s ease-in;
			animation: checkbox 0.2s ease-in;
			}
		@-webkit-keyframes checkbox{
			0% {transform: scale(0,0);}
			50% {transform: scale(1.2,1.2);}
			100% {transform: scale(1,1);}
			}
		@keyframes checkbox{
			0% {transform: scale(0,0);}
			50% {transform: scale(1.2,1.2);}
			100% {transform: scale(1,1);}
			}


/* for mobile */
@media (max-width: 767px) {
/*767以下px*/
#agreeSubmit{}
	#agreeSubmit form{
		width: 100%;
		}
	#agreeSubmit form+form{
		margin-top: 0.5em;
		}
}


/* for TabletPC */
@media (min-width: 768px) {
/*768px以上*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
}


/* ie */
@media all and (-ms-high-contrast: none){}


