@charset "UTF-8";
/* CSS Document */

.title li {
  list-style: none;
}
.title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_img {
  width: 75%;
  transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  margin-right: -10px;
}
.title_img-line {
  margin-left: -30px;
}

.message_staff {
  display: flex;
  width: 65%;
  margin: 0 auto;
}
.message_img {
  display: flex;
  flex-direction: column;
}
.message_img img {
  max-width: 168px;
}
.message_text {
  text-align: left;
  padding-left: 25px;
}
.message_text p {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
.message_text p span {
  color: #ee0077;
}




.overview_list-text2, .overview_list-text1 {
  text-align: left;
}
.event_subtitle {
  font-size: 2.4rem;
  background-color: #638593;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.overview ul {
  margin: 0 auto;
  display: inline-block;
}
.overview_list {
  display: flex;
  padding-bottom: 50px;
}

.overview_title {
  color: #fff;
  font-size: 1.3rem;
  background-color: #ee0077;
  line-height: 40px;
  height: 40px;
  width: 102px;
  margin-right: 30px;
  text-align: center;
}
.textlogo {
  max-width: 155px;
}
.overview_list-text1 {
  font-size: 1.2rem;
}
.overview_list-text2 {
  font-size: 1.8rem;
}

.overview_map {
  display: flex;
  justify-content: center;
  padding-bottom: 150px;
}
.overview_map-list {
  padding: 0 45px;
}

.schedule_content {
  background-color: #f2fbff;
  padding: 150px;
  margin: 0 auto;
  width: 87%;
}
.schedule_content img {
  max-width: 850px;
  width: 100%;
}

.schedule_comment {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 0 0 0;
}
.deadline {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.deadline_title {
  background-color: #333;
  padding: 0 10px;
  color: #fff;
  font-size: 1.4rem;
}
.deadline_date {
  color: #ee0077;
  font-size: 2.4rem;
  padding-left: 20px;
  font-weight: 600;
}
.btn_comment {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
.schedule-entry_btn {
  background-color: #fff155;
  border-radius: 50px;
  border: #fff155;
  max-width: 320px;
  padding: 25px 40px;
  font-size: 2.0rem;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.arrow::after {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.865em;
  border-color: transparent transparent transparent #000;
  transform: translateY(0.1em) scale(0.8);
}
.venue_title img {
  margin-left: 150px;
}




.notes_wrap {
  display: inline-block;
}
.notes {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
}
.notes h4 {
  background-color: #333;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.notes_sns-icon {
  max-width: 28px;
  margin: 5px 7px;
}

.certificate a {
  color: #fff;
  background: #63767e;
  border: 1px solid #63767e;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  text-decoration: none;
  padding: 5px 20px;
  margin: 10px 0;
  font-size: 1.4rem;
}
.certificate a::after {
  content: "";
  display: inline-block;
  background: url("../images/common/ic_blank.svg");
  background-size: cover;
  width: 13px;
  height: 13px;
  margin-left: 0.7rem;
  position: relative;
  top: 1px;
}


.borasen_btn-wrap1 {
  margin-bottom: 70px;

}
.sp {
  display: none;
}












@media (max-width:960px) {
  .overview_map {
    flex-direction: column;
    align-items: center;
  }
  .event_subtitle {
    font-size: 1.8rem;
    width: 80%;
  }
  .overview_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .overview_title {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .overview_list p {
    font-size: 1.5rem;
    padding: 0 5px;
  }
  .overview_map-list {
    padding: 0;
    margin-bottom: 50px;
  }
  
  .schedule_comment {
    font-size: 1.2rem;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
  }
  .deadline_date {
    font-size: 2.0rem;
  }
  .deadline {
    padding-top: 30px;
  }
  
  
  
  
  
  
  .pc {
    display: none;
  }
  .sp {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .schedule_content {
    background-color: #f2fbff;
    padding: 50px 15px 80px; 
    margin: 0; 
    width: 100%;
  }
  .venue_title img {
    width: 70%;
    margin-left: 24px;
    max-width: 335px;
  }
  
  
  
  
  .schedule_content img {
    max-width: 500px;
    padding: 40px 0 50px;
  }
  
  .notes {
    padding-top: 0;
  }
  
  
  
  
  
}



.teiin {
  background-color: #df0034;
  color: #fff;
  padding: 10px;
}
