@charset "UTF-8";
/* Scss Document */
/****************   @import　reset *****************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;*/
  background: transparent;
  text-decoration: none;
  color: #373737;
  list-style-type: none;
  letter-spacing: 3px;
}

body {
  /*line-height:1;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #373737;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  width: 100%;
}

/****************   共通   *****************/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.btn {
  text-align: center;
}
.btn a {
  display: block;
  background: #235b30;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  margin: 30px auto 0;
  font-weight: 600;
}
.btn a.width1 {
  width: 300px;
}
.btn a.width2 {
  width: 480px;
}

/****************   HEAD  *****************/
header .top {
  height: 60px;
  margin: 10px auto;
  overflow: hidden;
  width: 980px;
}
header .top .left {
  float: left;
  width: 445px;
}
header .top .right {
  float: right;
  width: 143px;
}

h1 {
  border-bottom: #235b30 4px solid;
  border-top: #235b30 6px solid;
  background: url(../img/common/main-img.png) no-repeat;
  background-position: center top;
  height: 380px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/****************   MENU  *****************/
nav {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
}
nav ul {
  text-align: center;
  width: 100%;
}
nav ul li {
  float: left;
  font-size: 24px;
  width: 245px;
}
nav ul li a {
  color: #235b30;
  display: block;
  padding: 10px 0;
}
nav .nav3 li {
  width: 33.333%;
}

.choice {
  background-color: #235b30;
  color: #fff;
}

/****************   CONTENT   *****************/
article {
  margin: 60px auto 0;
  width: 980px;
}

section {
  margin: 60px auto 0;
  width: 960px;
}

h2 {
  background: #f3f3f3;
  border-left: #235b30 10px solid;
  box-shadow: 4px 4px 3px 1px #7d7d7d;
  color: #235b30;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 10px 0 10px 14px;
  margin-bottom: 60px;
}

h3 {
  position: relative;
  display: inline-block;
  padding: 14px 0;
  min-width: 960px;
  max-width: 960px;
  color: #fff;
  font-size: 24px;
  background: #235b30;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 60px;
}
h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #235b30;
}

/****************   FOOTER   *****************/
footer {
  background: #f8f9f9;
  border-top: #235b30 4px solid;
  text-align: center;
}
footer div {
  width: 980px;
  margin: 0 auto;
}
footer div ul {
  margin: 50px auto;
  overflow: hidden;
}
footer div ul li {
  float: left;
  width: 245px;
}
footer div ul li img {
  width: 200px;
}
footer p {
  background: #235b30;
  color: #fff;
  padding: 10px 0;
}

/****************   PAGETOP   *****************/
#page-top {
  margin: 30px auto;
  overflow: hidden;
  width: 960px;
}
#page-top p {
  float: right;
  height: 50px;
  cursor: pointer;
  width: 50px;
}
#page-top p:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/****************   @import　style *****************/
/****************   TOPICS   *****************/
.topics ul {
  margin: 0 auto 30px;
  text-align: left;
  width: 960px;
}
.topics ul li {
  padding: 5px 0;
}
.topics ul li span {
  background: #b71518;
  color: #fff;
  margin-right: 10px;
  width: 70px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  display: block;
  float: left;
}
.topics ul li span.bg-w {
  background: #fff;
}
.topics ul li a {
  color: #06A7C8;
}
.topics p {
  text-align: center;
}

#tp_list {
  height: 150px;
  overflow-y: scroll;
}

/****************   FAR   *****************/
#far {
  width: 1040px;
}

.far ul {
  margin: 0 auto;
  overflow: hidden;
  width: 1040px;
  padding: 0 40px;
}
.far ul li {
  background: #f3f3f3;
  float: left;
  margin: 10px;
  padding: 10px;
  width: 280px;
}
.far ul li p {
  line-height: 1.5;
  padding: 3px 0;
}

.date {
  font-size: 12px;
  letter-spacing: normal;
  margin-top: 10px;
}

