/* カラーコード
矢野口ブルー：#13007C
ブルー：#004DA1
黒：#272727
グレー50％：#747474
グレー10％：#EBEBEB
*/

@charset "utf-8";

/*------------------
 全ページ共通
------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-kerning: auto;
  font-variant-ligatures: none;
  letter-spacing: .03rem;
  line-height: 1.8;
  overflow-wrap: break-word;
  quotes: ""\201C"" ""\201D"" ""\2018"" ""\2019"";
  word-wrap: break-word;
  position: relative;
  min-height: 100%;
  margin:0;
  padding:0;
  height:auto;
  height:100%;
  overflow-x: hidden;
}

section,
aside {
  padding-bottom: 60px;
}

ul.disc,
ul.circle {
  padding-left: 2rem;
}

ul.disc li {
  list-style: disc;
}

ul.circle li {
  list-style: circle;
}

ul>li {
  list-style: none;
}

ul>li {
  list-style-type: none;
}

a {
  color: #67C7D4;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover,
a:focus {
  color: #004DA1;
  text-decoration: none;
}

a.link {
  color: #1A0DAB;
}

a.link:hover,
a.link:focus {
  color: #1a0dab;
  text-decoration: underline;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  filter: alpha(opacity=100);
  opacity: 1;
}

a img:hover,
a img:focus {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.clearfix:after {
  content: """";
  display: block;
  clear: both;
}

/*-- Bootstrap Custom --*/
.col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.invisible {
  height: 0;
  margin: 0;
}

.cont-wt {
  max-width: 1120px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {

  .col-sm-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}
@media (min-width: 768px) {

  .col-md-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-offset-2-5 {
    margin-left: 4.3333333%;
  }

}

@media (min-width: 992px) {

  .col-lg-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}


/*------------------
 header
------------------*/



/*------------------
 Slider
------------------*/
.slider{
    width: 100%;
    overflow: hidden;
}
.slider img{
    height: auto;
    width: 100%;
    opacity: .7;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

firstview ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.slider {
  position:relative;
  background-color: #fff;
}

.slider-p {
 position:absolute;
 top:50%;
  -webkit-transform: translateY(-50%);
 font-size: 5.6rem;
 font-weight: 700;
 line-height: 7.2rem;
 color: #fff;
  text-indent: .5em;
}

.colorfilter {
  background-color: #111;
}

@media (max-width: 991.98px) {
  
  .slider-p {
    font-size: ;
    line-height: ;
  }
  
}

@media (max-width: 767.98px) {
  
  .slider-p {
    font-size: 3.2rem;
    line-height: 5.2rem;
    top:30%;
  -webkit-transform: translateY(-30%);
  }
  
}

@media (max-width: 575.98px) {
  
  .slider-p {
    font-size: 2.4rem;
    line-height: 3.2rem;
    top:20%;
  -webkit-transform: translateY(-20%);
  }
  
}


/*------------------
 共通設定
------------------*/
#pagetop {
  text-align: center;
}

#pagetop a {
  width: 50px;
  height: 50px;
  border-top: solid 1px #13007C;
  border-right: solid 1px #13007C;
  border-left: solid 1px #13007C;
  padding: 15px 17px;
  color: #13007C;
  background-color: #fff;
}

#pagetop a:hover {
  color: #fff;
  background-color: #13007C;
}

a {
  color: #272727;
}

h2, h3 {
  color: #12017C;
}

h2, h3, h4 {
  font-weight: 700;
}

h2 {
  font-size: 3.2rem;
  letter-spacing: .1em;
}

.hero-ttl h2 {
  font-size: 4.0rem;
}

h3 {
  font-size: 2.4rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 2.0rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-size: 1.6rem;
}

@media (max-width: 575.98px) {

h2 {
  font-size: 2.4rem;
 }

}

.small-p {        /*P文字サイズ小*/
  font-size: 1.2rem;
  font-weight: 400;
}

.small-h {
  font-size: 2.4rem;
  font-weight: 400;
}

section {
  padding-top: 47px;
  padding-bottom: 100px;
}

.section-ttl{
  margin-bottom: 60px;
}

.gray50 {        /*文字色をグレー50％に*/
  color: #747474;
}

.pad-sm {
  padding-bottom: 5px;
}

