@charset "utf-8";
/*デフォルト設定*/

/*共通*/
html {
    height: 100%;
}
body {
    line-height: 1;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    height: 100%;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
button[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button[type="button"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
button[type="button"]{
  outline-offset: -2px;
}

input[type="text"],textarea {
    font-size:16px;
}

.pc{
	display:none!important;
}

img{
  width: 100%;
  height: auto;
}

a{
  color: #000;
  text-decoration: none;
}

/* HEADER
=========================================== */
#logo{
    width: 80%;
    height: auto;
    background: url(../img/logo.webp) no-repeat left top;
    background-size: contain;
    margin-top: 10px;
    margin-left: 5%;
    margin-bottom: 20px;
}
#logo h1{
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* NAVI
=========================================== */
.g-nav{
    background-color: #E30012;
    padding: 25px 10px;
    margin-top: -2px;
}

.g-nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.g-nav ul li{
    list-style: none;
    margin-bottom: 10px;
    width: 25%;
    text-align: center;
}

.g-nav ul li a{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

/* FOOTER
=========================================== */
.info{
    background-color: #E7E7E7;
    padding: 30px 10px;
}

.info h3{
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
}

.info .wrap > div{
    display: flex;
    flex-wrap: wrap;
}

.info .wrap > div a{
  width: 33%;
}

.info h3 span{
    font-size: 20px;
}

.f-about .wrap{
  text-align: center;
  margin-top: 60px;
}

.f-about .wrap img{
  width: 50%;
}

/* レイアウト
=========================================== */
.content{
    margin: 40px 10px 0 10px;
}

section{
    margin-bottom: 20px;
}

/* 見出し
=========================================== */
.ttl_style01{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5;
}


.ttl_style02{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 50px;
    background: url(../img/ttl_style02.webp) no-repeat left bottom;
    padding-bottom: 30px;
}

.t-none{
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.ttl_style03{
    font-size: 25px;
    background: url(../img/ttl_style03.webp) no-repeat left bottom;
    padding-bottom: 25px;
    margin-bottom: 40px;
    line-height: 1.2;
}

/* トラックレンタルコンテンツ
=========================================== */
/*トラックリスト*/
.track-list{
}

.track-list a > div{
    margin-bottom: 50px;
}

.track-list a img{
    margin-bottom: 3px;
}

.speclist th{
    background-color: #E30012;
    color: #fff;
    padding: 3px 10px;
}

.speclist td{
    padding-left: 5px;
}

.specother{
    margin-top: 10px;
    line-height: 1.2;
}

.price{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

#top_rent01{
  margin-bottom: 50px;
}


#top_rent02{
    background: url(../img/top_rent02-bg.webp) no-repeat left top;
    background-size: cover;
    padding: 40px 0;
}

#top_rent02 h3{
    background-color: rgba(214,0,17,0.8);
    color: #fff;
    font-size: 18px;
    padding: 30px 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#top_rent02 .wrap{
    text-align: center;
}

#top_rent02 h4{
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.3;
}

#top_rent02 h4 span{
    font-size: 35px;
    color: #E30012;
    font-weight: bolder;
}

#top_rent02 p{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-color: #008114;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 15px;
}

.pricebox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.pricebox div{
    border: 3px solid #E2E2E2;
    padding: 10px;
    width: 48%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.pricebox div img{
    width: 100%;
    height: auto;
}

.pricebox div h4{
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.point{
    background-color: #FFF1F0;
    padding: 60px 0;
}

.point .wrap{
  text-align: center;
}

.point .wrap h4{
    font-size: 25px;
    background-color: #E30012;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    margin: 20px 0;
}

.point .wrap p{
    font-size: 23px;
    font-weight: bold;
    line-height: 1.3;
}

.point .wrap img{
    width: 30%;
}

#top_rent04 h3{
    background: url(../img/top_rent04-ttl.webp) no-repeat left top;
    background-size: contain;
    height: 135px;
}

#top_rent05 p{
    font-size: 18px;
    background-color: #E30012;
    color: #fff;
    padding: 15px;
    margin-bottom: 90px;
    text-align: center;
}

#top_rent05 p span{
    margin: 0 5px;
}

#flow{
    margin-bottom: 40px;
}

/*===========
.yoko
===========*/
.yoko {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.yoko div img {
  max-width: 100%;
  min-width: 800px;
  vertical-align: top;
}
  
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.yoko::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.yoko::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.yoko::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.yoko::-webkit-scrollbar-thumb:hover {
  background: #999;
}

#top_rent07 ul{
    background-color: #FFF1F0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}

#top_rent07 ul li{
  list-style: none;
  width: 30%;
}

/* トラック詳細ページコンテンツ
=========================================== */
.ttl_style04{
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 3px solid #E30012;
}

.situation {
    background-color: #FE9D17;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}

.cont-no {
    background-color: #E30012;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
}

.specification {
    margin: 25px 0 60px;
}

.specification table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.specification table th,.specification table td{
    width: 100%;
    text-align: left;
    font-size: 16px;
    display: block;
    padding-left: 20px;
}

.specification table th{
    color: #E30012;
    padding-top: 15px;
}

.specification table td{
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 10px;
}

.pricebox-in h3,.option h3{
    text-align: center;
    font-size: 23px;
    margin-bottom: 30px;
}

.pricebox-in table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
}

.pricebox-in table th,.pricebox-in table td{
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
    border: 1px solid #E30012;
    display: block;
}

.pricebox-in table th{
    display: none;
}

.pricebox-in table td.red-bg{
    background-color: #E30012;
    color: #fff;
    border-right: 1px solid #FFF;
}

.option ul li{
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.option ul li{
    border-bottom: 2px solid #E2E2E2;
}

.pricebox-in {
    margin-bottom: 80px;
}

.option ul{
    margin-bottom: 40px;
}

.mail a{
    display: block;
    background-color: #FE9D17;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 100px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 25px;
}

.tel{
    background-color: #E30012;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 100px 5px 100px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.5;
}

.mail a span,.tel span{
    font-size: 22px;
    line-height: 1.5;
}