@charset "utf-8";

/* ===================================================================
  style.css
=================================================================== */

/* main
----------------------------------------------------*/
#content .catch {
  width: 100%;
  margin-bottom: 0;
  background: url(../img/main_bg_02.jpg) top center no-repeat #f39800;
}
#content .catch h2 {
  margin-left: -3%;
  margin-right: -3%;
}
#main .visual .inner .btn_entry {
  width: 70%;
  margin: 15px auto;
}

/* intro
----------------------------------------------------*/
#intro {
  width: 100%;
  display: block;
  content: "";
  min-height: 800px;
  height: auto !important;
  height: 800px;
  background: url(../img/intro_bg_sp.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
#intro h2 {
  width: 100%;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100px;
}


/* message
----------------------------------------------------*/
#message {
  width: 100%;
  min-height: 800px;
  height: auto !important;
  height: 800px;
  display: table;
  background: rgba(49, 51, 51, .8);
  position: absolute;
  top: 685px;
  left: 0;
}
#message .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 30px 3%;
}
#message p {
  color: #fff;
  margin-bottom: 1.5em;
}
#message p:last-child {
  margin-bottom: 0;
}


/* information
----------------------------------------------------*/
#information {
  padding: 70px 0 30px 0;
  background: #e5e6ea;
}
#information .inner {
  padding: 0 6% !important;
}
#information .txx-ttl {
  font-size: 114%;
  margin-bottom: 10px;
}
#information .section {
  margin-bottom: 20px;
}
#information .section:last-child {
  margin-bottom: 0;
}
/* guide */
#information .dl-table {
  border-bottom: 1px solid #585757;
}
#information .dl-table dt {
  float: left;
  width: 25%;
  padding: 8px;
  border-top: 1px solid #585757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#information .dl-table dd {
  margin-left: 25%;
  padding: 8px 8px 0;
  border-top: 1px solid #585757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#information .dl-table .lines {
  padding-bottom: 8px;
}
#information .dl-table dd:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}
#information .note {
  font-size: 92%;
}
#information .note li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#information .human .note {
  margin-top: 10px;
}

  /* footer
  ----------------------------------------------------*/
  footer {
    background: #e5e6ea;
  }



@media (min-width:768px) {

  /* main
  ----------------------------------------------------*/
  #main {
    width: 100%;
    background: url(../img/main_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  #main .visual {
    width: 100%;
  }
  #main .visual .inner {
    height: 500px;
    position: relative;
  }
  #main .visual .inner h1 {
    position: absolute;
    top: 20px;
    right: 0;
  }
  #main .visual .inner .btn_entry {
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 3%;
  }

  #content .catch h2 {
    margin-left: 0;
    margin-right: 0;
  }
  
  /* intro
  ----------------------------------------------------*/
  #intro {
    background: url(../img/intro_bg.jpg) center top no-repeat;
    background-size: 1200px auto;
  }
  #intro h2 {
    font-size: 214%;
  }
  #intro .target {
    height: 500px;
  }

  /* message
  ----------------------------------------------------*/
  #message p {
    font-size: 128%;
    line-height: 2.3;
  }

  /* information
  ----------------------------------------------------*/
  #information .note {
    font-size: 100%;
  }
  #information .guide {
    width: 50%;
    float: left;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #information .human {
    width: 50%;
    float: left;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #information .human .note {
    margin-top: 20px;
  }


}
@media (min-width:992px) {
  /* Contents
  ----------------------------------------------------*/
  #content .inner {
    width: 940px;
    margin: 0 auto;
    padding: 0;
  }

  /* main
  ----------------------------------------------------*/
  #main .visual {
    width: 100% !important;
  }
  #main .visual .inner .btn_entry {
    right: 0;
  }
  /* intro
  ----------------------------------------------------*/
  #intro {
  }
  #intro h2 {
    padding-top: 60px;
  }

  /* message
  ----------------------------------------------------*/
  #message .inner {
    padding: 30px 0;
  }

}

