*{
	margin:0;padding:0;
    box-sizing: border-box;
}

body{
	-webkit-text-size-adjust: 100%;
}

body header+div {
    margin-top: 152px !important;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html{  -webkit-text-size-adjust: 100%;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
  line-height: 1.5;
	webkit-text-size-adjust: 100%;
	background:#f7f7f7;
	background: #fff;
	position: relative;
	min-height: 100%;
	top: 0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;line-height:1.5;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;

	//320px～768pxの幅で文字サイズ16pxから32pxまで可変、それ以上の幅では文字サイズは40px
	//計算式	font-size: clamp(16px,calc(16px + ((1vw - (320px/100)) * ((32-16)/(768-320)*100) )),40px);
//	font-size: clamp(16px,calc(16px + ((1vw - 3.2px) * 2.67857 )),40px);
font-size: clamp(15px,calc(15px + ((1vw - 3.2px) * 0.45 )),19px);

}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}
/* ------ useeragentcss reset kokomade --------------*/
html,dl{
	//320px～768pxの幅で文字サイズ16pxから32pxまで可変、それ以上の幅では文字サイズは40px
	//計算式	font-size: clamp(16px,calc(16px + ((1vw - (320px/100)) * ((32-16)/(768-320)*100) )),40px);
//	font-size: clamp(10px,calc(10px + ((1vw - 3.2px) * 3.57128571 )),40px);
//	color:red;
}



ul,dl{
	padding:0 3%;
}

dt{
	padding:3% 0 1% 0;
}
li,dd{
	display: inline-block;
//    white-space: nowrap;
    margin-left:10px;
    margin-bottom:5px;
//    line-height:1.5rem;
}

label{
	white-space: nowrap;
}
#container{
//	text-align:center;
	position: relative;
	min-height: 100%;
	//320px～768pxの幅で文字サイズ16pxから32pxまで可変、それ以上の幅では文字サイズは40px
	//	font-size: clamp(16px,calc(16px + ((1vw - (320px/100)) * ((32-16)/(768-320)*100) )),40px);
	//	font-size: clamp(16px,calc(16px + ((1vw - 3.2px) * 2.67857 )),40px);
}


#page-content{padding:0;padding-bottom: 2em;}
#allshodan,#sotoshodan,#uchishodan,#userinfo,#shainmemo{text-align:left;}

#userinfo,#shainmemo{padding:0 3%;}


#footer{
	padding:auto;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 2em;
	text-align:center;
	background-color:#FF0000;
	//font-size:1em;
}

#footer p{
	margin:auto 0;
	text-align:center;
	color:#fff;
}

footer.main-footer .main-footer__options .main-footer__options-container a {
    align-items: center;
    display: flex;
    font-size: 14px;
    color: #000;
}

footer.main-footer a {
    text-decoration: none;
}

h1{
//	font-size:1.3rem //1rem = 16px 換算
	margin:0px;
    padding: 0 10px;
font-size: clamp(24px,calc(24px + ((1vw - 3.2px) * 1.79 )),38px);

}

h2{
	margin:20px 0;
//	font-size: clamp(24px,calc(16px + ((1vw - 3.2px) * 2.5 )),34px);
font-size: clamp(22px,calc(22px + ((1vw - 3.2px) * 1.79 )),35px);


}

h3{
	margin:20px 0;
	//320px～768pxの幅で文字サイズ16pxから32pxまで可変、それ以上の幅では文字サイズは40px
	//サンプル	font-size: clamp(16px,calc(16px + ((1vw - (320px/100)) * ((32-16)/(768-320)*100) )),40px);
font-size: clamp(20px,calc(20px + ((1vw - 3.2px) * 1.56 )),30px);
}

h4{
font-size: clamp(18px,calc(18px + ((1vw - 3.2px) * 0.45 )),25px);
}


#page-contact h3{
	width: 100%;
//    background-color: #ff9500;
//    color: #fff;
//	font-size:1.0rem;
    padding: 5px 5px;
	margin:15px 0px 10px 0px;
}


#page-shortlease h3{
    text-align: center;
    margin: 20px 0;
    padding: 10px 0 10px 15px;
//    font-size: 24px;
    font-weight: bold;

}

