@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
/*----------------------------------------------------
	.page
----------------------------------------------------*/
.page .inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .inner {
    width: 90%;
  }
}
.page img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page _:-ms-input-placeholder,
.page img {
  width: 100%;
  vertical-align: middle;
}
.page .anchor {
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.page {
  padding: 0;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Montserrat", "Noto Sans JP", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "sans-serif";
  overflow: hidden;
  /*=============================
   kv
  =============================*/
}
@media screen and (max-width: 768px) {
  .page {
    padding: 0;
  }
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  margin: auto;
}
.page .tit {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  color: #00498F;
}
@media screen and (max-width: 768px) {
  .page .tit {
    font-size: 5.7vw;
  }
}
.page .btn {
  display: block !important;
  border: none !important;
}
.page .btn__sb {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page .btn__sb {
    font-size: 5.2vw;
    margin: 0 auto 4.2vw;
  }
}
.page .btn__main a {
  position: relative;
  max-width: 478px;
  width: 100%;
  border-radius: 40px;
  background-color: #01AB01;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 53px;
}
@media screen and (max-width: 768px) {
  .page .btn__main a {
    max-width: 89.6vw;
    border-radius: 7.6vw;
    font-size: 3.6vw;
    line-height: 13.3vw;
  }
}
.page .btn__main a .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media screen and (max-width: 768px) {
  .page .btn__main a .arrow_right {
    right: 5%;
  }
}
.page .btn__main a .arrow_right:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page .btn__main a .arrow_right:after {
    width: 1.3vw;
    height: 1.3vw;
  }
}
.page .btn__main a .arrow_bottom {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media screen and (max-width: 768px) {
  .page .btn__main a .arrow_bottom {
    right: 5%;
  }
}
.page .btn__main a .arrow_bottom:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page .btn__main a .arrow_bottom:after {
    width: 1.3vw;
    height: 1.3vw;
  }
}
.page .method {
  text-align: center;
  margin: 0 auto;
}
.page .method__sbtit {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  color: #01AB01;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .method__sbtit {
    font-size: 3.4vw;
    margin: 0 auto 8.1vw;
  }
}
.page .method__sbtit::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
}
.page .method__tit {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .method__tit {
    font-size: 5.2vw;
  }
}
.page .bk__cp {
  background-color: #EBFFD6;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .page .bk__cp {
    padding: 12.5vw 0;
  }
}
.page .cp {
  text-align: center;
}
.page .cp__main {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .cp__main {
    max-width: 89.6vw;
  }
}
.page .cp__main--img {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .cp__main--img {
    margin: 0 auto 7.3vw;
  }
}
.page .cp__main-end {
  position: relative;
}
.page .cp__main-end:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page .cp__main-end__title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page .cp__main-end__title p {
  font-size: 30px;
  letter-spacing: 0.08rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  background: #00498F;
}
@media screen and (max-width: 768px) {
  .page .cp__main-end__title p {
    font-size: 4.4vw;
    padding: 2vw 2.6vw;
  }
}
.page .cp .btn {
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .cp .btn {
    margin: 0 auto 10.4vw;
  }
}
.page .cp .btn__sb {
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .page .cp .btn__sb {
    margin: 5.2vw auto 0;
  }
}
.page .cp .btn__sb a {
  background-color: #00498F;
}
.page .cp__tit {
  color: #222;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .page .cp__tit {
    margin: 0 auto 4.2vw;
  }
}
.page .cp__overview {
  max-width: 980px;
  height: 300px;
  margin: 0 auto;
  padding: 40px 0 16px;
  text-align: left;
  background-color: #FFFFFF;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .page .cp__overview {
    max-width: 89.6vw;
    height: 62.5vw;
    padding: 7.3vw 0 2.1vw;
  }
}
.page .cp__overview--set {
  max-width: 900px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .cp__overview--set {
    max-width: 79.2vw;
    margin: 0 auto 5.2vw;
  }
}
.page .cp__overview--tit {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page .cp__overview--tit {
    font-size: 4.2vw;
    line-height: 1.8;
    margin: 0 auto 3.1vw;
  }
}
.page .cp__overview--tit.irregular {
  font-weight: 300;
}
.page .cp__overview--txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .cp__overview--txt {
    font-size: 3.6vw;
  }
}
.page .bk__point {
  background-color: rgba(234, 239, 246, 0.8);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .page .bk__point {
    padding: 12.5vw 0;
  }
}
.page .point {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .point {
    max-width: 89.6vw;
  }
}
.page .point__tit {
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .page .point__tit {
    margin: 0 auto 9.4vw;
  }
}
.page .point__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .point__main {
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.page .point__main li {
  position: relative;
  width: calc(50% - 20px);
  background-color: #FFF;
  padding: 40px;
  margin: 0 0 40px;
}
.page .point__main li:last-child {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .page .point__main li:last-child {
    margin-left: 26%;
    margin-right: 26%;
  }
}
@media screen and (max-width: 768px) {
  .page .point__main li {
    width: 100%;
    padding: 7.3vw;
  }
}
.page .point__main li .point__main-sbtit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-sbtit {
    font-size: 3.6vw;
    margin: 0 auto 5.2vw;
  }
}
.page .point__main li .point__main-sbtit b {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  vertical-align: baseline;
  color: #00498F;
  padding-top: 4px;
  background-position: top left 3px;
  background-repeat: repeat-x;
  background-size: 18.3px 4px;
  background-image: radial-gradient(2px 2px at center center, rgba(252, 160, 0, 0.9), rgba(252, 160, 0, 0.9) 99%, rgba(252, 160, 0, 0));
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-sbtit b {
    font-size: 4.2vw;
    background-size: 3.9vw 4px;
  }
}
.page .point__main li .point__main-no {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-no {
    margin: 0 auto 3.1vw;
  }
}
.page .point__main li .point__main-number {
  position: absolute;
  max-width: 123px;
  width: 100%;
  background-color: #00498F;
  color: #fff;
  padding: 7px 12px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-number {
    max-width: 22.5vw;
    padding: 1vw 2.2vw;
  }
}
.page .point__main li .point__main-number span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-number span {
    font-size: 3.6vw;
  }
}
.page .point__main li .point__main-number b {
  font-weight: 600;
  font-size: 24px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-number b {
    font-size: 5.2vw;
    margin-left: 0.4vw;
  }
}
.page .point__main li .point__main-txt {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px 0 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-txt {
    font-size: 3.6vw;
    padding: 0 0 0 3.4vw;
  }
}
.page .point__main li .point__main-txt .check {
  position: absolute;
  top: 7%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-txt .check {
    left: 0%;
  }
}
.page .point__main li .point__main-txt .check:before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/line-cp/point_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-txt .check:before {
    width: 3.6vw;
    height: 3.6vw;
  }
}
.page .point__main li .point__main-tit {
  display: inline;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  color: #00498F;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(0, 73, 143, 0.15)));
  background: linear-gradient(transparent 70%, rgba(0, 73, 143, 0.15) 0%);
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-tit {
    font-size: 5.5vw;
  }
}
.page .point__main li .point__main-annotation {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  margin: 15px auto 0;
}
.page .point__main li .point__main-img {
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-img {
    margin: 6.3vw auto 0;
  }
}
.page .point__main li .point__main-sblink {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin: 32px auto 8px;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-sblink {
    margin: 6.3vw auto 3.1vw;
  }
}
.page .point__main li .point__main-link a {
  position: relative;
  max-width: 390px;
  width: 100%;
  border-radius: 27px;
  border: 2px solid #00498F;
  background-color: #00498F;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  line-height: 53px;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-link a {
    max-width: 75vw;
    border-radius: 9.4vw;
    font-size: 3.6vw;
    line-height: 13.3vw;
  }
}
.page .point__main li .point__main-link a .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5.64%;
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-link a .arrow_right {
    right: 8.68%;
  }
}
.page .point__main li .point__main-link a .arrow_right:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page .point__main li .point__main-link a .arrow_right:after {
    width: 2vw;
    height: 2vw;
  }
}
.page .point_note{
  font-size: 16px;
  font-weight: 300;
  margin: 32px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .point_note{
    font-size: 3.64vw;
    margin-top: 6.5vw;
  }
}

