@charset "UTF-8";
/* ================================================== */
/* トップ画像追加
/* ================================================== */

@media only screen and (min-width: 769px) ,print {

.main-visual {
    position: relative;
    height: 0;
    padding-top: 0;
    padding-bottom: 316px;
    overflow: hidden;
    background: #FFF;
}

.main-visual iframe, .main-visual img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 960px;
    height: 316px;
}

}

@media only screen and (max-width: 768px) {

.main-visual {
    position: relative;
    height: 0;
    padding-top: 0;
    padding-bottom: 205px;
    overflow: hidden;
    background: #FFF;
}

.main-visual iframe, .main-visual img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: auto;
}

}

.page-header .page-title {
    /* z-index: 1; */
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    /* height: 0; */
    /* padding: 0 25px 0 10px; */
    /* -webkit-filter: drop-shadow(3px 0 7px rgba(0,0,0,0.1)); */
    /*-moz-filter: drop-shadow(3px 0 7px rgba(0,0,0,0.1));*/
    /* filter: drop-shadow(3px 0 7px rgba(0,0,0,0.1)); */
}
.main-visual + .conversion-links ul {
    /*-webkit-justify-content: flex-end;
    justify-content: flex-start;
    height: 60px;
    padding: 0 48px;
    font-size: 1.6rem; */
    height: 48px;
    justify-content: start;
    width: 960px;
    margin: 0 auto;
    padding: 0 30 0 0;
    font-size: 1.4rem;
}

.main-visual + .conversion-links {
    position: relative;
    width: 100%;
    margin: -48px auto 0;
}
/* ================================================== */
/* header
/* ================================================== */

.page-header .page-title {
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #fff; }

.page-header .page-title span {
  width: 100%;
  height: 40px;
  color: transparent;
  background-image: url(../../../../img/sp/page/solution/software/galaxy_eye/logo.png);
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  font: 0/0 a;
  text-shadow: none; }

@media only screen and (min-width: 769px) ,print {

  .page-header {
    position: relative; }
/*
  .page-header .page-title {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 128px;
    padding: 0 25px 0 10px;
    -webkit-filter: drop-shadow(3px 0 7px rgba(0,0,0,0.1));
       -moz-filter: drop-shadow(3px 0 7px rgba(0,0,0,0.1));
            filter: drop-shadow(3px 0 7px rgba(0,0,0,0.1)); }

  .page-header .page-title::before {
    display: block;
    position: absolute;
    top: 0;
    left: -128px;
    width: 128px;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0 128px 128px 0;
    border-color: transparent #fff transparent transparent; }
*/
  .page-header .page-title span {
    width: 266px;
    height: 78px;
    background-image: url(../../../../img/page/solution/software/galaxy_eye/logo.png); }

}

@media only screen and (max-width: 768px) {

  .page-header .page-title span {
    background-size: contain; }

}

/* ================================================== */
/* main
/* ================================================== */

/* ------------------------- */
/* section
/* ------------------------- */

.section {
  position: relative; }

@media only screen and (min-width: 769px) ,print {
}

@media only screen and (max-width: 768px) {
}

/* ------------------------- */
/* page-body
/* ------------------------- */

.page-body {
  padding: 0; }

@media only screen and (min-width: 769px) ,print {
}

@media only screen and (max-width: 768px) {
}
