@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');

#contest {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.6;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
	background-position: center top;
	background-size: cover;
  position: relative;
}
#contest img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#contest main > section {
  background: #fff;
}
#contest h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: .3em;
}
#contest a {
  transition: .5s;
}
#contest main a:link, #contest main a:visited {
  color: #006AB7;
  text-decoration: underline;
}

/* Common */
#contest .container {
  width: 94%;
  max-width: 980px;
  margin: auto;
}
#contest .table {
  width: 100%;
}
#contest .table tr > * {
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #004896;
  vertical-align: middle;
  line-height: 1.6;
}
#contest .table tr > *:last-child {
  border-right: none;
}
#contest .table th {
  font-weight: 500;
  background: url(../images/bg_th.png) repeat 0 0;
  color: #fff;
  border-color: #fff;
  text-align: center;
}
#contest .table tbody th {
  white-space: nowrap;
}
#contest .table td {
  text-align: left;
  background: #fff;
}
#contest .dl-table dd:not(:last-child) {
  border-bottom: 1px solid #878787;
}
#contest main a.btn,
#contest footer a.btn {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 2px solid #222;
  border-radius: 6px;
  background: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#contest a.btn .material-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
  color: #222;
}
#contest .btns {
  text-align: center;
  padding: 20px 0;
}
#contest * + a.btn.btn-pc_inline {
  margin-top: 15px;
}

#contest .bg-green {background:#EAF2D7;}
#contest .bg-blue {background:#DDF0FA;}
#contest .small {
  font-size: 12px;
}
#contest .list li {
  padding-left: 1.6em;
  position: relative;
}
#contest .list li + li {
  margin-top: .3em;
}
#contest .list li::before,
#contest .list li span.num {
  position: absolute;
  top: 0;
  left: 0;
}
#contest .list.circle-w li::before {
  content: '◎';
}
#contest .em {
  font-weight: 500;
}
#contest .line-wthrough {
  display: inline-block;
	position: relative;
}
#contest .line-wthrough::before,
#contest .line-wthrough::after {
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid #000;
	position: absolute;
	left: 0;
}
#contest .line-wthrough::before {
	top: calc(50% - 1px);
}
#contest .line-wthrough::after {
	bottom: calc(50% - 4px);
}
#contest .mt05 {margin-top:5px !important;}



/* Header */
#contest .h-link {
  width: 100%;
  display: block;
  background: #fff;
}
#contest .h-link a {
  text-align: center;
  border: 1px solid #E83C00;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px #FFCDAC;
  color: #fff;
  background: #FF4100;
  background: -webkit-linear-gradient(#FF9326 0%, #EC4700 100%);
  background: -o-linear-gradient(#FF9326 0%, #EC4700 100%);
  background: linear-gradient(#FF9326 0%, #EC4700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9326', endColorstr='#EC4700', GradientType=0);
}
#contest .h-link span {
  text-align: center;
  background: #222;
  color: #fff;
  font-weight: 500;
}
#contest header {
  width: 94%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #004896;
}
#contest header .theme,
#contest header .date {
  font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
  vertical-align: middle;
  letter-spacing: .05em;
  margin-top: 15px;
}
#contest header .stit {
  font-size: 18px;
	font-weight: 500;
  border-left: 1px solid #004896;
  border-right: 1px solid #004896;
  display: inline-block;
  text-align: center;
  width: 8em;
  margin-right: 1em;
}
#contest header .date .fs_large {
  font-size: 46px;
}
#contest header .date .fs_large + .fs_large::before {
  content: "/";
  font-size: 38px;
	font-weight: 500;
  vertical-align: 5px;
  margin: 0 3px;
}
#contest header .date .date_att {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #004896;
  display: inline-block;
  padding: .2em 1em .3em;
  margin-left: 1em;
  vertical-align: 5px;
}

#contest header .date.closed {
	position: relative;
}
#contest header .date.closed > .closedcopy {
	display: block;
	width: 100%;
	max-width: 840px;
	text-align: center;
	background: rgba(0,0,0,.6);
	color: #fff;
	font-weight: 500;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  bottom: -4px;
}

