/*! Writen  by SCSS */
.brown {
  color: #a97836; }

.inner_main .main_bg {
  background-image: url("../images/point/main.png"); }

@media screen and (max-width: 480px) {
  .sec0 {
    padding-bottom: 20px; } }
@media screen and (max-width: 768px) {
  .sec0 .sec0_wrap {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px; } }
@media screen and (max-width: 480px) {
  .sec0 .sec0_wrap {
    column-gap: 45px; } }
.sec0 .inner_lead_wrap {
  width: 63.34%; }
  @media screen and (max-width: 768px) {
    .sec0 .inner_lead_wrap {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .sec0 .inner_lead_wrap {
      margin-bottom: 20px; } }
  .sec0 .inner_lead_wrap .sec_ttl {
    font-size: clamp(20px, 3vw, 42px);
    line-height: 1.2;
    color: #ff8c04;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .sec0 .inner_lead_wrap .sec_ttl {
        font-size: 28px;
        width: 80%;
        margin-inline: auto; } }
    @media screen and (max-width: 480px) {
      .sec0 .inner_lead_wrap .sec_ttl {
        font-size: 5.3vw;
        margin-inline: -10px;
        width: calc(100% + 20px); } }
    @media screen and (max-width: 480px) {
      .sec0 .inner_lead_wrap .sec_ttl .icon {
        height: 58px;
        display: block; }
        .sec0 .inner_lead_wrap .sec_ttl .icon img {
          height: 100%; } }
  @media screen and (max-width: 480px) {
    .sec0 .inner_lead_wrap .read {
      margin-top: 2em; } }
.sec0 .img {
  margin-top: clamp(10px, 1.25vw, 15px); }
  @media screen and (max-width: 768px) {
    .sec0 .img {
      order: 1; } }
.sec0 .img01 {
  width: 15.25%;
  margin-left: 0.42%; }
  @media screen and (max-width: 480px) {
    .sec0 .img01 {
      width: 27.47%; } }
.sec0 .img02 {
  width: 8.67%;
  margin-right: 3.75%; }
  @media screen and (max-width: 480px) {
    .sec0 .img02 {
      width: 16.12%; } }

.head_wrap {
  text-align: center;
  margin-bottom: clamp(30px, 4.167vw, 50px); }
  @media screen and (max-width: 480px) {
    .head_wrap {
      margin-bottom: 20px; } }
  .head_wrap .icon {
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .head_wrap .icon {
        width: 26.58%;
        margin-inline: auto; } }
  .head_wrap .ttl {
    font-size: clamp(20px, 2.667vw, 32px);
    line-height: 1.57;
    font-weight: 500; }
    @media screen and (max-width: 480px) {
      .head_wrap .ttl {
        font-size: 21px;
        letter-spacing: -0.04em; } }
    @media screen and (max-width: 375px) {
      .head_wrap .ttl {
        font-size: 20px;
        font-size: 18px; } }

.sec01 {
  padding-top: 40px;
  background: rgba(206, 236, 249, 0.4);
  position: relative;
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 60px; } }
  .sec01::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("../images/point/bg01.png");
    mix-blend-mode: overlay;
    opacity: .8;
    opacity: .1; }
  .sec01 .head_wrap .ttl {
    color: #009cff; }
    @media screen and (max-width: 480px) {
      .sec01 .head_wrap .ttl {
        letter-spacing: -0.05em; } }
  .sec01 .sec01_wrap01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .sec01 .sec01_wrap01 {
        flex-direction: column-reverse;
        row-gap: 20px;
        margin-bottom: 30px; } }
    .sec01 .sec01_wrap01 .text_wrap {
      width: 70%; }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_wrap01 .text_wrap {
          max-width: 500px;
          margin-inline: auto; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap01 .text_wrap {
          width: 100%; } }
      .sec01 .sec01_wrap01 .text_wrap .ttl_in {
        display: flex;
        align-items: flex-end;
        column-gap: 30px;
        margin-bottom: clamp(10px, 1.667vw, 20px); }
        @media screen and (max-width: 768px) {
          .sec01 .sec01_wrap01 .text_wrap .ttl_in {
            flex-direction: column;
            align-items: flex-start;
            grid-row-gap: 15px; } }
        .sec01 .sec01_wrap01 .text_wrap .ttl_in .ttl {
          text-align: left;
          color: #204b4a; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_wrap01 .text_wrap .ttl_in .ttl {
              font-size: 16px;
              letter-spacing: 0; } }
          .sec01 .sec01_wrap01 .text_wrap .ttl_in .ttl .s {
            font-size: 80%; }
        @media screen and (max-width: 768px) {
          .sec01 .sec01_wrap01 .text_wrap .ttl_in .icon {
            margin-inline: auto; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap01 .text_wrap .ttl_in .icon {
            width: 37.71%; } }
    .sec01 .sec01_wrap01 .img {
      width: 22.09%;
      margin-right: 2.92%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap01 .img {
          width: 42.25%; } }
  .sec01 .sec01_wrap02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .sec01 .sec01_wrap02 {
        flex-direction: column; } }
    .sec01 .sec01_wrap02 .text_wrap {
      width: 52.5%; }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_wrap02 .text_wrap {
          width: 70%;
          margin-inline: auto; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap02 .text_wrap {
          width: 90%;
          margin-inline: auto;
          margin-bottom: 50px; } }
      .sec01 .sec01_wrap02 .text_wrap .ttl {
        font-size: clamp(14px, 1.5vw, 18px);
        color: #009cff;
        letter-spacing: -0.07em;
        margin-bottom: 1em;
        font-weight: 500; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap02 .text_wrap .ttl {
            padding-left: 1em;
            text-indent: -1.5em;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 1.4;
            margin-bottom: 20px; } }
      .sec01 .sec01_wrap02 .text_wrap .list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: clamp(20px, 2.5vw, 30px);
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .sec01 .sec01_wrap02 .text_wrap .list {
            margin-bottom: 40px; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap02 .text_wrap .list {
            row-gap: 30px;
            margin-bottom: 0; } }
        .sec01 .sec01_wrap02 .text_wrap .list li {
          text-align: center;
          width: 30.16%; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_wrap02 .text_wrap .list li {
              width: 100% !important; } }
          .sec01 .sec01_wrap02 .text_wrap .list li:nth-child(1), .sec01 .sec01_wrap02 .text_wrap .list li:nth-child(2) {
            width: 47.62%;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
          .sec01 .sec01_wrap02 .text_wrap .list li:nth-child(4) {
            width: 31.75%; }
          .sec01 .sec01_wrap02 .text_wrap .list li .text_in .txt {
            line-height: 1.1;
            font-size: clamp(10px, 1.167vw, 14px);
            padding-bottom: 7px;
            margin-bottom: 5px;
            border-bottom: 1px solid #009cff; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_wrap02 .text_wrap .list li .text_in .txt {
                font-size: 14px; } }
          .sec01 .sec01_wrap02 .text_wrap .list li .text_in .txt02 {
            line-height: 1.57;
            color: #009cff;
            font-size: clamp(12px, 1.334vw, 16px);
            letter-spacing: -0.05em; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_wrap02 .text_wrap .list li .text_in .txt02 {
                font-size: 15px; } }
          .sec01 .sec01_wrap02 .text_wrap .list li .img {
            width: 100%;
            margin-inline: auto; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_wrap02 .text_wrap .list li .img {
                max-width: 299px; } }
            .sec01 .sec01_wrap02 .text_wrap .list li .img .cap_l {
              font-size: 12px; }
              @media screen and (max-width: 480px) {
                .sec01 .sec01_wrap02 .text_wrap .list li .img .cap_l {
                  font-size: 10px; } }
            .sec01 .sec01_wrap02 .text_wrap .list li .img.img01 {
              max-width: 220px; }
    .sec01 .sec01_wrap02 .img {
      width: 44.92%; }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_wrap02 .img {
          width: 70%; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap02 .img {
          width: 100%;
          margin-bottom: 20px; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap02 .img .icon {
          display: block; } }
    .sec01 .sec01_wrap02 .cap01 {
      width: 100%;
      margin-top: -30px; }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_wrap02 .cap01 {
          margin-top: 0;
          text-align: center;
          margin-top: 10px; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap02 .cap01 {
          text-align: left;
          margin-top: 0; } }

.sec02 {
  padding: 80px 0;
  background: url("../images/point/bg02.png") center center/cover no-repeat; }
  @media screen and (max-width: 480px) {
    .sec02 {
      background-position: 70% 0;
      padding: 40px 0; } }
  .sec02 .head_wrap {
    position: relative;
    color: #01b32b; }
    .sec02 .head_wrap .img {
      position: absolute;
      left: 0;
      top: 0;
      width: 17.92%; }
      @media screen and (max-width: 768px) {
        .sec02 .head_wrap .img {
          position: relative;
          top: auto;
          left: auto;
          margin-inline: auto;
          margin-top: 30px;
          width: 180px; } }
      @media screen and (max-width: 480px) {
        .sec02 .head_wrap .img {
          width: 36%;
          margin-top: 20px; } }
  .sec02 .sec02_wrap01 {
    margin-bottom: clamp(30px, 4.167vw, 50px); }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 {
        margin-bottom: 40px; } }
    .sec02 .sec02_wrap01 .ttl01 {
      text-align: left;
      margin-bottom: 1em; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .ttl01 {
          letter-spacing: -0.06em;
          margin-bottom: 25px; } }
      .sec02 .sec02_wrap01 .ttl01 .s {
        font-size: 80%; }
    .sec02 .sec02_wrap01 .item_wrap {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .sec02 .sec02_wrap01 .item_wrap {
          flex-direction: column; } }
      .sec02 .sec02_wrap01 .item_wrap .item {
        position: relative;
        padding-right: 2.5%; }
        @media screen and (max-width: 768px) {
          .sec02 .sec02_wrap01 .item_wrap .item {
            width: 100% !important;
            padding-bottom: 30px;
            margin-bottom: 30px;
            padding-right: 0; } }
        .sec02 .sec02_wrap01 .item_wrap .item::after {
          content: '';
          border-right: 1px dashed #204b4a;
          position: absolute;
          inset: 0;
          pointer-events: none; }
          @media screen and (max-width: 768px) {
            .sec02 .sec02_wrap01 .item_wrap .item::after {
              border-right: none;
              border-bottom: 1px dashed #204b4a; } }
        .sec02 .sec02_wrap01 .item_wrap .item .ttl {
          color: #01b32b;
          font-weight: 500;
          line-height: 1;
          font-size: clamp(15px, 1.584vw, 19px);
          margin-bottom: .5em; }
        .sec02 .sec02_wrap01 .item_wrap .item .read {
          letter-spacing: -0.05em; }
        .sec02 .sec02_wrap01 .item_wrap .item:nth-child(1) {
          width: 31.67%; }
        .sec02 .sec02_wrap01 .item_wrap .item:nth-child(2) {
          width: 24.17%; }
        .sec02 .sec02_wrap01 .item_wrap .item:nth-child(3) {
          width: 40%;
          display: flex;
          justify-content: space-between;
          padding-right: 0; }
          @media screen and (max-width: 768px) {
            .sec02 .sec02_wrap01 .item_wrap .item:nth-child(3) {
              justify-content: flex-start;
              column-gap: 20px; } }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap01 .item_wrap .item:nth-child(3) {
              justify-content: space-between;
              column-gap: 0px;
              margin-bottom: 0;
              padding-bottom: 0; } }
          .sec02 .sec02_wrap01 .item_wrap .item:nth-child(3) .text_in {
            width: 62.5%; }
            @media screen and (max-width: 480px) {
              .sec02 .sec02_wrap01 .item_wrap .item:nth-child(3) .text_in {
                width: 70.84%; } }
          .sec02 .sec02_wrap01 .item_wrap .item:nth-child(3)::after {
            display: none; }
          .sec02 .sec02_wrap01 .item_wrap .item:nth-child(3) .img {
            width: 25.21%;
            max-width: 121px; }
  .sec02 .sec02_wrap02 .ttl {
    color: #265858;
    font-size: clamp(14px, 1.5vw, 18px);
    margin-bottom: 0.5em; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .ttl {
        margin-bottom: 25px; } }
    @media screen and (max-width: 375px) {
      .sec02 .sec02_wrap02 .ttl {
        font-size: 13px; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .ttl .span {
        letter-spacing: -0.08em;
        text-indent: -1em;
        font-size: 13px; } }
    .sec02 .sec02_wrap02 .ttl .s {
      font-size: 80%;
      color: #333333;
      display: inline-block;
      margin-left: 5px; }
  .sec02 .sec02_wrap02 .img_wrap {
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .img_wrap .img {
        overflow-y: scroll; }
        .sec02 .sec02_wrap02 .img_wrap .img img {
          max-width: 900px;
          width: 900px; } }
    .sec02 .sec02_wrap02 .img_wrap .icon {
      display: none; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .img_wrap .icon {
          display: block;
          position: absolute;
          top: 10px;
          left: 0;
          pointer-events: none;
          width: 100px;
          left: 35%;
          animation: horizontal 1s ease-in-out infinite alternate; }
          .sec02 .sec02_wrap02 .img_wrap .icon img {
            transition: opacity 0.3s ease-in-out 0s;
            opacity: 1; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .img_wrap .icon.active img {
          opacity: 0; } }
@keyframes horizontal {
  0% {
    transform: translateX(-20%); }
  100% {
    transform: translateX(20%); } }
.sec03 {
  background: rgba(253, 229, 229, 0.4);
  padding-bottom: 95px;
  padding-top: 70px; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding: 40px 0; } }
  @media screen and (max-width: 480px) {
    .sec03 .head_wrap {
      margin-bottom: 50px; } }
  .sec03 .head_wrap .ttl {
    color: #ff5152; }
    @media screen and (max-width: 480px) {
      .sec03 .head_wrap .ttl {
        letter-spacing: -0.07em; } }
  .sec03 .sec03_wrap {
    display: grid;
    grid-template-columns: 54.17% 41.67%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    justify-content: space-between;
    align-items: flex-end;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-row-gap: clamp(25px, 2.917vw, 35px); }
    @media screen and (max-width: 1200px) {
      .sec03 .sec03_wrap {
        align-items: normal; } }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap {
        grid-template-columns: 1fr;
        grid-auto-rows: auto; } }
    .sec03 .sec03_wrap .text_wrap .ttl01 {
      text-align: left;
      color: #ff5152;
      font-weight: 500;
      margin-bottom: 1em;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .sec03 .sec03_wrap .text_wrap .ttl01 {
          letter-spacing: -0.05em; } }
    .sec03 .sec03_wrap .img {
      grid-row: span 2; }
      @media screen and (max-width: 1200px) {
        .sec03 .sec03_wrap .img {
          height: 100%; }
          .sec03 .sec03_wrap .img img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap .img {
          height: fit-content;
          grid-row: span 1; }
          .sec03 .sec03_wrap .img img {
            object-fit: none;
            height: fit-content; } }
    .sec03 .sec03_wrap .item_wrap {
      background: #fff;
      position: relative;
      padding: 30px 4.62% 20px; }
      .sec03 .sec03_wrap .item_wrap::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 81, 82, 0.1);
        transform: translate(10px, 10px);
        z-index: -1;
        pointer-events: none; }
      .sec03 .sec03_wrap .item_wrap .item {
        border-bottom: 2px #333 dotted;
        padding-bottom: clamp(10px, 1.417vw, 17px);
        margin-bottom: clamp(10px, 1.667vw, 20px); }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_wrap .item_wrap .item {
            padding-bottom: 15px;
            margin-bottom: 15px; } }
        .sec03 .sec03_wrap .item_wrap .item:nth-last-child(1) {
          border-bottom: none;
          padding-bottom: 0px;
          margin-bottom: 0px; }
        .sec03 .sec03_wrap .item_wrap .item .ttl {
          font-size: clamp(14px, 1.5vw, 18px);
          color: #ff5152;
          margin-bottom: 1em;
          line-height: 1;
          text-indent: -0.5em;
          font-weight: 500; }
          @media screen and (max-width: 480px) {
            .sec03 .sec03_wrap .item_wrap .item .ttl {
              font-size: 15px; } }
          @media screen and (max-width: 375px) {
            .sec03 .sec03_wrap .item_wrap .item .ttl {
              font-size: 14px; } }
        .sec03 .sec03_wrap .item_wrap .item .read {
          line-height: 1.88;
          padding-left: 0.5em; }
          @media screen and (max-width: 480px) {
            .sec03 .sec03_wrap .item_wrap .item .read {
              padding-left: 0; } }

