<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.nav-contest:after,
.box:after,
.credit:after,
.message:after,
.well:after,
#contents:after,
#main:after,
#aside:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.nav-contest,
.box,
.credit,
.message,
.well,
#footer,
#entryNav,
#contents,
#main,
#aside{
	zoom: 1;
}


.block1:after,
.block2:after,
.block3:after,
.block4:after,
.block5:after,
.block6:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.block1,
.block2,
.block3,
.block4,
.block5,
.block6{
	zoom: 1;
}


#contest p{
	line-height: 180% !important;
}

#contest.new p{
	line-height: 170% !important;
}


/* font size */
.text-xxlarge {
	font-size: 2.2em;
	letter-spacing:1px;
}
.text-xlarge {
	font-size: 2.0em !important;
	letter-spacing:1px;
}
.text-large {
	font-size: 1.8em !important;
	letter-spacing:1px;
}
.text-xmedium {
	font-size: 1.6em !important;
	letter-spacing:1px;
}
.text-medium {
	font-size: 1.4em !important;
	letter-spacing:1px;
}
.text-normal {
	font-size: 1.2em !important;
}
.text-small {
	font-size: 1.0em !important;
	line-height: 170% !important;
}
.text-xsmall {
	font-size: 0.8em !important;
	line-height: 100% !important;
}

/* text position */
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}


.em-mark{
	background:#EAF1B8;
}
.color-caution{
	color:#FF6600;
}
.color-brand-green{
	color:#18BA60;
}

/* button */
.button{
	font-size: 1.2em;
	line-height: 160%;
	text-align: center;
}
.button a{
	background: #FFF;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 14px 8px 14px;
	display: block;
	color: #333;
	text-decoration: none !important;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.button a:hover{
	background: #CCC;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 14px 8px 14px;
	display: block;
	color: #666;
	text-decoration: none !important;
}

.button-md{
	font-size: 1.4em;
	line-height: 170%;
	padding: 12px 24px 12px 24px;
}
.button-md a{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 24px 12px 24px;
}
.button-md a:hover{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 24px 12px 24px;
}

.button-brand-green a{
	background: #18BA60;
	border:1px solid #18BA60;
	color: #FFF;
}
.button-brand-green a:hover{
	background: #DDD;
	border:1px solid #DDD;
	color: #FFF;
}

.button-blank a{
	background: #CCC;
	border:1px solid #CCC;
	color: #FFF;
}
.button-blank a:hover{
	background: #CCC;
	border:1px solid #CCC;
	color: #FFF;
}


a.line-none {
	color:#333 !important;
	text-decoration: none !important;
}
a:hover.line-none{
	color:#18BA60 !important;
	text-decoration: underline !important;
}

a.color-brand-green {
	color:#18BA60 !important;
	text-decoration: underline !important;
}
a:hover.color-brand-green{
	color:#18BA60 !important;
	text-decoration: none !important;
}


.imgover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.imgover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.img-round-corners img{
	border-radius: 5px;
}

/* column */
.well {
	padding: 20px 24px 20px 24px;
	background-color: #F8F8F8;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
}

.well-lg {
	padding: 30px;
	border-radius: 4px;
}
.well-sm {
	padding: 10px;
	border-radius: 4px;
}

.well-white {
	background-color: #FFF;
}

.well-border-no {
	border: none;
}
.well p:last-child {
	margin-bottom: 0 !important;
}

#overlay-caution h3{
	font-size: 1.8em;
	font-weight: 700;
	color:#54b947 !important;
}
#overlay-caution p{
	font-size: 1.2em;
	line-height: 170%;
}
#overlay-caution .sw-well {
	padding: 22px 24px 8px 24px;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	margin-bottom: 20px;
}
#overlay-caution .sw-well li{
	font-size: 1.2em;
	line-height: 180%;
}
#overlay-caution p.sw-caution{
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
}
#overlay-caution .method h4{
	font-size: 1.2em;
	font-weight: bold;
	color:#FF6600 !important;
	margin-bottom: 6px;
}
#overlay-caution .method ul{

	margin-bottom:4px;
}

#overlay-caution .method li{
	font-size: 1.2em;
	line-height: 160%;
	margin-bottom:4px;
}



/* タイトル文字
-------------------------------------------- */
#contest .hgroup{
	position: relative;
	clear: both;
	text-align: center;
}
#contest .hgroup h3{
	font-size: 2.0em;
	font-weight: normal;
	color: #3F3F3F;
	letter-spacing: 2px;
	margin: 1.0em 0 1.5em 0;
}
#contest .hgroup h3:before {
	content: "";
	display: block;
	border-top: solid 1px #CCC;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
#contest .hgroup h3 span {
	background: #FFF;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}

#contest .hgroup h4{
	font-size: 1.3em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 180%;
	text-align: left;
	margin-bottom: 12px !important;
}
#contest .hgroup h4 span.catch {
	background: #3F3F3F;
	padding: 10px 16px 9px 16px;
}
#contest .hgroup p span.workshop_title {
	background: #3F3F3F;
	padding: 12px 18px 11px 18px;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFF !important;
	letter-spacing: 1px;
	text-align: center !important;
}
#contest .hgroup h5{
	font-size: 1.3em;
	font-weight: bold;
	color: #111;
	letter-spacing: 1px;
	line-height: 170%;
	text-align: left;
	border-left: solid 4px #18BA60;
	padding-left: 8px;
	margin-bottom: 12px !important;
}

#contest .about .box{
	margin-bottom: 40px !important;
}
#contest .about .box p{
	margin-bottom: 16px !important;
}
#contest .about .box table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 16px 0 0 0;
	line-height: 185%;
	border-bottom: 1px solid #DDD;
}
#contest .about .box table th{
	padding: 16px 12px 16px 12px;
	border-top: 1px solid #DDD;
	vertical-align: top;
	font-size:1.2em;
	font-weight: bold;
	white-space: nowrap;
}
#contest .about .box table td{
	padding: 16px 12px 16px 12px;
	border-top: 1px solid #DDD;
	vertical-align: top;
	font-size:1.2em;
}
#contest .about .box table td i{
	font-size:2.0em;
	color:#18BA60;
}

#contest .about .info{
	margin-top: 30px;
}

#contest .about ul.photo-gallery li{
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}
#contest .about ul.photo-gallery li:nth-child(3n+1) {
	clear: both;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.hide_mob{
	display: none;
}

.nav-contest{
	position: relative;
	z-index: 9999 !important;
}
.nav-contest ul.child{
	display: none;
	position: absolute;
}
.nav-contest ul.child li{
	clear:both;
	width: 380px;
	padding: 0 !important;
	border-right:0 !important;
	font-size:0.7em !important;
	border-left:3px solid #999 !important;
	border-bottom:1px solid #DEDEDE !important;
}
.nav-contest ul.child li a{
	background:#FFF !important;
	color:#333 !important;
	padding :8px 12px 8px 12px !important;
}
.nav-contest ul.child li a:hover{
	background: #999 !important;
	color:#FFF !important;
	padding :8px 12px 8px 12px !important;
}


#contest .nav-contest{
	width: 1040px;
	margin: auto;
	margin-bottom: 40px;
	background-color:#EFEFEF;
	position: relative;
	z-index: 0;
}
#contest .nav-contest ul li{
	float: left;
	font-size: 1.4em;
	color: #AAA;
	border-right:1px #DDD solid;

	padding: 10px 8px 8px 8px;
}
#contest .nav-contest ul li a{
	display: block;
	padding: 10px 14px 10px 14px;
	color: #111;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#contest .nav-contest ul li a:hover{
	display: block;
	padding: 10px 14px 10px 14px;
	background-color:#999;
	color: #FFF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
	text-decoration: none;
}
#contest .nav-contest ul li span{
	display: block;
	padding: 10px 14px 8px 14px;
}
#contest .nav-contest .button{
	font-size: 1.0em !important;
	margin:13px 0 0 20px !important;
}

