@charset "utf-8";
/* CSS Document */
.box_vote .vote_img {
    background-color: #fff;
  }
/* 大見出し */
.q_rank_box1 {
	width:100%;
	text-align:center;
	padding-top:2em;
	margin-bottom:5em;
}
.q_rank_box1 h2 {
	font-size:280%;
	margin-bottom:0.2em;
	color:#004DA2;
}
.q_rank_box1 h2 span {
	font-size:180%;
	font-weight:bold;
	display: inline-block;
	border-radius: 50%;
	background: #E6326E;
	color: #fff;
}
.q_rank_box1 h3,
.q_rank_box3 h3 {
	font-size:180%;
	font-weight:bold;
	margin-bottom:1em;
}
.q_rank_box1 p,
.q_rank_box3 p {
	font-weight:bold;
}
.q_rank_box1 p.cation,
.q_rank_box3 p.cation {
	font-size:90%;
}
/* 予選者一覧 */
.q_rank_box2 {
	width:100%;
	margin:0 auto 5em;
	max-width:1000px;
}
ul.q_rank01 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom:solid 2px #B6D350;
	margin: 0 auto 1em;
	
	position:relative;
}
ul.q_rank01 > li {
	list-style: none;
}
ul.q_rank01 > li:first-child {
	width:50px;
	height:50px;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	line-height:1;
	padding:7px 0;
	background:#8DC21F;
	color:#fff;
	display:block;
	border-radius: 5px;
}
ul.q_rank01 > li.first {
	background:#999900;
}
ul.q_rank01 > li.second {
	background:#999;
}
ul.q_rank01 > li.third {
	background:#993300;
}


ul.q_rank01 > li:nth-child(2) {
	width: calc(100% - 150px);
	padding:5px 50px 5px 50px;
}
ul.q_rank01 > li h2 {
	text-align:left;
	font-weight:bold;
	font-size:30px;
	line-height:40px;
}
ul.q_rank01 > li h2 span {
	font-size:18px;
	padding-right:1em;
}
ul.q_rank01 > li.number_of_votes {
	display:block;
	position:absolute;
	top:15px;
	right:0;
	width:100px;
	height:50px;
	color:#E6326E;
	text-align:center;
	font-size:26px;
	line-height:1;
	font-weight:bold;
}
ul.q_rank01 > li.number_of_votes span {
	font-size:18px;
	color:#000;
}
ul.q_rank02 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 3em;
	position:relative;
}
ul.q_rank02 > li {
	list-style: none;
}
ul.q_rank02 > li:first-child  {
	width:25%;
	margin-right:5%;
}
ul.q_rank02 > li:first-child img {
	transform: rotate(-10deg);
	box-shadow:5px 5px 10px #b2b2b2;
}

ul.q_rank02 > li:nth-child(2) {
	width:40%;
	margin-right:5%;
	padding-top:1em;
	
}
ul.q_rank02 > li:nth-child(2) h3 {
	font-size:16px;
	line-height:1;
	padding:10px;
	background:#B6D350;
	color:#fff;
	border-radius: 6px;
	margin-bottom:1em;
}
ul.q_rank02 > li:last-child {
	width:25%;
}
ul.q_rank02 > li:last-child div img {
	padding:1em 0;
}

ul.q_rank03 {
	padding-left: 2em;
	margin-bottom:2em;
}
ul.q_rank03 > li {
	font-size:16px;
	line-height:1.4;
	margin-bottom:0.5em;
	
}
.come1 {
	color:#8DC21F;
	line-height:1.4;
	margin-bottom:0.8em;
}
.come2 {
	color:#666;
	font-weight:bold;
	line-height:1.4;
	text-align:right;
}
/*  */
.btn_01 {
	background-color:#8DC21F;
}
.title_m.votecolor {
	background-color:#8DC21F;
	text-align:center;
}



