

/* -------------------------------------
GANREF
Copyright (c) 2018 Impress Corporation. All rights reserved.
------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
intro, aside, canvas, details, embed, 
figure, figcaption, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
intro, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {
	line-height: 1.4;
	-webkit-text-size-adjust: 110%;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

b, strong {font-weight:bold;}

img {vertical-align:bottom;}

h3 {font-size: 1rem;}

p.notes {
	font-size: 0.85rem;
	line-height: 1.2rem;
}

/***********************************************************************/

.onlyPC {display: none !important;}

.sns {display: none;}

.mb1 {margin-bottom: 1rem;}

/***********************************************************************/


.sp-page * {
	font-family: "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-feature-settings : "palt";
}

.sp-page {
	margin: 10px;
	position: relative;
}

.title-area {
	position: relative;
    width: 100%;
	margin-bottom: 1rem;
}

.title-area {
}

.h1-area {
	position: relative;
}

.h1-area {
	background: url(img/title_bg.jpg) no-repeat 0 0;
	background-size:cover;
	padding: 10px;
	position: relative;
	margin-bottom: 1rem;
}

.h1-area:before {
    content:"";
    display: block;
    padding-top: 14%;
}

h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(img/h1.png) no-repeat center bottom;
	background-size:contain;
	margin-bottom: 0;
	position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
	font-size: 10px;
}


h2 {
	font-size: 1rem;
	font-weight: bold;
	padding: 10px 9px 9px;
	border:1px solid #b3e9e6;
	border-width: 1px 0 1px 0;
	margin-bottom: 1rem;
	margin-top: 1rem;
	background: #f0fffe;
}

.ext-link::after {
 	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-left: 0.2rem;
}

.help-link::before {
 	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-right: 0.2rem;
}

.sp-link {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

@media screen and (min-width: 414px) {
	.sp-link {
		text-align: center;
	}
}


/*****************************************************************/

#shinshu-dc h2 {
	color: #00a19a;
	margin-bottom: 0.5rem;
}


@media screen and (min-width: 414px) {
	#shinshu-dc h2::before {
		content: '';
		display: inline-block;
		width: 25px;
		height: 25px;
		background: url(img/dc_logo_s.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin:0 7px 2px 0;
	}
}

#shinshu-dc h2 span {
	font-size: 0.9rem;
	font-weight: normal;
}

#shinshu-dc dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 520px) {
	#shinshu-dc dl * {
		flex-basis: 100%;
		border-bottom: 1px dotted #ccc;
		padding: 5px;
		box-sizing: border-box;
	}

	#shinshu-dc dl dt {
		font-weight: bold;
		border-bottom: none;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 521px) {
	#shinshu-dc dl * {
		flex-basis: 50%;
		border-bottom: 1px dotted #ccc;
		padding: 5px;
		box-sizing: border-box;
	}

	#shinshu-dc dl dt {
		font-weight: bold;
		padding-bottom: 0;
	}
}




/* ////////// theme ////////////////////////////// */


#theme ol {
	margin: 1rem 0;
	counter-reset:number;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#theme ol li {
	list-style-type:none;
	width: 49%;
	font-size: 0.8rem;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 5px;
	
}

#theme ol li a {
	border: 1px solid #ccc;
	border-radius: 8px;
	display: block;
	text-align: center;
}

#theme ol li b {
	display: inline-block;
	border-radius: 6px;
	line-height: 2rem;
	text-align: center;
	font-size: 1rem;
}


#theme ol li b::before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 50%;
	line-height: 18px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #ccc;
	margin-top: -2px;
	color: #000;
}

@media all and (-ms-high-contrast:none) {
	#theme ol li b::before {
		margin-right: 0; 
	}
}


/* ////////// requirements ////////////////////////////// */

#requirements dt{
	font-weight:bold;
	margin:0.5em 0;
	padding:3px 0 3px 6px;
	border-left:6px solid #b3e9e6;
}
#requirements dd{
	padding-left:12px;
}
#requirements li{
	list-style-type:disc;
	margin:0.3em 0 0.3em 1.5em;
	line-height: 1.4rem;
}
#requirements li small{ display:block; margin:0.5em 0; }
#requirements li small img{ margin-top:0.3em; }
#requirements small{ font-size:90%; }

