@charaset"UTF-8";

/*==================================================================*/
/* css */
/*==================================================================*/
.lum-lightbox.lum-open{z-index:50;}
#certificate{display:none;}

br.sp1{display:block;}
br.sp2{display:block;}
br.sp3{display:none;}
br.sp4{display:none;}
br.sp5{display:none;}

/* 340 *//* ------- */@media screen and (max-width:340px){br.sp5{display:block;}}
/* 640 *//* ------- */@media print, screen and (min-width:640px){
br.sp1{display:none;}
br.sp2{display:block;}
br.sp3{display:block;}
br.sp4{display:none;}
}

/* 980 *//* ------- */@media print, screen and (min-width:980px){
br.sp1{display:none;}
br.sp2{display:none;}
br.sp3{display:block;}
br.sp4{display:block;}
}

/* -------------------------------------------------------------- */
/* contents */
/* -------------------------------------------------------------- */
#contents{
	margin:0;
	padding:0;
	background:none;
	}

/* -------------------------------------------------------------- */
/* mainvisual */
/* -------------------------------------------------------------- */
#mainvisual *{margin:0;padding:0;}
#mainvisual{
	margin:0 auto;
	background:url('./image/mainvisual_back.png') repeat-x 50% 50%;
	background-size:cover;
	}

#mainvisual h1{
	margin:0 auto;
	padding:0;
	width:100%;
	}

/* 640 *//* ------- */@media print, screen and (min-width:640px){h1 img{width:100%;}}
/* 980 *//* ------- */@media print, screen and (min-width:980px){
#mainvisual{background-size:auto;}
#mainvisual h1{width:980px;}
#mainvisual h1 img{width:auto;}
}

/* -------------------------------------------------------------- */
/* lead */
/* -------------------------------------------------------------- */
#lead *{margin:0;padding:0;}
#lead{
	margin:0 auto 20px;
	padding:20px 0 10px;
	background:#fff;
	}
#lead .inner{
	margin:0 auto;
	width:300px;
	}


#lead p{margin:0 0 1em;}
#lead strong{color:#f96c99;}
#lead strong.basic{color:#f96c99;}
#lead strong.ex{color:#1cafda;}

/* 640 *//* ------- */@media print, screen and (min-width:640px){#lead .inner{width:560px;}}
/* 840 *//* ------- */@media print, screen and (min-width:840px){#lead .inner{width:840px;}}

/* -------------------------------------------------------------- */
/* news */
/* -------------------------------------------------------------- */
#news *{margin:0;padding:0;}
#news{
	margin:0 auto;
	width:300px;
	}
#news p{color:#f96c99;letter-spacing:0;}
#news span{padding:0 5px 0 0;font-size:15px;}

/* 640 *//* ------- */@media print, screen and (min-width:640px){
#news{width:560px;}
#news p{letter-spacing:1px;}
#news span{padding:0 10px 0 0;font-size:20px;}
}
/* 840 *//* ------- */@media print, screen and (min-width:840px){#news{width:840px;}}

/* -------------------------------------------------------------- */
/* about */
/* -------------------------------------------------------------- */
#about *{margin:0;padding:0;}
#about{
	margin:0 auto 40px;
	background:#fafafa;
	}
#about .inner{
	margin:0 auto;
	padding:20px 0 40px;
	}

#about h2{
	margin:0;
	text-align:center;
	font-size:24px;
	font-weight:350;
	letter-spacing:10px;
	}

#about h3{
	margin:0 auto 20px;
	color:#f96c99;
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:1.3;
	}
#about h3 span{display:block;}

#about dl{
	margin:0 auto 5px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:320px;
	}
#about dt{
	border-radius:6px;
	width:80px;
	height:1.5em;
	color:#fff;
	background:#1cafda;
	text-align:center;
	}
#about dd{width:230px;}

#about .help{
	display:inline;
	position:relative;
	}