.title {
  color: #235b30;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}

.lead {
  font-size: 14px;
  letter-spacing: normal;
}

.more {
  text-align: center;
}
.more a {
  color: #fff;
  display: block;
  padding: 12px 0;
  background: #235b30;
}

/****************   CONTACT   *****************/
.contact > p {
  text-align: center;
  margin-bottom: 60px;
}
.contact ul {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 960px;
}
.contact ul li {
  border: 5px solid #235b30;
  height: 200px;
  float: left;
  margin: 0 10px;
  width: 290px;
}
.contact ul li figure {
  margin: 20px auto 10px;
  width: 100px;
}
.contact ul li p {
  color: #235b30;
}

.box_text {
  font-weight: bold;
  font-size: 28px;
}

.mail-txt {
  font-weight: bolder;
  font-size: 18px;
  letter-spacing: 0;
}

/****************   SPONSOR   *****************/
.sponsor ul {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
.sponsor ul li {
  display: table-cell;
  border: 1px solid #ccc;
  float: left;
  margin: 0 5px 10px;
  width: 218px;
  height: 92px;
  padding: 5px;
  text-align: center;
  line-height: 92px;
  vertical-align: middle;
  /*IE7*/
}
.sponsor ul li img {
  width: auto;
  height: auto;
  max-width: 218px;
  max-height: 90px;
  vertical-align: middle;
  /*IE7*/
}

/******************* 協賛・協力団体　*************/
.sponsorship table {
  width: 100%;
  margin: 0 auto 60px;
  border-bottom: 4px solid #235b30;
}
.sponsorship table th {
  color: #235b30;
  width: 240px;
  padding: 30px 0 30px 40px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.sponsorship table td {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  display: table-cell;
}
.sponsorship table td figure {
  width: 280px;
  height: 130px;
  margin: 0 auto;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 15px;
  vertical-align: middle;
  line-height: 130px;
}
.sponsorship table td figure img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 130px;
  margin: 0 auto;
  vertical-align: middle;
}

/********************* 概要  ************************/
.move {
  width: 600px;
  height: 300px;
  background: #4D4D4D;
  margin: 0 auto;
}

.summary .margin {
  margin-bottom: 60px;
}
.summary .margin2 {
  margin-bottom: 30px;
}
.summary dl {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.summary dl dt {
  clear: both;
  width: 300px;
  float: left;
  height: 200px;
}
.summary dl dt figure {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.summary dl dd {
  width: 520px;
  float: right;
  padding: 10px 0;
  text-align: left;
  height: 180px;
}
.summary dl dd p {
  color: #235b30;
  font-size: 24px;
  font-weight: bold;
}
.summary h4 {
  font-size: 24px;
}
.summary h5 {
  color: #235b30;
  margin-top: 30px;
  font-size: 20px;
}
.summary ol {
  display: table;
  padding: 30px 80px 60px;
  background-color: #fff;
}
.summary ol li {
  background-size: auto;
  background-position: top left;
  padding: 8px 0 40px 60px;
}
.summary ol li.num1 {
  background: url(../img/summary/num1.jpg) no-repeat;
}
.summary ol li.num2 {
  background: url(../img/summary/num2.jpg) no-repeat;
}
.summary ol li.num2end {
  background: url(../img/summary/num2end.jpg) no-repeat;
}
.summary ol li.num3 {
  background: url(../img/summary/num3.jpg) no-repeat;
}
.summary ol li.num4 {
  background: url(../img/summary/num4.jpg) no-repeat;
}
.summary ol li.num5 {
  background: url(../img/summary/num5.jpg) no-repeat;
}
.summary ol li.num6 {
  background: url(../img/summary/num6.jpg) no-repeat;
}
.summary ol li h4 {
  color: #235b30;
}

/*.contest2,.contest5 {
	padding-left:60px;
	background-position: top left;
	background-size:contain ;
}
.contest2 {
	background: url(../img/summary/contest_02.png) no-repeat;
}
.contest5 {
	background: url(../img/summary/contest_05.png) no-repeat;
}*/
.summary_sub1 {
  margin-bottom: 60px;
}
.summary_sub1 ul {
  padding: 0.5em;
  list-style-type: none;
}
.summary_sub1 ul li {
  position: relative;
  padding: 0em 0.3em 0em 1.5em;
}
.summary_sub1 ul li:before, .summary_sub1 ul li:after {
  position: absolute;
  content: '';
  display: inline-block;
}
.summary_sub1 ul li:after {
  top: 0.3em;
  left: 0em;
  width: 15px;
  height: 15px;
  background-color: #235b30;
  border-radius: 25%;
}
.summary_sub1 ul li:before {
  position: absolute;
  top: 50%;
  left: 0.8em;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #235b30;
  transform: translateY(-50%);
}

.schedule {
  width: 960px;
  border: 1px solid #ccc;
}
.schedule th {
  background: #235b30;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 10px 0 10px 30px;
}
.schedule td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 30px;
}

.download th {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.download td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 60px 0;
  width: 320px;
  position: relative;
}
.download td .txt1 {
  font-size: 12px;
  z-index: 9999px;
  position: absolute;
  left: 0;
  text-align: left;
  margin: 5px 16px;
  letter-spacing: normal;
}
.download td a {
  background: #235b30;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  width: 280px;
  display: block;
  margin: 0 auto;
}

/****************   slick.js *****************/
#far button {
  background: #235b30;
  z-index: 999;
  width: 45px;
  height: 45px;
  font-weight: bold;
}
#far button.slick-prev {
  left: 0px;
}
#far button.slick-next {
  right: 0px;
}

