@charset "utf-8";

body {
  background-color: #FFFFFF;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  /* Preferred icon size */
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  color: #FFFFFF;
  margin-left: 10px;
  padding-top: 10px;
}

#aTop {
  background-image: url(../images/icons/top01.png);
}

#aTel {
  background-image: url(../images/icons/tel01.png);
}

#aFB {
  background-image: url(../images/icons/facebook01.png);
}

#aIns {
  background-image: url(../images/icons/instagram01.png);
}

#aTikTok {
  background-image: url(../images/icons/tiktok01.png);
}

#aDload {
  background-image: url(../images/icons/dload01.png);
}

#aNew {
  background-image: url("../images/icons/linknew01.png");
}

#aNav {
  background-image: url("../images/icons/nav01.png");
}

.advert {
  display: flex;
  position: relative;
  box-sizing: border-box;
  gap: 0;
  flex-direction: column;
  position: fixed;
  width: 400px;
  top: 20px;
  margin-left: calc((100vw - 400px) / 2);
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  padding: 15px;
  text-align: center;
}

.advertOff {
  display: none;
}

.advert img {
  width: 100%;
  display: block;
}

.advert h1 {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 190%;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 120%;
}

.advert h2 {
  font-family: 'Open Sans', sans-serif;
  color: #0abdff;
  font-size: 130%;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 140%;
}

.advert p {
  font-family: 'Roboto', sans-serif;
  color: #292929;
  font-size: 90%;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
  text-align: center;
}
.advertClose {
 position: absolute;
 top: 0;
 right: 0;
}

.advertClose img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 190%;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 120%;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  color: #0abdff;
  font-size: 130%;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 140%;
}

h2 strong {
  font-weight: 700;
}

h3 {
  font-family: 'Roboto', sans-serif;
  color: #097DA8;
  font-size: 120%;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 140%;
}

h3 strong {
  font-weight: 700;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #292929;
  font-size: 100%;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: left;
}

p strong {
  font-weight: 700;
}

ul {
  font-family: 'Roboto', sans-serif;
  color: #292929;
  font-size: 100%;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
}

.ceneItem {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999
}

.cene p {
  color: #292929;
  font-size: 100%;
  font-weight: 400;
  margin-top: 0px;
  line-height: 110%;
  margin-bottom: 10px;
  text-align: left;
}

.cene h3 {
  margin-right: 10px;
}

.ceneItemHead p {
  color: #999999;
}

