@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", "游ゴシック", "YuGothic", "Noto Sans JP", "メイリオ", "Meiryo", "sans-serif";
  color: #000;
  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;
  margin: 0;
}
@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 .nav {
  max-width: 980px;
  margin: 0 auto;
  border-bottom: 2px solid #E5ECF4;
}
@media screen and (max-width: 768px) {
  .page .nav {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.page .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .nav ul li {
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .nav ul li {
    font-size: 3.6vw;
    font-weight: 400;
  }
}
.page .nav ul li a {
  display: block;
  max-width: 490px;
  height: 53px;
  line-height: 53px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .page .nav ul li a {
    max-width: 100%;
    max-height: 19.7vw;
    height: 19.7vw;
    line-height: 19.7vw;
  }
}
.page .nav ul li:nth-child(1) {
  border-right: 2px solid #E5ECF4;
}
@media screen and (max-width: 768px) {
  .page .nav ul li:nth-child(1) a {
    line-height: 1.5;
    padding: 4.7vw 0;
  }
}
.page .tab {
  max-width: 980px;
  margin: 55px auto 80px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .page .tab {
    max-width: 89.6vw;
    width: 100%;
    margin: 11.5vw auto 12.4vw;
  }
}
.page .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .tab ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page .tab ul li {
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .page .tab ul li {
    font-size: 3.6vw;
    width: 50%;
    border-bottom: 1px solid #000;
  }
}
.page .tab ul li a {
  position: relative;
  display: block;
  height: 53px;
  line-height: 53px;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page .tab ul li a {
    max-width: 100%;
    max-height: 13.3vw;
    height: 13.3vw;
    line-height: 13.3vw;
  }
}
.page .tab ul li a .arrow_bottom {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12.76%;
}
@media screen and (max-width: 768px) {
  .page .tab ul li a .arrow_bottom {
    right: 11.63%;
  }
}
.page .tab ul li a .arrow_bottom:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent #000 #000 transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page .tab ul li a .arrow_bottom:after {
    width: 1.3vw;
    height: 1.3vw;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  .page .tab ul li:nth-child(2n) {
    border-right: none;
  }
}
.page .tab ul li:last-child {
  border-right: none;
}
.page .sec {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .sec {
    max-width: 89.6vw;
  }
}
.page .sec h2 {
  color: #004990;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .page .sec h2 {
    font-size: 5.7vw;
    margin: 0 auto 9.4vw;
  }
}
.page .sec__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .page .sec__set {
    display: block;
    margin: 0 auto 20.2vw;
  }
}
.page .sec__set h3 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .sec__set h3 {
    font-size: 5.2vw;
    margin: 0 auto 5.2vw;
  }
}
.page .sec__set--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page .sec__set--main {
    margin: 0 auto 4.2vw;
  }
}
.page .sec__set--main .sec__set--img {
  max-width: 120px;
  width: 100%;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .page .sec__set--main .sec__set--img {
    max-width: 20.8vw;
    margin-right: 5.2vw;
  }
}
.page .sec__set--main .sec__set--txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .sec__set--main .sec__set--txt {
    font-size: 3.6vw;
    letter-spacing: normal;
  }
}
.page .sec__set--main .sec__set--txt small {
  display: block;
  font-weight: 300;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .page .sec__set--main .sec__set--txt small {
    font-size: 3.6vw;
  }
}
.page .sec__set--main .sec__set--txt .link a {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  color: #1B95E0;
  border-bottom: solid 1px #1B95E0;
  padding: 0 13px 5px 0;
}
@media screen and (max-width: 768px) {
  .page .sec__set--main .sec__set--txt .link a {
    font-size: 3.4vw;
    padding: 0 3.5vw 0.8vw 0;
  }
}
.page .sec__set--main .sec__set--txt .link a .arrow_right {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4%;
}
@media screen and (max-width: 768px) {
  .page .sec__set--main .sec__set--txt .link a .arrow_right {
    right: 4%;
  }
}
.page .sec__set--main .sec__set--txt .link a .arrow_right:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border: 1px solid;
  border-color: #949BB7 #949BB7 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page .sec__set--main .sec__set--txt .link a .arrow_right:after {
    width: 0.8vw;
    height: 0.8vw;
  }
}
.page .sec__set--link a {
  position: relative;
  display: block;
  max-width: 320px;
  width: 100%;
  height: 53px;
  line-height: 53px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #004990;
  background-color: #004990;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .sec__set--link a {
    max-width: 52.1vw;
    height: 11.2vw;
    line-height: 11.2vw;
    font-size: 3.6vw;
  }
}
.page .sec__set--link a .arrow_right {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5.11%;
}
@media screen and (max-width: 768px) {
  .page .sec__set--link a .arrow_right {
    right: 5.38%;
  }
}
.page .sec__set--link a .arrow_right:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page .sec__set--link a .arrow_right:after {
    width: 1.3vw;
    height: 1.3vw;
  }
}
.page .sec .sec__sets {
  max-width: 470px;
  width: calc(50% - 20px);
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .page .sec .sec__sets {
    max-width: 89.6vw;
    width: 100%;
    margin: 0 auto 9.1vw;
  }
}
.page .sec .sec__sets:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .sec .sec__sets2 {
    margin: 0 auto 12.2vw;
  }
}
.page .sec_app .sec__set {
  display: block;
}
.page .sec_app .sec__set--main {
  max-width: 446px;
  margin: 0 auto 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .sec_app .sec__set--main {
    margin: 0 auto 5.7vw;
  }
}
.page .sec_app .sec__set--download {
  text-align: center;
}
.page .sec_app .sec__set--download .sec__set--title {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 7px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E5ECF4));
  background: linear-gradient(transparent 60%, #E5ECF4 60%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .sec_app .sec__set--download .sec__set--title {
    font-size: 4.2vw;
    padding: 0 0 0.7vw;
  }
}
.page .sec_app .sec__set--download .sec__set--txt {
  font-size: 16px;
  margin: 24px auto 32px;
}
@media screen and (max-width: 768px) {
  .page .sec_app .sec__set--download .sec__set--txt {
    font-size: 3.6vw;
    margin: 5.2vw auto 6.3vw;
  }
}
.page .sec_app .sec__set--download .sec__set--search {
  max-width: 246px;
  width: 100%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .page .sec_app .sec__set--download .sec__set--search {
    max-width: 45.8vw;
    margin: 0 auto 6.8vw;
  }
}
.page .sec_app .sec__set--download ul {
  max-width: 433px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .page .sec_app .sec__set--download ul {
    max-width: 69.9vw;
    margin: 5.7vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .page .sec_app .sec__set--download ul li:nth-child(1) {
    padding-right: 58px;
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .page .sec_app .sec__set--download ul li:nth-child(1) {
    max-width: 30.5vw;
  }
}
@media screen and (min-width: 769px) {
  .page .sec_app .sec__set--download ul li:nth-child(2) {
    padding-left: 58px;
  }
}
@media screen and (max-width: 768px) {
  .page .sec_app .sec__set--download ul li:nth-child(2) {
    max-width: 37.1vw;
  }
}
.page .service_bk {
  background-color: #E5ECF4;
}
.page .service {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .page .service {
    padding: 12.5vw 0;
  }
}
.page .service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .service ul .bnr {
  max-width: 727px;
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 768px) {
  .page .service ul .bnr {
    max-width: 42.2vw;
    width: 50%;
    margin: 0 0 9.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page .service ul .bnr:last-child {
    margin: 0 0 0;
  }
}
.page .service ul .bnr--img {
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page .service ul .bnr--img {
    margin: 0 auto 4.2vw;
  }
}
.page .service ul .bnr--tit {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page .service ul .bnr--tit {
    font-size: 5.2vw;
    margin: 0 auto 4.2vw;
  }
}
.page .service ul .bnr--txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .service ul .bnr--txt {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 769px) {
  .page .service ul.is-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page .service ul.is-center li {
    margin-right: 20px;
  }
  .page .service ul.is-center li:last-child {
    margin-right: 0;
  }
}

.online .nav ul li:nth-child(1) {
  background-color: #E5ECF4;
}
@media screen and (min-width: 769px) {
  .online .tab ul li {
    width: 20%;
  }
}
@media screen and (min-width: 769px) {
  .online .tab ul li a {
    max-width: 196px;
  }
}
@media screen and (max-width: 768px) {
  .online .tab ul li:last-child {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .online .tab ul li:last-child a {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .online .tab ul li:last-child a .arrow_bottom {
    right: 5.5%;
  }
}
@media screen and (min-width: 769px) {
  .online .sec_seek .sec__sets:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .online .sec_order .sec__sets:nth-child(2) .sec__set--main {
    margin-bottom: 88px;
  }
}
@media screen and (min-width: 769px) {
  .online .sec_receive .sec__sets:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.store .nav ul li:nth-child(2) {
  background-color: #E5ECF4;
}
@media screen and (min-width: 769px) {
  .store .tab ul li {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .store .tab ul li a {
    max-width: 245px;
  }
}
@media screen and (max-width: 768px) {
  .store .tab ul li:nth-child(3),
.store .tab ul li:nth-child(4) {
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .store .sec_seek .sec__sets:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .store .sec_inquiry .sec__sets:nth-last-child(2) {
    margin-bottom: 0;
  }
}