@charset "UTF-8";
@media screen and (min-width: 600px) {
  .forSP {
    display: none;
  }
}

#bellunaMode,
#fun,
#features {
  scroll-margin-top: 120px;
}
@media (min-width: 600px) {
  #bellunaMode,
  #fun,
  #features {
    scroll-margin-top: 180px;
  }
}

.md_appli {
  position: relative;
  background-image: url("/cmn/images/md/application/2026/bg__line--sp.png");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .md_appli {
    position: relative;
    background-image: url("/cmn/images/md/application/2026/bg__line--pc.png");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.md_appli::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/cmn/images/md/application/2026/bg__dome--sp.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .md_appli::before {
    background-image: url("/cmn/images/md/application/2026/bg__dome--pc.webp");
  }
}
.md_appli > * {
  position: relative;
  z-index: 2;
}

/* --- 設定ここまで --- */
@media screen and (min-width: 600px) {
  .appli__inner {
    max-width: 1010px;
    margin: 0 auto;
  }
}

#content .page-content .elementor-section-wrap:has(.md_appli) {
  padding: 0;
}

@media screen and (min-width: 600px) {
  #content .elementor-section.elementor-section-boxed > .elementor-container:has(.md_appli) {
    max-width: 100%;
  }
}

.md_appli {
  padding: 30px 10px 20px;
  margin: -34px 0 -30px;
}
@media screen and (min-width: 600px) {
  .md_appli {
    margin-top: -40px;
    margin-bottom: -20px;
  }
}

.pl_listMemo02.--pageBottom {
  margin-left: 10px;
  font-weight: 800;
}
@media screen and (min-width: 600px) {
  .pl_listMemo02.--pageBottom {
    margin-left: 25px;
  }
}

.lead__container {
  width: 87.8%;
  margin: 14px auto 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .lead__container {
    width: 100%;
    margin-top: 16px;
  }
}

@media screen and (min-width: 600px) {
  .lead__link {
    display: block;
    width: 45.4%;
    max-width: 460px;
    margin: 0 auto;
  }
}

.lead__imgBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 15.6%;
  max-width: 158px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .lead__imgBox {
    display: none;
  }
}

.lead__imgQR {
  display: block;
  width: 54px;
  max-width: 34.2%;
}

.lead__imgText {
  display: block;
  width: 98px;
  max-width: 65%;
}

.mv__container {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .mv__container {
    width: 63.4%;
    max-width: 640px;
    margin: 0 auto;
  }
}

.topNav__wrapper {
  width: 100%;
}

.topNav__container {
  margin-top: 30px;
  width: 100%;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 600px) {
  .topNav__container {
    max-width: 980px;
    margin: 40px auto 0;
  }
}
.topNav__container.is-fixed {
  position: fixed;
  left: 0;
  margin-top: 0;
  background-image: linear-gradient(180deg, #041f45, rgba(4, 31, 69, 0.2));
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 20;
}
@media screen and (max-width: 599px) {
  .topNav__container.is-fixed {
    padding: 10px;
  }
}
@media screen and (min-width: 600px) {
  .topNav__container.is-fixed {
    left: 50%;
    transform: translateX(-50%);
  }
}

.topNav__list {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .topNav__list {
    width: 62.6%;
  }
}

.topNav__item {
  width: 32%;
}
@media screen and (min-width: 600px) {
  .topNav__item {
    width: 29.1%;
  }
}
.topNav__item + .topNav__item {
  margin-left: 2%;
}
@media screen and (min-width: 600px) {
  .topNav__item + .topNav__item {
    margin-left: 6.35%;
  }
}

.topNav__link {
  display: block;
  width: 100%;
}

.topNav__item {
  width: 100%;
}

.flowNav__container {
  background-image: linear-gradient(0deg, #041f45, rgba(4, 31, 69, 0.2));
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (min-width: 600px) {
  .flowNav__container {
    left: 0;
  }
}
.flowNav__container.is-active {
  opacity: 1;
  visibility: visible;
}
.flowNav__container .topNav__list {
  width: 75%;
}
@media screen and (min-width: 600px) {
  .flowNav__container .topNav__list {
    width: 46.2%;
    min-width: 600px;
  }
}
.flowNav__container .topNav__item {
  min-width: auto;
}

.contents__container {
  padding-top: 14px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .contents__container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
  }
}
.contents__container + .contents__container {
  margin-top: 30px;
}
.contents__container .contents__inner {
  background-color: #fff;
  background-image: radial-gradient(rgba(0, 160, 233, 0.15) 20%, transparent 20%), radial-gradient(rgba(0, 160, 233, 0.15) 20%, transparent 20%);
  /* パターンのサイズ（間隔） */
  background-size: 6px 6px;
  /* SCSSの計算機能で、自動的に「半分の位置」にずらします */
  background-position: 0 0, 3px 3px;
  padding: 80px 16px 16px;
  border: 3px solid #1879bd;
  border-radius: 14px;
}
@media screen and (min-width: 600px) {
  .contents__container .contents__inner {
    padding: 115px 40px 20px;
  }
}

.contents__title {
  position: absolute;
  width: 91.2%;
  max-width: 320px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .contents__title {
    width: 510px;
    max-width: none;
  }
}

.contents__text {
  color: #1879bd;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .contents__text {
    font-size: 20px;
    line-height: 1.6;
  }
}

.contents__list {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .contents__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.contents__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  filter: drop-shadow(0 6px 0 rgba(24, 121, 189, 0.3));
  border: 2px solid #1879bd;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .contents__item {
    width: 48.4%;
  }
}
@media screen and (max-width: 599px) {
  .contents__item + .contents__item {
    margin-top: 16px;
  }
}
.contents__item:nth-child(2n) {
  margin-left: 3.2%;
}
@media screen and (max-width: 599px) {
  .contents__item:nth-child(2n) {
    margin-left: 0;
  }
}
.contents__item:nth-child(n+3) {
  margin-top: 25px;
}
.contents__item .item__text {
  color: #1879bd;
  font-size: 12px;
  line-height: 1.5;
  flex: 1;
  padding: 10px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .contents__item .item__text {
    font-size: 14px;
  }
}
.contents__item .item__text .pl_listMemo02 {
  margin-top: 10px;
}
.contents__item .item__text .pl_listMemo02 li {
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .contents__item .item__text .pl_listMemo02 li {
    font-size: 11px;
  }
}
.contents__item .item__imgBox {
  line-height: 0;
  align-self: flex-end;
  width: 45%;
  max-width: 200px;
}
.contents__item .item__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.contents__container.--bellunaMode {
  margin-top: 10px;
  padding-top: 22px;
}
@media screen and (min-width: 600px) {
  .contents__container.--bellunaMode {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.contents__container.--bellunaMode .contents__inner {
  padding-top: 70px;
}
@media screen and (min-width: 600px) {
  .contents__container.--bellunaMode .contents__inner {
    padding-top: 120px;
  }
}

.img__bellunaMode {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.contents__bottom {
  width: 100%;
  margin-top: 30px;
}

.contents__flowBtn {
  width: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 51;
}
@media screen and (min-width: 600px) {
  .contents__flowBtn {
    width: 52px;
  }
}
/*# sourceMappingURL=md_appli_2026.css.map */