@charset "UTF-8";

.page-section:last-child{
  margin-bottom: 3rem;
}

/*********************************
会社概要
*********************************/
.img_box li{
  width: 32%;
}
@media screen and (max-width:767px){
  .img_box li{
    width: 100%;
  }
  .table-type02 th,
  .table-type02 td{
    display: block;
    padding: 0.6em 0 0 .5rem;
    width: 100% !important;
  }
  .company .img_box img{
    margin-bottom: 20px;
  }
}
/*********************************
接触触媒とは
*********************************/
.flexbiz1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexbiz2{
  display: flex;
  justify-content: space-between;
}
.flexbiz3{
  display: flex;
  justify-content: center;
}
.flexbiz1 .flex-l{
  width: 30%;
}
.flexbiz1 .flex-r{
  width: 65%;
}
.flexbiz2 .flex-l,
.flexbiz2 .flex-r{
  width: 45%;
}
.biz-block1 .flexbiz2 .flex-l{
  width: 40%;
}
.biz-block1 .flexbiz2 .flex-r{
  width: 55%;
}
.biz-block1 dl{
  margin-top: 1rem;
}
.biz-block1 dd{
  margin-top: .5rem;
}
.biz-block1 dd p{
  margin-top: .5rem;
}
.biz-block1 ul{
  margin-left: 2rem;
}
.biz-block1 li{
  list-style-type: decimal;
}
.bizttl{
  text-align: center;
}
.bizttl h3{
  display: inline-block;
}
/* .bizbtn{
  display: inline-block;
} */
.bizbtn a{
  /* background-color: #f5970b; */
  background-color: #052991;
  color: #fff;
  display: block;
  padding: 1rem 2rem;
  margin: 0 2rem;
  text-align: center;
}
.biz-block6 .scroll{
  overflow-x: scroll;
  white-space:nowrap
}
.biz-block6 table{
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.biz-block6 table thead th,
.biz-block6 table tbody th,
.biz-block6 table tbody td{
  padding: 3px;
  vertical-align: middle;
}
.biz-block6 table thead th{
  border: 1px solid #5c5c5c;
  border-collapse: collapse;
  font-weight: bold;
}
.biz-block6 table tbody tr{
  border-left: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  border-collapse: collapse;
}
.biz-block6 table tbody th,
.biz-block6 table tbody td{
  border-right: 1px solid #5c5c5c;
}
.biz-block6 table thead tr:first-of-type th:nth-of-type(2){
  background: #9FD8F6;
}
.biz-block6 table thead tr:first-of-type th:nth-of-type(3){
  background: #FFF6C3;
}
.biz-block6 table thead tr:first-of-type th:last-of-type{
  background: #F8DCE7;
}
.biz-block6 table thead tr:last-of-type th:first-of-type{
  background: #014DA1;
  color: #fff;
}
.biz-block6 table thead tr:last-of-type th:last-of-type{
  background: #C6CBE8;
}
.biz-block6 table tbody tr:nth-of-type(2),
.biz-block6 table tbody tr:nth-of-type(3),
.biz-block6 table tbody tr:nth-of-type(6),
.biz-block6 table tbody tr:nth-of-type(7),
.biz-block6 table tbody tr:nth-of-type(10),
.biz-block6 table tbody tr:nth-of-type(12){
  background: #ebe9e9;
}
.biz-block6 table tbody tr:nth-of-type(2) th,
.biz-block6 table tbody tr:nth-of-type(3) th,
.biz-block6 table tbody tr:nth-of-type(6) th,
.biz-block6 table tbody tr:nth-of-type(7) th,
.biz-block6 table tbody tr:nth-of-type(10) th,
.biz-block6 table tbody tr:nth-of-type(12) th{
  background: #E1EFE2;
}
.biz-block6 table tbody tr:nth-of-type(2) th:first-of-type,
.biz-block6 table tbody tr:nth-of-type(4) th:first-of-type,
.biz-block6 table tbody tr:nth-of-type(6) th:first-of-type,
.biz-block6 table tbody tr:nth-of-type(8) th:first-of-type,
.biz-block6 table tbody tr:nth-of-type(10) th,
.biz-block6 table tbody tr:nth-of-type(11) th,
.biz-block6 table tbody tr:nth-of-type(12) th{
  font-weight: bold;
}
.biz-block6 table tbody tr:first-of-type td:first-of-type,
.biz-block6 table tbody tr:nth-of-type(4) td:first-of-type,
.biz-block6 table tbody tr:nth-of-type(5) td:first-of-type,
.biz-block6 table tbody tr:nth-of-type(8) td:first-of-type,
.biz-block6 table tbody tr:nth-of-type(9) td:first-of-type,
.biz-block6 table tbody tr:nth-of-type(11) td:first-of-type{
  background: #E9F6FE;
}
.biz-block6 table tbody tr:nth-of-type(2),
.biz-block6 table tbody tr:nth-of-type(4),
.biz-block6 table tbody tr:nth-of-type(6),
.biz-block6 table tbody tr:nth-of-type(8){
  border-bottom: 1px dotted #5c5c5c;
}
.biz-block6 table tbody tr td:first-of-type{
  color: #052991;
  font-weight: bold;
}
.biz-block6 .taC:last-of-type{
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1rem;
}

@media screen and (max-width:767px){
  .flexbiz1,
  .flexbiz2,
  .flexbiz3{
    display: block;
  }
  .flexbiz1 .flex-l,
  .flexbiz1 .flex-r,
  .biz-block1 .flexbiz2 .flex-l,
  .biz-block1 .flexbiz2 .flex-r,
  .flexbiz2 .flex-l,
  .flexbiz2 .flex-r{
    width: 100%;
  }
  .flex-l .bizbtn a{
    margin-bottom: 2rem;
  }
  .bizbtn a{
    margin: 0 4rem;
  }
}
/*********************************
よくあるご質問
*********************************/
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
  border-top: 1px solid #000;
}
.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl.open dd {
  position: relative;
  display: block;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd p {
  /* margin: 30px 0 0; */
  font-size:1.8rem;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
  position: relative;
  /* padding: 15px 40px 15px 10px; */
  padding: 15px 10px 15px 10px;
}
.qa-list dl::before {
  top: 20px;
  right: 20px;
  width: 7px;
  height: 7px;
}
.qa-list dl dt {
  padding: 0 0 0 30px;
  font-size: 14px;
}
.qa-list dl dt::before {
  font-size: 14px;
  top: 3px;
  left: 5px;
  content: 'Q.';
}
.qa-list dl dd::before {
  font-size: 14px;
  top: 5px;
  left: 5px;
  content: 'A.';
}
.qa-list dl dd {
  margin: 10px 0 0;
  padding: 0 0 0 30px;
  font-size: 14px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
.qa-list dl.open dd {
  padding: 0 0 0 30px;
}
.qa-list dl dd p {
  font-size:1.4rem;
}
}
@media screen and (max-width: 320px) {
  .qa-list dl::before{
    right: 1px;
  }
}
/*********************************
施工実績
*********************************/
.ach_flex_ac{
  display: flex;
  flex-wrap: wrap;
}
.ach_flex_ac li{
  border: 1px solid #7c7c7c;
  width: 32%;
  margin: .5rem;
}
.ach_flex_ac li img{
  /* width: 100%;
  height: 100%; */
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.ach_flex_ac li h2{
  border-top: 1px solid #7c7c7c;
  padding: .5rem 0 .5rem .5rem;
}
@media screen and (max-width:768px){
  .ach_flex_ac li{
    width: 31%;
  }
  .ach_flex_ac li img{
    height: 150px;
  }
}
@media screen and (max-width:767px){
  .ach_flex_ac li{
    margin: .5rem auto;
    width: 80%;
  }
  .ach_flex_ac li img{
    height: 225px;
  }
}
@media screen and (max-width:390px){
  .ach_flex_ac li{
    width: 90%;
  }
}
@media screen and (max-width:320px){
  .ach_flex_ac li img{
    height: 150px;
  }
}
/*********************************
施工実績シングル
*********************************/
.ach_main_img{
  width: 50%;
  margin: 0 auto;
}
.ach_flex{
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.ach_flex li{
  margin: .5rem;
}
.ach_flex li img{
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.ac_txt_box{
  margin: 3rem auto;
}
@media screen and (max-width:1024px){
  .ach_flex li img {
    width: 112px;
    height: 112px;
  }
}
@media screen and (max-width:768px){
  .ach_flex li img {
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width:767px){
  .ach_main_img{
    width: 80%;
  }
  .ach_flex li img {
    width: 90px;
    height: 90px;
  }
}
/*********************************
パンフダウンロード
*********************************/
.pamp-txt{
  margin-bottom: 2rem;
}
.pdfbtn{
  display: inline-block;
}
.pdfbtn a{
  display: block;
  background-color: #052991;
  color: #fff;
  padding: 1rem 2rem;
  box-shadow: 3px 4px #99ade9;
}

/*********************************
ページネーション
*********************************/
.pagination{
  margin: 3rem 0;
  text-align: center;
}
.page-numbers.current{
  background-color: #f5970b;
}
.page-numbers{
  background-color: #052991;
  color: #fff;
  padding: 1rem;
}