@charset "UTF-8";
/*------------------------------------------------------------Pagetitle*/
#pagetitle h2 {
	background: url(../img/results_img//pagetitle_img.png) right center no-repeat;
	background-size: auto 140px;
}
@media print, screen and (min-width:768px) {
#pagetitle h2 {
	background: url(../img/results_img/pagetitle_img.png) right center no-repeat;
	background-size: auto 280px;
}
}
@media print, screen and (min-width:992px) {
#pagetitle h2 {
	background: url(../img/results_img/pagetitle_img.png) right center no-repeat;
	background-size: auto 340px;
}
}



/*------------------------------------------------------------Content*/
/*-----------------------------#sec01*/
#sec01 .list_ph {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#sec01 .list_ph li {
	width: 31.3333%;
	margin: 0 1%;
}
#sec01 .list_ph li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
@media print, screen and (min-width:992px) {
#sec01 .list_ph li {
	width: 25%;
	margin: 0 1%;
}
}

#sec01 .list_name {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#sec01 .list_name li {
	margin: 5px 10px;
	line-height: 1.5;
	font-family: "NotoSansBold";
}
@media print, screen and (min-width:768px) {
#sec01 .list_name li {
	margin: 5px 15px;
	font-size:18px;
}
}

#example {
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	background: #eee;
}
#example ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 10px 5px;
}
#example ul li {
	position: relative;
	margin: 5px 10px;
	padding-left:15px;
	line-height: 1.4;
}
#example ul li::before {
	position: absolute;
	display: block;
	top:8px;
	left:0;
	width: 10px;
	height: 10px;
	content: "";
	border-radius: 50%;
	background: #42c1f6;
}
@media print, screen and (min-width:768px) {
#example {
	margin-top: 40px;
	padding-bottom: 20px;
}
#example ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 30px 5px;
}
#example ul li {
	position: relative;
	margin: 5px 15px;
	padding-left:15px;
	line-height: 1.4;
}
}


/*-----------------------------#sec02*/
.result_box {
	margin-bottom: 30px;
}
.result_box table {
	width: 100%;
	border-collapse:separate;
	border-spacing: 2px;
}
.result_box table tr th {
	padding: 10px 5px;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	font-family: "NotoSansMedium";
	font-weight: normal;
	background: #a0e0fa;
}
.result_box table tr td {
	padding: 10px 5px;
	line-height: 1.5;
	background: #fff;
}
.result_box table tr:nth-child(2n+1) td {
	background: #ecf9fe;
}
@media print, screen and (min-width:480px) {
.result_box table tr th {
	padding: 10px;
}
.result_box table tr td {
	padding: 10px;
}
}
@media print, screen and (min-width:768px) {
.result_box {
	margin-bottom: 40px;
}
}