#requirements dl dd ul li p {
	text-align: center;
	font-weight: bold;
	margin: 10px 0 5px;
	font-size: 0.9rem;
}


/* ////////// rule ////////////////////////////// */

#rule li{
	list-style-type:disc;
	margin:0.8em 0 0.8em 1.5em;
	line-height: 1.2rem;
}
#rule li b{
	font-weight:normal;
	color:#c00;
}

/* ////////// entry ////////////////////////////// */
#entry{
	margin:1.5em 0 0;
	border-top:1px solid #b3e9e6;
}
#entry p{
	margin:1em 0;
}
.entry-notice{
	font-weight:bold;
	color:#CB1613;
}
.entry-caution{ font-size:90%; }
.entry-end{
	font-weight:bold;
	text-align:center;
	color:#CB1613;
}
#entry .banner { margin-top:1.5em; }
.banner a{
	display:block;
	text-align:center;
}


/* ////////// method ////////////////////////////// */

#method .flow {
	/*margin: 1rem;*/
	counter-reset:number;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#method .flow li b {
	background: #d3f9f6;
	display: block;
	line-height: 1.7rem;
	border-radius: 3px;
}

#method .flow li b::before {
	counter-increment: number;
	content: counter(number);
	background: #00a19a;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: 2px; 
	line-height: 20px;
	font-size: 14px;
	vertical-align: middle;
	margin-bottom: 2px;
}

#method .flow p {
	margin:0.5em 0 0 0;
	line-height: 1.3rem;
	font-size: 0.9rem;;
}


#method .flow li {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 3px;
	box-sizing: border-box;
	position:relative;
	text-align:center;
	list-style-type:none !important;
	margin:0 0 10px 0;
}

@media screen and (max-width: 375px) {
	#method .flow li {
		flex-basis: 100%;
	}
}

@media screen and (min-width: 376px) {
	#method .flow li {
		flex-basis: 49.4%;
	}
}

#method .flow li:nth-of-type(5){
	flex-basis: 100%;
}

#method .flow li .help-link {
	display: inline-block;
	margin-top: 5px;
	font-size: 0.9rem;
}

#method .flow li .entry-btn {
	margin-bottom: 0.5rem;
}

#method .help {
	margin-bottom: 1.5rem;
}

#method .help li {
	margin-bottom: 0.5rem;
}


/* ////////// examiner ////////////////////////////// */
#examiner{ overflow:hidden; }

#examiner dl{
	margin-bottom: 10px;
}

#examiner dl dt {
	display: block;
	margin:10px auto;
	border-top: 1px dotted #ccc;
	padding-top: 10px;	
	text-align: center;
}

#examiner dl dt:first-child {
	margin-top:0;
	border-top: none;
	padding-top:0;	
}

#examiner dd {

}



#examiner dl.col2 {
	margin-bottom: 10px;
}

#examiner dl.col2 dt{
	width: 90px;
	float: left;
	display: block;
	margin-right: 10px;
	clear: both;
	margin-bottom: 10px;
}

#examiner dl.col2 dd{
	float: left;
}

#examiner dl.col2 dd:last-of-type{
	margin-right: 0;
}

#examiner dl dd p {
	font-size: 0.85rem;
	margin-bottom: 0.5rem;
}

#examiner dl dd:first-of-type {
	margin-bottom: 0.5rem
}

/***********************************/
.entry-btn{
	text-align:center;
	margin-bottom:1em;
}
.entry-btn span,
.entry-btn a{
	display:block;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	padding:8px 40px;
	border:1px solid #ccc;
	border-radius:6px;
}
.entry-btn span{
	color:#888;
	background:#eee;
}
.entry-btn a{
	color:#fff;
	padding:8px;
	background:-moz-linear-gradient(top, #0043ca, #003091);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #003091),color-stop(1, #0043ca));
	background:linear-gradient(to top, #0043ca, #003091);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0043ca', endColorstr='#003091');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0043ca', endColorstr='#003091')";
	zoom:1;
	border-color:#003091;
	box-shadow:1px 1px 3px rgba(0,0,0,.6),
		1px 1px 0 rgba(255,255,255,.5) inset,
		-1px -1px 0 rgba(255,255,255,.2) inset;
}

/******************************************************/
#prize {
	border: 2px solid #00a19a;
	padding: 0 10px 10px;
	border-radius: 6px;
	position: relative;
	text-align: center;
	margin: 40px 0 30px;
}

#prize h2 {
	top: -29px;
	left: calc(50% - 75px);
	background: #00a19a;
	color: #fff;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 150px;
	line-height: 26px;
	letter-spacing: 0.2rem;
	border: none;
	padding: 0;
	font-size: 1rem;
}