#about .help .hint{
	display:inline-block;
	color:#1cafda;
	cursor:pointer;
	position:absolute;
	top:3px;
	left:5px;
	}
#about .help p span{font-size:18px;}

#about .help div{
	margin:5px 0;
	border:1px solid #1cafda;
	border-radius:4px;
	position:relative;
	color:#1cafda;
	background:#fff;
	font-size:12px;
	display:none;
	}
#about .help div p{
	margin:0;
	padding:10px;
	}


/* 640 *//* ------- */@media print, screen and (min-width:640px){
#about dl{width:560px;}
#about dt{width:100px;}
#about dd{width:440px;}
#about h3 span{padding:0 0.5em;display:inline;}
#about br.sp1{display:none;}
#about .help div{font-size:13px;}
}

/* 840 *//* ------- */@media print, screen and (min-width:840px){
#about{margin:0 auto 40px;}
#about .inner{width:840px;}
#about h2{font-size:30px;}
#about h3{font-size:20px;}
#about dl{width:780px;}
#about dt{width:120px;}
#about dd{width:640px;}
}

/* -------------------------------------------------------------- */
/* course */
/* -------------------------------------------------------------- */
#course *{margin:0;padding:0;}
#course{
	position:relative;
	margin:0 auto 40px;
	padding:0;
	background:#fff;
	}

#course .inner{
	margin:0 auto 40px;
	padding:20px 0 0;
	width:300px;
	}
#course ul{
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	}
#course li{
	margin:0 0 20px;
	width:140px;
	list-style:none;
	line-height:1.3;
	}

#course li a{
	padding:10px 0;
	display:block;
	position:relative;
	color:#fff;
	text-align:center;
	transition:all .3s;
	font-size:14px;
	letter-spacing:0;
	font-weight:400;
	font-style:normal;
	z-index:1;
	}
#course li a::after{
	margin:auto;
	content:"";
	width:0;
	height:0;
	position:absolute;
	left:0;
	right:0;
	border:solid transparent;
	border-width:12px 10px;
	transition:all .3s;
	z-index:-1;
	}
#course li a span{font-size:12px;}

/* basic */
#course #course-basic{border:2px solid #f96c99;}

#course #course-basic a{
	color:#f96c99;
	background:#fff;
	}
#course #course-basic a::after{bottom:-12px;}

#course #course-basic a:hover{
	color:#fff;
	background:#f96c99;
	}
#course #course-basic a:hover::after{
	bottom:-22px;
	border-top:12px solid #f96c99;
	}

/* ex */
#course #course-ex{border:2px solid #1cafda;}
#course #course-ex a{
	color:#1cafda;
	background:#fff;
	}
#course #course-ex a::after{bottom:-12px;}

#course #course-ex a:hover{
	color:#fff;
	background:#1cafda;
	}
#course #course-ex a:hover::after{
	bottom:-22px;
	border-top:12px solid #1cafda;
	}

/* 340 *//* ------- */@media screen and (max-width:340px){}
/* 640 *//* ------- */@media print, screen and (min-width:640px){
#course .inner{
	margin:0 auto;
	width:560px;
	}
#course li{
	width:260px;
	line-height:1.4;
	}
#course li a{
	padding:15px 0;
	font-weight:800;
	font-size:18px;
	letter-spacing:1px;
	}
#course li a span{font-size:14px;}

}
/* 840 *//* ------- */@media print, screen and (min-width:840px){
#course .inner{
	margin:0 auto 60px;
	padding:20px 0 0;
	width:840px;
	}
#course ul{margin:0 40px;}
#course li{width:360px;}
#course li a{font-size:20px;}
#course li a span{font-size:15px;}
}

/* -------------------------------------------------------------- */
/* basic・ex */
/* -------------------------------------------------------------- */
#basic{margin-bottom:100px;}
#basic,#ex{text-align:center;}

#basic h2,#ex h2{
	margin:0 auto 30px;
	padding:0 30px;
	display:inline-block;
	position:relative;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#f96c99;
	box-sizing:border-box;
	font-size:14px;
	text-align:center;
	}
