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

@media only screen and (min-width: 769px), print {
  .main-visual {
    position: relative;
    height: 316px; /* 高さを固定（上下切れない） */
   /*  overflow: hidden;*/
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-visual img,
  .main-visual iframe {
    height: 100%;      /* 高さを固定に合わせる（上下切れない） */
    width: auto;       /* 横は自動調整（見切れてOK） */
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .main-visual {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #FFF;
    display: block;
  }

  .main-visual img {
    width: 140%;            /* 100% ÷ (1 - 0.18 × 2) = 約136% */
    height: auto;
    display: block;
    margin-left: -20%;      /* 左右18%をカット＝左に18%ずらす */
  }
}

.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: 100%;
    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) {
}

.container {
  font-family: "Noto Sans JP", sans-serif; /* 好きなフォントに変更 */
}

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

.page-body {
  padding: 0; }

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

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

.margin {
margin-top: -0.5em;
}


.time-schedule {
  min-width: 400px;
  max-width: 400px;
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 6px solid #3962ad;
  box-sizing: border-box;
}

.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time-schedule span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 0;
  background: #3962ad;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
}

.time-schedule .sch_title {
  font-size: 16px;
  font-weight: 700;
}

.time-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}


body {
  font-family: "Helvetica Neue", "Yu Gothic", sans-serif;
  background-color: #f8f9fa;
  padding: 2rem;
}

.sparkle-event-table {
  width: 100%;
max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sparkle-event-table th,
.sparkle-event-table td {
  padding: 1rem 1.5rem;
  text-align: left;
}

.sparkle-event-table th {
  background-color: #343a40;
  color: white;
  font-weight: normal;
  width: 30%;
  white-space: nowrap;
}

.sparkle-event-table td {
  background-color: #fdfdfd;
  border-top: 1px solid #eee;
}

.sparkle-event-table tr:first-child td {
  border-top: none;
}


.event-table {
  width: 100%;
max-width: 960px;
  margin: 2rem auto;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.event-table th,
.event-table td {
  padding: 1rem 1.5rem;
  text-align: left;
}

.event-table th {
  background-color: #343a40;
  color: #fff;
  width: 30%;
}

.event-table td {
  background-color: #fafafa;
  border-top: 1px solid #eee;
}





.event-table2 {
  width: 100%;
max-width: 960px;
  margin: 2rem auto;
  border-collapse: collapse;
  font-size: 1rem;
}

.event-table2 th,
.event-table2 td {
  padding: 0.8rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.event-table2 th {
  font-weight: bold;
  color: #333;
  background: none;
}


.event-table3 {
  width: 100%;
  max-width: 960px;
  margin: 3rem auto;
  border: 1px solid rgba(61, 77, 141, 0.84);
  border-collapse: collapse;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  color: rgba(0, 0, 0, 1);
  box-shadow: 0 0 15px rgba(61, 77, 141, 0.84);
  overflow: hidden;
}

.event-table3 th,
.event-table3 td {
  text-align: center;
}

.event-table3 th {
  padding: 3rem;
  background-color: #3962ad;
  color: #ffffff;
  font-weight: 800;
  width: 30%;
  border-right: 1px solid #93b9ff;
    /* 追加する罫線（白色） */
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.event-table3 td {
  padding:  3rem 0rem  3rem 4rem;
  text-align: start;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgba(111, 130, 207, 0.792);
}