@charset "UTF-8";
/* common
---------------------------------*/
.main_heading {
  margin-bottom: 0;
}

.main_wrap {
  margin-bottom: 60px;
}

.westqr_serviceCont {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* common上書き
---------------------------------*/
/* mv
---------------------------------*/
.mv {
  background: rgb(248, 252, 255);
  background: linear-gradient(130deg, rgb(248, 252, 255) 0%, rgb(244, 250, 255) 26%, rgb(234, 247, 255) 51%, rgb(224, 243, 255) 76%, rgb(224, 243, 255) 100%);
}
.mv_img {
  position: relative;
  width: 100%;
  height: 660px;
}
@media only screen and (min-width: 1601px) {
  .mv_img {
    max-height: 660px;
  }
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media only screen and (min-width: 1601px) {
  .mv_img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* usage
---------------------------------*/
.usage_wrap {
  padding-top: 98px;
  padding-bottom: 120px;
  background-image: url(../images/usage_bg_pc.jpg);
  background-size: cover;
  background-position: center center;
}
.usage_wrap .usage_inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 40px;
}
.usage_wrap .usage_inner ol {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 70px;
  margin-bottom: 47px;
}
.usage_wrap .usage_inner ol li {
  background: #f2f9fe;
  border-radius: 110px;
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 900px;
  width: 100%;
  height: 220px;
  padding: 10px;
}
.usage_wrap .usage_inner ol li .usage-img {
  max-width: 200px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.usage_wrap .usage_inner ol li .usage_text h4 {
  width: 90px;
  margin-bottom: 28px;
}
.usage_wrap .usage_inner ol li .usage_text p {
  font-size: 16px;
  line-height: 1.5;
}
.usage_wrap .usage_inner ol li .usage_text p[class*=complete] {
  font-size: 24px;
  font-weight: 700;
}
.usage_wrap .usage_inner ol li:not(:last-child) {
  position: relative;
  padding-right: 70px;
}
.usage_wrap .usage_inner ol li:not(:last-child)::before {
  position: absolute;
  content: "";
  background-color: #ccc;
  width: 4px;
  height: 30px;
  bottom: -30px;
  left: 108px;
}

/* 共通
---------------------------------*/
.cont_title {
  color: #004191;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 31px;
  position: relative;
}
.cont_title::before {
  position: absolute;
  content: "";
  background: #ffea00;
  width: 80px;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.userguideBtn {
  max-width: 720px;
  margin: 0 auto;
  background: rgb(229, 250, 109);
  background: linear-gradient(0deg, rgb(229, 250, 109) 0%, rgb(255, 252, 165) 100%);
  text-align: center;
  width: 100%;
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  position: relative;
  transition: opacity ease 0.26s;
}
.userguideBtn:hover {
  opacity: 0.8;
}
.userguideBtn::before {
  position: absolute;
  content: "";
  background-image: url(../images/arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.userguideBtn a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-top: 36px;
  padding-bottom: 36px;
}

.product h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 37px;
}
.product_btnArea {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.product_btnArea .productBtn {
  max-width: 270px;
  background: #fff;
  width: 100%;
  border: 1px solid #0473bd;
  padding-left: 21px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  position: relative;
  transition: opacity ease 0.26s;
}
.product_btnArea .productBtn:hover {
  opacity: 0.8;
}
.product_btnArea .productBtn::before {
  position: absolute;
  content: "";
  background-image: url(../images/arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.product_btnArea .productBtn a {
  display: block;
  text-decoration: none;
  color: #00458a;
  line-height: 1.625;
  padding-top: 22px;
  padding-bottom: 26px;
}

/* cautions
---------------------------------*/
.cautions_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cautions_wrap .cautions_inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 70px;
}
.cautions_wrap ul {
  margin-top: 70px;
  margin-bottom: 60px;
}
.cautions_wrap ul li {
  font-size: 16px;
  line-height: 1.625;
  padding-left: 1em;
  text-indent: -1em;
}
.cautions_wrap ul li a {
  text-decoration: none;
  color: #0473bd;
  border-bottom: 1px solid #0473bd;
}
.cautions_wrap ul li a:hover {
  border-bottom: 1px solid transparent;
}
.cautions_wrap .userguideBtn {
  background: rgb(0, 101, 179);
  background: linear-gradient(0deg, rgb(0, 101, 179) 0%, rgb(47, 185, 239) 100%);
}
.cautions_wrap .userguideBtn::before {
  background-image: url(../images/arrow02.png);
}
.cautions_wrap .userguideBtn a {
  color: #fff;
}