/*!
Theme Name: Kawajun
Description: Kawajun Theme
*/
/* 基本設定
=========================================== */
/* ページ設定
=========================================== */


@font-face{font-family:'HarmonyOS_Sans_SC_Regular';src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  line-height: 1.6;
  font-family: 'HarmonyOS_Sans_SC_Regular';
	
  margin: 0;
  overflow-x: hidden;
}

main {
  padding-top: 70px;
  padding-bottom: 90px;
  margin: auto;
  /* min-height: 1000px; */
}
dl, ol, ul {
  list-style-position: inside
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
  word-break: break-all;
}
a:hover {
  opacity: .7;
  text-decoration: none;
}
figure {
  margin: 0;
  /* text-align: center; */
}

figure img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

p {
  color: #000;
  font-size: 16px;
  margin: .5em 0 1em;
}
img {
  height: auto;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 25px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  h2 {
    font-size: 18px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* display
---------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none !important;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

/* container
---------------------------*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.main__wrapper {
  padding-top: 104px;
}
.kawajun-container {
  max-width: 1530px;margin: 0 auto;
}
.terms .kawajun-section,
.privacy-policy .kawajun-section {
  max-width: 1120px;
  margin: auto;
}
/* sidebar */
.col-left {
  max-width: 250px;
}

/* 静的ページmain */
.col-right {
  max-width: 1250px;
}


/* section
---------------------------*/
.kawajun-section {
  padding-top: 20px;
}
.kawajun-section .lead {
  font-size: 24px;
  font-weight: bold;
}
.kawajun-section .lead p {
  font-size: 24px;
  font-weight: bold;
}
.has-vivid-cyan-blue-color {color:#0056b3}
@media screen and (max-width: 991px) {
  .kawajun-section {
    padding-top: 60px;
  }
  .kawajun-section .lead {
    font-size: 18px;
  }
  .kawajun-section .lead p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  /* .kawajun-section .lead {
    font-size: 18px;
  } */
}

/* 下層ページ共通
---------------------------*/
main.page {
  padding-top: 90px;
  line-height: 1.8;
}
.page__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;color: #333;
}
.page p {
  margin: .5em 0 1.2em;
  line-height: 2;
}
.page.edit h2 {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.page.edit ul li {
  list-style: inherit;
  font-size: 16px;
}
.page.edit ol li {
  /* font-weight: bold; */
}
.page.edit ul.privacy-policy_list li,
.page.edit ul.sidebar_link li {
  list-style: none;
}
@media screen and (max-width: 991px) {
  .page__title {
    margin-bottom: 0px;
  }
  main.page {
    padding-top: 110px;
  }
  .page.edit h2 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}


@media (max-width: 767px) {
  main.page {
    padding-top: 96px;
  }
}

/* ページネーション
---------------------------*/
.products-category-article__container__content__inner__ttl {
  font-size: 14px;
  margin: 1em 0 0 0;
}

.products-category-article__container__pager {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .products-category-article__container__pager {
    padding-top: 13.03781%;
  }
}

.products-category-article__container__pager span {
  border: 1px solid #333;
  background: #E3E3E3;
  color: #000;
  padding: 6px 10px;
  font-size: 12px;
}

.products-category-article__container__pager .page-numbers {
  border: 1px solid #333;
  background: #E3E3E3;
  color: #000;
  padding: 6px 10px;
  font-size: 12px;
}


.products-category-article__container__pager span.current {
  background: #000;
  color: #fff;
}

.products-category-article__container__pager span:not(:first-child) {
  /* margin-left: 10px; */
}

/* sidebar
----------------------------*/
.sidebar_link li a {
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  display: block;
}
.sidebar_link li:first-child a {
  padding-top: 0;
}
.sidebar_link li.on a {
  color:#0056b3;
}
@media (max-width: 767px) {
  .sidebar_link li {
    font-size: 16px;
  }
}
.slick-slide {
  outline: none;
}

/* sdgs
----------------------------*/
.kawajun-container-sustainability {
    max-width: 1050px;
}
.sdgsSec01 {
 margin-bottom: 7rem;
}
.sdgsSec01__ttl {
  font-weight: bold;
  font-size: 24px;
}
.sdgsSec01__txt {
  font-weight: bold;
}

.sdgsSec02 {
  margin-bottom: 8rem;
}
p.sdgsSec02__ttl {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sdgsSec02 .col-md-1 {
    border-right: 2px solid #000;
  }
}
.sdgsSec02__inner {
  display: flex;
}
.sdgsSec02__img img {
  max-width: 100px;
  width: 100%;
  margin: auto;
}
.sdgsSec02__img:not(:last-child) {
  margin-right: 1%;
}
.sdgsSec02__img:not(:nth-child(-n + 6)) {
  margin-top: 1%;
}

@media (max-width: 767px) {
  .sdgsSec02 {
    margin-bottom: 6rem;
  }
  p.sdgsSec02__ttl {
    margin-bottom: 1em;
    border-bottom: 1px solid #000;
  }
  .sdgsSec02__inner {
    flex-wrap: wrap;
  }
  .sdgsSec02__img {
    flex: 0 1 calc(32% - 20px);
  }
  .sdgsSec02__img img {
    max-width: 160px;
  }
  .sdgsSec02__img:not(:last-child) {
    margin-right: 10px;
  }
  .sdgsSec02__img:not(:nth-child(-n + 3)) {
    margin-top: 10px;
  }
}

/* リスト */
.sdgsSec02__ul {
  margin: 2rem 0 0 0;
  list-style: none;
}
li.sdgsSec02__li a {
  margin: 0;
}
.sdgsSec02__li {
  text-indent: -30px;
  margin-left: 30px;
  margin-bottom: 4px;
}
ul .sdgsSec02__li a.text-large  {
  font-size: 20px;
  font-weight: bold;
}
ul .sdgsSec02__li p.text-large  {
  font-size: 20px;
  font-weight: bold;
}
.sdgsSec02 a.link-block::before {
  top: 4px;
  transform: translateY(0);
}
.sdgsSec02__li p {
  position: relative;
  padding-left: 30px;
  margin: 0;
  display: inline;
}
.sdgsSec02__li p::before {
    position: absolute;
    content: '';
    background: url(../images/next.jpg) no-repeat;
    background-size: contain;
    width: 23px;
    height: 16px;
    display: inline-block;
    left: 0;
    top: 4px;
    transform: translateY(0);
}
/* ホバーアクション */
.sdgsSec02 a {
  position: relative;
  transition: .3s;
}
.sdgsSec02 a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2ecc71;
  opacity: 0;
  transition: .3s;
}
.sdgsSec02 a:hover {
  color: #2ecc71;
}
.sdgsSec02 a:hover::after {
  bottom: 0;
  opacity: 1;
}

p.sdgsSec03__ttl {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  white-space: nowrap;
}

/* .sdgsSec03__img img {
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
} */

/* スライダー */
.sdg_slider .slick-dots li button:before {
  font-size: 20px;
}

/* ポップアップ */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: .6s;
  display: none;
}

.popup__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 3%;
  background-color: #e4e1dc;
  z-index: 2;
}

