/*_________layout____________*/
html, body{
height:100%;
margin:0;
overflow:hidden; /* 全体スクロール禁止 */
}

.split-wrapper{
height:100vh;
}

.row{
height:100%;
}

/* 左カラム固定 */

.left-panel{
height:100vh;
position:relative;
	background-image: url(img/top_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.left-panel_services,
.left-panel_tires,
.left-panel_4wd,
.left-panel_tire-guide,
.left-panel_about,
.left-panel_contact,
.left-panel_privacy-policy,
.left-panel_news{
height:100vh;
position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.left-panel_services {
	background-image: url(img/page_bg_services.jpg);
}
.left-panel_tires {
	background-image: url(img/page_bg_tires.jpg);
}
.left-panel_4wd {
	background-image: url(img/page_bg_4wd.jpg);
}
.left-panel_tire-guide {
	background-image: url(img/page_bg_tire-guide.jpg);
}
.left-panel_about,
.left-panel_privacy-policy {
	background-image: url(img/page_bg_about.jpg);
}
.left-panel_contact {
	background-image: url(img/page_bg_contact.jpg);
}
.left-panel_other-service {
	background-image: url(img/page_bg_other-service.jpg);
}
.left-panel_news {
	background-image: url(img/page_bg_news.jpg);
}

.panel-bg h2 {
  position: absolute; /* 親に対して絶対配置 */
  bottom: 10px;       /* 下から10px */
  left: 10px;         /* 左から10px */
  margin: 0;
  color: white;       /* 文字色 */
  font-weight: bold;
  /* 必要に応じて背景色を付けると見やすい */
  /* background-color: rgba(0, 0, 0, 0.5); */
}
/* 右カラムだけスクロール */

.right-panel {
    height: 100vh;
    overflow-y: auto;
    padding-top: 60px;
}
.right-panel_pad{
padding:40px;
}

@media (min-width: 1200px) {
    .container {
        width: 98%;
    }
}

.flex_alb {
  display: flex;
  flex-wrap: wrap;
}

a img{
transition: 1.0s ;
}

a img:hover {
opacity: 0.8 ;
}

/* マージンスタイル */
.mt-10{margin-top:-10px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

/* paddingタイル */
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt70 {padding-top:70px;}
.pt80 {padding-top:80px;}
.pt90 {padding-top:90px;}
.pt100 {padding-top:100px;}
.pt200 {padding-top:200px;}
.pt300 {padding-top:300px;}

.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}
.pb60 {padding-bottom:60px;}
.pb70 {padding-bottom:70px;}
.pb80 {padding-bottom:80px;}
.pb90 {padding-bottom:90px;}
.pb100 {padding-bottom:100px;}
.pb200 {padding-bottom:200px;}
.pb300 {padding-bottom:300px;}
.pb400 {padding-bottom:400px;}

.logo-normal h1{
	margin:0;
}
.navbar-transparent .rsttop-headline__logo-img {
  display: inline-block;
  width: 175px;
    height: 40px;
  overflow: hidden;
  text-indent: 100%;
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  background: url(img/logo.png) no-repeat 0 0/contain;
}
 .rsttop-headline__logo-img {
  display: inline-block;
  width: 175px;
    height: 30px;
  overflow: hidden;
  text-indent: 100%;
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  background: url(img/logo.png) no-repeat 0 0/contain;
}
.navbar-header h1{
	margin:0;
}
.navbar-brand {
    height: 40px;
}
.navbar-brand {
    padding: 9px 10px 0;
}
.navbar-transparent .nav>li>a,
.navbar-transparent .nav>li>.dropdown-toggle {
    position: relative;
    display: block;
    padding:10px 12px 10px;
	color:#000;
}
.nav>li>a,
.nav>li>.dropdown-toggle {
    position: relative;
    display: block;
    padding:2px 12px 10px;
}
.navbar-nav {
        float: left;
        margin: 8px 0;
}

/*_________slider_____*/
/* スライダー全体を100vh */
.splide,
.splide__track,
.splide__list,
.splide__slide {
  height: 100vh;
}

/* 画像を全面表示 */
.splide__slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* スライドをrelativeに */
.splide__slide{
  position: relative;
}

/* h2を画像の上に重ねる */
.splide__slide h2{
position: absolute;
    bottom: 15%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    color: #fff;
    z-index: 2;
    text-align: left;
	font-family: ten-mincho, serif;
	padding:0;margin:0;
	font-size:46px;
	font-weight:400;
	letter-spacing:3px;
	line-height:2;
	text-shadow:0 0 5px #333;
}
.splide__slide h2 span{
position: absolute;
    font-family: mina, serif; 
	font-size:38px;
	letter-spacing:0;
}

/* 文字を見やすくする（おすすめ） */
.splide__slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.3);
  z-index:1;
}
/*_________top________________*/
#top_bana img{
	border-radius:0 0 20px 0;
}
#top_about h2,
#top_promise h2,
#top_service h2,
#top_handling h2,
#top_news h2 {
	position: relative;
	border-bottom: 1px solid #adcace;
	padding:0 0 5px 0;
	margin:0 0 20px;
	font-size:48px;
	font-family: mina, serif; 
	font-weight:400;
	letter-spacing:0px;
	}
