@charset "UTF-8";
body {
  width:100%;
}

h3 {
  font-size:2.0em;
  font-weight:bold;
  text-align:center;
  padding:60px;
}

br.sp {
  display:none;
}

@media only screen and (max-width: 640px) {

br.sp {
  display:inline;
}

}


.event-lp__information {
  background:none;
}

.contents {
  width:100%;
  /*background:url(../images/add/background.png);*/
  background-repeat: repeat-y;
  background-position: top center;
  -webkit-background-size:contain;
  background-size:contain;
}

.contents a {
  color:#03A9F4;
  text-decoration:underline;
}


@media only screen and (min-width: 640px) , print {
body {  font-size:1.1em;}
}

.contents {
  width:100%;
  font-size:1.4em;
  font-weight:normal;
  color: #313131;
  /*background:url(../images/add/background.png);*/
  background-repeat: repeat-y;
  background-position: top center;
  -webkit-background-size:cover;
  background-size:contain;
}

.wrapper {
  width:100%;
  overflow:hidden;
}

.comingsoon_txt {
  font-size:1.2em;
  text-align:center;
  padding-bottom:100px;
}

/***************************************/
/*-------------infection---------------*/
/***************************************/

.infection img {
  margin-bottom:10px;
}

.infection a {
  color: #19a4b9;
  text-decoration:underline;
}

.infection a:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 640px) {
  .infection {
    margin-bottom:80px;
  }

  .infection p {
    text-align: center;
  }
}

@media only screen and (min-width: 640px) , print {
  .infection {
    width:1000px;
    margin:0 auto 80px;
  }

  .infection p {
    text-align: center;
  }
}



/***************************************/
/*-------------about---------------*/
/***************************************/

.about {
  background-color:#fff;
  padding-top:100px;
  padding-bottom:100px;
}

.about h3 {
  width:850px;
  margin:0 auto;
}

.about h3 img {
  width:100%;
}

.about p {
  width:800px;
  margin:0 auto 50px;
  text-align:center;
  font-size:1.4em;
  line-height:2.0;
}

.about figure {
  width:500px;
  margin:0 auto;
}

@media only screen and (max-width: 640px) {

  .about h3 {
    width:90%;
    margin:0 auto 40px;
    padding:0;
    font-size:1.4em;
  }

.about h3 img {
  width:100%;
}

.about p {
  width:90%;
  text-align:left;
  font-size:1.2em;
  margin:0 auto 40px;
}


.about figure {
  width:80%;
}

}



/***************************************/
/*-------------logo---------------*/
/***************************************/

.logo {
  padding-bottom:100px;
}

.logo figure {
  width:700px;
  margin:0 auto 30px;
}

.logo p {
  text-align:center;
}

@media only screen and (max-width: 640px) {
.logo figure {
  width:90%;
}

.logo p {
  width:90%;
  margin:0 auto;
  text-align:center;
}

}


/***************************************/
/*---------------logo------------------*/
/***************************************/

.company {
  padding-bottom: 60px;
}

.company h3 {
  margin-bottom:-40px;
}

.company ul {
  width:600px;
  margin:0 auto 40px;
  text-align:center;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
}

.company ul li {
  font-size:1.4em;
}

.company ul li:after {
  content:"／";
}

.company ul li:last-child:after {
  content:none;
}

.company p {
  text-align:center;
}


@media only screen and (max-width: 640px) {
.company ul {
  width:90%;
}

}



/***************************************/
/*-------------overview---------------*/
/***************************************/

.overview {
  background-color:#fff;
}

dl.overview_item {
  width:700px;
  margin:0 auto;
}

dl.overview_item > dt {
  font-size:1.6em;
  font-weight:bold;
  text-align:center;
  margin-bottom:10px;
}

dl.overview_item > dd {
  text-align:center;
  margin-bottom:100px;
}

dl.overview_item > dd > p {
  font-size:1.4em;
}

dl.overview_item > dd p.postscript {
  font-size:1.2em;
}

dl.overview_item > dd p.postscript span {
  font-weight:bold;
  color: #0288D1;
  font-size:0.8em;
}


dl.overview_item > dd ul li {
  text-align:left;
  font-size:1.2em;
  margin-bottom:20px;
}

dl.schedule {
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -o-flex-wrap:wrap;
  flex-wrap:wrap;
}

dl.schedule dt {
  width:160px;
  font-size:1.4em;
  border-top: #000 solid 1px;
  padding-top:30px;
  padding-bottom:30px;
  padding-left:20px;
  text-align:left;
  font-weight:bold;
}

