@charset "UTF-8";
/*共通事項*/
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.6px;
  word-wrap: break-word;
}

.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .wrap {
    max-width: 85%;
  }
}

section {
  position: relative;
  overflow: hidden;
}
section article {
  display: block;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section article {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section article {
    margin: 0 auto;
  }
}
section article h3 {
  text-align: center;
  font-size: 28px;
  color: #156AAA;
  margin-bottom: 40px;
}
section article h3::after {
  display: block;
  content: "";
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  border-bottom: 2px solid #156AAA;
}
@media screen and (max-width: 768px) {
  section article h3 {
    font-size: 16pt;
  }
}

ul {
  list-style: none;
}

h2, h3, h4, h5 {
  letter-spacing: 2px;
}

.tab_wrap input {
  display: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=search], textarea, select {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0px;
}

a {
  text-decoration: none;
}

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

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

.bgcolor {
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #E7F0F9;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .bgcolor {
    min-height: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bgcolor .about-column {
  background-color: rgb(255, 255, 255);
}

/*各ページ共通要素*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 1001px) {
  .tb {
    display: block;
  }
}

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

/*ヘッダー*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: #0e0f17;
  background-image: url("../img/common/header_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 1000;
}
header .header_contents {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1rem 2.4rem 1rem;
  border-bottom: 1px solid #fff;
}
header .header_contents .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  /*width: 24rem;*/
}
header .header_contents .header_left .h_logo {
  width: 19rem;
}
header .header_contents .header_left .h_cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 200;
}
header .header_contents .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_contents .header_right .header_right_phone {
  margin-right: 1rem;
}
header .header_contents .header_right .header_right_phone .header_right_phone_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6rem;
  color: #fff;
  font-size: 1.6rem;
}
header .header_contents .header_right .header_right_phone .header_right_phone_number span {
  display: block;
  width: 1.6rem;
  margin-right: 0.6rem;
}
header .header_contents .header_right .header_right_phone .header_right_phone_time {
  color: #fff;
  font-size: 0.8rem;
}
header .header_contents .header_right .header_right_link {
  padding: 1rem 0.5rem;
  background: #3C98D2;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_contents .header_right .header_right_link:hover {
  opacity: 0.6;
}
header .header_contents .header_right .header_right_link span {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.5rem;
}
header .header_nav {
  width: 100%;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0e0f17;
}
header .header_nav ul {
  width: 34rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_nav li {
  position: relative;
}
header .header_nav li a {
  position: relative;
  padding-left: 1.3rem;
  color: #fff;
  font-size: 0.9rem;
}
header .header_nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../img/common/nav.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .menu {
  display: none;
  width: 42px;
  height: 100%;
  margin-right: 2rem;
  background-color: transparent;
  border-color: transparent;
  z-index: 999;
}
header .menu span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
header .menu span:first-child {
  top: 0;
}
header .menu span:nth-child(2) {
  margin: 8px 0;
}
header .menu span:last-child {
  top: 0;
}
header .menu.active span:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .menu.active span:nth-child(2) {
  opacity: 0;
}
header .menu.active span:last-child {
  top: -14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .spnavi {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-top: 5rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 990;
}
header .spnavi.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .spnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 5rem;
}
header .spnavi ul li {
  width: 40%;
  margin-bottom: 1rem;
  text-align: center;
}
header .spnavi ul li a {
  color: #000;
  font-size: 1.2rem;
  font-family: "KozGoPr6N-Bold";
}
header .spnavi .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14rem;
  margin: 0 auto;
  padding: 0.6rem 1.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#4DD8DF), to(#005B9C));
  background: linear-gradient(to right, #4DD8DF, #005B9C);
  border-radius: 50px;
  color: #fff;
  font-family: "KozGoPr6N-Bold";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .spnavi .entry:hover {
  opacity: 0.5;
}

/*リンクボタン*/
.morebtn {
  display: block;
  width: 8rem;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.morebtn:hover {
  opacity: 0.6;
}

/*フッター*/
footer {
  background-color: #0e0f17;
}
footer .f_info {
  width: 100%;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6rem 0 8rem;
  background: url("../img/common/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer .f_info .f_info_detail .f_logo {
  width: 20rem;
  margin-bottom: 2rem;
}
footer .f_info .f_info_detail .f_text {
  line-height: 1.4;
  text-align: left;
  color: #fff;
  font-size: 1rem;
}
footer .f_info .f_info_detail .f_text span {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}
footer .f_nav {
  width: 100%;
  max-width: 36rem;
  margin: 3rem auto 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .f_nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 0.9rem;
}
footer .f_nav li a span {
  display: block;
  margin-left: 0.4rem;
  width: 1rem;
  height: 1rem;
}
footer .copyright {
  padding-bottom: 2rem;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

/*メインビジュアル*/
.mainvisual {
  position: relative;
  padding-top: 10rem;
}
.mainvisual .bx-controls {
  display: none;
}

/*スライドすぐ下のコンテンツ*/
.company {
  position: relative;
  width: 100%;
  height: 34rem;
  background-color: #0e0f17;
  background-image: url("../img/top/main_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.company .company_detail_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-size: 1.2rem;
}

/*Business Overview*/
.service {
  position: relative;
}
.service .top_bg {
  width: 100%;
}
.service .service_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .service_contents .service_detail {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -2.4rem;
  padding: 10rem 6rem 8rem 12rem;
  background-color: #C9CDD4;
}
.service .service_contents .service_detail .service_title {
  margin-right: 3rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Orbitron", sans-serif;
}
.service .service_contents .service_detail .service_txtarea .service_txt {
  margin-bottom: 4rem;
  font-size: 1rem;
  line-height: 2;
}
.service .service_contents .service_img {
  width: 45%;
}

/*在庫車情報*/
.stock {
  position: relative;
  padding: 3.5rem 0;
  background-color: #C9CDD4;
}
.stock .stock_detail {
  text-align: center;
}
.stock .stock_detail .stock_item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2.6rem;
  padding: 0.4rem;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
}
.stock .stock_detail h4 {
  margin-bottom: 0.8rem;
  font-weight: 400;
  font-size: 2rem;
}
.stock .stock_detail h4 span {
  font-weight: bold;
  font-size: 2.2rem;
}
.stock .stock_detail small {
  display: block;
  margin-bottom: 2.4rem;
  font-size: 0.8rem;
}
.stock .stock_detail .stock_text {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
}
.stock .stock_detail .stock_bt {
  width: 10rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background-color: #3C98D2;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stock .stock_detail .stock_bt:hover {
  opacity: 0.6;
}
.stock .stock_detail .stock_bt span {
  width: 1rem;
  margin-left: 1rem;
}

/*お知らせ*/
#newst {
  padding: 4.4rem 0;
  background-color: #0e0f17;
}
#newst .news_content {
  padding: 3rem 8rem;
  background-color: #C9CDD4;
}
#newst .news_content .news_title {
  margin-bottom: 2.2rem;
  text-align: center;
  font-family: "Orbitron", sans-serif;
}
#newst .news_content .news_box {
  margin-bottom: 2.6rem;
}
#newst .news_content .news_box li {
  padding: 2rem 0;
  border-top: 1px solid #000;
}
#newst .news_content .news_box li:last-child {
  border-bottom: 1px solid #000;
}
#newst .news_content .news_box li span {
  display: block;
}
#newst .news_content .news_box li .up_ymd {
  padding-right: 1rem;
  letter-spacing: normal;
  font-weight: bold;
}

