@charset "UTF-8";
#index ._module-title ._h1 {
  font-size: 2rem;
  line-height: 1.4;
}

#index #section-title {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 0;
  width: 100%;
  height: 300px;
  background: url(../../images/event/0806/hero-bg.png) no-repeat -120px center;
  background-size: cover !important;

  -webkit-box-sizing: border-box;
}

#index #section-title ._h2 {
  margin-bottom: 0;
}

#index #section-title .box {
  position: absolute;
  top: 30px;
  box-sizing: border-box;
  padding: 20px;
  width: 250px;
  background: rgba(255, 255, 255, 0.8);

  -webkit-box-sizing: border-box;
}

#index #section-title.bg-none {
  height: auto;
  background: none;
}

#index #section-title.bg-none .box {
  position: initial;
  padding: 0;
  width: 100%;
}

#index .box-pankuzu {
  margin: 0 auto;
  width: 100%;
  font-size: 10px;
}

#index .box-pankuzu a {
  margin-right: 10px;
}

#index #section-form {
  /*box-shadow: 0 0 3px #cccccc;*/
}

#index #section-form .inner {
  box-sizing: border-box; /*.list{margin-bottom: 30px; display: block; padding:0 4%; p{position: relative; display: block; padding-left: 1em; &:before{content:""; display:block; position: absolute; left:0; top:7px; width:5px; height:5px; background:#0f203e; border-radius:3px;} } }*/
  margin: 0 auto 50px;
  padding: 0;
  width: 100%;

  -webkit-box-sizing: border-box;
}

#index #section-form .inner + ._btn-orange {
  margin-bottom: 50px;
}

#index #section-form .inner + ._btn-orange a {
  width: 70%;
  height: 50px;
  background: url(../../images/icon_arrow_accent2_left.png) 20px 50% no-repeat;
  background-size: auto 15px;
  line-height: 50px;
}

#index #section-form .inner h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
}

#index #section-form .inner h4 {
  margin-top: 40px;
  text-align: center;
}

#index #section-form .inner h4 img {
  width: auto;
  height: 28px;
}

#index #section-form .inner ul.link {
  margin: 0;
  padding: 0;
}

#index #section-form .inner ul.link li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#index #section-form .inner ul.link li:nth-child(1) {
  margin-bottom: 20px;
}

#index #section-form .inner ul.link li img {
  width: 100%;
}

#index #section-form .inner .lead {
  margin: 0 4% 30px 4%;
}

#index #section-form .inner .use {
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 40px 0 0;
  width: 100%;
  background: #fff;

  -webkit-box-sizing: border-box;
}

#index #section-form .inner .use ul {
  margin-bottom: 30px;
  margin-left: 30px;
}

#index #section-form .inner .use ul li.red {
  color: #9b1d3d;
  font-weight: bold;
}

#index #section-form .inner .label {
  margin: 0 20px 0;
  padding: 10px;
  background: #c85819;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#index #section-form .box {
  margin: 0 auto;
  width: 100%;
}

#index #section-form iframe {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 3250px; /*height: 2800px;*/

  -webkit-box-sizing: border-box;
}

#section-form.day-20201030 iframe {
  /*height: 2850px!important;*/
  height: 3000px !important;
}

#section-form.day-20201030-q iframe {
  height: 4300px !important;
}

#section-form.day-20201104 iframe {
  height: 2600px !important;
}

/*横向き*/

@media screen and (orientation: landscape) {
  #section-title {
    background: url(../../images/event/0806/hero-bg.png) no-repeat !important;
    background-size: cover !important;
  }
}

