@charset "utf-8";
/* CSS Document */

.flex{
  display: flex;
}
img{
  image-rendering: -webkit-optimize-contrast;
}

.Yu{
  	font-family:  "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, "Arial",sans-serif;
}


.head-bg{
  background-color: #0f3035;
}
header h1{
  margin: 0;
}

._inner{
  max-width: 1170px;
  margin: 0 auto;
}
header ._inner.flex{
  justify-content: space-between;
  padding: 0.5em 0;
}
.g-nav-wrap{
  background-color: #46baf2;
}
.g-nav-wrap ul.flex{
  list-style: none;
  justify-content:space-around;
}
.g-nav-wrap ul li a{
  color: #fff;
  text-decoration: none;
}

.g-nav-wrap ul ul{
	display: block;
}
.g-nav-wrap ul li{
	position: relative;
  text-align: center;
flex:1;
}
.g-nav-wrap ul li:hover{
  background-color: #3577CA;
  transition: 0.2s;
}

.g-nav-wrap ul li::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  top: 11px;
  right:0;
}
.g-nav-wrap ul > li:first-child::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  top: 11px;
  left:0;
}


/*ナビゲーションのリンク設定*/
.g-nav-wrap  ul li a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	/*padding:20px 35px;*/
  padding: 0.5em;
	transition:all .3s;
  font-size: 1em;
  position: relative;

}
.g-nav-wrap  ul li li{
  text-align: left;
}

.g-nav-wrap  ul li li a{
	padding:0.5em 1em;
  display: block;
}

.g-nav-wrap  ul li li::after{
  background: none;
}
.g-nav-wrap ul li li:first-child::before{
  background: none;
}

.g-nav-wrap ul li a:hover{
	/*opacity: 0.6;*/
  transition: 0.2s;

}


.g-nav-wrap ul li.has-child a.dlop::before{
	content:'';
	position: absolute;
	right:-5px;
	top:15px;
	width:7px;
	height:7px;
	border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(135deg);
}

.g-nav-wrap li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:40px;
	z-index: 100;
    /*形状を指定*/
	background:rgba(70,186,242,0.9);
	width:240px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
  list-style: none;
  padding: 0;
}

/*hoverしたら表示*/
.g-nav-wrap li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
.g-nav-wrap li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

.g-nav-wrap li.has-child ul li:last-child > a{
 border-bottom:none;
 }

.g-nav-wrap li.has-child ul li a:hover,
.g-nav-wrap li.has-child ul li a:active{
	background:#3577CA;
}


@media (max-width: 1200px) {
  header ._inner.flex{
  flex-direction: column;
  text-align: center;
  }
  header h1{
    padding-bottom: 1rem;
  }
  .head-banner.flex{
    justify-content: center;
  }
.g-nav-wrap{
  display: none;
}

}

@media (max-width: 640px) {
  header h1{
    width: 70%;
  }
}


/*スマホメニュー
--------------------------------------*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#0f3035;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    right: 0;
    left:0;
    margin: 0 auto;
    padding: 70px 10px 0;
    /*transform: translate(-50%,-50%);*/
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
  text-align: left;
  border-bottom: 1px solid #fff;
  background-color: #46BAF2;
  list-style: none;
  position: relative;
  padding-left: 1.8em;
}
#g-nav ul li:before {

  font-family: "Font Awesome 5 Free";
  content: "\f144";
  position: absolute;
  left : 10px;
  color: #fff;
  font-weight: bold;
  top:10px;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
    background-color: #46BAF2;
}

/*×に変化*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
 left: 18px;
 transform: translateY(-6px) rotate(45deg);
 width: 30%;
}
@media (min-width: 1200px) {
  .openbtn{
    display: none;
  }
}

section{
  position: static;
  display: block;
}

/*トップページ
-------------------------------------------*/
.main-v{
  position: relative;
  background-color: #f6f6f6;
}
.main-v ._inner{
  position: absolute;
    top:0;
}
.main-v .catch {

  font-size: 38px;
  color: #fff;
  font-weight:bold;
  position: absolute;
    top:20px;
    left:50px;
    line-height: 1.8;
    z-index: 100;

}
.main-v .catch span{
  background-color:#46baf2;
}
.main-v .bx-controls{
  display: none;
}
.main-v ul#slider {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-v #slider li {
  /*display: none; /*読み込み時は非表示*/
}
.main-v #slider li:not(:first-child){
    display: none;
}

.bx-viewport #slider li {
  display: block !important; /*JSが読み込まれたら表示*/
}

@media (max-width: 768px) {
  .main-v .catch {
    font-size: 30px;
    line-height: 1.6;
    top:10px;
    left:20px;
  }
}

