@charset "UTF-8";
.ttl {
  margin-top: 40px;
  margin-right: -20px;
  margin-left: -20px; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin: 2em auto 0 auto;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff !important;
  background-color: #e50065;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .btn:hover {
    text-decoration: none; }

.ttl_style1 {
  text-align: center;
  font-weight: bold; }
  .ttl_style1-small {
    font-size: 2.6rem; }
    @media (max-width: 768.98px) {
      .ttl_style1-small {
        font-size: 2rem; } }
  .ttl_style1-large {
    font-size: 3.4rem;
    color: #e50065 !important; }
    @media (max-width: 768.98px) {
      .ttl_style1-large {
        font-size: 2.8rem; } }

.ttl_style2 {
  text-align: center; }
  .ttl_style2-span {
    padding: 0 60px;
    font-size: 3rem;
    color: #e50065 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D6E000));
    background: linear-gradient(transparent 60%, #D6E000 60%); }
    @media (max-width: 768.98px) {
      .ttl_style2-span {
        font-size: 2.4rem;
        padding: 0; } }

.ttl_style3 {
  max-width: 1000px;
  padding: 20px;
  margin: 150px auto 30px auto;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff; }
  @media (max-width: 768.98px) {
    .ttl_style3 {
      padding: 10px;
      margin: 90px auto 30px auto;
      font-size: 2.2rem; } }

.ttl_style4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 90px auto 60px auto;
  max-width: 800px;
  background-color: #D6E000; }
  .ttl_style4-img {
    padding: 10px; }
    @media (max-width: 768.98px) {
      .ttl_style4-img {
        width: 35%; } }
  .ttl_style4-text {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold; }
    @media (max-width: 768.98px) {
      .ttl_style4-text {
        font-size: 1.6rem; } }

.text__sm {
  margin: 0 auto;
  max-width: 800px; }
  .text__sm__pink {
    font-size: 1.4em;
    color: #e50065; }
  .text__sm__arrow {
    display: inline-block;
    position: relative;
    height: 22px;
    margin-left: 20px;
    color: #fff;
    background-color: #e50065; }
    .text__sm__arrow::before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      border: 11px solid transparent;
      border-right: 11px solid #e50065; }

.text__md {
  font-size: 3rem;
  font-weight: bold; }
  @media (max-width: 768.98px) {
    .text__md {
      font-size: 2rem; } }

.text__pink {
  font-size: 2.6rem;
  font-weight: bold;
  color: #e50065 !important; }
  @media (max-width: 768.98px) {
    .text__pink {
      font-size: 2rem; } }
  .text__pink__sm {
    font-size: 2.2rem;
    font-weight: bold;
    color: #e50065 !important; }
    @media (max-width: 768.98px) {
      .text__pink__sm {
        font-size: 1.8rem; } }

.text__yellow {
  padding: 5px 10px;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #D6E000; }
  @media (max-width: 768.98px) {
    .text__yellow {
      font-size: 1.8rem; } }

.text__pink-bg {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #e50065; }
  @media (max-width: 768.98px) {
    .text__pink-bg {
      padding-right: 5px;
      padding-left: 5px;
      font-size: 2.6rem; } }

.speech_bubble {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 768.98px) {
    .speech_bubble {
      width: 50%;
      margin-left: 0; } }

.contents__gray {
  padding-bottom: 95px;
  margin-right: -20px;
  margin-left: -20px;
  background-color: #EAEEF1; }
  .contents__gray-sm {
    padding: 60px 100px;
    margin-top: 100px;
    margin-bottom: 200px;
    background-color: #EAEEF1; }
    @media (max-width: 768.98px) {
      .contents__gray-sm {
        padding: 10px;
        margin-top: 50px;
        margin-bottom: 100px; } }

.contents__white-sm {
  max-width: 1000px;
  padding: 60px 100px;
  margin-top: 200px;
  background-color: #fff; }
  @media (max-width: 768.98px) {
    .contents__white-sm {
      padding: 10px;
      margin-top: 100px; } }

.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px; }
  @media (max-width: 768.98px) {
    .anchor {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .anchor .point10__anchor__btn:first-child {
        margin-top: 0; } }
  .anchor__btn {
    padding: 10px 60px;
    margin: 0 auto;
    border: none;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    background-color: #E85298;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .anchor__btn:hover {
      text-decoration: none; }
    @media (max-width: 768.98px) {
      .anchor__btn {
        width: 100%;
        margin-top: 1em; } }

.annotation {
  list-style: "※"; }
  .annotation__dot {
    list-style: "・"; }
  .annotation mark {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #D6E000));
    background: linear-gradient(transparent 60%, #D6E000 0%); }

.annotation__number {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em; }
  .annotation__number li:first-child::before {
    content: "※1"; }
  .annotation__number li:nth-child(2)::before {
    content: "※2"; }
  .annotation__number li:nth-child(3)::before {
    content: "※3"; }

/*# sourceMappingURL=style.css.map */
