@charset "UTF-8";

/* index
----------------------------*/

/* index-intro */

.index .c-contents {
  padding-top: 15px;
}

/* index-intro */

.index-intro {}

.index-introImg {
  width: 100%;
}

/* index-more */

.index-more {
  margin-top: 25px;
}

.index-moreHead {
  background: #1068b3;
  text-align: left;
  color: #ffffff;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: normal;
  text-decoration: none;
  padding: 14px 13px;
  margin-bottom: 14px;
}

.index-moreHeadBanar {
  width: 100%;
}

.index-moreBanar_wrap {
  overflow: hidden;
  overflow: hidden;
  margin-top: 13px;
}

.index-moreBanar_outer:first-child {
  float: left;
}

.index-moreBanar_outer {
  background: #fff;
  overflow: hidden;
  display: inline;
  float: right;
  width: 413px;
}

.index-moreBanar_outerLink {
  float: left;
}

.index-moreBanar:hover {
  opacity: 0.8;
}

.index-moreBanar {
  width: 100%;
}

/* index c-info */

.index .c-info {
  margin-top: 28px;
}

/* index c-side */
.index .c-sideMore {
  display: none;
}

.index .c-sidePick {
  margin-top: 0px;
}

.point{position: relative;}
.point .clickpoint_01{position: absolute;right: 2%;bottom: 3%;width: 22.44%;height: 19%;}

/* responsive
----------------------------*/

@media screen and (max-width: 767px) {

  /* index-intro */
  .index .c-contents {
    padding-bottom: 25px;
  }

  /* index-intro */
  .index-intro {}

  .index-introImg {
    width: 100%;
  }

  /* index-more */
  .index-more {
    display: none;
    margin-top: 15px;
  }

  .index-moreHead {
    background: #1068b3;
    text-align: left;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: normal;
    text-decoration: none;
    padding: 3px 13px 1px 13px;
    margin-bottom: 14px;
  }

  .index-moreHeadBanar {
    width: 100%;
  }

  .index-moreBanar_wrap {}

  .index-moreBanar_outer:first-child {
    float: none;
  }

  .index-moreBanar_outer {
    background: #fff;
    overflow: hidden;
    display: inline;
    float: none;
    width: 100%;
  }

  .index-moreBanar_outerLink {
    float: none;
  }

  .index-moreBanar:hover {}

  .index-moreBanar {}

  .index-moreBanar_outer:first-child .index-moreBanar {
    margin-top: 0px;
  }

  .index-moreBanar_outer .index-moreBanar {
    margin-top: 10px;
  }

  /* index c-info */
  .index .c-info {}

  /* index c-side */
  .index .c-sideMore {
    display: block;
  }

  .index .c-sidePick {
    margin-top: 31px;
  }

  .index .c-sideEvent {
    margin-top: 31px;
  }
}
