@charset "UTF-8";
/* CSS Document */
/* main
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  #contents #main.fade .txt p {
    text-align: center; } }

/* anchor
-----------------------------------------------*/
#anchor {
  position: relative;
  z-index: 3;
  padding: 80px 0; }
  #anchor ul {
    font-size: 0;
    max-width: 700px;
    margin: 0 auto; }
    #anchor ul li {
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      text-align: center;
      cursor: pointer;
      -webkit-transition: opacity 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
      -o-transition: opacity 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
      transition: opacity 0.2s cubic-bezier(0.21, 0.6, 0.35, 1); }
      #anchor ul li:hover {
        opacity: 0.7; }
      #anchor ul li img {
        display: block;
        margin: 0 auto; }
      #anchor ul li p {
        display: inline-block;
        text-align: left;
        margin-top: 10px;
        padding-left: 55px;
        background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/join/img/ico-arrow_01.png") left top no-repeat; }
        #anchor ul li p span {
          display: block;
          font-size: 15px;
          line-height: 1.3; }
        #anchor ul li p strong {
          display: block;
          font-size: 24px;
          line-height: 1.3; }

@media only screen and (max-width: 768px) {
  #anchor {
    padding: 40px 20px; }
    #anchor ul {
      max-width: 450px; }
      #anchor ul li img {
        max-width: 140px; }
      #anchor ul li p {
        background-size: 32px;
        padding-left: 38px; }
        #anchor ul li p span {
          font-size: 12px; }
        #anchor ul li p strong {
          font-size: 16px; } }

@media only screen and (max-width: 320px) {
  #anchor ul li img {
    max-width: 130px; }
  #anchor ul li p {
    background-size: 25px;
    padding-left: 32px; }
    #anchor ul li p strong {
      font-size: 15px; } }

/* section
-----------------------------------------------*/
.section .ttl {
  position: relative;
  z-index: 2;
  background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/join/img/bgi_ttl_01.png") center #218642;
  color: #fff;
  padding: 30px 40px; }
  .section .ttl .inner {
    display: table;
    margin: 0 auto; }
    .section .ttl .inner .img {
      display: table-cell;
      vertical-align: middle;
      width: 200px; }
    .section .ttl .inner h2 {
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px; }
      .section .ttl .inner h2 span {
        display: block;
        font-size: 20px;
        line-height: 1.3; }
      .section .ttl .inner h2 strong {
        display: block;
        font-size: 42px;
        line-height: 1.3;
        margin-top: 5px; }

.section .box1 {
  padding: 80px 40px 60px;
  background-color: #e9f2ae;
  text-align: center; }
  .section .box1 h3 {
    font-size: 34px;
    color: #006837;
    line-height: 1.3; }
  .section .box1 p {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px; }
  .section .box1 h4 {
    font-size: 28px; }
    .section .box1 h4::before {
      content: "";
      display: block;
      margin: 40px auto;
      width: 210px;
      height: 7px;
      background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/join/img/line_ttl_01.png") center no-repeat;
      background-size: 100%; }
  .section .box1 .search_box {
    font-size: 0;
    margin-top: 40px; }
    .section .box1 .search_box li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0 10px;
      cursor: pointer; }
      .section .box1 .search_box li img {
        position: relative;
        z-index: 2;
        display: block;
        vertical-align: top;
        padding: 20px;
        background-color: #fff;
        text-align: center;
        border-radius: 145px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 4px solid #fff;
        width: 148px; }
      .section .box1 .search_box li.active img {
        border-color: #218642;
        -webkit-transition-delay: .0s !important;
        -o-transition-delay: .0s !important;
        transition-delay: .0s !important;
        -webkit-transition: border 0.65s cubic-bezier(0.21, 0.6, 0.35, 1);
        -o-transition: border 0.65s cubic-bezier(0.21, 0.6, 0.35, 1);
        transition: border 0.65s cubic-bezier(0.21, 0.6, 0.35, 1); }
      .section .box1 .search_box li.active::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -60px;
        -webkit-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50px;
        height: 50px;
        border: 50px solid transparent;
        border-right: 50px solid #fff; }
      .section .box1 .search_box li img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        -webkit-transition: opacity 0.65s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.65s cubic-bezier(0.2, 1, 0.18, 1.2);
        transition: opacity 0.65s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.65s cubic-bezier(0.2, 1, 0.18, 1.2);
        -o-transition: transform 0.65s cubic-bezier(0.2, 1, 0.18, 1.2), opacity 0.65s cubic-bezier(0.21, 0.6, 0.35, 1);
        transition: transform 0.65s cubic-bezier(0.2, 1, 0.18, 1.2), opacity 0.65s cubic-bezier(0.21, 0.6, 0.35, 1);
        transition: transform 0.65s cubic-bezier(0.2, 1, 0.18, 1.2), opacity 0.65s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.65s cubic-bezier(0.2, 1, 0.18, 1.2); }
    .section .box1 .search_box.fade li img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    .section .box1 .search_box.fade li:nth-child(2) img {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s; }
    .section .box1 .search_box.fade li:nth-child(3) img {
      -webkit-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s; }
    .section .box1 .search_box.fade li:nth-child(4) img {
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s; }
    .section .box1 .search_box.fade li:nth-child(5) img {
      -webkit-transition-delay: .8s;
      -o-transition-delay: .8s;
      transition-delay: .8s; }