#prize .prize-list {
	text-align: left;
	letter-spacing: -.4em;
	overflow: hidden;
	margin-top: 10px;
}

#prize .prize-list:first-of-type {
	margin-top: 25px;
}

#prize .prize-list *{
	letter-spacing: normal;
}

#prize .prize-list dt {
	display: block;
	margin-right: 10px;
	font-size: 0.8rem;
	text-align: center;
	float: left;
	width: 80px;
}

#prize .prize-list dt.prize-1st {
	width: 100px;
}

#prize .prize-list dt.prize-1st em {
	display: block;
	background: url(img/prize_1st.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
	width: 100px;
	height:93px;
	background-size: 100px;
}


#prize .prize-list dt.prize-2nd em {
	display: block;
	background: url(img/prize_2nd.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
	margin-bottom: 5px;
	width: 80px;
	height:74px;
	background-size: 80px;
}

#prize .prize-list dt.prize-3rd em {
	display: block;
	background: url(img/prize_3rd.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0px;
	margin-bottom: 5px;
	width: 80px;
	height:74px;
	background-size: 80px;
}

#prize .prize-list dd {
	display: block;
	padding-top: 1rem;
	margin-left: 90px;
}

#prize .prize-list:first-of-type dd {
	padding-top: 0;
	margin-left: 110px;
}

#prize .prize-list dd.photo {
	width: 100%;
	text-align: center;
	clear: both;
	padding-top: 0;
	margin: 0;
}


/* ////////// theme ////////////////////////////// */


#theme ol,
#theme ul{
	margin: 1rem 0;
	counter-reset:number;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}


#theme li {
	list-style-type:none;
	width: 49%;
	font-size: 0.8rem;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 5px;
	margin-left: 5px;
		
}

#theme li:first-child {
	margin-left: 0;
	
}

#theme li a {
	border: 1px solid #ccc;
	border-radius: 8px;
	display: block;
	text-align: center;
	padding: 5px;
}

#theme li b {
	display: inline-block;
	border-radius: 6px;
	line-height: 1rem;
	text-align: center;
	font-size: 1rem;
}

.results #theme li b {
	display: block;
}


#theme ol li b::before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 50%;
	line-height: 18px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #ccc;
	margin-top: -2px;
	color: #000;
}

@media all and (-ms-high-contrast:none) {
	#theme ol li b::before {
		margin-right: 0; 
	}
}

/* ////////// prize-contents ////////////////////////////// */


#prize-contents {
	border-top: 1px dotted #999;
	margin-top: 1rem;
}

#prize-contents h2 a {
	float: right;
	display: inline-block;
	background: #fff;
	border: 1px solid #00a19a;
	color: #00a19a;
	font-size: 0.8rem;
	line-height: 1.6rem;
	padding: 0 4px;
	border-radius: 4px;
	text-decoration: none;
}


#prize-contents h2 a::before {
 	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-right: 0.2rem;
}


#prize-contents h3{
	font-size:150%;
	font-weight:bold;
	color:#000;
	border:1px solid #666;
	border-width:1px 0;
	margin-bottom: 20px;
}

#prize-contents #prize-2nd{
	padding-top:40px
}

#prize-contents #prize-3rd{
	padding-top:20px
}


#prize-contents h3 div {
	height:62px;
	display:table-cell;
	vertical-align:middle;
	line-height:1.2;
	padding-left:70px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:0 3px;
	background-size:60px 56px;
	padding-right:10px;
}

#prize-contents #prize-1st h3 div {background-image:url(img/prize_1st_s.png);}
#prize-contents #prize-2nd h3 div {background-image:url(img/prize_2nd_s.png);}
#prize-contents #prize-3rd h3 div {background-image:url(img/prize_3rd_s.png);}

#prize-contents h3 div span {
	color: #888;
	font-weight: normal;
	font-size: 0.8rem;
}