@media (max-width: 767px) {
  .popup__inner {
    width: 95%;
    padding: 7% 2%;
  }
}

.popup__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.popup__box:not(:last-child) {
  margin-bottom: 5%;
}

.popup__h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .5em;
  padding-bottom: 8px;
  border-bottom: 1px solid #868482;
}

.popup__ul {
  list-style: disc;
  margin-left: 2em;
}

.popup__li {
  line-height: 1.8;
}

.popup__link span {
  margin-left: 10px;
}

.popup__pdf span {
  display: inline-block;
  border: 1px solid #868482;
  padding: 2px 6px;
  line-height: 1;
  background: #fff;
  margin-left: 10px;
}

.popup__pdf:hover:before {
  border: 1px solid #2ecc71;
}
.popup__pdf:hover span {
  border: 1px solid #2ecc71;
}

.popup a {
  position: relative;
  transition: .3s;
}

.popup a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2ecc71;
  opacity: 0;
  transition: .3s;
}

.popup a:hover {
  color: #2ecc71;
}

.popup a:hover:after {
  bottom: 0;
  opacity: 1;
}

/* ボタン */
.close__btn {
  display: block;
  margin: auto;
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.close__btn:before, .close__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #000;
  border-radius: 16px;
}

.close__btn:hover {
  background: #fff;
}

.close__btn:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close__btn:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* popup調整 */
  .popup a {
    display: inline;
  }
  .popup__li {
    text-indent: initial;
  }
  .popup__h3 {
    text-indent: initial;
  }