.section .box2 {
  position: relative;
  padding: 80px 40px; }
  .section .box2 .inner {
    max-width: 910px;
    margin: 0 auto; }
  .section .box2 .note {
    display: none; }
    .section .box2 .note .img {
      display: table-cell;
      vertical-align: top;
      width: 170px; }
    .section .box2 .note .txt {
      display: table-cell;
      vertical-align: top;
      padding-left: 20px; }
      .section .box2 .note .txt h4 {
        font-size: 28px; }
      .section .box2 .note .txt p {
        font-size: 16px;
        line-height: 2;
        margin-top: 5px; }
  .section .box2 .inner > h3 {
    font-size: 34px;
    color: #218642;
    text-align: center;
    margin-top: 60px; }
    .section .box2 .inner > h3:first-child {
      margin-top: 0; }
  .section .box2 .inner > h4 {
    font-size: 24px;
    text-align: center;
    margin-top: 60px; }
  .section .box2 .inner > p {
    font-size: 16px;
    text-align: center;
    margin-top: 10px; }
  .section .box2 .btn a {
    display: block;
    background-color: #218642;
    font-size: 18px;
    color: #fff;
    text-align: center;
    max-width: 480px;
    padding: 22px 0;
    border-radius: 60px;
    margin: 20px auto 0;
    background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/cmn/img/ico_win_01.png") #218642 right 15px center no-repeat;
    line-height: 1.3;
    -webkit-transition: background 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: background 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    -o-transition: transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), background 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), background 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), background 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    .section .box2 .btn a:hover {
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      opacity: 1;
      background-color: #1f9542; }
  .section .box2 .link a {
    text-decoration: underline; }
    .section .box2 .link a::after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/cmn/img/ico_win_02.png");
      margin: 0 5px; }
    .section .box2 .link a:hover {
      text-decoration: none;
      opacity: 1; }
  .section .box2 .list {
    font-size: 0;
    margin-top: 10px; }
    .section .box2 .list > p {
      text-align: right;
      margin: 30px 15px 0;
      font-size: 13px; }
    .section .box2 .list .list_item {
      display: inline-block;
      vertical-align: top;
      width: 33.333%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px; }
      .section .box2 .list .list_item .thumb {
        display: table;
        width: 100%;
        background-color: #e9f2ae;
        border: 2px solid #218642;
        border-radius: 20px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .section .box2 .list .list_item .thumb ul {
          overflow: hidden;
          display: table-cell;
          vertical-align: top;
          padding: 8px;
          background-color: #f4f8d6;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          .section .box2 .list .list_item .thumb ul li {
            width: 35px;
            margin-top: 5px; }
        .section .box2 .list .list_item .thumb .img {
          overflow: hidden;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          background-color: #fff;
          padding: 20px;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px; }
      .section .box2 .list .list_item h4 {
        font-size: 16px;
        margin-top: 5px; }

@media only screen and (max-width: 768px) {
  .section .ttl {
    background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/join/img/bgi_ttl_01.png") center #218642;
    color: #fff;
    padding: 20px; }
    .section .ttl .inner .img {
      width: 100px; }
    .section .ttl .inner h2 {
      padding-left: 10px; }
      .section .ttl .inner h2 span {
        font-size: 12px; }
      .section .ttl .inner h2 strong {
        font-size: 24px;
        margin-top: 5px; } }

/* box1
-----------------------------------------------*/
/* fade */
@media only screen and (max-width: 1024px) {
  .section .box1 .search_box li {
    margin: 0 5px; }
    .section .box1 .search_box li img {
      width: 120px; } }

@media only screen and (max-width: 768px) {
  .section .box1 {
    padding: 40px 20px; }
    .section .box1 h3 {
      font-size: 20px; }
    .section .box1 p {
      font-size: 13px;
      margin-top: 20px;
      text-align: left; }
    .section .box1 h4 {
      font-size: 16px; }
      .section .box1 h4::before {
        margin: 30px auto;
        width: 120px;
        height: 4px; }
    .section .box1 .search_box {
      font-size: 0;
      margin-top: 10px; }
      .section .box1 .search_box li {
        margin: 0 3px; }
        .section .box1 .search_box li img {
          padding: 5px;
          border: 2px solid #fff;
          width: 56px; } }

@media only screen and (max-width: 374px) {
  .section .box1 .search_box li img {
    width: 48px; }
  .section .box1 h4 {
    font-size: 15px; } }

/* box2
-----------------------------------------------*/
/* list */
/* myitem */
.myitem .is_hide {
  display: inline-block !important; }

.section .box2 .myitem .list .list_item .thumb {
  border-color: #ef8304; }
  .section .box2 .myitem .list .list_item .thumb .img {
    border-radius: 20px; }

@media only screen and (max-width: 768px) {
  .section .box2 {
    padding: 40px 15px; }
    .section .box2 .note .img {
      width: 75px; }
    .section .box2 .note .txt {
      padding-left: 10px; }
      .section .box2 .note .txt h4 {
        font-size: 18px; }
      .section .box2 .note .txt p {
        font-size: 12px;
        line-height: 1.8;
        margin-top: 5px; }
    .section .box2 .inner > h3 {
      font-size: 20px;
      margin-top: 40px;
      line-height: 1.3; }
    .section .box2 .inner > h4 {
      font-size: 16px;
      margin-top: 20px; }
    .section .box2 .inner > p {
      font-size: 12px;
      margin-top: 10px; }
    .section .box2 .btn a {
      font-size: 14px;
      max-width: 280px;
      padding: 15px 0;
      margin: 30px auto 0; }
    .section .box2 .list {
      margin-top: 5px; }
      .section .box2 .list > p {
        margin: 30px 10px 0;
        font-size: 12px;
        text-align: left; }
      .section .box2 .list .list_item {
        width: 50%;
        padding: 5px; }
        .section .box2 .list .list_item .thumb {
          border-radius: 12px; }
          .section .box2 .list .list_item .thumb ul {
            padding: 5px;
            border-radius: 0 !important; }
            .section .box2 .list .list_item .thumb ul li {
              margin-top: 2px;
              width: 20px; }
          .section .box2 .list .list_item .thumb .img {
            padding: 10px;
            border-radius: 0 !important; }
        .section .box2 .list .list_item h4 {
          font-size: 12px;
          margin-top: 8px; }
  /* list */ }

@media only screen and (max-width: 320px) {
  .section .box2 .inner > h3 {
    font-size: 19px; } }

/* society
-----------------------------------------------*/
#society .box1 {
  position: relative; }
  #society .box1 .img {
    max-width: 840px;
    width: 100%;
    margin: 20px auto 0; }
    #society .box1 .img::before {
      content: "";
      display: block;
      width: 100%;
      background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/join/img/img_society_01.png") no-repeat;
      background-size: 100%;
      padding-top: 32%; }
  #society .box1::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 50px solid transparent;
    border-right: 50px solid #fff; }