section#about,
section#company {
  padding-top: 16rem;
  min-height: 300px;
  padding-bottom: 80px;
}

section#company {
  padding-top: 5rem;
}

section#about dl,
section#company dl {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  width: 700px;
  margin: 0 auto;
  margin-top: -150px;
  position: relative;
  z-index: 2;
}

section#about dl dt,
section#company dl dt {
  float: left;
  clear: left;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: right;
  width: 120px;
  margin-bottom: 20px;
  /* [disabled]border-bottom: 1px solid #ccc; */
  font-weight: 700;
}

section#about dl dd,
section#company dl dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-left: 125px;
}

section#about dl dt:last-of-type,
section#about dl dd:last-child,
section#company dl dt:last-of-type,
section#company dl dd:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
  /* [disabled]clear: left; */
}

#about dd strong,
#company dd strong {
  font-weight: bold;
}

.about-catch {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 600px;
  font-weight: bold;
  font-size: 24px;
  line-height: 0.7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-catch {
    width: 70%;
    padding-left: 30px;
  }
}

.about-catch p {
  margin: 0;
  line-height: 1;
}

.about-catch .p01 {
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .about-catch .p01 {
    padding-left: 0px;
  }
}

.about-catch .p02 {
  padding-left: 120px;
}
@media screen and (max-width: 1024px) {
  .about-catch .p02 {
    padding-left: 0px;
  }
}

