@charset "UTF-8";

/* ************************************************ */
/*					 	 クラス						*/
/* ************************************************ */

.clr {	clear: both;}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
* html .clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */
*:first-child+html .clearfix { min-height: 1px; }

ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* ************************************************ */
/*						common						*/
/* ************************************************ */

h1 span {	font-size: 80%;}
.round {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
}
#result section {	margin-bottom: 50px;}
#result section:last-child {	margin-bottom: 0;}
#result section h3 {	margin-bottom: .5em;}
#result section h3::before {	content: "■";}
#result ul li {
	display: flex;
	justify-content: space-between;
}
#result ul li span {
	display: block;
	flex-basis: 30%;
}
#result ul li span img {	vertical-align: -4px;}
#result ul li span img:first-of-type {
	margin-left: 10px;
	margin-right: 2px;
}
#result ul li em {
	display: block;
	flex-basis: 10%;
	flex-shrink: 2;
	font-weight: normal;
	text-align: center;
}
@media(max-width: 768px){
	#result ul li span {
		display: block;
		flex-basis: 40%;
	}
}

#useClass ul li {	margin-bottom: 1em;}
#useClass ul li .userName {	display: block;}
#useClass ul li .userName::before {	content: "■";}
#useClass ul li .leader {
	margin-right: 10px;
	display: inline-block;
	min-width: 60px;
}
#useClass ul li .forbidClass {
	display: block;
	color: #ff0190;
}
#useClass ul li .forbidClass.disp {	display: block;}
@media(max-width: 768px){
	#useClass ul li {	margin-bottom: 1em;}
	#useClass ul li .userName {
		display: block;
		width: auto;
	}
	#useClass ul li .forbidClass.disp {	display: block;}
}

#inputResult .line {	margin-bottom: 50px;}
#inputResult .line h3 {
	text-align: center;
}
#inputResult .line h3::before {
	margin-right: 5px;
	content: "―――――――――";
	letter-spacing: -2px;
}
#inputResult .line h3::after {
	margin-left: 5px;
	content: "―――――――――";
	letter-spacing: -2px;
}
#inputResult .line dl {
	display: inline-block;
	width: 49%;
}
#inputResult .line dl dd {
	margin: 0;
	padding: 0;
}
#inputResult .line dl dd select {
	width: 100%;
	font-size: 1.3rem;
}
#inputResult .line.submit {
	padding-top: 10px;
	display: none;
}
#inputResult .line button {
	cursor: pointer;
	font-size: 1.6rem;
}
#inputResult .noUseClass {	display: none;}
#inputResult .noUseClass .note {
	padding-top: 0.5em;
	font-size: 1.1rem;
}