#society .tab {
  overflow: hidden;
  margin: 30px 0 40px;
  position: relative;
  z-index: 1; }
  #society .tab .cover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #society .tab .tab_inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 200%;
    left: 0;
    -webkit-transition: left .6s;
    -o-transition: left .6s;
    transition: left .6s;
    -webkit-transform: translatez(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #society .tab.active .tab_inner {
    left: -100%; }
  #society .tab .col {
    overflow: hidden;
    float: left;
    width: 910px;
    position: relative;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f4f8d6;
    padding: 60px;
    -webkit-transform: translatez(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #society .tab .col1 {
    padding-right: 300px; }
  #society .tab .col2 {
    padding-left: 300px; }
  #society .tab .col .img {
    display: table-cell;
    vertical-align: middle;
    width: 190px; }
    #society .tab .col .img ul {
      font-size: 0; }
      #society .tab .col .img ul li {
        display: inline-block;
        vertical-align: top;
        width: 31.58%;
        margin: 2.63% 2.63% 0 0; }
        #society .tab .col .img ul li:nth-child(3n) {
          margin-right: 0; }
  #society .tab .col .txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; }
    #society .tab .col .txt h4 {
      font-size: 18px; }
    #society .tab .col .txt p {
      font-size: 14px;
      margin-top: 10px;
      line-height: 2; }
    #society .tab .col .txt .btn a {
      font-size: 14px;
      max-width: 280px;
      padding: 15px 0;
      margin: 20px auto 0; }
      #society .tab .col .txt .btn a:hover {
        -webkit-transform: scale(1.042);
        -ms-transform: scale(1.042);
        transform: scale(1.042); }
  #society .tab .col .thumb {
    position: absolute;
    top: 0;
    display: table-cell;
    vertical-align: middle;
    width: 240px;
    height: 100%;
    background-color: #218642;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #society .tab .col .thumb::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      width: 48px;
      height: 96px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/join/img/icon_tab_arrow_01.png");
      background-size: 100%; }
  #society .tab .col1 .thumb::before {
    left: -38px; }
  #society .tab .col2 .thumb::before {
    right: -38px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  #society .tab .col .thumb .thumb_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #society .tab .col1 .thumb {
    right: 0; }
  #society .tab .col2 .thumb {
    left: 0; }
  #society .tab .col .thumb p {
    font-size: 16px; }
  #society .tab .col .thumb img {
    display: block;
    margin: 20px auto 0; }
  #society .tab .col .thumb strong {
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    color: #218642;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    -o-transition: transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #society .tab .col .thumb:hover strong {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