.tenpo-01 {
  width: 100%;
  position: relative;
  /* [disabled]top: -100px; */
  z-index: -5;
  clear: right;
  float: right;
  margin-top: -100px;
  margin-bottom: 30px;
}

#about {
  overflow-x: hidden;
}

#tenpo,
#tori {
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
}

.about-txtarea {
  padding: 30px;
  background-color: rgb(228, 228, 228);
  clear: left;
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 30px;
}

#tenpo .column-gray {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#tenpo .about-column {
  background-color: rgb(228, 228, 228);
}

.bgcolor .about-column {
  background-color: rgb(255, 255, 255);
}

.column3 {
  width: 745px;
  margin-left: auto;
  margin-right: auto;
}

.about-column {
  width: 235px;
  margin-right: 20px;
  float: left;
  font-size: 16px;
}

.column-gray .about-column:last-child {
  margin-right: 0px;
}

.column3 .about-column:last-child {
  margin-right: 0px;
}

.about-column h4 {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid rgb(0, 0, 0);
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 1;
}

.about-column div {
  padding: 0.8rem;
  margin-top: 0px;
  font-weight: normal;
  line-height: 1.2;
}

.about-column img {
  width: 100%;
  height: auto;
  margin-bottom: 0px !important;
}

.txt-area {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}

.handling {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #tenpo .column-gray {
    max-width: 90%;
    margin: 0 auto;
  }
  .about-column {
    width: 32%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  section#about {
    padding-top: 11rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  section#company {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  section#about img,
  section#company dl {
    display: block;
    width: 100%;
    height: auto;
  }
  section#about dl,
  section#company dl {
    margin-top: 0;
    width: 100%;
    overflow-x: hidden;
  }
  section#about dl dt,
  section#company dl dt {
    float: none;
    text-align: left;
    padding-right: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    width: auto;
  }
  section#about dl dd,
  section#company dl dd {
    line-height: 1.4em;
    margin-left: 0px;
  }
  section#about dl dt:last-of-type,
  section#company dl dt:last-of-type {
    margin-bottom: 10px;
  }
  #about .box dl,
  #company .box dl {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  #about .box dl dt,
  #company .box dl dt {
    color: rgb(21, 106, 170);
  }
  #about .box dl dd,
  #company .box dl dd {
    float: left;
    padding-left: 0px;
    width: 100%;
    clear: left;
  }
  .about-catch {
    width: 100%;
    font-size: 14px;
    padding: 20px 15px;
    line-height: 0.4;
  }
  .about-catch p {
    line-height: 1.4;
    margin-bottom: -5px;
  }
  .about-catch .p01 {
    padding-left: 0px;
  }
  .about-catch .p02 {
    padding-left: 0px;
  }
  #tenpo,
  #tori {
    min-height: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #tenpo .about-column {
    background-color: rgb(228, 228, 228);
  }
  .tenpo-01 {
    position: static;
    margin-top: 0px;
  }
  .about-txtarea {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .about-column {
    width: auto;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  /*.about-column:last-child  {
      margin-right: 10px!important;	
  }*/
  .about-column h4 {
    font-size: 16px;
  }
  .txt-area {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .handling {
    font-size: 16px;
  }
  .column3 {
    width: auto;
  }
}
section#c-main {
  width: 100%;
  height: 84vh;
  margin-top: 10rem;
  padding: 0;
  background-image: url("../img/coating/mainvisual.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
section#c-main .c-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
section#c-main .c-title .c-title-left {
  top: 0;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 12rem;
  text-shadow: 4px 4px 5px #2e2d2d;
}
section#c-main .c-title .c-title-right {
  top: 0;
  color: #fff;
  line-height: 1.3em;
  font-size: 9rem;
  text-shadow: 4px 4px 5px #2e2d2d;
}

section#c-content {
  width: 100%;
  background-image: url("../img/coating/bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 80px;
}
section#c-content .c-block {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto 6rem;
}
section#c-content .c-first h3 {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.4;
  color: #000;
  font-size: 3rem;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
