@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");
.page_selectBtn li {
  background-size: auto 100%;
  background: #856D48;
}
.page_selectBtn li:first-child {
  background-size: auto 100%;
  background: #DCD6D2;
}

#Pro_Area.contentn_Box {
  margin-top: -90px;
  padding-top: 180px;
}
@media (max-width: 768px) {
  #Pro_Area.contentn_Box {
    margin-top: -136px;
    padding-top: 136px;
  }
}

#Pro_Area.contentn_Box.page02 {
  padding-top: 136px;
}

.quality_SubBtn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
}
.quality_SubBtn li {
  vertical-align: top;
  border-right: 1px dashed #B5B5B5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 320px;
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .quality_SubBtn li {
    height: auto;
  }
  .quality_SubBtn li:nth-last-child(-n+3) {
    border-top: none;
  }
}
.quality_SubBtn li:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .quality_SubBtn li:last-child {
    border-right: 1px dashed #B5B5B5;
  }
}
.quality_SubBtn a {
  position: relative;
  display: block;
  color: #000;
  font-size: 1.8rem;
  font-weight: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.quality_SubBtn a span {
  display: block;
  color: #BFBFBF;
  font-size: 1.2rem;
}
.quality_SubBtn a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-top: 5px solid #1F3135;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quality_SubBtn a:hover::after {
  bottom: -19px;
}

.ss_Ttl {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ss_Ttl {
    margin-bottom: 20px;
  }
}
.ss_Ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #856D48;
}
@media only screen and (max-width: 768px) {
  .ss_Ttl:before {
    width: 30px;
  }
}
.ss_Ttl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EAE8E3;
  margin-left: 25px;
  padding: 18px 18px 16px 40px;
}
@media only screen and (max-width: 768px) {
  .ss_Ttl div {
    padding: 18px 18px 16px 25px;
    margin-left: 15px;
  }
}
.ss_Ttl div h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 500px) {
  .ss_Ttl div h4 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
  }
}
.ss_Ttl div span {
  font-size: 1.3rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .ss_Ttl div span {
    font-size: 1rem;
    text-align: right;
  }
}

.nowrap {
  white-space: nowrap;
}

.gld_Ttl {
  display: block;
  width: 100%;
  padding: 7px 0;
  margin-top: 15px;
  color: #333333;
  background-color: #F2E4B6;
  font-size: 1.6rem;
  letter-spacing: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .gld_Ttl {
    font-size: 1.5rem;
  }
}

.brw_Ttl {
  display: block;
  width: 100%;
  padding: 7px 0;
  margin-bottom: 15px;
  color: #fff;
  background-color: #7C5D42;
  font-size: 1.6rem;
  letter-spacing: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .brw_Ttl {
    font-size: 1.5rem;
  }
}

#Pro_Area .gld_Ttl {
  text-align: left;
  padding: 7px 24px;
}

#Com_Area .column_Flex li h4 {
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
  #Com_Area .column_Flex li h4 {
    margin-bottom: 0;
  }
}

.column_Net {
  padding-bottom: 0;
  margin-top: 20px;
}
.column_Net > li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 15px;
}
.column_Net > li div img {
  max-width: 210px;
  margin-right: 20px;
}
.column_Net > li div h4 span.C_orange {
  position: inherit;
  font-size: inherit;
  color: #f39800;
}
.column_Net > li div h4 span.C_green {
  position: inherit;
  font-size: inherit;
  color: #22ac38;
}
.column_Net > li div:last-of-type {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .column_Net .center_sp {
    text-align: center !important;
  }
}