.haba {        /*コンテンツ幅*/
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.haba2 {        /*コンテンツ幅*/
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}

.color-bk {        /*文字色を黒に*/
  color: #272727;
}

.color-wt {        /*文字色を白に*/
  color: #fff;
}

.color-bl {        /*文字色を青に*/
  color: #13007C;
}

.ft-bold {        /*文字を太く*/
  font-weight: 700;
}

.pad0 {
  padding: 0;    /*padding0*/
}

.marg0 {    /*margin0*/
  margin: 0;
}

.txt-center {    /*センター寄せ*/
  text-align: center;
}

.section-top-p {
  margin-bottom: 50px;
}

/*------------------
 TOP
------------------*/
/*news*/
.top-news-box {
  border-bottom: solid 1px #747474;
  margin-bottom: 50px;
}

.news-p {
  margin-right: 30px; 
}

.top-news-p {
  margin-top: 30px;
}

.ichiran {
  display: flex;
  justify-content: flex-end;
}

.ichiran a {
  width: 100px;
  border: 1px solid #272727;
  text-align: center;
  padding-top: 10px;
  color: #272727;
  transition:.5s;
}

.ichiran a:hover {
  background-color: #272727;
  color: #fff;
}

.news-p p {
  font-size: 1.4rem;
}

.top-category {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  padding: 4px;
  margin-top: -3px;
  vertical-align: middle;
  text-align: center;
  width: 80px;
}

/*カテゴリー色分け*/
.other {
  background-color: #747474;
}

.radock {
  background-color: #EBAF01;
}

.sales {
  background-color: #1E9DD3;
}

.plant {
  background-color: #D86087;
}

.maintenance {
  background-color: #019937;
}

/*特装車クイックサービス*/
.quick-box-1 {
  display: flex;
  width: 100%;
}

.quick-box {
  display: flex;
  width: 50%;
}

.quick-box-sm {
  background-color: #13007C;
  height: 150px;
  width:100%;
  border: 1px solid #fff;
  text-align: center;
  padding-top:25px;
  transition-duration: .5s;
}

.quick-box-sm img {
  max-width: 100px;
  height: auto;
  margin-top: 10px;
}

.quick-box-sm p {
  color: #fff;
  font-weight: 700;
}

.quick-box-sm:hover {
  transform: scale(1.02, 1.02);
}


@media (max-width: 767.98px) {
  
  .quick-box-1 {
    display: block;
  }
  
  .quick-box {
    width: 100%;
  }
  
}

/*矢野口事項の特装車サービス*/
.top-service-box {
  position: relative;
  margin-bottom: 1px;
  background-color: #272727;
  z-index: 5;
}

.top-service-box h3 {
  color: #fff;
  position: absolute;
  top: 25%;
  margin-left:100px;
  z-index: 10;
}

.top-service-box {
  background-color: #272727;
  overflow: hidden;
}

.top-service-box img {
  width:100%;
  min-height: 100px;
  opacity: .8;
  transition-duration: .5s;
}

.top-service-box img:hover {
  transform: scale(1.1,1.1);
}



@media (max-width: 767.98px) {
  
  .top-service-box img {
    width: auto;
    height: 100px;
  }
  
  .top-service-box h3 {
    margin-left: 15px;
  }
  
}

/*コンタクトセクション*/
.contact-section {
  background-color: #12017C;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}

.contact-section a {
  color: #fff;
}

.contact-ttl {
  color: #fff;
}

.contact-span {
  font-size: 1.6rem;
  letter-spacing: .3em;
}

.gosoudan {
  max-width:250px;
  background-color: #004DA1;
  border: #fff solid 1px;
  margin-top: 32px;
}

.gosoudan p {
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tel-list {
  display: flex;
  justify-content: flex-end;
}

.tel-list-tel {
  padding-left: 20px;
}

.mail-link-box {
  text-align: -webkit-right;
  margin-top: 32px;
}

.mail-link {
  display: flex;
  background-color: #fff;
  max-width: 250px;
  min-width: 250px;
  align-items: center;
  transition: .5s;
  border: solid 1px #12017C;
}

.mail-link:hover {
  transform: scale(1.05,1.05);
}

.mail-mark {
  max-width: 80px;
  padding: 10px;
  margin-left: 25px;
}

.mail-link img {
  width: 100%;
}

.mail-link p {
  color: #12017C;
  font-weight: 700;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  
  .tel-list {
    justify-content: flex-start;
  }
  
  .mail-link-box {
  text-align: left;
  margin-top: 20px;
  }
  
  .tel-list {
    margin: 20px 0;
  }
  
}

/*Footer*/
.footer-logo {
  width: 120px;
}

.footer-logo img {
  width: 100%;
}

.footer-contents {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.footer-link-box {
  margin-left: 30px;
}

.footer-link-box a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #272727;
}

.footer-caption {
  background-color: #272727;
  color: #fff;
}


@media (max-width: 767.98px) {
  
  .footer-link {
  display: block;
  }
  
  .footer-contents {
  display: block;
  }
  
  .footer-link-box {
  margin-bottom: 10px;
  margin-left: 0;
  padding-bottom: 10px;
  }
  
  .sm-border {
    position: relative;
  }
  
  .sm-border:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #747474;
  }
  
  .fs-pad {
    margin-top: 20px;
  }
  
}


/*------------------
 下層共通
------------------*/
/*hero-image*/
.hero {
  min-height: 400px;
  max-height: 400px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.hero:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:rgba(0,0,0,0.2);
}

.hero-link {
  background-color: #272727;
  position: absolute;
  top: 58px;
  width: 100%;
}

@media (max-width: 767.98px) {
  
  .hero-link {
    top: 11px;
  }
  
}

.hero-ttl {
  background-color: #12017C;
  max-height: 30px;
  min-height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.hero-ttl h2 {
  margin-top: -25px;
}

/*hero-img設定*/

.hero-buy {
  background: url(../img/hero-buy.jpg) center center no-repeat;
  background-size: cover;
}

.hero-sell {
  background: url(../img/hero-sell.jpg) center center no-repeat;
  background-size: cover;
}

.hero-rent {
  background: url(../img/hero-rent.jpg) center center no-repeat;
  background-size: cover;
}

.hero-repair {
  background: url(../img/hero-repair.jpg) center center no-repeat;
  background-size: cover;
}

.hero-work {
  background: url(../img/hero-work.jpg) center center no-repeat;
  background-size: cover;
}

.hero-about {
  background: url(../img/hero-about.jpg) center center no-repeat;
  background-size: cover;
}

.hero-company {
  background: url(../img/hero-company.jpg) center center no-repeat;
  background-size: cover;
}

.hero-news {
  background: url(../img/hero-news.jpg) center center no-repeat;
  background-size: cover;
}

.hero-404 {
  background: url(../img/hero-404.jpg) center center no-repeat;
  background-size: cover;
}

/*hero2*/
.hero2 {
  padding-bottom: 0;
}

.hero-ttl2 {
  background-color: #12017C;
  max-height: 150px;
  min-height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-ttl2 h2 {
  display: flex;
  align-items: center;
  padding-top: 35px;
}

/*特徴*/
.feature-pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.feature-pic img {
  width: 100%;
}

.feature-p {
  padding: 10px 15px 30px 15px;
}

.left-border {
  border-left: solid 1px #EBEBEB;
}

@media (max-width: 767.98px) {
  
  .left-border {
  border-left: none;
  }
  
}

/*セクションタイトル*/
.sec-ttl {
  border-bottom: 2px solid #12017C;
  margin-bottom: 80px;
}

.sec-sub-ttl1 {
  margin-bottom: 40px;
}

.sub-section {
  margin-bottom: 80px;
}

.sec-top-sm {
  padding-top: 50px;
  padding-bottom: 0;
}

/*------------------
 買いたい
------------------*/
.feature-step {
  background-color: #EDF2F5;
  padding: 20px 0 30px;
}

.feature-step-pic img {
  width: 100%;
}

.feature-contact {
  background-color: #004DA1;
}

.feature-con-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  
  .feature-con-box {
    display: block;
  }
  
}

/*検索*/
.search-pic {
  width: 100%;
}

.search-pic img {
  width: 100%;
  height: auto;
}

.search-info {
  display: flex;
  padding: 15px 0 30px;
}

.search-info span {
  margin-left: 10px;
}

.search-info-ttl {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  
  .search-info-ttl {
    margin-top: 10px;
  }
  
}

.search-info1, .search-info2 {
  width: 50%;
}

.search-info1 {
  border-right: solid 1px #EBEBEB;
}

.search-info2 {
  margin-left: 10px;
}

.search-info-base ,.search-info-futai {
  display: flex;
  flex-wrap: wrap;
}

.search-info dt {
  width: 50%;
}

.search-info dd {
  width: 50%;
}

.search-arc-box {
  display: flex;
  margin-bottom: 20px
}

@media (max-width: 767.98px) {

  .search-arc-box {
    display: block;
  }

}

/*------------------
 売りたい
------------------*/
input::-webkit-input-placeholder {
    font-size: 1.2rem;
}

input:-moz-placeholder {
    font-size: 1.2rem;
}

input::-moz-placeholder {
    font-size: 1.2rem;
}

input:-ms-input-placeholder {
    font-size: 1.2rem;
}

.up-box {
  font-size: 1.1rem;
}



/*------------------
 借りたい
------------------*/
.rs-ttl {
  color: #13007C;
  padding-left: 10px;
  border-left: solid 5px #13007C;
  margin-top: 30px;
}

.rs-box a {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.rs-box a img {
  width: 100%;
  height: 100%;
  transition-duration: .5s;
}

.rs-box a img:hover {
  transform: scale(1.1, 1.1);
}

/*画像切り替え*/
.box_around {
  width:100%;
  margin:10px 0 30px 0;
}

.main_image_box {
  margin-bottom: 5px;
}

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

.detail ul{
    display:flex;
    width:100%;
    padding:0;
    margin:0;
}

.detail ul li{
    display:inline-block;
    width:25%;
    margin-right: 1px;
    margin-left: 1px;
}

.detail ul li img{
  width: 100%;
  height: auto;
}

.buy_sub ul li {
  width: 50%;
  height: 50%;
}

.buy_sub ul {
  margin-bottom: 3px;
}

.buy-car-info{
  margin-top: 30px;
}

/*借りたい個別ページ*/
.rent-search dl {
  margin-top: 25px;
}

.rs-p {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #EBEBEB;
  
}

.rent-search dt {
  width: 30%;
}

.rent-search dd {
  width: 70%;
}

.rent-category {
  margin-right: 20px;
  background-color: #13007C;
  color: #fff;
  padding: 4px;
  margin-top: -3px;
  vertical-align: middle;
}

.rs-box {
  margin-top: 30px;
}

.rs-box-p {
  margin-top: 10px;
  margin-bottom: 30px;
}

.search-link-box {
  display: flex;
}

.search-link {
  border: solid 1px #13007C;
  padding: 5px 10px;
  color: #13007C;
  margin-right: 30px;
}

.search-link:hover {
  background-color: #13007C;
  color: #fff;
}

.search-back {
  border: solid 1px #272727;
  background-color: #272727;
  padding: 5px 10px;
  color: #fff;
  margin-left: auto;
}

.search-back:hover {
  background-color: #fff;
  color: #272727;
}

#kyuin, #senjo, #packer {
  padding-top: 50px;
  margin-top: -50px;
}

#kyuin01, #kyuin02, #kyuin03, #kyuin04, #kyuin05, #senjo01, #senjo02, #senjo03,  #packer01 {
  padding-top: 60px;
  margin-top: -60px;  
}

@media (max-width: 767.98px) {

  .rs-box-p {
    margin-top: -30px;
  }

}

/*タブ切り替え*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	/*border-top: 1px solid #cccccc;*/
}

@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}

