.episode {
  width: 100%;
}

.episode .detail {
  margin-top: 60px;
  text-align: center;
  width: 100%;
}

.episode .detail p {
  margin: 0 auto;
  line-height: 120%;
}

.episode .detail span {
  color: #029da1;
}

.episode .detail p:nth-of-type(1) {
  font-weight: 900;
  width: 55%;
  font-size: 12px;
  font-size: 3.75vw;
}

@media screen and (max-width: 1300px) {
  .episode .detail p:nth-of-type(1) {
    font-size: 14px;
    font-size: 4.375vw;
    width: 65%;
  }
}

@media screen and (max-width: 800px) {
  .episode .detail p:nth-of-type(1) {
    font-size: 15px;
    font-size: 4.6875vw;
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .episode .detail p:nth-of-type(1) {
    font-size: 17px;
    font-size: 5.3125vw;
    width: 75%;
  }
}

.episode .detail p:nth-of-type(2) {
  font-size: 4px;
  font-size: 1.25vw;
  font-weight: 600;
  width: 80%;
  margin-top: 20px;
}

@media screen and (max-width: 1300px) {
  .episode .detail p:nth-of-type(2) {
    font-size: 7px;
    font-size: 2.1875vw;
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .episode .detail p:nth-of-type(2) {
    font-size: 8px;
    font-size: 2.5vw;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .episode .detail p:nth-of-type(2) {
    font-size: 10px;
    font-size: 3.125vw;
    width: 90%;
    margin-top: 10px;
  }
}

.episode .detail p:nth-of-type(3) {
  font-size: 4px;
  font-size: 1.25vw;
  font-weight: 600;
  width: 80%;
  margin-top: 5px;
}

@media screen and (max-width: 1300px) {
  .episode .detail p:nth-of-type(3) {
    font-size: 7px;
    font-size: 2.1875vw;
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .episode .detail p:nth-of-type(3) {
    font-size: 8px;
    font-size: 2.5vw;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .episode .detail p:nth-of-type(3) {
    font-size: 9px;
    font-size: 2.8125vw;
    width: 85%;
  }
}

.episode .detail p:nth-of-type(4) {
  font-size: 4px;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 98%;
  width: 80%;
  margin-top: 5px;
}

@media screen and (max-width: 1300px) {
  .episode .detail p:nth-of-type(4) {
    font-size: 7px;
    font-size: 2.1875vw;
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .episode .detail p:nth-of-type(4) {
    font-size: 8px;
    font-size: 2.5vw;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .episode .detail p:nth-of-type(4) {
    font-size: 9px;
    font-size: 2.8125vw;
    width: 85%;
  }
}

.episode figure {
  margin: 0;
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 10px;
  grid-row-gap: 30px;
}


.episode figure p {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 1;
  grid-row: 1;
  font-weight: 900;
  font-size: 7px;
  font-size: 2.1875vw;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .episode figure p {
    font-size: 9px;
    font-size: 2.8125vw;
  }
}

@media screen and (max-width: 800px) {
  .episode figure p {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 480px) {
  .episode figure p {
    grid-column: 1/-1;
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

.episode figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -ms-grid-row: 2;
  grid-row: 2;
}

.episode figure img:nth-of-type(1) {
  -ms-grid-column: 2;
  grid-column: 2;
}

@media screen and (max-width: 800px) {
  .episode figure img:nth-of-type(1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}

.episode figure img:nth-of-type(2) {
  -ms-grid-column: 3;
  grid-column: 3;
}

@media screen and (max-width: 800px) {
  .episode figure img:nth-of-type(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
}

.episode figure img:nth-of-type(3) {
  -ms-grid-column: 4;
  grid-column: 4;
}

@media screen and (max-width: 800px) {
  .episode figure img:nth-of-type(3) {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}

.episode figure img:nth-of-type(4) {
  -ms-grid-column: 5;
  grid-column: 5;
}

@media screen and (max-width: 800px) {
  .episode figure img:nth-of-type(4) {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
}

.episode main {
  margin-top: 100px;
  padding: 100px 0 100px 0;
  position: relative;
  z-index: -5;
  background-image: url(../images/episode/background.png);
  background-size: 100%;
}

.episode main .border-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}

.episode main .border-top img {
  display: block;
  width: 35%;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  z-index: -2;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}



@media screen and (max-width: 1300px) {
  .episode main .border-top img {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 40%;
  }
}

@media screen and (max-width: 800px) {
  .episode main .border-top img {
    width: 45%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@media screen and (max-width: 480px) {
  .episode main .border-top img {
    width: 55%;
  }
}

.episode main .border-top p {
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(3vw);
  transform: translateY(3vw);
  z-index: -1;
  color: white;
  font-size: 7px;
  font-size: 2.2vw;
  font-weight: 900;
  text-align: center;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media screen and (max-width: 1300px) {
  .episode main .border-top p {
    font-size: 10px;
    font-size: 2.5vw;
    -webkit-transform: translateY(3.5vw);
    transform: translateY(3.5vw);


  }
}

@media screen and (max-width: 800px) {
  .episode main .border-top p {
    font-size: 11px;
    font-size: 3.3vw;
    -webkit-transform: translateY(3vw);
    transform: translateY(3vw);
  }

  .none {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .episode main .border-top p {
    font-size: 14px;
    font-size: 4.375vw;
    -webkit-transform: translateY(3.5vw);
    transform: translateY(3.5vw);
  }


}

.episode main section {
  background-color: #fcfce8;
  width: 80%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  border: 12px solid #3e3a39;
  border-radius: 50px;

}

@media screen and (max-width: 1300px) {
  .episode main section {
    border-width: 10px;
  }
}

@media screen and (max-width: 800px) {
  .episode main section {
    border-width: 13px;
    border-radius: 50px;
  }
}

@media screen and (max-width: 480px) {
  .episode main section {
    border-width: 5px;
    border-radius: 20px;
    width: 80%;

  }
}

.episode main .application-details {

  display: flex;
  flex-direction: column;
  /* padding: 2vw; */

  margin-bottom: 100px;

}






.episode main .application-details img {

  width: 50vw;
  margin: 2vw auto;

}

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

  .episode main .application-details img {

    width: 70vw;
    margin: 1vw auto;

  }

}

.episode main .application-details p {
  margin: 5px 8vw;
  display: flex;
  justify-content: space-around;
  align-items: center;

}

@media screen and (max-width: 1300px) {
  .episode main .application-details p {
    flex-direction: column;
    margin: 2vw auto 1vw auto;
    line-height: 5vw;
  }
}

.app-header {
  background-color: #029da1;
  padding: 0 1vw;
  font-size: 2.5vw;
  border-radius: 30px;
  color: white;
  width: 15vw;
  margin: 4vw auto 0 auto;
  font-weight: 600;
  background-color: rgb(234, 84, 86);

}

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

  .app-header {
    width: 25vw;
    font-size: 3.5vw;

  }

}

.app-title {
  font-size: 4vw;
  font-weight: 900;
  line-height: 5vw;
  margin: 15px auto 10px auto;
}

@media screen and (max-width: 480px) {
  .app-title {

    margin: 5px auto 10px auto;
  }

}

.episode main .application-details p:nth-last-of-type(1) {
  margin-bottom: 4vw;
}

.episode main .application-details p span:nth-last-of-type(1) {


  font-size: 1.5vw;
}

.episode main .application-details p span:nth-last-of-type(3) {


  padding: 0 3vw;
  font-size: 2.5vw;
  border-radius: 30px;
  color: white;
}


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

  .episode main .application-details p span:nth-last-of-type(3) {

    font-size: 3vw;
    padding: 0 10vw;


  }

  .episode main .application-details p span:nth-last-of-type(1) {


    font-size: 3vw;
  }


}



.span2 {
  font-size: 2.5vw;
}

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

  .episode main .application-details p .span2 {
    font-size: 4vw;
  }

}


.green {
  background-color: rgb(111, 186, 57);
}

.blue {
  background-color: rgb(2, 157, 161);
}

.orange {
  background-color: rgb(242, 141, 1);
}

.episode main .border-top.campaign p {
  font-size: 7px;
  font-size: 2.1875vw;
}


@media screen and (max-width: 1300px) {
  .episode main .border-top.campaign p {
    font-size: 9px;
    font-size: 2.8125vw;
  }
}

@media screen and (max-width: 800px) {
  .episode main .border-top.campaign p {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 480px) {
  .episode main .border-top.campaign p {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}

.episode main .campaign-detail {
  margin-bottom: 100px;
}

.episode main .campaign-detail .contents {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 90%;
  margin: 20px auto 40px auto;
  text-align: left;
}

.episode main .campaign-detail .contents p {
  padding: 0;
  margin: 0;
  font-weight: 900;

}



.episode main .campaign-detail .contents p .kakko {
  font-size: 30px;
  font-weight: 500;
}

.episode main .campaign-detail .contents p .kakko2 {
  font-size: 26px;
  font-weight: 500;
}

.episode main .campaign-detail .contents p:nth-of-type(1) {
  font-size: 30px;
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents p:nth-of-type(1) {
    font-size: 20px;
  }

  .episode main .campaign-detail .contents p .kakko {
    font-size: 20px;
    font-weight: 500;
  }

  .episode main .campaign-detail .contents p .kakko2 {
    font-size: 18px;
    font-weight: 500;
  }
}

.episode main .campaign-detail .contents p:nth-of-type(2) {
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents p:nth-of-type(2) {
    font-size: 16px;
  }
}

.episode main .campaign-detail .contents hr {
  margin: 0;
  height: 2px;
  background-color: #515151;
}

.episode main .campaign-detail .contents span {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1300px) {
  .episode main .campaign-detail .contents .contents-br {
    display: none;
  }
}

.episode main .campaign-detail .contents.small .small-detail {
  font-size: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small .small-detail {
    font-size: 16px;
  }
}

.episode main .campaign-detail .contents.small section {
  margin-top: 10px;
  width: 100%;
  border-width: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 40% 40%;
  grid-template-columns: 20% 40% 40%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #3e3a39;
  margin: 0 auto 50px auto;
  display: none;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.episode main .campaign-detail .contents.small section p {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p {
    font-size: 16px;
    padding: 5px 0;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
  color: white;
  background-color: #3e3a39;
  font-size: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(1) {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 18px;
    padding: 0;
    border-radius: 15px 15px 0 0;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(2) {
  -ms-grid-row: 1;
  grid-row: 1;
  background-color: #e3f1d8;
  border-right: 1px solid #515151;
  border-bottom: 1px solid #515151;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(2) {
    border-right: 0px solid #515151;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;

  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(3) {
  -ms-grid-row: 2;
  grid-row: 2;
  border-right: 1px solid #515151;
  border-bottom: 1px solid #515151;
  background-color: #fce8cd;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(3) {
    -ms-grid-row: 3;
    grid-row: 3;

  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(3) {
    border-right: 0px solid #515151;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(4) {
  -ms-grid-row: 3;
  grid-row: 3;
  border-bottom: 1px solid #515151;
  border-right: 1px solid #515151;
  background-color: #ceecee;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(4) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(4) {
    border-right: 0px solid #515151;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(5) {
  -ms-grid-row: 4;
  grid-row: 4;
  border-right: 1px solid #515151;
  background-color: #fcded4;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(5) {
    -ms-grid-row: 5;
    grid-row: 5;
    border-radius: 0 0 0 13px;
  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(5) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
    border-bottom: 1px solid #515151;
    border-right: 0px solid #515151;
    border-radius: 0;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(2+5) {
  -ms-grid-column: 2;
  grid-column: 2;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(2+5) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(6) {
  -ms-grid-row: 1;
  grid-row: 1;
  background-color: white;
  border-radius: 0 13px 0 0;
  border-bottom: 1px solid #515151;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(6) {
    -ms-grid-row: 2;
    grid-row: 2;
    border-radius: 0 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(6) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    border-radius: 0 0 0 0;
    border-width: 2px;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(7) {
  -ms-grid-row: 2;
  grid-row: 2;
  background-color: white;
  border-bottom: 1px solid #515151;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(7) {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(7) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    border-width: 2px;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(8) {
  -ms-grid-row: 3;
  grid-row: 3;
  background-color: white;
  border-bottom: 1px solid #515151;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(8) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(8) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
    border-width: 2px;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(9) {
  -ms-grid-row: 4;
  grid-row: 4;
  background-color: white;
  border-radius: 0 0 13px 0;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(9) {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media screen and (max-width: 480px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
    border-radius: 0 0 13px 13px;
  }
}

.episode main .campaign-detail .contents.small section p:nth-of-type(6 + 9) {
  -ms-grid-column: 3;
  grid-column: 3;
}

@media screen and (max-width: 800px) {
  .episode main .campaign-detail .contents.small section p:nth-of-type(6 + 9) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.episode main .present img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 90%;
  padding: 20px;
  margin: 40px auto;
}

.present-small {

  display: none;
}

@media screen and (max-width: 460px) {
  .present-big {
    display: none;
  }

  .present-small {
    display: block;
    padding: 10px;
  }

  .episode main .present img {

    margin: 0 auto;
  }
}

.episode form {
  width: 80%;
  margin: 100px auto;
}

.episode form img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  margin: 10px auto;
}

.episode form p:nth-of-type(1) {
  width: 35%;
  font-size: 3vw;
  text-align: center;
  margin: 0 auto 50px auto;
  font-weight: 900;

}

@media screen and (max-width: 480px) {
  .episode form p:nth-of-type(1) {
    width: 80%;
    font-size: 5vw;
  }
}

.episode form input {
  height: 40px;
  border-width: 2px;
  border-color: black;
}

@media screen and (max-width: 480px) {
  .episode form input {
    height: 30px;
    border-width: 2px;
  }
}

.episode form section {
  margin-bottom: 20px;
}

.episode form label {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .episode form label {
    font-size: 16px;

  }
}

.episode form small {
  font-size: 18px;

}

.episode form span {
  font-size: 18px;
  font-weight: 900;
}

@media screen and (max-width: 480px) {
  .episode form span {
    font-size: 14px;
  }
}

.episode form .prof {
  display: flex;
  justify-content: space-between;
}



#name {
  width: 30vw;
}

#kana {
  width: 25vw;
}

#age {
  width: 15vw;
}

@media screen and (max-width: 800px) {
  .episode form .prof {
    justify-content: normal;
    flex-direction: column;
  }

  #name {
    width: 100%;
  }

  #kana {
    width: 100%;
  }

  #age {
    width: 100%;
  }

}





.episode form .add {
  display: -ms-grid;
  display: flex;
  justify-content: space-between;
  -ms-grid-columns: 25% 73%;
  grid-template-columns: 25% 73%;
  -ms-grid-rows: 2;
  grid-template-rows: 2;
  grid-column-gap: 2%;
}

#post-code {
  width: 20vw;
}

#add {
  width: 55vw;
}

@media screen and (max-width: 800px) {
  .episode form .add {
    display: flex;
    justify-content: normal;
    flex-direction: column;
  }


  #post-code {
    width: 100%;
  }

  #add {
    width: 100%;
  }

}



.episode form .mail {
  display: flex;
  flex-direction: column;

}






.episode form .image {

  display: flex;
  justify-content: space-between;
}


#image {
  width: 40vw;
}

/* 
@media screen and (max-width: 800px) {

  #image {
    width: 30vw;
  }

} */

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

  .episode form .image {

    justify-content: normal;
    flex-direction: column;
  }

  #image {
    width: 100%;
  }
}



.image-detail {
  position: relative;
  top: -20px;
}

.episode form .image #image {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .episode form .image #image {
    font-size: 14px;
  }
}







.episode form .title {

  display: flex;
  flex-direction: column;

}

@media screen and (max-width: 480px) {
  .episode form .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.episode form .title label {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.episode form .title #title {
  -ms-grid-row: 2;
  grid-row: 2;
}

.episode form .location {

  display: flex;
  justify-content: space-between;

}

#location {
  width: 37vw;
}

#day {
  width: 37vw;
}

@media screen and (max-width: 800px) {
  .episode form .location {

    justify-content: normal;
    flex-direction: column;

  }

  #location {
    width: 100%;
  }

  #day {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .episode form .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.episode form .location label {
  -ms-grid-row: 1;
  grid-row: 1;
}

.episode form .location #day #location {
  -ms-grid-row: 2;
  grid-row: 2;
}

.episode form .location #day {
  -ms-grid-column: 1;
  grid-column: 1;
}

.episode form .location #location {
  -ms-grid-column: 2;
  grid-column: 2;
}

.episode form .episode {
  display: -ms-grid;
  display: flex;
  flex-direction: column;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 2;
  grid-template-rows: 2;
}

@media screen and (max-width: 480px) {
  .episode form .episode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.episode form .episode label {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.episode form .episode #episode {
  -ms-grid-row: 2;
  grid-row: 2;
}

.episode form .episode textarea {
  border-width: 2px;
  border-color: black;
}

@media screen and (max-width: 480px) {
  .episode form .episode textarea {
    border-width: 2px;
  }
}

.episode form .terms {
  margin: 50px 0 50px 0;
}

.episode form .terms ul {
  padding: 5px 0 5px 20px;
  margin: 0;
}

.episode form .terms li {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .episode form .terms li {
    font-size: 14px;
  }
}

.episode form .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 40%;
  border-radius: 30px;
  height: 50px;
  font-size: 8vw;
  font-weight: 900;
  margin-bottom: 50px;
  background-color: rgb(230, 230, 230);
}

@media screen and (max-width: 1300px) {
  .episode form .check {
    width: 70%;
  }
}

@media screen and (max-width: 800px) {
  .episode form .check {
    font-size: 10px;
    width: 90%;
  }
}


.episode form #submit {

  display: block;
  margin: 20px auto;
  height: 50px;
  width: 40%;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 900;
  background-color: #029da1;
  color: white;
  border-width: 0;
  font-size: 30px;
  /* letter-spacing: 20px; */
  margin-bottom: 300px;

}

@media screen and (max-width: 1300px) {
  .episode form #submit {
    width: 70%;
  }
}

@media screen and (max-width: 800px) {
  .episode form #submit {
    width: 90%;
  }
}

.check-label {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .check-label {
    width: 80%;
  }
}

.application-details s.IE-details {
  display: block;
  margin: 0;
  padding: 0;
}



//PCのデフォルトスタイルは割愛します
.tbl-r05 td:first-child {
  background: #fbf5f5;
}

@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 80%;
  }

  .tbl-r05 .thead {
    display: none;
  }

  .tbl-r05 tr {
    width: 100%;
  }

  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }

  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}



.campaign-detail img {
  width: 100%;
  object-fit: cover;
}

.sm {
  display: none;
}

.mid {
  display: none;
}

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

  .normal {
    display: none;
  }
}

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

  .mid {
    display: block;
  }
}

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

  .mid {
    display: none;
  }
}

.section1 {
  display: flex;
  flex-direction: column;
}

#checkbox {
  width: 15pt;
  /* 大きさ：横 */
  height: 15pt;
  /* 大きさ：縦 */
  vertical-align: top;
  margin-right: 1vw;
}

.form-ok {
  padding-top: 200px;
  font-size: 3vw;
  text-align: center;
  margin-bottom: 500px;
}