#nav_mob{
	display: none;
}

#contents {
	width: 100%;
}

#contest .inner{
	width: 1040px;
	margin: auto;
}

#contest #crumb{
	width: 1040px !important;
	margin-bottom: 18px !important;
}


/* TOPタイトル
-------------------------------------------- */
#contest .title{
	width: 1040px;
	margin: auto;
	background-image:url(/image/contest/014/title_bg.jpg);
	padding: 100px 0 0 0;
	margin-bottom: 0;
	height: 320px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1040px auto;
	background-color: #FFF;
	position: relative;
	background-attachment: fixed;
}
#contest .title:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
}

#contest .title-15{
	width: 980px;
	margin: auto;
	background-image:url(/image/contest/015/title_bg.jpg);
	padding: 12px 0 0 60px;
	margin-bottom: 0;
	height: 410px;
	background-position: center -40px;
	background-repeat: no-repeat;
	background-size: 1040px auto;
	background-color: #FFF;
	position: relative;
	background-attachment: fixed;
}
#contest .title-15:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
}

#contest .title-16{
	width: 980px;
	margin: auto;
	background-image:url(/image/contest/016/title_bg.jpg);
	padding: 60px 0 0 60px;
	margin-bottom: 0;
	height: 440px;
	background-position: center -30px;
	background-repeat: no-repeat;
	background-size: 1040px auto;
	background-color: #FFF;
	position: relative;
	background-attachment: fixed;
}
#contest .title-16:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
}
#contest .title-16 p.lead{
	font-size: 1.8em;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
	text-shadow: 0 0 4px #333, 0 0 4px #333;
	padding: 10px 0 0 16px;
}
#contest .title-16 p.lead_en{
	font-size: 1.8em;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
	text-shadow: 0 0 4px #333, 0 0 4px #333;
	padding: 10px 0 0 16px;
}

#contest .title-17{
	width: 1040px;
	margin: auto;
	background-image:url(/image/contest/017/title_bg.jpg);
	padding: 0 0 0 0;
	margin-bottom: 0;
	height: 600px;
	background-position: center 90px;
	background-repeat: no-repeat;
	background-size: 1040px auto;
	background-color: #FFF;
	position: relative;
	background-attachment: fixed;
}
#contest .title-17:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
}
#contest .title-17 p.num{
	position: absolute;
	right: 24px;
	top: 16px;z-index: 100;
	font-size: 1.8em;
	font-weight: bold;
	color: #409eb8;
	letter-spacing: 1px;
	border-top:1px #409eb8 solid;
	border-bottom:1px #409eb8 solid;
	padding:8px 8px; 
}
#contest .title-17 h2{
	width: 390px;
	padding: 160px 0 0 45px;
	filter: drop-shadow(3px 3px 4px #FFF);
}
#contest .title-17 h2.en{
	width: 100%;
	padding: 170px 0 0 45px !important;
	font-size: 4.2em !important;
	font-family: 'Cormorant Garamond', serif;
	color: #3e3a39 !important;
	text-shadow: 0 0 4px #FFF;
}
#contest .title-17 p.sublead{
	width: 320px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	filter: drop-shadow(1px 1px 2px #4d6991);
}
#contest .title-17 h2 img{
	width: 100%;
	height: auto;
}
#contest .title-17 p.lead{
	font-size: 1.6em;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	line-height: 190% !important;
	letter-spacing: 2px;
	text-shadow: 0 0 4px #4d6991, 0 0 4px #4d6991;
	padding: 0 0 0 60px;
	position: absolute;
	bottom: 45px;
}



.title-18_mob{	
	display: none;
}

#title {
	animation: bg-color 20s infinite;
	-webkit-animation: bg-color 20s infinite;
	position: relative;
}
@-webkit-keyframes bg-color {
	0% { background-color: #f0efed; }
	20% { background-color: #5dabd1; }
	40% { background-color: #9cc8e3; }
	50% { background-color: #b3abcf; }

	60% { background-color: #9cc8e3; }
	80% { background-color: #5dabd1; }

	100% { background-color: #f0efed; }
}
@keyframes bg-color {
	0% { background-color: #f0efed; }
	20% { background-color: #5dabd1; }
	40% { background-color: #9cc8e3; }
	50% { background-color: #b3abcf; }

	60% { background-color: #9cc8e3; }
	80% { background-color: #5dabd1; }

	100% { background-color: #f0efed; }
}


#contest .title-18 p.num{
	width:370px;
	margin: auto;
	font-size: 1.6em;
	font-weight: bold;
	color: #60b1d5;
	text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
	text-align: center;
	letter-spacing: 1px;
	border-top:1px #60b1d5 solid;
	border-bottom:1px #60b1d5 solid;
	padding:12px 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 240px;
  margin: auto;
}

#contest .title-18{
	width: 100%;
	margin: auto;
	background-image:url(/contest/018/image/title_bg-ddd.png);
	height: 960px;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#contest .title-18 h2{
	width: 440px;
	margin: auto;
	padding: 360px 0 0 0;

}
#contest .title-18 h2.en{
	text-align: center;
	padding: 360px 0 0 0;
	font-size: 5.2em !important;
	font-family: 'Cormorant Garamond', serif;
	color: #FFF !important;
	letter-spacing: 1px;
	text-shadow: 0 0 4px rgba(81, 151, 175, .9);
}
#contest .title-18 h2 img{
	width: 100%;
	height: auto;
}








#title  p.lead{
	font-size: 1.65em;
	color: #FFF;

	line-height: 180% !important;
	letter-spacing: 2px;
	text-shadow: 0 0 4px #3c6e7f, 0 0 4px #3c6e7f, 0 0 4px #3c6e7f, 0 0 4px #3c6e7f, 0 0 4px #FFF;
	width: 100%;
	position: absolute;
	bottom: 60px;
	text-align: center;
}
#title  p.lead-en{
	font-size: 1.8em !important;
	color: #FFF;
	font-family: 'Cormorant Garamond', serif;
	line-height: 180% !important;

	text-shadow: 0 0 4px #3c6e7f, 0 0 4px #3c6e7f, 0 0 4px #3c6e7f, 0 0 4px #3c6e7f, 0 0 4px #FFF;
	width: 100%;
	position: absolute;
	bottom: 60px;
	text-align: center;
}


 #contents{
	width: 100% !important;

}

.theme-018,
.wc018 .cover{
	width: 100% !important;
	background: #60b1d5 !important;
	background: -webkit-linear-gradient(to right, #f2fcfe, #60b1d5 ,#f2fcfe) !important;
	background: linear-gradient(to right, #f2fcfe, #60b1d5 ,#f2fcfe) !important;
	padding: 24px 0 !important;
}
.wc018 .cover h2{
	font-family: 'Noto Serif JP', serif !important;
	font-size: 1.75em !important;
	font-weight: bold;
	color: #FFF !important;
	line-height: 170%;
	letter-spacing: 2px;
}
.theme-018 p,
.wc018 .cover p{
	font-size: 1.5em !important;
	font-size: 1.8em !important;

	line-height: 120% !important;
	font-family: 'Cormorant Garamond', serif;
}

#contest .message{
	width: 1040px;
	margin:auto;
	text-align: center;
	margin-bottom: 40px;
}
#contest .message h2{
	font-size: 2.0em;
	margin-bottom: 10px;
}
#contest .message p{
	font-size: 1.3em;
	margin-bottom: 16px;
}
#contest .message p a{
	text-decoration: underline;
}


#contest #cover{
	width: 100%;
	background-image:url(/image/contest/014/title_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
	position: relative;
	z-index: 0;
}

#contest #cover.theme-014{
	width: 100%;
	background-image:url(/image/contest/014/title_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
	position: relative;
	background-attachment: fixed;
	z-index: 0;
}

#contest #cover.theme-015{
	width: 100%;
	background-image:url(/image/contest/015/theme-15_bg.jpg);
	background-position: center 40px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
	position: relative;
	background-attachment: fixed;
	z-index: 0;
}

#contest .top #cover.theme-015{
	width: 100%;
	background-image:url(/image/contest/015/theme-15_bg.jpg);
	background-position: center -100px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #EFEFEF;
	position: relative;
	background-attachment: scroll !important;
	z-index: 0;
	margin-bottom: 40px;
}

#contest #theme .theme-016{
	width: 100%;
	min-width: 1040px;
	background-image:url(/image/contest/016/theme-16_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EFEFEF;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
}

#contest #theme .theme-017{
	width: 100%;
	min-width: 1040px;
	background-image:url(/image/contest/017/theme-17_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EFEFEF;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
	display: table;
	text-align: center;
}

#contest #theme .theme-019{
	width: 100%;
	min-width: 1040px;
	background-image:url(/contest/019/image/bg_lang___.jpg);
	background-position:-0px -220px;
	background-size: cover;
	background-repeat:no-repeat;
	position: relative;
	background-attachment: fixed;
	z-index: 0;
	margin-bottom: 40px;
	display: table;
	text-align: center;
}

#contest.wc019 #theme:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#contest.wc019 #theme .bg{
	width: 100%;
	padding: 40px 0 40px 0;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest.wc019 #theme .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
}

#contest.wc019 #theme h2{
	font-size: 2.0em;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #e96a6a;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
	line-height: 180% !important;
	position: relative;
	z-index: 100;
}
#contest.wc019 #theme p{
	font-size: 1.8em;
	line-height: 180%;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	z-index: 100;
}



