.wrapper {
  padding-top: 40px;
}

#pointKv {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.show-popup {
  color: #005154;
  text-decoration: none;
}

.popup {
  border-radius: 30px;
}
.popup p {
  color: #014343;
}
.popup p span {
  font-size: 20px;
  margin: 0px 8px;
  font-weight: bold;
  white-space: nowrap;
}
.popup .scrollAreaWrapper {
  margin-bottom: 0px;
}
.popup .close-btn {
  position: absolute;
  width: 70px;
  height: 40px;
  border-radius: 30px;
  background: #ffe893;
  color: #014343;
  right: 0px;
  top: -50px;
  z-index: 401;
  padding: 8px;
  cursor: pointer;
  border: none;
  opacity: 0.8;
}
.popup .close-btn svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  color: #014343;
}

.point-kv {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.point-kv .h1 {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-shadow: 5px 5px #fff;
  font-size: 24px;
  width: 95%;
  margin: 0 auto;
}
.point-kv .point-kv-bg {
  position: absolute;
  width: 150%;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point-kv .point-kv-content {
  z-index: 3;
  position: relative;
}
.point-kv img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.p1 {
  font-size: 24px;
  margin: 0px;
  margin-bottom: 8px;
  color: #005154;
}

.btn {
  margin: 8px;
}

.button-group {
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.font-bold {
  font-weight: bold;
}

.point-howToGet {
  position: relative;
  z-index: 3;
  margin-top: 32px;
}

.grade-table--inner {
  padding: 8px;
  background-color: #FFF0B7;
  max-width: 991px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 0px;
  padding-top: 0px;
  position: relative;
  z-index: 2;
}
.grade-table--inner table {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
}

.grade-table td {
  padding: 8px;
  font-size: 16px;
}

.grade-table--level {
  text-align: center;
}

.grade-table--level img {
  width: 64px;
  padding: 4px;
  max-width: none;
}

.grade-table--mission a {
  text-align: left;
  font-weight: bold;
  color: #005154;
  text-decoration: underline;
  font-size: 16px;
  outline: none;
}

.grade-table--list {
  border-top: 2px solid #fff;
}
.grade-table--list td:nth-child(2),
.grade-table--list td:nth-child(3),
.grade-table--list td:nth-child(4) {
  font-size: 20px;
  text-align: center;
}

.grade-table--note {
  font-size: 14px;
}

.d-none {
  display: none;
}

.grade-birth {
  background-color: #FFF0B7;
  width: 90%;
  margin: 0 auto;
  margin-top: 16px;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.grade-birth p {
  font-size: 16px;
}
.grade-birth p span.color-hightlight-orange {
  font-size: 32px;
  font-weight: bold;
}

.notice {
  position: relative;
  z-index: 2;
  padding: 20px 0px;
}

.notice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.notice-title img {
  width: 60px;
}

.notice-title p {
  font-size: 20px;
  color: #005154;
  margin-right: 8px;
}

.notice-content {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notice-content.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF0B7;
}

.notice-content.d-flex img {
  width: 80px;
}

.notice-content ul {
  color: #005154;
  font-size: 16px;
  padding-left: 32px;
}

.notice-content--line {
  background-color: #005154;
  width: 104px;
  height: 3px;
}

.point-howToUse {
  position: relative;
  z-index: 2;
  background-color: #FFF7BA;
}
.point-howToUse .point-howToUse-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  max-width: 1200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto;
}
.point-howToUse .point-howToUse-items .point-howToUse-item {
  position: relative;
  background-color: #FFFBF0;
  border-radius: 8px;
  margin: 12px;
  text-align: center;
  padding: 12px;
  width: 42%;
}
.point-howToUse .point-howToUse-items .point-howToUse-item p {
  font-size: 16px;
}
.point-howToUse .point-howToUse-items .point-howToUse-item img:nth-child(1) {
  position: absolute;
  width: 60px;
  left: 0px;
  top: 0px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.swiper {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  margin-top: 20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url("/efingo_newweb/img/swiper-arrow.svg");
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url("/efingo_newweb/img/swiper-arrow.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-pagination-fraction {
  bottom: -40px;
}

.swiper-slide {
  text-align: center;
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-wave {
  position: relative;
  z-index: 5;
}
.l-wave img {
  display: block;
}

.point-teach-tabs {
  text-align: center;
  margin: 12px auto;
  max-width: 95%;
}
.point-teach-tabs .point-teach-tab-btn {
  padding: 6px 10px;
  border: solid 1px #005154;
  border-radius: 25px;
  font-size: 16px;
  margin: 4px;
  display: inline-block;
}
.point-teach-tabs .point-teach-tab-btn a {
  color: #005154;
}
.point-teach-tabs .point-teach-tab-btn a:focus {
  outline: none;
}
.point-teach-tabs .point-teach-tab-btn.is-active {
  background-color: #005154;
}
.point-teach-tabs .point-teach-tab-btn.is-active a {
  color: #fff;
}

.point-teach-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 40px;
  padding-top: 0px;
}
.point-teach-tab.pc .swiper-button-next,
.point-teach-tab.pc .swiper-rtl .swiper-button-prev {
  right: -40px;
}
.point-teach-tab.pc .swiper-button-prev,
.point-teach-tab.pc .swiper-rtl .swiper-button-next {
  left: -40px;
}
.point-teach-tab.pc .point-teach-swiper-img .swiper-slide {
  height: 230px;
}

.point-teach-swiper-img {
  overflow: hidden;
  border-radius: 20px;
}
.point-teach-swiper-img .swiper-slide {
  height: 505px;
}

.point-teach-swiper-wordsOut {
  width: 350px;
  margin-left: 0px;
  overflow: hidden;
}
.point-teach-swiper-wordsOut .point-teach-swiper-words > p {
  display: none;
}
.point-teach-swiper-wordsOut .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 12px;
  border-radius: 60px;
  margin: 8px 0px;
  padding-bottom: 4px;
}
.point-teach-swiper-wordsOut .swiper-slide .step {
  width: 32px;
  height: 32px;
  background-color: #FFE368;
  border-radius: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.point-teach-swiper-wordsOut .swiper-slide p {
  max-width: 85%;
}

.point-teach-swiper {
  position: relative;
  width: 76%;
}

.point-teach-swiper-pc {
  position: relative;
  width: 560px;
  max-width: 100%;
  height: 250px;
  background: #eee;
  border-radius: 27px;
  border: 8px solid #005154;
  margin: 50px auto;
}

.point-teach-swiper-phone-background {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point-teach-swiper-phone {
  position: relative;
  width: 260px;
  height: 520px;
  margin: 0 auto;
  border-radius: 27px;
  border: 8px solid #005154;
}
.point-teach-swiper-phone .phoneHead {
  position: absolute;
  width: 160px;
  height: 20px;
  background: #005154;
  border-radius: 0px 0px 15px 15px;
  top: 0px;
  left: 50%;
  margin-left: -80px;
  z-index: 3;
}
.point-teach-swiper-phone .swiper-button-next {
  right: -50px;
}
.point-teach-swiper-phone .swiper-button-prev {
  left: -50px;
}

@media (min-width: 768px) {
  .p1 {
    font-size: 32px;
  }
  .sticky-header {
    width: 100px;
    float: right;
  }
  .sticky-header .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .sticky-header .button-group a {
    border: none;
    border-bottom: 1px solid #fff;
  }
  .sticky-header .button-group a:hover {
    opacity: 0.9;
  }
  .sticky-header .button-group a:first-child {
    border-radius: 8px 0px 0px 0px;
  }
  .sticky-header .button-group a:last-child {
    border-bottom: 0px;
    border-radius: 0px 0px 0px 8px;
  }
  .grade-table--inner {
    border-radius: 20px;
    margin-top: 32px;
  }
  .d-md-none {
    display: none;
  }
  .d-md-tableBlock {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
  }
  .grade-table td {
    font-size: 20px;
  }
  .grade-table--list td:nth-child(2),
  .grade-table--list td:nth-child(3),
  .grade-table--list td:nth-child(4) {
    font-size: 24px;
  }
  .notice-title img {
    width: 74px;
  }
  .notice-title p {
    font-size: 24px;
  }
  .notice-content {
    width: 90%;
    max-width: 768px;
  }
  .notice-content.d-flex img {
    width: 100px;
  }
  .notice-content ul {
    font-size: 18px;
  }
  .point-teach-swiper-pc {
    width: 400px;
    height: 280px;
  }
  .point-howToUse .point-howToUse-items {
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 32px;
  }
  .point-howToUse .point-howToUse-items .point-howToUse-item {
    width: 305px;
  }
  .point-howToUse .point-howToUse-items .point-howToUse-item p {
    font-size: 18px;
  }
  .point-howToUse .point-howToUse-items .point-howToUse-item img:nth-child(1) {
    position: absolute;
    width: 60px;
    left: 0px;
    top: 0px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media (min-width: 992px) {
  .point-teach-swiper-pc {
    width: 500px;
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .popup .p2 {
    font-size: 20px;
    color: #014343;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .popup p span {
    font-size: 24px;
    margin: 0px 8px;
    font-weight: bold;
  }
  .point-kv {
    position: relative;
    z-index: 2;
  }
  .point-kv .h1 {
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.05em;
    text-shadow: 5px 5px #fff;
    font-size: 36px;
  }
  .point-kv .point-kv-bg {
    position: absolute;
    top: -40%;
    max-width: 1000px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .point-kv .point-kv-content {
    z-index: 3;
    position: relative;
  }
  .point-kv img {
    display: block;
    margin: 0 auto;
    max-width: 800px;
  }
  .point-teach-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .point-teach-swiper {
    width: 40%;
    max-width: 500px;
  }
  .grade-table--mission a {
    font-size: 18px;
  }
  .point-teach-tabs {
    max-width: 1200px;
    margin: 32px auto;
    text-align: center;
  }
  .point-teach-tabs .point-teach-tab-btn {
    font-size: 18px;
    padding: 12px 20px;
  }
  .point-teach-swiper-pc {
    width: 500px;
    height: 350px;
  }
  .point-teach-tab.pc .point-teach-swiper-img .swiper-slide {
    height: 335px;
  }
  .point-teach-swiper-wordsOut {
    width: 400px;
    margin-left: 60px;
    overflow: hidden;
  }
  .point-teach-swiper-wordsOut .point-teach-swiper-words > p {
    display: none;
  }
  .point-teach-swiper-wordsOut .point-teach-swiper-word {
    position: relative;
  }
  .point-teach-swiper-wordsOut .point-teach-swiper-word:before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 70px);
    background-color: #B4977C;
    left: 28px;
    top: 49px;
  }
  .point-teach-swiper-wordsOut .d-xl-none {
    display: none;
  }
  .point-teach-swiper-wordsOut .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 12px;
    border-radius: 60px;
    margin: 8px 0px;
    height: auto !important;
    cursor: pointer;
  }
  .point-teach-swiper-wordsOut .swiper-slide p {
    font-size: 18px;
  }
  .point-teach-swiper-wordsOut .swiper-slide.active, .point-teach-swiper-wordsOut .swiper-slide.active2 {
    background-color: #FFF7BA;
  }
  .point-teach-swiper-wordsOut .swiper-slide.active .step, .point-teach-swiper-wordsOut .swiper-slide.active2 .step {
    background-color: #fff;
  }
  .point-teach-swiper-wordsOut .swiper-slide .step {
    width: 32px;
    height: 32px;
    background-color: #FFE368;
    border-radius: 20px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 8px;
  }
  .point-teach-swiper-wordsOut .swiper-slide p {
    max-width: 85%;
  }
}
.tabs-panel {
  display: none;
}

.tabs-panel.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes kv_title {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes kv_title {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.sticky-header a {
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  width: 100%;
  border-right: 1px solid #fff;
  background-color: #005154;
}
.sticky-header a:last-child {
  border: none;
}
.sticky-header .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sticky-header .button-group a.active {
  background-color: #007a7a;
}