.column_tv {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .column_tv {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.column_tv li {
  width: 37%;
}
@media (max-width: 768px) {
  .column_tv li {
    width: 100% !important;
  }
}
.column_tv li img {
  width: 100%;
  height: auto;
}
.column_tv li:first-child {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .column_tv .center_sp {
    text-align: center !important;
  }
}

.column_facialrecognition {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .column_facialrecognition {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column_facialrecognition li {
  width: 51%;
}
@media (max-width: 768px) {
  .column_facialrecognition li {
    width: 100% !important;
  }
}
.column_facialrecognition li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .column_facialrecognition li img {
    margin-top: 20px;
  }
}
.column_facialrecognition li:first-child {
  width: 42%;
}
@media only screen and (max-width: 768px) {
  .column_facialrecognition .center_sp {
    text-align: center !important;
  }
}

.list01 > li p {
  padding: 0 0 14px 0;
}

.column_Border {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.column_Border > li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  padding: 15px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column_Border > li h4 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 80px;
  padding-left: 10px;
}

.safety li h5.second {
  margin-top: 25px;
}
.safety li p.safety-img {
  text-align: center;
  margin: 10px auto 0;
}
.safety li:first-child p.safety-img img {
  max-width: 150px;
}
.safety li:last-child p.safety-img img {
  max-width: 90%;
}

li p img.enclub {
  max-width: 140px;
  float: left;
  padding: 10px 0 40px;
  margin: 0 15px 0 0;
}

.column_Flex.list_caf li {
  width: calc((100% - 61px) / 3);
  margin: 0 30px 50px 0;
}
@media only screen and (max-width: 768px) {
  .column_Flex.list_caf li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.column_Flex.list_caf li:first-child {
  width: calc((100% - 61px) / 3 * 2 + 30px);
}
@media only screen and (max-width: 768px) {
  .column_Flex.list_caf li:first-child {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.column_Flex.list_caf li:nth-child(2), .column_Flex.list_caf li:nth-child(5) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .column_Flex.list_caf li:nth-child(2), .column_Flex.list_caf li:nth-child(5) {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.column_Flex.list_caf li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .column_Flex.list_caf li:nth-last-child(-n+2) {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .column_Flex.list_caf li:nth-child(3) .gld_Ttl {
    margin-top: 0;
  }
  .column_Flex.list_caf li:nth-child(2) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .column_Flex.list_doorrock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
.column_Flex.list_doorrock li {
  width: calc((100% - 61px) / 3);
  margin: 0 30px 50px 0;
}
@media only screen and (max-width: 768px) {
  .column_Flex.list_doorrock li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.column_Flex.list_doorrock li:last-child {
  margin: 0 0 50px 0;
}

.column_Flex.list_st05 li {
  width: calc((100% - 61px) / 3);
  margin: 0 30px 50px 0;
}
@media only screen and (max-width: 768px) {
  .column_Flex.list_st05 li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.column_Flex.list_st05 li:last-child {
  width: calc((100% - 61px) / 3 * 2 + 30px);
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .column_Flex.list_st05 li:last-child {
    width: 100%;
    margin: 0;
  }
}

.ttl_line h3 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl_line h3 p {
    font-size: 0.9rem;
    float: none;
    position: absolute;
    bottom: 7px;
    right: 0;
    line-height: 1.8;
  }
}
.ttl_line h3 p br {
  display: none;
}
@media only screen and (max-width: 400px) {
  .ttl_line h3 p br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .ttl_line h3 span {
    font-size: 2.5rem;
  }
}

.contentn_Box:last-of-type {
  padding-bottom: 50px;
}

/*================================
sp
================================*/
@media only screen and (max-width: 768px) {
  p.lead_Txt,
  h4.lead_Txt {
    font-size: 1.5rem;
  }
  .img_s {
    max-width: 200px;
    height: auto;
    margin-top: -10px;
  }
  .ss_Ttl {
    margin-top: 30px;
  }
  .ss_Ttl.mt0 {
    margin-top: 0;
  }
  #main_Img {
    padding: 80px 0 0;
    margin: 0 0 40px;
  }
  #main_Img > div {
    padding-top: 26%;
  }
  .column_Flex.column_2 > li:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
  .quality_SubBtn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 0 0 0;
  }
  .quality_SubBtn li {
    width: 50%;
    margin-bottom: 30px;
  }
  .quality_SubBtn a {
    padding: 0;
    font-size: 15px;
  }
  .quality_SubBtn li:nth-child(4) {
    border-right: none;
  }
  .quality_SubBtn li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .column_Net > li div img {
    max-width: 150px;
  }
  .column_Flex.list01 > li:nth-last-child(-n+1) {
    margin: 0 0 50px;
  }
  .list01 li p img.enclub {
    max-width: 180px;
    float: none;
    display: block;
    margin: 0 auto 15px;
    padding: 0px;
  }
  .contentn_Box::before {
    padding-top: 128px;
    margin-top: -128px;
  }
}
@media (min-width: 769px) {
  .column_facialrecognition li {
    width: 32%;
  }
  .column_facialrecognition li:first-child {
    width: 65%;
  }
}/*# sourceMappingURL=quality.css.map */