/* SNS */
.sns {
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
	margin: 1.5em auto 0;
}
.sns li {
  display: table-cell;
  vertical-align: top;
}
.sns li a {
  display: block;
  color: #fff;
}
.sns li:nth-child(1) a {
  background: #315096;
}
.sns li:nth-child(2) a {
  background: #1DA1F2;
}
.sns li:nth-child(3) a {
  background: #CF4D40;
}
.sns li:nth-child(4) a {
  background: #E8374A;
}
.sns li:nth-child(5) a {
  background: #00B932;
}





/* Footer */
#contest footer {
  margin-bottom: 0;
  background: rgba(255,255,255,.9);
}
#contest footer .block + .block {
  border-top: 1px solid #878787;
}
#contest .entry-bottom + .block {
  padding-top: 30px;
}
#contest footer .area {
  width: 94%;
  max-width: 980px;
  margin: auto;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.1;
  position: relative;
}
#contest footer .area ul li {
  display: inline-block;
  padding: 0 16px;
}
#contest footer .area ul li + li {
  border-left: 1px solid #000;
}
#contest footer .area ul li:first-child {
  padding-left: 0;
}
#contest footer .area ul + a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #878787;
  color: #fff;
  padding: 10px 0;
  width: 108px;
  text-align: center;
}
#contest footer .logo {
  display: block;
  width: 87px;
}
#contest footer .copyright {
  color: #868686;
}

/* Prize */
#contest #prize .bg-green,
#contest #prize .bg-blue {
  height: 100%;
  padding: 15px;
  border-radius: 6px;
}
#contest #prize .transparent {
  background: transparent !important;
}
#contest #prize td {
  text-align: center;
  background: transparent;
}
#contest #prize .bg-green tr > * {
  border-color: #00A63A;
}
#contest #prize .bg-green th {
  background: #00A63A;
  border-color: #EAF2D7;
}
#contest #prize .bg-blue tr > * {
  border-color: #4593D0;
}
#contest #prize .bg-blue th {
  background: #4593D0;
  border-color: #DDF0FA;
}
#contest #prize strong {
  font-weight: 500;
  line-height: 1;
}
#contest #prize p {
  text-align: left;
}
#contest #prize .border-dot > *,
#contest #prize .border-none > * {
  border-bottom: none;
}
#contest #prize .bg-green .border-dot {
  background: url(../images/dot_green.png) repeat-x center center;
}
#contest #prize .bg-blue .border-dot {
  background: url(../images/dot_blue.png) repeat-x center center;
}
#contest #prize .dl-table dd p + p {
  padding-top: .5em;
}
#contest #prize h3 {
  background: url(../images/bg_th_gray.png) repeat 0 0;
}
#contest #prize h3 > span {
  display: block;
  background: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}


/* Require */
#contest main > section#require {
  padding-bottom: 0;
}
#contest #require {
  /*background: #C7E8FA;*/
  background: #fff;
}
#contest #require h2 {
  color: #004896;
}
#contest #require .table {
  border: 2px solid #004896;
}
#contest #require .table td > div + div {
  padding-top: 1.5em;
}
#contest #require .table h3::before {
  content: '■';
  color: #004896;
  display: inline-block;
  padding-right: .2em;
}
#contest #require .table h3 {
  font-weight: 500;
}
#contest #require .table h3 span {
  font-weight: 300;
}

/* Past-Works */
#contest #past-works {
  background: transparent;
}
#contest #past-works li a {
  display: block;
  color: #231815;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  padding: 10px;
}
#contest #past-works li a > img {
  width: 100%;
  height: auto;
} 
#contest #past-works li a > div {
  padding-top: 10px;
} 
#contest #past-works li a > div p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
} 
#contest #past-works li a > div p:first-child {
  background: #006AB7;
  color: #fff;
  line-height: 26px;
  margin: 0 -10px 5px;
}
#contest #past-works li a > div p:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
}


