@charset "UTF-8";
*:focus {
  outline: 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: "abcdiatype-bold";
  font-weight: 700;
  src: url("/fonts/ABCDiatype-Bold.woff2") format("woff2"), url("/fonts/ABCDiatype-Bold.woff") format("woff");
}
body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.81;
  font-family: "abcdiatype-bold", 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(28 / 750 * 100vw);
    min-width: auto;
  }
}
body.screen {
  background: #000;
}
img {
  width: 100%;
  vertical-align: bottom;
  border: 0;
  pointer-events: none;
}
img[src$=".svg"] {
  width: 100%;
}
a {
  text-decoration: none;
  color: #000;
}
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
p {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
section {
  position: relative;
}
.c-wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .c-wrapper {
    padding: 0 3.571428571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    width: 100%;
    padding: 0 4.666666666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-shadowBox {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.font-gin {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.js-fadein {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-fadein.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.headerWrapper {
  padding: 32px 0 22px;
  font-size: 12px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .headerWrapper {
    padding: 32px 0 20px;
    font-size: 10px;
  }
}
.headerLink {
  margin-right: 5px;
}
.headerLink.isCurrent {
  color: #a8a8a8;
}
.commonFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  background: #fff;
  padding-top: 22px;
}
.commonFooterMail {
  display: inline-block;
  font-size: 10px;
  line-height: 2.2;
}
.commonFooterSns {
  font-size: 10px;
  line-height: 2.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.commonFooterSnsItem {
  margin: 0 0.25em;
}
.commonFooterCopyright {
  font-size: 10px;
  margin-bottom: 30px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .u-pc-ele {
    display: none !important;
  }
}
.u-tb-ele {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-tb-ele {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-tb-ele {
    display: none !important;
  }
}
.u-sp-inline-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-inline-block {
    display: inline-block !important;
  }
}
.u-sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}
.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.css-btn-hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 8px 8px rgba(200,200,200,0.4);
          box-shadow: 8px 8px rgba(200,200,200,0.4);
}
@media screen and (max-width: 767px) {
  .css-btn-hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
  }
}
.css-btn-hover:hover {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}
@media screen and (max-width: 767px) {
  .css-btn-hover:hover {
    -webkit-box-shadow: 5px 5px rgba(200,200,200,0.4);
            box-shadow: 5px 5px rgba(200,200,200,0.4);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.css-hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.css-hover:hover {
  opacity: 0.7;
}
.js-slidein {
  -webkit-transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s, -webkit-transform ease-out 0.6s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-slidein.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.css-textshadow {
  text-shadow: 1px 1px 2px #333, 0 0 2em #fff, 0 0 0.2em #fff;
}
.t-button {
  background: #fff;
  border-radius: 7px;
  border: 1px solid #8b8b8b;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .t-button {
    padding: 5px 0;
    width: 15.2vw;
    text-align: center;
  }
}
.t-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .t-button a {
    font-size: 10px;
    padding: 0 !important;
  }
}
.t-contentsWrapper {
  padding-top: calc(70px + 30px) /* height of header + margin */;
}
@media screen and (max-width: 767px) {
  .t-contentsWrapper {
    padding-top: 0;
  }
}
.t-menuWrapper {
  width: 255px;
  margin-right: 45px;
  min-width: 255px;
}
@media screen and (max-width: 767px) {
  .t-menuWrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.t-waitWrapper {
  margin-bottom: 50px;
  position: relative;
}
.t-waitTime {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t-waitTime.next {
  display: block;
}
.t-waitTime span {
  color: #fc6638;
  font-weight: bold;
  font-size: 22px;
}
.t-Btn {
  color: #cfcfcf;
  text-align: center;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 0;
  position: relative;
  display: block;
  margin-bottom: 15px;
  pointer-events: auto;
  border: 2px solid #000;
  background: #fc6638;
  -webkit-box-shadow: 4px 4px 0px 0px #000;
          box-shadow: 4px 4px 0px 0px #000;
  color: #fff;
}
.t-Btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 15px;
  background: url("/img/common/button-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .t-Btn {
    width: 80vw;
    padding: 2.666666666666667vw 0;
    margin: 0 auto 5.333333333333334vw;
  }
}
.t-Btn.disabled {
  pointer-events: none;
  background: #9f9f9f;
  color: #cfcfcf;
}
.t-Btn.disabled:after {
  background: url("/img/common/button-arrow-gray.svg");
}
.t-Btn.isregister,
.t-Btn.isdelete {
  width: 255px;
}
@media screen and (max-width: 767px) {
  .t-Btn.isregister,
  .t-Btn.isdelete {
    width: 80vw;
  }
}
.t-mainWrapper {
  max-width: 1000px;
  width: calc(100% - 255px);
}
@media screen and (max-width: 767px) {
  .t-mainWrapper {
    width: 100%;
  }
}
.annotationText {
  color: #fc6638;
  font-size: 15px;
  font-weight: bold;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .annotationText {
    font-size: 3.333333333333333vw;
    margin-bottom: 5.333333333333334vw;
  }
}
a.annotationBtn {
  display: inline-block;
  background: #fff;
  border: 2px solid #000;
  border-radius: 40px;
  text-align: center;
  padding: 10px 0;
  color: #000;
  width: 170px;
}
@media screen and (max-width: 767px) {
  a.annotationBtn {
    width: 45.33333333333333vw;
  }
}
a.annotationBtn p {
  font-size: 15px;
  font-weight: bold;
}
.orange {
  color: #fc6638;
}
.qiconTimeNext {
  width: 18px;
  position: relative;
  margin-top: 6px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .qiconTimeNext {
    display: block;
    width: 4.8vw;
    margin-top: 5px;
  }
}
.modalRemainingNum {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fc6638;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modalRemainingNum {
    font-size: 16px;
  }
}
.modalRemainingNum p {
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.modalRemainingNum span {
  font-weight: bold;
}
.modalRemainingNum.registerfix {
  margin-bottom: 20px;
}
a.qiconRemainingNum {
  width: 18px;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -30px;
  margin-top: -8.5px;
}
@media screen and (max-width: 767px) {
  a.qiconRemainingNum {
    width: 4.8vw;
    margin-top: -5px;
  }
}
.t-calendarInfoWrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
.t-iconq {
  width: 19px;
  padding-bottom: 4px;
  margin-right: 20px;
}
.t-weekFix,
.t-weekTemporary {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
}
.t-weekFix {
  margin-right: 20px;
}
.t-weekFix:before {
  content: '';
  height: 70%;
  width: 7px;
  border-radius: 4px;
  background: #fc6638;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
}
.t-weekTemporary:before {
  content: '';
  height: 70%;
  width: 7px;
  border-radius: 4px;
  background: #5133cd;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
}
.t-upperArea {
  background: #d0d8e3;
  padding: 14px 0 7px;
}
.t-buttonWrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 20px;
}
.t-weekTitle {
  color: #4a4a4a;
  font-weight: bold;
}
.t-weekBtn {
  width: 60px;
  font-size: 10px;
  padding: 4px 15px;
  background: #0c2b53;
  position: relative;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
}
.t-weekBtn.prev {
  text-align: right;
}
.t-weekBtn.prev:before {
  content: '';
  width: 7px;
  height: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  margin-left: 10px;
}
.t-weekBtn.next:before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 10px;
}
.t-weekBtn.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.t-weekWrapper {
  background: $color-yellow;
}
.t-weekItem {
  width: calc(133 / 100 * 100%);
  text-align: center;
  margin-bottom: 10px;
}
.t-weekItem p {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  color: #0c2b53;
  padding-top: 1px;
  text-align: center;
}
.t-weekItem.left {
  width: calc(80 / 100 * 100%);
  min-width: 80px;
}
.t-weekItem.is-current {
  position: relative;
}
.t-weekItem.is-current:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.t-weekItem.is-current p {
  color: #fff;
  background: #0c2b53;
}
.t-weekItemNum {
  color: #4a4a4a;
  font-size: 14px;
  text-align: center;
  width: calc(133 / 100 * 100%);
}
.t-weekItemNum.left {
  width: calc(80 / 100 * 100%);
  min-width: 80px;
}
.t-timeItem {
  border-bottom: 1px solid #d6d4cb;
  border-right: 1px solid #d6d4cb;
  width: calc(133 / 100 * 100%);
  height: 34px;
  cursor: pointer;
  text-align: center;
  color: #b1b1b1;
  position: relative;
}
.t-timeItem:last-of-type {
  border-right: none;
}
.t-timeItem.left {
  width: calc(80 / 100 * 100%);
  min-width: 80px;
  cursor: default;
}
.t-timeItem.top {
  cursor: default;
}
.t-timeItem.time {
  position: relative;
}
.t-timeItem.time p {
  display: block;
  font-size: 10px;
  background: #fff;
  color: #4a4a4a;
  padding: 0 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  margin-bottom: -10px;
  text-align: right;
}
.t-timeItem.old {
  pointer-events: none;
}
.t-timeItem.old .exist {
  opacity: 0.3;
}
.t-timeItem .exist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t-timeItem .exist.temporary {
  background: #5133cd;
}
.t-timeItem .exist.fix {
  background: #fc6638;
}
.t-timeItem.ok:before {
  content: '○';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.t-timeItem.ng:before {
  content: '×';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.t-calendarWrapper {
  margin-bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .t-calendarWrapper {
    margin-bottom: 6.666666666666667vw;
  }
}
.t-time {
  height: 75vh;
  overflow-y: scroll;
  border-radius: 0 0 8px 8px;
}
.t-annotationWrapper {
  margin-bottom: 60px;
}
.t-annotationTitle {
  border-radius: 8px;
  background: #0c2b53;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
.t-table {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.t-table .table-title {
  text-align: left;
  font-size: 17px;
  padding: 10px;
  color: #4a4a4a;
}
@media screen and (max-width: 767px) {
  .t-table .table-title {
    font-size: 3.2vw;
    white-space: nowrap;
  }
}
.t-table .table-title span {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .t-table .table-title span {
    font-size: 2.4vw;
  }
}
.t-table th {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  width: 20%;
  border-bottom: 1px solid #d6d4cb;
  color: #4a4a4a;
}
@media screen and (max-width: 767px) {
  .t-table th {
    font-size: 3.2vw;
  }
}
.t-table tr {
  padding: 20px;
}
.t-table td {
  border-bottom: 1px solid #d6d4cb;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  color: #fc6638;
}
@media screen and (max-width: 767px) {
  .t-table td {
    font-size: 4.533333333333333vw;
  }
}
.t-table sup {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -20%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .t-table sup {
    font-size: 10px;
    margin-top: 15px;
    margin-right: -35%;
  }
}
.annotationOtherWrapper {
  letter-spacing: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .annotationOtherWrapper {
    display: block;
  }
}
.annotationOtherWrapper * {
  font-size: 13px;
  font-weight: bold;
}
.annotationItem {
  font-size: 13px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .annotationItem {
    margin-bottom: 7px;
  }
}
a.annotationItem {
  color: #3376cd;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  a.annotationItem {
    display: block;
    margin-bottom: 7px;
  }
}
.prevWrapper,
.nextWrapper {
  display: none;
}
.t-mapWrapper {
  padding: calc(1 / 30 * 100%) calc(1 / 30 * 100%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.t-mapWrapper.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .t-mapWrapper {
    padding: calc(3 / 30 * 100%) calc(1 / 30 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .t-mapWrapper {
    padding: 5.333333333333334vw;
    min-height: 20vh;
  }
}
.t-mapPoint {
  background: $color-brown;
  width: calc(1 / 30 * 100%);
  height: 0;
  padding-top: calc(1 / 30 * 100%);
  margin-top: calc(1 / 30 * 100%);
  margin-bottom: calc(1 / 30 * 100%);
  margin-left: calc(0.5 / 30 * 100%);
  margin-right: calc(0.5 / 30 * 100%);
  border-radius: 50%;
  position: relative;
  text-align: center;
}
.t-mapPoint.goal {
  -webkit-transform: scale(2);
          transform: scale(2);
  background: none;
}
.t-mapPoint.goal.ok {
  background: #fc6638;
}
.t-mapPoint.goal:before {
  -webkit-transform: scale(0.5) translateY(-50%) !important;
          transform: scale(0.5) translateY(-50%) !important;
  content: '';
}
.t-mapPoint:first-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.t-mapPoint:first-of-type:before {
  display: none;
}
.t-mapPoint:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.t-mapPoint:nth-of-type(2):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(2).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.t-mapPoint:nth-of-type(3):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(3).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.t-mapPoint:nth-of-type(4):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(4).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(5) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.t-mapPoint:nth-of-type(5):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(5).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(6) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.t-mapPoint:nth-of-type(6):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(6).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(7) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.t-mapPoint:nth-of-type(7):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(7).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(8) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.t-mapPoint:nth-of-type(8):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(8).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(9) {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.t-mapPoint:nth-of-type(9):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(9).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(10) {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.t-mapPoint:nth-of-type(10):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(10).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(11) {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.t-mapPoint:nth-of-type(11):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(11).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(12) {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.t-mapPoint:nth-of-type(12):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(12).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(13) {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.t-mapPoint:nth-of-type(13):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(13).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(14) {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.t-mapPoint:nth-of-type(14):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(14).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(15) {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.t-mapPoint:nth-of-type(15):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(15).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(16) {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
}
.t-mapPoint:nth-of-type(16):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -200% auto 0;
  height: 200%;
  width: 2px;
  background: $color-brown;
}
.t-mapPoint:nth-of-type(16).goal:before {
  margin-top: -75%;
}
.t-mapPoint:nth-of-type(17) {
  -webkit-box-ordinal-group: 30;
      -ms-flex-order: 29;
          order: 29;
}
.t-mapPoint:nth-of-type(17):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(17).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(18) {
  -webkit-box-ordinal-group: 29;
      -ms-flex-order: 28;
          order: 28;
}
.t-mapPoint:nth-of-type(18):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(18).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(19) {
  -webkit-box-ordinal-group: 28;
      -ms-flex-order: 27;
          order: 27;
}
.t-mapPoint:nth-of-type(19):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(19).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(20) {
  -webkit-box-ordinal-group: 27;
      -ms-flex-order: 26;
          order: 26;
}
.t-mapPoint:nth-of-type(20):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(20).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(21) {
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25;
}
.t-mapPoint:nth-of-type(21):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(21).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(22) {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.t-mapPoint:nth-of-type(22):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(22).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(23) {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.t-mapPoint:nth-of-type(23):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(23).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(24) {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.t-mapPoint:nth-of-type(24):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(24).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(25) {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.t-mapPoint:nth-of-type(25):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(25).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(26) {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.t-mapPoint:nth-of-type(26):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(26).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(27) {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.t-mapPoint:nth-of-type(27):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(27).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(28) {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.t-mapPoint:nth-of-type(28):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(28).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(29) {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.t-mapPoint:nth-of-type(29):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(29).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(30) {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.t-mapPoint:nth-of-type(30):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(30).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(31) {
  -webkit-box-ordinal-group: 32;
      -ms-flex-order: 31;
          order: 31;
}
.t-mapPoint:nth-of-type(31):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -200% auto 0;
  height: 200%;
  width: 2px;
  background: $color-brown;
}
.t-mapPoint:nth-of-type(31).goal:before {
  margin-top: -75%;
}
.t-mapPoint:nth-of-type(32) {
  -webkit-box-ordinal-group: 33;
      -ms-flex-order: 32;
          order: 32;
}
.t-mapPoint:nth-of-type(32):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(32).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(33) {
  -webkit-box-ordinal-group: 34;
      -ms-flex-order: 33;
          order: 33;
}
.t-mapPoint:nth-of-type(33):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(33).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(34) {
  -webkit-box-ordinal-group: 35;
      -ms-flex-order: 34;
          order: 34;
}
.t-mapPoint:nth-of-type(34):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(34).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(35) {
  -webkit-box-ordinal-group: 36;
      -ms-flex-order: 35;
          order: 35;
}
.t-mapPoint:nth-of-type(35):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(35).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(36) {
  -webkit-box-ordinal-group: 37;
      -ms-flex-order: 36;
          order: 36;
}
.t-mapPoint:nth-of-type(36):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(36).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(37) {
  -webkit-box-ordinal-group: 38;
      -ms-flex-order: 37;
          order: 37;
}
.t-mapPoint:nth-of-type(37):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(37).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(38) {
  -webkit-box-ordinal-group: 39;
      -ms-flex-order: 38;
          order: 38;
}
.t-mapPoint:nth-of-type(38):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(38).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(39) {
  -webkit-box-ordinal-group: 40;
      -ms-flex-order: 39;
          order: 39;
}
.t-mapPoint:nth-of-type(39):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(39).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(40) {
  -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
          order: 40;
}
.t-mapPoint:nth-of-type(40):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(40).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(41) {
  -webkit-box-ordinal-group: 42;
      -ms-flex-order: 41;
          order: 41;
}
.t-mapPoint:nth-of-type(41):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(41).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(42) {
  -webkit-box-ordinal-group: 43;
      -ms-flex-order: 42;
          order: 42;
}
.t-mapPoint:nth-of-type(42):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(42).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(43) {
  -webkit-box-ordinal-group: 44;
      -ms-flex-order: 43;
          order: 43;
}
.t-mapPoint:nth-of-type(43):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(43).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(44) {
  -webkit-box-ordinal-group: 45;
      -ms-flex-order: 44;
          order: 44;
}
.t-mapPoint:nth-of-type(44):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(44).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(45) {
  -webkit-box-ordinal-group: 46;
      -ms-flex-order: 45;
          order: 45;
}
.t-mapPoint:nth-of-type(45):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-left: -100%;
}
.t-mapPoint:nth-of-type(45).goal:before {
  margin-left: -50%;
}
.t-mapPoint:nth-of-type(46) {
  -webkit-box-ordinal-group: 61;
      -ms-flex-order: 60;
          order: 60;
}
.t-mapPoint:nth-of-type(46):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -200% auto 0;
  height: 200%;
  width: 2px;
  background: $color-brown;
}
.t-mapPoint:nth-of-type(46).goal:before {
  margin-top: -75%;
}
.t-mapPoint:nth-of-type(47) {
  -webkit-box-ordinal-group: 60;
      -ms-flex-order: 59;
          order: 59;
}
.t-mapPoint:nth-of-type(47):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(47).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(48) {
  -webkit-box-ordinal-group: 59;
      -ms-flex-order: 58;
          order: 58;
}
.t-mapPoint:nth-of-type(48):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(48).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(49) {
  -webkit-box-ordinal-group: 58;
      -ms-flex-order: 57;
          order: 57;
}
.t-mapPoint:nth-of-type(49):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(49).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(50) {
  -webkit-box-ordinal-group: 57;
      -ms-flex-order: 56;
          order: 56;
}
.t-mapPoint:nth-of-type(50):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(50).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(51) {
  -webkit-box-ordinal-group: 56;
      -ms-flex-order: 55;
          order: 55;
}
.t-mapPoint:nth-of-type(51):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(51).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(52) {
  -webkit-box-ordinal-group: 55;
      -ms-flex-order: 54;
          order: 54;
}
.t-mapPoint:nth-of-type(52):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(52).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(53) {
  -webkit-box-ordinal-group: 54;
      -ms-flex-order: 53;
          order: 53;
}
.t-mapPoint:nth-of-type(53):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(53).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(54) {
  -webkit-box-ordinal-group: 53;
      -ms-flex-order: 52;
          order: 52;
}
.t-mapPoint:nth-of-type(54):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(54).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(55) {
  -webkit-box-ordinal-group: 52;
      -ms-flex-order: 51;
          order: 51;
}
.t-mapPoint:nth-of-type(55):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(55).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(56) {
  -webkit-box-ordinal-group: 51;
      -ms-flex-order: 50;
          order: 50;
}
.t-mapPoint:nth-of-type(56):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(56).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(57) {
  -webkit-box-ordinal-group: 50;
      -ms-flex-order: 49;
          order: 49;
}
.t-mapPoint:nth-of-type(57):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(57).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(58) {
  -webkit-box-ordinal-group: 49;
      -ms-flex-order: 48;
          order: 48;
}
.t-mapPoint:nth-of-type(58):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(58).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(59) {
  -webkit-box-ordinal-group: 48;
      -ms-flex-order: 47;
          order: 47;
}
.t-mapPoint:nth-of-type(59):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(59).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(60) {
  -webkit-box-ordinal-group: 47;
      -ms-flex-order: 46;
          order: 46;
}
.t-mapPoint:nth-of-type(60):before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: $color-brown;
  margin-right: -100%;
}
.t-mapPoint:nth-of-type(60).goal:before {
  margin-right: -50%;
}
.t-mapPoint:nth-of-type(60) {
  -webkit-box-ordinal-group: 47;
      -ms-flex-order: 46;
          order: 46;
}
.t-mapPoint.ok {
  background: #fc6638;
}
.t-mapPoint.ok:before {
  background: #fc6638;
}
@media screen and (max-width: 767px) {
  .t-mapPoint {
    width: calc(1 / 20 * 100%);
    padding-top: calc(1 / 20 * 100%);
    margin-top: calc(1 / 20 * 100%);
    margin-bottom: calc(1 / 20 * 100%);
    margin-left: calc(0.5 / 20 * 100%);
    margin-right: calc(0.5 / 20 * 100%);
  }
  .t-mapPoint:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .t-mapPoint:first-of-type:before {
    display: none;
  }
  .t-mapPoint:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .t-mapPoint:nth-of-type(2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(2).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .t-mapPoint:nth-of-type(3):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(3).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .t-mapPoint:nth-of-type(4):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(4).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .t-mapPoint:nth-of-type(5):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(5).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .t-mapPoint:nth-of-type(6):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(6).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .t-mapPoint:nth-of-type(7):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(7).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .t-mapPoint:nth-of-type(8):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(8).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .t-mapPoint:nth-of-type(9):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(9).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .t-mapPoint:nth-of-type(10):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(10).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(11) {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .t-mapPoint:nth-of-type(11):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -100% auto 0;
    height: 200%;
    width: 2px;
    background: $color-brown;
  }
  .t-mapPoint:nth-of-type(11).goal:before {
    margin: -75% auto 0;
  }
  .t-mapPoint:nth-of-type(12) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .t-mapPoint:nth-of-type(12):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 100%;
  }
  .t-mapPoint:nth-of-type(12).goal:before {
    margin: 0 0 0 75%;
  }
  .t-mapPoint:nth-of-type(13) {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .t-mapPoint:nth-of-type(13):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 100%;
  }
  .t-mapPoint:nth-of-type(13).goal:before {
    margin: 0 0 0 75%;
  }
  .t-mapPoint:nth-of-type(14) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .t-mapPoint:nth-of-type(14):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 100%;
  }
  .t-mapPoint:nth-of-type(14).goal:before {
    margin: 0 0 0 75%;
  }
  .t-mapPoint:nth-of-type(15) {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .t-mapPoint:nth-of-type(15):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 100%;
  }
  .t-mapPoint:nth-of-type(15).goal:before {
    margin: 0 0 0 75%;
  }
  .t-mapPoint:nth-of-type(16) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .t-mapPoint:nth-of-type(16):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 100%;
  }
  .t-mapPoint:nth-of-type(16).goal:before {
    margin: 0 0 0 75%;
  }
  .t-mapPoint:nth-of-type(17) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .t-mapPoint:nth-of-type(17):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 100%;
  }
  .t-mapPoint:nth-of-type(17).goal:before {
    margin: 0 0 0 75%;
  }
  .t-mapPoint:nth-of-type(18) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .t-mapPoint:nth-of-type(18):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 100%;
  }
  .t-mapPoint:nth-of-type(18).goal:before {
    margin: 0 0 0 75%;
  }
  .t-mapPoint:nth-of-type(19) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .t-mapPoint:nth-of-type(19):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 100%;
  }
  .t-mapPoint:nth-of-type(19).goal:before {
    margin: 0 0 0 75%;
  }
  .t-mapPoint:nth-of-type(20) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .t-mapPoint:nth-of-type(20):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 100%;
  }
  .t-mapPoint:nth-of-type(20).goal:before {
    margin: 0 0 0 75%;
  }
  .t-mapPoint:nth-of-type(21) {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .t-mapPoint:nth-of-type(21):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -100% auto 0;
    height: 200%;
    width: 2px;
    background: $color-brown;
  }
  .t-mapPoint:nth-of-type(21).goal:before {
    margin: -75% auto 0;
  }
  .t-mapPoint:nth-of-type(22) {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .t-mapPoint:nth-of-type(22):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(22).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(23) {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .t-mapPoint:nth-of-type(23):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(23).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(24) {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .t-mapPoint:nth-of-type(24):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(24).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(25) {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .t-mapPoint:nth-of-type(25):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(25).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(26) {
    -webkit-box-ordinal-group: 27;
        -ms-flex-order: 26;
            order: 26;
  }
  .t-mapPoint:nth-of-type(26):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(26).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(27) {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27;
  }
  .t-mapPoint:nth-of-type(27):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(27).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(28) {
    -webkit-box-ordinal-group: 29;
        -ms-flex-order: 28;
            order: 28;
  }
  .t-mapPoint:nth-of-type(28):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(28).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(29) {
    -webkit-box-ordinal-group: 30;
        -ms-flex-order: 29;
            order: 29;
  }
  .t-mapPoint:nth-of-type(29):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(29).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(30) {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30;
  }
  .t-mapPoint:nth-of-type(30):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: -100%;
  }
  .t-mapPoint:nth-of-type(30).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(31) {
    -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
            order: 40;
  }
  .t-mapPoint:nth-of-type(31):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -200% auto 0;
    height: 200%;
    width: 2px;
    background: $color-brown;
  }
  .t-mapPoint:nth-of-type(31).goal:before {
    margin-top: -100%;
  }
  .t-mapPoint:nth-of-type(32) {
    -webkit-box-ordinal-group: 40;
        -ms-flex-order: 39;
            order: 39;
  }
  .t-mapPoint:nth-of-type(32):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(32).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(33) {
    -webkit-box-ordinal-group: 39;
        -ms-flex-order: 38;
            order: 38;
  }
  .t-mapPoint:nth-of-type(33):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(33).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(34) {
    -webkit-box-ordinal-group: 38;
        -ms-flex-order: 37;
            order: 37;
  }
  .t-mapPoint:nth-of-type(34):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(34).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(35) {
    -webkit-box-ordinal-group: 37;
        -ms-flex-order: 36;
            order: 36;
  }
  .t-mapPoint:nth-of-type(35):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(35).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(36) {
    -webkit-box-ordinal-group: 36;
        -ms-flex-order: 35;
            order: 35;
  }
  .t-mapPoint:nth-of-type(36):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(36).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(37) {
    -webkit-box-ordinal-group: 35;
        -ms-flex-order: 34;
            order: 34;
  }
  .t-mapPoint:nth-of-type(37):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(37).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(38) {
    -webkit-box-ordinal-group: 34;
        -ms-flex-order: 33;
            order: 33;
  }
  .t-mapPoint:nth-of-type(38):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(38).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(39) {
    -webkit-box-ordinal-group: 33;
        -ms-flex-order: 32;
            order: 32;
  }
  .t-mapPoint:nth-of-type(39):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(39).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(40) {
    -webkit-box-ordinal-group: 32;
        -ms-flex-order: 31;
            order: 31;
  }
  .t-mapPoint:nth-of-type(40):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(40).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(41) {
    -webkit-box-ordinal-group: 42;
        -ms-flex-order: 41;
            order: 41;
  }
  .t-mapPoint:nth-of-type(41):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -100% auto 0;
    height: 200%;
    width: 2px;
    background: $color-brown;
  }
  .t-mapPoint:nth-of-type(41).goal:before {
    margin: -75% auto 0;
  }
  .t-mapPoint:nth-of-type(42) {
    -webkit-box-ordinal-group: 43;
        -ms-flex-order: 42;
            order: 42;
  }
  .t-mapPoint:nth-of-type(42):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 -100%;
  }
  .t-mapPoint:nth-of-type(42).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(43) {
    -webkit-box-ordinal-group: 44;
        -ms-flex-order: 43;
            order: 43;
  }
  .t-mapPoint:nth-of-type(43):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 -100%;
  }
  .t-mapPoint:nth-of-type(43).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(44) {
    -webkit-box-ordinal-group: 45;
        -ms-flex-order: 44;
            order: 44;
  }
  .t-mapPoint:nth-of-type(44):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 -100%;
  }
  .t-mapPoint:nth-of-type(44).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(45) {
    -webkit-box-ordinal-group: 46;
        -ms-flex-order: 45;
            order: 45;
  }
  .t-mapPoint:nth-of-type(45):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 -100%;
  }
  .t-mapPoint:nth-of-type(45).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(46) {
    -webkit-box-ordinal-group: 47;
        -ms-flex-order: 46;
            order: 46;
  }
  .t-mapPoint:nth-of-type(46):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 -100%;
  }
  .t-mapPoint:nth-of-type(46).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(47) {
    -webkit-box-ordinal-group: 48;
        -ms-flex-order: 47;
            order: 47;
  }
  .t-mapPoint:nth-of-type(47):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 -100%;
  }
  .t-mapPoint:nth-of-type(47).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(48) {
    -webkit-box-ordinal-group: 49;
        -ms-flex-order: 48;
            order: 48;
  }
  .t-mapPoint:nth-of-type(48):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 -100%;
  }
  .t-mapPoint:nth-of-type(48).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(49) {
    -webkit-box-ordinal-group: 50;
        -ms-flex-order: 49;
            order: 49;
  }
  .t-mapPoint:nth-of-type(49):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 -100%;
  }
  .t-mapPoint:nth-of-type(49).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(50) {
    -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
            order: 50;
  }
  .t-mapPoint:nth-of-type(50):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin: 0 0 0 -100%;
  }
  .t-mapPoint:nth-of-type(50).goal:before {
    margin-left: -50%;
  }
  .t-mapPoint:nth-of-type(51) {
    -webkit-box-ordinal-group: 61;
        -ms-flex-order: 60;
            order: 60;
  }
  .t-mapPoint:nth-of-type(51):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -100% auto 0;
    height: 200%;
    width: 2px;
    background: $color-brown;
  }
  .t-mapPoint:nth-of-type(51).goal:before {
    margin-top: -75%;
  }
  .t-mapPoint:nth-of-type(52) {
    -webkit-box-ordinal-group: 60;
        -ms-flex-order: 59;
            order: 59;
  }
  .t-mapPoint:nth-of-type(52):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(52).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(53) {
    -webkit-box-ordinal-group: 59;
        -ms-flex-order: 58;
            order: 58;
  }
  .t-mapPoint:nth-of-type(53):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(53).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(54) {
    -webkit-box-ordinal-group: 58;
        -ms-flex-order: 57;
            order: 57;
  }
  .t-mapPoint:nth-of-type(54):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(54).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(55) {
    -webkit-box-ordinal-group: 57;
        -ms-flex-order: 56;
            order: 56;
  }
  .t-mapPoint:nth-of-type(55):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(55).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(56) {
    -webkit-box-ordinal-group: 56;
        -ms-flex-order: 55;
            order: 55;
  }
  .t-mapPoint:nth-of-type(56):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(56).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(57) {
    -webkit-box-ordinal-group: 55;
        -ms-flex-order: 54;
            order: 54;
  }
  .t-mapPoint:nth-of-type(57):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(57).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(58) {
    -webkit-box-ordinal-group: 54;
        -ms-flex-order: 53;
            order: 53;
  }
  .t-mapPoint:nth-of-type(58):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(58).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(59) {
    -webkit-box-ordinal-group: 53;
        -ms-flex-order: 52;
            order: 52;
  }
  .t-mapPoint:nth-of-type(59):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(59).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint:nth-of-type(60) {
    -webkit-box-ordinal-group: 52;
        -ms-flex-order: 51;
            order: 51;
  }
  .t-mapPoint:nth-of-type(60):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: $color-brown;
    margin-left: 100%;
  }
  .t-mapPoint:nth-of-type(60).goal:before {
    margin-left: 50%;
  }
  .t-mapPoint.ok {
    background: #fc6638;
  }
  .t-mapPoint.ok:before {
    background: #fc6638;
  }
}
.t-upgradeWrapper {
  background: #fff;
  padding: 10px 27px 17px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .t-upgradeWrapper {
    background: none;
    padding: 20px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
.t-upgradeText {
  font-size: 18px;
  letter-spacing: 0;
  line-height: calc(28 / 18);
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .t-upgradeText {
    font-weight: bold;
    margin-top: -6px;
    margin-bottom: 0;
  }
}
.t-upgradeText span.days {
  font-size: 30px;
  line-height: calc(47 / 30);
  color: #fc6638;
  font-weight: bold;
}
.t-upgradeText span.unit {
  color: #fc6638;
  font-weight: bold;
}
.t-upgradeBtnWrapper {
  background: #0c2b53;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #0c2b53;
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .t-upgradeBtnWrapper {
    border-radius: 5px;
  }
}
a.t-upgradeBtn {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  a.t-upgradeBtn {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .t-topWrapper {
    display: block;
  }
}
