/*--------------------------------------------------
common
--------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .mainSection {
    padding: 24px 0 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .mainSection {
    padding: 30px 0 120px;
  }
}
.mainSection .mainSection_inner {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .mainSection .mainSection_inner {
    width: calc(100% - 48px);
  }
}
@media print, screen and (min-width: 768px) {
  .mainSection .mainSection_inner {
    width: calc(100% - 48px);
    max-width: 960px;
  }
}
.mainSection .mainsection_title {
  margin-bottom: 6px;
  text-align: center;
}

.section_title {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .section_title {
    margin-bottom: 30px;
  }
}
.section_title .section_title_main {
  color: #2891EC;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .section_title .section_title_main {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section_title .section_title_main {
    font-size: 4.8rem;
  }
}
.section_title .section_title_sub {
  color: #777;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .section_title .section_title_sub {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section_title .section_title_sub {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .section_contents {
    margin-bottom: 48px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section_contents {
    margin-bottom: 60px;
    font-size: 1.4rem;
  }
}
.section_contents p + p {
  margin-top: 1em;
}