#page-shortlease h4{
    background: #ffe8e8;
    padding: 10px 0 10px 15px;
    color: #e50011;
//    font-size: 16px;
    font-weight: bold;
    clear: left;
    display: block;
//    margin: 30px auto;
    width: 100%;
    text-align: center;
}

p{
	text-align:left;
	margin:10 0 0 0;
	//font-size: 16px;
	//font-weight: bold;
}

select::-ms-expand {
	display: none; /*--IEでデフォルトの矢印を消します--*/
}

select {
	/*width: 80%;　--幅--*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	margin: 1em 0;
	padding: .8em 1em;
	//font-size: 16px;
	border: solid 1px #ccc;
	background-image: url(../img/form-arrow.png); 
	background-repeat: no-repeat;
	background-size: 40px 30px;
    background-position: right 0px center;
	background-color: #f8f8f8;
}

/*ガイド用のテキスト*/
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

button{
	background-size: 18px 10px;
	border-radius: 5px;
	background-color: #999;
	padding: 7px 20px;
	//font-size: 16px;
	color:#FFF;
}


input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	border: solid 1px #007200;
	border-bottom: solid 5px #007200;
	display: block;
	//font-size: 16px;
	padding: 20px 15px;
	margin:20px auto;
	transition: 0.8s;
	border-radius: 35px;
	width: 80%;
    background: #00a500 !important;
	color:#FFF;
}

input[type="date"],input[type="text"],input[type="tel"],input[type="email"],select,textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: solid 1px #ccc;
	background: #f8f8f8;
/*  display: block;*/
	font-size: 16px;
	padding: 10px 15px;
/*  transition: 0.8s;*/
	border-radius: 0;
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input[type="date"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

input::placeholder,textarea::placeholder {
  color: #ccc;
}

/*sample*/

.red{color:#FF0000;} 
.errmsg{color:#FF0000;}

.w0{
	width: 100%;
	//font-size: 18px;
/*    border-radius: 5px 5px 5px 5px; */
    display: inline-block;
	padding: 7px;
	margin:0 0 5px 0;
}

.w1{
	width: 60%;
	//font-size: 18px;
/*    border-radius: 5px 5px 5px 5px; */
    display: inline-block;
	padding: 7px;
	margin:0 0 5px 0;
}
.w2{
	width: 49%;
	//font-size: 18px;
/*    border-radius: 5px 5px 5px 5px; */
    display: inline-block;
    padding: 7px;
	margin:0 0 5px 0;
}

.w3{
	width: 35%;
	//font-size: 18px;
/*    border-radius: 5px 5px 5px 5px; */
    display: inline-block;
    padding: 7px;
	margin:0 0 5px 0;
}
.w4{
	width: 23%;
	//font-size: 18px;
/*    border-radius: 5px 5px 5px 5px; */
    display: inline-block;
    padding: 7px;
	margin:0 0 5px 0;
}

.w5{
	width: 13%;
	//font-size: 18px;
/*    border-radius: 5px 5px 5px 5px; */
    display: inline-block;
    padding: 7px;
	margin:0 0 5px 0;
}

p.naiyo{
	border:solid 1px #ccc;
	padding:5px;
	margin:0 0 5px 0;
	min-height:23px;
	font-weight:normal;
	border-radius: 5px 5px 5px 5px;
}

.active {
/*transition 1s infinite*/
/*   animation: sample_anime02 3s infinite paused; */
}

input.chck{
	width: 1px;
	height: 1px;
	opacity: 0;
	margin:0;
	padding:0;
}

.active:focus {
  animation-play-state: running;
}
 
@keyframes sample_anime02 {
  0% {
    background-color: skyblue;
  }
  50% {
    background-color: pink;
    color: #FFF;
  }
  100% {
    background-color: orange;
  }
}

#page-header{
	position: relative;
	min-width: 375px;
	max-width: 940px;
	min-height: 80px;
	margin: 0 auto;
}
#page-content{
	position: relative;
//	max-width: 940px;
	margin: 0 auto;
}


/*logitec用*/
.container{
	max-width: 940px;
	margin: 0 auto;
}


#truck_lease .truck_lease_merit img, #truck_lease .truck_lease_image img {
    margin: 0 auto;
	margin: 30px auto 60px auto;
    display: block;
}
img {
    vertical-align: bottom;
}
img {
    max-width: 100%;
}