#prize-contents .prize-list{
	text-align:center;
	letter-spacing:-0.4em;
	margin:1.5em 0 1em;
}
#prize-contents .prize-list:first-child{ margin-top:0; }
#prize-contents .prize-list li{
	display:inline-block;
	letter-spacing:normal;
	color:#ccc;
	padding:2px 0.8em;
	border-left:1px solid #ccc;
}
#prize-contents .prize-list li:first-child{ border:0; }


#prize-contents .work-wrapper {letter-spacing: -0.4em;}

#prize-contents .work-wrapper .work{ 
	margin-bottom:1.5em; 
	overflow: hidden;
	vertical-align: top;
	letter-spacing: normal;
}

#prize-contents .work-item{
	margin:0 !important;
	background:#eee;
	display: block;
	position:relative;
    vertical-align: middle;
	text-align: center;
	padding: 5px;
}


#prize-contents .work-item img{
	display:block;  
	border:4px solid #fff;
	-webkit-box-shadow: 0 0 3px 0 #cccccc;
	box-shadow: 0 0 3px 0 #cccccc;
	box-sizing: border-box;
	margin: auto;
}

#prize-contents .work .data{ 
	font-size:0.9rem;
	line-height:1.2rem;
	background:#eee;
	padding:0 5px 5px;
}

#prize-contents .work h4{
	font-size:1.2rem;
	font-weight:bold;
	margin:0 0 0.2rem 0;
	display: inline-block;
}
#prize-contents .work-data dl{ clear:both;}

#prize-contents .work-data dt{
	margin-bottom:0.2rem;
	border-left:4px solid #666;
	padding-left: 6px;
	margin-top: 1rem;
	/*font-size:1rem;*/
	font-weight: bold;
	line-height: 1.2rem;
}

#prize-contents .work-data dt:first-child{
	margin-top:0;
}

#prize-contents .work-data dd{
	display:inline;
	/*font-size:1rem;*/
	line-height:1.4;
}
#prize-contents .work-data .detail{
	position:absolute; top:3px; right:0;
	margin:0;
}
#prize-contents .work-data .detail a{
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:2px 6px;
	background:#1FB1D5;
	border:1px solid #1FB1D5;
	border-radius:5px;
}
#prize-contents .work-data .detail a:hover{
	color:#0036ff;
	background:#fff;
	border-color:#0036ff;
}

#prize-contents #prize-1st,
#prize-contents #prize-2nd,
#prize-contents #prize-3rd{ overflow:hidden; }

#prize-contents #prize-1st h3 span:before{ background-position:0 0; }
#prize-contents #prize-2nd h3 span:before{ background-position:-100px 0; }
#prize-contents #prize-3rd h3 span:before{ background-position:-200px 0; }


.results .h1-area {margin-bottom: 0;}

.results .title-area p { 
	padding: 5px;
	color: #fff;
	background: #00A36E;
	text-align: center;
	font-size: 1.2rem;
	text-shadow: 0px 0px 3px #000;
}

.results .title-area p:before{
	content:"";
	display:inline-block;
	width:28px;
	height:25px;
	vertical-align:middle;
	margin:0 10px;
	background:url(img/crc_red.png) no-repeat 0 0;
	background-size: contain;
}

.results .title-area p:after{
	content:"";
	display:inline-block;
	width:28px;
	height:25px;
	vertical-align:middle;
	background:url(img/crc_green.png) no-repeat 0 0;
	margin:0 10px;
	background-size: contain;
}

.results #lead {overflow: hidden;}

/*.results #prize-contents h2	{
	font-size: 1.2rem;
	margin-top: 2rem;
	line-height: 1.5rem;
	padding: 10px 5px 9px;
}
*/
.results #lead p img {
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
}

.results #prize-contents h2:before {
	display: inline-block;
	background: #0ba29a;
	border-radius: 50%;
	margin-right: 5px;
	color: #fff;
	line-height: 1.5rem;
	width: 1.5rem;
	text-align: center;
	font-size: 1rem;
	vertical-align: middle;
}

.results #prize-contents #iyashi h2:before {content: '1';}
.results #prize-contents #outdoor h2:before {content: '2';}
.results #prize-contents #rekishibunka h2:before {content: '3';}
.results #prize-contents #syoku h2:before {content: '4';}


.contents #lead p {
	overflow: hidden;
}

.contents #lead .top-info {
	clear: both;
	border: 2px dotted #007BC9;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 1rem;
}