section#c-content .c-first h3::after {
  display: none;
}
section#c-content .c-first p {
  line-height: 1.4;
  color: #000;
  text-shadow: 1px 1px 3px #fff;
  font-weight: 700;
}
section#c-content .c-second h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 4rem;
  text-align: center;
  color: #000;
  font-size: 2rem;
}
section#c-content .c-second h3::after {
  display: block;
  content: "";
  margin: 0 auto;
  width: 100%;
  margin-top: 0;
  border-bottom: 2px solid #000;
}
section#c-content .c-second p {
  line-height: 1.4;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #000;
  text-shadow: 1px 1px 3px #fff;
  font-weight: 700;
}
section#c-content .c-second figure {
  width: 50rem;
  margin: 0 auto 3.6rem;
}
section#c-content .c-second figure img {
  width: 100%;
  height: auto;
}
section#c-content .c-third h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 8rem;
  text-align: center;
  color: #000;
  font-size: 2rem;
}
section#c-content .c-third h3::after {
  display: block;
  content: "";
  margin: 0 auto;
  width: 100%;
  margin-top: 0;
  border-bottom: 2px solid #000;
}
section#c-content .c-third .reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
section#c-content .c-third .reason-list li {
  position: relative;
  width: 47%;
  margin-bottom: 10rem;
}
section#c-content .c-third .reason-list li:last-child {
  margin-bottom: 5rem;
}
section#c-content .c-third .reason-list li img {
  width: 100%;
  height: auto;
}
section#c-content .c-third .reason-list li h4 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  color: #000;
  font-size: 3rem;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
section#c-content .linkbtn {
  width: 18rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4rem 1.8rem;
  background: #0052a4;
  border: 1px solid #0052a4;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section#c-content .linkbtn:hover {
  background: #fff;
  color: #0052a4;
}

@media screen and (max-width: 1024px) {
  section#c-main {
    margin-top: 9rem;
  }
  section#c-main .c-title .c-title-left {
    font-size: 12rem;
  }
  section#c-main .c-title .c-title-right {
    font-size: 8rem;
  }
  section#c-content .c-block {
    max-width: 85%;
  }
  section#c-content .c-second p {
    width: 100%;
  }
  section#c-content .c-second figure {
    width: 85%;
  }
  section#c-content .c-third .reason-list {
    display: block;
  }
  section#c-content .c-third .reason-list li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section#c-main {
    margin-top: 5rem;
  }
  section#c-main .c-title {
    left: 50%;
  }
  section#c-main .c-title .c-title-left {
    margin-left: 0;
    font-size: 6rem;
  }
  section#c-main .c-title .c-title-right {
    font-size: 4rem;
  }
  section#c-content .c-first h3 {
    font-size: 2rem;
  }
  section#c-content .c-second h3 {
    width: 100%;
  }
  section#c-content .c-third h3 {
    width: 100%;
    font-size: 1.8rem;
  }
  section#c-content .c-third .reason-list li h4 {
    font-size: 2rem;
  }
  section#c-content .linkbtn {
    width: 17rem;
  }
}
section#contact {
  padding-top: 180px;
}
section#contact .contact-title {
  width: 1000px;
  margin-bottom: 50px;
  height: 450px;
  background-image: url("../img/contact/contacts-title.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 18px;
}
section#contact .contact-title div {
  width: 650px;
  float: right;
}
section#contact .contact-title div h3 {
  text-align: left;
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  width: calc(100% - 40px);
  font-size: 56px;
  padding-left: 15px;
  padding-top: 70px;
  margin-right: 40px;
  font-weight: bold;
  position: relative;
  top: 20px;
}
section#contact .contact-title div h3::after {
  margin-top: 0;
  border-bottom-style: none;
}
section#contact .contact-title div p {
  margin-left: 60px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin-bottom: 10px;
}
section#contact form table {
  margin: 0 auto;
}
section#contact form table th {
  text-align: right;
  padding-right: 1em;
  padding-top: 8px;
  vertical-align: top;
}
section#contact form table td {
  padding-bottom: 30px;
}
section#contact form table input {
  background-color: #fff;
  border: 1px solid #0052a4;
  padding: 10px;
}
section#contact form table .required {
  background-color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: firebrick;
  border-radius: 15px;
}
section#contact form table select {
  border: 1px solid #0052a4;
  padding: 9px;
  width: 140px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}