/*logitecメニュー用*/
header.global-header .main-header{
    position: relative;
    height: 100px;
    overflow: hidden;
    padding: 0 10px;
}


header.global-header .main-menu-wrp{text-align:center;height:32px;overflow:hidden;border-bottom:1px solid #ababab}
header.global-header .main-menu-wrp .container{margin-top:3px}
header.global-header .main-menu{list-style:none;padding:0;margin:0 auto;}
header.global-header .main-menu {
    width: 840px;
}

header.global-header .main-menu li{float:left;width:200px;height:26px;text-align:center;font-size:15px;margin:0;}
header.global-header .main-menu a{width:171px;height:61px;text-decoration:none;color:#111}
header.global-header .main-menu a:hover{opacity:0.65}
header.global-header .main-menu a.active{color:#fff;background-color:red;border-radius:30px;padding:1px 20px}

header.global-header .main-menu .main-menu__home{font-weight:bold}
header.global-header .main-menu .main-menu__truck_lease{font-weight:bold}
header.global-header .main-menu .main-menu__truck_sale{font-weight:bold}
header.global-header .main-menu .main-menu__truck_shortlease{font-weight:bold}
header.global-header .main-menu .main-menu__company{font-weight:bold}
header.global-header .main-menu .main-menu__contact{font-weight:bold}


h1 {
    align-items: center;
    color: #666;
    display: flex;
    font-size: 0.7rem;
    height: 20px;
    justify-content: flex-start;
    line-height: 1;
    margin: 0 auto;
}

#truck_lease h2 {
    text-align: center;
}
* {
    box-sizing: border-box;
}

#truck_lease .truck_lease_title{
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
}

#truck_lease .truck_lease_title2 {
    background: #ffe8e8;
    padding: 10px 0 10px 15px;
    color: #e50011;
    font-size: 16px;
    font-weight: bold;
    clear: left;
    display: block;
    margin: 30px auto;
    width: 350px;
    text-align: center;
}

#truck_lease .truck_lease_title3 {
    background: #ffe8e8;
    padding: 10px 0 10px 15px;
    color: #e50011;
    font-size: 16px;
    font-weight: bold;
    clear: left;
    display: block;
    margin: 30px auto;
    width: 100%;
    text-align: center;
}

#truck_lease .truck_lease_model {
    display: flex;
    flex-wrap: wrap;
}

#truck_lease .truck_lease_tigai_content {
    display: flex;
    margin: 20px 0;
    width: 940px;
}

#truck_lease .truck_lease_tigai_content .truck_lease_model_content img {
    width: auto;
    margin: 0 10px 0 10px;
}
#truck_lease .truck_lease_tigai_content .truck_lease_model_content p {
	text-align:center;
    line-height: 1.1;
    margin: 3px 0 0 0;
}
#truck_lease .truck_lease_tigai_content .truck_lease_model_content {
    width: 134px;
    height: 130px;
}


#truck_lease hr {
    border-top: 2px dashed;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

hr {
    box-sizing: content-box;
    height: 0;
}

#truck_lease .truck_lease_step {
    margin: 50px auto;
}

#truck_lease .step {
    list-style-type: none;
    display: tablebr;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#truck_lease .step li.is-current {
    background: #a61527;
    font-weight: bold;
    color: #fff;
    width: 300px;
    text-align: center;
}
#truck_lease .step li {
    display: table-cell;
    position: relative;
    background: #fae2e0;
    padding: 0.7em 0.5em 0.7em 2em;
    color: #111;
    width: 70%;
    vertical-align: middle;
}

#truck_lease .step li:last-child:before, #truck_lease .step li:last-child:after {
    display: none;
}


#truck_lease .step li:after {
    top: -15px;
    right: -0.8em;
    border-style: solid;
    border-color: transparent transparent transparent #504944;
    border-width: 53px 0 53px 1em;
    z-index: 10;
}

#truck_lease .step li.is-current:after {
    border-color: transparent transparent transparent #a61527;
}

#truck_lease .step li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}

.truck_lease_mv_bg{
	width:100%;background:url(/images/truck_lease_mv_bg.png) no-repeat;
	background-size:cover;
	height:auto;
	background-size: cover;
}

