.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;
}

.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;
}

.bs-nav-title {
  margin: 50px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #06538c;
}

.bs-nav {
  overflow: hidden;
  margin: 50px;
}
.bs-nav li {
  float: left;
  width: 20%;
  padding: 0 10px;
}
.bs-nav a,
.bs-nav a:visited {
  display: block;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.bs-nav a:hover {
  opacity: .7;
}
.bs-nav .icon {
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 1;
  color: #06538c;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.bs-nav .title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #06538c;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.bs-nav .component {
  display: none;
}
.bs-nav li:nth-child(1) a {
  border-color: rgba(0, 136, 238, 0.5);
}
.bs-nav li:nth-child(2) a {
  border-color: rgba(51, 170, 68, 0.5);
}
.bs-nav li:nth-child(3) a {
  border-color: rgba(102, 51, 153, 0.5);
}
.bs-nav li:nth-child(4) a {
  border-color: rgba(175, 155, 83, 0.5);
}
.bs-nav li:nth-child(5) a {
  border-color: rgba(51, 68, 85, 0.5);
}
.bs-nav li:nth-child(1) a .icon,
.bs-nav li:nth-child(1) a .title {
  color: #08e;
  border-color: #08e;
}
.bs-nav li:nth-child(2) a .icon,
.bs-nav li:nth-child(2) a .title {
  color: #3a4;
  border-color: #3a4;
}
.bs-nav li:nth-child(3) a .icon,
.bs-nav li:nth-child(3) a .title {
  color: #639;
  border-color: #639;
}
.bs-nav li:nth-child(4) a .icon,
.bs-nav li:nth-child(4) a .title {
  color: #af9b53;
  border-color: #af9b53;
}
.bs-nav li:nth-child(5) a .icon,
.bs-nav li:nth-child(5) a .title {
  color: #345;
  border-color: #345;
}

.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;
}

.main-features {
  margin: 50px 0;
  overflow: hidden;
}
.main-features li {
  float: left;
  width: 25%;
  padding-right: 40px;
  text-align: left;
}
.main-features .icon {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1;
  color: #06538c;
}
.main-features h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #06538c;
  color: #000;
}
.main-features p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #000;
}

.top-feature#overseas .main-features li {
  width: 33.333%;
}

.top-feature#news .main-features .icon {
  color: #08e;
}

.top-feature#sns .main-features .icon {
  color: #3a4;
}

.top-feature#analysis .main-features .icon {
  color: #639;
}

.top-feature#overseas .main-features .icon {
  color: #af9b53;
}

.license-link {
  position: relative;
  padding: 80px;
  text-align: center;
  color: #fff;
  background: #06538c url(/images/bg.png) no-repeat center;
  background-size: cover;
}
.license-link:before {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.license-link h2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}
.license-link p {
  position: relative;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
.license-link .btn,
.license-link .btn:visited {
  position: relative;
  display: inline-block;
  width: 320px;
  margin: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #06538c;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: 0;
  background-color: #fff;
  -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;
}
.license-link .btn:hover,
.license-link .btn:visited:hover {
  color: #fff;
  background-color: #af9b53;
}

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