@charset "UTF-8";
/* 共通 */

h1 {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
  font-size:1.7rem;
  font-weight:600;
  margin-bottom:10px;
}
h1 span {
	display: block;
	margin-bottom: .2em;
	color: #0054B8;
	font-size: .9em;
}


h2{
	color: #FFFFFF;/*文字色*/
	font-weight: 400;
	position: relative;
	padding: .5em .75em;
	margin-bottom: 15px;
	background-color: #00849A;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}

h2:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f0f0f0;

}

.h1_buyinb_list{
	background:url(../images/flow/h1_bg.png);
}

.h1_flow{
	background: url(../images/flow/h1_bg.png);
	margin-top: auto;
	margin-bottom: auto;
	height: auto;
	padding-bottom: auto;
	padding-top: auto;
}

.h1_doc{
	background:url(../images/doc/h1_bg.png);
}

.h1_area{
	background:url(../images/doc/h1_bg.png);
}

.h1_qa{
	background:url(../images/qa/h1_bg.png);
}
.h1_com{
	background:url(../images/doc/h1_bg.png);
}


/* 流れ */

.flow{
	 padding-top:20px;
 }


.flow_box{
	border:1px solid #efefef;
}

.flow_box .step{
	background-color:#3e8ae5;
	padding:10px 0;
	width:100%;
	text-align:center;
}

.flow_box .step img{
	width:30px;
}

.flow_box .txt{
	padding:20px;
	width:100%;
}

.flow_box .txt h2{
	font-size:2.0rem;
	font-weight:600;
	margin-bottom:10px;
}

.flow .arrow{
	padding:20px 0;
	margin:0 auto;
	width:72px;
	text-align:center;
}


.flow_dis{
	margin:30px 0;
}

.flow_dis h3{
	font-size:2.2rem;
	font-weight:600;
	margin-bottom:20px;
}

.flow_dis li{
	width:32%;
	margin-right:2%;
	float:left;
	margin-bottom:20px;
}

.flow_dis li img{
	width:100%;
    margin-bottom:10px;
}

.flow_dis li:last-child{
	margin-right:0;
}

/* FAQ */

.qa {
	margin-bottom:50px;

}
.qa  label {
    font-weight: bold;
    cursor :pointer;
	padding:10px 0;
    transition: all 0.3s;
	font-size:1.6rem;
	vertical-align:middle;
	display:block;
	background:url(../images/qa/aicon_arrow.png) right bottom no-repeat;
}

.qa  label:before{
	content:url(../images/qa/icon_q.png);
    margin-right: 16px;
    position: relative;
	display:block;
	float:left;
}

/*ラベルホバー時*/
.qa  label:hover {
    background:#FCFAA9;
}

/*チェックは隠す*/
.qa  input {
    display: none;
}