/* Entry */
#contest #entry {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #eee;
  z-index: 100;
  overflow: hidden;
}
#contest #entry.static {
  position: static;
}
#contest #entry.static + .entry-bottom {
  height: 0;
}
#contest #entry h3 {
  font-weight: 700;
  letter-spacing: .1em;
  color: #bbb;
  text-shadow: 1px 1px 0 #fff;
}
#contest #entry ul {
 display: table;
 table-layout: fixed;
 width: 100%;
}
#contest #entry ul li {
  display: table-cell;
  vertical-align: top;
  border-radius: 6px 6px 0 0;
}
#contest #entry ul li:nth-child(1) {
  background: #009333;
}
#contest #entry ul li:nth-child(2) {
  background: #EE8100;
}
#contest #entry ul li:nth-child(3) {
  background: #1355AA;
}
#contest #entry ul li p {
  color: #fff;
  font-weight: 500;
}
#contest #entry ul li a.btn {
  display: inline-block;
  font-size: 12px;
  padding: 7px 5px 3px;
  margin: 3px;
  color: #fff;
  border-width: 1px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2),
              0 2px 0 rgba(255,255,255,.3) inset;
}
#contest #entry ul li a.btn .material-icons {
  display: block;
  color: #fff;
}
#contest #entry ul li:nth-child(1) a.btn {
  background: #00741E;
  border-color: #005E17;
}
#contest #entry ul li:nth-child(2) a.btn {
  background: #E66100;
  border-color: #B04B00;
}
#contest #entry ul li:nth-child(3) a.btn {
  background: #0A388D;
  border-color: #072969;
}
#contest .sinsain_list > li + li {
  margin-top: .3em;
}
#contest .sinsain_name {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
#contest .sinsain_pr {
  display: block;
  font-size: 13px;
}


