/* CSS Document */
#wrapper {
  width: 100%;
  overflow: hidden; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

a {
  color: #ef7508 !important; }

* {
  color: #575757;
  word-break: break-all; }

.contsIn {
  width: 1000px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .contsIn {
      width: 100%;
      padding: 0 5%;
      box-sizing: border-box; } }

.contsIn2 {
  width: 960px;
  margin: auto;
  float: center;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .contsIn2 {
      width: 100%;
      padding: 0 5%;
      box-sizing: border-box; } }

.left {
  float: left; }

.right {
  float: right; }

.h2_bg {
  background: url(../img/h2_bg.png) center center;
  background-repeat: repeat-x;
  margin: 80px 0 40px; }
  @media screen and (max-width: 768px) {
    .h2_bg {
      margin: 40px 0 20px;
      background-position: center center;
      background-size: 18px; } }

h2 {
  background-color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 30px;
  color: #575757; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 22px;
      line-height: 1; } }

h3 {
  background-image: url(../img/h3_bg.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 40px;
  color: #575757;
  font-size: 24px;
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 18px;
      padding-left: 25px;
      background-size: 15px;
      background-position: left 5px;
      margin-bottom: 5px; } }

.nml {
  font-size: 16px;
  color: #575757;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .nml {
      font-size: 14px; } }
  .nml em {
    font-weight: bold;
    font-style: normal; }

a {
  color: #1c5dae; }

.bullet {
  color: #B2F2FF; }

/*---------------mv---------------
------------------------------------------*/
.kv {
  text-align: center;
  width: 100%;
  background: #ffc333;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .kv {
      padding: 0 3.5%; }
      .kv img {
        width: 100%; } }

/*---------------sec01---------------
------------------------------------------*/
#sec01 {
  /*background-color:#fff100;*/
  background-color: #F6F6F6;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    #sec01 {
      padding: 30px 5%; } }
  #sec01 p {
    line-height: 2.2;
    font-size: 16px; }
  #sec01 .contsIn {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 50px; }
    @media screen and (max-width: 768px) {
      #sec01 .contsIn {
        display: block;
        padding: 0; } }
  #sec01 .left {
    width: 150px;
    margin: 0;
    float: none; }
    @media screen and (max-width: 768px) {
      #sec01 .left {
        width: 100%;
        text-align: center;
        margin: 0; }
        #sec01 .left img {
          width: 120px; } }
  #sec01 .right {
    width: 750px;
    padding-left: 50px;
    box-sizing: border-box;
    float: none;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      #sec01 .right {
        width: 100%;
        padding: 0;
        margin: 25px 0 0;
        font-size: 14px; } }

.organizer {
  font-size: 15px;
  text-align: center;
  margin: 10px 0 0 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .organizer {
      font-size: 12px;
      display: block; } }
  .organizer li:first-child {
    margin-right: 40px; }
    @media screen and (max-width: 768px) {
      .organizer li:first-child {
        margin: 0 0 5px; } }

/*---------------sec02---------------
------------------------------------------*/
#sec02 .contsIn2 p, #sec02 .contsIn2 .box {
  margin: 0 0 30px 40px; }
  @media screen and (max-width: 768px) {
    #sec02 .contsIn2 p, #sec02 .contsIn2 .box {
      margin: 0 0 20px 25px; } }
  #sec02 .contsIn2 p span, #sec02 .contsIn2 .box span {
    display: inline-block;
    font-weight: bold;
    margin-top: 5px; }
  #sec02 .contsIn2 p .List, #sec02 .contsIn2 .box .List {
    margin: 5px 0 10px; }
    #sec02 .contsIn2 p .List li, #sec02 .contsIn2 .box .List li {
      font-size: 16px;
      color: #575757;
      line-height: 1.6;
      padding-left: 1.5em;
      text-indent: -1.5em; }
      @media screen and (max-width: 768px) {
        #sec02 .contsIn2 p .List li, #sec02 .contsIn2 .box .List li {
          font-size: 14px; } }
