@charset "UTF-8";

body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#7C7C7C;
}
/*リンク共通:フォーカス枠の無効化*/
a, a:visited, a:focus {
	outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
a {
  color: #008DEB;
}
a:focus, a:hover, a:active, a:visited {
  color: #006EB8;
}
/*ナビバーのカラー*/
.navbar-color {
	background-color: #0099FF;
}
/*フッターのカラー*/
.footer-style {
	background-color: #0099FF;
}
/*フッターのテキストカラー*/
.footer-list li a {
	color: #FFFFFF;
}
/*フッターのテキストカラー（アクティブ時）*/
.footer-list > .active > a,
.footer-list > .active > a:focus,
.footer-list > .active > a:hover {
	color: #3B99F9;
}
/*フッターのテキストカラー（ホバー・フォーカス時）*/
.footer-list > li > a:hover,
.footer-list > li > a:focus {
	color: #9CCBFA;
}
/*フッターのリスト*/
ul.footer-list {
	padding-left:0px;
	padding-right:0px;
	padding-top:15px;
}
ul.footer-list li {
	display:inline;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
}
.footer-brand {
	margin-bottom:10px;
  color: white;
}

/*ナビバーのロゴ*/
.navbar-brand {
	height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/logo_small.svg);
  width: 180px;
  background-size: 80% auto;
 }
/*ナビバーのテキストカラー*/
.nav.navbar-nav.navbar-right li a {
	color: #FFFFFF;
}
/*ナビバーのテキストカラー（アクティブ時）*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #3B99F9;
}
/*ナビバーのテキストカラー（ホバー・フォーカス時）*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #9CCBFA;
}
/*ハンバーガーメニューカラー*/
.navbar-default .navbar-toggle .icon-bar  {
	background-color: #FFFFFF;
}
/*ハンバーガーメニューカラー（visited, focus）*/
.navbar-default .navbar-toggle:visited,
.navbar-default .navbar-toggle:focus {
	background-color: #0099FF;
}
/*ハンバーガーメニューカラー（hover, active）*/
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active {
	background-color: #6FB2F8;
}

/*ナビバーの重要なリンク*/
.navbar-nav > li > a.navbar-imp-menu {
	border-radius: 24px;
	border: thin solid #FFFFFF;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
  font-size: 1.1em;
}
/*ナビバーの重要なリンク（ホバー時）*/
.navbar-nav > li > a.navbar-imp-menu:hover, .navbar-nav > li > a.navbar-imp-menu:focus {
	border: thin solid #9CCBFA;
}
/*ナビバーのとてもとても重要なリンク*/
.navbar-nav > li > a.navbar-sp-menu {
  background-color: #F4AB0E;
  border-color: #F4AB0E;
  margin-right: 26px;
}
/*ナビバーのとてもとても重要なリンク（ホバー時）*/
.navbar-nav > li > a.navbar-sp-menu:hover, .navbar-nav > li > a.navbar-sp-menu:focus {
	background-color: #F5B735;
  border-color: #F5B735;
  color: white;
}
/*メインロゴ*/
.header-social-space {
  margin-right: 6px;
}
/*メインロゴ*/
.main-logo {
  max-height: 190px;
}
/*メインロゴのスペース*/
.main-logo-space {
  margin-top: 60px;
  margin-bottom: 40px;
}
.top-text {
  font-size: 1.7em;
  margin-bottom: 30px;
}
/*ボタン共通:フォーカス枠の無効化*/
.btn, .btn:visited, .btn:focus {
	outline: none !important;
  box-shadow: none !important;
}
.btn:hover, .btn:active {
	outline: none !important;
  box-shadow: none !important;
}
/*ボタン共通:ボタンカラー*/
/*ピンク*/
.btn-pink, .btn-pink:visited {
  background-color: #FC4298;
  color: #FFFFFF;
  border-width: 0px;
}
.btn-pink:focus, .btn-pink:hover, .btn-pink:active {
  background-color: #F770B1  !important;
  color: #FFFFFF  !important;
}
/*ブルー*/
.btn-blue, .btn-blue:visited {
  background-color: #2FACFF;
  color: #FFFFFF;
  border-width: 0px;
}
.btn-blue:focus, .btn-blue:hover, .btn-blue:active {
  background-color: #73C2FF !important;
  color: #FFFFFF !important;
}
/*ノーマル*/
.btn-normal, .btn-normal:visited {
  background-color: rgb(255,255,255);
  color: #0099FF;
  border-width: 2px;
  border-color: #0099FF;
}
.btn-normal:focus, .btn-normal:hover, .btn-normal:active {
  background-color: rgba(115,194,255,0.2) !important;
  color: #0099FF !important;
  border-width: 2px !important;
  border-color: #0099FF !important;
}
/*ブラック*/
.btn-black, .btn-black:visited {
  background-color: #414141;
  color: #FFFFFF;
  border-width: 0px;
}
.btn-black:focus, .btn-black:hover, .btn-black:active {
  background-color: #686868  !important;
  color: #FFFFFF  !important;
}
/*オレンジ*/
.btn-orange, .btn-orange:visited {
  background-color: #FF9C29;
  color: #FFFFFF;
  border-width: 0px;
}
.btn-orange:focus, .btn-orange:hover, .btn-orange:active {
  background-color: #FFB865  !important;
  color: #FFFFFF  !important;
}
/*トップのボタン郡*/
.btn-main {
  height: 40px;
  border-radius: 40px;
}
.btn-center {
  text-align:center;
}
.kit-space {
  text-align:right;
}
.regipla-space {
  text-align:left;
}
.btn-kit {
  width: 260px;
  font-size: 1.3em;
  margin-right: 0px;
  margin-top: 20px;
  font-weight: 500;
}
.btn-regipla {
  width: 260px;
  font-size: 1.3em;
  margin-left: 0px;
  margin-top: 20px;
  font-weight: 500;
}
.btn-download {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 30px;
  width: 550px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
}
/*メディア*/
.media-style {
  background-color:#6BC4FF; 
  margin-top:60px;
}
.media-logo {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top:16px;
  padding-bottom:8px;
  max-height: 85px;
}
/*ニュース*/
.news {
  background-color: white;
  border-color: #0099FF;
  border-radius: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 18px;
  padding-left: 60px; 
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 2px;
  width: 550px;
}