#society .box1 .img {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.21, 0.6, 0.35, 1);
  -o-transition: transform 1s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 1s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 1s cubic-bezier(0.21, 0.6, 0.35, 1), opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 1s cubic-bezier(0.21, 0.6, 0.35, 1); }
  #society .box1 .img.fade {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

/* fade */
@media only screen and (max-width: 1000px) {
  #society .tab .col {
    width: 50%; }
    #society .tab .col .img {
      display: block;
      margin: 0 auto; }
    #society .tab .col .txt {
      display: block;
      padding: 20px 0 0 0; } }

@media only screen and (max-width: 768px) {
  #society .box1 .img {
    max-width: 450px;
    width: 100%; }
    #society .box1 .img::before {
      background-image: url("https://pntc.sslcs.cdngc.net/cdn/greenponta/join/img/img_society_01_sp.png");
      padding-top: 65%; }
  #society .box1::before {
    bottom: -20px; }
  #society .box2 {
    padding-bottom: 80px; }
  #society .tab {
    margin-top: 20px; }
    #society .tab .col, #society .tab .col1, #society .tab .col2 {
      padding: 0; }
    #society .tab .col .img {
      padding: 40px 20px 0 20px; }
    #society .tab .col .txt {
      padding: 20px 20px 40px 20px; }
      #society .tab .col .txt h4 {
        font-size: 16px; }
      #society .tab .col .txt p {
        font-size: 13px; }
      #society .tab .col .txt .btn a {
        margin: 10px auto 0; }
    #society .tab .col .thumb {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: auto;
      text-align: center;
      padding: 20px; }
      #society .tab .col .thumb::before {
        display: none; }
      #society .tab .col .thumb .thumb_inner {
        display: block;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        text-align: left;
        padding-left: 135px; }
      #society .tab .col .thumb p {
        font-size: 14px; }
      #society .tab .col .thumb img {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        margin: 0; }
      #society .tab .col .thumb strong {
        font-size: 12px;
        padding: 5px 15px;
        margin-top: 5px; } }

@media only screen and (max-width: 320px) {
  #society .tab .col .thumb p {
    font-size: 13px; } }

/* ponta
-----------------------------------------------*/
.ponta {
  position: absolute;
  width: 220px;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 1s cubic-bezier(0.4, 1, 0.18, 1.2);
  -o-transition: all 1s cubic-bezier(0.4, 1, 0.18, 1.2);
  transition: all 1s cubic-bezier(0.4, 1, 0.18, 1.2); }
  .ponta.fade {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.ponta1, .ponta3 {
  left: 60px; }

.ponta2, .ponta4, .ponta5, .ponta6 {
  right: 60px; }

.ponta1, .ponta2 {
  bottom: -10%; }

.ponta3 {
  top: 10%; }

.ponta4 {
  top: -13%; }

.ponta5, .ponta6 {
  bottom: -22%; }

@media only screen and (max-width: 1300px) {
  .ponta {
    width: 180px; }
  .ponta1, .ponta3 {
    left: 5px; }
  .ponta2, .ponta4, .ponta5, .ponta6 {
    right: 5px; }
  .ponta4 {
    top: -6%; } }

@media only screen and (max-width: 1000px) {
  .ponta {
    width: 140px; } }

@media only screen and (max-width: 768px) {
  .ponta1, .ponta2, .ponta3, .ponta4 {
    display: none; }
  .ponta {
    width: 80px; } }

/* アプリバナー
-----------------------------------------------*/
.gpa-banner {
  background: #f4f8d6; }
  .gpa-banner__inner {
    width: 512px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .gpa-banner__inner img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 768px) {
    .gpa-banner__inner {
      width: 100%;
      padding: 30px 20px 90px; } }