section#contact form table textarea {
  background-color: #fff;
  border: 1px solid #0052a4;
}
section#contact #button {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #0052a4;
  border: 1px solid #0052a4;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 25px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12pt;
  transition: 0.3s;
}
section#contact #button:hover {
  background-color: #fff;
  color: #0052a4;
}

#policy {
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 80px;
}
#policy dl {
  width: 900px;
  margin: 0 auto;
  padding-top: 50px;
}
#policy dl dt {
  font-weight: bold;
  margin-bottom: 7px;
}
#policy dl dt::before {
  content: "〇";
  margin-right: 0.3em;
}
#policy dl dd {
  line-height: 1.8em;
  margin-bottom: 25px;
  margin-left: 1.3em;
}

#thanks {
  min-height: 300px;
  padding-top: 14rem;
  padding-bottom: 80px;
}

#thanks .box h3 {
  margin-bottom: 70px !important;
}

#thanks p {
  line-height: 1.7;
  margin-bottom: 30px;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  section#contact .contact-title div p {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  section#contact {
    padding: 6.5rem 10px 0;
  }
  section#contact .contact-title {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }
  section#contact .contact-title div {
    width: 100%;
    padding: 10px;
  }
  section#contact .contact-title div h3 {
    line-height: 1.4;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  section#contact .contact-title div p {
    margin-left: 0px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  section#contact .contact-title div p:first-of-type {
    line-height: 1.8em;
    text-align: left;
    /* [disabled]margin-bottom: 40px; */
  }
  section#contact form table {
    width: 100%;
  }
  section#contact form table th {
    display: list-item;
    list-style-type: none;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
  }
  section#contact form table td {
    position: relative;
    display: list-item;
    list-style-type: none;
    text-align: left;
    width: 100%;
  }
  section#contact form table .required {
    font-size: 8pt;
    position: absolute;
    right: 0;
    top: -30px;
    margin-right: 0;
  }
  section#contact form table input {
    width: 100%;
  }
  section#contact form table textarea {
    width: 100%;
  }
  #policy {
    min-height: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #policy dl {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10pt;
  }
  #thanks {
    padding-top: 6rem;
  }
}
#news {
  min-height: 300px;
  padding-top: 14rem;
  padding-bottom: 80px;
}
#news #newsWrap {
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 15px;
  border: 1px solid rgb(0, 0, 0);
  background: rgba(255, 255, 255, 0.8);
}

/* CSS Document */
/*TOPページ ==============================================================================================*/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* for macIE \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul#newsList {
  margin: 0 0 15px;
  padding: 0;
}

.up_ymd {
  float: left;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-right: 20px;
  width: 12rem;
  border-right: 1px solid rgb(0, 0, 0);
  line-height: 1.3;
}

.catName {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 100%;
  margin-top: 0;
  margin-right: 10px;
  margin-left: 2px;
  margin-bottom: 0;
  background-color: rgb(21, 106, 170);
  color: rgb(255, 255, 255);
  position: relative;
  top: -2px;
}

.newMark {
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 1.3;
  background: #F00;
  color: #fff;
  -webkit-box-shadow: 1px 1px 1px #999;
          box-shadow: 1px 1px 1px #999;
  font-style: italic;
  position: relative;
  top: -2px;
  font-weight: normal;
  margin-left: 7px;
}

.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 1000px; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

#newsWrap {
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 15px;
  border: 1px solid rgb(0, 0, 0);
  background: rgba(255, 255, 255, 0.8);
}

.newsdetail #newsWrap {
  padding: 0;
  border-style: none;
}

.newsdetail h2 {
  position: static !important;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

#detail {
  clear: left;
  float: left;
  margin-top: 40px;
  margin-bottom: 50px;
}

.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}

/*一覧ページ ==============================================================================================*/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* for macIE \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul#newsList li {
  color: #000000;
  font-size: 16px;
  margin: 0;
  padding: 5px 0;
  margin-bottom: 3px;
  line-height: 120%;
  list-style-type: none;
}

a {
  /* [disabled]color:#36F; */
  /* [disabled]text-decoration: underline; */
}

#newsWrap a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

#newsWrap a:hover {
  color: rgb(93, 93, 93);
  text-decoration: underline;
}

a:hover {
  /* [disabled]color:#039; */
  /* [disabled]text-decoration: none; */
}

.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 1000px; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}