/*中身を非表示にしておく*/
.qa  .accshow {
    height: 0;
	padding:10px 0;
	margin:0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.qa  .accshow:before{
	content:url(../images/qa/icon_a.png);
    margin-right: 16px;
	font-size:1.6rem;
	float:left;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
}

/*必要書類*/

.doc  {
	margin-bottom:50px;

}
.doc .doc_box {
	border-bottom:1px solid #CCC;
	padding:20px 0;
}

.doc .left_box {
	font-weight:500;
	font-size:1.6rem;
}

.doc .right_box {
}

.doc .right_box li {
	position:relative;
	padding-left:16px;
}


.doc .right_box li:before {
    content: "●";
    color: #3e8ae5;
    display: block;
    font-size: 1rem;
    position: absolute;
    top: 2px;
    left: 0;
}


.doc .doc_box2 {
	border:1px solid #CCC;
	padding:20px;
	margin-top:50px;
}


.doc .doc_box2 h2{
	font-weight:600;
	font-size:2.4rem;
	margin-bottom:20px;
}


.doc .s_font{
	font-size:1.2rem;
	color:#F05B82;
}


/* 出張エリア */

.area .area_box{
	border:1px solid #CCC;
	padding:0 20px 20px 20px;
	margin:20px 0 30px 0;
}

.area .area_box h2{
	font-weight:600;
	font-size:2.4rem;
	margin:20px 0 10px 0;
}

.area .area_box p{
	font-size:1.6rem;
	line-height:1.8em;
}

.area .area_box a{
	text-decoration:underline;
	color:#FBAB2D;
}

/* 会社案内 */
.com{
	margin-top:20px;
	margin-bottom:50px;
}

.com dt{
	font-size:1.8rem;
	font-weight:600;
	border-left:7px solid #000;
	margin-bottom:10px;
	padding-left:15px;
}

.com dd{
	margin-bottom:20px;
}


/* エリア別 */

.by_area{
}

.by_area  a{
	text-decoration:underline;
	color:#6B011B;
}

a.btn-radius-solid {
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
	background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
	background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
	margin-top: auto;
	text-decoration: none;
	text-align: left;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}



.by_area h3 {
	font-weight: 600;
	font-size: 2.0rem;
	color: #FFFFFF;/*文字色*/
	border: solid 3px #364e96;/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	margin-top: 15px;
	background-color: #50A2FB;
}

.by_area h4 {
	color: #041E66;
	text-align: left;
	padding: 0.25em;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bolder;
}

.by_area .aboutbike li{
	width:49%;
	margin-right:2%;
	text-align:center;
	float:left;
	margin-bottom:20px;
}

.by_area .aboutbike li:nth-child(even){
	margin-right:0;
}


.by_area .aboutbike img{
	width:100%;
}

.by_area{
	margin-bottom:30px;
}

.by_area .tel{
	padding:0 ;
	margin:0 0 30px 0;
}

.by_area .tel .number{
	font-size:3.0rem;
	letter-spacing: .04em; 
}

.by_area .tel .number:before{
	content:url(../images/head_freedial.png);
    margin-right: 16px;
    position: relative;
	top:3px;
}


.by_area .tel .recept{
	font-size:1.0rem;
	color:#FFF;
	background-color:#333;
	padding:2px 4px;
	margin-right:5px;
	display:inline-block;
}

.by_area .doc .midasi{
	font-weight:600;
}

.by_area .doc{
	margin:20px 0;
	border:1px solid #A8EE7B;
	padding:10px 20px;
}


.by_area .doc li {
	position:relative;
	padding-left:16px;
}


.by_area .doc li:before {
    content: "●";
    color: #3e8ae5;
    display: block;
    font-size: 1rem;
    position: absolute;
    top: 2px;
    left: 0;
}

/* 町名リスト */

.town_box{
	border:1px solid #CCC;
	padding:0 20px 20px 20px;
	margin:10px 0 10px 0;
	background-image: url("../images/sky_back.jpg");
	background-repeat: repeat;
}

.town_box h2{
	font-weight: 600;
	font-size: 1.4rem;
	margin: 10px 0 5px 0;
}

.town_box h3{
	font-weight: 100;
	font-size: 1.0rem;
	margin: 5px 0 5px 0;
	color: #030B4E;
}
.town_box a{
	color: #860404;
	text-decoration: none;
}


/* 町名タイトル */

.town_title{
	border: 1px solid #CCC;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
	margin: 10px 0 10px 0;
	border-radius: 5px;
	background-image: url("../images/town_title.png");
	padding-top: 10px;
	text-shadow: 1px 1px 2px #9C9DA0;
	text-align: center;
}

.town_title h2{
	font-size:2.0rem;
	font-weight:700;
	padding: 0 5px 5px 0px;
	margin: 1px 0 1px 0;
	color: #030B4E;
}

.town_title h3{
	font-weight: 100;
	font-size: 1.5rem;
	padding: 0 5px 5px 0px;
	margin: 1px 0 1px 0;
	color: #030B4E;
}
.town_title a{
	color: #EB0074;
	text-decoration: underline;
}


@media screen and (min-width : 600px ){
	.by_area .aboutbike li{
	width:24.25%;
	margin-right:1%;
}
.by_area .aboutbike li:nth-child(even){
	margin-right:1%;
}

.by_area .aboutbike li:last-child{
	margin-right:0;
}

.by_area .tel .number{
	font-size:3.8rem;
	letter-spacing: .04em; 
}


	
}

@media screen and (min-width: 1100px) {
	
h1{
	font-size: 3.6rem;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
}

	
.flow_box .step{
	float:left;
	padding:30px 0;
	width:140px;
}

.flow_box .step img{
	width:54px;
}

.flow_box .txt{
	float:left;
	padding:20px 35px 0;
	width:608px;
}

.flow_box .txt h2{
	font-size:2.0rem;
	font-weight:600;
	margin-bottom:10px;
}

.flow_dis h3{
	font-size:2.6rem;
}

.doc .left_box {
	float:left;
	width:350px;
}

.doc .right_box {
	float:left;
	width:400px;
}


}

/* 買取車種一覧*/

.buying_list {
	margin:30px 0;
	
}

.buying_list h3{
	border-left:8px solid #e4007f;
	font-size: 2.2rem;
	font-weight: 600;
	margin:20px 0;
	padding-left:16px;
}

.buying_list li{
	float: left;
	margin-right:20px;
	
}

.buying_box {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
}
 
.list_buying:before {
    content:  "";                 /* 空の要素作成 */
    width: 9px;                            /* 幅指定 */
    height:14px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: 3px;                             /* アイコンの位置を調整 */
    margin-right: 10px;                      /* 余白指定 */
    background-image: url("../images/icon_arrow.png") ;/* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: top;                    /* アイコンの位置を調整 */
}
 
.list_buying {
	display: inline-block;
	padding:  10px;                         /* 余白指定 */
    margin-bottom: 5px;                     /* 要素と要素の間指定 */
    font-size:  14px;                       /* 文字サイズ指定 */
}

.resizeimage img {
	width: 50%;
	display: inline-block;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.figure {
	text-align: center;
	list-style-position: inside;
	display: compact;
}
.figcaption {
	color: grey;
	font: 12px arial;
}


/* 買取車種_詳細*/

.buying_details h2 {
font-size:2.8rem;
font-weight: 600;
margin:30px 0;
text-align: center;
}

.buying_details_waku{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	
}




.bike_img{
}

.bike_img img{
	width:100%;
    margin-bottom:20px;
}

.bike_det{
    margin-top:20px;
}

.bike_det dt{
	font-weight: 600;
	border-bottom:1px solid #eee;
	margin:10px 0 5px 0;
}