#contest #theme:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#contest #theme .bg{
	width: 100%;
	padding: 40px 0 40px 0;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest #theme .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

#contest #theme h2{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 190%;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index: 100;
}
#contest #theme p{
	font-size: 1.8em;
	line-height: 180%;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	z-index: 100;
}








#contest .top #theme .theme-017 p{
	width: 100%;
	margin:auto;
	height: 120px;
	padding-top: 40px;
	letter-spacing: 2px;
	text-align: center !important;
}
#contest #theme .theme-017 p{
	width: 100%;
	margin:auto;
	height: 80px;
	padding-top: 30px;
	letter-spacing: 2px;
	text-align: center !important;
}



#contest #cover.theme-016{
	width: 100%;
	min-width: 1040px;
	background-image:url(/image/contest/016/theme-16_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EFEFEF;
	position: relative;
	z-index: 0;
}
#contest #cover:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#contest #cover .bg{
	width: 100%;
	padding: 30px 0 30px 0;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest #cover .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#contest #cover h2{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 190%;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index: 100;
}
#contest #cover p{
	font-size: 1.4em;
	line-height: 180%;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 100;
}


#contest #main{
	float: left !important;
	width: 740px !important;
}


#contest .outline .box{
	margin-bottom: 40px;
}
#contest .outline p{
	font-size: 1.4em;
	margin-bottom: 16px;
}
#contest .outline p a{
	text-decoration: underline;
}
#contest .outline .text{
	float: left;
	width: 70%;
}
#contest .outline .image{
	margin-bottom: 10px;
}
#contest .outline .sho{
	float: right;
	text-align: center;
}
#contest .outline .sho .photo{
	margin-bottom: 6px;
}
#contest .outline .sho p{
	line-height: 140% !important;
}

#contest .outline .block2{
	width: 90%;
	text-align: center !important;
}
#contest .outline .block2 .box-judge{
	float: left;
	width: 44%;
	text-align: center !important;
}
#contest .outline .block2 .box-judge:nth-child(odd){
	float: left;
}
#contest .outline .block2 .box-judge:nth-child(even){
	float: right;
}

#contest .outline .box-judge1{
	float: left;
	width: 100%;
}

#contest .outline .box-judge1:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#contest .outline .box-judge1{
	zoom: 1;
}
#contest .outline .box-judge1 p.name{
	font-size: 1.6em !important;
	font-weight: bold !important;
	margin-bottom: 8px !important;
}
#contest .outline .box-judge1 .image{
	float: left !important;
	width: 180px !important;
	margin-right: 30px;
}
#contest .outline .box-judge1 .image img{
	width: 100%;
	height: auto;
}
#contest .outline .box-judge1 .text{
	float: left !important;
}






#contest .info{
	margin-bottom: 50px;
}
#contest .info h5{
	font-size: 1.5em;
	color: #333;
	margin-bottom: 6px;
}
#contest .info p{
	font-size: 1.4em;
	margin-bottom: 4px;
}
#contest .info p a{
	text-decoration: underline;
}

#contest .credit{
}
#contest .credit ul li{
	margin-bottom: 8px;
}
#contest .credit ul.ver-en li{
	float: left;
	font-size: 1.0em !important;
	margin-right: 15px !important;
}

#contest .credit ul li span.logo{
	display: inline-block;
	width: 140px !important;
	margin-left: 12px;
}
#contest .credit ul li span.logo img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}


#contest #whats{
	width: 100%;
	margin: auto;
	padding: 40px 0 40px 0;
	background-image:url(/image/contest/014/about_bg.jpg);
	margin-top: 40px;
	margin-bottom: 40px;
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
}
#contest #whats h3{
	font-size: 1.8em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 18px;
}
#contest #whats p{
	font-size: 1.3em;
	line-height: 190% !important;
	letter-spacing: 1px;
}


#contents .about .btn{
	text-align: center;
}


#contents .judge .block2{
	width: 100%;
	text-align: center !important;
}
#contents .judge .block2 .box-judge{
	float: left;
	width: 47%;
	text-align: center !important;
}
#contents .judge .block2 .box-judge:nth-child(odd){
	float: left;
}
#contents .judge .block2 .box-judge:nth-child(even){
	float: right;
}
#contents .judge .name{
	text-align: center;
	margin-bottom: 20px;
}
#contents .judge .name p{
	margin-bottom: 12px;
}
#contents .judge .image{
	width: 380px !important;
	margin:auto !important; 
	margin-bottom: 16px !important;
}
#contents .judge .image img{
	width: 100% !important;
	height:auto !important; 

}
#contents .judge h5{
	font-size: 1.8em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#contents .judge .profile p{
	font-size: 1.2em;
	margin-bottom: 12px;
}
#contents .judge .profile p a{
	text-decoration: underline;
}


#contents .interview{
	margin-top: 60px;
}
#contents .interview .intro{
	border-bottom:1px solid #EFEFEF;
	padding-bottom: 34px;
	margin-bottom: 34px;
}
#contents .interview .intro h5{
	font-size: 1.3em;
	margin-bottom: 10px;
}
#contents .interview .intro p.lead{
	font-size: 1.3em;
	line-height: 190% !important;
	margin-bottom: 24px;
}
#contents .interview .section{
	margin-bottom: 45px;
}
#contents .interview h4{
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	color: #18BA60;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#contents .interview p{
	font-size: 1.2em;
	line-height: 190% !important;
}