.truck_shortlease_mv_bg{
	width:100%;background:url(/images/truck_shortlease_mv_bg.png) no-repeat;
	background-size:cover;
	height:auto;
	background-size: cover;
}


.truck_lease_mv_txt img {
//    max-width: 100%;
    max-width: 80%;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin: min(5%, 20px) 0 ;
}

.color_red {
    color: #e50011;
}

#truck_lease .truck_lease_center {
    text-align: center;
    margin: 0 auto;
}



#truck_lease .truck_lease_contact_box .margin30 {
    margin-top: 30px;
}

#truck_lease .truck_lease_title, #truck_lease h3.truck_shortlease_title{
	margin: 20px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#truck_lease h4.truck_lease_title{
    background: #ffe8e8;
    padding: 10px 0 10px 15px;
    color: #e50011;
    font-size: 16px;
    font-weight: bold;
    clear: left;
    display: block;
    width: 350px;
    text-align: center;
}

.main-footer {
    margin: 40px 0 0;
}

footer.main-footer .main-footer__options {
    background: #fff;
    color: #111;
}
.main-footer-copyrights {
    background: #000;
    padding: 6px 0;
}
.main-footer__site-info {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}
.main-footer-copyrights p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
footer.main-footer .main-footer__options .main-footer__options-container .footer-list-flex {
    height: 23px;
    display: flex;
    flex-flow: row nowrap;
}
/*logitecメニュー用*/
header .contact_header{
	position: absolute; 
	right:0;
	text-align:left;
	top:0;
	font-size:20px;
}

.truck_lease_mv_txt {
    margin: auto;
    text-align: center;
    position: relative;
    top: 8%;
}

* {
    box-sizing: border-box;
}




#truck_lease .truck_lease_contact_box {
    border: 1px solid #333;
    padding: 0 0 30px 0;
    line-height: 175%;
}

#truck_lease .sp {
    display: none;
}

#truck_lease .pc {
    display: inline-block;
    margin:0;
}

#truck_lease .truck_lease_arrow {
    text-align: center;
    top: -10px;
    position: relative;
}


header.global-header .contact_header .gogoauto{
	font-size:12px;color:#e50011;margin-left:82px;position:relative;top:7px
}

header.global-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
}
header.global-header .contact_header .header_tel{
	color:#e50011;font-size:26px;font-weight:bold;position:relative;bottom:2px
}




header.global-header img{
//	max-width:100%;
}

/*.global-header{
	top:2px;
	left:2px;
	height:100px;
	overflow:hidden;
	padding:2px
}*/

.main-header__hamburger{
	position:absolute; 
	z-index:10000;
	top:20px;
	left:2px;
	height:100px;
	overflow:hidden;
	padding:2px
}

.main-header_sp{
	display:none;
}

.sptranslate{
	display:none;
}

/*バーガーメニュー*/
.main-header__hamburger,.drawer-menu{
	display:none;
}

#truck_lease .sp,footer .sp{
	display:none;
}


#truck_lease .truck_lease_contact_box {
    border: 1px solid #333;
    padding: 0 0 30px 0;
    line-height: 175%;
}

#truck_lease .truck_lease_contact_box .contact_box_bottom {
    margin: 0 auto;
    padding: 20px 0 0px 0;
    display: table;
//    width: 90%;
//    line-height: 35%;
}


#truck_lease .truck_shortlease_merit{
	max-width:860px;
	margin:0 auto;
}
#truck_lease .truck_shortlease_merit_content{
	display: flex;
    flex-wrap: wrap;
}
#truck_lease .truck_shortlease_merit_box {
	text-align:center;
    min-height: 52px;
    max-width:400px;
	margin:0 15px 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
}
#truck_lease .truck_shortlease_merit_box ul{
text-align:left;
}
#truck_lease .truck_shortlease_merit_box_inner {
	padding:18px;
}

#truck_lease .truck_shortlease_merit_box_inner ul{
	margin:10 0 0 0;
}

#company .main-column {
    width: 100%;
}

.pankuzu {
    margin: 10px 0 20px 0;
}
.pankuzu {
    font-size: 13px;
//    margin: -8px 0 -6px;
    color: #373D3F;
}


