@charset "UTF-8";
html, body {
  height: 100%;
}

#header {
  position: relative;
  height: 100%;
  min-height: 500px;
  padding: 0 60px 80px;
  margin-bottom: 100px;
  background-color: #f9f8f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header .signalhd_logo {
  position: absolute;
  top: 35px;
  right: 60px;
  z-index: 3;
}
#header .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
#header .cont #h_logo {
  padding-top: 35px;
  margin-right: 40px;
}
#header .cont #nav {
  height: 60px;
  position: relative;
  padding-top: 25px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#header .cont #nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .cont #nav ul.signal_nav {
  margin-bottom: 5px;
}
#header .cont #nav ul.signal_nav li {
  margin-right: 20px;
}
#header .cont #nav ul.signal_nav li a {
  font-size: 12px;
  color: #eb6b6c;
  letter-spacing: .05em;
}
#header .cont #nav ul.signal_nav li a:hover {
  text-decoration: underline;
}
#header .cont #nav ul.main_nav li {
  margin-right: 50px;
}
#header .cont #nav ul.main_nav li a {
  font-size: 16px;
  letter-spacing: .1em;
  color: #231815;
}
#header .cont #nav ul.main_nav li a:hover {
  color: #eb6b6c;
}
#header .cont #mainvis {
  width: 100%;
  height: calc(100% - 120px);
  position: absolute;
  top: 120px;
  left: 0;
}
#header .cont #mainvis .row {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header .cont #mainvis .row .one {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#main .ttl {
  text-align: center;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #eb6b6c;
  margin-bottom: 60px;
}
#main .subttl {
  font-size: 43px;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  margin-bottom: 40px;
}
#main .desc {
  font-size: 1.125em;
  text-align: center;
  line-height: 2;
}
#main #sec_01 {
  padding-top: 5em;
}
#main #sec_01 .img {
  margin: 140px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main #sec_01 .img img {
  width: 33%;
  height: auto;
}
#main #sec_02 {
  margin-top: 6.4375em;
  padding-top: 5em;
}
#main #sec_02 .cont_wrap {
  margin-top: 6em;
}
#main #sec_02 .cont_wrap h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  color: #eb6b6c;
  margin-bottom: 35px;
}
#main #sec_02 .cont_wrap ul.service_list {
  width: 830px;
  margin: 0 auto 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 70px;
}
#main #sec_02 .cont_wrap ul.service_list li a {
  display: block;
  text-align: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #fbe9e9;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
}
#main #sec_02 .cont_wrap ul.service_list li a h4 {
  display: table;
  position: relative;
  font-size: 23px;
  font-weight: 500;
  color: #eb6b6c;
  margin: 0 auto 10px;
  letter-spacing: .08em;
  z-index: 2;
  line-height: 1.2;
}
#main #sec_02 .cont_wrap ul.service_list li a h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #f8f8f6;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#main #sec_02 .cont_wrap ul.service_list li a:hover {
  opacity: .6;
}
#main #sec_02 .cont_wrap .products h3 {
  font-size: 24px;
  letter-spacing: .1em;
}
#main #sec_02 .cont_wrap .products ul {
  width: 1150px;
  margin: -30px auto 0;
}
#main #sec_02 .cont_wrap .products ul li {
  margin-bottom: 50px;
}
#main #sec_02 .cont_wrap .products ul li a, #main #sec_02 .cont_wrap .products ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .3s;
  transition: .3s;
}
#main #sec_02 .cont_wrap .products ul li a:hover {
  opacity: .7;
}
#main #sec_02 .cont_wrap .products ul li .detail {
  width: 785px;
  border-top: 2px solid #eb6b6c;
  padding-top: 45px;
}
#main #sec_02 .cont_wrap .products ul li .detail h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  margin-bottom: 25px;
  letter-spacing: .1em;
}
#main #sec_02 .cont_wrap .products ul li .detail h4 img {
  margin-right: 20px;
}
#main #sec_02 .cont_wrap .products ul li .detail h5 {
  font-size: 24px;
  color: #eb6b6c;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