#ex h2{background:#1cafda;}

#basic h2:before, #basic h2:after,
#ex h2:before, #ex h2:after{
	position:absolute;
	content:' ';
	width:0;
	height:0;
	z-index:1;
	}

#basic h2:before,#ex h2:before{
	top:0;
	left:-10px;
	border-width:15px 10px 15px 0;
	border-color:transparent #f96c99 transparent transparent;
	border-style:solid;
	}
#basic h2:before{border-color:transparent #f96c99 transparent transparent;}
#ex h2:before{border-color:transparent #1cafda transparent transparent;}

#basic h2:after,#ex h2:after{
	top:0;
	right:-10px;
	border-width:15px 0 15px 10px;
	border-color:transparent transparent transparent #f96c99;
	border-style:solid;
	}
#basic h2:after{border-color:transparent transparent transparent #f96c99;}
#ex h2:after{border-color:transparent transparent transparent #1cafda;}

#basic h2 span,#ex h2 span{font-size:12px;}

/* 640 *//* ------- */@media print, screen and (min-width:640px){}
/* 840 *//* ------- */@media print, screen and (min-width:840px){
#basic h2 span,#ex h2 span{font-size:16px;}
#basic h2,#ex h2{
	margin:0 auto 60px;
	height:42px;
	line-height:42px;
	font-size:18px;
	}

#basic h2:before,#ex h2:before{
	left:-20px;
	border-width:21px 20px 21px 0;
	}

#basic h2:after,#ex h2:after{
	right:-20px;
	border-width:21px 0 21px 20px;
	}
}

/* -------------------------------------------------------------- */
/* result */
/* -------------------------------------------------------------- */
.result *{margin:0;padding:0;}
.result{}

.result .award{
	margin:0 auto 20px;
	padding:0;
	}

/* h2 */
.result .award h2 img{width:100%;}

#basic .result h2,#ex .result h2{
	margin:0 auto 20px;
	padding:0;
	display:block;
	position:static;
	width:auto;
	height:auto;
	background:#fff;
	line-height:auto;
	text-align:center;
	}
#basic .result h2:before,#ex .result h2:before,
#basic .result h2:after,#ex .result h2:after{display:none;}


.result .inner{
	margin:0 auto 80px;
	padding:0;
	position:relative;
	width:300px;
	}

/* 参加賞印刷 */
.result button{display:none;}

/* award-line */
.result .award .award-line{
	margin:40px auto 60px;
	border-top:3px solid #fcb15c;
	width:300px;
	}
