.v-imgcontent {
  display: none;
}

/* stylelint-disable */
.modaal-content-container {
  padding: 0 !important;
}
.modaal-content-container > div {
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modaal-content-container > div > h3 {
  height: 63px;
  border-left: 2px solid #074694;
  font-size: 24px;
  padding-left: 15px;
}

/* stylelint-enable */
/* stylelint-disable */
.modaal-container {
  width: 540px !important;
}

/* stylelint-enable */
.v-wrapper {
  position: relative;
}
.v-wrapper__line {
  position: absolute;
  left: 0;
  top: -212px;
}

.v-text {
  text-align: center;
  font-size: 15px;
  margin-top: 55px;
}

.v-navigations {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 10px;
  margin-top: 95px;
}
.v-navigations__line {
  border: 1px solid #6F7579;
  margin-top: 5px;
}
.v-navigations > li {
  width: 370px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #D8D8D8;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
}
.v-navigations > li.is-active {
  background: #074694;
  height: 53px;
}

.v-mainsection {
  margin-top: 85px;
  margin-bottom: 50px;
  display: none;
}
.v-mainsection.is-active {
  display: inherit;
}
.v-mainsection__heading {
  width: 267px;
  height: 267px;
  border: 5px solid #074694;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.v-mainsection__heading > p {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.v-mainsection__heading > p.is-small {
  font-size: 15px;
  margin-top: 10px;
}
.v-mainsection__heading > p.is-small > span {
  font-size: 10px;
}
.v-mainsection__heading > p.is-small::before {
  content: none;
  background: none;
  -webkit-transform: none;
          transform: none;
}
.v-mainsection__heading > p > span {
  font-size: 15px;
  display: block;
  margin: 0 auto;
  font-weight: normal;
}
.v-mainsection__heading > p::before {
  content: "";
  width: 60px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  background: #074694;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.v-mainsection__details {
  background: url("/data/img/views/process/pc/main_bg.png") top no-repeat;
  background-size: auto;
  background-position-y: -634px;
  padding: 50px;
  position: relative;
  margin-top: -30px;
}
.v-mainsection__details.is-nav1 {
  background-position-y: -1689px;
}
.v-mainsection__details.is-nav3 {
  background-position-y: -270px;
  padding: 50px 0;
  margin-left: -31px;
  margin-right: -10px;
}
.v-mainsection__details__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.v-mainsection__details__inner.is-blue {
  margin-bottom: 65px;
}
.v-mainsection__details__inner.is-top {
  align-items: flex-start;
  margin-bottom: 40px;
}
.v-mainsection__details__inner.is-small {
  margin-bottom: 30px;
}
.v-mainsection__details__inner.is-small:last-child {
  margin-bottom: 50px;
}
.v-mainsection__details__inner__wrapper {
  width: 460px;
}
.v-mainsection__details__inner__wrapper.is-left {
  text-align: left;
  font-weight: normal;
}
.v-mainsection__details__inner__wrapper > ul {
  list-style: none;
}
.v-mainsection__details__inner__wrapper > ul > li {
  text-align: left;
  font-size: 23px;
  padding-left: 2px;
  position: relative;
  z-index: 100;
}
.v-mainsection__details__inner__wrapper > ul > li > a {
  position: absolute;
  top: 50%;
  left: -37px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.v-mainsection__details__inner__wrapper > ul > li.has-zoom {
  position: relative;
}
.v-mainsection__details__inner__wrapper > ul > li.has-zoom::before {
  content: "";
  background: url("/data/img/views/process/pc/smallzoom_icon.png") no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: -36px;
}
.v-mainsection__details__inner > p {
  text-align: right;
  font-size: 25px;
  width: 455px;
  font-weight: bold;
}
.v-mainsection__details__inner > p.is-left {
  text-align: left;
  font-weight: normal;
}
.v-mainsection__details__inner__line {
  width: 310px;
  height: 1px;
  background: #333333;
  margin: 0 30px;
  position: relative;
}
.v-mainsection__details__inner__line.has-twolines {
  display: inline-block;
  margin-top: 20px;
}
.v-mainsection__details__inner__line.is-shortleft {
  background: none;
  position: relative;
}
.v-mainsection__details__inner__line.is-shortleft::before {
  content: "";
  width: 155px;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
}
.v-mainsection__details__inner__line__circle {
  width: 60px;
  height: 60px;
  border: 10px solid #074694;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.v-mainsection__details__inner__line__circle.is-big {
  width: 85px;
  height: 85px;
}
.v-mainsection__details__inner__line__circle.is-small {
  width: 30px;
  height: 30px;
  background: #074694;
}
.v-mainsection__details__inner__line__circle.is-zoom {
  width: 60px;
  height: 60px;
  border: none;
  border: 10px solid #074694;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative;
}
.v-mainsection__details__inner > span {
  font-size: 25px;
  border: 1px solid black;
  border-radius: 30px;
  width: 364px;
  height: 47px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-weight: bold;
  margin: 0 35px;
}

@media screen and (max-width: 750px) {
  .v-wrapper {
    position: relative;
  }
  .v-wrapper__line {
    display: none;
  }

  .v-text {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 3rem;
  }

  .v-headingtxt {
    text-align: left;
    padding-left: 4rem;
  }

  .v-navigations {
    padding: 0;
    margin-top: 9.5rem;
  }
  .v-navigations__line {
    border: 1px solid #6F7579;
    margin-top: 0.5rem;
  }
  .v-navigations > li {
    width: 10.2rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .v-navigations > li.is-active {
    background: #074694;
    height: 4.3rem;
    font-size: 1.2rem;
  }

  .v-mainsection {
    margin-top: 8.5rem;
    margin-bottom: 5rem;
    margin-left: -3rem;
    margin-right: -3rem;
    display: none;
  }
  .v-mainsection.is-active {
    display: inherit;
  }
  .v-mainsection__heading {
    width: 10rem;
    height: 10rem;
    border: 0.5rem solid #074694;
    background: white;
    border-radius: 50%;
  }
  .v-mainsection__heading > p {
    font-size: 1rem;
  }
  .v-mainsection__heading > p.is-small {
    font-size: 0.7rem;
    margin-top: 1rem;
  }
  .v-mainsection__heading > p.is-small > span {
    font-size: 0.3rem;
  }
  .v-mainsection__heading > p.is-small::before {
    content: none;
    background: none;
    -webkit-transform: none;
            transform: none;
  }
  .v-mainsection__heading > p > span {
    font-size: 0.5rem;
    display: block;
    margin: 0 auto;
    font-weight: normal;
  }
  .v-mainsection__heading > p::before {
    content: "";
    width: 3rem;
    height: 0.4rem;
    position: absolute;
    left: 50%;
    bottom: -1rem;
  }
  .v-mainsection__details {
    background: url("/data/img/views/process/pc/main_bg.png") top no-repeat;
    background-size: 4rem 370rem;
    background-position-y: 0;
    padding: 1rem;
    position: relative;
    margin-top: -0.5rem;
  }
  .v-mainsection__details.is-nav1 {
    background-position-y: 0;
    background-size: 4rem 275rem;
  }
  .v-mainsection__details.is-nav3 {
    background-size: 4rem 425rem;
    padding: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
  .v-mainsection__details__inner {
    margin-bottom: 7rem;
  }
  .v-mainsection__details__inner.is-blue {
    margin-bottom: 6.5rem;
  }
  .v-mainsection__details__inner.is-top {
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  .v-mainsection__details__inner.is-small {
    margin-bottom: 3rem;
  }
  .v-mainsection__details__inner.is-small:last-child {
    margin-bottom: 5rem;
  }
  .v-mainsection__details__inner__wrapper {
    width: 12.9rem;
  }
  .v-mainsection__details__inner__wrapper.is-left {
    text-align: left;
    font-weight: normal;
  }
  .v-mainsection__details__inner__wrapper > ul {
    list-style: none;
  }
  .v-mainsection__details__inner__wrapper > ul > li {
    text-align: left;
    font-size: 1.2rem;
    padding-left: 0.2rem;
  }
  .v-mainsection__details__inner__wrapper > ul > li > a {
    position: absolute;
    top: 50%;
    left: -2.5rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .v-mainsection__details__inner__wrapper > ul > li > a > img {
    width: 2.2rem;
    height: 2.2rem;
  }
  .v-mainsection__details__inner__wrapper > ul > li.has-zoom {
    position: relative;
  }
  .v-mainsection__details__inner__wrapper > ul > li.has-zoom::before {
    content: "";
    background: url("/data/img/views/process/pc/smallzoom_icon.png") no-repeat;
    background-size: cover;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-left: -3.2rem;
  }
  .v-mainsection__details__inner > p {
    text-align: right;
    font-size: 1.2rem;
    width: 12.9rem;
    font-weight: bold;
  }
  .v-mainsection__details__inner > p.is-left {
    text-align: left;
    font-weight: normal;
  }
  .v-mainsection__details__inner__line {
    width: 10.8rem;
    height: 1px;
    background: #333333;
    margin: 0 1rem;
    position: relative;
  }
  .v-mainsection__details__inner__line.has-twolines {
    display: inline-block;
    margin-top: 1.2rem;
  }
  .v-mainsection__details__inner__line.is-shortleft {
    background: none;
    position: relative;
  }
  .v-mainsection__details__inner__line.is-shortleft::before {
    content: "";
    width: 5rem;
    height: 1px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 0;
  }
  .v-mainsection__details__inner__line__circle {
    width: 2.3rem;
    height: 2.3rem;
    border: 0.5rem solid #074694;
    background: white;
    border-radius: 50%;
  }
  .v-mainsection__details__inner__line__circle.is-big {
    width: 3rem;
    height: 3rem;
  }
  .v-mainsection__details__inner__line__circle.is-small {
    width: 2rem;
    height: 2rem;
    background: #074694;
  }
  .v-mainsection__details__inner__line__circle.is-zoom {
    width: 2.3rem;
    height: 2.3rem;
    border: none;
    border: 0.5rem solid #074694;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: relative;
  }
  .v-mainsection__details__inner > span {
    font-size: 1.2rem;
    border: 1px solid black;
    border-radius: 1.3rem;
    width: 12.9rem;
    height: 2.75rem;
    margin: 0;
  }
}
/*# sourceMappingURL=index.css.map */