#top_news h2 {
	margin:0 !important;
	}
#top_about h2 span,
#top_promise h2 span,
#top_service h2 span,
#top_buying h2 span,
#top_handling h2 span,
#top_news h2 span {
	padding:0 0 0 25px;
	color:#77a7bc;
	font-size:18px;
	font-family: ten-mincho, serif; 
	letter-spacing:2px;
	}
#top_about h2:before,
#top_promise h2:before,
#top_service h2:before,
#top_handling h2:before,
#top_news h2:before {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 7%;
	height: 2px;
	content: '';
	background: #0297ca;
	}
#top_buying h2 {
	position: relative;
	padding:0 0 5px 0;
	margin:0 0 20px;
	font-size:48px;
	font-family: mina, serif; 
	font-weight:400;
	letter-spacing:0px;
	}
#top_about p {
	padding:0;margin:0;
	letter-spacing:1px;
	line-height:1.8;
	font-size:18px;
	}
#top_promise h3{
	padding:0 0 8px;
	margin:0;
	font-size:24px;
	font-family: ten-mincho, serif; 
	letter-spacing:3px;
	font-weight:400;
	}
#top_promise .waku{
	background-color:#fcfcfc;
	background-image: url(img/top_promise_wakubg.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:40px 10px;
	margin-bottom:30px;
	}
#top_promise .waku h4{
	padding:40px 20px;
	margin:0;
	font-size:21px;
	font-family: ten-mincho, serif; 
	letter-spacing:3px;
	font-weight:400;
	color:#000000;
	text-align:center;
	}
#top_promise .waku p{
	padding:0 20px 30px;
	margin:0;
	text-align:justify;
	}
