@charset "UTF-8";
.band {
  background-color: #010a48;
  width: 40%;
  height: 5vw;
  margin-top: 200px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  padding: 1rem 2rem;
  box-shadow: 8px 8px 0 #bd271b;
  /*見出しフェードイン*/
  animation-name: fadeLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 737px) {
  .band {
    background-color: #010a48;
    width: 50%;
    height: 10vw;
    margin-top: 150px;
    position: relative;
    text-align: center;
    padding: 1rem 2rem;
    box-shadow: 5px 5px 0 #bd271b;
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.band .title {
  font-weight: bold;
  font-size: 32px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 737px) {
  .band .title {
    font-weight: bold;
    font-size: 15px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

/*大会概要*/
@media screen and (min-width: 737px), print {
  .section-block {
    font-size: 16px;
    margin: 80px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
}
@media screen and (max-width: 737px) {
  .section-block {
    font-size: 14px;
    margin: 30px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
}
.section-block h3 {
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #052667;
  border-bottom: #ccc 1px solid;
  padding: 0 0 10px;
  margin: 30px 0 0;
}
@media screen and (min-width: 860px), print {
  .section-block .FAIlogo {
    position: absolute;
    width: 50vh;
    height: auto;
    right: 0;
  }
}
@media screen and (max-width: 860px) {
  .section-block .FAIlogo {
    width: 45vw;
    height: auto;
    margin-left: 22vw;
  }
}
.section-block .contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-block .contact-list .item {
  margin: 1px;
  position: relative;
}
@media screen and (min-width: 737px), print {
  .section-block .contact-list .item {
    width: 40%;
    padding: 1px 0 100px 0;
  }
}
@media screen and (max-width: 737px) {
  .section-block .contact-list .item {
    width: 100%;
    padding: 1px 0 10px 0;
  }
}
.section-block .contact-list .googlemap {
  width: 100%;
}

/*参加資格*/
.entry {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 737px), print {
  .entry .box22 {
    padding: 0.5em 1em;
    margin: 1em 0;
    width: 60%;
    background: #f4f4f4;
    border-left: solid 6px #bd271b;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  }
}
@media screen and (max-width: 737px) {
  .entry .box22 {
    padding: 0.5em 1em;
    margin: 1em 0;
    width: 90%;
    background: #f4f4f4;
    border-left: solid 6px #bd271b;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
  }
}
.entry .box22 p {
  margin: 0 auto;
  padding: 0;
}

/*大会流れ*/
.flow .week {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}
.flow .week .day {
  width: 15%;
  padding: 10px;
  margin: 1px;
  position: relative;
  border: solid 3px #6091d3;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
}
@media screen and (max-width: 820px) {
  .flow .week .day {
    width: 40%;
    padding: 1px 0 100px 0;
  }
}
@media screen and (max-width: 737px) {
  .flow .week .day {
    width: 100%;
    padding: 1px 0 100px 0;
  }
}
.flow .week .day h4 {
  font-weight: bold;
}
.flow .oneflight {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}
.flow .oneflight h4 {
  font-weight: bold;
}
.flow .oneflight .kake {
  width: 8%;
}
.flow .oneflight .box19 {
  position: relative;
  padding: 0.25em 1em;
  width: 15%;
}
.flow .oneflight .box19:before,
.flow .oneflight .box19:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.flow .oneflight .box19:before {
  border-left: solid 1px #5767bf;
  border-top: solid 1px #5767bf;
  top: 0;
  left: 0;
}
.flow .oneflight .box19:after {
  border-right: solid 1px #5767bf;
  border-bottom: solid 1px #5767bf;
  bottom: 0;
  right: 0;
}
.flow .oneflight .box19 p {
  margin: 0;
  padding: 0;
}

/*前回結果*/
@media screen and (min-width: 737px), print {
  .preresult_out {
    width: 57vw; /*表示幅*/
    height: 500px; /*表示高さ*/
    overflow: hidden; /*はみ出た部分を非表示*/
  }
}
@media screen and (max-width: 737px) {
  .preresult_out {
    width: 80vw; /*表示幅*/
    height: 500px; /*表示高さ*/
    overflow: hidden; /*はみ出た部分を非表示*/
  }
}
@media screen and (min-width: 737px), print {
  .preresult_out .preresult_innner {
    width: 1200px; /*<div> より大きく*/
    height: 1200px; /*<div> より大きく*/
    margin-left: -230px; /* 表示位置: y */
    margin-top: -800px; /*表示位置:ｘ*/
  }
}
@media screen and (max-width: 737px) {
  .preresult_out .preresult_innner {
    width: 1200px; /*<div> より大きく*/
    height: 1200px; /*<div> より大きく*/
    margin-left: -230px; /* 表示位置: y */
    margin-top: -800px; /*表示位置:ｘ*/
  }
}/*# sourceMappingURL=competition.css.map */