@charset "utf-8";
/*
Theme Name: kansaitrucks_theme
Description: 関西トラックス_コラム・ブログ用
Author: beanie Co.,Ltd
Author URI:https://www.beanie-inc.com/
Version: 1.0.0
License: beanie Co.,Ltd
License URI: https://www.beanie-inc.com/
*/

/* ----------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
}

@font-face {
  font-family: 'Noto Sans jp';
  src: url('../font/NotoSansJP-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans jp';
  src: url('../font/NotoSansJP-SemiBold.woff') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'meiryo';
  src: url('../font/MeiryoUI-03.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'kazesawa';
  src: url('../font/Kazesawa-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'kazesawa';
  src: url('../font/Kazesawa-Semibold.woff') format('woff');
  font-weight: 600;
}

body {
  background-color: #fff;
  color: #595757;
  font-size: 1.6rem;
  font-family: 'Noto Sans jp' , sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

.wrap {
  overflow: hidden;
}

@media(min-width: 961px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


li {
  list-style: none;
}

a {
  text-decoration: none;
}

select {
  appearance: none;
  -webkit-appearance: none;/*Google Chrome/Safari対応*/
  -moz-appearance: none;/*Firefox対応*/
  -o-appearance: none;/*Opera対応*/
  border-radius: 0;}

/* -------------------------- */

/* animation */
/* フェード */
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* fadeUp */


.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay2 {
  animation-delay: .2s;
}

.delay4 {
  animation-delay: .4s;
}

.delay6 {
  animation-delay: .6s;
}



/* #navmenu */


/*============================
header style
============================*/



#top-head {
  width: 100%;
  height: 140px;
  background: #fff;
  display: flex;
  position: fixed;
  z-index: 998;
  transition: .2s;
}

#top-head .inner {
  float: left;
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*logo style*/


.inner .header-logo img {
  margin-top: 5px;
}

/*nav style*/
#top-head #navmenu ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}

/* ドロップダウン */

#top-head #navmenu ul .drop-p {
  position: relative;
}

#top-head #navmenu ul .drop-p .drop {
  display: none;
}

@media screen and (min-width:769px) {

  #top-head #navmenu ul .drop-p:hover .drop {
    background-color: #fff;
    box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
  }

}


/*nav link style*/
#top-head #navmenu ul li a {
  padding: 10px;
  color: #333333;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
  font-family: 'sawarabi';
}

#top-head #navmenu ul li a img {
  width: 40px;
  height: auto;
}

#nav_toggle {
  display: none;
}

.header-logo img {
  margin-top: 20px;
width: min(60% , 250px);
  height: auto;
}



.fax {
  display: block;
  text-align: right;
  color: #595957;
}

.sp-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.navlink-mail {
  background-color: rgb(230, 84, 16);
  border-radius: 3px;
}

#top-head #navmenu ul .navlink-mail a {
  color: #fff;
}

#top-head #navmenu ul .navlink-mail:hover {
  opacity: .7;
}

.navlink-line {
  background-color:#06c755;
  border-radius: 3px;
}

#top-head #navmenu ul .navlink-line a {
  color: #fff;
}

#top-head #navmenu ul .navlink-line:hover {
  opacity: .7;
}

@media screen and (min-width:769px) {

  .logotxt {
    display: none;
  }

}

/*============================
mobile style
============================*/
@media screen and (max-width:768px) {

  .logotxt {
    display: block;
    color: #595957;
    font-size: 3rem;
    font-family: 'kazesawa';
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #top-head {
    height: 80px;
  }

  #top-head #navmenu ul .drop-p .drop {
    display: block;
  }
  

  /*hamburger menu style*/
  #top-head .inner {
    clear: both;
  }


  #top-head.open {
    background-color: #fff;
  }

  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }

  #nav_toggle div {
    position: relative;
  }

  /*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #333333;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  #nav_toggle span:nth-child(1) {
    top: 0px;
  }

  #nav_toggle span:nth-child(2) {
    top: 10px;
  }

  #nav_toggle span:nth-child(3) {
    top: 20px;
  }

  /*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  /*nav style*/
  #top-head #navmenu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 1040px;
    background: #fff;
    z-index: 990;
  }

  #top-head #navmenu ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  #top-head #navmenu ul li {
    text-align: center;
    margin: 20px 0;
    padding: 20px 0;
  }

  #top-head #navmenu ul li:last-child {
    border: none;
  }

  /*nav link style*/
  #top-head #navmenu ul li a {
    display: block;
  }

  #top-head #navmenu ul li a:active::after {
    bottom: 2px;
    opacity: 1;
    visibility: visible;
  }

  #top-head #navmenu ul li a:active {
    color: #FFD700;
    transition: .4s;
  }


  .nav-line {
    display: none;
  }

  .fax {
    text-align: center;
  }
}

/* safari崩れ用 -------------------------------*/

_::-webkit-full-page-media, _:future, :root #top-head {
  width: 100%;
  height: 140px;
  background: #fff;
  display: flex;
  position: fixed;
  z-index: 998;
  transition: .2s;
}

_::-webkit-full-page-media, _:future, :root #top-head .inner {
  float: left;
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*logo style*/


_::-webkit-full-page-media, _:future, :root .inner .header-logo img {
  margin-top: 5px;
}

/*nav style*/
_::-webkit-full-page-media, _:future, :root #top-head #navmenu ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}

/* ドロップダウン */

_::-webkit-full-page-media, _:future, :root #top-head #navmenu ul .drop-p {
  position: relative;
}

_::-webkit-full-page-media, _:future, :root #top-head #navmenu ul .drop-p .drop {
  display: none;
}

@media screen and (min-width:769px) {

  _::-webkit-full-page-media, _:future, :root #top-head #navmenu ul .drop-p:hover .drop {
    background-color: #fff;
    box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
  }

}


/*nav link style*/
_::-webkit-full-page-media, _:future, :root #top-head #navmenu ul li a {
  padding: 10px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
  font-family: 'sawarabi';
}

_::-webkit-full-page-media, _:future, :root #top-head #navmenu ul li a img {
  width: 40px;
  height: auto;
}


_::-webkit-full-page-media, _:future, :root #top-head #navmenu ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333333;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

_::-webkit-full-page-media, _:future, :root #top-head #navmenu ul li a:hover::after {
  bottom: 2px;
  opacity: 1;
  visibility: visible;
}