#sec02 .left {
  width: 480px;
  box-sizing: border-box; }
  #sec02 .left:first-child {
    padding-right: 30px; }
    @media screen and (max-width: 768px) {
      #sec02 .left:first-child {
        padding-right: 0; } }
  @media screen and (max-width: 768px) {
    #sec02 .left {
      width: 100%; } }
  #sec02 .left table {
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px; }
    @media screen and (max-width: 768px) {
      #sec02 .left table {
        padding-left: 30px; } }
    #sec02 .left table * {
      box-sizing: border-box; }
    #sec02 .left table tr {
      vertical-align: top; }
      #sec02 .left table tr th {
        font-size: 16px;
        width: 80px;
        padding-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #sec02 .left table tr th {
            font-size: 14px;
            width: 70px; } }
      #sec02 .left table tr td {
        font-size: 16px;
        padding-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #sec02 .left table tr td {
            font-size: 14px; } }
        #sec02 .left table tr td span {
          font-weight: bold; }
#sec02 .poster {
  background-color: #f6f6f6;
  width: 1000px;
  margin: auto;
  padding: 15px 0; }
  @media screen and (max-width: 768px) {
    #sec02 .poster {
      width: 100%; } }
  #sec02 .poster .left {
    width: 105px;
    margin-left: 180px; }
  #sec02 .poster .right {
    width: 520px;
    margin-right: 150px; }
    #sec02 .poster .right p.ttl {
      font-size: 24px;
      display: block;
      color: #575757;
      margin-bottom: 20px; }
    #sec02 .poster .right a {
      display: block;
      margin-top: 20px; }

/*---------------sec03---------------
------------------------------------------*/
#sec03 .clearfix {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    #sec03 .clearfix {
      display: flex; }
      #sec03 .clearfix:after {
        display: none; } }
#sec03 .left {
  width: 180px; }
  @media screen and (max-width: 768px) {
    #sec03 .left {
      width: 100px; } }
#sec03 .right {
  width: 740px; }
  @media screen and (max-width: 768px) {
    #sec03 .right {
      width: calc(100% - 100px);
      padding-left: 20px; } }
  #sec03 .right p.ttl {
    color: #575757;
    font-size: 24px;
    margin: 8px 0 15px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #sec03 .right p.ttl {
        margin: 0 0 10px;
        font-size: 18px; } }
  #sec03 .right a img {
    display: inline-block;
    margin: 10px 15px 0 0; }
    @media screen and (max-width: 768px) {
      #sec03 .right a img {
        margin: 10px 0 0; } }

/*---------------sec04---------------
------------------------------------------*/
#sec04 ul.works {
  overflow: hidden; }
  #sec04 ul.works li {
    float: left; }
    @media screen and (max-width: 768px) {
      #sec04 ul.works li {
        float: none;
        margin: 0 0 15px !important; }
        #sec04 ul.works li img {
          width: 100%; } }
#sec04 .btnBox {
  display: table;
  margin: 40px auto 0; }
  @media screen and (max-width: 768px) {
    #sec04 .btnBox {
      display: block;
      margin-top: 20px; } }
  #sec04 .btnBox > li {
    display: table-cell;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      #sec04 .btnBox > li {
        display: block;
        text-align: center;
        padding: 0;
        margin-top: 20px; } }

.dsnone {
  display: none; }

/*
.ContsBox{
	background:#fff;
	width:785px;
	padding:10px 0;
	overflow:hidden;
}

.ContsBox .closeBox{
	text-align:right;
	font-size:12px;
}

.ContsBox .close{
	text-align:right;
	padding-right:10px;
}

.ContsBox .ContsBoxIn{
	width:647px;
	margin:0 auto;
}
	*/