/**/
.q_rank_box3 {
	text-align:center;
	border-bottom:solid 5px #8DC21F;
	margin-bottom:3em;
}
.q_rank_explan {
	padding-top:40px;
	margin-bottom:3em;
}
.q_rank_explan ul {
	width:100%;
	margin:auto;
	max-width:500px;
	position:relative;
	
}
.q_rank_explan ul > li {
	list-style: none;
}
.q_rank_explan ul > li:first-child {
	width:50px;
	height:50px;
	font-size:30px;
	padding: 7px 0 13px;
	line-height:1;
	/*border:solid 2px #000;*/
	margin:0 auto 0.5em;
	border-radius: 50%;
	background:#8DC21F;
	color:#fff;
}
.q_rank_explan ul > li:nth-child(2)  {
	font-weight:bold;
	font-size:180%;
	margin-bottom:0.7em;
	color:#8DC21F;
}
.q_rank_explan ul > li:nth-child(3) {
	font-weight:bold;
	font-size:120%;
	margin-bottom:2em;
}
.q_rank_explan ul > li:nth-child(4) {
	font-weight:bold;
	font-size:100%;
	margin-bottom:2em;
}
.q_rank_explan ul > li.explan-img {
	display:block;
	width:150px;
	position:absolute;
	top:30px;
	right:-140px;
}
.q_rank_explan ul > li.explan-img img {
	transform: rotate(10deg);
	box-shadow:5px 5px 10px #b2b2b2;
}
.q_rank_explan ul > li.explan-img span {
	display:block;
	padding-top:5px;
	font-size:14px;
}
.q_rank_explan > div {
	margin:0 auto 2em;
	width:50%;
	max-width:50px;
}









@media screen and (max-width: 767px) {/*SP用指定*/


	/* 大見出し */
	
	.q_rank_box1 h2 {
		margin-bottom:0.5em;
	}
	.q_rank_box1 h2 span {
		display: block;
		width: fit-content;
		margin:auto;
	}
	.q_rank_box1 p,
	.q_rank_box3 p {
		width:80%;
		margin:auto;
	}
	.q_rank_box1 p.cation,
	.q_rank_box3 p.cation {
		width:80%;
		margin:auto;
	}
	
	
	/* 予選者一覧 */
	.q_rank_box2 {
		width:100%;
		border-top: solid 7px #D0E38E;
		padding:2em 5% 0 5%;
		margin: 0 auto 2em;
	}
	ul.q_rank01 > li:first-child {
		width:40px;
		height:40px;
		font-size:26px;
		padding:7px 0;	
		position:absolute;
		top:0;
		left:0;
	}
	ul.q_rank01 > li:nth-child(2) {
		width: 100%;
		padding:50px 0 5px 0;
	}
	ul.q_rank01 > li.number_of_votes {
		top:5px;
	}
	ul.q_rank02 {
		display: block;
	}
	ul.q_rank02 > li:first-child  {
		width:50%;
		margin-right:25%;
		margin-left:25%;
	}
	ul.q_rank02 > li:first-child img {
		transform: rotate(0deg);
	}
	
	ul.q_rank02 > li:nth-child(2) {
		width:90%;
		margin-left:5%;	
	}
	ul.q_rank02 > li:nth-child(2) h3 {
		font-size:16px;
		line-height:1;
		padding:10px;
		background:#B6D350;
		color:#fff;
		border-radius: 6px;
		margin-bottom:1em;
	}
	ul.q_rank02 > li:last-child {
		width:90%;
		margin-left:5%;	
		margin-right:5%;
	}
	ul.q_rank02 > li:last-child div img {
		padding-left:10%;
		padding-right:10%;
	}
	
	ul.q_rank03 {
		margin-bottom:1em;
	}



.q_rank_box3 h3 {
	font-size:140%;
}
.q_rank_explan ul {
	width:90%;
	max-width:90%;
}
.q_rank_explan ul > li:nth-child(2)  {
	font-size:140%;
}
.q_rank_explan ul > li:nth-child(3) {
	margin-bottom:1em;
}
.q_rank_explan ul > li:nth-child(4) {
	font-weight:bold;
	font-size:100%;
	margin-bottom:1em;
}
.q_rank_explan ul > li.explan-img {
	display:block;
	width:150px;
	position:relative;
	margin:0 auto 1em;
	top:initial;
	right:initial;
}
.q_rank_explan ul > li.explan-img img {
	transform: rotate(0deg);
}
.q_rank_explan ul > li.explan-img span {
	display:block;
	padding-top:5px;
	font-size:14px;
}
.q_rank_explan > div {
	margin:0 auto 2em;
	width:50%;
	max-width:50px;
}






}