#top_service .waku {
  background-image: linear-gradient(135deg, #026191, #0297ca 40%, #adcace);
	text-align:center;
	padding:25px;
	margin-bottom:30px;
}
#top_service .waku img{
  width:40%;
	margin:0 auto;
}
#top_service .waku h3{
	padding:20px 0 0;
	margin:0;
	font-size:21px;
	font-family: ten-mincho, serif; 
	letter-spacing:3px;
	font-weight:400;
	color:#fff;
}
#top_buying .waku{
	background-color:#fcfcfc;
	padding:35px 25px;
	margin:90px 0 0;
}
#top_handling img{
	border:1px solid #adcace;
	margin-bottom:30px;
}
#top_news .waku,
.page_news .waku{
	border-bottom:1px solid #adcace;
	margin-bottom:15px;
	padding:10px 0;
}
#top_news .waku p,
.page_news .waku p {
	padding:0;margin:0;
	font-size:15px;
	color:#77a7bc;
	line-height:1.5;
	font-weight:500;
}
#top_news .waku h3,
.page_news .waku h3 {
	padding:0;margin:0;
	font-size:15px !important;
	color:#333;
	line-height:1.5 !important;
	font-weight:500 !important;
	font-family: noto-sans-cjk-jp, sans-serif !important;
}
footer {
  background-image: linear-gradient(135deg, #026191, #0297ca 40%, #adcace);
	padding:50px 0 0;
}
#fot_menu .waku_l {
	background-color:rgba(255, 255, 255, 0.25);
	padding:30px 20px 20px;
	text-align:center;
	color:#fff;
  transition: all 0.2s;
}
#fot_menu .waku_l:hover {
	background-color:rgba(255, 255, 255, 0.5);
}
#fot_menu .waku_l img{
	width:20%;
	margin:0 auto;
}
#fot_menu .waku_l h3{
	padding:15px 0 0;
	margin:0;
	font-size:21px;
	font-family: ten-mincho, serif; 
	letter-spacing:3px;
	font-weight:400;
}
#fot_menu .waku_l h3 span{
	font-size:18px;
	font-family: noto-sans-cjk-jp, sans-serif;
}
#fot_add .waku_add p{
	padding:20px 0 0;
	margin:0;
	color:#fff;
}
#fot_add .waku_menu ul{
	list-style:none;
	padding:0;margin:0 0 15px;
}
#fot_add .waku_menu li{
	padding:0 0 10px 0;
}
#fot_add .waku_menu li a{
	color:#fff;
}
#fot_copy .copyright {
	padding:0;margin:50px 0 15px;
	font-size:12px;
	color:#fff;
}
/*_________page____________*/
#page_item h3 {
    padding: 0 0 8px;
    margin: 0;
    font-size: 26px;
    font-family: ten-mincho, serif;
    letter-spacing: 3px;
    font-weight: 400;
}
#page_item .font18_l{
    padding: 0 0 0px;
    margin: 0;
    font-size: 17px;
	letter-spacing:3px;
	line-height:1.8;
	color:#4d4d4d;
}
#page_item .waku_bg {
    background-color: #fcfcfc;
    background-image: url(img/top_promise_wakubg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40px 10px;
}
#page_item .waku_bg h4 {
    padding: 20px 20px;
    margin: 0;
    font-size: 21px;
    font-family: ten-mincho, serif;
    letter-spacing: 3px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