#contents .interview p.que{
	font-weight: bold;
	margin-bottom: 18px;
}
#contents .interview span.a-head{
	font-weight: bold;
	color: #18BA60;
}
#contents .interview span.q-head{
	letter-spacing: -4px;
}

#contents .interview .image{
	position: relative;
	z-index: 1;
}
#contents .interview .image img{
	width: 100%;
	height: auto;
	border:1px solid #EFEFEF;
	vertical-align: bottom;
}
#contents .interview .image i.fa-expand{
	position: absolute;
	bottom: 10px;
	right: 6px;
	z-index: 1000;
	font-size: 1.5em;
	color: #FFF;
	padding:6px 8px; 
	background: rgba(0,0,0,.4);
}
#contents .interview .image-intro{
	float: right;
	width: 220px;
	margin-left: 24px;
}
#contents .interview .image-sub-y{
	float: right;
	width: 300px;
	margin-left: 24px;
	margin-bottom: 10px;
}
#contents .interview .image-sub-t{
	float: right;
	width: 240px;
	margin-left: 24px;
}


#contents .works .win{
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
#contents .works.wc018 .sho-wencontest{
	order: 2;
	margin-left: 80px;
}
#contents .works.wc018 .sho-judge{
	order: 1;
}

#contents .works .sho{
	margin-bottom: 15px;
}
#contents .works .icon img{
	margin-bottom: 0;
}
#contents .works .sho .image{
	margin-bottom: 15px;
}
#contents .works .sho-judge h4{
	font-size: 2.4em;
	font-family: 'Noto Serif JP', serif;
	color: #CC9900;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-judge h5{
	font-size: 2.0em !important;
	letter-spacing: 1px;
	margin-top: 12px;
	margin-bottom: 16px;
}

#contents .works .sho-wencontest h4{
	font-size: 2.4em;
	font-family: 'Noto Serif JP', serif;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	margin-bottom: 16px !important;
}

#contents .works.wc018 .sho-wencontest h4{
	font-size: 1.85em !important;
	font-family: 'Noto Serif JP', serif;
	line-height: 180%;
	color: #CC9900 !important;
	letter-spacing: 0px;
	margin-bottom: 0 !important;
	margin-bottom: 16px !important;
}

#contents .works .sho-wencontest h5{
	font-size: 2.0em !important;
	letter-spacing: 1px;
	margin-top: 12px;
	margin-bottom: 16px;
}

#contents .works .sho-corp h4{
	font-size: 1.8em;
	font-family: 'Noto Serif JP', serif;
	color: #888;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-corp h5{
	font-size: 1.8em !important;
	margin-top: 12px;
}
#contents .works .sho-incentive h4{
	font-size: 1.5em;
	color: #BB8B0A;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works p.name{
	font-size: 1.3em !important;
}

#contents .works .soukatsu-comment {
	border:1px solid #DDD !important;
	border-radius: 5px;
	margin-bottom: 30px;
}
#contents .works .soukatsu-comment p.title-soukatsu{
	font-size: 1.4em !important;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
}
#contents .works .soukatsu-comment p.name-soukatsu{
	margin-top: 4px;
	text-align: right;
}
#contents .works .bg-gray {
	background-color: #F5F5F5;
	padding: 20px 20px 20px 20px;
}

#contents .works .sho-comment {
	margin-top: 20px;
}





#contents .works .bg-gray p{
	text-align: left;
	color: #666;
}
#contents .works .bg-gray p.text-sm{
	font-size: 1.05em !important;
}

#contents .works .box a:hover{
	text-decoration: none;
}

#contents .works p.lead{
	font-size: 1.3em !important;
	text-align: center;
	margin-bottom: 30px;
}


#contest #side{
	float: right;
	width: 250px;
	background: #EFEFEF;
	padding: 15px 0 15px 0;
	position: relative;
	z-index: 0;
}

#contest #side .facebook{
	width: 220px;
	margin: auto;
	margin-bottom: 30px;
}
#contest #side .download{
	width: 220px;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
#contest #side .download h3{
	font-size: 1.3em;
	color:#18BA60;
	margin-bottom:8px;
}
#contest #side .download .image{
	width: 150px;
	margin: auto;
	margin-bottom: 4px;
}
#contest #side .download .image img{
	width: 100%;
	height: auto;
}
#contest #side .download p{
	font-size: 1.0em;
}
#contest #side .download p a{
	text-decoration: underline;
}

#contest #side .facebook{
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

.boxLinkbnr{
	width:190px;
	margin: auto;
	background: #FFF;
	padding:15px;
}
.boxLinkbnr h3{
	font-size: 1.3em;
	color:#18BA60;
	margin-bottom:4px;
}
.boxLinkbnr p.lead{
	font-size: 1.0em;
	margin-bottom:6px;
}
.boxLinkbnr .boxDL{
	border-top:1px solid #CCC;
	padding-top:12px;
}
.boxLinkbnr .win{
	font-size: 1.0em;
	margin-bottom:10px;
}
.boxLinkbnr .boxDL h4{
	font-size: 1.0em;
}
.boxLinkbnr .boxDL p.dl{
	font-size: 0.9em;
}

#slider li{
	float: left;
	width: 190px;
}
#slider li img{
	max-width: 100%;
	height: auto;
}

	.post{
		height: 140px;
		position: relative;
		top:0px;
	}
	.post p.text{
		font-size: 1.1em;
		font-weight: bold;
		color:#222;
		margin-top:15px;
	}
		.post a{color: #fff;}
		.post a:hover{text-decoration: none; }

#slider1 .post{text-align:center;}
#slider2 .post{text-align:center;}
#slider3 .post{text-align:center;padding-top:40px;}
#slider4 .post{text-align:center;padding-top:50px;}
#slider5 .post{text-align:center;;padding-top:20px;}
#slider6 .post{text-align:center;;padding-top:50px;}

/* Navi */
.bx-pager{
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 20;
	margin-top:12px;
	margin-bottom:12px;
}
	*:first-child+html .bx-pager{
		margin-top: 10px;
	}

.bx-pager a{
	display: block;
	width: 24px;
	height: 25px;
	float: left;
	background: url(/image/contest/014/navi-bg1.png) no-repeat 0 0;
	color: #fff !important;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
	margin: 0 3px;
	border-bottom: none !important;
	}

	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 100%;
	}





/* レイアウト
-------------------------------------------- */

.block2 .box{
	float: left;
	width: 46%;
}
.block2 .box:nth-child(odd){
	clear: both;
}
.block2 .box:nth-child(even){
	float: right;
}

.block3 .box{
	float: left;
	width: 30%;
	margin-right: 4.6%;
}
.block3 .box:nth-child(3n) {
	float: right;
	margin-right: 0;
}
.block3 .box:nth-child(3n+1) {
	clear: both;
}

.block4 .box{
	float: left;
	width: 23.5%;
	margin-right: 1.95%;
}
.block4 .box:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.block4 .box:nth-child(4n+1) {
	clear: both;
}


.block5 .box{
	float: left;
	width: 19%;
	margin-right: 1.2%;
}
.block5 .box:nth-child(5n) {
	float: right;
	margin-right: 0;
}
.block5 .box:nth-child(5n+1) {
	clear: both;
}