/*-----------------------------------------------
スマホ向けスタイル（～768px）
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  #contest .sp_block {
    display: block;
  }
  
  #contest main > section {
    padding: 20px 0 30px;
  }
  #contest h2 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  #contest h3 {
    font-size: 18px;
  }
  /* Common */
  #contest .table tr > * {
    padding: 5px;
  }
  #contest .l_row .l_col + .l_col {
    padding-top: 15px;
  }
  #contest .dl-table dt:not(:first-child) {
    padding: .7em 0 0;
  }
  #contest .dl-table dd {
    padding: .3em 0 .7em;
  }
  #contest a.btn {
    padding: 10px;
  }
  #contest .btns a.btn + a.btn {
    margin-top: 10px;
  }
  
  
  /* Header */
  #contest .h-link {
    padding-top: 10px;
  }
  #contest .h-link a {
    display: block;
    font-size: 11px;
    padding: 5px 0;
    margin: 0 3%;
  }
  #contest .h-link a .material-icons {
    display: none;
  }
  #contest .h-link span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    line-height: 1;
    padding: 5px 0;
  }
	#contest header {
		padding-bottom: 15px;
	}
	#contest header .mainimg {
		padding: 15px 0 0;
	}
	#contest header h1 {
		padding: 0 0 15px;
    margin-top: -10%;
	}
  #contest header .theme,
  #contest header .date {
    font-size: 20px;
  }
  #contest header .stit {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #contest header .theme .stit {
    margin-bottom: .5em;
  }
  #contest header .date {
    margin-top: 20px;
  }
  #contest header .date .fs_large {
    font-size: 36px;
  }
  #contest header .date .fs_large + .fs_large::before {
    font-size: 30px;
    vertical-align: 3px;
  }
  #contest header .date .date_att {
    font-size: 13px;
    padding: .2em .5em .3em;
    margin-left: .5em;
    vertical-align: 3px;
  }
	#contest header .catchcopy {
		font-size: 13px;
		padding-bottom: 15px;
	}
	#contest header .date {
		padding: 0 0 10px;
	}
  #contest header .date.closed > .closedcopy {
    bottom: 0;
		line-height: 1.4;
    font-size: 16px;
		padding: 1.3em 0;
    height: auto;
  }
	
  /* SNS */
  .sns {
    margin-top: 0;
  }
  .sns li a span {
    display: none;
  }
  .sns li a {
    padding: 5px 8px 7px;
    border-radius: 6px;
  }
  .sns li a img {
    vertical-align: middle;
  }
  
  /* Footer */
  #contest .lnav {
    padding: 30px 0;
  }
  #contest footer {
    padding-bottom: 0;
  }
  #contest footer .area ul {
    padding-bottom: 40px;
  }
  #contest footer .area ul + a {
    right: -3%;
  }
  #contest footer .copyright {
    font-size: 8px;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
  }
  
  /* Prize */
  #contest #prize strong {
    font-size: 16px;
  }
  #contest #prize .dl-table {
    padding-bottom: 10px;
  }
  #contest #prize .dl-table dt {
    font-size: 13px;
    font-weight: 700;
  }
  #contest #prize .dl-table dd {
    font-size: 12px;
  }
  #contest #prize .dl-table span.small {
    display: block;
  }
  #contest #prize h3 {
    padding: 2px;
    margin-bottom: 10px;
  }
  #contest #prize h3 > span {
    font-size: 16px;
  }
  
  /* Require */
  #contest #require .table,
  #contest #require .table tr > * {
    display: block;
  }
  #contest #require .table th {
    font-size: 16px;
    border: none;
  }
  #contest #require .table td {
    padding: 15px 15px 25px;
  }
  #contest #require .table h3 {
    font-size: 16px;
    padding-bottom: .3em;
  }
  #contest #require .table h3 span {
    font-size: 13px;
    display: block;
    padding: .5em 0 0;
  }
  #contest #require .table .em {
    font-size: 16px;
  }
  
  /* Past-Works */
  #contest #past-works li {
    padding: 15px 0 5px;
  }
  
  
  /* Entry */
  #contest #entry {
    padding: 5px 0 0;
    height: 120px;
  }
  #contest .entry-bottom {
    height: 120px;
  }
  #contest #entry .container {
    width: 100%;
  }
  #contest #entry ul {
   border-spacing: 5px;
  }
  #contest #entry ul li {
    padding: 2px 0 8px;
  }
  #contest #entry ul li p {
    font-size: 14px;
  }
  #contest #entry ul li a.btn {
    width: 90%;
  }
  #contest #entry ul li a.btn .material-icons {
    font-size: 24px;
    line-height: 20px;
  }
  #contest #entry ul li a:last-child {
    display: none;
  }
  #contest .sinsain_name {
    font-size: 16px;
  }
  #contest .sinsain_pr {
    font-size: 12px;
  }
  
}
/*-----------------------------------------------
PC・タブレット向けスタイル（769px～）
-----------------------------------------------*/
@media only screen and (min-width: 769px), print {
  #contest main > section {
    padding: 50px 0 70px;
  }
  #contest main a:hover {
    color: #004896;
    text-decoration: none;
  }
  #contest h2 {
    font-size: 34px;
    padding-bottom: 20px;
  }
  #contest h3 {
    font-size: 19px;
  }
  /* Common */
  #contest .table tr > * {
    padding: 10px 15px;
  }
  #contest .table th {
    font-size: 16px;
  }
  #contest .l_row {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }
  #contest .l_row .l_col {
    display: table-cell;
    vertical-align: top;
    height: 100%;
  }
  #contest .l_row .l_col:nth-child(1) {
    padding-right: 20px;
    width: 55%;
  }
  #contest .l_row .l_col:nth-child(2) {
    padding-left: 10px;
    width: 45%;
  }
  #contest .dl-table dt {
    clear: left;
    float: left;
    padding: .7em 0;
  }
  #contest .dl-table dd {
    padding: 1em 0 .7em 4em;
  }
  #contest a.btn {
    padding: 15px 40px;
  }
  #contest a.btn:hover {
    background: #eee;
    text-shadow: none;
    color: #222;
  }
  #contest .btns a.btn {
    display: inline-block;
  }
  #contest .btns a.btn + a.btn {
    margin-left: 10px;
  }
  #contest .table-margin {
    margin-left: -20px;
    margin-right: -20px;
  }
  #contest a.btn.btn-pc_inline {
    display: inline-block;
    padding: 5px 20px 7px;
  }

  /* Header */
  #contest .h-link {
    position: relative;
    border-bottom: 1px solid #222;
    padding: 10px 15px;
  }
  #contest .h-link a {
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
  }
  #contest .h-link a .material-icons {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin-right: 5px;
    transform: scale(-1, 1);
    font-size: 13px;
  }
  #contest .h-link a:hover {
    opacity: .8;
  }
  #contest .h-link span {
    position: absolute;
    right: 15px;
    top: 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 16px;
    line-height: 35px;
    padding: 0 50px;
  }
	#contest header {
		padding-bottom: 50px;
	}
	#contest header .mainimg {
		padding: 30px 0 0;
	}
	#contest header h1 {
		padding: 0 3% 20px;
    margin-top: -90px;
	}
	#contest header .catchcopy {
		font-size: 17px;
		padding-bottom: 30px;
	}
	#contest header .date {
		
	}
	
  /* SNS */
  .sns li a {
    line-height: 28px;
    height: 28px;
    width: 100px;
    text-align: center;
    border-radius: 3px;
  }
  .sns li a img {
    vertical-align: baseline;
  }
  .sns li a span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    margin: 0 5px;
  }
  .sns li:nth-child(5) a span {
    letter-spacing: 0;
  }
  .sns li a:hover {
    opacity: .5;
  } 
  
  /* Footer */
  #contest .lnav {
    text-align: center;
    padding: 50px 0;
  }
  #contest footer .area ul li a:hover {
    text-decoration: underline;
  }
  #contest footer .area ul + a:hover {
    background: #C3C3C3;
    text-decoration: none;
  }
  #contest footer .copyright {
    font-size: 10px;
    text-align: right;
    margin-top: -12px;
  }
  
  /* Prize */
  #contest #prize strong {
    font-size: 20px;
  }
  #contest #prize p.list {
    display: inline-block;
  }
  #contest #prize .dl-table {
    padding-bottom: 20px;
  }
  #contest #prize .dl-table dt {
    font-size: 16px;
    font-weight: 700;
  }
  #contest #prize .dl-table dd {
    font-size: 13px;
  }
  #contest #prize .dl-table span.small {
    display: inline-block;
    padding-left: 1em;
  }
  #contest #prize h3 {
    padding: 3px;
    margin-bottom: 15px;
  }
  
  /* Require */
  #contest #require .table th {
    font-size: 18px;
    padding: 25px;
  }
  #contest #require .table td {
    padding: 15px 25px;
  }
  #contest #require .table td span.sp_block {
    display: inline-block;
    margin-left: 1.5em;
  }
  #contest #require .table h3 {
    font-size: 18px;
    padding-bottom: .5em;
  }
  #contest #require .table h3 span {
    font-size: 14px;
    display: inline-block;
    padding-left: 1em;
  }
  #contest #require .table .em {
    font-size: 18px;
  }
  
  /* Past-Works */
  #contest #past-works ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px;
  }
  #contest #past-works ul li {
    display: table-cell;
    vertical-align: top;
  }
  #contest #past-works ul li a:hover {
    opacity: .5;
  }
  
  /* Entry */
  #contest #entry {
    padding: 10px 0 0;
    height: 165px;
  }
  #contest #entry .table-margin {
    margin-left: -10px;
    margin-right: -10px;
  }
  #contest .entry-bottom {
    height: 165px;
  }
  #contest #entry h3 {
    font-size: 24px;
  }
  #contest #entry ul {
   border-spacing: 10px;
  }
  #contest #entry ul li {
    padding: 5px 0 10px;
  }
  #contest #entry ul li p {
    font-size: 18px;
  }
  #contest #entry ul li a.btn {
    width: 46%;
  }
  #contest #entry ul li a.btn .material-icons {
    font-size: 32px;
    line-height: 28px;
  }
  #contest #entry .pc {
    display: inline;
  }
  #contest #entry ul li a.btn:hover {
    background: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,.3) inset;
    border: none;
  }
  #contest #entry ul li:nth-child(1) a.btn:hover,
  #contest #entry ul li:nth-child(1) a.btn:hover .material-icons {
    color: #009333;
  }
  #contest #entry ul li:nth-child(2) a.btn:hover,
  #contest #entry ul li:nth-child(2) a.btn:hover .material-icons {
    color: #EE8100;
  }
  #contest #entry ul li:nth-child(3) a.btn:hover,
  #contest #entry ul li:nth-child(3) a.btn:hover .material-icons {
    color: #1355AA;
  }
  #contest .sinsain_list > li {
    position: relative;
    font-size: 18px;
    padding-left: 6.5em;
  }
  #contest .sinsain_name {
    position: absolute;
    top: 0;
    left: 0;
  }
  #contest .sinsain_pr {
    padding: 5px 0 0;
  }
  
  

}