/*************   20181024 受賞者発表   **************/

.winner table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-bottom: 1px solid #d2d2d2;
}

.winner table td {
  padding-left: 8px;
  padding-right: 8px;
}

.winner tr {
	border-bottom: 1px solid #ccc;
	height:94px;
}
.winner tr:first-child {
	height:auto;
}
.winner tr:first-child td {
  padding: 8px 0 8px 15px;
  font-weight: bold;
}
.winner tr:first-child td:first-child {
  border: none;
}
.winner td:first-child {
  width: 20%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.winner td:nth-child(3) {
 
}

.winner tr:nth-child(n+2) td:nth-child(2) {
  width: 30%;
}
.winner td:nth-child(4) {
  width: 21.5%;
}

.winner tr:nth-child(2) td:first-child {
background:#FFD53F; /* Old browsers */
background: #FFD53F; /* Old browsers */
background: -moz-linear-gradient(-45deg, #FFD53F 0%, #FFF6bF 44%, #FFF6bF 52%, #FFD53F 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #FFD53F 0%,#FFF6bF 44%,#FFF6bF 52%,#FFD53F 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #FFD53F 0%,#FFF6bF 44%,#FFF6bF 52%,#FFD53F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD53F', endColorstr='#FFD53F',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.winner tr:nth-child(n+3) td:first-child {
background: #b9b9b9; /* Old browsers */
background: -moz-linear-gradient(-45deg, #b9b9b9 0%, #fcfcf2 45%, #fcfcf2 52%, #b9b9b9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #b9b9b9 0%,#fcfcf2 45%,#fcfcf2 52%,#b9b9b9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #b9b9b9 0%,#fcfcf2 45%,#fcfcf2 52%,#b9b9b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#b9b9b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.winner tr:nth-child(n+7) td:first-child {
background: #CC7020; /* Old browsers */
background: -moz-linear-gradient(-45deg, #CC7020 0%, #fcfcf2 45%, #fcfcf2 52%, #CC7020 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #CC7020 0%,#fcfcf2 45%,#fcfcf2 52%,#CC7020 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #CC7020 0%,#fcfcf2 45%,#fcfcf2 52%,#CC7020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC7020', endColorstr='#CC7020',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.winner table td img {
	width:120px;
	float: right;
}
/*************   20181024 受賞者案件紹介   **************/
.award table figure {
	width: 100%;
	text-align: center;
	font-size: 24px;
}
.award table h4 {
	font-size: 20px;
}

.award .col_img table {
	width: 90%;
	margin: 0 auto;
	border: none;
}
.award .col_img table td{
	width: 50%;
	text-align: center;
}
.award .col_img table td img {
	width: 96%;
	margin: 0 auto;
}

.award table {
  width: 100%;
  margin: 0 auto 60px;
  border-bottom: 4px solid #235b30;
}
.award table th {
  color: #235b30;
  width: 240px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.award table td {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.award table ui li {
	padding-bottom: 15px;
}
.award .award_c {
	border-bottom: none;
}
.company h4{
	color:#CC7020;
	text-align: center;
}

/*受賞者紹介*/
.award .gold_bk {
	text-align: center;
	color:#fff;
	font-weight: bold;
	font-size:2em;
	border-bottom:#FFBF00 4px solid;
}
.award .gold_bk figure img {
	width: 260px;
}
.award .silver_bk {
	text-align: center;
	color:#fff;
	font-weight: bold;
	font-size:2em;
	border-bottom:#CBCACA 4px solid;
}
.award .silver_bk figure img {
	width: 300px;
}
.award .company {
	color:#CC7020;
	border-bottom:#CC7020 4px solid;
	padding-bottom: 40px;
}
.award .company h4 {
	font-size:1.6em;
}
.award table table {
	margin: 0;
}

.award .non {
	width: 3%;
	border-bottom: #fff 4px solid;
}

.award table td ul li {
	margin-bottom: 20px;
	list-style-type:disc;

}
.award table td .bikou {
	width: 88%;
	margin: 0 auto;
	font-size: 0.5em;
	text-align: right;
}
.award table td .bikou span {
	letter-spacing:-0.02em;
}