.page .friend {
  max-width: 980px;
  text-align: center;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .page .friend {
    max-width: 89.6vw;
    margin: 12.5vw auto 0;
  }
}
.page .friend__tit {
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .page .friend__tit {
    margin: 0 auto 7.4vw;
  }
}
.page .friend .method {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .friend .method {
    margin: 0 auto 7.3vw;
  }
}
.page .friend .method__sbtit {
  position: relative;
}
.page .friend .method__sbtit:after {
  position: absolute;
  content: " ";
}
@media screen and (min-width: 769px) {
  .page .friend .method__sbtit:after {
    background-image: url(/ec/img/usr/pg/campaign/line-cp/friend_bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 153px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page .friend .method__sbtit:after {
    background-image: url(/ec/img/usr/pg/campaign/line-cp/friend_bubble-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38vw;
    height: 7.4vw;
  }
}
.page .friend__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .friend__main {
    display: block;
    margin: 0 auto 10.4vw;
  }
}
.page .friend__main li {
  width: calc(50% - 20px);
  background-color: #EAEFF6;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  .page .friend__main li {
    width: 100%;
    padding: 7.3vw;
  }
}
.page .friend__main li .friend__main-tit {
  height: 58px;
  font-weight: 600;
  font-size: 20px;
  line-height: 58px;
  background-color: #00498F;
  color: #FFF;
  margin: 0 auto 40px;
}
.page .friend__main li .friend__main-txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px 0;
  margin: 0 auto 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .friend__main li .friend__main-txt {
    font-size: 3.6vw;
    padding: 0;
    margin: 0 auto 5.2vw;
  }
}
.page .friend__main li .friend__main-txt b {
  font-weight: 600;
  font-size: 16px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .friend__main li .friend__main-txt b {
    font-size: 3.6vw;
  }
}
.page .friend__main li .friend__main-img {
  max-width: 196px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .friend__main li .friend__main-img {
    max-width: 34vw;
    margin: 0 auto;
  }
}
.page .friend__main li .friend__main-link {
  position: relative;
  max-width: 390px;
  width: 95%;
  height: 64px;
  background-color: #FFFFFF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  margin: 0 auto;
  color: #00498F;
}
@media screen and (max-width: 768px) {
  .page .friend__main li .friend__main-link {
    max-width: 100%;
    text-align: center;
  }
}
.page .friend__main li .friend__main-link .link_search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media screen and (max-width: 768px) {
  .page .friend__main li .friend__main-link .link_search {
    right: 5%;
  }
}
.page .friend__main li .friend__main-link .link_search:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/line-cp/pop_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 768px) {
  .page .friend__main li .friend__main-link .link_search:after {
    width: 1.3vw;
    height: 1.3vw;
  }
}
.page .friend__main li:nth-child(2) .friend__main-txt {
  margin-top: 18%;
}
.page .online {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.page .online .online__tit{
  margin-top: 80px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .page .online .online__tit{
    margin-top: 12.8vw;
    margin-bottom: 18.5vw;
  }
}

.page .online .method {
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .page .online .method {
    margin: 0 auto 7.3vw;
  }
}
.page .online .method__sbtit {
  position: relative;
}
.page .online .method__sbtit:after {
  position: absolute;
  content: " ";
}
@media screen and (min-width: 769px) {
  .page .online .method__sbtit:after {
    background-image: url(/ec/img/usr/pg/campaign/line-cp/online_bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 231px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page .online .method__sbtit:after {
    background-image: url(/ec/img/usr/pg/campaign/line-cp/online_bubble-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 58.1vw;
    height: 7.2vw;
  }
}
.page .online__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .online__main {
    margin: 0 auto 12.5vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .page .online__main::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.page .online__main_big {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 58px !important;
}
@media screen and (max-width: 768px) {
  .page .online__main_big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: unset !important;
    max-width: unset !important;
    padding-top: 6.9vw !important;
  }
}
.page .online__main_big .online__main-img {
  max-width: 510px !important;
  width: 62.4% !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .online__main_big .online__main-img {
    max-width: unset !important;
    width: 120.8vw !important;
    margin: 0 auto 2.6vw !important;
  }
}
.page .online__main_big .step2_img {
  max-width: 428px !important;
  width: 62.4% !important;
  margin-left: auto !important;
  margin-right: 32px !important;
}
@media screen and (max-width: 768px) {
  .page .online__main_big .step2_img {
    max-width: unset !important;
    width: 120.8vw !important;
    margin: 0 auto 2.6vw !important;
  }
}
.page .online__main_big .online__main-txt {
  width: 38.7% !important;
}
@media screen and (max-width: 768px) {
  .page .online__main_big .online__main-txt {
    width: 100% !important;
  }
}
.page .online__main_last .online__main-img {
  max-width: 280px !important;
  width: 70% !important;
  margin-right: 100px !important;
}
@media screen and (max-width: 980px) and (min-width: 769px) {
  .page .online__main_last .online__main-img {
    margin-right: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  .page .online__main_last .online__main-img {
    max-width: unset !important;
    width: 104% !important;
  }
}
.page .online__main li {
  position: relative;
  width: calc(50% - 20px);
  background-color: #EAEFF6;
  margin: 0 0 56px;
  padding: 60px 40px 40px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page .online__main li {
    width: 100%;
    height: 100%;
    min-height: 164.3vw;
    max-width: 74.5vw;
    margin: 10.4vw 6.8vw 0;
    padding: 15.6vw 10.4vw 10.4vw;
    position: relative;
    overflow: visible;
    justify-content: flex-start;
  }
  .page .online__main li:first-child {
    margin-left: 5.2vw;
  }
  .page .online__main li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 5.2vw;
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .page .step2 .step2_img{
    margin-top: 6vw !important;
  }
  .page .step2 .online__main-txt{
    margin-top: 3.5vw !important;
  }
}

.page .online__main li .online__main-no {
  position: absolute;
  top: -16px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .page .online__main li .online__main-no {
    top: -10.4vw;
    left: 5.2vw;
    width: 17.4vw;
    height: 21.4vw;
  }
}
.page .online__main li .online__main-img {
  max-width: 182px;
  width: 53%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .online__main li .online__main-img {
    max-width: 53.6vw;
    width: 100%;
    margin: 0 auto 9vw;
  }
}
.page .online__main li .online__main-txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px 0;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .online__main li .online__main-txt {
    font-size: 3.6vw;
    padding: 0;
    margin: 0 auto;
  }
}
.page .online__main li .online__main-txt span {
  display: block;
  color: #00498F;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .online__main li .online__main-txt span {
    font-size: 4.2vw;
    margin-bottom: 3.9vw;
  }
}
.page .online__main li .online__main-txt .space {
  opacity: 0;
}
/* .page .online__main li:nth-child(2) {
  margin-right: 40px;
} */
/* .page .online__main li:nth-child(4) {
  margin-bottom: 0;
} */
@media screen and (max-width: 768px) {
  .page .online__main li::after {
    position: absolute;
    content: " ";
    background-image: url(/ec/img/usr/pg/campaign/line-cp/online_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: -9.8vw;
    height: 6vw;
    width: 3vw;
  }
}
.page .banner {
  width: 80%;
  max-width: 640px;
  margin: 30px auto 70px;
}
@media screen and (max-width: 768px) {
  .page .banner {
    margin: 1.3vw auto 9.1vw;
  }
}
.page .banner p {
  text-align: center;
  margin: 10px auto 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .banner p {
    font-size: 2.6vw;
  }
}

.popup--wrap {
  position: relative;
}

.mfp-auto-cursor .mfp-content {
  width: 100%;
  max-width: 760px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .mfp-auto-cursor .mfp-content {
    width: 80.13vw;
    margin: auto;
  }
}

.mfp-close-btn-in .mfp-close {
  width: 80px;
  height: 80px;
  background-color: #F2F2F2;
  border-radius: 50%;
  color: #000;
  top: -40px;
  right: -40px;
  font-size: 65px;
  opacity: 1;
}
.product .page__row {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__box {
  padding: 40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .product__box {
    padding: 5.2vw;
    margin: auto;
  }
}
.product__box .link__tit {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 24px;
}
.product__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .product__box ul {
    display: block;
  }
}
.product__box ul li {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__box ul li:nth-child(1) {
  max-width: 250px;
  width: 100%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .product__box ul li:nth-child(1) {
    max-width: 100%;
    text-align: center;
  }
}
.product__box ul li:nth-child(2) {
  position: relative;
  max-width: 390px;
  width: 100%;
  height: 64px;
  background-color: #EAEFF6;
  border-radius: 5px;
  font-weight: 600;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  color: #00498F;
}
@media screen and (max-width: 768px) {
  .product__box ul li:nth-child(2) {
    max-width: 100%;
    text-align: center;
  }
}
.product__box ul li:nth-child(2) .link_search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media screen and (max-width: 768px) {
  .product__box ul li:nth-child(2) .link_search {
    right: 5%;
  }
}
.product__box ul li:nth-child(2) .link_search:after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/line-cp/pop_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 768px) {
  .product__box ul li:nth-child(2) .link_search:after {
    width: 1.3vw;
    height: 1.3vw;
  }
}