.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
  .btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: '\f105';
  margin-left: 10px;
  font-family: 'Fontawesome';
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}

.visual {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  background-color: #06538c;
}
.visual .heading {
  z-index: 1;
  position: relative;
  height: 750px;
  padding-top: 72px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 70%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 70%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 70%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 70%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 70%);
}
.visual h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 20px black, 0 0 5px rgba(0, 0, 0, 0.3);
}
.visual h2 {
  margin-top: 18px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 20px black, 0 0 5px rgba(0, 0, 0, 0.3);
}
.visual .bx-wrapper {
  z-index: 2;
  position: absolute;
  top: 245px;
}
.visual .bx-pager {
  width: 950px;
  bottom: -50px;
}
.visual .visual-screenshot li img {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}
.visual .overview {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  padding: 30px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}
.visual .overview h3 {
  float: left;
  width: 236px;
  margin-top: 22px;
}
.visual .overview p {
  float: left;
  width: 600px;
  margin-left: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  color: #06538c;
}

body.bs .visual {
  height: 796px;
}
body.bs .visual .bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 796px;
  background: #06538c url(/images/bg.png) no-repeat center;
  background-size: cover;
}
body.bs .visual .bg:before {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
body.bs .visual .heading {
  background-image: none;
}
body.bs .visual h1,
body.bs .visual h2 {
  text-shadow: none;
}
body.bs .visual .bx-wrapper {
  top: 278px;
}

.top-feature {
  position: relative;
  min-height: 500px;
  padding: 70px 50px;
  overflow: hidden;
}
.top-feature#news, .top-feature#analysis {
  background-color: rgba(206, 212, 217, 0.3);
}
.top-feature .text {
  margin-right: 425px;
  margin-left: 0;
}
.top-feature .text .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: 56px;
  font-weight: normal;
  line-height: 56px;
  color: #fff;
  border-radius: 100%;
}
.top-feature .top-feature-img-1 {
  position: absolute;
  right: 0;
  top: 70px;
  width: 425px;
  overflow: hidden;
}
.top-feature#sns .text, .top-feature#overseas .text {
  margin-left: 425px;
  margin-right: 0;
}
.top-feature#sns .top-feature-img-1, .top-feature#overseas .top-feature-img-1 {
  left: 50px;
  right: auto;
  width: 375px;
}
.top-feature#news .text .icon {
  background-color: #08e;
}
.top-feature#sns .text .icon {
  background-color: #3a4;
}
.top-feature#analysis .text .icon {
  background-color: #639;
}
.top-feature#overseas .text .icon {
  background-color: #af9b53;
}
.top-feature h2 {
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #06538c;
}
.top-feature .component {
  margin-bottom: 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #af9b53;
}
.top-feature#news .component {
  color: #08e;
}
.top-feature#sns .component {
  color: #3a4;
}
.top-feature#analysis .component {
  color: #639;
}
.top-feature#overseas .component {
  color: #af9b53;
}
.top-feature h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
.top-feature .overview {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #000;
}
.top-feature a.detail,
.top-feature a.detail:visited {
  position: relative;
  display: inline-block;
  width: 250px;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-feature a.detail:hover,
.top-feature a.detail:visited:hover {
  border-color: #af9b53;
  background-color: #af9b53;
}

body.bs .top-feature-img-1 {
  height: 350px;
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: 0;
  background-color: transparent;
}

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