.block2 .entry,
.block3 .entry,
.block4 .entry {
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.entry .image{
	text-align: center;
	margin-bottom: 10px;
}
.entry .image img{
	max-width: 100%;
	height: auto;
}
.block2 .entry h5,
.block3 .entry h5,
.block4 .entry h5{
	font-size: 1.35em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.block2 .entry p,
.block3 .entry p,
.block4 .entry p{
	font-size: 1.1em !important;
}

.block2 .entry .tate,
.block3 .entry .tate,
.block4 .entry .tate{
	width: 65% !important;
	height: auto;
	margin: auto;
}

.block2 .well:hover,
.block3 .well:hover,
.block4 .well:hover {
	background: #EFEFEF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
	text-decoration: none !important;
}



/* ラベル部分 左上に表示 */
.block4 .box .number{
    border-bottom: 3.8em solid transparent;
    border-left: 3.8em solid #18BA60; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.block4 .box .number span {
    transform: rotate(-45deg);
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 5px;
    left: -38px;
    z-index: 101;
}




.offset-90{
	width: 90%;
	margin: auto;
}
.offset-80{
	width: 80%;
	margin: auto;
}
.offset-70{
	width: 70%;
	margin: auto;
}
.offset-60{
	width: 60%;
	margin: auto;
}
.offset-50{
	width: 50%;
	margin: auto;
}
.offset-40{
	width: 40%;
	margin: auto;
}
.offset-30{
	width: 30%;
	margin: auto;
}
.offset-20{
	width: 20%;
	margin: auto;
}
.offset-10{
	width: 10%;
	margin: auto;
}

.image-w-10 img{
	width: 10% !important;
	height: auto;
}
.image-w-20 img{
	width: 20% !important;
	height: auto;
}
.image-w-30 img{
	width: 30% !important;
	height: auto;
}
.image-w-40 img{
	width: 40% !important;
	height: auto;
}
.image-w-50 img{
	width: 50% !important;
	height: auto;
}
.image-w-60 img{
	width: 60% !important;
	height: auto;
}
.image-w-70 img{
	width: 70% !important;
	height: auto;
}
.image-w-80 img{
	width: 80% !important;
	height: auto;
}
.image-w-90 img{
	width: 90% !important;
	height: auto;
}



.entry .image{
}
.entry .image img{
	max-width: 100%;
	height: auto;
}

.entry .image-left{
	float: left;
}

.entry-image-l-30{
}
.entry-image-l-30 .image{
	float: left;
	width: 26%;
}
.entry-image-l-30 .text{
	float: right;
	width: 68%;
}
.entry-image-r-30{
}
.entry-image-r-30 .image{
	float: right;
	width: 26%;
}
.entry-image-r-30 .text{
	float: left;
	width: 68%;
}

.entry-image-l-40{
}
.entry-image-l-40 .image{
	float: left;
	width: 36%;
}
.entry-image-l-40 .text{
	float: right;
	width: 58%;
}
.entry-image-r-40{
}
.entry-image-r-40 .image{
	float: right;
	width: 36%;
}
.entry-image-r-40 .text{
	float: left;
	width: 58%;
}





.entry-image-l-50{
}
.entry-image-l-50 .image{
	float: left;
	width: 48%;
}
.entry-image-l-50 .text{
	float: right;
	width: 48%;
}
.entry-image-r-50{
}
.entry-image-r-50 .image{
	float: right;
	width: 48%;
}
.entry-image-r-50 .text{
	float: left;
	width: 48%;
}


}











/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.hide_pc{
	display: none;
}


#nav_mob {
	width: 98%;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 999;
	margin-top: 18px;
	margin-bottom: 18px;
}
#nav_mob span{
	text-align: center;
	margin: auto;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 120%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin-bottom: 4px;
}
#nav_mob span a{
	background: #18BA60;
	border:1px solid #18BA60;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0.6em 2.2em 0.6em 2.2em;
	display: block;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#nav_mob span a:hover{
	background: #AAA;
	border:1px solid #AAA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0.6em 2.2em 0.6em 2.2em;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#nav_mob ul {
	display: none;
	text-align: left;
}
#nav_mob li{
	font-size: 1.2em;
	border-bottom:1px solid #FFF;
}
#nav_mob li a {
	padding :10px 10px 10px 18px ;
	display: block;
	color: #FFF;
	background: #999;
	text-decoration:none;
}
#nav_mob li a:hover {
	background: #18BA60;
	padding :10px 10px 10px 18px ;
	display: block;
	color:#FFF;
	text-decoration:none;
}
#nav_mob li.soon {
	background: #111 !important;
}

#nav_mob li ul.child li {
	float: none;
	font-size:1.0em;
	border-bottom:1px solid #CCC;
}
#nav_mob li ul.child li a {
	background: #FFF;
	padding :6px 12px 5px 12px ;
	display: block;
	color: #111;
	text-decoration:none;
}
#nav_mob li ul.child li a:hover {
	background: #18BA60;
	padding :6px 15px 5px 12px ;
	display: block;
	color:#FFF;
	text-decoration:none;
}
#nav_mob li ul.child li:last-child a {
}


#nav_mob .button{
	clear: both !important;
	font-size: 0.8em !important;
	margin-left:6px;
}

.nav-contest {
	display: none;
}


#contest p{
	line-height: 180% !important;
}

#contents {
	width: 100%;
}

#contest .inner{
	width: 90%;
	margin: auto;
}

#contest #crumb{
	width: 90% !important;
	margin-bottom: 18px !important;
}

#contest .title{
	width: 100%;
	margin: auto;
	background-image:url(/image/contest/014/title_bg.jpg);
	background-position: center 150px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #FFF;
	position: relative;
	background-attachment: fixed;
}
#contest .title:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
}
#contest .title h2{
	width: 88%;
	margin: auto;
	padding: 1.5em 0 1.0em 0;
}

/* 第15回 */
#contest .title-15{
	width: 100%;
	height: 260px;
	margin: auto;
	background-image:url(/image/contest/015/title_bg.jpg);
	background-position: center -60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;

}
#contest .title-15:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
}
#contest .title-15 h2{
	width: 340px;
	margin: auto;
	padding: 1.4em 0 0em 0;
}


/* 第16回 */
#contest .title-16{
	width: 100%;
	height: 290px;
	margin: auto;
	background-image:url(/image/contest/016/title_bg.jpg);
	background-position: center -60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;

}
#contest .title-16:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
}
#contest .title-16 h2{
	width: 360px;
	margin: auto;
	padding: 1.0em 0 0 0;
}
#contest .title-16 p.lead{
	font-size: 1.2em;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 0 0 4px #333, 0 0 4px #333;
	letter-spacing: 2px;
	width: 350px;
	margin: auto;
}
#contest .title-16 p.lead_en{
	font-size: 0.9em;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 0 0 4px #333, 0 0 4px #333;
	letter-spacing: 2px;
	width: 350px;
	margin: auto;
}

/* 第18回 */
#contest .title-17{
	width: 100%;
}
#contest .title-17 .image{
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
}
#contest .title-17 p.num{
	position: absolute;
	right: 14px;
	top: 10px;z-index: 100;
	font-size: 1.1em;
	font-weight: bold;
	color: #409eb8;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
	letter-spacing: 1px;
	border-top:1px #409eb8 solid;
	border-bottom:1px #409eb8 solid;
	padding:7px 7px; 
}
#contest .title-17 h2{
	width: 170px;
	padding: 0 0 0 28px;
	position: absolute;
	top: 134px;
	z-index: 1;
	filter: drop-shadow(2px 2px 2px #FFF);
}
#contest .title-17 h2.en{
	padding: 0 !important;
	width: 90% !important;
	position: absolute;
	top: 140px !important;
	left:22px;
	z-index: 1;
	font-size: 2.3em !important;
	font-family: 'Cormorant Garamond', serif;
	color: #3e3a39 !important;
	text-shadow: 0 0 3px #FFF;
	white-space: nowrap;
}

