@charset "utf-8";
div.grey-bg {
  padding-bottom: 20px;
}

#bike-buy-point>div>div>div:nth-of-type(1) ul {
  display: block;
  font-size: 0;
  line-height: 0;
}

#bike-buy-point>div>div>div:nth-of-type(1) ul li {
  display: inline;
  font-size: 0;
  line-height: 0;
}

#bike-buy-point>div>div>div:nth-of-type(1) ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #858585;
  overflow: hidden;
}

#bike-buy-point>div>div>div:nth-of-type(1) ul li span {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  background: #fff url(../../images/bg-bike-buy-case-li.png) no-repeat left top;
  overflow: hidden;
}

#bike-buy-point>div>div>div:nth-of-type(1) ul li:first-child span, #bike-buy-point>div>div>div:nth-of-type(1) ul li:first-child a {
  width: 180px;
  height: 50px;
  padding: 25px 70px;
}

#bike-buy-point>div>div>div:nth-of-type(1) ul li:nth-child(2) span, #bike-buy-point>div>div>div:nth-of-type(1) ul li:nth-child(2) a {
  width: 260px;
  height: 50px;
  padding: 25px 30px;
  margin: 0 0 0 10px;
}

#bike-buy-point>div>div>div:nth-of-type(1) ul li:last-child span, #bike-buy-point>div>div>div:nth-of-type(1) ul li:last-child a {
  width: 180px;
  height: 30px;
  padding: 35px 70px;
  font-size: 16px;
  line-height: 30px;
  float: right;
}
/*
#bike-buy-point>div>div>div.white-bg h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0 0;
}
*/
#bike-buy-point>div>div>div .cont_inner_1{
    width: 420px;
    float: left;
    margin-top: 40px;
}
#bike-buy-point>div>div>div .cont_inner_1 img {
	width: 100%;
}
#bike-buy-point>div>div>div .cont_inner_1 dl {
	width: 400px;
	margin: 20px auto 0;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	padding: 5px;
	overflow: hidden;
}
#bike-buy-point>div>div>div .cont_inner_1 dl dt {
	width: 25px;
	float: left;
	font-size: 12px !important;
}
#bike-buy-point>div>div>div .cont_inner_1 dl dd {
	width: 375px;
	float: left;
	font-size: 12px !important;
}



#bike-buy-point>div>div>div .cont_inner_2{
    width: 510px;
    float: right;
    margin-top: 40px;
}


#bike-buy-point>div>div>div.white-bg p {  
    clear: both;
    font-size: 14px;
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 0;
}
#bike-buy-point>div>div>div.white-bg h4 span {  
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
}
#bike-buy-point>div>div>div.white-bg p span {  
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#bike-buy-point>div>div>div.white-bg table:nth-of-type(1) {
  width: 100%;
  float: none;
}

#bike-buy-point>div>div>div.white-bg table:nth-of-type(2) {
  width: 100%;
  float: none;
}

#bike-buy-point>div>div>div.white-bg table:nth-of-type(3) {
    width: 100%;
    float: none;
}
#bike-buy-point>div>div>div.white-bg table:nth-of-type(4) {
  width: 100%;
  float: none;
}

#bike-buy-point>div>div>div:nth-of-type(3) {
  display: none;
}

#bike-buy-point>div>div>div:nth-of-type(4) {
  display: none;
}

p.to_page_top {
  display: none;
}


/* レスポンシブ */

@media screen and (max-width:736px) {
  div.white-bg {
    padding: 1px 25px 25px;
    margin-bottom: 30px;
    margin-left: 10px;
  }
  #bike-buy-point>div.grey-bg>div {
    width: 92% !important;
    margin: 0 0 0 2.5%;
  }
  #bike-buy-point>div>div>div:nth-of-type(1) ul {
    display: block;
    font-size: 0;
    line-height: 0;
      margin-left: 10px;
  }
  #bike-buy-point>div>div>div:nth-of-type(1) ul li {
    display: inline;
    font-size: 0;
    line-height: 0;
  }
  #bike-buy-point>div>div>div:nth-of-type(1) ul li a {
    display: none;
  }
  #bike-buy-point>div>div>div:nth-of-type(1) ul li span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    float: none !important;
    padding: 10px 0 0 !important;
    width: auto !important;
    height: auto !important;
  }
    
    
    #bike-buy-point>div>div>div .cont_inner_1{
        width: 100%;
        height: auto;
        float: none !important;
        margin: 0 auto;
        margin-top: 20px;
    }
	
	
	
#bike-buy-point>div>div>div .cont_inner_1 img {
	width: 100%;
}
#bike-buy-point>div>div>div .cont_inner_1 dl {
	width: 94%;
	margin: 20px auto 0;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	padding: 3%;
	overflow: hidden;
}
#bike-buy-point>div>div>div .cont_inner_1 dl dt {
	width: 8%;
	float: left;
	font-size: 12px !important;
}
#bike-buy-point>div>div>div .cont_inner_1 dl dd {
	width: 92%;
	float: left;
	font-size: 12px !important;
}
	
	
	
	
	
	
	
    #bike-buy-point>div>div>div .cont_inner_2{
        width: 100%;
        float: none !important;
        margin-top: 20px;
    }


    #bike-buy-point>div>div>div.white-bg p {  
        clear: both;
        font-size: 12px;
        font-weight: 100;
        margin-top: 5px;
        margin-bottom: 0;
    }
    #bike-buy-point>div>div>div.white-bg h4 span {  
        font-size: 16px;
        font-weight: bold;
        margin-left: 10px;
    }
    #bike-buy-point>div>div>div.white-bg p span {  
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 10px;
    }