#page_item .waku_bg p {
    padding: 0 20px 30px;
    margin: 0;
    text-align: justify;
}
#page_item .bg_g{
    background-color: #fcfcfc;
	padding:25px;
	margin-bottom:60px;
}
#page_item .bg_g h4{
    padding: 25px 0 8px;
    margin: 0;
    font-size: 24px;
    font-family: ten-mincho, serif;
    letter-spacing: 3px;
    font-weight: 400;
}
#page_item .bg_g_s h4{
    padding: 0px 0 8px;
    margin: 0;
    font-size: 24px;
    font-family: ten-mincho, serif;
    letter-spacing: 3px;
    font-weight: 400;
}
#page_item .bg_g h4 span{
    padding: 0 15px 0 0;
    font-size: 26px;
    font-family: mina, serif;
    letter-spacing: 0px;
	color:#0297ca;
}
#page_item .bg_g p{
    padding:0;margin:0;
}
#page_item .bg_g_s{
    background-color: #fcfcfc;
	padding:25px;
}
#page_item .bg_end p{
    text-align:center;
    padding: 0;
    margin:80px 0 0;
    font-size: 28px;
    font-family: ten-mincho, serif;
    letter-spacing: 3px;
    font-weight: 400;	
}
.page_tires h3 span,
.page_tire-guide h3 span{
    padding: 0 3px;
    font-size: 46px;
    font-family: mina, serif;
	color:#0297ca;
}
.page_tire-guide .content_p span{
	font-size:16px;
	font-weight:600;
	border-bottom:2px dotted #fbb03b;
}
.page_tire-guide .bg_waku h4{
    padding: 0 0 10px;
    margin:0;
    font-size: 21px;
    font-family: ten-mincho, serif;
    letter-spacing: 3px;
    font-weight: 400;	
}
.page_tire-guide .bg_waku h4 span{
    padding: 3px 10px;
	margin-right:10px;
    font-size: 15px;
	background-color:#77a7bc;
	color:#fff;
}
.page_tire-guide .bg_waku p{
    padding: 0 0 25px;
    margin:0;	
}
#contact_mail {
  scroll-margin-top: 80px;
}
.page_hed_4wd .title_en {
    font-size: 102px !important; 
    font-family: futura-pt-bold, sans-serif !important; 
    font-weight: 700 !important; 
	line-height: 1.5 !important; 
}
.page_hed_4wd h2 {
	padding: 0 0 20px 0 !important; 
    color: #666 !important; 
    font-size: 21px !important; 
    font-family: noto-sans-cjk-jp, sans-serif !important; 
    font-weight: 700 !important; 
}
.page_4wd h3 {
    padding:45px 0 10px 0 !important; 
    font-size: 46px !important; 
    font-family: noto-sans-cjk-jp, sans-serif !important; 
    letter-spacing: 5px;
    font-weight: 900 !important; 
}
.page_4wd .title_en {
	padding: 0 0 20px 0 !important; 
    color: #77a7bc !important; 
    font-size: 16px !important; 
    font-family: futura-pt, sans-serif !important; 
    font-weight: 400 !important; 
    letter-spacing: 3px;
}
.page_4wd h4 {
    padding:45px 0 10px 0 !important; 
    font-size: 32px !important; 
    font-family: noto-sans-cjk-jp, sans-serif !important; 
    letter-spacing: 5px;
    font-weight: 900 !important; 
}
.page_4wd .example {/*親div*/
  position: relative;
  }

.page_4wd .example p {
	padding:0;margin:0;
  position: absolute;
  color: rgba(255, 255, 255, 0.7);/*文字は白に*/
  font-weight: 700; /*太字に*/
  font-size: 82px;/*サイズ2倍*/
  font-family: futura-pt-bold, sans-serif; 
  bottom: -45px;
    right: 0;
	text-transform: uppercase;
  }
.page_4wd .example img {
  width: 100%;
  }
.page_4wd .waku_bg h5 {
    padding: 40px 20px 20px;
    margin: 0;
    font-size: 28px;
    font-family: futura-pt-bold, sans-serif;
    letter-spacing: 2px;
    font-weight: 700 !important;
    color: #000;
    text-align: center;
    line-height: 1.2;
}
.page_4wd .waku_bg h5 span{
    font-size: 16px; 
    font-family: noto-sans-cjk-jp, sans-serif; 
    letter-spacing: 2px;
    font-weight: 500 !important; 
    color: #666;
}
.page_4wd .waku_bg .font18 {
	padding:0 20px 15px !important; margin:0 !important; 
    font-size: 18px; 
    font-family: noto-sans-cjk-jp, sans-serif; 
    letter-spacing: 2px;
    font-weight: 700 !important; 
    color: #000;
    text-align: center !important; 
}
.page_4wd .font24 {
	padding:0 0 !important; margin:0 !important; 
	margin:0;
    font-size: 28px; 
    font-family: noto-sans-cjk-jp, sans-serif; 
    letter-spacing: 2px;
    font-weight: 700 !important; 
    color: #000;
    text-align: center !important; 
}
.page_4wd .font24 span{
    color: #77a7bc;
}
.page_4wd .bg_g h4 {
    padding:20px 0 10px 0 !important; 
    font-size: 32px !important; 
    font-family: noto-sans-cjk-jp, sans-serif !important; 
    letter-spacing: 5px;
    font-weight: 900 !important; 
}

