@charset "UTF-8";

html {
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, input, textarea, p, th, td, figure {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
}

/*----
base
-------*/

body {
	background: #f9f7f1;
	color: #4b4949;
	width: 100%;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	/*font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-family: Noto Sans,Noto Sans Japanese,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,メイリオ,sans-serif*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
}
a {
	color: #4b4949;
}

/*----
header
-------*/

header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.header_wrapper {
	width: 95%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}
h1.header_logo {
	padding-left: 3%;
	width: 34%;
	padding-right: 5%;
}
h1.header_logo img {
	max-width: 160px;
	width: 100%;
	vertical-align: middle;
}
.nav_wrapper {
	/* width: 50%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.nav_btn_wrapper {
	margin-right: 0.5rem;
}
.btn_new {
	display: inline-block;
	background: #ef7b00;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 0.5rem 0.25rem;
	font-size: 0.8rem;
}
.btn_login {
	display: inline-block;
	background: #87bd0d;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 0.5rem 0.25rem;
	font-size: 0.8rem;
}

/* nav_btn_sp */

.nav_btn_sp {
	background: #000;
	border-radius: 5px;
	width: 30px;
	padding: 8px 0 0 10px;
	cursor: pointer;
	z-index: 100;
}
.nav-button, .nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.nav-button {
	z-index: 20;
	position: relative;
	width: 20px;
	height: 18px;
}
.nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 0px;
}
.nav-button span:nth-of-type(1) {
	top: 0px;
}
.nav-button span:nth-of-type(2) {
	top: 8px;
}
.nav-button span:nth-of-type(3) {
	bottom: 0;
}
.nav_btn_sp.active .nav-button span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav_btn_sp.active .nav-button span:nth-of-type(2) {
	opacity: 0;
}
.nav_btn_sp.active .nav-button span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

/* global_nav */

.global_nav_wrapper {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100vh;
}
.global_nav {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	height: 300px;
}
.global_nav li {
	margin: 0;
	text-align: center;
	border-bottom: 1px dotted #333;
	padding: 1rem 0;
}
.global_nav li:last-child {
	border-bottom: none;
}
.global_nav li a {
	display: block;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	header {
		position: static;
		height: 120px;
	}
	body.index header {
		height: 140px;
	}
	.header_wrapper {
		max-width: 1000px;
	}
	h1.header_logo {
		padding: 0;
	}
	h1.header_logo img {
		width: 100%;
	}
	.nav_wrapper {
		width: 110%;
		display: block;
		margin-top: 0.5rem;
	}
	body.index .nav_wrapper {
		margin-top: 0rem;
	}
	.nav_btn_wrapper {
		display: none;
	}
	.btn_new, .btn_login {
		width: 120px;
		font-size: 0.875rem;
		padding: 0.7rem 0;
	}
	.nav_btn_sp {
		display: none;
	}
	.global_nav_wrapper {
		position: static;
		height: auto;
		display: block;
	}
	.global_nav {
		position: static;
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.global_nav li {
		border-bottom: none;
		position: relative;
		font-size: 1rem;
		padding: 0 1rem;
	}
	.global_nav li.cur a {
		border-bottom: 2px solid #ef7b00;
	}
	.global_nav li:last-child {
		padding-right: 0;
	}
	.global_nav li a {
		font-weight: normal;
		font-size: 1rem;
	}
	.global_nav li a:hover {
		opacity: 0.6;
	}
	.global_nav li a.navi:before {
		background: url(../images/arrow_2020.png);
		content: "";
		display: inline-block;
		margin-right: 10px;
		height: 14px;
		width: 8px;
		margin-top: 30px;
	}
	.global_nav li a.blank:after {
		background: url(../images/icon_blank.png);
		content: "";
		display: inline-block;
		margin-left: 8px;
		height: 10px;
		width: 11px;
	}
}

/*----
footer
-------*/

footer {
	width: 100%;
	background: #efefef;
}
.footer_wrapper {
	width: 95%;
	margin: 0 auto;
	padding: 1rem 0;
}
.footer_nav {
	margin-bottom: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer_nav li {
	font-size: 0.7rem;
	width: 48%;
	text-align: center;
}
.footer_nav li:nth-of-type(odd) {
	border-right: 1px solid #555;
}
.footer_nav li a {
	font-size: 0.7rem;
}
.footer_logo {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}
.copyright {
	font-size: 0.7rem;
	text-align: center;
	display: block;
}
@media screen and (min-width:768px) {
	.footer_wrapper {
		max-width: 920px;
		padding: 1rem 0;
	}
	.footer_nav {
		margin-bottom: 0;
	}
	.footer_nav li {
		width: auto;
		border-right: 1px solid #555;
		padding: 0 1rem;
		font-size: 0.687rem;
	}
	.footer_nav li:first-child {
		padding-left: 0;
	}
	.footer_nav li:last-child {
		border: 0;
	}
	.footer_logo {
		text-align: right;
		margin-bottom: 0;
		margin-top: -1rem;
	}
	.copyright {
		text-align: left;
		margin-top: -0.5rem;
		font-size: 0.687rem;
	}
}

/*----
main
-------*/

main {
	width: 100%;
	font-size: 0.875rem;
	overflow: hidden;
	margin-top: 80px;
}
section {
	width: 90%;
	margin: 0 auto 2rem;
}
section:first-child {
	margin-top: 2rem;
}
.content_inner {
	background: #fff;
	margin-bottom: 1rem;
	padding: 1rem 1rem 1.5rem;
}
.inner {
	margin-bottom: 1.5rem;
}
.inner .inner {
	margin-left: 1rem;
}
h1.normal, .style_h1 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
}
h2.normal, .style_h2 {
	font-size: 1.125rem;
	border-left: 5px solid #ef7b00;
	padding: 0 0 0 0.5rem;
	margin-bottom: 0.5rem;
}
h3.normal, .style_h3 {
	font-size: 1rem;
	background: #a6a4a5;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	color: #fff;
}
@media screen and (min-width:768px) {
	main {
		font-size: 1rem;
		margin-top: 0;
	}
	section {
		max-width: 920px;
	}
	section:first-child {
		margin-top: 4rem;
	}
	.content_inner {
		padding: 2rem 1.5rem;
	}
	.inner {
		margin-bottom: 2.5rem;
	}
	h1.normal {
		font-size: 1.75rem;
		margin-bottom: 2rem;
	}
	h2.normal {
		margin-bottom: 1rem;
	}
}

/* common */

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.list_point {}
.list_point li {
	position: relative;
	padding: 0 0 0 1.5rem;
	margin-bottom: 0.5rem;
}
.list_point li:before {
	position: absolute;
	content: "";
	top: 1px;
	left: 0;
	display: inline-block;
	border-radius: 50%;
	border-radius: 50%;
	border: solid 4px #ef7b00;
	color: #ef7b00;
	width: 10px;
	height: 10px;
}
.list_point li span {
	margin-right: 0.5rem;
}
.list_normal {}
.list_normal li {
	position: relative;
	padding: 0 0 0 1.5rem;
	margin-bottom: 0.5rem;
}
.list_normal li:before {
	position: absolute;
	content: "・";
	top: 0px;
	left: 0;
}
.list_parentheses {}
.list_parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	margin-bottom: 0.5rem;
}
.list_parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
.note {
	font-size: 90%;
}
.point {
	position: relative;
	padding: 0 0 0 1.5rem;
	margin-bottom: 0.5rem;
}
.point:before {
	position: absolute;
	content: "";
	top: 1px;
	left: 0;
	display: inline-block;
	border-radius: 50%;
	border-radius: 50%;
	border: solid 4px #ef7b00;
	color: #ef7b00;
	width: 10px;
	height: 10px;
}
.point .point_add {
	font-size: 0.875rem;
	margin-left: 1rem;
}
.form_select {
	margin-bottom: 1rem;
	position: relative;
	width: 100%;
	height: 38px;
	font-size: 1rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}
.form_select:after {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	pointer-events: none;
}
.form_select select {
	width: 100%;
	height: 35px;
	font-size: 1rem;
	padding: 0 0.5rem;
	border: none;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media screen and (min-width:768px) {
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}
	.list_point li:before {
		top: 3px;
	}
	.point:before {
		top: 3px;
	}
}

/* winning2018.html */

.content_winning_year h1 .form_select {
	margin-bottom: 0rem;
}
.content_winning_year .department h2 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}
.content_winning_year .department h3 span {
	color: #ef7b00;
}
.content_winning_year .department .date {
	margin-bottom: 0.5rem;
	text-align: right;
}
.content_winning_year .department p {
	font-size: 0.9rem;
}
.content_winning_year .department .linktxt {
	margin: 1.5rem 0;
}
.content_winning_year .department .linktxt a {
	color: #ef7b00;
}
.content_winning_year .department .table_scroll {
	margin-top: 0.5rem;
	overflow-x: scroll;
	width: 105.5%;
}
.content_winning_year .department table {
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	width: 920px;
}
.content_winning_year .department table th,
.content_winning_year .department table td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding: 0.5rem 0.7rem;
	text-align: left;
}
.content_winning_year .department table th {
	background: #eee;
	width: 22%;
}
.content_winning_year .department table td.score {
	width: 28%;
}
.content_winning_year .winning_nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.content_winning_year .winning_nav li {
	margin-right: 1.5rem;
}
.content_winning_year .winning_nav li span {
	color: #ef7b00;
	font-size: 0.6rem;
	vertical-align: 0.1rem;
}
.list_winning_year {
	margin-bottom: 0.5rem;
}
.list_winning_year li:first-child {
	margin-bottom: 0.5rem;
}
.list_winning_year li:first-child img {
	max-width: 600px;
	width: 100%;
}
.list_winning_year li:last-child {
	max-width: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list_winning_year li:last-child span {
	width: 49%;
}
.list_winning_year li:last-child img {
	max-width: 310px;
	width: 100%;
	max-height: 190px;
	object-fit: contain;
	font-family: "object-fit: contain;"; /*IE対策*/
}
.name_winning_year {
	font-size: 1rem;
}
.list_winning_year_col3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list_winning_year_col3 li {
	margin-bottom: 1rem;
}
.list_winning_year_col3 li img {
	max-width: 300px;
	width: 100%;
	margin-bottom: 0.25rem;
        max-height: 200px;	
	object-fit: contain;
	font-family: "object-fit: contain;"; /*IE対策*/
}
.list_winning_year_col3 li span {
	display: block;
	font-size: 0.875rem;
	line-height: 1rem;
}
.list_winning_year_col4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list_winning_year_col4 li {
	margin-bottom: 1rem;
	width: 49%;
}
.list_winning_year_col4 li:nth-of-type(odd) {
	margin-right: 2%;
}
.list_winning_year_col4 li p {
	margin-bottom: 0.25rem;
}
.list_winning_year_col4 li img {
	max-width: 220px;
	width: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;"; /*IE対策*/
}
.list_winning_year_col4 li span {
	display: block;
	font-size: 0.875rem;
	line-height: 1rem;
}
.content_winnner_search {
	margin-bottom: 0;
}
.content_winnner_search .award_select {
	display: flex;
	flex-wrap: wrap;
}
.content_winnner_search .award_select a {
	border: 1px solid #6ea600;
	border-radius: 5px;
	color: #6ea600;
	display: block;
	margin: 0.6rem 0.6rem 0 0;
	padding: 0.5rem 1.2rem;
	transition: opacity 0.3s ease;
}
.content_winnner_search .award_select._short a {
	padding: 0.5rem 1.7rem;
}
@media screen and (min-width:768px) {
	.content_winning_year h1 {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.content_winning_year h1 .form_select {
		width: 200px;
	}
	.content_winning_year h3.point {
		font-size: 1.25rem;
	}
	.content_winning_year h3.point:before {
		top: 8px;
	}
	.content_winning_year .department h2 {
		font-size: 1.25rem;
	}
	.content_winning_year .winning_nav li {
		font-size: 0.95rem;
		margin-right: 2rem;
	}
	.content_winning_year .department .table_scroll {
		overflow-x: visible;
		width: 100%;
	}
	.content_winning_year .department table {
		width: 100%;
	}
	.name_winning_year {
		font-size: 1.3rem;
	}
	.list_winning_year {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.list_winning_year li:first-child {
		margin-bottom: 0;
		margin-right: 0.75rem;
		width: 66%;
	}
	.list_winning_year li:last-child {
		display: block;
		width: 33%;
		position: relative;
	}
	.list_winning_year li:last-child span {
		width: auto;
		display: block;
		position: absolute;
	}
	.list_winning_year li:last-child span:last-child {
		bottom: 0;
	}
	.list_winning_year_col3 li {
		width: 32%;
	}
	.list_winning_year_col3 li:not(:nth-child(3n)) {
		margin-right: 0.5rem;
	}
	.list_winning_year_col3 li p {
		display: inline-block;
		height: 206px;
		text-align: center;
		width: 100%;
	}
	/*.list_winning_year_col3 li p img { height:100%; width:auto; }*/
	.list_winning_year_col4 li {
		width: 24%;
	}
	.list_winning_year_col4 li:not(:nth-child(4n)) {
		margin-right: 0.5rem;
	}
	.list_winning_year_col4 li p {
		display: inline-block;
		height: 148px;
		text-align: center;
		width: 100%;
	}
	.list_winning_year_col4 li img {
		max-height: 161px;
	}
	/*.list_winning_year_col4 li p img { height:100%; width:auto; }*/
	.content_winnner_search .award_select a:hover {
		opacity: 0.8;
	}
}

/* winning2018_comment.html */
.content_winning_year .winning_comment .comment_blk01 {
	font-size: 0.85rem;
	line-height: 1.35rem;
	margin-bottom: 2rem;
}
.content_winning_year .winning_comment .comment_blk01 figure {
	margin-bottom: 0.5rem;
	text-align: center;
}
.content_winning_year .winning_comment .comment_blk01 .name {
	font-size: 1.15rem;
	line-height: 1.6rem;
}
.content_winning_year .winning_comment .comment_blk02 {
	margin-bottom: 1.5rem;
}
.content_winning_year .winning_comment .comment_blk02_inr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content_winning_year .winning_comment .comment_blk02_inr dl {
	flex: 1;
}
.content_winning_year .winning_comment .comment_blk02_inr dt {
	font-size: 1.1rem;
	line-height: 1.35rem;
}
.content_winning_year .winning_comment .comment_blk02_inr dt span {
	font-size: 0.85rem;
}
.content_winning_year .winning_comment .comment_blk02_inr dd {
	font-size: 0.85rem;
	line-height: 1.35rem;
}
.content_winning_year .winning_comment .comment_blk02 figure {
	margin-top: 0.8rem;
}
.content_winning_year .winning_comment .comment_blk02 figure img {
	height: auto;
	width: 100%;
}

@media screen and (min-width:768px) {
	.content_winning_year .winning_comment .comment_blk01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content_winning_year .winning_comment .comment_blk01_text {
		width: 720px;
	}
	.content_winning_year .winning_comment .comment_blk02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content_winning_year .winning_comment .comment_blk02_inr {
		width: 338px;
	}
	.content_winning_year .winning_comment ._w458 .comment_blk02_inr {
		width: 458px;
	}
	.content_winning_year .winning_comment ._w498 .comment_blk02_inr {
		width: 498px;
	}
	.content_winning_year .winning_comment ._w628 .comment_blk02_inr {
		width: 628px;
	}
	.content_winning_year .winning_comment .comment_blk02_inr dl {
		width: 290px;
	}
	.content_winning_year .winning_comment .comment_blk02 figure {
		margin-top: 1.8rem;
	}
	.content_winning_year .winning_comment .comment_blk02._w498 figure {
		margin-top: 0;
	}
}

/* winning2018_group.html */
.content_winning_year .winning_group .group_list li {
	margin-bottom: 2rem;
}
.content_winning_year .winning_group .group_list li img {
	height: auto;
	max-width: 100%;
}

@media screen and (min-width:768px) {
	.content_winning_year .winning_group .group_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

/* winning2017_group.html */
.content_winning_year._year2017 .winning_group p {
	font-size: 0.85rem;
}
.content_winning_year._year2017 .winning_group .group_list {
	margin-top: 1rem;
}
.content_winning_year._year2017 .winning_group .group_list li {
	text-align: center;
}

@media screen and (min-width:768px) {
	.content_winning_year._year2017 .winning_group .group_list {
		justify-content: flex-start;
	}
	.content_winning_year._year2017 .winning_group .group_list li {
		margin-right: 5px;
	}
	.content_winning_year._year2017 .winning_group .group_list li:nth-of-type(3n) {
		margin-right: 0;
	}
}

/* winning2018_jury.html */
.content_winning_year .winning_jury p {
	font-size: 0.85rem;
}
.content_winning_year .winning_jury .jury_blk01 {
	margin-top: 1.5rem;
}
.content_winning_year .winning_jury .jury_blk01 figure {
	margin-bottom: 0.5rem;
	text-align: center;
}
.content_winning_year .winning_jury .jury_blk01 figcaption {
	font-size: 0.7rem;
	margin-top: 0.5em;
}
.content_winning_year .winning_jury .jury_blk01 figcaption strong {
	font-size: 1rem;
	font-weight: normal;
}
.content_winning_year .winning_jury .jury_blk01_detail .text {
	border-top: 1px solid #a9a9a9;
	margin-top: 0.4em;
	padding-top: 0.4em;
}

@media screen and (min-width:768px) {
	.content_winning_year .winning_jury .jury_blk01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}	
	.content_winning_year .winning_jury .jury_blk01 figure {
		text-align: left;
	}
	.content_winning_year .winning_jury .jury_blk01_detail {
		width: 720px;
	}
}

/* winning2018_result.html */
.content_winning_year .winning_result p {
	font-size: 0.85rem;
}
.content_winning_year .winning_result figure {
	margin-top: 2rem;
}
.content_winning_year .winning_result figure img {
	height: auto;
	width: 100%;
}
@media screen and (min-width:768px) {

}

/* winning2018_search.html */
.content_winning_year .year_btn {
	align-items: center;
	background: #ef7b00;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 0.95rem;
	justify-content: center;
	margin: 0 auto 1rem;
	padding: 0.4rem 0;
	text-align: center;
	width: 50%;
}
@media screen and (min-width:768px) {
	.content_winning_year .year_btn {
		margin: 0;
		text-align: center;
		width: 160px;
		transition: opacity 0.3s ease;
	}
	.content_winning_year .year_btn:hover {
		opacity: 0.8;
	}
}


/* winning.html */

.list_winning {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list_winning li {
	margin-bottom: 2rem;
	width: 32%;
}
.list_winning li img {
	width: 100%;
	max-width: 300px;
	display: block;
	margin-bottom: 1rem;
}
.list_winning li span {
	display: block;
	text-align: center;
}
@media screen and (min-width:768px) {
	.list_winning li {
		width: auto;
	}
	.content_winnner_search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1rem 1.5rem 2rem;
	}
	.block_space {
		flex: 1;
		-ms-flex: 1;
	}
	.block_space h3 {
		margin-left: 1rem;
	}
	.map_select {
		background: url(../images/japan_map.png) no-repeat 32px 0;
		width: 440px;
		height: 318px;
		position: relative;
		border-right: 1px solid #c9c9c9;
	}
	.map_select a {
		border: 1px solid #d3d3d3;
		padding: 0.25rem 1rem;
		position: absolute;
		background: #fff;
	}
	#area01 {
		left: 333px;
		top: 63px;
	}
	#area02 {
		left: 200px;
		top: 90px;
	}
	#area03 {
		left: 297px;
		top: 192px;
	}
	#area04 {
		left: 155px;
		top: 144px;
	}
	#area05 {
		left: 229px;
		top: 245px;
	}
	#area06 {
		left: 80px;
		top: 187px;
	}
	#area07 {
		left: 155px;
		top: 278px;
	}
	#area08 {
		left: 0px;
		top: 245px;
	}
	.space_select {
		margin: 1.5rem 0 0 1rem;
	}
	.space_select ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.space_select ul li {
		background: #f8952c;
		width: 122px;
		height: 86px;
		border-radius: 4px;
		margin: 0 0 1rem 1rem;
	}
	.space_select ul li a {
		width: 100%;
		height: 100%;
		display: block;
		font-size: 0.875rem;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.space_select ul li a span {
		width: 100%;
		text-align: center;
	}
}