_::-webkit-full-page-media, _:future, :root #nav_toggle {
  display: none;
}

_::-webkit-full-page-media, _:future, :root .header-logo img {
  margin-top: 20px;
  width: 80px;
  height: auto;
}



_::-webkit-full-page-media, _:future, :root .fax {
  display: block;
  text-align: right;
  color: #fff;
}

_::-webkit-full-page-media, _:future, :root .sp-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}



@media screen and (min-width:769px) {

  _::-webkit-full-page-media, _:future, :root .logotxt {
    display: none;
  }

}

/*============================
mobile style
============================*/
@media screen and (max-width:768px) {

  _::-webkit-full-page-media, _:future, :root .logotxt {
    display: block;
    color: #333333;
    font-size: 3rem;
    font-family: 'noto-serif-jp';
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  _::-webkit-full-page-media, _:future, :root #top-head {
    height: 80px;
  }

  _::-webkit-full-page-media, _:future, :root #top-head #navmenu ul .drop-p .drop {
    display: block;
  }
  

  /*hamburger menu style*/
  _::-webkit-full-page-media, _:future, :root #top-head .inner {
    clear: both;
  }


  _::-webkit-full-page-media, _:future, :root #top-head.open {
    background-color: #fff;
  }

  _::-webkit-full-page-media, _:future, :root #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }

  _::-webkit-full-page-media, _:future, :root #nav_toggle div {
    position: relative;
  }

  /*hamburger menu close style*/
  _::-webkit-full-page-media, _:future, :root #nav_toggle span {
    display: block;
    height: 2px;
    background: #333333;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  _::-webkit-full-page-media, _:future, :root #nav_toggle span:nth-child(1) {
    top: 0px;
  }

  _::-webkit-full-page-media, _:future, :root #nav_toggle span:nth-child(2) {
    top: 10px;
  }

  _::-webkit-full-page-media, _:future, :root #nav_toggle span:nth-child(3) {
    top: 20px;
  }

  /*hamburger menu open style*/
  _::-webkit-full-page-media, _:future, :root .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  _::-webkit-full-page-media, _:future, :root .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  _::-webkit-full-page-media, _:future, :root .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  /*nav style*/
  _::-webkit-full-page-media, _:future, :root #top-head #navmenu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 1040px;
    background: #fff;
    z-index: 990;
  }

  _::-webkit-full-page-media, _:future, :root #top-head #navmenu ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  _::-webkit-full-page-media, _:future, :root #top-head #navmenu ul li {
    text-align: center;

  }

  _::-webkit-full-page-media, _:future, :root #top-head #navmenu ul li:last-child {
    border: none;
  }

  /*nav link style*/
  _::-webkit-full-page-media, _:future, :root #top-head #navmenu ul li a {
    display: block;
    color: #333333;
  }

  _::-webkit-full-page-media, _:future, :root #top-head #navmenu ul li a:active::after {
    bottom: 2px;
    opacity: 1;
    visibility: visible;
  }

  _::-webkit-full-page-media, _:future, :root #top-head #navmenu ul li a:active {
    color: #FFD700;
    transition: .4s;
  }


  _::-webkit-full-page-media, _:future, :root .nav-line {
    display: none;
  }

  _::-webkit-full-page-media, _:future, :root .fax {
    text-align: center;
  }
}

@media screen and (max-width:480px) {

  _::-webkit-full-page-media, _:future, :root .logotxt {
    font-size: 6vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* -------------------------safari崩れ用ここまで */


/* tel-button */
#tel-button {
  text-align: right;
  display: block;
  z-index: 980;
  position: fixed;
  top: 140px;
  right: 0px;
  background-color: #f29600;
  font-size: 2rem;
  padding: 5px 10px 5px 50px;
  clip-path: polygon(100% 0, 100% 100%, 7% 100%, 0 0);
}

#tel-button a {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.5em;
  display: block;
}


#tel-button span {
  font-family: 'meiryo';
  font-weight: bold;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
}

@media screen and (601px < width <=768px) {
  #tel-button {
    top: 80px;
  }
}


#footer-tel-button {
  display: none;
}

/* tel-button end */

@media screen and (max-width:600px) {

  /* fotter-tel-button */
  #tel-button {
    display: none;
  }

  .is-hidden {
    visibility: hidden;
    transition: .2s;
    opacity: 0;
  }

  #footer-tel-button {
    display: block;
    transition: .2s;
    z-index: 999;
    position: fixed;
    bottom: -100px;
    width: 100%;
    background-color: #333333;
    font-size: 2rem;
    padding: 3px 5px;
    text-align: center;
  }

  #footer-tel-button span {
    font-family: 'century-gothic';
    font-size: 3rem;
    font-family: 'meiryo';
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  #footer-tel-button a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    display: block;
    font-weight: 500;
  }

}

/* footer-tel-button end */


/* 共通 */

/* breadcrumb */
.breadcrumb-parent {
  margin: 30px auto auto 20px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}


.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #3e3a39;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #3e3a39;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width:428px) {
  .breadcrumb li {
font-size: 1.4rem;
  }
  
  .breadcrumb li:after {/* >を表示*/
    padding: 0 0.05em;
  }
  
}


/* ---------- */

.container {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
}

.w-container {
  max-width: 1320px;
  margin: 0 auto;
}



.centering {
  text-align: center;
}

