.bg01 {
  text-align: center;
  margin: 0 auto;
  background-color: #FFFFFF;
}

.bg02 {
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #7D899D 50%, #7D899D 100%);
  padding: 3% 0;
}

@media only screen and (max-width: 768px) {
  .bg02 {
    padding: 3% 0 0;
  }
}

.bg03 {
  text-align: center;
  margin: 0 auto;
  background-color: #7D899D;
}

.bg04 {
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to bottom, #7D899D 0%, #7D899D 50%, #FFFFFF 50%, #FFFFFF 100%);
  padding: 3% 0;
}

.bg05 {
  text-align: center;
  margin: 0 auto;
  background-color: #7D899D;
  padding-bottom: 3%;
}

@media only screen and (max-width: 768px) {
  .bg05 {
    padding-bottom: 5%;
  }
}

.bg06 {
  text-align: center;
  margin: 0 auto;
  background-color: #7D899D;
}

@media only screen and (max-width: 768px) {
  .bg06 {
    padding-top: 3%;
  }
}

.nvan265__img {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .nvan265__img {
    width: 100%;
    box-sizing: border-box;
  }
}

.white__text {
  color: #FFF;
}

.text__alignJ {
    text-align: justify;
}

.lp__flex__field .lp__col__40 {
  width: 40%;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .lp__flex__field .lp__col__40.sp_same {
    width: 40%;
  }
}

.nvan265__fixed .odyssey__LP__sec04__inline {
  display: block;
  width: 100%;
}

.nvan265__fixed .odyssey__LP__sec04__inlineItem {
  max-width: 110px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .nvan265__fixed .odyssey__LP__sec04__inlineItem {
    max-width: 60px;
  }
}

.nvan265__fixed .odyssey__LP__sec04__inlineItem2 {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #E50012;
  position: relative;
}

.nvan265__fixed .odyssey__LP__sec04__inlineItem2 .odyssey__LP__sec04__inlineItem2__text {
  width: 450px;
  margin: 0 auto;
  padding: 15px 10px;
}

@media only screen and (max-width: 768px) {
  .nvan265__fixed .odyssey__LP__sec04__inlineItem2 .odyssey__LP__sec04__inlineItem2__text {
    width: 200px;
    padding: 10px 5px;
  }
}

.nvan265__fixed .odyssey__LP__sec04__inlineItem2 .odyssey__LP__sec04__inlineItem2__store {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.nvan265__fixed .odyssey__LP__sec04__inlineItem2 .odyssey__LP__sec04__inlineItem2__store img {
  height: 100%;
  width: auto;
}

.nvan265__fixed .odyssey__LP__sec04__inline__group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .nvan265__fixed .odyssey__LP__sec04__inline__group {
    padding-bottom: 0px;
  }
}

.nvan265__fixed .odyssey__LP__sec04__inline__group__col {
  width: 30%;
}

.nvan265 #search-fixed .search-fixed-item {
  max-width: 100%;
  width: inherit;
  bottom: 0;
}

.nvan265__fixed2 .odyssey__LP__sec04__inlineItem {
  display: flex;
  max-width: 110px;
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .nvan265__fixed2 .odyssey__LP__sec04__inlineItem {
    max-width: 60px;
    bottom: 20vw;
    right: 15px;
  }
}