@charset "utf-8";
/**********************************************************************
	メイン画像 - className : Mv
***********************************************************************/
.Mv .l-inner-main {
  position: relative;
  height: 650px;
}
.Mv .Mv_catch_copy {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -142px;
}
.Mv .Mv_icon {
  position: absolute;
  right: 0;
  bottom: 50px;
}

@media only screen and (max-width: 959px) {
  .Mv .Mv_catch_copy {
    left: 50%;
    top: 70px;
    margin-top: 0;
    margin-left: -236px;
  }
  .Mv .Mv_icon {
    left: 50%;
    bottom: 40px;
    margin-left: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .Mv .l-inner-main {
    height: 300px;
  }
  .Mv .Mv_catch_copy {
    width: 240px;
    margin-left: -120px;
    top: 80px;
  }
  .Mv .Mv_catch_copy img {
    width: 100%;
    height: auto;
  }
  .Mv .Mv_icon {
    display: none;
  }
}
/**********************************************************************
	ご存知 - className : World
***********************************************************************/
.World header {
  color: #FFF;
  overflow: hidden;
  margin-bottom: 30px;
}
.World header p {
  color: #FFF;
  font-size: 20px;
  height: 58px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
  width: 240px;
  float: left;
  display: inline-block;
  border: 3px solid #FFF;
  position: relative;
  z-index: 0;
  margin-right: 20px;
}
.World header p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #ee7700;
  z-index: 0;
}
.World header p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #FFF;
  z-index: -1;
}
.World header h3 {
  font-size: 22px;
  font-weight: bold;
  float: left;
  color: #393124;
  line-height: 1.4;
  width: 67%;
}
.World header h3 span {
  color: #FFF;
}
.World .truck-btn {
  width: 170px;
  height: 170px;
  background: #FFF;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  float: left;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.World .truck-btn:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.World .truck-btn dt {
  padding-top: 30px;
  padding-bottom: 10px;
}
.World .truck-btn dd {
  font-weight: bold;
}
.World .truck-btn:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background: url("../common/images/icon_arrow_o.png") center center no-repeat;
  bottom: 10px;
  left: 50%;
  margin-left: -7px;
}
.World .truck-btn.on:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  left: 50%;
  bottom: -30px;
  margin-left: -5px;
}
.World .World-list-wrap-box {
  position: relative;
  margin: 0 10px;
}
.World .World-list-wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFF;
  display: none;
}
.World .World-list-wrap.on {
  display: block;
}
.World .World-list p {
  cursor: pointer;
  border-bottom: 1px dotted #393124;
  font-weight: bold;
  padding: 15px;
  position: relative;
  margin-bottom: 0;
}
.World .World-list p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background: url("../common/images/icon_arrow_o.png") center center no-repeat;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.World .World-list ul {
  border-bottom: 1px dotted #393124;
  overflow: hidden;
  padding: 20px 0 0;
  display: none;
}
.World .World-list ul li {
  width: 25%;
  padding-left: 25px;
  padding-bottom: 20px;
  font-size: 1.4rem;
  float: left;
  line-height: 1;
  background: url("../images/icon_arr_mini.png") 15px 2px no-repeat;
}
.World .World-list.open p:before {
  background: url("../common/images/icon_arrow_o2.png") center center no-repeat;
}
.World .World-list.open ul {
  display: block;
}

