@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; } }

.text__link__noicon {
  text-decoration: underline; }
  .text__link__noicon::after {
    content: none !important; }

.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; } }

.contents__yellow {
  padding: 0 100px 60px 100px;
  margin-top: 100px;
  margin-bottom: 200px;
  background-color: #fbfce5; }
  @media (max-width: 768.98px) {
    .contents__yellow {
      padding: 0 10px 10px 10px;
      margin-top: 50px;
      margin-bottom: 100px; } }
  .contents__yellow_ttl {
    border-radius: 0 0 30px 30px;
    margin: auto -20px 20px -20px;
    padding: 20px 0;
    text-align: center;
    font-size: 3rem;
    color: #e50065 !important;
    background-color: #fff; }
    @media (max-width: 768.98px) {
      .contents__yellow_ttl {
        margin: 0 0 20px 0;
        font-size: 2.4rem; } }
    .contents__yellow_ttl-large {
      font-size: 7rem; }
      @media (max-width: 768.98px) {
        .contents__yellow_ttl-large {
          font-size: 6rem; } }
  .contents__yellow__content {
    padding: 10px 0 30px 0;
    background-color: #fff; }
    .contents__yellow__content_ttl {
      position: relative;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      padding: 0 30px;
      font-size: 2rem;
      font-weight: bold;
      color: #fff;
      background-color: #e85298; }
      .contents__yellow__content_ttl::after {
        content: '';
        position: absolute;
        top: 0;
        right: -15px;
        border-width: 20px 15px 20px 0px;
        width: 0px;
        height: 0px;
        border-color: #e85298 transparent;
        border-style: solid; }
        @media (max-width: 768.98px) {
          .contents__yellow__content_ttl::after {
            right: -10px;
            border-width: 15px 10px 15px 0px; } }
      @media (max-width: 768.98px) {
        .contents__yellow__content_ttl {
          margin-bottom: 10px;
          height: 30px;
          line-height: 30px;
          padding: 0 15px;
          font-size: 1.6rem; } }
    .contents__yellow__content_list {
      list-style: none;
      padding-left: 0; }
      @media (max-width: 768.98px) {
        .contents__yellow__content_list {
          margin: 0 10px 10px 10px; } }
      .contents__yellow__content_list-item {
        text-align: center; }
        @media (max-width: 768.98px) {
          .contents__yellow__content_list-item {
            margin-bottom: 10px; } }
        .contents__yellow__content_list-item-number {
          display: inline-block;
          width: 30px;
          height: 30px;
          padding-top: 2px;
          margin-right: 7px;
          background-color: #D8DF00;
          border-radius: 50%;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .contents__yellow__content_list-item-text {
          padding: 0 20px;
          font-size: 1.6rem;
          font-weight: bold;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbdcea));
          background: linear-gradient(transparent 60%, #fbdcea 60%); }
          @media (max-width: 768.98px) {
            .contents__yellow__content_list-item-text {
              padding: 0; } }
    .contents__yellow__content_text {
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold; }
      @media (max-width: 768.98px) {
        .contents__yellow__content_text {
          margin: 0 10px; } }
  .contents__yellow__info_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 768.98px) {
      .contents__yellow__info_wrapper {
        display: block; } }
  .contents__yellow__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contents__yellow__info_ttl {
      height: 40px;
      line-height: 40px;
      margin-right: 20px;
      padding: 0 30px;
      border-radius: 20px;
      font-size: 2rem;
      font-weight: bold;
      color: #fff;
      background-color: #e85298; }
      @media (max-width: 768.98px) {
        .contents__yellow__info_ttl {
          height: 30px;
          line-height: 30px;
          margin-right: 10px;
          padding: 0 15px;
          border-radius: 20px;
          font-size: 1.6rem; } }
    .contents__yellow__info_txt {
      font-size: 1.6rem;
      font-weight: bold; }

.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;
    width: 40%;
    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"; }

.banner__img {
  width: 50%; }
  @media (max-width: 768.98px) {
    .banner__img {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