.section-title,
.fun-title {
  text-align: center;
  font-size: 3em;
  position: relative;
  width: min(800px , 90%);
  margin: 2em auto 0;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.fukidashi-bottom {
  width: min(600px , 70%);
  margin: 0 auto 1em;
img {
  width: 100%;
}
}

.sokyu {
  font-size: 2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;

}

@media (width <= 767.98px) {
  .sokyu {
    font-size: 1.2em;
  }
}

.fun-title::before {
  display: block;
  content: "";
  width: 4px;
  height:3.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  rotate: -30deg;
  left: 1em;
  background-color: #f29600;
}
.fun-title::after {
  display: block;
  content: "";
  width: 4px;
  height:3.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  rotate: 30deg;
  right: 1em;
  background-color: #f29600;
}

@media (width <= 767.98px) {
  .section-title,
  .fun-title {
    font-size: 1.4em;
  }
  .fun-title::before {
    display: block;
    content: "";
    width: 2px;
    height:3.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    rotate: -30deg;
    left: 1em;
    background-color: #f29600;
  }
  .fun-title::after {
    display: block;
    content: "";
    width: 2px;
    height:3.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    rotate: 30deg;
    right: 1em;
    background-color: #f29600;
  }
}

.orange {
  color: #f29600;
}

.balloon-title {
  text-align: center;
  margin: -2px auto 20px ;
  font-size: 3rem;
  background-color: #949494;
  padding-top: 20px;
  height: 100px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 53% 70%, 50% 100%, 47% 70%, 0% 70%);
  font-family: 'kazesawa';
  font-weight: 600;
  z-index: 10;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.baloon-h-l {
  height: 200px;
}

.title-sub__img {
  width: 250px;
  margin: 10px auto -50px;
}

.title-sub__img img {
  width: 100%;
}


.slash-title {
  position: relative;
  display: inline-block;
  padding: 0 100px;
  font-size: 3.5rem;
  color: #595957;
  margin: 20px auto;
  font-family: 'kazesawa';
  font-weight: 600;
}
.slash-title:before,
.slash-title:after {
  content: '';
  position: absolute;
  top: 55%;
  display: inline-block;
  width: 90px;
  height: 4px;
  background-color: #595957;
}
.slash-title:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.slash-title:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.kakko-title {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  font-size: 3.5rem;
  font-weight: 900;
  font-family: 'kazesawa';
}

.kakko-title:before, .kakko-title:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.kakko-title:before {
  border-left: solid 2px #298ec6;
  border-top: solid 2px #298ec6;
  border-bottom: solid 2px #298ec6;
  left: 0;
}
.kakko-title:after {
  content: '';
  border-top: solid 2px #298ec6;
  border-right: solid 2px #298ec6;
  border-bottom: solid 2px #298ec6;
  right: 0;
}

.bg-title {
  background: url(../image/title-bg.jpg)no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 3rem;
  margin: 50px 0;
}



.ubg-title {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 3rem;
  margin: 50px 0;
}
.title__img {
  width: 90%;
  max-width: 410px;
  margin: 0 auto;
}

.title__img img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .balloon-title {
    font-size: 4vw;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 55% 70%, 50% 100%, 45% 70%, 0% 70%);
  }

  
.bg-title {
  font-size: 4vw;
}
.ubg-title{
  font-size: 4vw;
}

}

@media screen and (max-width:599px) {
  .balloon-title {
    font-size: 4.5vw;
    height: 80px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 57% 70%, 50% 100%, 43% 70%, 0% 70%);
  }

  .baloon-h-l {
    height: 130px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 57% 80%, 50% 100%, 43% 80%, 0% 80%);
  }
  
  .title-sub__img {
    width: 43vw;
    margin: 10px auto -30px;
  }
  .slash-title {
    padding: 0 55px;
    font-size: 2.7rem;
  }
  .slash-title:before,
.slash-title:after {
  width: 70px;
}
.kakko-title {
  font-size: 2.7rem;
}

.bg-title {
  font-size: 4.5vw;
}
}

@media screen and (max-width:428px) {
  .balloon-title {
    font-size: 5vw;
    padding-top: 15px;
  }

  .slash-title {
    padding: 0 38px;
    font-size: 2.3rem;
  }
  .slash-title:before,
.slash-title:after {
  width: 60px;
}
.kakko-title {
  font-size: 2.3rem;
}
}

/* main */
.main-v {
  position: relative;
}

.main-v img {
  width: 100%;
  height: auto;
  margin-top: 140px;
}



/* mailform */

.appraisal-bg {
  margin-top: -50px;
  padding: 50px 0;
  background: url(../image/form-bg.png)no-repeat;
  background-size: contain;
  background-position: center;
}


/* form */
.mailform {
  padding: 60px 0;
}

.contact-form-parts {
  margin-top: 50px;
  padding: 0;
  text-align: center;
}

.satei-step2 .contact-form-parts {
  margin-top: 250px;
  margin-bottom: 250px;
  padding: 0;
}


.content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
}


#formWrap {
  width: 100%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  text-align: left;
  max-width: 1000px;
}

table.formTable {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: separate;
  border-spacing: 15px 20px;
}


table.formTable td, table.formTable th {
  /* border:1px solid #ccc; */
  padding: 7px;
}


table.formTable th {
  width: 40%;
  font-family: 'meiryo';
  font-weight: 700;
  /* background:#4ba8de; */
  color: #595957;
  vertical-align: middle;
  text-align: left;
  background-color: #FFF4EA;
  padding-left: 15px;
}

.formTable .caution-text {
  color: red;
  font-size: 1.3rem;
}
table.formTable textarea {
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
}


.contact-button {
  display: inline-block;
  /* 角丸    */
  font-family: 'meiryo';
  font-weight: 700;
  font-size: 20px;
  /* 文字サイズ */
  text-align: center;
  /* 文字位置   */
  cursor: pointer;
  /* カーソル   */
  /* 余白       */
  background: #f29600;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  line-height: 1em;
  /* 1行の高さ  */
  transition: .3s;
  /* なめらか変化 */
  box-shadow: 2px 2px 0px #dcdddd;
  /* 影の設定 */
  /* 枠の指定 */
  width: 100%;
  max-width: 200px;
  height: 60px;

  border: #f29600 solid 2px;
}

.contact-button:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #f29600;
  /* 背景色     */
  background: #ffffff;
  border: #f29600 solid 2px;
  /* 文字色     */
}

.reset-button {
  background: #fff;
  /* 背景色     */
  color: #f29600;
  /* 文字色     */
}

.reset-button:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #fff;
  /* 背景色     */
  background: #f29600;
  /* 文字色     */
}