.buy-search .sec-ttl{
  margin-bottom: 10px;
}

/*------------------
 修理・点検したい
------------------*/
.service-feature-p {
  margin-top: 20px;
}

.repair-sv-box {
  margin-bottom: 50px;
}

.repair-sv-img {
  width: 100%;
}

.repair-sv-img img {
  width: 100%;
}

.repair-work {
  margin-bottom: 50px;
}

.repair-work-box .ft-bold {
  margin-bottom: 0;
}

.repair-work-pic {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.repair-wok-pic-box {
  width: 49%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sub-icon {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #13007C;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.repair-work-pic img {
  width:100%;
  height: 100%;
}

.repair-work .rs-ttl{
  margin-bottom: 30px;
}

.repair-work .rs-ttl h4 {
  margin-top: 0;
  margin-bottom: 0;
}

/*------------------
  工事を任せたい
------------------*/
.work-zsk-pic-box img {
  width: 100%;
  height: auto;
}

.work-cars {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: solid 1px #EBEBEB;
  padding-top: 50px;
  margin-top: -50px;
}

.work-cars:last-child {
  border-bottom: none;
}

.work-car-pic {
  width: 100%;
}

.work-car-pic img {
  width: 100%;
}

.work-car-spec dl {
  display: flex;
  flex-wrap: wrap;
}

.work-car-spec dt {
  width: 30%;
  border-bottom: solid 1px #EBEBEB;
}

.work-car-spec dd {
  width: 70%;
  border-bottom: solid 1px #EBEBEB;
  margin-bottom: 0;
}

.work-car-spec2 dd {
  width: 35%;
  border-bottom: solid 1px #EBEBEB;
  margin-bottom: 0;
}

.work-car-p {
  margin-top: 30px;
}

.work-car-exam {
  margin-top: 50px;
}

.work-car-exam p {
  margin-bottom: 0;
}

.work-sagyou-p a {
  display: block;
}

.work-sagyou-pic {
  width: 100%;
}

.work-sagyou-pic img {
  width: 100%;
}

.work-back-btn {
  display: flex;
}

.toronmel .work-car-spec2 {
  border-top: solid 1px #272727;
  padding-top: 10px;
}

.toronmel .work-car-pic {
  margin-bottom: 10px;
}

.gs-works {
  background-color: #EBEBEB;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
}

.gs-work-pic {
  width: 100%;
}

.gs-work-pic img {
  width: 100%;
}

@media (max-width: 767.98px) {
  
  .work-car-spec dl{
    margin-top: 20px;
  }
  
  .work-cars0 {
    border-bottom: none;
  }
  
  .gs-work-pic {
    margin-bottom: 10px;
  }

}

/*------------------
 矢野口自工の特徴
------------------*/
.about-feature {
  margin-top: 60px;
}

.about-feature h3 {
  margin-top: 80px;
}

.about-feature2 {
  background-color: #EBEBEB;
}

.about-feature2 h3 {
  margin-top: 70px;
  margin-bottom: 50px;
}

.about-pic {
  width: 100%;
}

.about-pic img {
  width: 100%;
}

.about-p {
  max-width: 560px;
  margin-right: auto;
}

.about-p2 {
  max-width: 560px;
  margin-left: auto;
}


@media (min-width: 768px) {
  
  .about-pic2 {
    order: 2;
  }
  
  .about-p2 {
    order: 1;
  }
  
}

@media (max-width: 767.98px) {
  
  .about-p {
    margin-left: auto;
    max-width: 768px;
    margin-top: 10px;
  }
  
  .about-p2 {
    margin-right: auto;
    max-width: 768px;
    margin-top: 10px;
  }
  
  .about-feature2 h3 {
    margin-bottom: 20px;
  }
  
}

/*------------------
 会社概要
------------------*/
#philos {
  background-color: #13007C;
  border-bottom: solid 10px #747474;
}

#history {
  background-color: #13007C;
  border-bottom: solid 10px #004DA1;
}