/* result.html */

.search_change {
	border: 1px solid #a6a4a5;
	background: #fff;
	padding: 0 1rem;
}
.search_change_btn {}
.search_change_btn a {
	display: block;
	padding: 1rem 0;
}
.search_change_btn a span {
	position: relative;
}
.search_change_btn a span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #4b4949 transparent transparent transparent;
	position: absolute;
	top: calc(50% - 5px);
	right: -20px;
}
.search_form {
	display: none;
	padding: 1.5rem 0 1rem;
}
.list_search_form dt {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.list_search_form dd {
	margin-bottom: 1rem;
}
.list_search_form {}
.list_search_form ul li {
	display: inline-block;
}
.list_search_form input[type="checkbox"] {
	margin-right: 0.25rem;
}
.btn_search {
	margin: 0 auto;
	display: block;
	border: 0;
	background: #ef7b00;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 0.25rem;
	font-size: 1.125rem;
	width: 150px;
	cursor: pointer;
}
.list_result li {
	margin-bottom: 3rem;
}
.list_result li dt {
	background: #fff;
	font-size: 0.95rem;
	margin-bottom: 0.7rem;
	padding: 0.3rem 1rem;
}
.list_result li dd {
	display: flex;
	flex-wrap: wrap;
}
.list_result li a {
	width: 49%;
}
.list_result li img {
	width: 100%;
	max-width: 220px;
	display: block;
	margin-bottom: 1rem;
}
.list_result li .result_txt {
	flex: 1;
	padding-left: 1rem;
}
.list_result li span {
	display: block;
	line-height: 1.4rem;
	margin-bottom: 0.5rem;
}
.list_result li span.award {
	background: #adadc9;
	display: inline-block;
	color: #fff;
	font-size: 0.9rem;
	padding: 0.1rem 1.2rem;
}
.list_result li span.award._big {
	background: #ef7b00;
}
.list_result li span.award._gold {
	background: #c8a300;
}
.list_result li span.award._silver {
	background: #969693;
}
.list_result li span.award._bronze {
	background: #b07a17;
}
.list_result li span.award._nico {
	background: #ef7b00;
}
@media screen and (min-width:768px) {
	.list_result {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list_result li {
		width: 445px;
	}
	.list_result li .result_txt {
		margin-top: 0.8rem;
	}
	.list_search_form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list_search_form dt {
		width: 18%;
	}
	.list_search_form dd {
		width: 80%;
	}
	.list_search_form .form_select {
		width: 30%;
	}
	.list_search_form ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list_search_form_area li {
		width: 21%;
	}
	.list_search_form_space li {
		width: 30%;
		padding-right: 1rem;
	}
}
.pagination {
	display: flex;
	justify-content: center;
}
.pagination li {
	margin: 10px;
	border: 1px solid #aaa;
	padding: 3px 10px;
	background-color: #ffd9b2;
}
.pagination li.active, .pagination li.disabled {
	background: none;
}
.pagination li.active {
	font-weight: bold;
}

/* detail.html */

.detail_pic {}
.detail_pic img {
	width: 100%;
	max-width: 920px;
	max-height: 700px;
	object-fit: contain;
	font-family: "object-fit: contain;"; /*IE対策*/
}
.list_pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list_pic li {
	width: 19%;
	margin-bottom: 0.5rem;
	box-sizing: border-box;
	margin-right: 20px
}
.list_pic li img {
	width: 100%;
	max-width: 176px;
}
.list_pic li.select_pic {
	border: 3px solid #ef7b00;
}
.detail_point {
	border-left: 2px solid #ef7b00;
	padding: 0 0 0 0.5rem;
}
.prize_type01 {
	background: #ef7b00;
	color: #fff;
	padding: 0.25rem 1rem;
}
.prize_type02 {
	border: 1px solid #ef7b00;
	box-sizing: border-box;
	padding: 0.25rem 1rem;
	color: #ef7b00;
}
.detail_block {
	margin-bottom: 5rem;
}
.detail_block h1 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
@media screen and (min-width:768px) {
	.list_pic li {
		width: 19%;
		margin-bottom: 0.75rem;
	}
}

/* apply.html */

.apply_block {
	margin-bottom: 3rem;
}
.apply_btn {
	text-align: center;
}
.apply_btn .btn_new, .apply_btn .btn_login {
	width: 240px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto 1rem;
}
.apply_block small {
	font-size: 0.812rem;
}
.list_pdf {
	margin-bottom: 2rem;
}
.list_pdf li {
	border: 1px solid #87bd0d;
	padding: 1rem 0;
	color: #87bd0d;
	width: 80%;
	margin: 0 auto 0.5rem;
	text-align: center;
}
.list_pdf li p.pdf_name {
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
}
.list_pdf li p.pdf_pic {
	margin-bottom: 0.5rem;
}
.list_pdf li p.pdf_size {
	font-size: 0.875rem;
}
.getpdf {
	width: 80%;
	margin: 0 auto 0.5rem;
}
.getpdf span {
	display: inline-block;
	font-size: 0.812rem;
	text-decoration: underline;
	color: #ef7b00;
}
@media screen and (min-width:768px) {
	.apply_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 4rem;
	}
	.apply_block > div {
		width: 48%;
	}
	.list_pdf {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.list_pdf li {
		width: 40%;
		margin: 0;
	}
	.list_pdf li:not(:last-child) {
		margin-right: 1rem;
	}
}

/* index.html */

.content_news {}
.content_news h1 {
	font-size: 1.125rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #4b4949;
	margin-bottom: 1rem;
}
.list_news {
	line-height: 1.3rem;
}
.list_news li:not(:last-child) {
	margin-bottom: 1rem;
}
.list_news li span.list_news_time {
	display: block;
}
@media screen and (min-width:768px) {
	.list_news {
		font-size: 0.875rem;
	}
	.list_news li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.list_news li span.list_news_time {
		width: 18%;
	}
}
.content_outline {}
.content_outline h1 {
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 1rem;
}
.outline_date {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}
.content_outline .btn_new, .content_outline .btn_login {
	width: 40%;
}
@media screen and (min-width:769px) {
	.content_outline .btn_new, .content_outline .btn_login {
		width: 162px;
	}
}
.list_bumon {}
.list_bumon li {
	background: #fff;
	padding: 0.75rem 0.75rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.5rem;
}
.list_bumon li p.pic {
	margin: 0 0.5rem 0.5rem 0;
}
.list_bumon li p.pic img {
	width: 160px;
}
.list_bumon li div {}
.list_bumon li h3 {
	border-bottom: 1px solid #b2b2b2;
	padding: 1rem 0 0.5rem;
	margin-bottom: 1rem;
}
.list_bumon li h3 span {
	color: #ef7b00;
	font-size: 1.125rem;
	margin-right: 0.25rem;
}
.list_bumon li p {
	font-size: 0.875rem;
}
@media screen and (min-width:769px) {
	.list_bumon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.list_bumon li {
		width: 46%;
	}
	.list_bumon li p.pic {
		margin-right: 1rem;
	}
	.list_bumon li h3 {
		padding: 2rem 0 1.5rem;
	}
}
.award_block .list_award:nth-of-type(3),
.award_block .list_award:nth-of-type(4) {
	border-bottom: 3px dotted #b3b3b3;
	padding-bottom: 0.75rem;
	margin-bottom: 1.5rem;
}
.list_award {}
.list_award li {
	margin-bottom: 0.75rem;
}
.list_award li p {
	display: inline-block;
	position: relative;
}
.list_award li span {
	display: inline-block;
}
.list_award li span.item_extra {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	border: solid 3px #ef7b00;
	color: #ef7b00;
}
.list_award li span.item_award {
	margin-right: 0.5rem;
}
.list_award li span.item_num {
	margin-right: 0.5rem;
}
.list_award li span.item_extra {
	margin-right: 0.25rem;
}
.list_award li span small {
	display: block;
	font-size: 0.687rem;
	line-height: 1.2;
	margin-top: 5px;
}
.list_award li p.award_grand:before {
	content: "";
	position: absolute;
	background: url("../images/icon_grand.png") no-repeat;
	background-size: contain;
}
.list_award li p.award_gold:before {
	content: "";
	position: absolute;
	background: url("../images/icon_gold.png") no-repeat;
	background-size: contain;
}
.list_award li p.award_silver:before {
	content: "";
	position: absolute;
	background: url("../images/icon_silver.png") no-repeat;
	background-size: contain;
}
.list_award li p.award_bronze:before {
	content: "";
	position: absolute;
	background: url("../images/icon_bronze.png") no-repeat;
	background-size: contain;
}
.list_award li p.award_special:before {
	content: "";
	position: absolute;
	background: url("../images/icon_special.png") no-repeat;
	background-size: contain;
}
.list_award .list_award_type01 {}
.list_award .list_award_type01 p:first-of-type {
	padding-left: 55px;
}
.list_award .list_award_type01 p:first-of-type:before {
	top: calc(50% - 18px);
	left: 0;
	width: 45px;
	height: 38px;
}
.list_award .list_award_type01 span.item_award {
	font-size: 1.75rem;
}
.list_award .list_award_type01 span.item_num {
	font-size: 1.5rem;
}
.list_award .list_award_type01 span.item_extra {
	font-size: 0.812rem;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: -8px;
}
.list_award .list_award_type01 span.item_prize {
	font-size: 1.5rem;
}
.list_award .list_award_type02 {}
.list_award .list_award_type02._explantxt .award_sub {
	margin-top: 0.5rem;
}
.list_award .list_award_type02 p:first-of-type {
	padding-left: 55px;
}
.list_award .list_award_type02 p:first-of-type:before {
	top: calc(50% - 12px);
	left: 7px;
	width: 30px;
	height: 20px;
}
.list_award .list_award_type02 span.item_award {
	font-size: 1.375rem;
}
.list_award .list_award_type02 span.item_num {
	font-size: 1.125rem;
}
.list_award .list_award_type02 span.item_extra {
	font-size: 0.75rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: -5px;
}
.list_award .list_award_type02 span.item_prize {
	font-size: 1.125rem;
}
.list_award .list_award_type03 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list_award .list_award_type03 p:first-of-type {
	padding-left: 55px;
}
.list_award .list_award_type03 p:first-of-type:before {
	top: calc(50% - 8px);
	left: 10px;
	width: 25px;
	height: 16px;
}
.list_award .list_award_type03 span.item_award {
	font-size: 1.125rem;
}
.list_award .list_award_type03 span.item_num {
	font-size: 1rem;
	margin-right: auto;
}
.list_award .list_award_type03 span.item_extra {
	font-size: 0.75rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: -20px;
}
.list_award .list_award_type03 span.item_prize {
	font-size: 1rem;
}
@media screen and (min-width:769px) {
	.content_award {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.list_award {}
	.list_award li {
		display: inline-block;
		margin-bottom: 1.5rem;
	}
	.list_award li:not(:last-child) {
		margin-right: 0.5rem;
	}
	.list_award li span.item_num {
		margin-right: 1rem;
	}
	.list_award .list_award_type01 p:first-of-type {
		padding-left: 80px;
	}
	.list_award .list_award_type01 p:first-of-type:before {
		top: calc(50% - 30px);
		left: 0;
		width: 67px;
		height: 57px;
	}
	.list_award .list_award_type01 span.item_award {
		font-size: 36px;
		margin-right: 45px;
	}
	.list_award .list_award_type01 span.item_num {
		font-size: 28px;
	}
	.list_award .list_award_type01 span.item_extra {
		font-size: 1rem;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.list_award .list_award_type01 span.item_prize {
		font-size: 28px;
	}
	.list_award .list_award_type02._explantxt .award_sub {
		margin-top: 0;
		position: relative;
		top: -25px;
	}
	.list_award .list_award_type02 p:first-of-type {
		padding-left: 70px;
	}
	.list_award .list_award_type02 p:first-of-type:before {
		top: calc(50% - 20px);
		left: 11px;
		width: 44px;
		height: 29px;
	}
	.list_award .list_award_type02 img {
		width: 44px;
		margin-top: -8px;
	}
	.list_award .list_award_type02 span.item_award {
		font-size: 1.375rem;
	}
	.list_award .list_award_type02 span.item_num {
		margin-right: 0.25rem;
	}
	.list_award .list_award_type02 span.item_extra {
		margin-right: 0.25rem;
	}
	.list_award .list_award_type03 {
		margin-right: 0;
	}
	.list_award .list_award_type03 p:first-of-type {
		padding-left: 63px;
	}
	.list_award .list_award_type03 p:first-of-type:before {
		top: calc(50% - 10px);
		left: 20px;
		width: 26px;
		height: 17px;
	}
	.list_award .list_award_type03 span.item_award {
		margin-right: 0.5rem;
	}
	.list_award .list_award_type03 span.item_num {
		font-size: 1rem;
		width: auto;
		margin-right: 0.25rem;
	}
	.list_award .list_award_type03 span.item_extra {
		margin-right: 0.25rem;
		margin-top: -10px;
	}
	.list_award .list_award_type03 .item_sm {
		font-size: 0.875rem;
		letter-spacing: -0.1rem;
	}
	.list_award_niko .list_award_type03 p:first-of-type {
		padding-left: 38px;
	}
	.list_award_niko .list_award_type03 p:first-of-type:before {
		left: 0;
	}
}
.list_publish {
	border: 1px solid #87bd0d;
	padding: 1rem 1rem;
	width: 90%;
	margin: 0 auto 0.5rem;
	background: #fff;
}
.list_publish li {
	margin-bottom: 1rem;
}
.list_publish li:last-of-type {
	margin: 0;
}
.list_publish figure {
	margin-bottom: 0.5rem;
	text-align: center;
}
@media screen and (min-width:769px) {
	.content_publish {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.list_publish {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 95%;
	}
	.list_publish li {
		margin: 0;
		width: 28%;
	}
	.list_publish li:not(:nth-child(3n)) {
		margin-right: 0.5rem;
	}
	.list_publish li p {
		font-size: 0.875rem;
	}
	.list_publish li p.pic_publish img {
		width: auto;
	}
}
.link_past, .link_past2 {
	border: 1px solid #e6e6e6;
	background: #fff;
	width: 90%;
	margin: 0 auto 1rem;
}
.link_past a, .link_past2 a {
	position: relative;
	color: #ef7b00;
	font-size: 0.875rem;
	padding: 1rem 0.5rem;
	display: block;
}
.link_past a:after, .link_past2 a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 13px;
	border-color: transparent transparent transparent #ef7b00;
	position: absolute;
	top: calc(50% - 10px);
	right: 1rem;
}
.link_past a p, .link_past2 a p {
	width: 80%;
}
.link_past a span, .link_past2 span {
	position: relative;
	padding-left: 2rem;
	display: inline-block;
}
.link_past a span:before, .link_past2 a span:before {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	width: 25px;
	height: 25px;
	background: url("../images/icon_past.png") no-repeat;
	background-size: contain;
}
.link_past a span:after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: -20px;
	width: 18px;
	height: 15px;
	background: url("../images/icon_newwin.png") no-repeat;
}
@media screen and (min-width:768px) {
	.link_past, .link_past2 {
		width: 80%;
		max-width: 920px;
	}
	.link_past a, .link_past2 a {
		font-size: 1.125rem;
		text-align: left;
		padding-left: 1.5rem;
	}
	.link_past a span, .link_past2 span {
		padding-left: 3rem;
	}
	.link_past a span:before, .link_past2 a span:before {
		top: calc(50% - 18px);
		left: 0;
		width: 36px;
		height: 36px;
	}
	/*
	.link_past a span {padding-bottom: 0.25rem; }
	.link_past a:after { right:3rem; }
	*/
}
.link_outline {
	border: 1px solid #e6e6e6;
	background: #fff;
	width: 50%;
	margin: 0 auto 2rem;
}
.link_outline a {
	font-size: 0.8rem;
	display: block;
	text-align: center;
	padding: 1rem 0.5rem;
}
.link_outline a:before {
	content: "→";
	top: 0;
	left: 0;
}
@media screen and (min-width:768px) {
	.link_outline {
		width: 220px;
	}
	.link_outline a {
		font-size: 1rem;
	}
}

/*----
module
----*/

.mb0 {
	margin-bottom: 0!important;
}
.mb0h {
	margin-bottom: 0.5rem!important;
}
.mb1 {
	margin-bottom: 1rem!important;
}
.mb1h {
	margin-bottom: 1.5rem!important;
}
.mb2 {
	margin-bottom: 2rem!important;
}
.mb2h {
	margin-bottom: 2.5rem!important;
}
.mb3 {
	margin-bottom: 3rem!important;
}
.mr0 {
	margin-right: 0!important;
}
.mr0h {
	margin-right: 0.5rem!important;
}
.mr1 {
	margin-right: 1rem!important;
}
.mr1h {
	margin-right: 1.5rem!important;
}
.mr2 {
	margin-right: 2rem!important;
}
.mr2h {
	margin-right: 2.5rem!important;
}
.mr3 {
	margin-right: 3rem!important;
}
.nowrap {
	white-space: nowrap;
}
.al-c {
	text-align: center;
}
.vl-b {
	vertical-align: bottom;
}