/*_________bg____________*/
.mb{
	padding-bottom:120px;
}
.mt{
	padding-top:120px;
}
.mt_m{
	padding-top:90px;
}
.mb_ma{
	margin-bottom:100px;
}
.mb_s{
	padding-bottom:60px;
}
.mt_s{
	padding-top:60px;
}
.mt_ss{
	padding-top:30px;
}
.mb_ss{
	padding-bottom:30px;
}
.mb_l{
	padding-top:100px;
	padding-bottom:100px;
}
#page_hed_p {
	margin-top:59px;
	padding:50px 0 0;
/*	background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: multiply;
    background-color: #ccc;
    background-size: cover;
    filter: grayscale(0%);
	background-attachment:fixed;*/
}
#page_hed_p .title_en {
	position: relative;
	/*border-bottom: 1px solid #adcace;*/
	padding:0 0 0 0;
	margin:0 0 0;
	font-size:48px;
	font-family: mina, serif; 
	font-weight:400;
	letter-spacing:0px;
	text-transform: capitalize;
	}
#page_hed_p h2 {
	padding: 0 0 10px 0;
    margin: 0;
    color: #77a7bc;
    font-size: 18px;
    font-family: ten-mincho, serif;
    letter-spacing: 2px;
    font-weight: 400;
	}
#page_hed_p h2:before {
	position: absolute;
    left: 15px;
    bottom: -8px;
    width: 3%;
    height: 5px;
    content: '';
    background: #0297ca;
	}
#page_item{
	padding:80px 0;
}
.fh5co-bg-section22 {
	border-top:1px solid #adcace;
}
.fh5co-bg-section22 .breadcrumbs {
	font-size: 12px;
    padding: 5px 0;
}
.page_contact .fukidashi-01-03 p {
    padding: 0 0 5px !important;
    margin: 0 !important;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #333;
    text-align: center !important;
    font-family: ten-mincho, serif;
	line-height:1.5;
}
/*_________flow____________*/

/*________table_________*/
.fukidashi-01-04 {
  position: relative;
  /*width: fit-content;*/
	width:100%;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #adcace;
  background-color: #ffffff;
  isolation: isolate;
	margin-bottom:40px;

  &::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 5%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #ffffff; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50% 0;
  }

  &::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: calc(5% - 4px);
    z-index: -1;
    width: 20px;
    height: 2px;
    box-sizing: border-box;
    background-color: #adcace;
    box-shadow:
      0 2px 0 #ffffff,
      0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
    rotate: 310deg;
  }
}
.fukidashi-01-04 h4{
	padding:0;margin:0;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #77a7bc;
}
.fukidashi-01-04 h4 span {
    padding:0 0 0 10px;
    font-size: 21px;
    font-family: mina, serif;
    color: #999999;
    letter-spacing: 0px;
    font-weight: 400;
}

.fukidashi-01-03 {
  position: relative;
    width: 90%;
    padding: 20px 15px 8px;
    border-bottom: 2px solid #adcace;
    background-color: #fcfcfc;
    isolation: isolate;
    margin: 0 auto;

  &::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
   background-color: #fcfcfc; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50% 0;
  }

  &::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: -1;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #adcace #adcace transparent transparent;
    background-color: #fcfcfc;
    rotate: 135deg;
    translate: -50% 0;
  }
}
.fukidashi-01-03 p{
	padding:0 !important;
	margin:0 !important;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #77a7bc;
	text-align:center !important;
}
.page_contact .fukidashi-01-03 {
    width: 100%;
    background-color: #fff;

  &::before {
   background-color: #fff; /* 背景色と同じ色を指定 */
  }

  &::after {
    background-color: #fff;
  }
}