/* Pager style（外部化可） */
.pager {
  text-align: right;
  padding: 10px;
  clear: both;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

/*現在のページのボタン*/
.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

/*詳細ページ ==============================================================================================*/
h2 {
  /* [disabled]font-size: 16px; */
  /* [disabled]color: #369; */
  /* [disabled]margin:10px 0px 10px 0; */
  /* [disabled]font-weight: normal; */
  /* [disabled]padding: 5px 10px; */
  /* [disabled]background: rgb(255,255,255); */ /* Old browsers */
  /* [disabled]background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); */ /* FF3.6+ */
  /* [disabled]background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); */ /* Chrome,Safari4+ */
  /* [disabled]background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); */ /* Chrome10+,Safari5.1+ */
  /* [disabled]background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); */ /* Opera 11.10+ */
  /* [disabled]background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); */ /* IE10+ */
  /* [disabled]background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); */ /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

#up_ymd {
  text-align: right;
  font-size: 13px;
  margin: 5px 10px;
}

.detailUpfile {
  margin: 5px 0 35px;
  text-align: center;
}

.backORcloseBtn {
  text-align: center;
  line-height: 100%;
  clear: left;
}

.backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}

.detailUpfile img {
  max-width: 100%;
  height: auto;
}

.pNav {
  font-size: 11px;
}

.noborder {
  border-style: none !important;
}

