.gigaindex {
  position: relative;
}
.gigaindex .head {
  position: relative;
  z-index: 1;
}
.gigaindex .free-custom {
  width: 980px;
  position: relative;
  z-index: 2;
  border: none;
  font-size: 16px;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gi {
  min-height: 500px;
  background-color: #00a93a;
  padding-bottom: 20px;
}
.gi a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1.0;
  text-decoration: none;
}
.gi a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
  text-decoration: none;
}
.gi .titleimg {
  width: 980px;
  height: 450px;
  background: #00a93a url(/feature/gigaindex/4147/img/topimage.png) no-repeat center bottom;
}
.gi .leadtext {
  padding: 240px 0 0 80px;
  width: 440px;
  font-size: 1.05em;
}
.gi .section2 {
  width: 900px;
  margin: 20px auto;
  padding: 20px;
  background: #ffffff url(/feature/gigaindex/4147/img/_bg_yellowdot.png);
}
.gi .section2 .subhead {
  display: block;
  margin: 0 auto 20px;
}
.gi .section2 .contents > .item {
  display: inline-block;
  vertical-align: top;
}
.gi .section2 .contents > .arti {
  margin-right: 18px;
}
.gi .section2 .contents .list-title {
  width: 100%;
  counter-reset: num;
}
.gi .section2 .contents .bt-more {
  margin-top: -13px;
  text-align: right;
}
.gi .section2 .contents .bt-more a:hover {
  opacity: 1.0;
}
.gi .section2 .contents .bt-more.blue {
  margin-bottom: 16px;
}
.gi .section2 .contents .arti-list {
  width: 570px;
  border-style: solid;
  border-width: 0 3px 3px;
  background-color: #ffffff;
  padding: 10px 20px;
  font-size: 0;
}
.gi .section2 .contents .arti-list > .item {
  border-bottom-style: dashed;
  border-width: 3px;
  overflow: hidden;
  padding: 8px 0;
}
.gi .section2 .contents .arti-list > .item:last-child {
  border: none;
}
.gi .section2 .contents .arti-list > .item > .anc {
  color: #000;
  display: block;
}
.gi .section2 .contents .arti-list > .item > .anc:before {
  color: #fff;
  content: counter(num);
  counter-increment: num;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  width: 36px;
  height: 42px;
  text-align: center;
  line-height: 44px;
  margin-right: 10px;
}
.gi .section2 .contents .arti-list .comingsoon:before {
  color: #fff;
  content: counter(num);
  counter-increment: num;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  width: 36px;
  height: 42px;
  text-align: center;
  line-height: 44px;
  margin-right: 10px;
}
.gi .section2 .contents .arti-list .comingsoon .text {
  line-height: 2.6;
}
.gi .section2 .contents .arti-list .arti {
  display: inline-block;
  vertical-align: top;
}
.gi .section2 .contents .arti-list .text {
  font-size: 16px;
  width: 450px;
  height: 2.6em;
  line-height: 1.3;
  padding-left: 10px;
}
.gi .section2 .contents .arti-list.blue {
  background-size: 570px auto;
  border-color: #54b5ff;
}
.gi .section2 .contents .arti-list.blue > .item {
  border-color: #54b5ff;
  background: url(/feature/gigaindex/4147/img/_bg_num_biz.png) no-repeat left center;
}
.gi .section2 .contents .arti-list.blue > .item .anc:hover {
  color: #54b5ff;
}
.gi .section2 .contents .arti-list.orange {
  background-size: 570px auto;
  border-color: #ff8c00;
}
.gi .section2 .contents .arti-list.orange > .item {
  border-color: #ff8c00;
  background: url(/feature/gigaindex/4147/img/_bg_num_per.png) no-repeat left center;
}
.gi .section2 .contents .arti-list.orange > .item .anc:hover {
  color: #ff8c00;
}
.gi .section2 .contents > .prof {
  width: 260px;
  background-color: #ffec00;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.gi .section2 .contents .prof-list {
  width: 240px;
  margin: 10px auto;
  font-size: 0;
}
.gi .section2 .contents .prof-list > .item {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
}
.gi .section2 .contents .prof-list > .item > .anc {
  display: block;
  width: 110px;
}
.gi .section2 .contents .prof-list > .item > .anc img {
  width: 100%;
}
.gi .section2 .contents .proflogo {
  width: 140px;
  height: 50px;
  background: url(/feature/gigaindex/4147/img/logo_profile.png) no-repeat center center;
  margin: 20px auto 30px;
}
.gi .section2 .contents .proflogo a {
  display: block;
  width: 140px;
  height: 50px;
}
.gi .section3 {
  width: 900px;
  margin: 20px auto 0;
  padding: 20px 0;
}
.gi .section3 .pickup-list {
  margin: 20px 0 0;
  font-size: 0;
}
.gi .section3 .pickup-list > .item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-right: 26px;
}
.gi .section3 .pickup-list > .item:nth-child(n+3) {
  margin-right: 0;
}
.gi .section3 .pickup-list > .item > .anc {
  display: block;
  padding: 14px;
  border: solid 2px #fff;
  border-radius: 12px;
}
.gi .section3 .pickup-list .img {
  width: 250px;
  height: 170px;
  background: url() no-repeat center center;
}
.gi .section3 .pickup-list .img > img {
  width: 100%;
}
.gi .section3 .pickup-list .pickup-title {
  width: 250px;
  color: #fff;
  line-height: 1.3;
  margin-top: 10px;
  min-height: 3.9em;
}
.gi .section3 .pickup-list > .comingsoon {
  padding: 14px;
  border: solid 2px #fff;
  border-radius: 12px;
}
.gi .section3 .pickup-list > .comingsoon .pickup-title {
  text-align: center;
}