/* トップの無料査定送信 */
.button_wrap>input[type="submit"]{
  font-size: 2rem;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #f29600;
  font-weight: bold;
  height: 3.0em;
  line-height: 3.0em;
  width: 100%;
  padding: 0 2.5em 0 0.8em;
  transition: 0.3s;
}
.button_wrap{
  color: #fff;
  position: relative;
  line-height: 2.8em;
  width: 210px;
  transition: 0.5s;
  margin:0 auto;
}
.button_wrap::after{
  transition: 0.3s;
  content: "";
  width: .6em;
  height: .6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button_wrap:hover::after{
  right: 10px;
}
.button_wrap input[type="submit"]:hover {
  background: #22ac38;
}
/* 無料査定送信ぼたんここまで */

.button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-wrapper input {
  margin-bottom: 20px;
}

.formTable select,
.m-form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border: none;
  box-shadow: 0 0 0 1px #ccc;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.m-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}



.button {
  display: inline-block;
  border-radius: 5%;
  /* 角丸       */
  font-size: 12pt;
  /* 文字サイズ */
  text-align: center;
  /* 文字位置   */
  cursor: pointer;
  /* カーソル   */
  padding: 10px 25px;
  /* 余白       */
  background: #333333;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  line-height: 1em;
  /* 1行の高さ  */
  transition: .3s;
  /* なめらか変化 */
  box-shadow: 1px 1px #666666;
  /* 影の設定 */
  border: 1px solid #333333;
  /* 枠の指定 */
}

.button:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #333333;
  /* 背景色     */
  background: #ffffff;
  /* 文字色     */
}

@media screen and (max-width:599px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th, table.formTable td {
    width: auto;
    display: block;
    padding-bottom: 0;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
    padding: 5px;
    
  }

  input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  input[type="submit"], input[type="reset"], input[type="button"] {
    /* display:block; */
    height: 40px;
  }

}
.worries {
  padding: 60px 0;
  margin-top: -90px;
  background-color: #fff4ea;
}
.red {
  color: red;
  font-size: 1.25em;
}
/* .fa-square-check {
  color: #f29600;
} */
.flex-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.flex-box .txt-box,
.flex-box .v-box,
.flex-box .v-box img,
.flex-ch-wrap {
  width: 100%;
  max-width: 550px;
}

          .worries .v-box img   {
width: 100%;
/* margin-top: -43px; */
/* margin-left: auto;
margin-right: 0; */
display: block;
  }

  .worries-box {
    background-color: #fff;
  padding: 60px 20px;
  }
  
@media screen and (max-width:768px){
  .worries .flex-box {
display: flex;
flex-direction: column;
}

.worries-box {
  background-color: #fff;
padding: 40px 20px;
}
.worries-list li {
  margin-left: 20px;
}

    .worries .v-box img   {
margin-top: 1em;
display: block;
}

.worries-list li {
text-indent: -1em;
font-size: 1.6rem;
}
}

.solution {
  padding: 60px 0;
}

.shinkyuu-about {
  padding: 60px 0;
  background-color: #f7f7f7;
}
.cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2em auto;
  gap: .625em;
}

@media (width <= 767.98px) {
  .cards {
    flex-direction: column;
  }
}

.card {
background-color: #fff;
padding:2.3em  1.2em ;
width: calc(100% / 3);
min-height: 280px;
}
@media (width <= 767.98px) {
  .card {
    width: 100%;
  }
}

.card__heading {
  text-align: center;
  margin-block:1em;
}

.card__heading::after {
  display: block;
  content: "+";
  color: #f29600;
}


.notes-check {
  background-color: #f8f8f8;
  text-align: center;
  padding: 30px 40px;
  max-width: 400px;
  margin: 30px auto;
}

.notes-check a {
  text-decoration: underline;
  color: #c30d23;
}


/* about */
.about {
  margin-bottom: 130px;
}

.flex-box {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.txt-box {
  width: 50%;
  line-height: 2;
}

.about-v {
  width: 50%;
  height: auto;
}

.about-v img {
  width: 100%;
  height: auto;
}

.about-p {
  background-color: #dcdddd;
  width: 100%;
  padding: 70px;
  margin: 100px auto 70px;
}

.about-ch-v {
  width: calc(100%/3);
  height: auto;
  position: relative;
  overflow: hidden;
}

.about-ch-v img {
  width: 100%;
  height: auto;
  transition: .2s;
}

.about-ch-v span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.about-ch-v a {
  color:#595757;
}
.about-ch-v a:hover  img {
transform: scale(1.05,1.05);
transition: .2s;
}

/* useful */
.useful {
  margin-bottom: 130px;
}

.useful-box {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.useful-txt-box {
  width: 50%;
  line-height: 2;
}

.useful-v {
  width: 50%;
  height: auto;
}

.useful-v img {
  width: 100%;
  height: auto;
}

.useful-p {
  max-width: 1100px;
  padding: 30px;
  margin: 20px auto 70px;
}

.useful-ch-grid {
display: grid;
grid-template-columns: repeat(2,1fr);
grid-template-rows: repeat(2,1fr);
gap: 30px;
}
.useful-ch-v {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.useful-ch-v img {
  width: 100%;
  height: auto;
  transition: .2s;
}

.useful-ch-v span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(47, 39, 37);
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.useful-ch-v a {
  color:#fff;
  font-size: 2.1rem;
}
.useful-ch-v a:hover  img {
transform: scale(1.05,1.05);
transition: .2s;
}

@media screen and (max-width:768px) {
  .useful-ch-v span {
    padding: 10px 0;
  }
  .useful-ch-v a {
    color:#fff;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:599px) {
  .useful-ch-grid {
    display: block;
    }
    .useful-ch-v {
     margin: 20px auto;
    }
  .useful-ch-v span {
    padding: 20px 0;
  }
  .useful-ch-v a {
    color:#fff;
    font-size: 1.8rem;
  }
}
/* tab */


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

/*タブのスタイル*/
.tab-parent {
  margin: 50px auto;
}

.tab_item {
  width: calc(100%/3);
  height: 70px;
  border-bottom: 3px solid #c30d23;
  background-color: #d9d9d9;
  line-height: 70px;
  font-size: 2.7rem;
  font-family: 'noto-serif-jp';
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: track 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

.u-indent span {
  display: block;
  padding-left: 2rem;
  text-indent: -2rem;
}


/*選択されているタブのコンテンツのみを表示*/
#track:checked~#track_content,
#achievement:checked~#achievement_content,
#farm:checked~#farm_content,
#design:checked~#design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background-color: #c30d23;
  color: #fff;
}

.farm_headline {
  color: #232323;
  font-weight: bold;
}

#farm_content span {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .tab_item {
    font-size: 2.1rem;
  }


  .tab_content {
    padding: 20px;
  }

  .p-mv__figure img {
    width: 100%;
  }
}


.tab-parent table {
  width: 100%;
}

.tab-parent table tr th {
  position: relative;
  padding-right: 5%;
  width: 20%;
  font-weight: bold;
  color: #232323;
  vertical-align: middle;
}

.tab-parent table tr th::before {
  content: '';
  position: absolute;
  top: 33px;
  right: 20%;
  bottom: 34px;
  border-left: 1px solid #dfdfdf;
}

.tab-parent table tr td {
  padding: 30px 0;
  line-height: 2;
  vertical-align: top;
}

.tab_content a {
  color: #595957;
}
.tab_content a:hover {
  text-decoration: underline;
}

/* tabここまで */

/* 買い取り実績grid */

.achievement-list {
  padding: 100px 0 500px;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 350px;
}

/* 買い取り実績flex */
.achievement-flex {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  margin: 0 auto 500px;
}

.achievement-child {
  width: 100%;
  height: 450px;
}

.achievement-child img {
  width: 100%;
  height: auto;
}

.details {
  width: 100%;
  border-top: #231815 solid 1px;
  border-bottom: #231815 solid 1px;
  margin: 10px 0;
}

.details, .details td, .details th {
  border-collapse: separate;
  border-spacing: 5px;
}

.details th {
  padding: 5px;
  width: 40%;
  height: 30px;
  border: none;
  text-align: center;
  background-color: #c9caca;
  white-space: nowrap;
}

.details td {
  padding: 5px;
  width: 60%;
  height: 30px;
  border: none;
  text-align: right;
  white-space: nowrap;
}


.red-triangle {
  width: 100px;
  height: 55px;
  background-color: #d61718;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 0 auto;
}

.red-txt {
  font-weight: bold;
  color: #d61718;
  text-align: center;
  display: block;
}

.price-box {
  background-color: #d61718;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.price-big {
  font-size: 6.4rem;
  font-weight: bold;
  color: #fff;
}

.to-stock {
  text-align: center;
  background-color: #f29600;
  margin: 320px auto 0;
  width: 80%;
  max-width: 700px;
  height: 60px;
  line-height: 60px;
}

.to-stock a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  box-shadow: 2px 2px 0px #dcdddd;
  border: #f29600 solid 2px;
  transition: .3s;
}

.to-stock a:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #f29600;
  /* 背景色     */
  background: #ffffff;
  border: #f29600 solid 2px;
  /* 文字色     */
  transition: .3s;

}