#company .main-column {
    font-size: 14px;
}
#company .main-column dl:after,{content:"";display:table;clear:both}
#company .side-column{width:280px}

#company .main-column{font-size:14px}
#company .main-column dt,#company .main-column dd{float:left;padding:14px;margin:0}
#company .main-column dl{padding:0;height:auto;overflow:hidden;margin:0}
#company .main-column dl+dl{border-top:1px dotted #666}
#company .main-column dl img{display:block;margin-bottom:10px}
#company .main-column dt{width:300px;font-weight:bold;background:#eee;}
#company .main-column dd{width:620px;background:#fff;border-left:2px solid #f7f7f7}
#company .main-column ul{list-style:none;margin:0;padding:0}
#company .main-column ul ul{padding:1em}
#company .main-column ul .indent{padding-left:1em}
#company .main-column ul table{margin-top:1em}
#company .main-column ul table td{width:200px}
#company .main-column li span{color:#f50a0a}
#company .side-column img{width:100%}
#company .side-column .company-sub-info h4{background:#f50a0a;color:#fff;margin:0;padding:6px 10px}
#company .side-column .company-sub-info ul{background:#fff;padding:10px 0 10px 30px;margin:0}
#company .main-column dt, #company .main-column dd {
    float: left;
    padding: 14px;
    margin: 0;
}

.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
}

.list_table > dt,
.list_table > dd {
    padding: 1em;
    margin: 0px;
}

.list_table > dt {
    background-color: #eee;
}

.list_table > dd {
    background-color: #fff;
}

.list_table dd > ul{
    margin-left:0;
    padding-left:0;
}

.list_table dd > ul > li{
    display: block;
    margin-left:0;
    padding-left:0;
}

	.title-common {
//	    font-size: 100%;
	    padding: 10px 0 0 10px;
	    border-bottom:solid 1px #666;
	}

@media screen and (max-width: 767px) {
    .list_table {
        padding:0;
    }
    .list_table > dd {
        border: 1px solid #ddd;
        border-top: none;
    }
    .list_table > dt,
    .list_table > dd {
//        text-align: center;
    }
    .list_table > dd > ul {
        text-align: left;
    }
}
@media print, (min-width: 768px) {
    .list_table {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
        padding:0;
    }
    .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #ddd;
    }
    .list_table > dt {
        width: 30%;
    }
    .list_table > dd {
        width: 70%;
        border-right: 1px solid #ddd;
    }

}

/*MAX768px======================================================*/

