@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;
}



.sub_title img{
  width: 20%;
  transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  margin-right: -10px;
  display: block;
  text-align: left;
  margin-left: 220px;
  position: relative;
  z-index: 1;
}






/*三角矢印*/
.triangle1{
  width: 0;
  height: 0;
  border-left: 13px solid black;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.triangle2 {
  width: 0;
  height: 0;
  border-left: 13px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}



.entry_venue {
  color: #00aaee;
  font-size: 2.4rem;
}
.entry_day-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.entry_day {
  color: #ee0077;
  font-size: 2.2rem;
  font-weight: 600;
}
.entry_deadline {
  color: #fff;
  font-weight: 500;
  background-color: #333;
  padding: 0 15px;
  margin-right: 10px;
  text-align: center;
  height: 30px;
}
.entry_text {
  font-size: 1.2rem;
}

.entry_formbtn-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.entry_formbtn {
  display: flex;
  background-color: #fff155;
  border-radius: 50px;
  color: #000;
  text-decoration: none;
  align-items: center;
  padding:  5px 30px 5px 55px;
  width: 250px;
  justify-content: center;
  margin: 15px auto 39px;
}
.entry_content {
  background-color: #f2fbff;
  max-width: 800px;
  margin: -50px auto 100px;
  padding: 80px 0;
  position: relative;
}
.entry_formbtn p {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.6;
  padding-right: 20px;
}
.entry_formbtn p span {
  font-size: 1.2rem;
  font-weight: 500;
}
.entry_btn-explanation {
  font-size: 1.3rem;
  display: inline-block;
  margin: 0 auto;
  font-weight: 600;
}
.entry_btn-explanation p {
  text-align: left;
}

.entry_day-content_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.entry_day-content {
  display: inline-block;
  margin: 0 auto;
}
.entry_content-text {
  color: #fe0000;
  font-weight: 600;
  padding-top: 30px;
}
.yougyo_img1 {
  position: absolute;
  bottom: 0;
  left: -70px;
  max-width: 246px;
}

.entry_formbtn1 {
  display: flex;
  background-color: #2352ff;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  align-items: center;
  padding:  15px 30px 15px 55px;
  width: 330px;
  justify-content: center;
  margin: 15px 15px 10px;
}
.entry_formbtn1 p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  padding-right: 20px;
}
.entry_formbtn1 p span {
  font-size: 1.2rem;
  font-weight: 500;
}
.entry_text1 {
  font-size: 1.4rem;
  margin: 0 auto;
  font-weight: 600;
  padding: 25px 0;
  width: 60%;
  text-align: left;
}

.entry_text1 p {
  
  margin: 0 auto;
  display: block;
}


.entry_text-color {
  color: #ee0077;
}
.entry_btn-explanation1 p {
  font-size: 1.2rem;
}







.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;

}


.indent {
  margin-left: 12px;
}


.entry_formbtn-content {
  margin-bottom: 80px;
}


.teiin {
  background-color: #df0034;
  color: #fff;
  padding: 10px;
  margin: 20px;
}
.teiin_span {
  display: block;
}











@media (max-width:960px) {
  .entry_formbtn-wrap {
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0;
  }
  .sub_title img {
    width: 70%;
    margin-left: 24px;
    max-width: 335px;
  }
  .entry_venue {
    font-size: 2.0rem;
  }
  .entry_day {
    font-size: 1.8rem;
  }
  .entry_deadline {
    font-size: 1.2rem;
    height: 22px;
  }
  .entry_formbtn p {
    font-size: 1.8rem;
  }
  .entry_btn-explanation {
    font-size: 1.0rem;
    padding-top: 10px;
  }
  .entry_formbtn {
    margin: 15px 15px  5px;
  }
  .yougyo_img1 {
    max-width: 150px;
    left: 0;
  }
  .entry_content {
    padding-bottom: 130px;
  }
  .entry_content-text span {
    display: block;
  }
  .entry_text1 {
    font-size: 1.3rem;
    width: 87%;
    padding-bottom: 0;
  }
  .entry_text1 p {
    display: inline;
  }
  .entry_formbtn1 {
    width: 288px;
  }
  .entry_formbtn1 p {
    font-size: 1.4rem;
  }
  .entry_btn-explanation1 p {
    font-size: 1.0rem;
  }
  
  
  
  
  
  
  
  .teiin_span {
  display: inline;
}
  
  
}