/* ポップアップスクロールバー */
.popup__inner {
  max-height: 80%;
  overflow-y: scroll;
}
/* macでスクロールバー表示 */
 ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: #eee;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #868482;
}

/* 行動指針ページ */
.action li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
p.catch {
  font-size: 24px;
}
.action p {
  margin: initial;
  margin-bottom: .5em;
}
@media (min-width: 768px) {
  .action li {
    line-height: 2.4;
  }
}
@media (max-width: 767px) {
  p.catch {
    font-size: 18px;
  }
}

/* ポップアップ調整 */
@media (max-width: 767px) {
  .popup__inner {
    padding: 50px 2%;
  }
}

/* Englishページsustainabilityタイトル調整 */
p.sdgsSec02__ttl {
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
.sdg_slider .sdg_item {
  overflow: hidden;
}
.sdg_slider .sdg_item img {
  transition: .3s;
}
.sdg_slider .sdg_item:hover img {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .sdg_slider {
    margin-top: 61px;
  }
}
/*@media (min-width: 992px)
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}*/

/*
 .Floor001696 为demo编号
 */
.Floor001696{ background:url(../images/Floor001696-bg.jpg) repeat; padding:3% 0;}
.Floor001696 .auto li a{ display:block;}
.Floor001696 .auto li figure{ padding-bottom:68%; background-size:cover;}
.Floor001696 .bx-wrapper{ position:relative; z-index:1;}
.Floor001696 .bx-controls-direction a{ position:absolute; width:40px; height:40px; background-color:#f5f5f5; border-radius:50%; top:50%; margin-top:-20px;}
.Floor001696 .bx-controls-direction a.bx-prev{ left:-5%;}
.Floor001696 .bx-controls-direction a.bx-next{ right:-5%;}
.Floor001696 .bx-controls-direction a span{ position:absolute; width:14px; height:14px; left:50%; margin-top:-7px; margin-left:-7px; top:50%; font-size:14px; color:#764b2a;}
}
.Floor001696 .bx-controls-direction a:hover{ background-color:#764b2a;}
.Floor001696 .bx-controls-direction a:hover span{ color:#fff;}
@media(max-width:1440px){
.Floor001696 .bx-controls-direction a.bx-prev{ left:-1%;}
.Floor001696 .bx-controls-direction a.bx-next{ right:-1%}
}
@media(max-width:480px){
.Floor001696 .auto li a{padding:3px;}
.Floor001696 .bx-controls-direction a{width:30px; height:30px;margin-top:-15px;}

}
.Floor001696 .bx-controls-direction a .glyphicon-menu-left{background:url("../images/img1.png") no-repeat center;}
.Floor001696 .bx-controls-direction a .glyphicon-menu-right{background:url("../images/img2.png") no-repeat center;}



.news__wrapper .news_item {border-left: 1px solid #969696;
    padding-left: 15px;
    line-height: 14px;
    vertical-align: middle;}
/*
.news__wrapper .row{background: #f5f5f5;
    padding: 12px 10px;}*/


.company table tr {
    border-bottom: solid 1px #ddd;
}


.company table tr td:first-child {
    font-weight: bold;
    display: block;
    min-width: 90px;
}
.company table tr td {
    padding: 10px 3px;
}
.company table tr td {
    border: none !important;
}



/*.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.mb-md-0, .my-md-0 {margin-bottom: 0!important;}
.introduction_list > div {
    padding: 3px 10px;
    float: left;
}*/
.showroom .showroom__box .showroom__title, .history .history__box .history__title {
    font-size: 18px;
    font-weight: bold;
    padding: 6px 10px;
    border-left: solid 3px #9B9B9B;
    background-color: #E5E1DB;
    margin-bottom: 20px;
}
.showroom1 .showroom__box .showroom__title, .history .history__box .history__title {
    font-size: 18px;
    font-weight: bold;
    padding: 6px 10px;
    border-left: solid 3px #9B9B9B;
    background-color: #E5E1DB;
    margin-bottom: 20px;
}
.history1 .history__box .history__title {margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    border-left: none;
    background-color: #fff;
    margin-top: 20px;}




.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.mr-5, .mx-5 {
    margin-right: 3rem!important;
}
dt {
    font-weight: 700;
}

.showroom .overseas_box {
    border-bottom: solid 1px #eaeaea;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
 .my-4 {
    margin-bottom: 0.3rem!important
}
.mb-4{margin-bottom: 1.5rem!important}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

.showroom .showroom__box .showroom__title {
    margin-bottom: 20px;
}

/*.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}*/
.font-weight-bold {
    font-weight: 700!important;
}
.showroom .overseas_box {
    border-bottom: solid 1px #eaeaea;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}




.kawajun-container-sustainability {
    max-width: 1050px;
}
a:hover {
    color: #0056b3;
}
/* 招聘 */
.page.recruit img {
  width: 100%;
  height: auto;
  border: 1px solid #dfdfdf;
  box-shadow:4px 4px 8px  rgba(0, 0, 0, 0.1);
}

.page .news__heading {
  font-size: 18px;
  color: #707070;
}
.page .news_item {
  border-bottom: solid 1px #707070;
  margin-bottom: 30px;
  position: relative;
}
.page .date {
  font-size: 16px;
  color: #707070;
}

.page .news_item .news__title {
  font-size: 16px;
}
.page .job-section {
  padding-top: 200px;
}
.page .job-section img {
  /* max-width: 210px; */
}
.page .job-section .item:not(:first-child) {
  border-left: 1px solid #dee2e6;
}

.page .category_name {
  font-size: 15px;
  text-align: center;
  border: solid 1px #707070;
  /* padding: 4px; */
  max-width: 200px;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
}

.detail_arrow {
  border: solid 1px #707070;
  /* padding: 4px 13px; */
  width: 30px;
  /* line-height: 30px; */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.category_name_wrap {
  width: 200px;
  padding-left: 15px;
}

.news_item_wrap {
  width: calc(100% - 200px);
  padding: 0 15px;
}


.justify-content-center{ justify-content: center !important; }


/* @media screen and (max-width: 991px) { */
@media screen and (max-width: 1200px) {
  .cat__menu {
    justify-content: start !important;
  }
  ul.cat__menu li {
    /* width: 25%; */
    width: 30%;
    margin-bottom: 5px;
  }
  .page .news__heading {
    font-size: 18px;
  }
  .page .date {
    font-size: 16px;
  }
  .page .news_item .news__title {
    font-size: 16px;
    max-width: calc(100% - 30px);

  }
}


@media screen and (max-width: 767px) {
  .page .news__heading {
    font-size: 18px;
  }
  .page .news_item .date {
    font-size: 14px;
  }
  .page .news_item .news__title {
    font-size: 16px;
    max-width: calc(100% - 30px);
  }
  .page .job-section {
    padding-top: 80px;
  }
  ul.cat__menu li {
    width: 50%;
  }
  .page .category_name {
    font-size: 14px;
    max-width: 180px;
  }
  .news .page__title {
    margin-bottom: 15px;
  }
  .news_item_wrap {
    width: 100%;
  }
}

/* お知らせ詳細 
ーーーーーーーーーーーーーーーーーーー*/
.news-single .news-single__title {
  border-bottom: solid 1px #707070;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.news-single .page-single__title {
  margin-bottom: 0;
}
.news-single .page__title {
  font-size: 20px;
  font-weight: bold;
}
.news-single .page-single__title a {
  text-decoration: underline;
}

.news-single .category_name {
  margin-bottom: 20px;
}


/* 通知 */
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.page .news_item  .col-lg-2 { margin-right: 0;}
.page.news ul {margin-bottom: 1rem;}



/* 询问 */
/* confirmページ
---------------------------*/

@charset "UTF-8";

/* formページ
---------------------------*/
.wpcf7-form,.contact-thanks-wrapper {
  max-width: 1325px;
  width: 100%;
  margin-left: 0;
}

div.form__group {
  /* padding: 1.4em 0; */
  padding: 0;
}

@media (max-width: 1440px) {
  .wpcf7-form {
    padding: 0;
  }
}

.form__description p, .catalog-form__description p, .Showroom-form__description p, .wpcf7-form__description p {
  margin: 0;
}

.form__description__inner:not(:last-child), .catalog-form__description__inner:not(:last-child), .Showroom-form__description__inner:not(:last-child), .wpcf7-form__description__inner:not(:last-child) {
  margin-bottom: 2%;
}

.form__description__inner__ttl, .catalog-form__description__inner__ttl, .Showroom-form__description__inner__ttl, .wpcf7-form__description__inner__ttl {
  font-size: 18px;
  line-height: 2;
}

.form p, .catalog-form p, .Showroom-form p, .wpcf7-form p {
  margin: 0;
}

.form input, .form textarea, .form select, .catalog-form input, .catalog-form textarea, .catalog-form select, .Showroom-form input, .Showroom-form textarea, .Showroom-form select, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  border: none;
  border-radius: 3px;
  padding: 10px 12px;
  width: 100%;
  outline: none;
  color: #000;
  font-family: 'HarmonyOS_Sans_SC_Regular';
  background: #f4f4f4;
  margin-bottom: 2em;
  border: 1px solid transparent;
}

.form input:focus, .form textarea:focus, .form select:focus, .catalog-form input:focus, .catalog-form textarea:focus, .catalog-form select:focus, .Showroom-form input:focus, .Showroom-form textarea:focus, .Showroom-form select:focus, .wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
  box-shadow: 0 0 5px #A6A6A6;
  border: 1px solid #A6A6A6;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

@media (max-width: 767px) {
  .form input, .form textarea, .form select, .catalog-form input, .catalog-form textarea, .catalog-form select, .Showroom-form input, .Showroom-form textarea, .Showroom-form select, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.form textarea, .catalog-form textarea, .Showroom-form textarea, .wpcf7-form textarea {
  height: 200px;
}

.form input[type="radio"], .catalog-form input[type="radio"], .Showroom-form input[type="radio"], .wpcf7-form input[type="radio"] {
  display: none;
}

.form button[type="submit"], .catalog-form button[type="submit"], .Showroom-form button[type="submit"], .wpcf7-form button[type="submit"] {
  display: block;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: 1.06em 30px;
  text-decoration: none;
  max-width: 460px;
  width: 100%;
  margin: auto;
  text-align: center;
  transition: .3s;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .form button[type="submit"], .catalog-form button[type="submit"], .Showroom-form button[type="submit"], .wpcf7-form button[type="submit"] {
    font-size: 16px;
    padding: 1em 20px;
  }
}

.form button[type="submit"]:hover, .catalog-form button[type="submit"]:hover, .Showroom-form button[type="submit"]:hover, .wpcf7-form button[type="submit"]:hover {
  background: #E3E3E3;
  color: #000;
  border: 1px solid #E3E3E3;
}

.form__description, .catalog-form__description, .Showroom-form__description, .wpcf7-form__description {
  padding-bottom: 90px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .form__description, .catalog-form__description, .Showroom-form__description, .wpcf7-form__description {
    padding-bottom: 15.64537%;
  }
}

.form__group, .catalog-form__group, .Showroom-form__group, .wpcf7-form__group {
  border: 0;
  min-width: 0;
  padding: 0;
  border-bottom: 1px solid #e4e6ea;
}

.form__group + .form__group, .catalog-form__group + .form__group, .Showroom-form__group + .form__group, .wpcf7-form__group + .form__group, .form__group + .catalog-form__group, .catalog-form__group + .catalog-form__group, .Showroom-form__group + .catalog-form__group, .wpcf7-form__group + .catalog-form__group, .form__group + .Showroom-form__group, .catalog-form__group + .Showroom-form__group, .Showroom-form__group + .Showroom-form__group, .wpcf7-form__group + .Showroom-form__group, .form__group + .wpcf7-form__group, .catalog-form__group + .wpcf7-form__group, .Showroom-form__group + .wpcf7-form__group, .wpcf7-form__group + .wpcf7-form__group {
  padding: 2em 0 0;
}

.form__group::after, .catalog-form__group::after, .Showroom-form__group::after, .wpcf7-form__group::after {
  clear: both;
  content: "";
  display: table;
}

.form__group-header, .catalog-form__group-header, .Showroom-form__group-header, .wpcf7-form__group-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  float: left;
  width: 24%;
  padding: 0.8em 1.2em 0.8em 0;
}

@media (max-width: 767px) {
  .form__group-header, .catalog-form__group-header, .Showroom-form__group-header, .wpcf7-form__group-header {
    padding: 0;
    width: 100%;
  }
}

.form__group-label, .catalog-form__group-label, .Showroom-form__group-label, .wpcf7-form__group-label {
  line-height: 1.5;
}

.form__group-content, .catalog-form__group-content, .Showroom-form__group-content, .wpcf7-form__group-content {
  float: left;
  width: 60%;
}

.text-input2{width: 48%;display: inline-block}
.text-input2 + .text-input2{margin-left: 2em}

@media (max-width: 767px) {
  .form__group-content, .catalog-form__group-content, .Showroom-form__group-content, .wpcf7-form__group-content {
    padding: 1.4em 0;
    width: 100%;
  }
  .text-input2 + .text-input2{margin-left: 2%}
}

.form__group-list, .catalog-form__group-list, .Showroom-form__group-list, .wpcf7-form__group-list {
  list-style: none;
  padding: 0.8em 0 1em;
}

@media (max-width: 767px) {
  .form__group-list, .catalog-form__group-list, .Showroom-form__group-list, .wpcf7-form__group-list {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .form__group-list-item, .catalog-form__group-list-item, .Showroom-form__group-list-item, .wpcf7-form__group-list-item {
    display: inline-block;
  }
  .form__group-list-item:not(:last-child), .catalog-form__group-list-item:not(:last-child), .Showroom-form__group-list-item:not(:last-child), .wpcf7-form__group-list-item:not(:last-child) {
    margin-right: 1em;
  }
}

.form__required-label, .catalog-form__required-label, .Showroom-form__required-label, .wpcf7-form__required-label {
  font-size: 12px;
  color: red;
  font-weight: bold;
}

.form_label{color: red;font-size: 14px;line-height: 22px;display: inline-block;border-radius: 3px;padding:0 6px;margin-right: 10px}

.form__postal-code, .catalog-form__postal-code, .Showroom-form__postal-code, .wpcf7-form__postal-code {
  max-width: 290px;
  width: 100%;
}

.form__submit, .catalog-form__submit, .Showroom-form__submit, .wpcf7-form__submit {
  padding-top: 60px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .form__submit, .catalog-form__submit, .Showroom-form__submit, .wpcf7-form__submit {
    padding-top: 7.82269%;
  }
}

.form .select-box__body, .form .time-box__body, .catalog-form .select-box__body, .catalog-form .time-box__body, .Showroom-form .select-box__body, .Showroom-form .time-box__body, .wpcf7-form .select-box__body, .wpcf7-form .time-box__body {
  padding: .6em 1em;
  max-width: 290px;
  width: 100%;
}

.form .number-box__body, .catalog-form .number-box__body, .Showroom-form .number-box__body, .wpcf7-form .number-box__body {
  padding: .6em 1em;
  max-width: 140px;
  width: 100%;
  text-align: right;
  margin-right: 1em;
}

.form .time-box, .catalog-form .time-box, .Showroom-form .time-box, .wpcf7-form .time-box {
  margin-bottom: 10px;
}

/* 確認ボタン */
.wpcf7-box {
  display: flex;
}

.wpcf7-box input[type="submit"], .wpcf7-box input[type="button"] {
  display: block;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: 1.06em 30px;
  text-decoration: none;
  max-width: 460px;
  width: 100%;
  margin: auto;
  text-align: center;
  transition: .3s;
  font-size: 18px;
  font-weight: bold;
}

.wpcf7-box input[type="submit"]:hover, .wpcf7-box input[type="button"]:hover {
  background: #E3E3E3;
  color: #000;
  border: 1px solid #E3E3E3;
}

/*
@media (min-width: 768px) {
  .wpcf7-box input[type="button"] {
    margin-right: 10px;
  }
}
*/

@media screen and (max-width: 767px) {
  .wpcf7-box {
    display: block;
  }
  .wpcf7-box input[type="submit"], .wpcf7-box input[type="button"] {
    font-size: 16px;
    padding: 1em 20px;
  }
  .wpcf7-box input[type="submit"] {
    margin-top: 16px;
  }
}
.wpcf7-list-item-label {
  display: inline-block;
  padding: 0 0 6px 0;
}

/* デフォルト送信しましたを見えなくします */
.custom-wpcf7c-confirmed .wpcf7 form .wpcf7-response-output {
  display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  border: 0;
  color: #dc3232;
}

/* 調整 */
.wpcf7-not-valid-tip {
  margin-top: 6px;
}
.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

/* confirmページ
---------------------------*/

.confirm__container__btn {
  padding-top: 120px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .confirm__container__btn {
    padding-top: 15.64537%;
  }
}

.confirm__container__btn a {
  display: block;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: 1.06em 30px;
  text-decoration: none;
  max-width: 460px;
  width: 100%;
  margin: auto;
  text-align: center;
  transition: .3s;
  font-size: 18px;
  font-weight: bold;
}
.contact-list {
  margin-bottom: 40px;
}
.contact-list select {
  padding: 7px 10px;
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

@media (max-width: 767px) {
  .confirm__container__btn a {
    font-size: 16px;
    padding: 1em 20px;
  }
}

.confirm__container__btn a:hover {
  background: #E3E3E3;
  color: #000;
  border: 1px solid #E3E3E3;
}
.wpcf7c-conf {
  background-color: rgb(232, 240, 254) ;
  opacity: 1;
}
.wpcf7c-conf::placeholder {
  opacity: 0;
}
#corporate-form {
  /*display: none;*/
  transition: .5s;
}
#corporate-form.active {
  display: block;
}
#acceptance {
  width: auto;
  margin-right: 10px;
}
.wpcf7-acceptance a {
  text-decoration: underline;
}
.form__group-acceptance {
  text-align: center;
}
.form__group__acceptance {
  border: 0 !important;
}



.catalog{ display: flex;flex-wrap: wrap; margin-left: -3%;}
.catalog1{ margin-left:0;}
.catalog1 .btn{padding-left: 0 !important;}
.catalog .catalog-image{width: 19%; margin: 0 3% 10px; text-align: center;}
.catalog .catalog-image { margin-bottom: 10px;}
.catalog-about-wrapper { max-width: 100%; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; margin-top: auto; margin-bottom: 15px;}
@media screen and (min-width: 768px){
.catalog-about-wrapper {
    margin-bottom: 180px;
}
.catalog1 .catalog-about-wrapper {
    margin-bottom:60px;
}
.catalog{  margin-bottom: 80px;}
}
.catalog-about-text {
    font-size: 14px;
    margin-bottom: 2rem;
}
.catalog-about-text .catalog-title {
    font-size: 20px;
    font-weight: 700;
}
.catalog .btn span {
    display: block;
    background-color: #3e3a39;
    color: #fff;
    width: 100%;
    max-width: 280px;
    height: 36px;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
	line-height: 20px;
    font-weight: 700;
}
.catalog-list{ margin-left: -3%;}

.catalog-list .category-title {
    font-size: 20px;
    font-weight: 700;
	padding: 14px 3%;
	margin-bottom: .5rem;
}
.catalog-list .list{ display: flex;flex-wrap: wrap;margin: 22px 0 40px;}
.catalog-list .list li{width: 19%; margin: 0 3% 10px;}
@media screen and (min-width: 768px){
.catalog-list .list{  margin-bottom: 80px;}
}


/*Page002046 */
.Page002046 .Pages{ text-align:center; padding:3% 0;}
.Page002046 .Pages a{ display: inline-block;line-height: 1; border: 1px solid #333;background: #E3E3E3;color: #000;padding: 8px 10px;font-size: 12px;vertical-align: middle;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{ background-color:#000; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{ float:left; margin:0 2px;}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total{ display:none;}
@media(max-width:640px){
  .Page002046 .Pages .a_first,
  .Page002046 .Pages .a_end{ display:none;}
}
@media(max-width:480px){
  .Page002046 .Pages a{padding:0 5px; }
}




.Exhibition p{line-height: 1.5; font-size: 14px;}
.Exhibition .tit{position:relative; z-index: 1; margin-bottom: 30px;}
.Exhibition .tit p{font-size: 20px;}
.Exhibition .more{display:block; width: 120px; line-height: 18px; border: 1px solid #ccc; background:#ececec; text-align: center; font-size: 12px; border-radius: 10px;}
.Exhibition .word{margin-bottom:30px;}
.Exhibition .img{display: flex;}
.Exhibition .img img{width: 31.3%;}
.Exhibition .img img+img{margin-left: 3%;}
.Exhibition .clear { clear: both;height: 0px; overflow: hidden;zoom: 0;}
@media(min-width:1025px){
.Exhibition .more1{position: absolute; right: 0; top: 0; z-index: 2;}
.Exhibition .pic{float: right; margin-left:3vw; margin-bottom:3vw;}
}