/*---------------sec05---------------
------------------------------------------*/
#sec05 .Prize {
  display: flex;
  justify-content: center;
  margin: 0 0 30px; }
  @media screen and (max-width: 768px) {
    #sec05 .Prize {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #sec05 .Prize li:nth-child(2) {
    margin: 0 30px; }
  @media screen and (max-width: 768px) {
    #sec05 .Prize li {
      display: block;
      padding: 0;
      width: 47%;
      margin: 0 !important; }
      #sec05 .Prize li:nth-child(n+3) {
        margin-top: 20px !important; } }
#sec05 .mgR9 {
  margin-right: 9px; }
#sec05 .prizeBox {
  border: 1px solid #ddd;
  padding: 13px 0 10px;
  text-align: center; }
  #sec05 .prizeBox p span {
    font-size: 20px;
    color: #575757;
    padding-right: 20px; }
    @media screen and (max-width: 768px) {
      #sec05 .prizeBox p span {
        font-size: 16px;
        padding-right: 10px; } }

/*---------------sec06---------------
------------------------------------------*/
#sec06 {
  margin-top: 90px;
  padding: 30px 0 0 0;
  background-color: #f2f2f2; }
  @media screen and (max-width: 768px) {
    #sec06 {
      margin-top: 45px; } }
  #sec06 .cautionBox {
    background-color: #fff;
    width: 1000px;
    margin: auto;
    padding: 25px 0; }
    @media screen and (max-width: 768px) {
      #sec06 .cautionBox {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 5%; } }
    #sec06 .cautionBox .left {
      width: 85px;
      margin-left: 110px; }
      @media screen and (max-width: 768px) {
        #sec06 .cautionBox .left {
          width: 100%;
          margin: 0;
          text-align: center; } }
    #sec06 .cautionBox .right {
      width: 680px;
      margin-right: 100px; }
      @media screen and (max-width: 768px) {
        #sec06 .cautionBox .right {
          width: 100%;
          margin: 20px 0 0; } }
      #sec06 .cautionBox .right p.ttl {
        font-size: 24px;
        color: #575757; }
        @media screen and (max-width: 768px) {
          #sec06 .cautionBox .right p.ttl {
            font-size: 18px;
            margin-bottom: 5px; } }
  #sec06 .contsIn p.ttl {
    font-size: 20px;
    color: #575757;
    margin-top: 40px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #sec06 .contsIn p.ttl {
        font-size: 18px;
        margin-top: 20px; } }
  #sec06 .contsIn ul {
    margin: 20px 0 0px; }
    @media screen and (max-width: 768px) {
      #sec06 .contsIn ul {
        margin: 20px 0 0px; } }
    #sec06 .contsIn ul li {
      padding-left: 1em;
      text-indent: -1em;
      margin-bottom: 10px;
      font-size: 14px;
      color: #575757; }
      #sec06 .contsIn ul li:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        #sec06 .contsIn ul li {
          font-size: 12px; } }

.contact {
  background-color: #f2f2f2; }

.contBox {
  display: table;
  padding: 50px 0;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .contBox {
      display: block;
      padding: 30px 0; } }
  .contBox p {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .contBox p {
        font-size: 14px; } }

/*---------------footer----------------
------------------------------------------*/
#footer {
  background-color: #7d7d7d; }
  #footer .footerIn {
    width: 1030px;
    margin: auto;
    padding: 10px 0 10px 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #footer .footerIn {
        width: 100%;
        padding: 20px 0; } }
  #footer .copy {
    font-size: 14px;
    color: #fff;
    float: left; }
    @media screen and (max-width: 768px) {
      #footer .copy {
        font-size: 12px;
        text-align: center;
        float: none; } }
  #footer .rightBox {
    float: right; }
    @media screen and (max-width: 768px) {
      #footer .rightBox {
        float: none;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; }
        #footer .rightBox span {
          margin: 0;
          width: 50%;
          text-align: center; } }
    #footer .rightBox a {
      font-size: 14px;
      color: #fff !important; }
      @media screen and (max-width: 768px) {
        #footer .rightBox a {
          text-align: center;
          width: 50%;
          font-size: 12px; } }

/*# sourceMappingURL=style.css.map */