@media (max-width: 576px) {
  .main-v .catch {
    font-size: 20px;
    line-height: 1.6;
    top:calc(100vw * 0.15);
  }
}

@media (min-width: 1200px) {
  .main-v .catch {
     font-size: 48px;
     position: absolute;
       top:30%;
   }
}

.intro_wrap{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
  display: flex;
  flex-direction: column-reverse;
}

.intro_wrap .bg1{
	background-color: #006dd9;
}

.intro_wrap .disc{
  padding: 1em;
}
.intro_wrap .intro{
color: #fff;
}
.intro_wrap .photo{
  text-align: center;
  padding-bottom: 1em;
}

@media (min-width: 1200px) {
.intro_wrap{
	position: relative;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
 padding-bottom: 4em;
  display: flex;
  align-items: stretch;
}

.intro_wrap .disc{
padding: 1.5em 3em 1.5em 1.5em;
width: 100%;
}
.intro_wrap .intro{
width: 62%;
color: #fff;
}
.intro_wrap .photo{
	position: absolute;
    top:40px;
		right: 0;
    height: 334px;
		/*z-index: 11;*/
}
}

.bg-sky{
  background-color: #c6f0ff;
}

.recommend h2.ttl{
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.recommend h2.ttl span{
  background-color: #32baec;
}

.intro_wrap.recommend-wrap .photo2{
  text-align: center;
  padding-bottom: 1em;
}
.intro_wrap.recommend-wrap .intro{
  width: 100%;
}

.intro_wrap.recommend-wrap .intro .bg2{
 background-color: #fff;
}
.intro_wrap.recommend-wrap .intro .disc{
  padding: 1em;
  color: #000;
}
.intro_wrap.recommend-wrap ul{
  font-weight: bold;
  list-style: none;
  padding: 0;
}
.intro_wrap.recommend-wrap ul li{
  background: url(../img/index/check.png) no-repeat left top;
  padding-left: 30px;
  margin-bottom: 0.5em;
  background-size: 21px;
}
.intro_wrap.recommend-wrap ul li:last-child{
  margin-bottom: 0;
}

@media (min-width: 1200px) {
.intro_wrap.recommend-wrap{
  flex-direction: row-reverse;
}

.intro_wrap.recommend-wrap .photo2{
	position: absolute;
    top:0;
		left: 0;

    width: 350px;
    height: auto;
		/*z-index: 11;*/
}
.intro_wrap.recommend-wrap .intro{
width: 73%;
color: #fff;
margin-top: 40px;
}

.intro_wrap.recommend-wrap .intro .disc{
  color: #000;
  padding: 1.5em 1.5em 1.5em 2em;
}
.intro_wrap.recommend-wrap ul{
  padding-left: 30px;

}

}

/*cta-
------------------------------------*/
.align-c{
  text-align: center;
}
.cta-wrap{
  background-color: #2C3E50;
}

.cta-wrap .catch,.cta-wrap h2.ttl{
  color: #fff;
  font-weight: bold;
}
.wh{color: #fff;}

.cta-wrap .cta-nav{
  max-width: 840px;
  padding: 1em;
  margin: 0 auto;
  border: 1px solid #fff;
}
.cta-wrap .cta-nav ul{
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;

}
.cta-wrap .cta-nav ul li{
  padding-right: 1em;
  margin-bottom: 0.5em;
  white-space: nowrap;

  margin: 0 1% 0.5em;
  position: relative;
  padding-left: 1.2em;
  w


}
.cta-wrap .cta-nav ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #fff; /*アイコン色*/
  font-weight: bold;
}

@media (min-width: 768px){
  .cta-wrap .cta-nav ul{
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    display: flex;

  }
  .cta-wrap .cta-nav ul li{
    padding-right: 1em;
    margin-bottom: 0.5em;
    white-space: nowrap;

    margin: 0 1% 0.5em;
    position: relative;
    padding-left: 1.2em;


  }
.cta-wrap .cta-nav ul li.item1{
  width: 31%;
}
.cta-wrap .cta-nav ul li.item2{
flex-basis: 40%;
}
}

.cta-wrap .cta-nav ul li a{
  color: #fff;
}

.products h2.ttl{
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}

.products h2.ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #32baec;
  border-radius: 2px;
}


.products ul.items,
._about ul.aboutList{
  flex-wrap: wrap;
}
.products ul.items li,
._about ul.aboutList li{
  width: 31.33333%;
  margin-left: 1%;
  margin-right: 1%;
  flex:1 0 auto;
}
@media (max-width: 576px){
  .products ul.items li,
  ._about ul.aboutList li{
    width: 100%;
  }
}

