.formWrap {
  text-align: center;
  margin: 20px auto 0;
  padding: 0;
}
.formWrap.--section {
  margin-top: 80px;
}
.formBtn a {
  background-color: #FF0038;
  color: #fff;
  font-size: 120%;
  padding: 10px 0px;
  font-weight: bold;
  border-radius: 50px;
  transition: .3s;
  width: 330px;
  min-width: auto;
}
.formBtn a.btn_end {
  background: #aaa;
  color: #fff;
  pointer-events: none;
}
.formBtn a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.contents_logo {
  width: 40%;
  max-width: 200px;
  vertical-align: middle;
  aspect-ratio: 197 / 55;
  margin-right: 10px;
  object-fit: contain;
}
.content:last-child {
  border-bottom: none;
}
.content.pt0 {
  padding-top: 0;
}
.content.sub {
  border-bottom: none;
}
.content .detail em {
  font-size: 1.2em;
}
.content .text {
  margin-top: 20px;
}
.content .stage_cat {
  margin-right: 10px;
  padding: 5px;
  background-color: #00068A;
  color: #fff;
  border-radius: 4px;
}
.sectionWrapper:before {
  border-top: none !important;
}
.sectionWrapper:nth-of-type(2):before {
  padding-top: 2%;
}
.sectionWrapper:nth-of-type(5):before {
  border-top: 1px solid #adadad !important;
}
a.btn_05 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 330px;
  min-width: auto;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #FF0038;
  background: #FF0038;
  color: #fff;
  border-radius: 100px;
  transition: 0.5s;
  font-size: 170%;
  line-height: 1.5;
}
.download-pdf.--sm {
  width: 330px;
  min-width: auto;
}
.download-pdf.--sm:hover {
  opacity: 0.5;
  text-decoration: none;
}
.sectionWrapper h1 {
  font-size: 1.8em;
}
.prof_text h3 span{
  font-weight: normal;
}
.prof_text ul{
  padding-left: 16px;
  font-size: 1.16em;
  list-style: disc;
}

.content-label {
  color: #fff;
  background: green;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.content-indent {
  text-indent: -4.25em;
  padding-left: 4.25em;
}
/* フローティングボタン css */
.sns_float {
	Z-INDEX: 100;
}
.float-button__wrap {
    display: none;/*最初は隠す*/
    width: 100%;
    height: 105px;
    position: fixed;
    bottom: 0px;
    background-color: rgb(50 50 50 / 60%);
    padding: 20px 0;
    z-index: 50;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 100%;
    text-decoration: none;
    background-color: #FF0038;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    border-radius: 50px;
    transition: .3s;
    min-width: auto;
    margin: auto;
}

#pageTop {
  position: relative;
  width: 200px;
  margin: 0 auto;
  right: -80px;
  margin-left: 1040px;
}

@media (max-width: 1025px) {
  #pageTop {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .formWrap {
    width: 100%;
  }
  .formWrap.--section {
    margin-top: 40px;
  }
  .formWrap a {
    width: 330px;
    min-width: auto;
  }
  .prof_text ul{
    font-size: 12px;
  }
  .sectionWrapper h1 {
    font-size: 1.2em;
    line-height: 1.5;
  }
  .float-button__wrap {
    right: 6px;
  }
  .float-button__wrap a {
    font-size: 175%;
  }
  #pageTop {
    position: relative;
    width: 40px;
    margin: 0 auto;
    right: -40%;
    margin-left: auto;
  }
}