.area {
  margin-top: 50px;
  padding-bottom: 100px;
}

.area__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.area__table__ttl {
  font-size: 1.8rem;
}

.area__table tr {
  border-bottom: #e4e4e4 solid 1px;
}

.area__table tr:last-child {
  border: none;
}

.area__table td {
  width: 70%;
}
/* column-list */

.column-list-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(2,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.column-list-ch {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.column-list-ch img {
  width: 100%;
  height: auto;
}

.column-list-ch a {
  display: block;
  color: #595757;
  font-size: 1.8rem;
}

.column-list-title {
  padding: 5px;
  text-align: left;
  font-size: 1.8rem;
  margin: 0 auto;
  font-weight: 400;
}

.column-list-img {
  max-height: 264px;
  height: 19vw;
  overflow: hidden;
}

.column-list-ch a:hover  img {
  transform: scale(1.05,1.05);
  transition: .2s;
  }

  .column-list .to-stock {
    margin-top: 50px;
  }
.campaign {
    background: #f1f1f1;
    padding: 20px 10px;
}

/* map */
.map iframe {
  margin-top: 50px;
  width: 100%;
  height: 480px;
  vertical-align: bottom;
}


/* faq.html */
/* faq */

.faq {
  margin-bottom: 50px;
}

.faq .to-stock {
  margin-top: 50px;
}

.qa-list {
  width: 90%;
  max-width: 900px;
  margin: 70px auto 0;
}


.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #03003f;
}

.qa-list dl:first-child {
  border-top: 1px solid #03003f;
}

.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #03003f;
  border-right: 2px solid #03003f;
}

.qa-list .open::before {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 2rem;
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #036eb8;
}

.qa-list dl dd::before {
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #c30d23;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }

  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 1.4rem;
  }

  .qa-list dl dt::before {
    font-size: 1.4rem;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }

  .qa-list dl dd::before {
    font-size: 1.4rem;
    top: 5px;
    left: 5px;
    content: 'A.';
  }

  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 1.4rem;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

/* faq end */

/* company.html */
/* company-profile */

.top-space {
  margin-top: 150px;
}

.bottom-space {
  margin-top: 350px;
}

.adjustment {
  margin-top: 50px;
}

@media screen and (max-width:768px) {
  .top-space {
    margin-top: 200px;
  }

  .bottom-space {
    margin-top: 150px;
  }
}

@media screen and (max-width:599px) {
  .adjustment {
    margin-top: 30px;
  }
  
  .bottom-space {
    margin-top: 180px;
  }
}
@media screen and (max-width:480px) {
  .bottom-space {
    margin-top: 140px;
  }
}

.company-profile {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 70px;
  border-collapse: collapse;
}


.company-profile th,
.company-profile td {
  border: 1px solid #3e3a39;
  padding: 15px;
  text-align: left;
}

.company-profile th {
  width: 35%;
  font-weight: bold;
  color: #fff;
  background-color: #c30d23;
}

.company-profile td {
  width: 65%;
}

@media screen and (max-width:520px) {

  .company-profile,
  .company-profile tr,
  .company-profile td,
  .company-profile th {
    display: inline-block;
    width: 100%;
  }
}

/* staff */

.staff-intro {
  margin-bottom: 150px;
}

.staff-intro .txt-box .line {
  border-bottom: #03003f solid 1px;
  margin: 10px auto;
}

.staff-intro .txt-box .name {
  text-align: left;
  font-size: 2.4rem;
  color: #333333;
  font-family: 'noto-serif-jp';
  font-weight: 600;
}

.staff-intro .txt-box .name span {
  font-family: 'garamond';
  font-size: 2.9rem;
  color: #9fa0a0;
  font-weight: 400;
}

.staff-intro .flex-box {
  margin: 60px auto;
}

.staff-v {
  width: 50%;
  height: auto;
}

.staff-v img {
  width: 100%;
  height: auto;
}


/* performance */
/* ページネーション */
.pager {
  margin: 0 auto 60px;
}

.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #c9caca;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #333333;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #c30d23;
}

/* respect.html */

.respect {
  margin-bottom: 50px;
}

.respect-v {
  width: 50%;
  height: auto;
}

.respect-v img {
  width: 100%;
  height: auto;
}