.sec04 {
  padding-top: 70px;
  padding-bottom: 100px;
  background: url("../images/point/bg04.png") center center/cover no-repeat; }
  @media screen and (max-width: 480px) {
    .sec04 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec04 .head_wrap .ttl {
    color: #7351cd;
    line-height: 1.57; }
    @media screen and (max-width: 480px) {
      .sec04 .head_wrap .ttl {
        margin-bottom: 35px; } }
    .sec04 .head_wrap .ttl .span01 {
      display: inline-block;
      margin-bottom: 0.5em;
      line-height: 1; }
    .sec04 .head_wrap .ttl .b {
      font-size: 180%;
      line-height: 0; }
  .sec04 .sec04_wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .sec04 .sec04_wrap {
        max-width: 580px;
        margin-inline: auto;
        flex-wrap: wrap; } }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap {
        row-gap: 35px; } }
    .sec04 .sec04_wrap .item {
      width: 22.5%; }
      @media screen and (max-width: 768px) {
        .sec04 .sec04_wrap .item {
          width: 48%; } }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_wrap .item {
          width: 100%; } }
      .sec04 .sec04_wrap .item .img {
        margin-bottom: clamp(20px, 2.084vw, 25px); }
      .sec04 .sec04_wrap .item .ttl {
        text-align: center;
        line-height: 1.4;
        padding: clamp(10px, 1.25vw, 15px) 0;
        font-size: clamp(12px, 1.5vw, 18px);
        background: #a693d8;
        border-radius: 35px;
        color: #fff;
        margin-bottom: 1em; }
        @media screen and (max-width: 768px) {
          .sec04 .sec04_wrap .item .ttl {
            font-size: 16px; } }
        @media screen and (max-width: 480px) {
          .sec04 .sec04_wrap .item .ttl {
            font-size: 14px; } }
        .sec04 .sec04_wrap .item .ttl.lh2 {
          line-height: 2.8; }
          @media screen and (max-width: 480px) {
            .sec04 .sec04_wrap .item .ttl.lh2 {
              line-height: 1; } }