._about-bg{
  background: url(../img/index/about_bg.jpg) no-repeat center top;
  position: relative;
  background-size: cover;
}
._about-bg::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.3);
}

._about h2.ttl{
  color: #fff;
  font-weight: bold;
}
._about h2.ttl span{
  background-color: #32baec;
}

.sns .newsBox h3.ttl{
  background: none;
color: #000;
display: inline-block;
padding-right: 105px;
position: relative;
background: url(../img/index/ico_new.png) no-repeat left top 6px;
padding-left: 35px;
}

.sns .facebookBox h3{
    background: none;
    padding: 0 105px 0 0;
    display: inline-block;
    position: relative;
}

.sns .newsBox,.facebookBox{
  border: none;
  height: auto;
  padding-bottom: 2em;
}

.sns .newsBox h3.ttl:after,
.sns .facebookBox h3::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 95px;
  height: 1px;
  background-color: black;
}


.sns .newsBox h3.ttl:after,
.sns .facebookBox h3::after {
  right: 0;
}


.sns .newsBox h3.ttl a{
  color: #000;
 text-decoration: none;
}
._makerlist-wrap h2.ttl{
  font-weight: bold;
}

._makerlist-wrap h2.ttl span{
  background: url(../img/index/ico_maker.png) no-repeat left top 2px;
  display: inline-block;
  padding-left: 40px;
}


._makerlist-wrap .makerBox{
  border: none;
  padding: 1em;
  background-color: #fff;
}

._infoBox h3.midashi{
  background: none;
  font-family: inherit;
  color: #000;
 padding: 0;
 margin: 0;
}
._infoBox h3.midashi i{
  color: #2c3e50;
}
.foot-banner{
  display: flex;
  align-items: center;
  height: 70px;
}
.footerMenu a{
  text-decoration: none;
}

/*セカンドページ
----------------------------------------*/
.fv-wrap{
  background: url(../img/common/fv.jpg) no-repeat center top;
  background-size: cover;
}
.fv{
  display: flex;
  height: 200px;
  align-items: center;
}
.fv h2.midashi{
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 0 8px #000;
}
@media (max-width: 576px){
  .fv{
    height: 160px;
  }
}