@media only screen and (max-width: 959px) {
  .World header p {
    width: 180px;
  }
  .World header h3 {
    width: 70%;
  }
  .World .row.row-28 > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .World .truck-btn {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .World .truck-btn dt {
    padding-top: 30px;
    padding-bottom: 10px;
    width: 50px;
    margin: 0 auto;
  }
  .World .truck-btn dt img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .World header {
    margin-bottom: 15px;
  }
  .World header p {
    width: 100%;
    font-size: 16px;
    height: 38px;
    line-height: 34px;
  }
  .World header p:before, .World header p:after {
    display: none;
  }
  .World header h3 {
    width: 100%;
    font-size: 1.8rem;
  }
  .World .truck-btn {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .World .World-list-wrap {
    margin-bottom: 30px;
  }
}
/**********************************************************************
	強み - className : Strength
***********************************************************************/
.Strength {
  background: url("../images/bg_strong.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.Strength h4 {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.Strength h4 .tag {
  font-size: 1.8rem;
  background: #ee7700;
  border-radius: 100px;
  color: #FFF;
  padding: 7px 10px;
  margin-right: 5px;
}
.Strength .big_font {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.Strength .big_font span {
  font-size: 4.6rem;
  color: #ee7700;
}
.Strength .Strength-img {
  position: relative;
}
.Strength .Strength-img .btn-Signboard {
  left: 0;
   right: 15%;
  bottom: 0;
  margin: auto;
  width: 9%;
  height: 4%;
}
.Strength .Strength-img .btn-Purchase {
  right: 0;
  bottom: 8%;
  margin: auto;
  width: 20%;
  height: 6%;
}

@media only screen and (max-width: 767px) {
  .Strength h4 {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
  .Strength h4 .tag {
    font-size: 1.3rem;
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 7px;
  }
  .Strength .big_font {
    font-size: 2.2rem;
  }
  .Strength .big_font span {
    font-size: 3.2rem;
    color: #ee7700;
  }
}
/**********************************************************************
	TRUCKEXPOの完全無料買取り！ - className : Free
***********************************************************************/
.Free .top_cap {
  font-size: 1.8rem;
  font-weight: bold;
}
.Free .Free-type-inner {
  padding: 20px 20px 0;
}
.Free .Free-type-inner div {
  text-align: center;
  font-weight: bold;
}
.Free .Free-type-inner div dl {
  background: #FFF;
}
.Free .Free-type-inner div dt {
  padding-top: 15px;
  font-size: 22px;
}
.Free .Free-type-inner div dd {
  color: #ee7700;
  font-size: 5.0rem;
}
.Free .Free-type-inner div dd span {
  font-size: 10rem;
  margin-left: 5px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 700;
}
.Free .Free-flow > div .m-card {
  position: relative;
}
.Free .Free-flow > div .m-card:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -25px;
  top: 50%;
  margin-top: -40px;
  border-style: solid;
  border-width: 40px 0 40px 16px;
  border-color: transparent transparent transparent #ee7700;
}
.Free .Free-flow > div:last-child .m-card:before {
  left: 50%;
  top: auto;
  bottom: -25px;
  margin-left: -40px;
  border-style: solid;
  border-width: 16px 40px 0 40px;
  border-color: #ee7700 transparent transparent transparent;
}
.Free .Free-flow.bottom > div {
  float: right;
}
.Free .Free-flow.bottom > div .m-card:before {
  left: -25px;
  border-style: solid;
  border-width: 40px 16px 40px 0;
  border-color: transparent #ee7700 transparent transparent;
}
.Free .Free-flow.bottom > div:last-child .m-card:before {
  display: none;
}
.Free .Free-flow .card-header {
  margin-top: -40px;
  position: relative;
  z-index: 10;
}
.Free .Free-flow .icon_num {
  background: #ee7700;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  font-size: 2.0rem;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
  border: 4px solid #ede8df;
  letter-spacing: 1px;
}
.Free .big_font {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.Free .big_font span {
  color: #ee7700;
}
.Free .Free-flow-after {
  padding: 25px 30px 30px;
}
.Free .Free-flow-after h4 {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.Free .Free-flow-after h5 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
}
.Free .Free-flow-after .m-horizontal_card .card-main {
  background: #FFF;
}
.Free .Free-flow-after .m-horizontal_card .card-header {
  padding: 15px 15px 0 15px;
}
.Free .Free-flow-after .m-horizontal_card .card-body {
  font-size: 1.5rem;
  padding: 10px 15px 15px;
  line-height: 1.4;
}

@media only screen and (max-width: 959px) {
  .Free .Free-type-inner div dt {
    font-size: 1.6rem;
  }
  .Free .Free-flow-after .m-horizontal_card .card-img {
    display: none;
    /*overflow : hidden;
    img {
    	width  : auto;
    	height : 100%;
    }*/
  }
  .Free .Free-flow-after .m-horizontal_card .card-body {
    font-size: 1.3rem;
  }
  .Free .Free-flow-after .m-horizontal_card .card-footer {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .Free .top_cap {
    font-size: 1.5rem;
  }
  .Free .Free-type-inner div dt {
    font-size: 1.3rem;
  }
  .Free .Free-type-inner div dd {
    font-size: 3rem;
  }
  .Free .Free-type-inner div dd span {
    font-size: 7.5rem;
  }
  .Free .Free-flow > div .m-card:before {
    display: none;
  }
  .Free .Free-flow > div .m-card .card-header {
    padding: 10px 10px 0 10px;
  }
  .Free .Free-flow > div .m-card .card-header h5 {
    font-size: 1.6rem;
  }
  .Free .Free-flow > div .m-card .card-body {
    padding: 10px;
    font-size: 1.3rem;
  }
  .Free .Free-flow-after {
    padding: 10px 15px 15px;
  }
  .Free .Free-flow-after h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .Free .Free-flow-after h5 {
    font-size: 1.6rem;
  }
  .Free .Free-flow-after .m-horizontal_card .card-main {
    background: #FFF;
    width: 90%;
    margin:0 5%;
  }
  .Free .Free-flow-after .m-horizontal_card .card-img {
    width: 100%;
  }
  .Free .Free-flow-after .m-horizontal_card .card-img img {
    width: 100%;
    height: auto;
  }
  .Free .Free-flow-after .m-horizontal_card .card-header {
    padding: 15px 15px 0 15px;
  }
  .Free .Free-flow-after .m-horizontal_card .card-body {
    font-size: 1.5rem;
    padding: 10px 15px 15px;
    line-height: 1.4;
  }
  .Free .big_font {
    font-size: 2.2rem;
  }
}
/**********************************************************************
	お知らせ - className : News
***********************************************************************/
.News h3 {
  line-height: 100px;
  font-weight: bold;
}
.News h3 span {
  font-size: 30px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .News {
    text-align: center;
  }
  .News h3 {
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
  }
  .News h3 span {
    font-size: 2.6rem;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
}
/**********************************************************************
	会社概要 - className : Company
***********************************************************************/
.Company {
  background: url("../images/bg_company.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.Company h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}
.Company h3 span {
  font-size: 36px;
  display: block;
  margin-bottom: 5px;
}
.Company p{
    color: #fff;
}
.Company th,
.Company td{
        font-size: 1.4rem;
}
.Company .m-btn {
  margin: 0 auto;
}
.Company .m-btn .icon_w {
  display: inline-block;
  background: url("../common/images/icon_window.png") center center no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .Company h3 {
    margin-bottom: 35px;
  }
  .Company h3 span {
    font-size: 2.6rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
  }
}
/**********************************************************************
	買取り実績モーダル - className : Purchase-modal
***********************************************************************/
.Purchase-modal {
  background: url("../images/bg_purchase.jpg") center no-repeat;
  background-size: cover;
}
.Purchase-modal .row {
  margin: 0;
}
.Purchase-modal .card-Purchase {
  opacity: 0;
}
.Purchase-modal .replace_bg_img {
  background-size: cover;
}
.Purchase-modal .Purchase-add {
  font-size: 1.6rem;
}
.Purchase-modal .Purchase-name {
  position: relative;
}
.Purchase-modal .Purchase-name:after {
  position: absolute;
  content: 'さん';
  left: 100%;
  bottom: 0;
  font-size: 1.4rem;
  width: 3em;
  text-align: right;
}
.Purchase-modal .Purchase-carname {
  margin-bottom: 0;
}
.Purchase-modal .Purchase-carprice {
  position: relative;
  color: #ee7700;
  font-weight: bold;
  font-size: 3.0rem;
}
.Purchase-modal .Purchase-carprice strong {
  font-family: "Oswald", sans-serif;
  font-size: 4.8rem;
  margin-left: 10px;
}
.Purchase-modal .Purchase-carprice:before {
  position: absolute;
  right: 100%;
  bottom: 0;
  font-size: 1.4rem;
  width: 2em;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .Purchase-modal .Purchase-add {
    font-size: 1.4rem;
  }
  .Purchase-modal .Purchase-name {
    font-size: 1.6rem;
  }
  .Purchase-modal .Purchase-name:after {
    font-size: 1.2rem;
  }
  .Purchase-modal .Purchase-carprice {
    font-size: 2.4rem;
  }
  .Purchase-modal .Purchase-carprice strong {
    font-size: 3.6rem;
    margin-left: 5px;
  }
}
/**********************************************************************
	看板消しモーダル - className : Signboard-modal
***********************************************************************/
.Signboard-modal {
  background: url("../images/bg_signboard.jpg") center no-repeat;
  background-size: cover;
}
.Signboard-modal .row {
  margin: 0;
}
.Signboard-modal .thumbnail-Signboard {
  background-color: white;
  opacity: 0;
}
.Signboard-modal .thumbnail-Signboard .thumbnail-header {
  padding: 0 20px 20px 20px;
}
.Signboard-modal .Signboard-add {
  font-size: 1.6rem;
}
.Signboard-modal .Signboard-name {
  position: relative;
}
.Signboard-modal .Signboard-name:after {
  position: absolute;
  content: 'さん';
  left: 100%;
  bottom: 0;
  font-size: 1.4rem;
  width: 3em;
  text-align: right;
}



.Doc {
    clear: both;
}
.Doc  h3{
    background: #fff;
}
/*!***************************************************************
*  m-card
****************************************************************/
.m-card {
    padding:0;
}
.m-card .card-img {
    width: 100%;
    background: white;
    text-align: center;
    position: relative;
    height: 186px;
}
.m-card .card-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.m-card .card-header {
    padding: 16px 0 4px 0;
}
@media only screen and (max-width: 959px) {
    .m-card .doc06 {
        letter-spacing: -0.8px;
    }
    .m-card .img_size img {
        width: 90% !important;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .m-card .card-header {
        padding: 10px 0 0 0;
    }
    .m-card .card-header h5 {
        font-size: 1.8rem;
    }
    .m-card .img_size img {
        width: auto !important;
    }
}

/**********************************************************************
以下の書類が必要なケース - className : other_doc
***********************************************************************/
.other_doc {
    background: #ede8df;
    padding: 20px 30px 30px;
    margin-top: 20px;
}
.other_doc .other_doc_h {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1px;
    margin-bottom: 20px;
}
.other_doc .other_doc_w {
    background: white;
    padding: 0 20px;
    display: table;
}
.other_doc figure {
    display: table-cell;
    vertical-align: top;
}
.other_doc .other_doc_txt {
    display: table-cell;
    vertical-align: top;
}
.other_doc .other_doc_ttl_05 {
    font-size: 2.0rem;
    margin-bottom: 12px;
    font-weight: bold;
}
.other_doc .other_doc_txt_p {
    line-height: 1.2;
}
@media only screen and (max-width: 959px) {
    .other_doc .col-pc-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 10px !important;
    }
    .other_doc .other_doc_w {
        display: block;
        padding: 10px 20px;
    }
    .other_doc figure {
        display: block;
        text-align: center;
    }
    .other_doc .other_doc_txt {
        display: block;
        padding-top: 0 !important;
        text-align: center;
    }
    .other_doc .other_doc_ttl_05 {
        margin-bottom: 10px;
    }
    .other_doc .other_doc_txt_p {
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .other_doc {
        padding: 10px 15px 10px;
        margin-top: 20px;
    }
    .other_doc .other_doc_h {
        font-size: 2rem;
        line-height: 1.5;
    }
    .other_doc .other_doc_w {
        padding: 10px;
    }
    .other_doc .other_doc_ttl_05 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .other_doc .other_doc_txt_p {
        line-height: 1.4;
    }
}