.result .third .award-line{border-top:3px solid #6ec245}
#ex .result .first .award-line{border-top:3px solid #1cafda}

/* headline */
.result .headline{
	margin:0 auto 20px;
	padding:0;
	text-align:center;
	}
.result .headline span{
	margin:0 auto 10px;
	border:1px solid;
	border-radius:3px;
	display:block;
	width:80px;
	background:#fff;
	font-size:14px;
	}

.result .headline h3{line-height:1.3;}

.result .headline p{}
.result .headline p a{
	position:relative;
	color:#6eb92b;
	}
.result .headline p a::after{
	content:'';
	position:absolute;
	top:auto;
	bottom:-2px;
	left:0;
	width:100%;
	height:1px;
	background:#6eb92b;
	transform:scaleX(0);
	}
/* over */
.result .headline p a:hover::after{transform: scaleX(1);}
.result .headline p a,.result .headline p a::after{transition: all .3s;}

/* detail */
.result .detail{
	margin:0 auto 30px;
	padding:0;
	}

.result .movie{
	margin:0 auto 20px;
	width:auto;
	text-align:center;
	}
.result .movie p{
	position:relative;
	margin:0 auto;
	width:300px;
	height:169px;
	cursor:pointer;
	}
.result .movie p::before{
	margin:auto;
	content:" ";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:70px;
	height:70px;
	background:url('/image/ic_movie.png') no-repeat 50% 50%;
	cursor:pointer;
	}

.result .movie iframe{
	width:300px;
	height:169px;
	}

.result .detail p{
	margin:0 auto;
	width:300px;
	text-align:center;
	font-size:13px;
	letter-spacing:2px;
	}
.result .detail p img{
	margin:0 auto 5px;
	width:100%;
	}

.result .detail p{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-content:center;
	}
.result .detail p img{margin:0 auto 10px;}

/* cmt */
.result .cmt{
	width:auto;
	text-align:left;
	z-index:1;
	position:relative;
	}
.result .cmt p{margin:0 0 2em;}

.result .cmt h3{margin:0 0 10px;}

.result .cmt h3:nth-of-type(2){}
.result .cmt h3:nth-of-type(2)::before{
	position:absolute;
	top:0;
	bottom:0;
	left:10px;
	content:" ";
	background:url('./image/ic_official.svg') no-repeat 50% 50%;
	width:40px;
	height:40px;
	}

/* everyone */
.result .everyone{
	margin:0 0 2em;
	width:auto;
	text-align:left;
	z-index:1;
	position:relative;
	}
.result .everyone h3{margin:0 0 10px;}

.result .everyone li.tamiya{display:none;}

.result .everyone ul{}
.result .everyone li{
	margin:0 0 5px;
	padding:10px 15px;
	background:#fff9fa;
	border-radius:6px;
	list-style:none;
	font-size:13px;
	}


/* winner */
.result .winner{
	position:relative;
	text-align:left;
	}	
.result .winner p.photo{margin:0 auto 20px;width:300px;}
.result .winner p.photo1{
	margin:0 auto 20px;
	width:300px;
	}
.result .winner p.photo1 img{width:100%;}

.result .winner dl{
	z-index:1;
	position:relative;
	}
.result .winner dt{margin:0 0 10px;}

.result .winner dd{margin:0 0 10px;}
.result .winner ul{margin:0 0 20px;padding:0 0 0 20px;}
.result .winner li{margin:0 0 10px;}


/* 見出し */
.result .cmt h3,
.result .everyone h3,
.result .winner dt{
	display:inline-block;
	position:relative;
	width:240px;
	height:36px;
	line-height:36px;
	font-weight:600;
	font-size:16px;
	color:#fff;
	text-align:center;
	}
.result .cmt h3:after,
.result .everyone h3:after,
.result .winner dt:after{
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	top:0;
	right:-15px;
	border-width:18px 0 18px 15px;
	border-color:transparent transparent transparent #f96c99;
	border-style:solid;
	}
.result .first .cmt h3:after, .result .first .everyone h3:after, .result .first .winner dt:after{border-color:transparent transparent transparent #f96c99;}
.result .second .cmt h3:after, .result .second .everyone h3:after, .result .second .winner dt:after{border-color:transparent transparent transparent #fcb15c;}
.result .third .cmt h3:after, .result .third .everyone h3:after, .result .third .winner dt:after{border-color:transparent transparent transparent #6ec245;}
#ex .result .first .cmt h3:after, #ex .result .first .everyone h3:after, #ex .result .first .winner dt:after{border-color:transparent transparent transparent #1cafda;}


/* color */
.result .headline h3,
.result .headline span,
.result .everyone li span,
.result .first .headline h3,
.result .first .headline span,
.result .first .everyone li span{color:#f96c99;}

.result .second .headline h3,
.result .second .headline span,
.result .second .everyone li span{color:#fcb15c;}

.result .third .headline h3,
.result .third .headline span,
.result .third .everyone li span{color:#6ec245;}

#ex .result .first .headline h3,
#ex .result .first .headline span,
#ex .result .first .everyone li span{color:#1cafda;}

/* border-color */
.result .headline span,
.result .first .headline span{border-color:#f96c99;}
.result .second .headline span{border-color:#e6a54c;}
.result .third .headline span{border-color:#6ec245;}
#ex .result .first .headline span{border-color:#1cafda;}

/* background */
.result .everyone li,
.result .first .everyone li{background:#fff9fa;}
.result .second .everyone li{background:#fcfae7;}
.result .third .everyone li{background:#fafdf2;}
#ex .result .first .everyone li{background:#f5fefa;}

.result .cmt h3,
.result .everyone h3,
.result .winner dt
.result .first .cmt h3,
.result .first .everyone h3,
.result .first .winner dt{background:#f96c99;}

.result .second .cmt h3,
.result .second .everyone h3,
.result .second .winner dt{background:#fcb15c;}

.result .third .cmt h3,
.result .third .everyone h3,
.result .third .winner dt{background:#6ec245;}

#ex .result .first .cmt h3,
#ex .result .first .everyone h3,
#ex .result .first .winner dt{background:#1cafda;}


/* 640 *//* ------- */@media print, screen and (min-width:640px){
.result .inner{width:560px;}
#basic .result h2,#ex .result h2{}
.result .headline h3{font-size:24px;font-weight:400;}
.result .award .award-line{width:560px;}
.result .movie p{width:440px;height:248px;}
.result .movie iframe{width:440px;height:248px;}
.result .winner p.photo1{
	margin:0 auto 20px;
	width:480px;
	}
.result .winner p.photo1 img{width:100%;}
}

/* 840 *//* ------- */@media print, screen and (min-width:840px){
.result .award{margin:0 auto 200px;}
.result .award:last-of-type{margin:0 auto 40px;}

.result .award h2 img{width:auto;}
#basic .result h2,#ex .result h2{}


.result .headline h3{
	padding:0 80px;
	font-size:30px;
	}
.result .inner{width:840px;}

/* 参加賞印刷 */
.result button{
	display:block;
	position:absolute;
	right:0;
	top:0;
	border:none;
	border-radius:50%;
	width:70px;
	height:70px;
	color:#fff;
	background:url('./image/print.svg') no-repeat 50% 20% #f96c99;
	background-size:50%;
	font-weight:bold;
	cursor:pointer;
	transition:all .3s;
	}
.result .first button{background:url('./image/print.svg') no-repeat 50% 20% #f96c99;background-size:50%;}
.result .second button{background:url('./image/print.svg') no-repeat 50% 20% #fcb15c;background-size:50%;}
.result .third button{background:url('./image/print.svg') no-repeat 50% 20% #6ec245;background-size:50%;}
#ex .result .first button{background:url('./image/print.svg') no-repeat 50% 20% #1cafda;background-size:50%;}


.result button span{
	padding:24px 0 0;
	display:inline-block;
	font-size:12px;
	}
.result button:hover{
	background-color:#1cafda;
	transition:all .3s;
	}
#ex .result button:hover{background-color:#f96c99;}


.result .award .award-line{width:840px;}

.result .detail{
	margin:0 auto 30px;
	display:flex;
	justify-content:space-between;
	background-size:auto;
	}
.result .movie{margin:0 0 40px;text-align:center;}
.result .movie p{
	margin:0 auto;
	width:500px;
	height:281px;
	}
.result .movie iframe{width:500px;height:281px;}

/* winner */
.result .winner{
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	text-align:left;
	}	
.result .winner dl{width:500px;}
.result .winner p.photo{margin:52px 0 20px;}

.result .winner p.photo1{
	margin:0 auto 20px;
	width:620px;
	}

/* first */
.result .first .detail{display:block;text-align:center;}
.result .first .detail .movie p{width:640px;height:360px;}
.result .first iframe{width:640px;height:360px;}
.result .first .detail p{margin:10px auto 0;width:480px;}
}


/* -------------------------------------------------------------- */
/* 注目作品 */
/* -------------------------------------------------------------- */
.result .pickup{
	margin:0 auto 40px;
	padding:40px 0 10px;
	border-radius:10px;
	position:relative;
	width:320px;
	background:url('./image/pickup_back.png') repeat 100% 50% #fafafa;
	}

.result .pickup h3{margin:0 auto 20px;}

.result .pickup p.eyecatch{
	margin:auto;
	padding:0;
	border-radius:20px;
	border:3px solid #a7ca54;
	position:absolute;
	top:-20px;
	left:0;
	right:0;
	width:240px;
	line-height:36px;
	color:#a7ca54;
	background:#fff;
	font-weight:800;
	}
#basic .result .pickup p.eyecatch{border:3px solid #f96c99;color:#f96c99;}
#ex .result .pickup p.eyecatch{border:3px solid #1cafda;color:#1cafda;}

.result .pickup .inner{
	margin:0 auto 20px;
	padding:10px 0 10px;
	border-radius:3px;
	background:#fff;
	width:310px;
	}

.result .pickup .headline{margin:0 auto 10px;}

#ex .result .pickup .headline span{border-color:#1cafda;color:#1cafda;}

.result .pickup .headline h3{margin:0 auto;}
#ex .result .pickup .headline h3{color:#1cafda;}

.result .pickup .detail{
	margin:0 auto 10px;
	width:300px;
	}

.result .pickup .movie{margin-bottom:5px;}
.result .pickup .movie p{
	margin:0 auto;
	width:300px;
	height:169px;
	}
.result .pickup .movie iframe{
	width:300px;
	height:169px;
	}

.result .pickup .detail p{
	margin:0 auto;
	width:300px;
	text-align:center;
	font-size:13px;
	letter-spacing:2px;
	}
.result .pickup .detail p img{margin-bottom:2px;}

/* everyone */
.result .pickup .everyone{
	margin:0 auto;
	padding:10px 0 0;
	border-radius:6px;
	width:300px;
	text-align:center;
	}
#basic .result .pickup .everyone{border:1px solid #f96c99;background:#fdfaf2;}
#ex .result .pickup .everyone{border:1px solid #1cafda;background:#fdfaf2;}

.result .pickup .everyone p{}
#basic .result .pickup .everyone p{color:#f96c99;}
#ex .result .pickup .everyone p{color:#1cafda;}

.result .pickup .everyone li{
	background:none;
	text-align:left;
	font-size:16px;
	}
.result .pickup .everyone li span{display:none;}

/* 640 *//* ------- */@media print, screen and (min-width:640px){
.result .pickup{width:560px;}
.result .pickup .inner{
	margin:0 auto 20px;
	padding:20px 0;
	background:#fff;
	width:500px;
	}
.result .pickup .detail{
	margin:0 auto 10px;
	width:480px;
	}
.result .pickup .everyone{
	margin:0 auto;
	padding:10px 0 0;
	border-radius:6px;
	width:460px;
	text-align:center;
	}
}

/* 840 *//* ------- */@media print, screen and (min-width:840px){
.result .pickup{width:840px;}
.result .pickup .inner{width:700px;}
.result .pickup .detail{width:620px;}

.result .pickup .detail .movie p{
	margin:0 auto;
	width:300px;
	height:169px;
	}
.result .pickup .movie iframe{
	width:300px;
	height:169px;
	}

.result .pickup .detail p{
	margin:0 auto;
	width:300px;
	text-align:center;
	font-size:13px;
	letter-spacing:2px;
	}

.result .pickup .everyone{width:620px;}
#basic .result .pickup .everyone{border:1px solid #f96c99;background:#fff9fa;}
#ex .result .pickup .everyone{border:1px solid #1cafda;background:#f5fefa;}

.result .pickup .everyone p{}
#basic .result .pickup .everyone p{color:#f96c99;}
#ex .result .pickup .everyone p{color:#1cafda;}

.result .pickup .everyone li{
	background:none;
	text-align:left;
	font-size:16px;
	}
.result .pickup .everyone li span{display:none;}
}


/* list */
/* -------------------------------------------------------------- */
.list{
	margin:0 auto;
	padding:0 0 20px;
	width:320px;
	text-align:center;
	}

.list h3{
	margin:0 0 10px;
	font-weight:400;
	font-size:20px;
	}

#basic .list h3{color:#f96c99;}
#ex .list h3{color:#1cafda;}

.list h3 span{display:block;}
.list p{margin:0 0 20px;}

.list .inner{}
.list .inner div{
	margin:0 auto 40px;
	width:280px;
	line-height:1.4;
	}
	
.list h4{
	margin:0 auto 5px;
	padding:0;
	width:60px;
	color:#fff;
	background:#f96c99;
	font-size:14px;
	text-align:center;
	font-weight:350;
	}
#basic .list h4{background:#f96c99;}
#ex .list h4{background:#1cafda;}

.list dl{
	margin:0 auto;
	padding:0;
	border-radius:20px;
	width:260px;
	cursor:pointer;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: all .3s;
	text-align:center;
	}
.list dl:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: all .3s;
	}

.list dt{margin:0 0 10px;}
.list dt img{
	border-radius:20px 20px 0 0;
	width:100%;
	}
.list dd{
	margin:0;
	padding:0 10px 10px;
	color:#999;
	font-size:14px;
	}
.list dd p{
	margin:0 0 10px;
	color:#666;
	font-weight:bold;
	font-size:16px;
	}
.list dd a{
	margin:0;
	width:auto;
	}
.list dd a{
	margin:0;
	padding:0;
	display:inline;
	position:relative;
	width:auto;
	color:#6eb92b;
	}
.list dd a::after{
	content:'';
	position:absolute;
	top:auto;
	bottom:-2px;
	left:0;
	width:100%;
	height:1px;
	background:#6eb92b;
	transform:scaleX(0);
	}
/* over */
.list dd a:hover::after{transform: scaleX(1);}
.list dd a::after{transition: all .3s;}

/* 640 *//* ------- */@media print, screen and (min-width:640px){
.list{
	padding:40px 0 20px;
	width:560px;
	}
.list div.inner{
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:560px;
	}
.list h3 span{
	padding-right:0.5em;
	display:inline;
	}
.list .inner div{margin:0 0 40px;}
}

/* 840 *//* ------- */@media print, screen and (min-width:840px){
.list{width:840px;}
.list h3{
	margin:0 0 20px;
	font-size:30px;
	}
.list p{margin:0 0 40px;}
.list div.inner{width:auto;}
}

/* -------------------------------------------------------------- */
/* general */
/* -------------------------------------------------------------- */
#general *{margin:0;padding:0;}
#general{
	margin:0 auto;
	padding:30px 0;
	background:url('./image/pickup_back.png') repeat 50% 50% #fafafa;
	}
#general div{
	margin:0 auto;
	width:320px;
	}
#general p{
	margin:0 0 1em;
	font-size:16px;
	text-shadow:
		2px  2px 4px #fff;
		-2px  2px 4px #fff;
		2px -2px 4px #fff;
		-2px -2px 4px #fff;
		2px  0px 4px #fff,
		0px  2px 4px #fff,
		-2px  0px 4px #fff,
		0px -2px 4px #fff;
	}
#general p:first-of-type{text-align:center;}
#general p span{font-size:36px;}
#general p span:first-of-type{color:#e40b20;}
#general p span:last-of-type{color:#1177bf;}

/* 340 *//* ------- */@media screen and (max-width:340px){
#general div{width:280px;}
#general p{font-size:14px;}
	}

/* 640 *//* ------- */@media print, screen and (min-width:640px){
#general div{width:560px;}
#general br.sp1{display:block;}
}

/* 840 *//* ------- */@media print, screen and (min-width:840px){
#general{margin:0 auto;}
#general div{width:840px;}
#general p{text-align:center;}
}
/* -------------------------------------------------------------- */