/*== ボタン共通設定 */
.btn_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}
.btn{
  color: #0297ca;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: left;
  line-height: 2;
  width: 100%;
  height: 50px;
  background: #FFF;
  margin: auto;
  border:1px solid #77a7bc;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  text-decoration: none;
}
.btn:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
}
.btn:hover:after {
  right: 15px;
	color:#026191;
}
footer .btn{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: left;
  line-height: 1;
  width: 100%;
  margin: auto;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 0;
  text-decoration: none;
	background-color:rgba(255, 255, 255, 0.25);
	border:0px solid #fff;
	padding-top: 35px;
    padding-bottom: 45px;
    margin-bottom: 30px;
}
footer .btn:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  transition: all 0.2s;
}
footer .btn:hover:after {
  right: 15px;
}
footer .btn:hover {
  color: #fff;
	background-color:rgba(255, 255, 255, 0.5);
}
#page_item  table	{ width: 100%; }
#page_item  th, #page_item  td	{
	padding: 10px;
	border-bottom: 1px solid #adcace;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
#page_item .demo01 th	{ width: 15%; text-align: left; }
.page_contact .demo01 th	{ width: 25% !important; text-align: left; }

@media only screen and (max-width:480px){
/*    .demo01	{ margin: 0 -10px; }*/
    #page_item .demo01 th,
   #page_item  .demo01 td{
		width: 100%;
		display: block;
		border-top: none;
    }
/*	.demo01 tr:first-child th	{ border-top: 1px solid #ddd; }*/
}
/*___________acodeion_______________*/

/*________contact_______________*/
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:0 auto;
}

table.CF7_table th,
table.CF7_table td{
	padding:20px ;
	border-bottom:#b6d182 1px solid;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}


.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #0297ca;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #666;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#fff;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#0297ca;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	width:30%;
	letter-spacing:2px;
	padding:8px;
	border-radius:50px;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

/*入力欄*/
.CF7_table input {
	background-color:#fff;
}
.CF7_table textarea {
	background-color:#fff;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .CF7_table textarea {
    padding:5px;
	width:100%;
	border: 1px solid #f1f3f4;
    margin: 0.5em 0;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
    padding:5px;
    margin: 0.5em 0;
}

.CF7_table label {
    font-weight: 600;
}
.CF7_table textarea {
    height: 100px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="number"] {
    padding: 15px 10px;
    margin: 0.5em 0;
}
#page_item_s .wpcf7-list-item {
    display: inline-block;
    margin: 0.3em 0 0.3em 1.5em;
}
.CF7_table p{
	margin:0;
	padding:0;
}
div.wpcf7 .wpcf7-spinner {
    display: block;
}
.font12{
	font-size:10px;
	text-align:center;
}

/*---------SM-------*/
.grecaptcha-badge { visibility: hidden; }
.hide-block {
    display: none !important;
}
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
.br-pc {
    display: none;
}
}


@media only screen and (max-width:1350px){
#top_promise .waku h4,
#top_service .waku h3,
#fot_menu .waku_l h3,
#top_promise .waku h4 {
    font-size: 18px;
    letter-spacing: 1px;
}
#fot_menu .waku_l h3 span {
    font-size: 16px;
}
footer .btn {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 40px;
}
#page_item .bg_end p {
    font-size: 24px;
}
}
@media only screen and (max-width:480px){
html, body{
overflow:auto;
}
.split-wrapper{
height:auto;
}
.left-panel{
height:50vh;
}
.right-panel{
height:auto;
}
.right-panel{
overflow:visible;
}
    .navbar-custom .navbar-nav {
        width: 100%;
    }
.navbar-custom .nav li > a, .navbar-custom .nav li > .dropdown-toggle {
    text-align: left;
}
.navbar-transparent .nav>li>a, .navbar-transparent .nav>li>.dropdown-toggle {
    padding: 15px;
}
.splide__slide h2 {
    font-size: 32px;
    letter-spacing: 2px;
}
.splide__slide h2 span {
    font-size: 32px;
}
.mt {
    padding-top: 80px;
}
.mb20_sm{
	margin-bottom:20px;
}
#top_about h2, #top_promise h2, #top_service h2, #top_handling h2, #top_news h2 {
    font-size: 38px;
	line-height: 1.1;
}
#top_about h2 span, #top_promise h2 span, #top_service h2 span, #top_buying h2 span, #top_handling h2 span, #top_news h2 span {
    padding: 0 0 0 0;
    font-size: 16px;
}
#top_promise .waku h4 {
    padding: 25px 20px;
    font-size: 21px;
}
#top_service .waku img {
    width: 100%;
}
#top_service .waku {
    padding: 20px;
	text-align:left;
    margin-bottom: 15px;
}
 #top_service .waku h3 {
        font-size: 17px;
        letter-spacing: 0;
	 padding: 35px 0 0;
}
#top_buying .waku {
    padding: 30px 15px;
    margin: 80px 0 0;
}
#top_buying h2 {
    font-size: 38px;
	margin: 0 0 0px;
}
#top_handling img {
    margin-bottom: 15px;
}
#fot_menu .waku_l img {
    width: 100%;
}
#fot_menu .waku_l {
    padding: 20px 15px;
    text-align: left;
	margin-bottom:20px;
}
#fot_menu .waku_l h3 {
    padding: 6px 0 0;
    font-size: 19px;
}
#fot_menu .waku_l h3 span {
        font-size: 15px;
    }
