@charset "utf-8";



/*--------------------------------------------------

 * contents

--------------------------------------------------*/

/*  */
.verify-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.verify-list__item{
	margin-top: 4em;
	margin-bottom: 4em;
}

@media (min-width: 769px){}
@media (max-width: 768px){}



.verify-head{
	font-size: 1.125em;
	font-weight: bold;
	line-height: 2em;
}
.verify-head__icon{
	padding: 0 1em;
	border-radius: 3px;
	
	color: #fff;
	background-color: #000;
}
.verify-head__note{}

@media (min-width: 769px){
	.verify-head{
		display: flex;
	}
	.verify-head__icon{
		flex: 0 0 auto;
		margin-right: 1em;
	}
	.verify-head__note{
		flex: 1 1 auto;
	}
}
@media (max-width: 768px){
	.verify-head{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.verify-head__icon{
		flex: 0 0 auto;
		margin-bottom: .5em;
	}
	.verify-head__note{
		flex: 1 1 auto;
	}
}



.result{}
.result-title{
	margin-bottom: 3em;
	
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2em;
}
.result-title__icon{
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .25em;
	
	color: #fff;
	background-color: #369;
	
	padding: .75em;
	border-radius: 999em;
}
.result-title__note{}

@media (min-width: 769px){}
@media (max-width: 768px){}

















/* 基本 */
@media (min-width: 769px){}
@media (max-width: 768px){}

/* Advanced */
@media (max-width: 1024px) and (min-width: 768px){}