#map {
  background-color: #747474;
  border-bottom: solid 10px #fff;
}

.comp-haba {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.company-menu {
  padding-bottom: 0;
}

.company-ttl, .company-ttl-wt {
  margin-bottom: 90px;
}

.company-ttl h3, .company-ttl-wt h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.company-ttl h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #13007C;
}

.company-ttl-wt h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

.greet-pic {
  width: 100%;
}

.greet-pic img {
  width: 100%;
  height: auto;
}

.company-sub-ttl {
  margin-bottom: 40px;
}

.philos-seishin p {
  margin-bottom: 40px;
}

.rinen-box {
  margin-top: 100px;
}

.koudou {
  margin-top: 50px;
}

.koudou-list li {
  margin-bottom: 20px;
}

/*沿革・会社概要  */
.history-box dl, .info-box dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 100px;
}

.history-box dt{
  width: 30%;
  padding: 10px 0;
  border-bottom: solid 1px #fff;
}

.history-box dd{
  width: 70%;
  padding: 10px 0;
  border-bottom: solid 1px #fff;
  margin: 0;
}

.info-box dt {
  width: 30%;
  padding: 10px 0;
  border-bottom: solid 1px #747474;
}

.info-box dd{
  width: 70%;
  padding: 10px 0;
  border-bottom: solid 1px #747474;
  margin: 0;
}