footer .btn {
    margin-bottom: 20px;
}
#fot_add .waku_add p {
    padding: 20px 0 30px;
}
#fot_copy .copyright {
    margin: 15px 0;
}
.left-panel_services, .left-panel_tires, .left-panel_4wd, .left-panel_tire-guide, .left-panel_about, .left-panel_contact, .left-panel_privacy-policy, .left-panel_news {
    height: 40vh;
    margin-top: 50px;
}
#page_hed_p {
    margin-top: 0;
    padding: 50px 0 0;
}
#page_hed_p .title_en {
    font-size: 34px;
}
#page_hed_p h2:before {
    width: 12%;
}
#page_item {
    padding: 60px 0;
}
#page_item h3 {
    font-size: 24px;
    letter-spacing: 1px;
}
#page_item .bg_end p {
    margin: 40px 0 0;
    font-size: 21px;
    letter-spacing: 1px;
}
#page_item .bg_g h4 span,
#page_item .bg_g h4 {
    font-size: 21px !important;
}
#page_item .bg_g {
    padding: 20px 15px;
    margin-bottom: 20px;
}
#page_item .bg_g_s {
    padding: 20px 15px;
}
#page_item .bg_g_s h4 {
    padding: 15px 0;
    font-size: 21px;
    letter-spacing: 1px;
    text-align: left;
}
.page_tires .wp-block-media-text>.wp-block-media-text__content,
.page_tire-guide .wp-block-media-text>.wp-block-media-text__content {
    padding: 0 !important;
}
#page_item .bg_g_s p{
    padding:0;margin:0;
}
.page_hed_4wd .title_en {
    font-size: 72px !important;
}
.page_4wd h3 {
    font-size: 34px !important;
}
.mb {
    padding-bottom: 60px;
}
.page_4wd .example p {
   font-size: 70px;
        bottom: -40px;
}
.page_4wd h4 {
    font-size: 28px !important;
    letter-spacing: 2px;
}
.page_4wd .waku_bg h5 {
    padding: 40px 15px 20px;
}
.page_4wd .waku_bg .font18 {
    padding: 0 15px 15px !important;
    font-size: 18px;
    letter-spacing: 2px;
}
.mb_s {
    padding-bottom: 30px;
}
	.page_tire-guide .sp_img .waku_bg{
		text-align:center;
}
	.page_tire-guide .sp_img .waku_bg img{
		width:70%;
		margin:0 auto;
		padding: 15px 0 0;
}
#page_item th {
    padding: 10px 10px 0 10px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	font-size: 17px;
}
#page_item td {
    padding: 0px 10px 10px 10px;
	font-weight:400;
}
#contact_mail .demo01 th {
    width: 100% !important;
}















}