#contest .title-17 p.sublead img{
	width: 100%;
	margin: auto;
}
#contest .title-17 p.sublead{
	width: 140px;
	position: absolute;
	right: 8px;
	bottom: -14px;
	filter: drop-shadow(1px 1px 2px #4d6991);
}
#contest .title-17 p.lead{
	width: 88%;
	margin: auto;
	font-size: 1.28em;
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 180% !important;
	letter-spacing: 1px;
}





.title-18_mob {
	animation: bg-color 20s infinite;
	-webkit-animation: bg-color 20s infinite;
	position: relative;
}
@-webkit-keyframes bg-color {
	0% { background-color: #f0efed; }
	20% { background-color: #5dabd1; }
	40% { background-color: #9cc8e3; }
	50% { background-color: #b3abcf; }

	60% { background-color: #9cc8e3; }
	80% { background-color: #5dabd1; }

	100% { background-color: #f0efed; }
}
@keyframes bg-color {
	0% { background-color: #f0efed; }
	20% { background-color: #5dabd1; }
	40% { background-color: #9cc8e3; }
	50% { background-color: #b3abcf; }

	60% { background-color: #9cc8e3; }
	80% { background-color: #5dabd1; }

	100% { background-color: #f0efed; }
}

.title-18{	
	display: none;
}

#contest .title-18_mob p.num{
	width: 70%;
	margin: auto;
	font-size: 1.5em;
	font-weight: 900;
	color: #60b1d5;
	text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF,0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
	text-align: center;
	border-top:1px #60b1d5 solid;
	border-bottom:1px #60b1d5 solid;
	padding:12px 6px;
	margin: auto;
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
}

.sw-break_mob{
	display: block;
}

#contest .title-18_mob{
	position: relative;
}

#contest .title-18_mob .image{
	width: 100%;
	margin: auto;
	position: relative;

}
#contest .title-18_mob .image img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#contest .title-18_mob h2{
	width: 60%;
	margin: auto;
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;


}
#contest .title-18_mob h2.en{
	text-align: center;
	padding: 0px 0 0 0;
	font-size: 3.0em !important;
	font-family: 'Cormorant Garamond', serif;
	color: #FFF !important;
	line-height: 120%;
	text-shadow: 0 0 4px #60b1d5, 0 0 4px #60b1d5, 0 0 4px #60b1d5, 0 0 4px #60b1d5;
}
#contest .title-18_mob h2 img{
	width: 100%;
	height: auto;
}

#title .lead{
	padding: 14px 0 14px 0;
	background-color: #F5F5F5;
}
#title p.lead{
	font-size: 1.3em !important;
	color: #777;
	line-height: 180% !important;
	letter-spacing: 1px;
	text-align: center;
	width: 88%;
	margin: auto;
}
#title  p.lead-en{
	font-size: 1.6em !important;
	color: #444;
	font-family: 'Cormorant Garamond', serif;
	line-height: 140% !important;
	text-align: center;
	width: 88%;
	margin: auto;
}


 #contents{
	width: 100% !important;

}

.theme-018,
.wc018 .cover{
	width: 100% !important;
	background: #60b1d5 !important;
	background: -webkit-linear-gradient(to right, #f2fcfe, #60b1d5 ,#f2fcfe) !important;
	background: linear-gradient(to right, #f2fcfe, #60b1d5 ,#f2fcfe) !important;
	padding: 24px 0 !important;
}
.wc018 .cover h2{
	font-family: 'Noto Serif JP', serif !important;
	font-size: 1.6em !important;
	font-weight: 600;
	color: #FFF !important;
	line-height: 170%;
	text-shadow: 0 0 4px #3c6e7f, 0 0 4px #3c6e7f;
	text-align: center;
}
.theme-018 p,
.wc018 .cover p{
	font-size: 1.8em !important;
	font-weight: 600;
	font-family: 'Cormorant Garamond', serif;
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 4px #3c6e7f, 0 0 4px #3c6e7f;
}




#contest .nav-contest{
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
	background-color:#EFEFEF;
	position: relative;
	z-index: 9999;
}
#contest .nav-contest ul li{
	float: left;
	font-size: 1.0em;
	color: #AAA;
	border-right:1px #DDD solid;
	padding: 0px;
}
#contest .nav-contest ul li a{
	display: block;
	padding: 10px 6px 10px 6px;
	color: #111;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#contest .nav-contest ul li a:hover{
	display: block;
	padding: 10px 6px 10px 6px;
	background-color:#999;
	color: #FFF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
	text-decoration: none;
}
#contest .nav-contest ul li span{
	display: block;
	padding: 10px 14px 8px 14px;
}

#contest .message{
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
#contest .message h2{
	font-size: 1.4em;
	margin-bottom: 10px;
}
#contest .message p{
	font-size: 1.1em;
	margin-bottom: 16px;
}
#contest .message p a{
	text-decoration: underline;
}

#contest .theme{
	width: 100%;
	background-image:url(/image/contest/014/title_bg.jpg);
	margin-bottom: 40px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#contest .theme:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contest .theme .bg{
	width: 100%;
	padding: 30px 0 30px 0;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest .theme .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
#contest .theme p{
	font-size: 1.4em;
	line-height: 180%;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 100;
}

#contest #theme .theme-017{
	width: 100%;
	background-image:url(/image/contest/018/theme-17_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
	display: table;
	text-align: center;
}
#contest .theme-017:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contest .theme-017 .bg{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest .theme-017 .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
#contest .top #theme .theme-017 p{
	width: 100%;
	margin:auto;
	padding: 30px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF !important;
	letter-spacing: 2px;
	text-align: center !important;
	position: relative;
	z-index: 1000;
}
#contest #theme .theme-017 h2,
#contest #theme .theme-017 p{
	width: 100%;
	margin:auto;
	padding: 34px 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF !important;
	line-height: 170%;
	letter-spacing: 2px;
	text-align: center !important;
	position: relative;
	z-index: 1000;
}



#contest #theme .theme-019{
	width: 100%;
	background-image:url(/contest/019/image/bg_lang___.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
	display: table;
	text-align: center;
}
#contest.wc019 .theme-019:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contest.wc019 .theme-019 .bg{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest.wc019 .theme-019 .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
}

#contest.wc019 #theme .theme-019 h2,
#contest.wc019 #theme .theme-019 p{
	width: 100%;
	margin:auto;
	padding: 34px 0;
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #e96a6a;
	line-height: 170%;
	text-align: center !important;
	position: relative;
	z-index: 1000;
}







#contest #cover{
	width: 100%;
	background-image:url(/image/contest/014/title_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

#contest #cover.theme-014{
	width: 100%;
	background-image:url(/image/contest/014/title_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

#contest #cover.theme-015{
	width: 100%;
	background-image:url(/image/contest/015/theme_bg.jpg);
	margin-bottom: 40px;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#contest .top #cover.theme-015{
	width: 100%;
	background-image:url(/image/contest/015/theme_bg_mob.jpg);
	background-position: center -0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #EFEFEF;
	position: relative;
	background-attachment: scroll !important;
	z-index: 0;
	margin-bottom: 40px;
}

#contest #cover.theme-016{
	width: 100%;
	background-image:url(/image/contest/016/theme_bg.jpg);
	margin-bottom: 40px;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#contest .top #cover.theme-016{
	width: 100%;
	background-image:url(/image/contest/016/theme_bg_mob.jpg);
	background-position: center -0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #EFEFEF;
	position: relative;
	background-attachment: scroll !important;
	z-index: 0;
	margin-bottom: 40px;
}