dl.schedule dd {
  width:540px;
  font-size:1.4em;
  border-top: #000 solid 1px;
  padding-top:30px;
  padding-bottom:30px;
  text-align:left;
  font-weight:bold;
}

dl.schedule dt:first-of-type,
dl.schedule dd:first-of-type {
  border:none;
}

dl.schedule dd span {
  font-weight:normal;
}


.timetable {
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  /*justify-content:space-between;*/
  font-weight:normal;
  margin-top:20px;
  margin-bottom:20px;
  font-size:0.8em;
}

.tt01 {
  margin-right:80px;
}

.point {
  width:700px;
  margin:120px auto 0;
  padding-bottom:30px;
}

.point_item {
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  margin-bottom:20px;
}

.point_item img {
  width:220px;
  margin-right:60px;
}

.point_inner h4 {
  font-size:1.6em;
  font-weight:bold;
}

.point_inner p {
  font-size:1.2em;
}

.notice {
  font-size:1.1em;
  text-align:center;
  padding-bottom:100px;
}


@media only screen and (max-width: 640px) {

dl.overview_item {
  width:90%;
}

dl.overview_item > dd > p {
  line-height:1.6;
  margin-bottom:20px;
}

dl.overview_item > dd p.postscript span br {
  display:none;
}

dl.schedule dt {
  width:26%;
  padding-left:0;
  font-size:1.2em;
}

dl.schedule dd {
  width:74%;
  font-size:1.2em;
}

dl.schedule dd p span {
  display:block;
}

.timetable {
  flex-direction: column;
}

.tt01 {
  margin-bottom:20px;
}

.point {
  width:90%;
  margin:0 auto;
}

.point_item {
  display:inline;
  margin-bottom:40px;
}

.point_item img {
  width:40%;
  margin:0 auto 10px;
}

.point_inner {
  text-align:center;
  margin-bottom:50px;
}


}





/***************************************/
/*-------------benefit---------------*/
/***************************************/

.benefit img {
  width:800px;
  margin:0 auto 100px;
}

@media only screen and (max-width: 640px) {

.benefit img {
  width:88%;
}

}


/***************************************/
/*-------------agreement---------------*/
/***************************************/

.agreement {
  background-color:#fff;
  padding-bottom:100px;
}

.agreement_inner {
  width:740px;
  height:300px;
  margin:0 auto;
  margin-top:-40px;
  padding:30px 30px;
  overflow: scroll;
  border: #ccc solid 1px;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}

.agreement_inner div {
  margin-bottom:20px;
}

.agreement_inner ul li {
  padding-left:1.0em;
  text-indent:-1.0em;
  margin-bottom:6px;
}



.agreement_inner p {
  margin-bottom:8px;
}

.agreement_inner h4 {
  font-weight:bold;
}



@media only screen and (max-width: 640px) {

.agreement_inner {
  width:90%;
  margin:0 auto;
  margin-top:-40px;
}

}




/***************************************/
/*-------------organizer---------------*/
/***************************************/

.organizer {
  text-align:center;
  padding-bottom:80px;
}

.organizer img {
  width:400px;
  margin:0 auto 20px;
}

.organizer p {
  font-size:1.2em;
}



/***************************************/
/*-------------operation---------------*/
/***************************************/

.operation {
  padding-bottom:150px;
}

.operation img {
  width:300px;
  margin:0 auto;
}



/***************************************/
/*------------company_list-------------*/
/***************************************/

.company_list {
  width:82%;
  margin:0 auto;
  padding-bottom:80px;
}

.company_list > p {
  font-size:1.0em;
  text-align:center;
}

.company_list_item {
  border-left:#40a570 10px solid;
  margin-top:44px;
  padding-left:16px;
}

.company_list_item dt {
  font-size:1.5em;
  font-weight:bold;
}

.company_list_item dd {
  font-size:1.1em;
}

.company_list_item_wrap {
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -o-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  -ms-flex-direction:column;
  -o-flex-direction:column;
  flex-direction:column;
}




@media only screen and (min-width: 640px) , print {

.company_list_item {
  width:420px;
}

.company_list_item_wrap {
  width:900px;
  margin:30px auto;
  justify-content:space-between;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -o-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-flex-direction:row;
  -moz-flex-direction:row;
  -ms-flex-direction:row;
  -o-flex-direction:row;
  flex-direction:row;
}

}