/* respect-feature */

.respect-feature {
  margin: 80px auto;
}

.grid-p-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2vw;
}

.respect-feature img {
  height: 120px;
  width: auto;
  vertical-align: bottom;
}

.respect-feature .dl-gray {
  background-color: #888888;
  text-align: center;
  padding: 50px 0 0;
}

.respect-feature .dl-red {
  background-color: #c30d23;
  text-align: center;
  padding: 50px 0 0;
}

.respect-feature dd {
  text-align: left;
  padding: 20px;
  color: #fff;
}

.feature-hl {
  font-family: 'noto-serif-jp';
  font-weight: 600;
  font-size: 3.5rem;
  color: #fff;
  margin-top: 30px;
}

.respect .to-stock {
  margin: 80px auto;
}


/* flow.html */
.flow {
  margin-bottom: 50px;
}

.flow-chart {
  padding: 60px 0 ;
}

.flow-chart .bg-title {
  margin: 0 0 50px;
}

.flow-chart .appraisal-bg {
  margin-bottom: 100px;
}

.flow-v {
  width: 50%;
  height: auto;
}

.flow-v img {
  width: 100%;
  height: auto;
}

.flow-chart {
  margin:  0 0 70px;
}

.flow-chart .txt-box {
  text-align: left;
}

.flex-grid {
  display: flex;
  justify-content: space-between;
}

.flow-chart h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 25px 0;
}

@media screen and (max-width:768px) {  
  .flow-chart h3 {
    font-size: 2rem;
    margin: 15px 0;
  }

}

/* price */

.price {
  padding: 60px 0;
}
.pricecards{
list-style: none;
margin: 2.5em auto 1em;
padding: 0;
}
.pricecards{
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
align-items: stretch;
-webkit-align-items: stretch;
justify-content: center;
-webkit-justify-content: center;
    }
.pricecard{
flex: 0 0 25%;
text-align: center;
border: 1px solid #eee;
padding-bottom: 1rem;
box-sizing: border-box;
margin:0 auto 3em;
display: flex;
flex-direction: column;

 p {
  flex-grow: 1;
 }
    }
    .pricecard h3{
        background: #a2bc10;
        color: #fff;
        padding: 10px;
        margin: 0;
        font-size: 1.3em;
    }
    /* .pricecard.premium{
        border: 3px solid #06c7ea;
        padding-bottom: 3rem
    }
    .pricecard.premium h3{
        background: #06c7ea;
        color: #fff;
        padding: 10px;
        margin: 0;
    } */
    .pricecard h4{
        font-size: 300%;
        margin: 0 auto;
        padding: 1rem 0 0;
    }
    /* .pricecard.premium h4 {
        padding: 20px;
    } */
    .pricecard p{
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
    .pricecard a{
        padding: 10px 40px;
        background: #f29600;
        color: #fff;
        text-decoration: none;
        border-radius: 3px;
        display: inline-block;
    }
@media screen and (max-width: 600px){
.profile_card, .pricecards, .profile_cards {
flex-direction: column;
-webkit-flex-direction: column;
}
.pricecard, .card_photo {
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
}
.pricecard.premium {
order: 1;
-webkit-order: 1;
}
}

/*outline */
.outline-table {
  width: 100%;
  
    border-collapse: collapse;
  }

  td img {
    width:min(90% , 300px);
  }
  
  .outline-table th,
  .outline-table td {
  border: 1px solid #ccc;
  padding: 20px;
  }
  
  .outline-table th {
  font-weight: bold;
  background-color: #dedede; 
  }

  .outline-table td {
    background-color: #f7f7f7;

  }

  .eigyojikan {
    max-width: 500px;
    margin: 1em auto;
    width: 100%;
    img {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 768px) {
  .outline-table,
  .outline-table tr,
  .outline-table td,
  .outline-table th {
  display:inline-block;
  width:100%;
  }
  }

.contact-box {
  position: relative;
  width: calc(100%/3);
  height: 275px;
  text-align: center;
  background-color: #f7f7f7;
  display: block;
  color: #595757;
  padding-top: 60px;
}

.contact-box:nth-of-type(2n) {
  background-color: #949494;
  color: #fff;
}

.contact-box>.arrow-bottom-b,
.contact-box>.arrow-bottom-w {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s;
}

.contact-box:hover .arrow-bottom-b,
.contact-box:hover .arrow-bottom-w {
  top: 60%;
  transition: .2s;
}

.contact-box img {
  width: 80px;
  height: auto;
}

.contact-box span {
  display: block;
  font-size: 1.9rem;
}

.contact-box .to-click {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  font-size: 1.7rem;
  font-weight: bold;
}

.flow-arrow>.arrow-bottom-b {
  position: sticky;
  margin: 50px auto;
}

.flow .to-stock {
  margin: 80px auto;
}

.flow .to-home {
  margin: 40px auto;
}
   
/* promise.html tips.html for-long-ride.html*/
.promisetxt-box {
  text-align: left;
  font-size: 1.6rem;
  color: #333333;
  font-family: 'noto-serif-jp';
  font-weight: 600;
}
    .promise h2,
    .tips h2,
    .long-ride h2,
    .fuel h2,
    .maintenance h2,
    .service-area h2{
       padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #e8e9e9;/*背景色*/
  border-bottom: solid 5px #c30d23;/*下線*/
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  font-family: 'noto-serif-jp'
    }
    .promise h4,
    .tips h4,
    .long-ride h4,
    .fuel h4,
    .maintenance h4,
    .service-area h4 {
      font-size: 1.7rem;
      margin: 0px auto;
      width: 100%;
      position: relative;
      padding-left: 8px;
    }
    
    .promise h4:after,
    .tips h4:after,
    .long-ride h4:after,
    .fuel h4::after,
    .maintenance h4:after,
    .service-area h4:after{
      position: absolute;
      content: " ";
      display: block;
      border-left: #c30d23 solid 5px;
      top: 49%;
      left: 0px;
      transform: translateY(-50%);
      height: 17px;
    }

    .long-ride ul,
    .fuel ul,
    .maintenance ul,
    .service-area ul {
      margin: 15px auto;
      width: 100%;
      background-color: #ececec;
      padding: 15px ;
    }
    .long-ride ul li,
    .fuel ul li,
    .maintenance ul li,
    .service-area ul li{
      list-style-type: disc;
      margin-left: 20px;
    }
    .fuel ol li {
      list-style-type: decimal;
      margin-left: 30px;
    }

    .maintenance ol li {
      list-style-type: decimal;
      margin: 10px auto 10px 30px;
    }
    
    .maintenance ol li::marker {
      font-size: 1.1em;
      font-weight: 600;
    }

    .red-waku {
      border: red solid 1px;
      color: red;
      font-weight: 600;
      padding: 10px 20px;
      max-width: 700px;
      width: 90%;
      text-align: center;
      margin: 10px auto;
    }
    
    .sa-map {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 10px auto;
      gap: 0 20px;
    }

    .sa-map p {
      background-color:#ececec ;
      padding: 20px 30px;
      width: 50%;
    }

    .sa-map iframe {
      border: none;
      width: 50%;
      aspect-ratio: 16/9;
    }

    @media screen and (max-width:768px) {
      .sa-map {
        display: block;
      }
      .sa-map p,
      .sa-map iframe{
        width: 100%;
      }
    }
 
/* model.html */
.model {
  margin: 80px auto 50px;
}



.grid-9 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(3,1fr);
  gap: 50px;
}

 .grid-ch p{
  padding: 0 15px;
}

.grid-9 .grid-ch img {
  width: 100%;
}

.model .flex-box {
  gap: 50px;
}

.model .flex-box>.grid-ch img {
  width: 100%;
}

.model .to-stock {
  margin: 80px auto;
}



/* footer */

footer {
  background-color: #f7f7f7;
  height: 200px;
  width: 100%;
  color: #595957;
  align-items: center;
  vertical-align: middle;
}

footer>.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 170px;

}

