/* --------------------------------------------------
  cc/comic-entry PCマンガ家募集LPページ
-------------------------------------------------- */

#comic-entry {
  width: 716px;
  margin: 0 auto;
}

#comic-entry .comic-entry__title {
  text-align: center;
}

#comic-entry .comic-entry__title img {
  width: 71px;
  height: auto;
}

#comic-entry .comic-entry__title span {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  top: -20px;
  margin-left: 3px;
}

#comic-entry h1 {
  text-align: center;
}

#comic-entry h1 img {
  width: 580px;
  height: auto;
  margin: 45px 0 35px;
}

#comic-entry h2 {
  text-align: center;
  font-size: 1.17em;
}

#comic-entry .section_1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.9;
}

#comic-entry .section_2 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
}

#comic-entry .entrybtn a {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  width: 360px;
  margin: 35px auto 35px;
  padding: 17px 0 16px 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  zoom: 1;
  background-color: red;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
}

#comic-entry .entrybtn a::after {
  content: "";
  border: 2px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  border-top: medium none;
  border-left: medium none;
}

#comic-entry .info-box {
  border: 2px solid #000;
  padding: 27px;
  background-color: #fff;
  margin-top: 20px;
}

#comic-entry .info-box h2 {
  margin-bottom: 30px;
}

#comic-entry .info-box h2:after {
  content: '';
  width: 54px;
  height: 1px;
  background: #000;
  display: block;
  margin: 8px auto 0;
}

#comic-entry .info-box p+h2 {
  margin-top: 60px;
}

#comic-entry .info-box h3 {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  margin-top: 30px;
  font-size: 1.6rem;
}

#comic-entry .info-box p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.7em;
}

#comic-entry .info-box a {
  color: #2379ca;
}

#comic-entry .info-box figure {
  display: flex;
  align-items: center;
}

#comic-entry .info-box picture {
  margin-right: 8px;
}

#comic-entry .info-box figcaption {
  color: #2379ca;
  text-decoration: none;
  padding-bottom: .05em;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.7em;
}

#comic-entry .caution-box {
  border: 2px solid #333;
  padding: 27px;
  background-color: #f2f2f2;
  margin-bottom: 40px;
}

#comic-entry .caution-box h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

#comic-entry .caution-box h2:after {
  content: '';
  width: 54px;
  height: 1px;
  background: #000;
  display: block;
  margin: 8px auto 0;
}

#comic-entry .caution-box span {
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
}

#comic-entry .caution-box p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#comic-entry .caution-box a {
  text-decoration: underline;
}

#comic-entry .caution-box a:hover {
  text-decoration: underline;
}