.sec05 {
  position: relative;
  background: #65c5c3; }
  .sec05::after, .sec05::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none; }
  .sec05::before {
    background: url("../images/point/bg05.png") center center/cover no-repeat;
    mix-blend-mode: multiply; }
  .sec05::after {
    background: rgba(30, 70, 69, 0.8); }
  .sec05 .text_wrap {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 65px 0 55px;
    color: #fff; }
    @media screen and (max-width: 480px) {
      .sec05 .text_wrap {
        padding-top: 55px; } }
    .sec05 .text_wrap .ttl01 {
      font-size: clamp(19px, 2.667vw, 32px);
      color: #ffdfbd;
      margin-bottom: 1.5em;
      line-height: 1; }
      @media screen and (max-width: 375px) {
        .sec05 .text_wrap .ttl01 {
          font-size: 18px; } }
    .sec05 .text_wrap .ttl02 {
      font-size: clamp(16px, 2vw, 24px);
      margin-bottom: 1em; }
    .sec05 .text_wrap .text {
      font-size: clamp(12px, 1.5vw, 18px);
      margin-bottom: 1.5em;
      line-height: 1.95; }
      @media screen and (max-width: 480px) {
        .sec05 .text_wrap .text {
          font-size: 13px;
          letter-spacing: -0.1em;
          line-height: 1.95; } }
    .sec05 .text_wrap a {
      display: block;
      position: relative;
      font-size: clamp(18px, 2.334vw, 28px);
      color: #fffc00;
      max-width: 700px;
      margin-inline: auto;
      background: linear-gradient(90deg, #368f90 0%, #5ccbcd 100%);
      padding: clamp(20px, 2.917vw, 35px) 0;
      line-height: 1;
      width: 80%;
      transition: opacity  0.3s ease-in-out 0s; }
      @media (hover: hover) {
        .sec05 .text_wrap a:hover {
          opacity: .7; } }
      .sec05 .text_wrap a::after {
        content: '';
        position: absolute;
        inset: 2px;
        border: 1px solid #ffdfbd; }
      @media screen and (max-width: 480px) {
        .sec05 .text_wrap a {
          padding: 17px 0;
          line-height: 1.4; } }

.cap_l {
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .cap_l {
      font-size: 10px; } }

/*# sourceMappingURL=point.css.map */
