@charset "utf-8";
.content {
  background-color:#a4bab9;
}
.section-intro {
  background-image: url(../img/intro-bg.jpg);
}

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


/* 大賞用 */
.taisho-area {
  background-color: #1a1a1a;
}

.taisho-area p {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.section-prize .section-inner {
  padding: 70px 20px 40px;
}

.section-inner {
  max-width: 1000px;
  margin: 0px auto;
  padding: 40px 0;
}

.section-prize .section-inner .prize-novel {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 15%);
  position: relative;
  padding: 60px 40px 40px;
}

.prize-novel .title-label {
  width: 290px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

.section-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}

.prize-novel .novel-title {
  color: #1a1a1a;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}

.prize-novel .novel-writer {
  font-size: 18px;
  margin-bottom: 20px;
}

.section-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.content-inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 50px;
  box-sizing: border-box;
  border-radius: 10px;
}

.section-title {
  font-size: 20px;
  color: #1a1a1a;
  text-align: left;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}

.taisho-area p img {
  width: 50%;
}

.prize-novel {
  max-width: 100% !important;
  /* padding: 1em; */
  margin: 0 !important;
}

.title-label {
  background: none;
}

@media only screen and (max-width: 720px) {
  .taisho-area p img {
    width: 90%;
  }

  .taisho-area p {
    text-align: center;
    padding-top: 2em;
  }

  .section-prize .section-inner {
    padding: 50px 0 40px;
  }

  .section-inner {
    width: 100%;
    padding: 30px 0;
  }

  .section {
    padding: 0 20px;
  }

  .content-inner {
    padding: 0;
  }
}