/*レジプラについて*/
.regipla-img-left {
  max-height: 480px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-regipla {
  margin-top:50px;
  margin-bottom: 30px;
}
.body-title {
  color:#505050;
}
.body-text {
  font-size:1.1em;
  line-height:1.6em;
}
.body-text-space {
  margin-top:50px;
  margin-left: auto;
  margin-right: auto;
}
.regipla_buy {
  margin-top:20px;
  color:#0099FF;
  font-weight:400;
  font-size:1.3em;
}
.regipla_button_set {
  margin-top:10px;
  margin-bottom:35px;
}
.btn-tff {
  font-size:1.1em;
  margin-right:20px;
  padding-left:25px;
  padding-right:25px;
}
.btn-amazon {
  font-size:1.1em;
  padding-left:25px;
  padding-right:25px;
}
.regipla_buy-book {
  margin-top:50px;
}
.btn-amazon-book {
  padding-left: 80px;
  padding-right: 80px;
}
/*動画*/
.video-area {
  margin-bottom: 50px;
}
.youtube {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}
/*機能一覧*/
.func-style {
  background-color:#eff9ff; 
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 120px;
  padding-right: 120px;
}
.title-func {
  padding-bottom: 30px;
}
.func-img {
  max-width: 160px;
  margin-bottom: 15px;
}
.func-img-caption {
  font-size: 1.4em;
  margin-bottom: 30px;
  color:#505050;
}
/*レジプラ本*/
.regipla-book-title {
  margin-top: 40px;
}
.book-img-left {
  max-height: 420px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*製品仕様*/
.spec-title {
  margin-bottom: 30px;
}
.spec-table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.spec-table-title {
  font-weight: 600;
}
/*BLE通信仕様*/
.ble-text-space {
  margin-top:20px;
}
.btn-git {  
  font-size:1.3em;
  padding-left:25px;
  padding-right:25px;
  margin-top: 20px;
  margin-bottom: 70px;
  }
/*フッターソーシャルボタン*/
.footer-social {
  margin-bottom: 30px;
}
.footer-social-space {
  margin-right: 30px;
}
/*パンくずリスト*/
.breadstyle {
  margin-left: 28px;
  margin-right: 28px;
}
/*FAQ*/
.faq-group {
  
}
.faq-header {
  color:#505050;
  margin-top: 40px;
}
.panel-group > .faq-default {
  box-shadow: 0 0 0 0;
}
.faq-title > a:focus, .faq-title > a:hover, .faq-title > a:active, .faq-title > a:visited {
  color: #0099FF;
  font-weight: bold;
}
.faq-title:before {
  content:"Q.";
  color: #0099FF;
  font-weight: bold;
}
.faq-default > .faq-heading {
  border-radius: 3px 3px 3px 3px;
  background-color: white;
}
.faq-default > .panel-collapse > .faq-body {
  border-radius: 0px 0px 3px 3px;
  background-color: #f5f5f5;
  color: #323232;
}
.faq-top-space {
  margin-top: 40px;
}
.panel-group >.panel + .faq-end-space {
  margin-bottom: 50px;
}



/*-------------------------スマホ-------------------------*/
@media (max-width:767px){
  h2 {
    font-size: 1.8em;
  }
  /*ナビバーの重要なリンク*/
  .navbar-nav > li > a.navbar-imp-menu {
    padding-top:0px;
    padding-bottom:0px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
  }
  /*ナビバーのとてもとても重要なリンク*/
   .navbar-nav > li > a.navbar-sp-menu {
    margin-top: 16px;
    margin-bottom: 10px;
  }
  /*ナビバーのテキスト*/
  .nav.navbar-nav.navbar-right li a {
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.2em;
  }
  /*メインロゴ*/
  .main-logo {
    padding-left:4px;
    padding-right:4px;
  }
  /*メインロゴのスペース*/
  .main-logo-space {
    margin-top: 30px;
    margin-bottom: 34px;
  }
  .top-text {
    font-size: 1.3em;
    padding-bottom: 10px;
  }
  /*トップのボタン郡*/
  .kit-space {
    text-align:center;
  }
  .regipla-space {
    text-align:center;
  }
  .btn-kit {
  width: 80%;
  font-size: 1.4em;
  margin-right: 0px;
  margin-top: 25px;
  }
  .btn-regipla {
  width: 80%;
  font-size: 1.4em;
  margin-left: 0px;
  margin-top: 20px;
  }
  .btn-download {
  width: 80%;
  font-size: 1.4em;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  }
  /*メディア*/
  .media-style {
    margin-top:40px;
  }
  .media-logo {
    padding-top:6px;
    padding-bottom:6px;
  }
  .regipla-img-left {
  padding-top: 40px;
  padding-bottom: 20px;
  }
  /*ニュース*/
.news {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 0px; 
  padding-right: 0px;
  padding-top: 12px;
  padding-bottom: 2px;
  width: auto;
}
  /*レジプラについて*/
  .about-regipla {
    margin-top:0px;
    margin-bottom: 0px;
  }
  .regipla-img-left {
    max-width: 90%;
  }
  .body-title {
    margin-bottom: 0px;
  }
  .body-text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .body-text-space {
    margin-top:30px;
  }
  .btn-tff {
    font-size:1em;
    margin-right:8px;
    padding-left:12px;
    padding-right:12px;
  }
  .btn-amazon {
    font-size:1em;
    padding-left:12px;
    padding-right:12px;
  }
  /*動画*/
  .video-area {
    margin-bottom: 30px;
  }
  .video-title {
    font-size: 1.1em;
    margin-bottom: 5px;
  }
  /*機能一覧*/
  .func-style {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .func-img {
    max-width: 80%;
    margin-bottom: 10px;
  }
  .func-img-caption {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  /*レジプラ本*/
  .regipla-book-title {
    margin-top: 30px;
  }
  .book-img-left {
    max-height: 280px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .regipla_buy-book {
    margin-top:20px;
  }
  .btn-amazon-book {
    padding-left: 60px;
    padding-right: 60px;
  }
  /*製品仕様*/
  .spec-title {
    margin-bottom: 20px;
  }
  .spec-table {
    font-size: 0.9em;
  }
  .spec-table-title {
    min-width: 80px;
  }
  /*BLE通信仕様*/
  .btn-git {
    width: 80%;
    margin-bottom: 50px;
    font-size: 1.2em;
  }
  /*パンくずリスト*/
  .breadstyle {
    margin-left: 18px;
    margin-right: 18px;
  }
  /*FAQ*/
  .faq-top-space {
    margin-top: 16px;
  }
}

/*-------------------------タブレットとPC-------------------------*/
@media (min-width:768px) and (max-width:991px){
  /*メインロゴ*/
  .main-logo {
    padding-left:140px;
    padding-right:140px;
  }
  /*レジプラについて*/
  .body-text {
    margin-left: 40px;
    margin-right: 40px;
  }
}