.history-box dd:last-of-type {
  border: none;
}

.history-pic {
  max-width: 180px;
  height: auto;
}

.history-pic img {
  width: 100%;
}

.history-pic-tate, .history-pic-tate2 {
  margin-right: 10px;
}

.history-pic-tate img, .history-pic-tate2 img {
  height: 100%;
}

.history-pic-flex {
  display: flex;
  margin-bottom: 20px;
}

/*会社概要*/
.ninka-seibi {
  display: flex;
}

.bg-bl {
  background-color: #13007C;
}

.info-box-ninka p {
  margin-top: 30px;
}

.info-box-ninka th, .info-box-ninka td {
  border: solid 1px #747474;
  padding: 5px 10px;
}

.info-box-ninka th {
  background-color: #EDF2F5;
}

.info-box-ninka {
  margin-bottom: 80px;
}

/*アクセス*/
.map-area {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.map-area-p a {
  display: block;
  border: solid 1px #fff;
  padding: 20px;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.map-area-p a:hover {
  background-color: #13007C;
  color: #fff;
}

.access-box {
  margin-top: 30px;
}

.access-desc {
  background-color: rgba(255, 255, 255, .1);
  border: solid 1px #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}


@media (max-width: 575.98px) {
  
  .greet-p-box {
    order: 2;
  }
  
  .greet-pic-box {
    order: 1;
  }
  
  .history-box dl, .info-box dl {
    display: block;
  }
  
  .history-box dt, .history-box dd, .info-box dt, .info-box dd {
    width: 100%;
  }
  
  .history-box dt, .info-box dt{
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
  }
  
  .history-box dd, .info-box dd{
    padding-top: 5px;
  }
  
}

@media (min-width: 576px) {
  
  .history-box dt:last-of-type {
    border: none;
  }
  
}

@media (max-width: 1199.98px) {
  
  .history-pic-flex .history-pic-tate2 {
    margin-top: 30px;
  }
  
  .history-pic-flex {
    display: block;
    margin-bottom: none;
  }
  
}

/*------------------
 プライバシーポリシー・お問合せ
------------------*/
.privacy-box {
  margin-top: 100px;
}

.privacy-info {
  display: inline-block;
  padding: 30px;
  border: 1px solid #747474;
}

.p-red {
  color: #C92D2D;
}

.form-box dl {
  display: flex;
  flex-wrap: wrap;
}

.form-set {
  padding: 10px 0;
  border-bottom: 1px dashed #747474;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.form-set:last-child {
  border-bottom:none ;
}

.form-box dl dt {
  width: 30%;
}

.form-box dl dd {
  width: 70%;
  margin-bottom: 0;
}

.mr-5 {
  margin-right: 5px;
}

.mr-2 {
  margin-left: 2px;
}

.box-md {
  width: 60%;
}

.form-box textarea {
  width:60%;
}

.box-sm {
  width: 15%;
}

.form-btn {
  display: flex;
  justify-content: center;
}

.select-btn {
  width:200px;
  height: 35px;
  margin: 5px 0;
}

.select-btn-sm {
  width:100px;
  height: 35px;
  margin: 5px 0;
}

.select-btn-exs {
  width:50px;
  height: 35px;
  margin: 5px 0;
}

.submit-btn {
  display:flex;
  justify-content: center;
  padding: 12px 50px;
  background    : #13007C;
  color         : #ffffff;
  line-height   : 1em;
  opacity       : 0.9;
  transition    : .3s;
  box-shadow    : 2px 2px 2px #747474;
  margin-right: auto;
  margin-left: auto;
  border: none;
}

.submit-btn:hover {
  box-shadow: none;
  opacity: 1;
}

.close-btn-box {
  text-align: center;
  margin-top: 70px;
}

.close-btn {
  color: #272727;
}

@media (max-width: 991.98px) {
  
  .form-set {
    display: block;
  }
  
  .form-box dl dt {
    width: 100%;
  }
  
  .form-box dl dd {
    width: 100%;
  }
  
  .box-md {
    width: 100%;
  }

  .form-box textarea {
    width:100%;
  }

  .box-sm {
    width: 25%;
  }
  
}


/*------------------
 お知らせ
------------------*/
.news .top-news-box {
  display: flex;
  margin-bottom: 30px;
}

.news .top-news-box p {
  margin-left: 20px;
}

.top-news-box img {
  width: 100%;
  height: auto;
}

.top-news-box2{
  height: 200px;
}

@media (max-width: 575.98px) {

  .top-news-box2{
    height: 240px;
  }

}

.year-sort {
  margin-top: 50px;
}

.yearly-list {
  display: flex;
  padding: 0;
}

.yearly-list li {
  margin-right: 30px;
}

.yearly-list a:after {
  content: '年';
}

.news-ttl-top {
  margin-bottom: -30px;
}


@media (max-width: 767.98px) {
  
  .news .top-news-box {
    display: block;
  }
  
  .news .top-news-box p {
    margin-left: 0;
  }
  
}

/*------------------
 サイトマップ
------------------*/
.sm-box {
  margin-bottom: 20px;
}

.sm-box1 {
  display: flex;
  border-bottom: solid 1px #EBEBEB;
}

.sm-box1:last-child {
  border-bottom: none;
}

.sm-box-sm {
  margin-left: 30px;
  width: 30%;
}

.sm-box-sm2 {
  margin-left: 30px;
}

.sm-cap, .sm-cap2 {
  border-left: solid 3px #13007C;
  padding-left: 10px;
  background-color: #EBEBEB;
}

.sm-cap:hover {
  background-color: #13007C;
  color: #fff;
  transition-duration: .5s;
}

/*------------------
 コンタクトフォーム
------------------*/
form.sent dl{
display:none;
}


/*-- メディアクエリ(min-width) --*/
@media (min-width: 576px) { ... }
@media (min-width: 768px) { ... }
@media (min-width: 992px) { ... }
@media (min-width: 1200px) { ... }

/*-- メディアクエリ(max-width) --*/
@media (max-width: 575.98px) { ... }
@media (max-width: 767.98px) { ... }
@media (max-width: 991.98px) { ... }
@media (max-width: 1199.98px) { ... }"


/*matsunaga_20200618*/
.gosoudan {
  max-width: 230px;
  min-width: 230px;
}
.mail-link {
  max-width: 250px;
  min-width: 250px;
  margin-top: 20px;
}
.menu__second-level {
  width: 500px;
}
.menu__second-level li a{
  font-size: 1.3rem;
}
.ladog-t{
  font-weight: 700;
  font-size: 1em;
  margin: 40px 0 20px 0;
}
.ladog-et{
  border-left: solid 10px #12017C;
  margin: 20px 0;
  font-weight: 700;
  text-indent: 10px;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    background: #23282D;
}
@media (max-width: 767.98px){
 .gosoudan,.mail-link{
    width: 100%;
    max-width: 100%;
 }
 .tel-list-ttl,.tel-list-tel{
    width: 100%;
    max-width: 100%;
 }
}
@media (max-width: 575.98px){
 .tel-list {
    display: flex;
    flex-direction : column;
 }
}
/*.mail-mark {
  margin-left: 15px;
}*/
/* カラーコード
矢野口ブルー：#13007C
ブルー：#004DA1
黒：#272727
グレー50％：#747474
グレー10％：#EBEBEB
ポイントレッド：#C92D2D
*/



/*追加*/
.work-sagyou-p a {
    display: flex;
    justify-content: space-between;
}

.menu__second-level li a {
    font-size: 1.2rem;
}

.work-car-exam {
    margin-top: 50px;
    display: inline-grid;
}

i.fas.fa-arrow-right {
    margin-left: 5px;
}

p.more {
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 10px;
    margin-top: 3px;
    padding: 3px 5px;
}


@media (max-width: 575.98px){
p.work-title {
    width: 80%;
}
p.more {
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 10px;
    margin-top: 3px;
    padding: 3px 5px;
    line-height: 28px;
    height: 35px;
}

}