.clearAll {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

.onlyDesk {
  display: block;
}

.onlyMob {
  display: none;
}

.head {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dddddd;
  background-image: url(../images/sep-header.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 35% auto;
}

.headCont {
  max-width: 1200px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.headLogo {
  float: left;
}

.headLogo img {
  height: 80px;
  width: auto;
  margin-top: 10px;
}

.headMenu {
  float: right;
  display: flex;
  gap: 20px;
}

.headMenu a {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  background-color: #742a76;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  transition-duration: 0.3s;
}

.headMenu a:hover {
  background-color: #00A3FF;
  border-radius: 25px;
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Safari */
  transform: scale(1.3, 1.3);
}

.MMmain {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
  height: auto;
}

.mmenu {
  background-color: #00A3FF;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  transition-duration: 0.5s;
  background-image: url(../images/sep-footer.png);
  background-repeat: repeat-x;
  background-position: 100px top;
  background-size: 35% auto;
}

.mmenuOFF {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition-duration: 0.5s;
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url(../images/sep-footer.png);
  background-repeat: repeat-x;
  background-position: 100px top;
  background-size: 35% auto;
}

.mmElm {
  width: 23%;
}

.MMmain a {
  height: 50px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 25px 25px 10px;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 100%;
  font-weight: 300;
  line-height: 50px;
  padding-left: 20px;
  text-decoration: none;
  transition-duration: 0.3s;
  background-image: url(../images/icons/link02.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: right top;
  margin-top: 20px;
  margin-bottom: 20px;
}

.MMmain a:hover {
  background-color: #742a76;
  -ms-transform: scale(1.05, 1.50);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.50);
  /* Safari */
  transform: scale(1.05, 1.05);
  color: #FFFFFF;
  background-position: right bottom;
  border-radius: 10px 25px 25px 10px;
}

.mainWhite {
  background-color: #FFFFFF;
}

.mainIllust {
  background-color: #FFFFFF;
}

.main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}

.mainSep01 {
  background-color: #00A3FF;
  background-image: url(../images/sep-both.png);
  height: 80px;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.mainSep02 {
  background-color: #ddcb00;
  background-image: url(../images/sep-both.png);
  height: 80px;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.mainSep03 {
  background-color: #42BD1D;
  background-image: url(../images/sep-both.png);
  height: 80px;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.mainSepGrey {
  background-color: #dddddd;
  background-image: url(../images/sep-both.png);
  height: 20px;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.mainSepGrey1 {
  background-color: #dddddd;
  background-image: url(../images/sep-both.png);
  height: 10px;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.mainMM {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}

.illust {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.elm {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-self: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.elmNoPad {
  margin-top: 0px;
  margin-bottom: 0px;
}

.horizontalScroll {
  overflow-x: auto;
  white-space: normal;
}

.elmTTL {
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.elm img {
  width: 100%;
  display: block;
}

.elmPhotoOver {
  position: absolute;
  background-image: url(../images/triangle1.png);
  width: 60px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  top: 40px;
  left: -59px;
}

.elmPhotoOver1 {
  position: absolute;
  background-image: url(../images/triangle2.png);
  width: 60px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  top: 40px;
  left: 0px;
}

.elmPhotoOver2 {
  position: absolute;
  background-image: url(../images/triangle2.png);
  width: 60px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  top: 40px;
  right: -59px;
}

.e2of16 {
  flex-basis: 0;
  flex-grow: 2;
}

.e3of16 {
  flex-basis: 0;
  flex-grow: 3;
}

.e4of16 {
  flex-basis: 0;
  flex-grow: 4;
}

.e5of16 {
  flex-basis: 0;
  flex-grow: 5;
}

.e6of16 {
  flex-basis: 0;
  flex-grow: 6;
}

.e7of16 {
  flex-basis: 0;
  flex-grow: 7;
}

.e8of16 {
  flex-basis: 0;
  flex-grow: 8;
}

.e9of16 {
  flex-basis: 0;
  flex-grow: 9;
}

.e10of16 {
  flex-basis: 0;
  flex-grow: 10;
}

.e11of16 {
  flex-basis: 0;
  flex-grow: 11;
}

.e12of16 {
  flex-basis: 0;
  flex-grow: 12;
}

.e13of16 {
  flex-basis: 0;
  flex-grow: 13;
}

.col3to2 {
  column-count: 3;
  column-fill: balance;
  column-gap: 20px;
}

.elmImg {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.links a {
  height: 50px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 25px 25px 10px;
  background-color: #00A3FF;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: 400;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 70px;
  text-decoration: none;
  transition-duration: 0.3s;
  background-image: url(../images/icons/link02.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: right bottom;
}

.links a:hover {
  background-color: #00A3FF;
  -ms-transform: scale(1.05, 1.50);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.50);
  /* Safari */
  transform: scale(1.05, 1.05);
  color: #FFFFFF;
  background-position: right top;
}

.mainFoot {
  background-color: #666666;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-image: url(../images/sep-footer.png);
  background-position: center top;
  background-size: 35% auto;
  background-repeat: repeat-x;
}

.elmFoot {
  padding-top: 0px;
  width: 31%;
  margin-bottom: 10px;
}

.mainFoot p {
  font-family: 'Roboto', sans-serif;
  color: #C7C7C7;
  font-size: 70%;
  font-weight: 400;
  margin-top: 10px;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: left;
}

.linksFoot a {
  height: 50px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 25px 25px 10px;
  background-color: #7C7C7C;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: 300;
  line-height: 50px;
  padding-left: 20px;
  text-decoration: none;
  transition-duration: 0.3s;
  background-image: url(../images/icons/link02.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: right bottom;
  margin-bottom: 20px;
  margin-top: 0px;
}

.linksFoot a:hover {
  background-color: #00A3FF;
  -ms-transform: scale(1.05, 1.50);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.50);
  /* Safari */
  transform: scale(1.05, 1.05);
  color: #FFFFFF;
  background-position: right top;
}

.MID------------- {}

@media only screen and (max-width: 1000px) {
  .mmElm {
    width: 47%;
  }
}

.MOB------------- {}

@media only screen and (max-width: 780px) {
  .advert {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;

  }

  .onlyDesk {
    display: none;
  }

  .onlyMob {
    display: block;
  }

  .head {
    background-position: center bottom;
    background-size: 75% auto;
  }

  .headCont {
    background-image: none;
  }

  .headLogo img {
    height: 50px;
    width: auto;
    margin-top: 25px;
  }

  .main {
    display: block;
  }

  .mainSep01 {
    height: 60px;
    background-position: 200px center;
    background-size: auto 60px;
    background-repeat: repeat-x;
  }

  .MMmain {
    display: block;
  }

  .mmenu {
    background-repeat: repeat-x;
    background-position: -20px top;
    background-size: 75% auto;
  }

  .mmenuOFF {
    background-repeat: repeat-x;
    background-position: -20px top;
    background-size: 75% auto;
  }

  .mmElm {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .illust {}

  .elmPhotoOver {
    position: absolute;
    background-image: url(../images/triangle.png);
    width: 120px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    top: -79px;
    left: 20px;
  }

  .elmPhotoOver1 {
    position: absolute;
    background-image: url(../images/triangle3.png);
    width: 120px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    top: 0px;
    left: 20px;
  }

  .elmPhotoOver2 {
    position: absolute;
    background-image: url(../images/triangle.png);
    width: 120px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    top: -59px;
    left: 20px;
  }

  .elmRightMrgn {
    padding-left: 30px;
  }

  .col3to2 {
    column-count: 2;
  }

  .mainFoot {
    background-size: 75% auto;
  }

  .elmFoot {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .linksFoot a {
    margin-top: 20px;
  }
}