<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.webOScontent {
  font-size: 80%;
  line-height: 1 !important;
  color: #111 !important;
}

.webOScontent h1.hid {
  display: none;
}
/* ##################### COMMON ##################### */
.webOScontent#webOS {
  max-width: 1600px;
  margin: 0 auto;
}

/* MOVIE, COPY URL LAYER */
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .pc {
    display: none;
  }
  .webOScontent .mb {
    display: block;
  }
  .webOScontent .movieClose,
  .webOScontent .movieClose2,
  .webOScontent .movieClose3,
  .webOScontent .movieClose4,
  .webOScontent .movieCloseF,
  .webOScontent .movieCloseF2 {
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 10020 !important;
    display: block;
    width: 20px;
    height: 20px;
  }
  .webOScontent .wrapper {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .webOScontent .pc {
    display: block;
  }
  .webOScontent .mb {
    display: none;
  }
  .webOScontent .movieClose,
  .webOScontent .movieClose2,
  .webOScontent .movieClose3,
  .webOScontent .movieClose4,
  .webOScontent .movieCloseF,
  .webOScontent .movieCloseF2 {
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 10020;
    display: block;
    width: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .webOScontent .pc {
    display: block;
  }
  .webOScontent .mb {
    display: none;
  }
  .webOScontent .movieClose,
  .webOScontent .movieClose2,
  .webOScontent .movieClose3,
  .webOScontent .movieClose4,
  .webOScontent .movieCloseF,
  .webOScontent .movieCloseF2 {
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 10020;
    display: block;
    width: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .webOScontent .pc {
    display: block;
  }
  .webOScontent .mb {
    display: none;
  }
  .webOScontent .movieClose,
  .webOScontent .movieClose2,
  .webOScontent .movieClose3,
  .webOScontent .movieClose4,
  .webOScontent .movieCloseF,
  .webOScontent .movieCloseF2 {
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 10020;
    display: block;
    width: 40px;
  }
}

.webOScontent section h2 {
  display: none;
}
.webOScontent section {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.webOScontent section p {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.webOScontent section p.title {
  font-size: 30px;
  margin-bottom: 2%;
  text-align: center;
}
.webOScontent section p.stitle {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 2%;
  text-align: center;
}
.webOScontent section p.stitle2 {
  font-weight: 300;
  font-size: 20px;
  color: #888;
  margin-bottom: 2%;
  text-align: center;
}
.webOScontent section p.xstitle {
  font-size: 15px;
  text-align: center;
}
.webOScontent section .small {
  color: #666;
  font-size: 14px;
}
.webOScontent section .disclaimer {
  color: #666;
  font-size: 14px;
  padding: 30px 0;
  line-height: 130%;
}
.webOScontent section .disclaimer span {
  display: block;
}
.webOScontent section a.invert {
  display: block;
  border: solid 1px #000;
  font-weight: 700;
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
}
.webOScontent section a.invert:hover {
  background: #000;
  color: #fff;
}
.webOScontent section a.invert.white {
  display: block;
  border: solid 1px #fff;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
}
.webOScontent section a.invert.white:hover {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}
.webOScontent section a.invert.white sup {
  font-size: 9px;
  line-height: 80%;
}
.webOScontent section a.play {
  display: block;
  margin: 0 auto;
}
.small {
  position: relative;
  padding-left: 10px;
}
.small:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}
.disclaimer span {
  position: relative;
  padding-left: 10px;
}
.disclaimer span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent section p.title {
    font-size: 28px;
    margin-bottom: 2%;
    text-align: center;
  }
  .webOScontent section p.stitle {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 2%;
    text-align: center;
  }
  .webOScontent section p.stitle2 {
    font-weight: 300;
    font-size: 17px;
    color: #888;
    text-align: left;
  }
  .webOScontent section p.xstitle {
    font-size: 15px;
    text-align: center;
  }
  .webOScontent section .small {
    color: #666;
    font-size: 14px;
  }
  .webOScontent section .disclaimer {
    color: #666;
    font-size: 12px;
    padding: 30px 10px;
    line-height: 130%;
  }
  .webOScontent section .disclaimer span {
    display: block;
  }
  .webOScontent section a.invert {
    display: block;
    height: 40px;
    line-height: 40px;
    border: solid 1px #000;
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .webOScontent section a.invert:hover {
    background: #000;
    color: #fff;
  }
  .webOScontent section a.play {
    z-index: 1000;
    display: block;
    width: 12%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .webOScontent section p.title {
    font-size: 25px;
    margin-bottom: 2%;
    text-align: left;
  }
  .webOScontent section p.stitle {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 2%;
    text-align: left;
  }
  .webOScontent section p.stitle2 {
    font-weight: 300;
    font-size: 17px;
    color: #888;
    text-align: left;
  }
  .webOScontent section p.xstitle {
    font-size: 16px;
    text-align: center;
  }
  .webOScontent section .small {
    color: #666;
    font-size: 14px;
  }
  .webOScontent section .disclaimer {
    color: #666;
    font-size: 14px;
    padding: 30px 0;
    line-height: 130%;
  }
  .webOScontent section .disclaimer span {
    display: block;
  }
  .webOScontent section a.invert {
    display: block;
    height: 50px;
    line-height: 50px;
    border: solid 1px #000;
    font-weight: 700;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
  .webOScontent section a.invert:hover {
    background: #000;
    color: #fff;
  }
  .webOScontent section a.invert.white {
    display: block;
    border: solid 1px #fff;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
  .webOScontent section a.invert.white:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff;
  }
  .webOScontent section a.invert.white sup {
    font-size: 9px;
    line-height: 80%;
  }
  .webOScontent section a.play {
    display: block;
    width: 90px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .webOScontent section p.title {
    font-size: 32px;
    text-align: left;
  }
  .webOScontent section p.stitle {
    font-weight: 300;
    font-size: 22px;
    text-align: left;
  }
  .webOScontent section p.stitle2 {
    font-weight: 300;
    font-size: 22px;
    color: #888;
    text-align: left;
  }
  .webOScontent section p.xstitle {
    font-size: 16px;
    text-align: center;
  }
  .webOScontent section .small {
    color: #666;
    font-size: 14px;
  }
  .webOScontent section .disclaimer {
    color: #666;
    font-size: 14px;
    padding: 30px 0;
    line-height: 130%;
  }
  .webOScontent section .disclaimer span {
    display: block;
  }
  .webOScontent section a.invert {
    display: block;
    height: 50px;
    line-height: 50px;
    border: solid 1px #000;
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .webOScontent section a.invert:hover {
    background: #000;
    color: #fff;
  }
  .webOScontent section a.invert.white {
    display: block;
    border: solid 1px #fff;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .webOScontent section a.invert.white:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff;
  }
  .webOScontent section a.invert.white sup {
    font-size: 9px;
    line-height: 80%;
  }
  .webOScontent section a.play {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .webOScontent section p.title {
    font-size: 40px;
    text-align: left;
  }
  .webOScontent section p.stitle {
    font-weight: 300;
    font-size: 26px;
    text-align: left;
  }
  .webOScontent section p.stitle2 {
    font-weight: 300;
    font-size: 26px;
    color: #888;
    text-align: left;
  }
  .webOScontent section p.xstitle {
    font-size: 16px;
    text-align: center;
  }
  .webOScontent section .small {
    color: #666;
    font-size: 14px;
  }
  .webOScontent section .disclaimer {
    color: #666;
    font-size: 14px;
    padding: 30px 0;
    line-height: 130%;
  }
  .webOScontent section .disclaimer span {
    display: block;
  }
  .webOScontent section a.invert {
    display: block;
    height: 50px;
    line-height: 50px;
    border: solid 1px #000;
    font-weight: 700;
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
  }
  .webOScontent section a.invert:hover {
    background: #000;
    color: #fff;
  }
  .webOScontent section a.invert.white {
    display: block;
    border: solid 1px #fff;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
  }
  .webOScontent section a.invert.white:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff;
  }
  .webOScontent section a.invert.white sup {
    font-size: 9px;
    line-height: 80%;
  }
  .webOScontent section a.play {
    display: block;
    width: 120px;
    margin: 0 auto;
  }
}

/* MOVE TO TOP */
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 769px) {
  .webOScontent .scrollup {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 3px;
  }
}

.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  max-width: 1920px;
}

/* SUB BOTTOM MENU */
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .cta {
    background: #111;
    padding: 5% 0;
    overflow: hidden;
  }
  .webOScontent .cta ul {
    text-align: center;
  }
  .webOScontent .cta ul li {
    width: 80%;
    margin: 0 auto 2%;
  }
  .webOScontent .cta ul li:last-child {
    margin: 0 auto;
  }
  .webOScontent .cta ul li a {
    display: block;
    border: solid 1px #fff;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .webOScontent .cta {
    background: #111;
    padding: 2% 0;
  }
  .webOScontent .cta ul {
    text-align: center;
  }
  .webOScontent .cta ul li {
    display: inline-block;
    width: 24%;
    margin: 0 0.3%;
  }
  .webOScontent .cta ul li a {
    display: block;
    border: solid 1px #fff;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .webOScontent .cta {
    background: #111;
    padding: 2% 0;
  }
  .webOScontent .cta ul {
    text-align: center;
  }
  .webOScontent .cta ul li {
    display: inline-block;
    width: 16%;
    margin: 0 0.3%;
  }
  .webOScontent .cta ul li a {
    display: block;
    border: solid 1px #fff;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .webOScontent .cta {
    background: #111;
    padding: 2% 0;
  }
  .webOScontent .cta ul {
    text-align: center;
  }
  .webOScontent .cta ul li {
    display: inline-block;
    width: 15%;
    margin: 0 0.3%;
  }
  .webOScontent .cta ul li a {
    display: block;
    border: solid 1px #fff;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .wos1 {
    position: relative;
  }
  .webOScontent .wos1 p.title {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos1 p.stitle {
    position: absolute;
    top: 25%;
    left: 3%;
    width: 94%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .webOScontent .wos1 {
    position: relative;
  }
  .webOScontent .wos1 p.title {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos1 p.stitle {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .wos2 {
    position: relative;
  }
  .webOScontent .wos2 p.stitle2 {
    position: absolute;
    top: 54%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos2 p.title {
    position: absolute;
    top: 59%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos2 p.stitle {
    position: absolute;
    top: 74%;
    left: 3%;
    width: 94%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .webOScontent .wos2 {
    position: relative;
  }
  .webOScontent .wos2 p.stitle2 {
    position: absolute;
    top: 68%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos2 p.title {
    position: absolute;
    top: 73%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos2 p.stitle {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .wos3 {
    position: relative;
  }
  .webOScontent .wos3 p.stitle2 {
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos3 p.title {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos3 p.stitle {
    position: absolute;
    top: 26%;
    left: 3%;
    width: 94%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .webOScontent .wos3 {
    position: relative;
  }
  .webOScontent .wos3 p.stitle2 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos3 p.title {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos3 p.stitle {
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .wos4 {
    position: relative;
  }
  .webOScontent .wos4 p.stitle2 {
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos4 p.title {
    position: absolute;
    top: 11%;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos4 p.stitle {
    position: absolute;
    top: 33%;
    left: 3%;
    z-index: 10;
    width: 94%;
    text-align: center;
  }
  .webOScontent .wos4 .hiddencontent4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    width: 200px;
    margin-left: -100px;
    color: #a50034;
    cursor: pointer;
    text-align: center;
  }
  .webOScontent .wos4 .hiddencontent4 a {
    display: block;
    width: 40px;
    margin: 0 auto;
  }
  .webOScontent .wos4 .hiddencontent4 img {
    width: 100%;
  }

  #wos4content {
    display: none;
  }
  .webOScontent .wos4-1 {
    position: relative;
  }
  .webOScontent .wos4-1 a.close4 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 20;
    width: 40px;
    margin-left: -20px;
    cursor: pointer;
  }
  .webOScontent .wos4-1 a.close4 img {
    width: 100%;
  }
  .webOScontent .wos4-1 .text {
    position: absolute;
    top: 60%;
    z-index: 10;
    width: 100%;
    padding-left: 3%;
    outline: solid 0px;
  }
  .webOScontent .wos4-1 p.stitle2 {
    font-weight: bold;
    margin-top: 10%;
  }
  .webOScontent .wos4-1 p.stitle {
    text-align: left;
  }

  .webOScontent .wos4-2 {
    position: relative;
  }
  .webOScontent .wos4-2 a.close4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 40px;
    margin-left: -20px;
    cursor: pointer;
  }
  .webOScontent .wos4-2 a.close4 img {
    width: 100%;
  }
  .webOScontent .wos4-2 .text {
    position: absolute;
    top: 55%;
    z-index: 10;
    width: 100%;
    padding-left: 3%;
    outline: solid 0px;
  }
  .webOScontent .wos4-2 p.stitle2 {
    font-weight: bold;
    margin-top: 10%;
  }
  .webOScontent .wos4-2 p.stitle {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .webOScontent .wos4 {
    position: relative;
  }
  .webOScontent .wos4 p.stitle2 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos4 p.title {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos4 p.stitle {
    position: absolute;
    top: 22%;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos4 .hiddencontent4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    width: 200px;
    margin-left: -100px;
    color: #a50034;
    cursor: pointer;
    text-align: center;
  }
  .webOScontent .wos4 .hiddencontent4 a {
    display: block;
    width: 80px;
    margin: 0 auto;
  }
  .webOScontent .wos4 .hiddencontent4 img {
    width: 100%;
  }

  #wos4content {
    display: none;
  }
  .webOScontent .wos4-1 {
    position: relative;
  }
  .webOScontent .wos4-1 a.close4 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 20;
    width: 80px;
    margin-left: -40px;
    cursor: pointer;
  }
  .webOScontent .wos4-1 a.close4 img {
    width: 100%;
  }
  .webOScontent .wos4-1 .text {
    position: absolute;
    top: 17%;
    left: 50%;
    z-index: 10;
    width: 50%;
    padding-left: 3%;
    outline: solid 0px;
  }
  .webOScontent .wos4-1 p.stitle2 {
    font-weight: bold;
    margin-top: 10%;
  }

  .webOScontent .wos4-2 {
    position: relative;
  }
  .webOScontent .wos4-2 a.close4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 80px;
    margin-left: -40px;
    cursor: pointer;
  }
  .webOScontent .wos4-2 a.close4 img {
    width: 100%;
  }
  .webOScontent .wos4-2 .text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 50%;
    z-index: 20;
    padding-left: 12%;
    outline: solid 0px;
  }
  .webOScontent .wos4-2 p.stitle2 {
    font-weight: bold;
    margin-top: 20%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .wos5 {
    position: relative;
  }
  .webOScontent .wos5 p.stitle2 {
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos5 p.title {
    position: absolute;
    top: 11%;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos5 p.stitle {
    position: absolute;
    top: 26%;
    left: 3%;
    z-index: 10;
    width: 94%;
    text-align: center;
  }
  .webOScontent .wos5 .hiddencontent5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    width: 200px;
    margin-left: -100px;
    color: #a50034;
    cursor: pointer;
    text-align: center;
  }
  .webOScontent .wos5 .hiddencontent5 a {
    display: block;
    width: 40px;
    margin: 0 auto;
  }
  .webOScontent .wos5 .hiddencontent5 img {
    width: 100%;
  }

  #wos5content {
    display: none;
  }
  .webOScontent .wos5-1 {
    position: relative;
  }
  .webOScontent .wos5-1 .text {
    position: absolute;
    top: 60%;
    z-index: 10;
    width: 100%;
    padding-left: 3%;
    outline: solid 0px;
  }
  .webOScontent .wos5-1 p.stitle2 {
    font-weight: bold;
    margin-top: 10%;
  }
  .webOScontent .wos5-1 p.stitle {
    text-align: left;
  }

  .webOScontent .wos5-2 {
    position: relative;
  }
  .webOScontent .wos5-2 a.close5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    width: 40px;
    margin-left: -20px;
    cursor: pointer;
  }
  .webOScontent .wos5-2 a.close5 img {
    width: 100%;
  }
  .webOScontent .wos5-2 .text {
    position: absolute;
    top: 60%;
    z-index: 10;
    width: 100%;
    padding-left: 3%;
    outline: solid 0px;
  }
  .webOScontent .wos5-2 p.stitle2 {
    font-weight: bold;
    margin-top: 10%;
  }
  .webOScontent .wos5-2 p.stitle {
    text-align: left;
  }

  .webOScontent .wos5-3 {
    position: relative;
  }
  .webOScontent .wos5-3 a.close5 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 20;
    width: 40px;
    margin-left: -20px;
    cursor: pointer;
  }
  .webOScontent .wos5-3 a.close5 img {
    width: 100%;
  }
  .webOScontent .wos5-3 .text {
    position: absolute;
    top: 60%;
    z-index: 10;
    width: 100%;
    padding-left: 3%;
    outline: solid 0px;
  }
  .webOScontent .wos5-3 p.stitle2 {
    font-weight: bold;
    margin-top: 10%;
  }
  .webOScontent .wos5-3 p.stitle {
    text-align: left;
  }

  .webOScontent .wos5-4 {
    position: relative;
  }
  .webOScontent .wos5-4 .text {
    position: absolute;
    top: 60%;
    z-index: 10;
    width: 100%;
    padding-left: 3%;
    outline: solid 0px;
  }
  .webOScontent .wos5-4 p.stitle2 {
    font-weight: bold;
    margin-top: 10%;
  }
  .webOScontent .wos5-4 p.stitle {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .webOScontent .wos5 {
    position: relative;
  }
  .webOScontent .wos5 p.stitle2 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos5 p.title {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos5 p.stitle {
    position: absolute;
    top: 22%;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos5 .hiddencontent5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    width: 200px;
    margin-left: -100px;
    color: #a50034;
    cursor: pointer;
    text-align: center;
  }
  .webOScontent .wos5 .hiddencontent5 a {
    display: block;
    width: 80px;
    margin: 0 auto;
  }
  .webOScontent .wos5 .hiddencontent5 img {
    width: 80px;
    margin: 0 auto;
  }

  #wos5content {
    display: none;
  }
  .webOScontent .wos5-1 {
    position: relative;
  }
  .webOScontent .wos5-1 .text {
    position: absolute;
    top: 17%;
    left: 50%;
    z-index: 10;
    width: 50%;
    padding-left: 0%;
    outline: solid 0px;
  }
  .webOScontent .wos5-1 p.stitle2 {
    font-weight: bold;
    margin-top: 10%;
  }

  .webOScontent .wos5-2 {
    position: relative;
  }
  .webOScontent .wos5-2 .close5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    width: 80px;
    margin-left: -40px;
    cursor: pointer;
  }
  .webOScontent .wos5-2 .text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 50%;
    z-index: 20;
    padding-left: 12%;
    outline: solid 0px;
  }
  .webOScontent .wos5-2 p.stitle2 {
    font-weight: bold;
    margin-top: 20%;
  }

  .webOScontent .wos5-3 {
    position: relative;
  }
  .webOScontent .wos5-3 .close5 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 20;
    width: 80px;
    margin-left: -40px;
    cursor: pointer;
  }
  .webOScontent .wos5-3 .text {
    position: absolute;
    top: 17%;
    left: 50%;
    z-index: 10;
    width: 50%;
    padding-left: 0%;
    outline: solid 0px;
  }
  .webOScontent .wos5-3 p.stitle2 {
    font-weight: bold;
    margin-top: 10%;
  }

  .webOScontent .wos5-4 {
    position: relative;
  }
  .webOScontent .wos5-4 .text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 50%;
    z-index: 20;
    padding-left: 12%;
    outline: solid 0px;
  }
  .webOScontent .wos5-4 p.stitle2 {
    font-weight: bold;
    margin-top: 20%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .wos6 {
    position: relative;
  }
  .webOScontent .wos6 p.stitle2 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos6 p.title {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos6 p.stitle {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .webOScontent .wos6 {
    position: relative;
  }
  .webOScontent .wos6 p.stitle2 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos6 p.title {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos6 p.stitle {
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .wos7 {
    position: relative;
  }
  .webOScontent .wos7 p.stitle2 {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos7 p.title {
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos7 p.stitle {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .webOScontent .wos7 {
    position: relative;
  }
  .webOScontent .wos7 p.stitle2 {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos7 p.title {
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos7 p.stitle {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .wos8 {
    position: relative;
  }
  .webOScontent .wos8 p.stitle2 {
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .webOScontent .wos8 p.title {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .webOScontent .wos8 p.stitle {
    position: absolute;
    top: 24%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .webOScontent .wos8 {
    position: relative;
  }
  .webOScontent .wos8 .text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 50%;
    z-index: 20;
    padding-left: 12%;
    outline: solid 0px;
  }
  .webOScontent .wos8 p.stitle2 {
    font-weight: bold;
    margin-top: 14%;
  }
  .webOScontent .wos8 p.stitle {
    margin-top: 4%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .webOScontent .wos9 {
    background: url(../images/webos/m_webos1_bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    border-top: solid 1px #e1e1e1;
    padding-top: 9%;
    padding-bottom: 21%;
  }
  .webOScontent .wos9 div p.title {
    line-height: 90%;
    color: #111;
    margin-bottom: 24%;
    padding-bottom: 9%;
  }
  .webOScontent .wos9_txt {
    padding: 10px 0 30px 15px;
    font-size: 11px;
    color: #454545;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .webOScontent .wos9 {
    background: url(../images/webos/webos1_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    overflow: hidden;
    padding-top: 16%;
    padding-bottom: 21%;
  }
  .webOScontent .wos9 div p.title {
    line-height: 90%;
    margin-bottom: 3%;
    color: #fff;
    font-weight: 300;
    text-align: center;
  }
  .webOScontent .wos9_txt {
    padding: 20px 0 60px 30px;
    font-size: 16px;
    color: #454545;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .webOScontent .wos9 {
    background: url(../images/webos/webos1_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    overflow: hidden;
    padding-top: 16%;
    padding-bottom: 21%;
  }
  .webOScontent .wos9 div p.title {
    line-height: 90%;
    margin-bottom: 3%;
    color: #fff;
    font-weight: 300;
    text-align: center;
  }
  .webOScontent .wos9_txt {
    padding: 20px 0 60px 30px;
    font-size: 18px;
    color: #454545;
  }
}

@media only screen and (min-width: 1440px) {
  .webOScontent .wos9 {
    background: url(../images/webos/webos1_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    overflow: hidden;
    padding-top: 17%;
    padding-bottom: 21%;
  }
  .webOScontent .wos9 div p.title {
    line-height: 90%;
    margin-bottom: 3%;
    color: #fff;
    font-weight: 300;
    text-align: center;
  }
  .webOScontent .wos9_txt {
    padding: 20px 0 60px 30px;
    font-size: 20px;
    color: #454545;
  }
}
</pre></body></html>