@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: #264e7f;
    color: #fff;
    padding: 15px 0;
    font-size: 17px;
    margin: 30px auto;
    font-weight: 600; }
    .btn a.width1 {
      width: 350px; }
    .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:$maincl 4px solid; */
  border-top: #264e7f 6px solid;
  background: url(../img/common/main-img.jpg) no-repeat;
  background-position: center top;
  height: 380px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/****************   MENU  *****************/
nav {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background-color: #264e7f;
  box-shadow: 5px 5px 4px rgba(73, 73, 73, 0.35); }
  nav ul {
    text-align: center;
    width: 980px;
    margin: 0 auto; }
    nav ul li {
      float: left;
      font-size: 24px;
      width: 245px; }
      nav ul li a {
        background-color: #264e7f;
        color: #fff;
        display: block;
        padding: 10px 0;
        font-size: 18px; }
        nav ul li a:hover {
          background-color: #0a2648; }
      nav ul li span {
        color: #fff; }
  nav .nav3 li {
    width: 25%; }

.choice {
  background-color: #0a2648;
  color: #fff; }

/****************   CONTENT   *****************/
article {
  margin: 60px auto 0;
  width: 980px; }

section {
  margin: 60px auto 0;
  width: 960px; }

h2 {
  background: #f3f3f3;
  border-left: #264e7f 10px solid;
  box-shadow: 4px 4px 3px 1px #7d7d7d;
  color: #264e7f;
  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: $sub-w;
	max-width: $sub-w;
	color: #fff;
	font-size: 24px;
	background: $maincl;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 60px;
	
	&:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -30px;
		border: 30px solid transparent;
		border-top: 30px solid $maincl;
	}
} */
h3 {
  font-size: 24px;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #DDD;
  text-align: center;
  width: 960px; }
  h3:after {
    position: absolute;
    content: " ";
    border-bottom: solid 4px #264e7f;
    bottom: -4px;
    width: 10%;
    display: block; }

/****************   FOOTER   *****************/
footer {
  background: #fffbed;
  border-top: #264e7f 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: 196px; }
        footer div ul li img {
          width: 180px; }
  footer p {
    background: #264e7f;
    color: #fff;
    padding: 10px 0; }

/****************   PAGETOP   *****************/
#page-top {
  margin: 0px auto;
  overflow: hidden;
  width: 980px; }
  #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: 52px;
      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; }
.topics span {
  padding-left: 1em;
  text-indent: -1em; }

/****************   FAR   *****************/
#far {
  width: 980px; }

.far ul {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
  padding: 0 10px; }
  .far ul li {
    background: #f3f3f3;
    float: left;
    margin: 10px;
    padding: 10px 10px 0;
    width: 280px;
    border-top: solid 10px #264e7f;
    box-shadow: 3px 5px 3px rgba(73, 73, 73, 0.68); }
    .far ul li p {
      line-height: 1.5;
      padding: 3px 0; }

.date {
  font-size: 12px;
  letter-spacing: normal;
  margin-top: 10px; }

.title {
  color: #264e7f;
  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: #264e7f;
    width: 300px;
    margin: -3px -10px; }

/****************   CONTACT   *****************/
.contact > p {
  text-align: center;
  margin-bottom: 60px; }
.contact ul {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 980px; }
  .contact ul li {
    border: solid 10px #264e7f;
    height: 190px;
    float: left;
    width: 290px; }
    .contact ul li figure {
      margin: 10px auto 10px;
      width: 100px; }
    .contact ul li p {
      color: #264e7f; }
	.contact ul li.box_s {
  	  width: 280px;	} 

.box_text {
  font-weight: bold;
  font-size: 28px; }

.mail-txt {
  font-weight: bolder;
  font-size: 18px;
  letter-spacing: 0; }

.box_text_s {
  font-weight: bold;
  font-size: 27px; }

.mail-txt_s {
	font-weight:bolder;
	font-size:17px;
	letter-spacing: 0;
	padding-top: 7px; }

/****************   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 #264e7f; }
  .sponsorship table th {
    color: #264e7f;
    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: #264e7f;
      font-size: 24px;
      font-weight: bold; }
.summary h4 {
  font-size: 20px;
  margin-bottom: 10px; }
  /* span {
  	position: relative;
  	display: inline-block;
  	margin-bottom: 15px;
  	padding: 0 0.8em;
  	
  	&:before {
  		position: absolute;
  		content: '';
  		top: 0;
  		right: 0.2em;
  		width: 0.2em;
  		height: 100%;
  		border: 1px solid black;
  		border-left: none;
  	}
  	
  	&:after {
  		position: absolute;
  		content: '';
  		top: 0;
  		left: 0;
  		width: 0.2em;
  		height: 100%;
  		border: 1px solid black;
  		border-right: none;
  	}
  } */
.summary h5 {
  color: #264e7f;
  margin: 30px 0 15px;
  font-size: 20px; }
.summary h6 {
  margin: 10px 0 0; }
.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: #264e7f; }

/*.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;
}*/
.tc {
  text-align: center; }

.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: #264e7f;
        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 #264e7f;
        transform: translateY(-50%); }

.schedule {
  width: 960px;
  border: 1px solid #ccc; }
  .schedule th {
    background: #264e7f;
    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 .txt2 {
    font-size: 12px;
    z-index: 9999px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4b4b4b;
    text-align: center;
    letter-spacing: normal; }
  .download td a {
    background: #264e7f;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
    width: 280px;
    display: block;
    margin: 0 auto; }

/****************   slick.js *****************/
#far button {
  background: #264e7f;
  z-index: 999;
  width: 45px;
  height: 45px;
  font-weight: bold; }
  #far button.slick-prev {
    transition: left 0.25s linear;
    left: -50px;
    -moz-opacity: 0.5;
    opacity: 0.5; }
  #far button.slick-next {
    transition: right 0.25s linear;
    right: -50px;
    -moz-opacity: 0.5;
    opacity: 0.5; }
#far ul:hover .slick-prev {
  left: 0px;
  -moz-opacity: 1;
  opacity: 1; }
#far ul:hover .slick-next {
  right: 0px;
  -moz-opacity: 1;
  opacity: 1; }

/****************   MAIN   *****************/
div.btn-zone {
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden; }
div .btn1 {
  width: 50%;
  margin: 0 auto;
  float: left; }
div .btn2 {
  width: 50%;
  margin: 0 auto;
  float: right; }
