@charset "UTF-8";
.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;
}

/* 英語版用CSS */
body {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.sidebar a.btn-contact,
.sidebar a.btn-contact:visited,
.sidebar a.btn-bs-login,
.sidebar a.btn-bs-login:visited {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.side-nav a,
.side-nav a:visited {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.visual {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.visual h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 40px;
  font-weight: 600;
}
.visual h2 {
  font-size: 20px;
  font-weight: 400;
}
.visual .overview p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.top-feature h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
}
.top-feature h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}
.top-feature .overview {
  font-size: 16px;
  line-height: 1.7;
}
.top-feature a.detail,
.top-feature a.detail:visited {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.bs-nav .title {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.price-table tbody .price em {
  font-family: 'Barlow Semi Condensed';
  font-size: 20px;
  font-weight: 600;
}
.price-table tbody .price .yen {
  font-size: 20px;
  font-weight: 600;
}

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