/*GHCラジコンクラブ
-----------------------------------*/
ul.page-nav{
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.page-nav li{
  background-color: #c6f0ff;
  text-align: center;
  border-radius: 50vh;
  position: relative;
  margin-bottom: 1em;
}


@media (min-width: 992px){
.page-nav{
  justify-content: space-around;
}
ul.page-nav{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.page-nav li{
  width: 31%;
  margin: 0 1%;
  background-color: #c6f0ff;
  flex:1;
  text-align: center;
  border-radius: 50vh;
  position: relative;
  font-size: 18px;
}
.form-wrap .page-nav{
  justify-content: center;
}
.form-wrap .page-nav li{
  max-width: 31%;
}

}
@media screen and (min-width:992px) and ( max-width:1200px){
  .kiso-wrap .page-nav li a{
    font-size: 16px;
  }
}
@media (min-width: 992px){
  .kiso-wrap .page-nav,
  .shop-guide-wrap .page-nav{
    justify-content: space-around;
  }
  .kiso-wrap ul.page-nav,
  .shop-guide-wrap ul.page-nav{
    flex-wrap: wrap;
    justify-content: center;

  }

  .kiso-wrap .page-nav li,
  .shop-guide-wrap .page-nav li{
    flex: initial;
    width: 31%;
    margin: 0 1%;
    background-color: #c6f0ff;
    text-align: center;
    border-radius: 50vh;
    position: relative;
    font-size: 18px;
    margin-bottom: 1em;
  }
}

.page-nav li::after{
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right : 1em;
  color: #32baec;
  font-weight: bold;
  top:0.5em;

}
.kiso-wrap .page-nav li{
  display: flex;
  align-items: center;
  justify-content: center;
}

.kiso-wrap .page-nav li::after{
  right : 0.8em;
  top:calc(50% - 0.75em);
}


.page-nav li:hover{
  opacity: 0.6;
  transition: 0.2s;
}

.page-nav li a{
  display: block;
  color: #0f3035;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
}
.sky{
  color: #32baec;
}
.fb{font-weight: bold;}

 .club-wrap .intro,.common .intro{
   width: 80%;
   margin: 0 auto;
   padding: 1em;
   border-radius: 10px;
   background-color: #f6f6f6;
 }
 @media (max-width: 576px){
   .club-wrap .intro,
   .common .intro{
     width: 90%;}
 }

.common h2.ttl{
  font-weight: bold;
}
.common h3.subtitle{
  text-align: center;
  background-color: inherit;
  display: block;
  text-align: center;
  color: #333;
  position: relative;
}
.common h3.subtitle:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #32baec;
  border-radius: 2px;
}



.club-info .photo,.tenpo-info .photo{
  text-align: center;
  margin-bottom: 1em;
}
.club-info .disc,.tenpo-info .disc{
  width: 100%;
  background-color: #c6f0ff;
  padding: 1em;
margin-bottom: 2em;
}


.club-wrap h3.subtitle-dgreen{
  text-align: center;
  background-color: #2C3E50;
  padding: 0.5rem;
  display: block;
  margin-bottom: 1em
}
.club-wrap table.tb01{
  width: 100%;
  border-top: 1px solid #006dd9;
  border-right: 1px solid #006dd9;
  font-size: 14px;
}

.club-wrap table.tb01 th{
  padding: 1em;
  background-color: #f6f6f6;
  width: 25%;
  border-left: 1px solid #006dd9;
  border-bottom: 1px solid #006dd9;
  white-space: nowrap;

}
.club-wrap table.tb01 td{
  padding: 1em;
  width: 75%;
  border-left: 1px solid #006dd9;
  border-bottom: 1px solid #006dd9;
}

.club-wrap h4.midashi{
  color: #fff;
  background-color: #006dd9;
  font-weight: bold;
  padding: 5px;
}

.club-wrap a.btn-sky{
  background-color: #c6f0ff;
  padding: 0.5em 2em;
  border-radius: 50vh;
  position: relative;
  color: #333;
  text-decoration: none;
}

.club-wrap a.btn-sky::after{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right : 0.8em;
  color: #32baec;
  font-weight: bold;
  top:calc(50% - 0.75em);

}
.club-wrap a.btn-sky:hover{
  opacity: 0.6;
  transition: 0.2s;
}
.club-wrap ul.event-photo,
.about-wrap ul.tenpo-photo{
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.club-wrap ul.event-photo li,
.about-wrap ul.tenpo-photo li{
  width: 31%;
  margin: 1%;
}
.about-wrap ul.tenpo-photo li{
  text-align: center;
}
.about-wrap ul.tenpo-photo li p{
  padding-top: 0.5em;
}



@media screen and (max-width:1200px) {
.club-info.flex,.tenpo-info.flex{
  flex-direction: column-reverse;
}
}

@media screen and (min-width:992px) {
  .common h2.ttl,.club-wrap h3.subtitle-dgreen{
    font-size: 32px;
font-weight: bold;
  }
	.f18,.club-wrap table.tb01
  {font-size: 18px;
  }
  .recommend h2.ttl{
    font-size: 36px;
    font-weight: bold;
  }
  .cta-wrap .catch,.cta-wrap h2.ttl,
  .products h2.ttl,._about h2.ttl,
  .sns .newsBox h3.ttl,._makerlist-wrap h2.ttl{
    font-size:24px;
  }
.club-wrap .weather-link{
  text-align: center;
}
}

@media screen and (max-width:576px) {
  .club-wrap ul.event-photo li,
  .about-wrap ul.tenpo-photo li{
    width: 48%;
  }
  .club-wrap a.btn-sky{
    display: block;
    text-align: center;
  }
  .about-wrap ul.tenpo-photo li p{
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (min-width:1200px){

.club-info,.tenpo-info{
  position: relative;
  justify-content: space-between;
  height: 300px;
  margin-bottom: 3em;
}
.club-info .photo,.tenpo-info .photo{
  width: 390px;
  position: absolute;
  top: 0;
}


.club-info .disc{
  width: 70%;
  background-color: #c6f0ff;
  padding: 1em 1em 1em 3.5em;
  margin-top: 20px;
    position: absolute;
    right: 0;
}
.tenpo-info .disc{
  width: 70%;
  background-color: #c6f0ff;
  padding: 1em 1em 1em 3.5em;
  margin-top: 20px;
    position: absolute;
    right: 0;
    height: 300px;
}
}

/*店舗案内
--------------------------------------------*/
.about-wrap table.tb02{
  width: 100%;
  border-top:1px solid #ccc;
  border-right: 1px solid #ccc;
}
.about-wrap table.tb02 th{
  padding: 0.8em 1em;
  background-color: #c6f0ff;
  width: 20%;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
.about-wrap table.tb02 td{
    padding: 0.8em 1em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.about-wrap h4.midashi{
  border-left: 8px solid #32baec;
  border-bottom: 1px solid #32baec;
  padding-left: 8px;
  padding-bottom: 3px;
  margin-bottom: 1em;

}

.about-wrap ul.list-st{
  background-color: #f6f6f6;
border-radius: 5px;
padding: 0.5em 1em 0.5em 2.3em;
position: relative;
}

.about-wrap ul.list-st li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.about-wrap ul.list-st li:before {

  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: orange;/*アイコン色*/
}

@media (max-width: 767px) {
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin-top: 1em;
}

/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

/*初心者*/
.about-wrap table.tbst{
  width: 100%;
  font-weight: bold;
  margin-bottom: 1em;
}
.about-wrap table.tbst td{
  padding: 1em;
}

.about-wrap h4,
.hitsuyo-wrap h4.midashi,
.hajime-wrap h4.midashi,
.indoor-wrap h4.midashi,
.shop-guide-wrap h4.midashi{
  border-bottom: 2px solid #0f3035;
  border-left: 10px solid #0f3035;
  padding-left: 10px;
  margin-bottom: 1em;
  font-weight: bold;
}

@media (max-width: 576px) {
  .about-wrap h4,
  .hitsuyo-wrap h4.midashi,
  .hajime-wrap h4.midashi,
  .indoor-wrap h4.midashi,
  .shop-guide-wrap h4.midashi{
    font-size: 18px;
    padding-left: 5px;
  }
  .about-wrap table.infoTable{
    font-size: 0.85em;

  }
}
/*ラジコンの基礎知識
--------------------------------------*/
.kiso-wrap h3.soshinki{
  background-color: #fff;
  color: #2C3E50;
  border-bottom: 1px solid #2C3E50;
  display: block;
  margin-bottom: 1em;
  border-left: 5px solid #2C3E50;
}

@media (max-width: 576px) {
  .kiso-wrap h3.soshinki{
  font-size: 18px;
}
}



@media (min-width: 992px) {
  .about-wrap h4.midashi{
    font-size: 20px;
    font-weight: bold;
  }
  .kiso-wrap h3.soshinki{
    font-size: 24px;
  }
}

/*ラジコンを始める時に必要なもの
---------------------------------------*/
@media (max-width: 576px) {
.hitsuyo-wrap h3,
.hajime-wrap h3,
.indoor-wrap h3,
.shop-guide-wrap h3{
  display: block;
  font-size: 18px;
}
.hitsuyo-wrap table,
.kiso-wrap table,
.form-wrap #osusume table{
  font-size: 0.85em;
}
.hajime-wrap table,
.indoor-wrap table,
.shop-guide-wrap table{
  font-size: 0.85em;
  width: 100%;
}

}

/*ラジコンを始めよう
-------------------------------*/
.hajime-wrap h4.submidashi{
  background-color: #ccc;
  padding: 0.5em;
}

.indoor-wrap table.tbst{
  width: 100%;
}
.indoor-wrap table.tbst th,
.indoor-wrap table.tbst td{
  padding: 1em;
}

.indoor-wrap h5.ttl{
  background-color: #c6f0ff;;

  padding: 0.5em 1.5em;
  font-weight: bold;
  border-radius: 50vh;
}

@media (max-width: 767px) {
  .indoor-wrap h5.ttl{
    font-size: 16px;
    padding: 0.5em 1em;
  }
}

/*ショッピングガイド
------------------------------------*/
.shop-guide-wrap ._flow-wrap .flow{
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.shop-guide-wrap ._flow-wrap .flow:first-child{
  background-position: right center;
  overflow: visible;
}


.shop-guide-wrap ._flow-wrap .flow:last-child{
  background: none;
}
.shop-guide-wrap ._flow-wrap .flow img{
  max-width: 100%;
}

@media (max-width: 1200px) {
.shop-guide-wrap ._flow-wrap .flow img.flow-ya{
  width: 10px;
}
}

@media (max-width: 767px) {
  .shop-guide-wrap ._flow-wrap .flow img{
    max-width: 90%;
  }
  .shop-guide-wrap ._flow-wrap .flow img.flow-ya{
    width: 10px;
  }
}


/*フォーム
-------------------------------*/
.form-wrap #osusume table th{
  padding: 1em;
  width: 25%;
}
.form-wrap #osusume table td{
  padding: 1em;
}



@media (min-width: 768px) {
  #banner {
    min-height: 300px;
    border-bottom: none;
  }

  .bs-docs-section {
    margin-top: 8em;
  }

  .bs-component {
    position: relative;
  }

  .bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;
  }

  .bs-component .modal-dialog {
    width: 90%;
  }

  .bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px;
  }

  .nav-tabs {
    margin-bottom: 15px;
  }

  .progress {
    margin-bottom: 10px;
  }
}
