@charset "utf-8";
/* イベント */
.event__introduce {
	padding: 0 0 35px;
	display: flex;
	justify-content: center;
}
.event__introduce__activity {
	padding: 0 20px;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	display: inline-block;
}
.event__introduce__photo {
	margin: 0 0 0.7em;
}

.event__institute__ttl {
	padding: 0 0 0.8em;
	font-size: 20px;
	line-height: 1em;
	color: #004098;
	text-align: center;
}
table.rank {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 2px #999;
}
table.rank th,table td {
	width: 20%;
	border: solid 2px #999;
	text-align: center;
	padding: 5px 0;
}

table.rank th {
	background-color: #00CED1;
}

table.rank td.rank_ttl1 {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFE0;
}

table.rank td.rank_ttl2 {
	font-weight: bold;
	color:#f89174;
	background-color: #FFFFE0;
}
table.rank td.rank_ttl3 {
	font-weight: bold;
	color:#FFC778;
	background-color: #FFFFE0;
}
table.rank td.rank_ttl4 {
	font-weight: bold;
	color:#ff0000;
}


table.rank td.rank_ttl {
	font-weight: bold;
}

table.rank td.rank_rank {
	background-color: #FFFFE0;
}

.contents__img {
	margin: 0 auto 50px;
	text-align: center;
	padding-bottom: 50px;
	display: block;
/*	border: 1px solid #000;*/
}

.women__interview__continue {
	margin: 20px 0;
	padding: 0 1.2em;
	background: #009d85;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	float: right;
}
.women__interview__continue:after {
	content: "▲";
	transform: rotate(90deg);
	margin: 0 0 0 0.5em;
	font-size: 8px;
	display: inline-block;
	vertical-align: middle;
}
.women__interview__continue:hover {
	background: #3d62ad;
	color: #fff;
}



/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {

.event__introduce {
	padding: 0 15% 2vw;
	display: block;
	justify-content: unset;
}
.event__introduce__activity {
	padding: 0 0 5vw;
	font-size: 3.8vw;
}
.event__introduce__photo {
	margin: 0 0 0.5em;
}

.women__interview__continue {
	box-shadow: 0.2vw 0.5vw 1vw rgba(0,0,0,0.2);
	font-size: 3.8vw;
	line-height: 6vw;
}
.women__interview__continue:after {
	font-size: 2.8vw;
}

.event__institute__ttl {
/*	padding: 0 0 0.5em 6vw;*/
	padding: 0 0 0.5em 0;
	font-size: 5vw;
	text-align: center;
}




}
