@charset "UTF-8";


/*==========共有==========*/

/*コンテンツエンドスペーサー*/
.contents-end-spacer{
  padding:10px;
}



/*コンテンツスペーサー*/
.block-spacer{
	margin:10px 0px 10px 0px;
}

/*コンテンツを中央*/
.block-contents-center{
  padding: 1.0em 1.0em 2.5em 1.0em;/*文字周りの余白*/
  margin:0 auto;/*全体を中央*/
}

/*==========画像==========*/
.wb-img-header{
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 (400/1200x100)*/
  padding-top: 33%;
  background: url('../images/midasi-header.png') 0 0 no-repeat;
  background-size: contain;
}



.wb-img-banner{
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 (300/1200x100)*/
  padding-top: 25%;
  background: url('../images/banner.png') 0 0 no-repeat;
  background-size: contain;
}


.wb-img-banner2{
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 (300/1200x100)*/
  padding-top: 25%;
  background: url('../images/banner2.png') 0 0 no-repeat;
  background-size: contain;
}


.wb-img-line{
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 (200/960x100)*/
  padding-top: 20%;
  background: url('../images/line-head-img.png') 0 0 no-repeat;
  background-size: contain;
}

.line-spacer{
	margin:2.0em 0 2.0em 0;
}

/*法人向けサービス背景*/
.corp-service{
  background: -moz-linear-gradient(top, #f6f9ee, #dbeeac);
  background: -webkit-linear-gradient(top, #f6f9ee, #dbeeac);
  background: linear-gradient(to bottom, #f6f9ee, #dbeeac);
  min-height: 20vh;
}





/*==========固有==========*/
/*ヘッダーライン*/
.header-line{
  background: #ffa200;
}
.header-line h1{
	padding:0.4em;
	font-size:0.2em;
}

.header-line a{
	text-decoration: none;
	color:#fff;
}


/*自社見出し*/
.wb-self-title{
  background: #ffa200;
  width:100%;
  height:auto;
  display: block;
}

.wb-self-title h2{
  color: #fff;/*文字色*/
  font-size:1.7em;
  text-align: center;/*文字中央*/
  line-height: 1.3;/*行高*/
  vertical-align: middle;
  padding:1.2em;
}

/*倒産品・不良在庫・訳あり商品買取*/
.wb-pattarn{
  display: block;
  width:80vw;
  margin:5vw auto 5vh auto;/*H2全体を中央*/
  padding: 1.0em 1.5em;
  background: url('../images/pattarn.png') 0 0 repeat;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #d5d5d5;
}

.wb-pattarn h2{
  margin: 0.2em 0.2em 0.2em 0.2em;
  padding: 0.5em 1.0em;
  color: #222;/*文字色*/
  font-size:1.7em;
  text-align: center;/*文字中央*/
  line-height: 1.447;/*行高*/
}

.wb-pattarn p{
  margin: 0.2em 0.2em 0.5em 0.2em;
  padding: 1.0em 2.0em;
  color: #222;/*文字色*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
}

/*在庫処分にお困りの法人・業者様へ*/
.wb-corp{
  border: 2px solid;
  border-color: #ffa200;
  border-radius: 0.5em;
  margin: 3.5em 2.0em 2.0em 2.0em;/*文字周りの余白*/
}

/*高価買取のポイント*/
.wb-corp h2{
  display: block;
  width:50vw;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  position: relative;/*相対位置*/
  top: -1.5em;/*H2全体を上に*/
  color: #fff;/*文字色*/
  font-size:1.5em;
  text-align: center;/*文字中央*/
  line-height: 1.3;/*行高*/
  background: #ffa200;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;
}

.wb-corp p{
  padding: 1.0em;/*文字周りの余白*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
}


/*倒産品とは？*/
.wb-what-item{
  margin: 3.5em 0.5em 0.5em 0.5em;
}

.wb-what-item h2{
  margin: 0.5em 0.5em 1.5em 0.5em;
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 1.2em 1.5em;
  color: #222;/*文字色*/
  font-size:1.6em;
  
}

.wb-what-item h2:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.wb-what-item p{
  padding: 1.0em 1.5em;
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
}

/*倒産品の主な買取品目*/
.wb-item{
  border: 2px solid;
  border-color: #ffa200;
  border-radius: 0.5em;
  margin: 3.5em 2.0em 2.0em 2.0em;/*文字周りの余白*/
}

.wb-item h2{
  display: block;
  width:50vw;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  position: relative;/*相対位置*/
  top: -1.5em;/*H2全体を上に*/
  color: #fff;/*文字色*/
  font-size:1.5em;
  text-align: center;/*文字中央*/
  line-height: 1.3;/*行高*/
  background: #ffa200;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;
}

.wb-item p{
  padding: 1.0em;/*文字周りの余白*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
}
.wb-item ul{
  padding: 1.0em;/*文字周りの余白*/
}
.wb-item li{
	margin-left: 2.0em;
	padding:0.2em;
	list-style-type: disc;/*ディスク*/
	display: list-item;/*リストスタイル*/
	text-align: left;
	font-size:1.1em;
	color: #222;/*文字色*/
}


/*高価買取のポイント*/
.wb-point{
  border: 2px solid;
  border-color: #ffa200;
  border-radius: 0.5em;
  margin: 3.5em 2.0em 2.0em 2.0em;/*文字周りの余白*/
}

.wb-point h2{
  display: block;
  width:50vw;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  position: relative;/*相対位置*/
  top: -1.5em;/*H2全体を上に*/
  color: #fff;/*文字色*/
  font-size:1.5em;
  text-align: center;/*文字中央*/
  line-height: 1.3;/*行高*/
  background: #ffa200;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;
}
.wb-point h3{
  margin: 1.0em;
  padding: 0.5em;/*文字周りの余白*/
  font-size:1.4em;
  color: #222;/*文字色*/
  border-bottom: solid 1px #ffa200;
}
.wb-point p{
  padding: 1.0em;/*文字周りの余白*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
}
.wb-point ul{
  padding: 1.0em;/*文字周りの余白*/
}
.wb-point li{
	margin-left: 2.0em;
	padding:0.2em;
	list-style-type: disc;/*ディスク*/
	display: list-item;/*リストスタイル*/
	text-align: left;
	font-size:1.1em;
	color: #222;/*文字色*/
}

/*お見積もり*/
.wb-quote{
  border: 2px solid;
  border-color: #ff6666;
  border-radius: 0.5em;
  margin: 3.5em 2.0em 2.0em 2.0em;/*文字周りの余白*/
}
.wb-quote h2{
  display: block;
  width:50vw;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  position: relative;/*相対位置*/
  top: -1.5em;/*H2全体を上に*/
  color: #fff;/*文字色*/
  font-size:1.5em;
  text-align: center;/*文字中央*/
  line-height: 1.3;/*行高*/
  background: #ff6666;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;
}
.wb-quote p{
  padding: 1.0em;/*文字周りの余白*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
}


/*お見積もり*/
.wb-shop{
  border: 2px solid;
  border-color: #ff6666;
  border-radius: 0.5em;
  margin: 3.5em 2.0em 2.0em 2.0em;/*文字周りの余白*/
}
.wb-shop h2{
  display: block;
  width:50vw;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  position: relative;/*相対位置*/
  top: -1.5em;/*H2全体を上に*/
  color: #fff;/*文字色*/
  font-size:1.5em;
  text-align: center;/*文字中央*/
  line-height: 1.3;/*行高*/
  background: #ff6666;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;
}
.wb-shop p{
  padding: 1.0em;/*文字周りの余白*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
}





/*出張*/
.wb-trip{
  border: 2px solid;
  border-color: #ff6666;
  border-radius: 0.5em;
  margin: 3.5em 2.0em 2.0em 2.0em;/*文字周りの余白*/
}
.wb-trip h2{
  display: block;
  width:50vw;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  position: relative;/*相対位置*/
  top: -1.5em;/*H2全体を上に*/
  color: #fff;/*文字色*/
  font-size:1.5em;
  text-align: center;/*文字中央*/
  line-height: 1.3;/*行高*/
  background: #ff6666;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;
}


.box-img{
  display: block;
  margin:0 auto;
  width: 50%;    /* 横幅を割合で指定 */
  height: auto;  /* 高さは自動指定 */
}


/*買取商品に関する詳細*/
.wb-point{
  border: 2px solid;
  border-color: #ffa200;
  border-radius: 0.5em;
  margin: 3.5em 2.0em 2.0em 2.0em;/*文字周りの余白*/
}

/*買取商品に関する詳細*/
.wb-about{
  border: 2px solid;
  border-color: #27b921;
  border-radius: 0.5em;
  margin: 3.5em 2.0em 2.0em 2.0em;/*文字周りの余白*/
}

.wb-about h2{
  display: block;
  width:50vw;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  position: relative;/*相対位置*/
  top: -1.5em;/*H2全体を上に*/
  color: #fff;/*文字色*/
  font-size:1.5em;
  text-align: center;/*文字中央*/
  line-height: 1.3;/*行高*/
  background: #27b921;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;
}

.wb-about p{
  width:50vw;
  padding: 1.0em;/*文字周りの余白*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
  display:block;
  margin:0em auto 4em auto;
  border: 2px solid;
  border-color: #27b921;
  border-radius: 0.5em;
}





@media (min-width: 481px) {
/*出張の流れ*/
.trip-flow{
  margin: 2.0em 0em 1.0em 0em;/*文字周りの余白*/
}
.trip-flow::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.trip-flow h3{
  font-size:1.6em;
  font-weight:600;
  line-height: 1.447;/*行高*/
  color: #c2101a;/*文字色*/
  text-align:center;
  padding:1.3em;
}

.box1{
  float:left;
  display: block;
  width:33%;
}
.box2{
  float:left;
  display: block;
  width:34%;
}
.box3{
  float:left;
  display: block;
  width:33%;
}

.box1-frame{
  display: block;
  margin: 0.2em 0.2em 0.2em 0.2em;
  background: #fff;/*背景色*/
  border: 2px solid;
  border-color: #ccc;
  border-radius: 0.5em;
  padding:1em;
  max-height:340px;
  height:340px;

}

.box2-frame{
  display: block;
  margin: 0.2em 0.2em 0.2em 0.2em;
  background: #fff;/*背景色*/
  border: 2px solid;
  border-color: #ccc;
  border-radius: 0.5em;
  padding:1em;
  max-height:340px;
  height:340px;
}

.box3-frame{
  display: block;
  margin: 0.2em 0.2em 0.2em 0.2em;
  background: #fff;/*背景色*/
  border: 2px solid;
  border-color: #ccc;
  border-radius: 0.5em;
  padding:1em;
  max-height:340px;
  height:340px;
}

.trip-flow h4{
  display: block;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  color: #fff;/*文字色*/
  font-size:1.2em;
  text-align: center;/*文字中央*/
  line-height: 1.2;/*行高*/
  background: #ff6666;/*背景色*/
  vertical-align: middle;
  border-radius: 5px 5px 5px 5px;
  font-weight:600;
}

/* 会社情報 */
.shop-map{
  display: block;
  margin:0 auto;
  width: 50%;    /* 横幅を割合で指定 */
  height: auto;  /* 高さは自動指定 */
  float:left;
}

.wb-company-layout{
  display:block;
  width:50%;
  float:left;
}


.wb-company::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*さらに詳しく*/
.wb-about-img{
  width:50%;
  height:auto;
  display: block;
  margin:2em auto;
}

.wb-about-img-core{
  width:100%;
  height:auto;
  display: block;
  margin:5vw auto 5vh auto;
}




/*法人向けサービス*/
.crsv{
  display: block;
  width:50%;
  height:auto;
  margin:0 auto;
}

.wb-trip p{
  padding: 1.0em;/*文字周りの余白*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
  display:block;
}

}

/*モバイルのみの表示*/
@media (max-width: 481px) {
/*出張の流れ*/
.trip-flow{
  margin: 2.0em 0em 0em 0em;/*文字周りの余白*/
}

.trip-flow h3{
  font-size:1.6em;
  font-weight:600;
  line-height: 1.447;/*行高*/
  color: #c2101a;/*文字色*/
  text-align:center;
  padding:1.3em;
}


.box1{
  display: block;
  width:100%;
}
.box2{
  display: block;
  width:100%;;
}
.box3{
  display: block;
  width:100%;;
}


.box1-frame{
  display: block;
  margin: 0.2em 0.2em 0.2em 0.2em;
  background: #fff;/*背景色*/
  border: 2px solid;
  border-color: #ccc;
  border-radius: 0.5em;
  padding:1em;
  max-height:300px;
}

.box2-frame{
  display: block;
  margin: 0.2em 0.2em 0.2em 0.2em;
  background: #fff;/*背景色*/
  border: 2px solid;
  border-color: #ccc;
  border-radius: 0.5em;
  padding:1em;
  max-height:300px;
}

.box3-frame{
  display: block;
  margin: 0.2em 0.2em 0.2em 0.2em;
  background: #fff;/*背景色*/
  border: 2px solid;
  border-color: #ccc;
  border-radius: 0.5em;
  padding:1em;
  max-height:300px;
}

.trip-flow h4{
  display: block;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  color: #fff;/*文字色*/
  font-size:1.2em;
  text-align: center;/*文字中央*/
  line-height: 1.2;/*行高*/
  background: #ff6666;/*背景色*/
  vertical-align: middle;
  border-radius: 5px 5px 5px 5px;
  font-weight:600;
}

/*会社情報*/
.shop-map{
  display: block;
  margin:0 auto;
  width: 100%;    /* 横幅を割合で指定 */
  height: auto;  /* 高さは自動指定 */
}

.wb-company-layout{
  display:block;
  width:90%;
  margin: 3em auto;/*文字周りの余白*/
}

.wb-company::after {

}

/*さらに詳しく*/
.wb-about-img{

}

.wb-about-img-core{
  width:100%;
  height:auto;
  display: block;
  margin:5vw auto 5vh auto;
}


/*法人向けサービス*/
.crsv{
  display: block;
  width:100%;
  height:auto;
  margin:0 auto;
}

.wb-trip p{
  padding: 1.0em;/*文字周りの余白*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
  display:block;

}




}



/*エリア*/
.wb-area{
  border: 2px solid;
  border-color: #ff6666;
  border-radius: 0.5em;
  margin: 3.5em 2.0em 2.0em 2.0em;/*文字周りの余白*/
}
.wb-area h2{
  display: block;
  width:50vw;
  padding: 1.0em;/*文字周りの余白*/
  margin:0 auto;/*H2全体を中央*/
  position: relative;/*相対位置*/
  top: -1.5em;/*H2全体を上に*/
  color: #fff;/*文字色*/
  font-size:1.5em;
  text-align: center;/*文字中央*/
  line-height: 1.3;/*行高*/
  background: #ff6666;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;
}
.wb-area p{
  padding: 1.0em;/*文字周りの余白*/
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
}


/*会社情報*/
.wb-company{
  margin: 3.5em 2.5em 3.5em 2.5em;/*文字周りの余白*/
  display:block;
  border: 2px solid;
  border-color: #9c9a92;
  box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.2);
  padding:1.4em;
}




.wb-company h2{
  font-size:1.6em;
  line-height: 1.447;/*行高*/
  color: #c2101a;/*文字色*/
  margin: 0.5em 0em 0.5em 0em;/*文字周りの余白*/
}

.wb-company p{
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
}

.wb-company h3{
  font-size:1.4em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
  margin: 0.5em 0em 0.5em 0em;/*文字周りの余白*/
}

.wb-company dl{
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
  margin: 0.5em 0em 0.5em 0em;/*文字周りの余白*/
}


/*個人情報保護*/
.wb-privacy{
  margin: 3.5em 2.5em 3.5em 2.5em;/*文字周りの余白*/
  display:block;
  border: 2px solid;
  border-color: #9c9a92;
  box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.2);
  padding:1.4em;
}

.wb-privacy h2{
  font-size:1.6em;
  line-height: 1.447;/*行高*/
  color: #c2101a;/*文字色*/
  margin: 0.5em 0em 0.5em 0em;/*文字周りの余白*/
}

.wb-privacy p{
  font-size:1.2em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
}

/*お問い合わせフォーム*/
.wb-inq-form{
  margin: 3.5em 2.5em 3.5em 2.5em;/*文字周りの余白*/
  display:block;
  border: 2px solid;
  border-color: #9c9a92;
  box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.2);
  padding:1.4em;
}

.wb-inq-form h2{
  font-size:1.4em;
  line-height: 1.447;/*行高*/
  color: #c2101a;/*文字色*/
  margin: 0.5em 0em 0.5em 0em;/*文字周りの余白*/
}

.wb-input-box{
  width:90%;
  text-align:center;
  margin: 1.5em auto 1.5em auto;/*文字周りの余白*/
}


.wb-inq-frame dl{
  font-size:1.3em;
  line-height: 1.447;/*行高*/
  color: #222;/*文字色*/
  margin: 1.5em 0em 1.5em 0em;/*文字周りの余白*/
}
.wb-inq-frame dt {
  text-align:left;
  padding:0.2em;
}

.wb-inq-frame dd {
  text-align:left;
  padding:0.2em;
}

input.inq{
  width:100%;
  border:solid #d3d3d3 1px;
  font-size:1.5em;
  padding:0.2em;
}

.inq-frame-single{
  width:90%;
  margin: 0 auto;/*文字周りの余白*/
  text-align:center;
}

textarea.inq{
  width:100%;
  line-height: 1.5em;
  font-size:1.5em;
  margin: 0em 0em 1.5em 0em;/*文字周りの余白*/
  padding:0.2em;
}

.inq-btn-layout{
  text-align: center;
  margin: 0.5em 0em 0.5em 0em;/*文字周りの余白*/
}

.submit_button {
  width:80%;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  height: 2.4em;
  border: solid 2px #ffa200;
  border-radius: 15px;
  background:#ffa200;
  color: #fff;
  font-size: 2.1em;
  line-height: 2.1em;
  cursor:pointer;
}


/*フッタスペーサー*/
.footer-spacer{
  display:block;
  padding-bottom:8em;
}

/*フッタバー*/
.contents-footer{
  width:100vw;
  height:13vh;
  position: fixed;
  bottom: 0;
  color:#fff;
  background:#c2101a;
  text-align:left;
}
	













/*PCのみの表示*/
@media (min-width: 481px) {
  .pc-option{

  }
  .mobile-option{
    display:none;
  }
	
  /*フッターコンテンツの中央配置*/
  .contents-footer-block{
    width: 80vw;
    text-align:left;
    margin: 1.8em auto 1.0em auto;
  }
	
  /*2カラムレイアウト*/
  .col2{
    width:50%;
    float:left;
  }
  
  /*左フロート*/
  .float-left{
    float:left;
  }
  
  /*フッタ買取申請フォームボタン*/
  .footer_center_btn_layout{
  
    margin: 0 auto;
    width:70%;
  }
  
  .footer_center_btn{
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border: solid 2px #ffa200;
    border-radius: 15px;
    background:#ffa200;
    color: #fff;
    font-size: 1.2em;
    padding:1.3em;
  }
  
  /*フリーダイヤル*/
  .free-dial-layout{
    font-weight:600;
    font-size: 1.8em;
    text-align: right;
    line-height: 1.2;
  }
  .time-layout{
    font-weight:600;
    font-size: 0.9em;
    text-align: right;
    line-height: 1.2;
  }
  .holyday-layout{
    font-weight:600;
    font-size: 0.7em;
    text-align: right;
    line-height: 1.2;
  }
  
}

/*モバイルのみの表示*/
@media (max-width: 481px) {
  .pc-option{
    display:none;
  }
  .mobile-option{

  }
  .ui-center_btn{
    position: relative;
    display: block;
    height:32px;
    text-decoration: none;
    color: #fff;
  }
  /*フッタUIフリーボタンダイヤル*/
  .footer-ui-free-dial-btn-layout{
    font-weight:600;
    font-size: 26px;
    text-align:center;
    line-height: 1.7;
    padding-top:4px;
  }
  .footer-ui-info-tel{
    text-align:center;
    background:#ffa200;
    padding:5px;
    display:block;
    width:50vw;
    margin: 0 auto;
    border-radius: 5px;
    font-weight:600;
  }




}