/*    
  #bike-buy-point>div>div>div.white-bg h3 {
    font-size: 18px;
    margin: 5px 0 0;
  }
  #bike-buy-point>div>div>div.white-bg p {
    font-size: 16px;
    margin: 10px;
    0
  }
  #bike-buy-point>div>div>div.white-bg h4 {
    font-size: 16px;
    font-weight: bold
  }
    */
    
    
  #bike-buy-point>div>div>div.white-bg ul {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
  #bike-buy-point>div>div>div.white-bg ul li {
    display: inline-block;
    width: 110px;
    height: auto;
    padding-top: 80px;
    text-indent: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
  #bike-buy-point>div>div>div.white-bg ul li span {
    display: block;
    letter-spacing: 0;
  }
/*  #bike-buy-point>div>div>div.white-bg ul li:nth-of-type(1) {
    background: #fff url(../../images/img-bike-buy-point-01-mobile.png) no-repeat left top;
  }
  #bike-buy-point>div>div>div.white-bg ul li:nth-of-type(2) {
    background: #fff url(../../images/img-bike-buy-point-02-mobile.png) no-repeat left top;
  }
  #bike-buy-point>div>div>div.white-bg ul li:nth-of-type(3) {
    background: #fff url(../../images/img-bike-buy-point-03-mobile.png) no-repeat left top;
  }
  #bike-buy-point>div>div>div.white-bg ul li:nth-of-type(4) {
    background: #fff url(../../images/img-bike-buy-point-04-mobile.png) no-repeat left top;
  }
  #bike-buy-point>div>div>div.white-bg ul li:nth-of-type(5) {
    background: #fff url(../../images/img-bike-buy-point-05-mobile.png) no-repeat left top;
  }
  #bike-buy-point>div>div>div.white-bg ul li:nth-of-type(6) {
    background: #fff url(../../images/img-bike-buy-point-06-mobile.png) no-repeat left top;
  }
  #bike-buy-point>div>div>div.white-bg ul li:nth-of-type(7) {
    background: #fff url(../../images/img-bike-buy-point-07-mobile.png) no-repeat left top;
  }
  #bike-buy-point>div>div>div.white-bg ul li:nth-of-type(8) {
    background: #fff url(../../images/img-bike-buy-point-08-mobile.png) no-repeat left top;
  }
*/    
  #bike-buy-point>div>div>div.white-bg table:nth-of-type(1), #bike-buy-point>div>div>div.white-bg table:nth-of-type(2) {
    display: none;
  }
  #bike-buy-point>div>div>div.white-bg table:nth-of-type(3) {
    display: table;
    width: 100%;
  }
  #bike-buy-point>div>div>div.white-bg table tr td[rowspan] {
    padding: 3px 5px;
  }
  #bike-buy-point>div>div>div.white-bg table:nth-of-type(4) {
    width: 100%;
    float: none;
  }
  #bike-buy-point>div>div>div:nth-of-type(3) {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 100%;
  }
  #bike-buy-point>div>div>div:nth-of-type(3) ul {
    display: table;
    width: 98%;
      margin-left: 10px;
    background: #fff url(../../images/bg-border.png) no-repeat center center;
  }
  #bike-buy-point>div>div>div:nth-of-type(3) li {
    display: table-row;
    width: auto;
    height: auto;
  }
  #bike-buy-point>div>div>div:nth-of-type(3) li a {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    height: 100px;
    padding: 0 21%;
    font-weight: bold;
    text-decoration: underline;
  }
  #bike-buy-point>div>div>div:nth-of-type(3) li span {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    height: 100px;
    padding: 0 21%;
    font-weight: bold;
    color: #999;
  }
  #bike-buy-point>div>div>div:nth-of-type(3) li:nth-of-type(2) a, #bike-buy-point>div>div>div:nth-of-type(3) li:nth-of-type(2) span {
    padding: 0 6%;
  }
  #bike-buy-point>div>div>div:nth-of-type(3) li:last-child a, #bike-buy-point>div>div>div:nth-of-type(3) li:last-child span {
    font-size: 14px;
  }
  #bike-buy-point>div>div>div:nth-of-type(4) {
    display: block;
    text-align: center;
  }
  #bike-buy-point>div>div>div:nth-of-type(4) p {
    line-height: 40px;
  }
  #bike-buy-point>div>div>div:nth-of-type(4) p a {
    font-size: 16px;
    line-height: 55px;
    display: inline-block;
    width: 92%;
    max-width: 400px;
    background-color: #fff;
    border: 1px solid #666;
    font-weight: bold;
  }
  p.to_page_top {
    display: block;
  }
}