#contest #cover.theme-017{
	width: 100%;
	background-image:url(/image/contest/017/theme-17_bg.jpg) !important;
	margin-bottom: 40px;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#contest .top #cover.theme-017{
	width: 100%;
	background-image:url(/image/contest/017/theme-17_bg.jpg);
	background-position: center -0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #EFEFEF;
	position: relative;
	background-attachment: scroll !important;
	z-index: 0;
	margin-bottom: 40px;
}



#contest #cover:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#contest #cover .bg{
	width: 100%;
	padding: 20px 0 20px 0;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest #cover .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#contest #cover h2{
	font-size: 1.3em;
	font-weight: normal;
	line-height: 170%;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index: 100;
}



#contest #cover p{
	font-size: 1.4em;
	line-height: 180%;
	color: #FFF !important;
	text-align: center;
	position: relative;
	z-index: 100;
}

#contest #side{
	width: 100%;
	margin: auto;
	background: #EFEFEF;
	padding: 1.0em 0 1.0em 0;
}

#contest #side .facebook{
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}
#contest #side .download{
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
#contest #side .download h3{
	font-size: 1.3em;
	color:#18BA60;
	margin-bottom:6px;
}
#contest #side .download .image{
	width: 150px;
	margin: auto;
	margin-bottom: 4px;
}
#contest #side .download .image img{
	width: 100%;
	height: auto;
}
#contest #side .download p{
	font-size: 1.0em;
}
#contest #side .download p a{
	text-decoration: underline;
}

#contest #side .facebook{
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

.boxLinkbnr{
	width:80%;
	margin: auto;
	background: #FFF;
	padding:15px;
}
.boxLinkbnr h3{
	font-size: 1.3em;
	color:#18BA60;
	margin-bottom:4px;
}
.boxLinkbnr p.lead{
	font-size: 1.0em;
	margin-bottom:6px;
}
.boxLinkbnr .boxDL{
	border-top:1px solid #CCC;
	padding-top:12px;
}
.boxLinkbnr .win{
	font-size: 1.0em;
	margin-bottom:10px;
}
.boxLinkbnr .boxDL h4{
	font-size: 1.0em;
}
.boxLinkbnr .boxDL p.dl{
	font-size: 0.9em;
}

#slider li{
	float: left;
	width: 90%;
}
#slider li img{
	max-width: 100%;
	height: auto;
}

	.post{
		height: 140px;
		position: relative;
		top:0px;
	}
	.post p.text{
		font-size: 1.1em;
		font-weight: bold;
		color:#222;
		margin-top:15px;
	}
		.post a{color: #fff;}
		.post a:hover{text-decoration: none; }

#slider1 .post{text-align:center;}
#slider2 .post{text-align:center;}
#slider3 .post{text-align:center;padding-top:40px;}
#slider4 .post{text-align:center;padding-top:50px;}
#slider5 .post{text-align:center;;padding-top:20px;}
#slider6 .post{text-align:center;;padding-top:50px;}

/* Navi */
.bx-pager{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 20;
	margin-top:12px;
	margin-bottom:12px;
}
	*:first-child+html .bx-pager{
		margin-top: 10px;
	}

.bx-pager a{
	display: block;
	width: 24px;
	height: 25px;
	float: left;
	background: url(/image/contest/014/navi-bg1.png) no-repeat 0 0;
	color: #fff !important;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
	margin: 0 3px;
	border-bottom: none !important;
	}

	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 100%;
	}


#contest #main{
	width: 98% !important;
	margin: auto;
}
#contest .outline .box{
	margin-bottom: 30px;
}
#contest .outline .photo{
	margin-bottom: 12px;
}
#contest .outline p{
	font-size: 1.4em;
	margin-bottom: 16px;
}
#contest .outline p a{
	text-decoration: underline;
}
#contest .outline .sho{
	text-align: center;
}
#contest .outline .sho .photo img{
	width: 40%;
	margin: auto;
	margin-bottom: 8px;
}
#contest .outline .sho p{
	line-height: 140% !important;
}

#contest .outline .block2 .box-judge:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#contest .outline .block2{
	margin-bottom: 40px;
}

#contest .outline .block2 .box-judge{
	zoom: 1;
}
#contest .outline .block2 .box-judge{
	margin-bottom: 20px !important;
}
#contest .outline .block2 .box-judge .image{
	float: left;
	width: 26%;
	margin-right: 1.0em;
}
#contest .outline .block2 .box-judge span.text-xsmall,
#contest .outline .box-judge1 span.text-xsmall{
	font-size: 0.68em !important;
}

#contest .outline .box-judge1 .image{
	width: 40% !important;
	margin-bottom: 10px;
}
#contest .outline .box-judge1 .image img{
	width: 100%;
	height: auto;
}
#contest .outline .box-judge1 .text{
}



#contest .info{
	margin-bottom: 30px;
}
#contest .info h5{
	font-size: 1.4em;
	color: #333;
	margin-bottom: 6px;
}
#contest .info p a{
	text-decoration: underline;
}

#contest .credit{
	margin-bottom: 30px;
}
#contest .credit ul li{
	margin-bottom: 4px;
}
#contest .credit ul li span.logo{
	display: inline-block;
	width: 120px !important;
	margin-left: 12px;
}
#contest .credit ul li span.logo img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#contest #whats{
	width: 100%;
	margin: auto;
	padding: 30px 0 30px 0;
	background-image:url(/image/contest/014/about_bg.jpg);
	margin-top: 30px;
	margin-bottom: 30px;
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
}
#contest #whats h3{
	font-size: 1.5em;
	color: #18BA60;
	margin-bottom: 12px;
}
#contest #whats p{
	font-size: 1.2em;
	line-height: 190%;
}


#contents .about .btn{
	text-align: center;
}

#contents .judge .block2{
	width: 100%;
	text-align: center !important;
}
#contents .judge .block2 .box-judge{
	margin-bottom: 40px;
}

#contents .judge .name{
	text-align: center;
	margin-bottom: 140px;
	width: 100%;
}
#contents .judge .image{
	width: 300px !important;
	margin: auto;
	margin-bottom: 14px;
}
#contents .judge .photo img{
	width: 100% !important;
	height: auto !important;
}
#contents .judge h5{
	font-size: 1.6em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
#contents .judge .profile p{
	font-size: 1.0em;
}
#contents .judge .profile p a{
	text-decoration: underline;
}



#contents .interview{
	margin-top: 60px;
}
#contents .interview .intro{
	border-bottom:1px solid #DDD;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#contents .interview .intro h5{
	font-size: 1.3em;
	margin-bottom: 10px;
}
#contents .interview .intro p.lead{
	font-size: 1.3em;
	line-height: 190% !important;
	margin-bottom: 24px;
}
#contents .interview .section{
	margin-bottom: 35px;
}
#contents .interview h4{
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	color: #18BA60;
	line-height: 170%;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
#contents .interview p{
	font-size: 1.3em;
	line-height: 190% !important;
}

#contents .interview p.que{
	font-weight: bold;
	margin-bottom: 18px;
}
#contents .interview span.a-head{
	font-weight: bold;
	color: #18BA60;
}
#contents .interview span.q-head{
	letter-spacing: -4px;
}