.footer-logo {
  text-align: center;
}

.footer-logo img {
width: min(100% , 250px);
  height: auto;
}

.footer-logo p {
  font-size: 1.3rem;
}

.footer-p {
  width: 80%;
}

.footer-menu {
  display: flex;
  justify-content: flex-end;
}

.footer-menu  a {
  color: #595957;
  font-size: 1.4rem;
  position: relative;
}

/*  */
.footer-menu ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #595957;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.footer-menu ul li a:hover::after {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

/*  */


hr {
  margin: 10px 0;
  border-color: #595957;
}

.footer-info {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
  font-size: 1.4rem;
}

.footer-tel {
  font-size: 2.5rem;
  font-weight: bold;
  color: #595957;

}



.copy {
  display: block;
  text-align: center;
  color: #595957;
  font-size: 1.5rem;
}



/*tab sp */
@media screen and (max-width:768px) {

  .container {
    width: 90%;
  }

  .flex-box {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .txt-box,
  .about-v,
  .staff-v,
  .respect-v,
  .flow-v,
  .about-ch-v {
    width: 100%;
    margin: 0 auto;
  }

  .about {
    margin-bottom: 50px;
  }

  .about-ch-v {
    margin-bottom: 20px;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }



  .main-v img {
    margin-top: 80px;
  }


  /* achievement */
  .achievement-list {
    padding: 100px 0 300px;
  }
  

  .achievement-grid {
    grid-column-gap: 10px;
    grid-row-gap: 150px;
  }

  .achievement-flex {
    gap: 10px;
    margin: 0 auto 200px;
  }


  .details th {

    font-size: 1.4rem;
  }

  .details td {
    font-size: 1.4rem;
    white-space: pre-wrap;
  }


  .red-triangle {
    width: 100px;
    height: 50px;
  }

  .price-box {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 2vw;
  }

  .price-big {
    font-size: 5rem;
  }

  .to-stock {
    margin: 170px auto 0;
  }

  .respect .to-stock,
  .flow .to-stock,
  .model .to-stock {
    margin: 80px auto;
  }

  .flow .to-home {
    margin: 40px auto;
  }
  /* map */
  .map iframe {
    height: 380px;
  }


  /* respect.html */
  .grid-p-6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
  }

  .grid-p-6 dl:first-of-type {
    order: 1;
  }

  .grid-p-6 dl:nth-of-type(2) {
    order: 2;
  }

  .grid-p-6 dl:nth-of-type(3) {
    order: 4;
  }

  .grid-p-6 dl:nth-of-type(4) {
    order: 3;
  }

  .grid-p-6 dl:nth-of-type(5) {
    order: 5;
  }

  .grid-p-6 dl:nth-of-type(6) {
    order: 6;
  }


  .feature-hl {
    font-size: 2.7rem;
    margin-top: 20px;
  }

    /* flow.html */
.flex-grid {
  display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 0;
}

.contact-box {
  width: 100%;
  height: 300px;
  padding-top: 30px;
}

.contact-box:first-of-type {
  order: 1;
}

.contact-box:nth-last-of-type(2) {
  order: 2;
}

.contact-box:nth-last-of-type(3) {
  order: 4;
}

.contact-box:nth-last-of-type(4) {
  order: 3;
}

.flow-arrow>.arrow-bottom-b {
  margin: 30px auto;
}


.grid-9 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(5,1fr);
  gap: 10px;
}


  /* footer */

  footer {
    height: 300px;
    width: 100%;
    color: #595957;
    align-items: center;
    vertical-align: middle;
  }

  footer>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 270px;

  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo p {
    font-size: 1.3rem;
  }

  .footer-p .wrapper {
    display: flex;
    justify-content: space-around;
  }

  .footer-menu ul {
    flex-direction: column;
    text-align: right;
  }

  .footer-menu ul li a {
    color: #595957;
    font-size: 1.3rem;
    white-space: nowrap;
  }



  hr {
    display: none;
  }

  .footer-info {
    flex-direction: column;
    gap: 30px;
    width: 50%;
    font-size: 1.3rem;
    justify-content: center;
    text-align: left;
  }

  .footer-tel {
    font-size: 2rem;
    font-weight: bold;
    color: #595957;

  }



  .order1-b {
    order: 1;
  }

  .order2-b {
    order: 2;
  }


}

@media screen and (max-width:599px) {

  .container {
    width: 95%;
  }

  .flex-box {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .tab_item {
    font-size: 1.8rem;
  }

  .achievement-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 200px;
  }

  .achievement-flex {
    gap: 10px;
    margin: 0 auto 170px;
  }



  .v-lr {
    writing-mode: vertical-lr;
    line-height: 1.4;
  }

  
/* column-list */
.column-list-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(3,1fr);
  grid-column-gap: 10px;
  grid-row-gap: 30px;
}