@media screen and (max-width: 768px) {
  section#news {
    padding-top: 10rem;
    padding-bottom: 50px;
  }
  ul#newsList li {
    margin-bottom: 1.2rem;
  }
  .newstitle {
    float: left;
    clear: left;
  }
  #news {
    overflow-x: hidden;
  }
  .news-list {
    padding: 0 10px;
    border-style: none;
    font-size: 14px !important;
    display: block;
    clear: left;
  }
  .up_ymd {
    float: left;
    border-style: none;
    margin-bottom: 5px;
    clear: left;
    width: auto;
    padding-right: 0px;
    margin-right: 0px;
    font-size: 14px;
  }
  .newstitle {
    font-size: 14px;
  }
  #newsWrap {
    padding: 10px !important;
    border-style: none !important;
  }
  .newMark {
    font-size: 12px;
    padding-top: 0px;
    font-weight: bold;
  }
  .sp-newslink {
    position: static;
    width: 150px;
    font-size: 12px !important;
    padding: 5px;
    text-align: center;
    border: 1px solid rgb(93, 93, 93);
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }
  #detail {
    font-size: 14px;
    width: 100%;
  }
  .newsdetail h2 {
    font-size: 18px !important;
    float: left;
  }
  .newsdetail {
    margin: 0px 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  /*ヘッダー*/
  header {
    height: 8rem;
  }
  header .header_contents .header_left {
    width: 22rem;
  }
  header .header_contents .header_left .h_logo {
    width: 12rem;
  }
  header .header_contents .header_left .h_cap {
    margin-bottom: 1.2rem;
    line-height: 1.2;
  }
  header .header_contents .header_right {
    width: 22rem;
  }
  header .header_contents .header_right .header_right_phone .header_right_phone_number {
    font-size: 1.2rem;
  }
  header .header_contents .header_right .header_right_phone .header_right_phone_number span {
    width: 1.4rem;
  }
  header .header_contents .header_right .header_right_phone .header_right_phone_time {
    line-height: 1.1;
    font-size: 0.8rem;
  }
  header .header_contents .header_right .header_right_link {
    padding: 0.8rem 0.3rem;
    font-size: 0.8rem;
  }
  header .header_contents .header_right .header_right_link span {
    width: 0.8rem;
    height: 0.8rem;
  }
  header .header_nav ul {
    width: 32rem;
  }
  .morebtn {
    width: 6.4rem;
  }
  /*メインビジュアル*/
  .mainvisual {
    padding-top: 9.4rem;
  }
  /*スライドすぐ下のコンテンツ*/
  .company {
    height: 24rem;
  }
  .company .company_detail_txt {
    width: 60%;
  }
  /*Business Overview*/
  .service .service_contents {
    display: block;
  }
  .service .service_contents .service_detail {
    width: 100%;
    display: block;
    margin-top: 0;
    padding: 3rem 4rem;
  }
  .service .service_contents .service_detail .service_title {
    margin-right: 0rem;
    margin-bottom: 2rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .service .service_contents .service_detail .service_txtarea .service_txt {
    margin-bottom: 3rem;
    line-height: 1.8;
  }
  .service .service_contents .service_img {
    display: none;
  }
  /*募集要項*/
  #newst .news_content .news_box li {
    padding: 1.4rem 0;
  }
  #newst .news_content .news_box li .up_ymd {
    display: block;
    margin-bottom: 0.6rem;
    padding-right: 0rem;
  }
  #newst .news_content .news_box li .newstitle {
    display: block;
  }
  /*フッター*/
  footer .f_info {
    height: 20rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0rem;
  }
  footer .f_info .f_info_detail .f_logo {
    width: 14rem;
    margin-bottom: 2rem;
  }
  footer .f_info .f_info_detail .f_text {
    line-height: 1.6;
  }
  footer .f_nav {
    margin: 2rem auto 7rem;
  }
}
@media screen and (max-width: 768px) {
  /*ヘッダー*/
  header {
    height: 4.6rem;
  }
  header .header_contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.7rem 0.7rem 0.4rem;
    border-bottom: none;
  }
  header .header_contents .header_left {
    width: 7rem;
  }
  header .header_contents .header_left .h_logo {
    width: 7rem;
  }
  header .header_contents .header_left .h_cap {
    display: none;
  }
  header .header_contents .header_right {
    width: 12.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_contents .header_right .header_right_phone {
    margin-right: 0rem;
  }
  header .header_contents .header_right .header_right_phone .header_right_phone_number {
    margin-bottom: 0;
    font-size: 0.7rem;
  }
  header .header_contents .header_right .header_right_phone .header_right_phone_number span {
    width: 0.8rem;
    margin-right: 0.3rem;
  }
  header .header_contents .header_right .header_right_phone .header_right_phone_time {
    display: none;
    font-size: 0.8rem;
  }
  header .header_contents .header_right .header_right_link {
    padding: 0.5rem 0.4rem;
    font-size: 0.6rem;
  }
  header .header_contents .header_right .header_right_link span {
    width: 0.8rem;
    height: 0.8rem;
  }
  header .header_nav {
    height: 1.8rem;
  }
  header .header_nav ul {
    width: 90%;
  }
  header .header_nav li a {
    padding-left: 1rem;
    font-size: 0.7rem;
  }
  header .header_nav li a::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  .morebtn {
    width: 5rem;
  }
  /*メインビジュアル*/
  .mainvisual {
    padding-top: 5.8rem;
  }
  /*スライドすぐ下のコンテンツ*/
  .company {
    height: 20.4rem;
  }
  .company .company_detail_txt {
    width: 80%;
    line-height: 1.4;
    font-size: 0.8rem;
  }
  /*Business Overview*/
  .service .service_contents .service_detail {
    padding: 3rem;
  }
  .service .service_contents .service_detail .service_txtarea .service_txt {
    font-size: 0.8rem;
    line-height: 1.8;
  }
  /*在庫車情報*/
  .stock {
    padding: 3rem 2rem;
  }
  .stock .stock_detail .stock_item {
    margin: 0 auto 2.4rem;
    font-size: 1rem;
  }
  .stock .stock_detail h4 {
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .stock .stock_detail h4 span {
    font-size: 1.4rem;
  }
  .stock .stock_detail small {
    margin-bottom: 2.2rem;
    font-size: 0.8rem;
  }
  .stock .stock_detail .stock_text {
    line-height: 1.3;
    font-size: 1rem;
  }
  /*お知らせ*/
  #newst {
    padding: 3rem 0;
  }
  #newst .news_content {
    padding: 2.4rem;
  }
  #newst .news_content .news_title {
    margin-bottom: 1.2rem;
  }
  #newst .news_content .news_box li {
    padding: 1.6rem 0;
  }
  /*フッター*/
  footer .f_info .f_info_detail .f_text {
    font-size: 0.8rem;
  }
  footer .f_nav {
    max-width: 85%;
    margin: 2rem auto 4.6rem;
  }
  footer .f_nav li {
    margin-bottom: 1rem;
  }
  footer .f_nav li a {
    font-size: 0.8rem;
  }
  footer .f_nav li a span {
    width: 0.8rem;
    height: 0.8rem;
  }
  footer .copyright {
    padding-bottom: 0.8rem;
    font-size: 0.6rem;
  }
}