#contents .interview .image{
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
}
#contents .interview .image img{
	width: 100%;
	height: auto;
	border:1px solid #EFEFEF;
	vertical-align: bottom;
}
#contents .interview .image i.fa-expand{
	position: absolute;
	bottom: 8px;
	right: 4px;
	z-index: 1000;
	font-size: 1.5em;
	color: #FFF;
	padding:6px 8px; 
	background: rgba(0,0,0,.4);
}
#contents .interview .image-intro{
	float: right;
	width: 40%;
	margin-left: 16px;
}
#contents .interview .image-sub-y{
	float: right;
	width: 42%;
	margin-left: 20px;
	margin-bottom: 10px;
}
#contents .interview .image-sub-t{
	float: right;
	width: 38%;
	margin-left: 20px;
}





#contents .works .sho{
	margin-bottom: 14px;
}
#contents .works .icon img{
	margin-bottom: 0;
}
#contents .works .sho-judge h4{
	font-size: 2.0em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #CC9900;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-judge h5{
	font-size: 1.6em !important;
	letter-spacing: 1px;
	margin-top: 12px;
}

#contents .works .sho-wencontest h4{
	font-size: 2.0em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #99CC00;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works.wc018 .sho-wencontest h4{
	font-size: 2.0em;
	font-family: 'Noto Serif JP', serif;
	color: #CC9900;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-wencontest h5{
	font-size: 1.6em !important;
	letter-spacing: 1px;
	margin-top: 12px;
}

#contents .works .sho-corp h4{
	font-size: 1.8em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #AAA;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-corp h5{
	font-size: 1.6em !important;
	letter-spacing: 1px;
	margin-top: 12px;
}

#contents .works .sho-incentive h4{
	font-size: 1.6em;

	color: #BB8B0A;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .bg-gray {
	background-color: #F5F5F5;
	padding: 18px 18px 8px 18px;

}
#contents .works .bg-gray p{
	text-align: left;
	font-size: 1.0em !important;
	color: #666 !important;
}
#contents .works .bg-gray p.text-sm{
	font-size: 0.9em !important;
}


#contents .works .box a:hover{
	text-decoration: none;
}

#contents .works p.lead{
	font-size: 1.2em !important;
	margin-bottom: 20px;
}
#contents .works p.name{
	margin-bottom: 12px;
	font-size: 1.4em !important;
}
#contents .works .offset-70{
	width: 88%;
	margin:auto;
}



#contents .works .soukatsu-comment {
	border:1px solid #DDD !important;
	border-radius: 5px;
	margin-bottom: 30px;
}
#contents .works .soukatsu-comment p{
	font-size: 1.2em !important;

}
#contents .works .soukatsu-comment p.title-soukatsu{
	font-size: 1.4em !important;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
}
#contents .works .soukatsu-comment p.name-soukatsu{
	margin-top: 4px;
	text-align: right;
}
#contents .works .bg-gray {
	background-color: #F5F5F5;
	padding: 20px 20px 20px 20px;
}

#contents .works .sho-comment p {
	font-size: 1.2em !important;
}
#contents .works .sho-comment p.text-sm {
	font-size: 1.2em !important;
}

#contest .hgroup p span.workshop_title {
	font-size: 1.15em !important;
}


/* レイアウト
-------------------------------------------- */

.block2 .box{
}
.block2 .box:nth-child(odd){
}
.block2 .box:nth-child(even){
}

.block3 .box{
}
.block3 .box:nth-child(3n) {
}
.block3 .box:nth-child(3n+1) {
}

.block4 .box{
}
.block4 .box:nth-child(odd){
}
.block4 .box:nth-child(even){
}
.block4 .box .entry{
}

.block5 .box{
}
.block5 .box:nth-child(5n) {
}



.block2-sp .box{
	float: left;
	width: 48%;
}
.block2-sp .box:nth-child(odd){
	clear: both;
}
.block2-sp .box:nth-child(even){
	float: right;
}

.block3-sp .box{
	float: left !important;
	width: 30% !important;
	margin-right: 4.6%;
}
.block3-sp .box:nth-child(3n) {
	float: right !important;
	margin-right: 0;
}


.block1 .entry,
.block2 .entry,
.block3 .entry,
.block4 .entry,
.block5 .entry,
.block6 .entry{
	margin-bottom: 2.0em;
}

.block1 .entry,
.block2 .entry,
.block3 .entry,
.block4 .entry {
	text-align: center;
	margin-bottom: 8.0%;
	position: relative;
}
.block1 .entry .tate,
.block2 .entry .tate,
.block3 .entry .tate,
.block4 .entry .tate{
	width: 60% !important;
	height: auto;
	margin: auto;
}
.entry .image{
	text-align: center;
	margin-bottom: 10px;
}
.entry .image img{
	max-width: 100%;
	height: auto;
}
.block1 .entry h5,
.block2 .entry h5,
.block3 .entry h5,
.block4 .entry h5{
	font-size: 1.3em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.block1 .entry p,
.block2 .entry p,
.block3 .entry p,
.block4 .entry p{
	font-size: 1.1em !important;
}
.block1 .well:hover,
.block2 .well:hover,
.block3 .well:hover,
.block4 .well:hover {
	background: #EFEFEF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

/* ラベル部分 左上に表示 */
.block4 .box .number{
    border-bottom: 3.8em solid transparent;
    border-left: 3.8em solid #18BA60; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.block4 .box .number span {
    transform: rotate(-45deg);
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 5px;
    left: -38px;
    z-index: 101;
}




.entry .image{
	margin-bottom: 1.5em;
}
.entry .image img{
	width: 100%;
	height: auto;
}

.entry-image-100-sp{
	width: 100% !important;
}
.entry-image-100-sp .image{
	float: left;
	width: 26%;
}
.entry-image-100-sp .text{
	float: right;
	width: 68%;
}

.entry-image-l-30-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-30-sp .image{
	float: left;
	width: 26%;
}
.entry-image-l-30-sp .text{
	float: right;
	width: 68%;
}
.entry-image-r-30-sp{
}
.entry-image-r-30-sp .image{
	float: right;
	width: 26%;
}
.entry-image-r-30-sp .text{
	float: left;
	width: 68%;
}

.entry-image-l-40-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-40-sp .image{
	float: left;
	width: 36%;
}
.entry-image-l-40-sp .text{
	float: right;
	width: 58%;
}
.entry-image-r-40-sp{
}
.entry-image-r-40-sp .image{
	float: right;
	width: 36%;
}
.entry-image-r-40-sp .text{
	float: left;
	width: 58%;
}

.entry-image-l-50-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-50-sp .image{
	float: left;
	width: 48%;
}
.entry-image-l-50-sp .text{
	float: right;
	width: 48%;
}
.entry-image-r-50-sp{
}
.entry-image-r-50-sp .image{
	float: right;
	width: 48%;
}
.entry-image-r-50-sp .text{
	float: left;
	width: 48%;
}



.image-w-10-sp img{
	width: 10% !important;
	height: auto;
}
.image-w-20-sp img{
	width: 20% !important;
	height: auto;
}
.image-w-30-sp img{
	width: 30% !important;
	height: auto;
}
.image-w-40-sp img{
	width: 40% !important;
	height: auto;
}
.image-w-50-sp img{
	width: 50% !important;
	height: auto;
}
.image-w-60-sp img{
	width: 60% !important;
	height: auto;
}
.image-w-70-sp img{
	width: 70% !important;
	height: auto;
}
.image-w-80-sp img{
	width: 80% !important;
	height: auto;
}
.image-w-90-sp img{
	width: 90% !important;
	height: auto;
}






}


.margin-top-10{
	margin-top: 10px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-bottom-40{
	margin-bottom: 40px;
}
.margin-bottom-50{
	margin-bottom: 50px;
}

</pre></body></html>