.column-list-img {
  max-height: 150px;
  height: 150px;
  overflow: hidden;
}

.column-list-img img {
  object-fit: cover;
  height: 150px;
}

.column-list-ch a {
  display: block;
  color: #595757;
  font-size: 1.5rem;
}

  /* respect.html */
  .grid-p-6 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }


  /* footer */

  footer {
    height: 400px;
  }

  footer>.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 370px;
  }
}


@media screen and (max-width:480px) {

  .logotxt {
    font-size: 6vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .about-p {
    padding: 20px;
    margin: 50px auto 30px;
  }

  .tab_item {
    position: relative;
  }

  .tab_item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 1.7rem;
    width: 100%;
  }

  .achievement-grid {
    grid-row-gap: 150px;
  }

  .to-stock {
    margin: 110px auto 0;
  }

  .flow .to-home {
    margin: 40px auto;
  }

  footer {
    height: 500px;
  }

  footer>.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 470px;
  }

  .footer-logo p {
    font-size: 1.3rem;
  }

  .footer-p .wrapper {
    flex-direction: column;
  }

  .order1-b {
    order: 2;
  }

  .order2-b {
    order: 1;
  }

  .footer-menu {
    margin: 20px auto 10px;
  }

  .footer-menu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 5px;

  }


  .footer-menu ul li a {
    color: #595957;
    font-size: 1.3rem;
    white-space: nowrap;
  }



  hr {
    display: none;
  }

  .footer-info {
    gap: 10px;
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
  }

  .footer-tel {#tel-button
    font-size: 2rem;
    font-weight: bold;
    color: #595957;

  }

}



/* LP用追加 */
.full-img  {
  width: 100%;
  background-color: #f29600;
  text-align: center;
  padding: 1em;
  p {
    font-size: 1.2em;
    color: #fff;
  }
  .cta-heading {
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1em;
  }
}

.full-img img {
  width: 100%;
}

.arrow-bottom-b {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 55%, 50% 100%, 0 55%, 0 50%, 50% 95%, 100% 50%);
  background-color: #595957;
  width: 70px;
  height: 70px;
}

.arrow-bottom-w {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 55%, 50% 100%, 0 55%, 0 50%, 50% 95%, 100% 50%);
  background-color: #fff;
  width: 70px;
  height: 70px;
}



@media screen and (max-width:480px) {

  .arrow-bottom-b {
    width: 50px;
    height: 50px;
  }

  .arrow-bottom-w {
    width: 50px;
    height: 50px;
  }

}

/* voice */

/* .voice お客様の声
-----------------------------------------------------*/

.voice {
  background: url(../image/voice_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: -2;
  padding: 50px 0;
}

.voice .ubg-title {
  margin: 0 0 50px;
}

.voice::after {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  display: block;
  content: "";
  z-index: -1;
}

.voice__container {
	padding-top: 85px;
	padding-bottom: 100px;
}
.voice .exp {
	margin-bottom: 50px;
}
.voice .voice__card {
    text-align: left;
}
.voice .voice__card .voice__hl {
	margin-bottom: 30px;
	padding: 40px 6% 40px 4%;
	position: relative;
	z-index: 2;
}
.voice .voice__card:nth-of-type(1) .voice__hl {
	padding-top: 0;
}

.voice .voice__card .txtbox {
	font-weight: bold;
	flex: 0 0 calc(100% - 200px);.
	max-width: calc(100% - 200px);
}
.voice .voice__card .title {
	font-size: 28px;
	margin-bottom: 10px;
}
.voice .voice__card .voice__profile {
	font-size: 18px;
}
.voice .voice__card .voice__img {
	flex: 0 0 165px;
}

.voice__img img {
  width: 100%;
}

.voice .voice__card .detail {
	justify-content: flex-start;
	align-items: center;
	margin-top: 26px;
	font-weight: bold;
	margin-left: 13px;
}
.voice .voice__card .detail dt {
	padding: 2px 5px;
	font-size: 14px;
	color: #FFF;
	background: #f52601;
}
.voice .voice__card .detail dd {
	font-size: 20px;
	color: #0347ac;
	margin-left: 15px;
}
.voice .voice__card .txt {
	line-height: 1.7;
	font-size: 17px;
	background: #f1f1f1;
	padding: 70px 3.5%;
	margin: -110px 1% 0;
	position: relative;
	z-index: 1;
}


.voice__flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:768px) {

  .voice .voice__card .title {
    font-size: 20px;
  }
}

/* flow */
.orange-title {
  color: #f29600;
  font-family: 'kazesawa';
}
/* reason */

.reason {
  padding: 100px 0;
}

.reason h3 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 25px 0;
  padding: 10px;
  font-family: 'kazesawa';
}

.reason h3::first-letter {
  font-size: 1.4em;
}

.reason .flex-box {
  margin: 100px 0;
}

@media screen and (max-width:768px) {  
  .reason h3 {
    font-size: 2rem;
    margin: 15px 0;
  }

}

.marker {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 30%, #c30d23 30%);
  background-repeat: no-repeat;
  background-position:bottom left;
  background-size: 0 30%;
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}

.marker.ugokumarker {
  background-size: 100% 30%;
}
/* lp-faq */
.lp-faq {
  padding: 0 0 100px;
}
/* 文字色 */

.black {
  color: #595957;
}
/* sp,tab,pc表示切替 */
/* pc */

@media screen and (max-width:768px) {
  .pc {
display: none;
  }
}
@media screen and (min-width:769px) {
  .pc {
display: block;
  }
}

/* 1160px ~ 769px */
@media screen and (min-width:1161px) {
  .sc1160 {
    display: none;
  }
}

@media screen and (769px <=width < 1160px) {
  .sc1160 {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .sc1160 {
    display: none;
  }
}

/* 960px ~ 769px */
@media screen and (min-width:961px) {
  .sc960 {
    display: none;
  }
}

@media screen and (769px <=width < 960px) {
  .sc960 {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .sc960 {
    display: none;
  }
}

/* ~768px */
@media screen and (min-width:769px) {
  .sp-c {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .sp-c {
    display: block;
  }
}

/* 599px ~ px */
@media screen and (min-width:600px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width:599px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width:481px) {
  .sp-b {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .sp-b {
    display: block;
  }
}

/* ------------------ */