@media screen and (max-width: 768px){
	.sptranslate{
		position: absolute;
	    right: 0;
	    text-align: left;
	    top: 0;
	    font-size: 20px;
		display:block;
	}

	.main-header__logo {
		height:46px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	#truck_lease .pc {
	    display: none;
	}

	* {
	    font-family: sans-serif;
    }
	body header+div {
	    margin-top: 78px !important;
	}

	h1{
		font-size: 0.5rem;
		padding-left:12px;
	}

	.br-sp {display: none; }

	li{display: block;}
	dd{display: block;}

	#truck_lease .truck_lease_center {
		text-align: left;
	    margin: 0 auto;
	    display: block;
	}


	.main-header_sp{
		display:block;
		text-align:center;
		min-height:58px;
	}


	.main-header__hamburger img{
//		width:60%;
	    height: 46px;
	}

	.main-header_sp img{
	width:65%;
	}
	/*logitecメニュー用*/

	.main-header-wrp ,.main-menu-wrp{
		display: none;
	}

	.main-header__hamburger,.drawer-menu{
		display:block;
	}

	/*スライドメニュ*/

	.drawer-menu{
		text-align:left;
	}
	.drawer-menu__header{
		padding:14px 10px 10px;
		border-bottom:1px solid #eee
	}
	.drawer-menu__header img{
		width:200px
	}
	.drawer-menu__links ul{
		list-style:none;
		padding:0;
		margin:0
	}
	.drawer-menu__links ul li{
		line-height:2.8;
		border-bottom:1px solid #eee
	}
	.drawer-menu__links ul a{
		color:#555;
		padding-left:10px;
		text-decoration:none
	}
	.drawer-menu__links ul img{
		width:20px;
		margin-right:8px;
		vertical-align:text-bottom
	}
	.drawer-menu__variant{
		border-top:1px solid #eee;
		margin:10px 0 0 0;
		padding:20px 0 0 0;
		text-align:center
	}
	.drawer-menu{
		position:fixed;
		top:0;
		left:0;
		z-index:10;
		overflow-scrolling:touch;
		overflow-x:hidden;
		overflow-y:auto;
		background-attachment:scroll;
		width:240px;
		height:100%;
		background:#fff
	}
	.drawer-menu-mask{
		position:fixed;
		top:0;
		left:0;
		z-index:9;
		height:100%;
		width:100%;
		background:rgba(0,0,0,0.5)
	}
	.drawer-menu{
		visibility:hidden;
		transform:translateX(-240px);
		left:-240px;
		transform:translateZ(0);
		transform-style:preserve-3d;
		transition-delay:0.1s;
		transition-duration:0.2s;
		transition-property:transform, left;
		transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
	}

	/*バーガーボタン押した後の動作*/
	.drawer-menu.js-visible{
		visibility: visible;
	}
	.drawer-menu.js-side-nav-open{
		transform:translateX(0);
		left:0px;
		z-index:10000
	}

	.drawer-menu__links ul {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	}
	.drawer-menu__links ul li {
		margin:0;
	    line-height: 2.8;
	    border-bottom: 1px solid #eee;
	}

	.drawer-menu__links ul a {
	    color: #555;
	    padding-left: 10px;
	    text-decoration: none;
	}

	.drawer-menu__links ul a {
	    color: #555;
	    padding-left: 10px;
	    text-decoration: none;
	}
	a {
	    color: #2979FF;
	}
	a {
	    background-color: transparent;
	}
	/*drawer-menuメニューの背景*/
	.drawer-menu-mask{
		opacity:0;
		visibility:hidden;
		transform:translateZ(0);
		transition:visibility 0 linear 0.4s,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1)
	}
	.drawer-menu-mask.js-side-nav-open{
		opacity:1;
		visibility:visible;
		transition-delay:0
	}
	#truck_lease .truck_lease_tigai_content img {
	    width: 100%;
	    margin: 0 auto;
	}
	img {
	    vertical-align: bottom;
	}
	img {
	    border: 0;
	}
	#truck_lease .truck_lease_tigai_content {
	    display: block;
	    margin: 20px 0;
	    width: 100%;
	}

	#truck_lease .truck_lease_contact_box .contact_box_bottom div {
	    margin-bottom: 30px;
	}

	#truck_lease .truck_lease_contact_box .contact_box_bottom {
	    line-height: 35%;
	}


	#truck_lease .truck_lease_model {
	    display: flex;
	    flex-wrap: wrap;
	}
	#truck_lease .truck_lease_tigai_content .truck_lease_model_content p {
	    text-align: center;
	    margin: 0 0 20px;
	}
	#truck_lease .truck_lease_tigai_content .truck_lease_model_content {
	    width: 33%;
	    height: auto;
	}

	#truck_lease .step li{
		padding: 1em 0.3em 1em 0.3em;
	}
	#truck_lease .step li:last-child {
	    padding: 0.5em;
	}
	#truck_lease .step li:after {
	    content: none;
	}
	#truck_lease .step li.is-current {
	    background: #a61527;
	    font-weight: bold;
	    color: #fff;
	    width: 300px;
	    text-align: center;
	}
	#truck_lease .truck_lease_content {
	    padding: 0 15px;
	}#truck_lease .sp ,footer .sp{
	    display: block;
	}

	//#company-------------------------------------------
	#company .main-column {
	    font-size: 0.8rem;
	}
	#company .main-column dt {
	    width: 20%;
	    font-weight: bold;
	}
	#company .main-column dt, #company .main-column dd {
	    float: left;
	    padding: 10px;
	    margin: 0;
	}
	#company .main-column dt {
	    width: 20%;
	    font-weight: bold;
	}
	#company .main-column dt, #company .main-column dd {
	    float: left;
	    padding: 10px;
	    margin: 0;
	}

	.title-common {
//	    font-size: 100%;
	    padding: 10px 0 0 10px;
	    border-bottom:solid 1px #666;
	}

	//shortlease-------------------------------------------
	#truck_lease .truck_shortlease_merit{
		width:100px;
		margin:0 auto;
	}
}