#main #sec_02 .cont_wrap .products ul li .detail ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main #sec_02 .cont_wrap .products ul li .detail ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 250px;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eb6b6c;
  color: #fff;
  font-size: 19px;
  letter-spacing: .05em;
  border-radius: 10px;
  margin-bottom: 0;
}
#main #sec_02 .cont_wrap .products ul li:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#main #sec_02 .cont_wrap .products ul li:nth-child(2n) .detail {
  border-top: 2px solid #06c755;
}
#main #sec_02 .cont_wrap .products ul li:nth-child(2n) .detail h5 {
  color: #06c755;
}
#main #sec_02 .cont_wrap .products ul li:nth-child(2n) .detail ol li {
  background: #06c755;
}
#main #sec_02 .cont_wrap .products ul .img {
  margin: 0;
}
#main #sec_03 {
  min-width: 620px;
  width: 80.8%;
  margin: 170px auto 0;
  padding-top: 8.5em;
  background-image: url(../images/top/bdr.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}
#main #sec_03 .cont {
  margin: 3.125em auto 0;
  overflow: hidden;
}
#main #sec_03 .cont dl dt {
  float: left;
  clear: both;
  font-size: 0.9375em;
}
#main #sec_03 .cont dl dd {
  float: right;
  font-size: 0.9375em;
  white-space: keep-all;
}
#main #sec_03 .cont .left {
  width: 49%;
  padding-left: 20px;
  float: left;
  border-left: #656464 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -300px;
  padding-bottom: 300px;
}
#main #sec_03 .cont .left dt {
  width: 16%;
}
#main #sec_03 .cont .left dd {
  width: 84%;
  margin-bottom: 34px;
}
#main #sec_03 .cont .left dd:last-child {
  margin-bottom: 0;
}
#main #sec_03 .cont .right {
  width: 49%;
  padding-left: 20px;
  float: right;
  border-left: #656464 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -300px;
  padding-bottom: 300px;
}
#main #sec_03 .cont .right dt {
  width: 25%;
}
#main #sec_03 .cont .right .mt {
  margin-top: 1.6em;
}
#main #sec_03 .cont .right dd {
  width: 75%;
}
#main #sec_04 {
  margin-top: 1.25em;
  padding-top: 5em;
}
#main #sec_04 #form {
  margin-top: 3.4375em;
}
#main #sec_04 #form table tr td input {
  width: 100%;
  background: none;
  border: none;
}
#main #sec_04 #form table tr td select {
  width: 100%;
  background: none;
  border: none;
}
#main #sec_04 #form table tr td textarea {
  width: 100%;
  background: none;
  border: none;
}
#main #sec_04 #form table tr td:last-child {
  margin-bottom: 0;
}
#main #sec_04 #form .privacy-intro {
  min-width: 620px;
  width: 47%;
  margin: 0 auto 20px;
  font-size: 12px;
}
#main #sec_04 #form .privacy-policy {
  min-width: 620px;
  width: 47%;
  height: 190px;
  margin: 0 auto;
  overflow: auto;
  background: #f9f8f6;
  font-size: 12px;
  line-height: 1.4;
  padding: 1em;
}
#main #sec_04 #form .privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 10px 0;
}
#main #sec_04 #form .privacy-check input {
  margin-right: 5px;
}
#main #sec_04 #form .privacy-check label {
  font-size: 12px;
  font-weight: bold;
}
#main #sec_04 #form #submit_btn {
  opacity: .4;
}
#main #sec_04 #form #submit_btn.active {
  opacity: 1;
}

@media screen and (max-width: 1800px) {
  #main #sec_02 .cont_wrap .cont .left .subttl {
    font-size: 1.4em;
  }
  #main #sec_02 .cont_wrap .cont .right .desc {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1380px) {
  #main #sec_02 .cont_wrap .cont .left .subttl {
    font-size: 1.2em;
  }
  #main #sec_02 .cont_wrap .cont .right .desc {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1200px) {
  #main #sec_02 .cont_wrap .cont .top {
    min-height: 50px;
  }
  #main #sec_02 .cont_wrap .cont .left .subttl {
    font-size: 1.1em;
  }
  #main #sec_02 .cont_wrap .cont .right .desc {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1100px) {
  #main #sec_02 .cont_wrap .cont .left .subttl {
    font-size: 1em;
  }
  #main #sec_02 .cont_wrap .cont .right .desc {
    font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
  #header {
    height: auto;
    min-height: inherit;
    padding: 2.835em 7%;
    margin-bottom: 60px;
    /* クリックエリアと位置を指定 ---------------------- */
    /* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
    /* 3本線の各線の位置を指定 ---------------------- */
    /* 最上部の線のスタイル ---------------------- */
    /* 上から2番目の線のスタイル ---------------------- */
    /* 最下部の線のスタイル ---------------------- */
  }
  #header .signalhd_logo {
    position: static;
    width: 45%;
    margin: 0 auto 1em 0;
  }
  #header .hamburger_area {
    position: absolute;
    top: 14vw;
    right: 4%;
    width: 60px;
    height: auto;
    float: right;
    z-index: 1000;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #header .hamburger_area.is-active {
    position: fixed;
    top: 20px;
    right: 30px;
  }
  #header .hamburger_area:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 1:1 */
  }
  #header .btnHamburger {
    position: absolute;
    width: 60px;
    /* クリックエリアの横幅*/
    height: 60px;
    /* クリックエリアの高さ*/
    margin: 0;
    cursor: pointer;
    z-index: 1000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #header .btnHamburger.is-active .txt {
    opacity: 0;
  }
  #header .btnHamburger .line {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 32px;
    /* 横幅 */
    height: 2px;
    /* 1本辺りの高さ */
    background: #333;
    /* 線の色 */
    /* 適用するプロパティ、変化する時間、変化する速度 */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header .btnHamburger .line_01 {
    top: 20px;
  }
  #header .btnHamburger .line_02 {
    top: 30px;
  }
  #header .btnHamburger .line_03 {
    top: 40px;
  }
  #header .btnHamburger.is-active .line_01 {
    top: 30px;
    /* 上から2番目の線の位置に変更 */
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  #header .btnHamburger.is-active .line_02 {
    opacity: 0;
  }
  #header .btnHamburger.is-active .line_03 {
    top: 30px;
    /* 上から2番目の線の位置に変更 */
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  #header .cont {
    display: block;
  }
  #header .cont #h_logo {
    text-align: left;
    padding-top: 20px;
    width: 75%;
  }
  #header .cont #mv_sp {
    margin-top: 4em;
    padding-bottom: 20px;
  }
  #header .cont #nav.spnav {
    height: 100vh;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 999;
    background: #F4F4F2;
    padding: 60px 0;
    border: 20px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    text-align: left;
    overflow: auto;
  }
  #header .cont #nav.spnav > ul {
    display: block;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    border-top: 2px solid #fff;
  }
  #header .cont #nav.spnav > ul > li {
    position: relative;
    margin: 0;
    border-bottom: 2px solid #fff;
  }
  #header .cont #nav.spnav > ul > li > a {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #333;
    letter-spacing: .1em;
    padding: .5em 8%;
  }
  #header .cont #nav.spnav > ul > li .social {
    height: 28px;
  }
  #header .cont #nav.spnav > ul > li .social img {
    height: 100%;
  }
  #header .cont #nav.spnav ul.signal_nav {
    border-top: none;
    margin-top: 30px;
  }
  #header .cont #nav.spnav ul.signal_nav li {
    border: none;
  }
  #header .cont #nav.spnav ul.signal_nav li a {
    font-size: 13px;
    color: #E76B6C;
    padding: 10px 8%;
  }
  #header .cont #nav.spnav .nav_logo {
    position: absolute;
    width: 65%;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }

  #main .ttl {
    font-size: 16px;
    margin-bottom: 35px;
  }
  #main .subttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #main .desc {
    font-size: 1.5em;
  }
  #main #sec_01 {
    padding-top: 0;
  }
  #main #sec_01 .desc {
    padding: 0 6%;
    text-align: left;
  }
  #main #sec_01 .img {
    margin-top: 40px;
  }
  #main #sec_02 {
    margin-top: 0;
    padding-top: 60px;
  }
  #main #sec_02 .desc {
    padding: 0 6%;
    text-align: left;
  }
  #main #sec_02 .cont_wrap {
    margin-top: 35px;
  }
  #main #sec_02 .cont_wrap h3 {
    font-size: 14px;
  }
  #main #sec_02 .cont_wrap ul.service_list {
    width: 90%;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  #main #sec_02 .cont_wrap ul.service_list li {
    margin-top: -20px;
  }
  #main #sec_02 .cont_wrap ul.service_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 140px;
    height: 140px;
    padding-top: 0;
  }
  #main #sec_02 .cont_wrap ul.service_list li a h4 {
    display: table;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #eb6b6c;
    margin: 0 auto 10px;
    letter-spacing: .08em;
    z-index: 2;
    line-height: 1.2;
  }
  #main #sec_02 .cont_wrap ul.service_list li a h4::after {
    content: "";
    height: 3px;
  }
  #main #sec_02 .cont_wrap ul.service_list li:nth-child(3) {
    margin: -20px calc(50% - 70px) 0;
  }
  #main #sec_02 .cont_wrap .products h3 {
    font-size: 16px;
    letter-spacing: .1em;
    margin-bottom: 40px;
  }
  #main #sec_02 .cont_wrap .products ul {
    width: 90%;
    margin: 0 auto;
  }
  #main #sec_02 .cont_wrap .products ul li {
    margin-bottom: 50px;
  }
  #main #sec_02 .cont_wrap .products ul li a, #main #sec_02 .cont_wrap .products ul li span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main #sec_02 .cont_wrap .products ul li .detail {
    width: 58%;
    border-top: 2px solid #eb6b6c;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 50px;
  }
  #main #sec_02 .cont_wrap .products ul li .detail h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  #main #sec_02 .cont_wrap .products ul li .detail h4 img {
    width: 80px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #main #sec_02 .cont_wrap .products ul li .detail h5 {
    font-size: 13px;
    color: #eb6b6c;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #main #sec_02 .cont_wrap .products ul li .detail ol {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    bottom: 0;
  }
  #main #sec_02 .cont_wrap .products ul li .detail ol li {
    width: 32.5%;
    height: auto;
    line-height: 2.4em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #eb6b6c;
    color: #fff;
    font-size: 10px;
    letter-spacing: normal;
    border-radius: 5px;
    margin-bottom: 0;
  }
  #main #sec_02 .cont_wrap .products ul li:nth-child(2n) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #main #sec_02 .cont_wrap .products ul li:nth-child(2n) .detail {
    border-top: 2px solid #06c755;
    padding-left: 20px;
  }
  #main #sec_02 .cont_wrap .products ul li:nth-child(2n) .detail h4 img {
    padding: 10px 0;
    width: 150px;
  }
  #main #sec_02 .cont_wrap .products ul li:nth-child(2n) .detail h5 {
    color: #06c755;
  }
  #main #sec_02 .cont_wrap .products ul li:nth-child(2n) .detail ol li {
    background: #06c755;
  }
  #main #sec_02 .cont_wrap .products ul li .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 42%;
  }
  #main #sec_02 .cont_wrap .products ul .img {
    margin: 0;
  }
  #main #sec_03 {
    min-width: inherit;
    padding-top: 0;
    margin-top: 120px;
    background-image: none;
  }
  #main #sec_03 .cont {
    width: 100%;
  }
  #main #sec_03 .cont dl dt,
  #main #sec_03 .cont dl dd {
    font-size: 1.5em;
  }
  #main #sec_03 .cont dl dt {
    width: 28% !important;
  }
  #main #sec_03 .cont dl dd {
    width: 72% !important;
  }
  #main #sec_03 .cont .left {
    width: 100%;
    padding-left: 0;
    border: none;
    float: none;
  }
  #main #sec_03 .cont .left dd {
    margin-bottom: 20px;
  }
  #main #sec_03 .cont .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    border: none;
    float: none;
  }
  #main #sec_03 .cont .right .mt {
    margin-top: 30px;
  }
  #main #sec_04 {
    margin-top: 0;
    padding-top: 3.25em;
  }
  #main #sec_04 #form {
    margin-top: 2em;
  }
  #main #sec_04 #form .privacy-intro {
    width: 76.57%;
    min-width: inherit;
    margin-top: 20px;
    font-size: 11px;
  }
  #main #sec_04 #form .privacy-policy {
    width: 76.57%;
    height: 150px;
    font-size: .9em;
    min-width: inherit;
  }
  #main #sec_04 #form .privacy-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 10px 0;
  }
  #main #sec_04 #form .privacy-check input {
    margin-right: 5px;
  }
  #main #sec_04 #form .privacy-check label {
    font-size: 12px;
    font-weight: bold;
  }
  #main #sec_04 #form #submit_btn {
    opacity: .4;
  }
  #main #sec_04 #form #submit_btn.active {
    opacity: 1;
  }
}

/*# sourceMappingURL=top.css.map */