/* Top */

.main-container {
  overflow: hidden;
}

.main-container.is-gray-bc {
  background-color: #FAFAFA;
}

.kv-box figure img {
  width: 100%;
}

.top-product-zone {
  max-width: 1440px;
  margin: 0 auto 120px;
  padding: 110px 10px 0;
  position: relative;
}

.top-product-zone-before {
  width: 80%;
  position: absolute;
  z-index: -1;
  right: -20%;
  top: -18%;
}

.top-product-zone-before:before {
  content: "";
  padding-top: calc(869 / 1448 * 100%);
  display: block;
  width: 100%;
  background: url(/lib/img/top/bg04.png) center center no-repeat;
  background-size: contain;
}

.product-intro {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.product-intro-wrapper {
  width: 100%;
  box-shadow: 1px 3px 7px #bcbcbc;
  background-color: #fff;
  padding: 50px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.product-intro-box {
  max-width: 525px;
  width: 49%;
}

.product-intro-box figure {
  margin: 0 auto 30px;
}

.product-intro-index-list {
  padding: 20px 0 0;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: flex-start;
}

.product-intro-index-list li {
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 5px;
}

.product-intro-index-list.is-right li {
  width: 27%;
}

.product-intro-index-list.is-right li:nth-child(3n + 1) {
  width: 46%;
  flex-shrink: 0;
}


.product-intro-index-list.is-wide li {
  width: 100%;
}

.product-intro-index-list li a {
  display: inline-block;
  text-decoration: underline;
  box-sizing: border-box;
  padding-left: 1em;
  position: relative;
}

.product-intro-index-list li a:hover {
  transition: 0.2s all ease-in-out;
  color: #E60000;
}


.product-intro-index-list li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-left: 0.4em solid #E60000;
  border-bottom: 0.35em solid transparent;
  position: absolute;
  left: 0;
  top: 0.5em;
}


.top-company-zone {
  background: url(/lib/img/top/bg01.png) center bottom no-repeat;
  background-size: cover;
  background-color: #e6e6e6;
  height: 607px;
  position: relative;
}

.top-company-inner {
  max-width: 1100px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-company-img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
  width: 90%;
  max-width: 1122px;
  box-sizing: border-box;
}

.top-company-box {
  max-width: 540px;
  width: 100%;
}

.top-company-ul {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-company-ul li {
  width: 48%;
}

.top-company-ul li a {
  display: flex;
  height: 60px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1.6em;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 1.4;
}

.top-company-ul li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-left: 0.4em solid #E60000;
  border-bottom: 0.35em solid transparent;
  position: absolute;
  left: 0.7em;
  top: 50%;
  transform: translate(0, -50%);
}

.top-company-ul li a:hover {
  transition: 0.2s all ease-in-out;
  color: #E60000;
}

.top-zone-01 {
  padding: 110px 10px 150px;
  box-sizing: border-box;
  background: url(/lib/img/top/bg02.png) center bottom no-repeat;
  background-size: cover;
  position: relative;
}

.top-zone-01 .top-zone-01-before {
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E60000;
  opacity: 0.8;
  z-index: 0;
  overflow: hidden;

}


.top-zone-01 .top-zone-01-before:before {
  width: 80%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: skewX(-50deg);
}

.top-zone-01-contents {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  box-shadow: 1px 3px 7px #bcbcbc;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: #fff;
}

.top-zone-01-contents:after {
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
}

.top-zone-01-box {
  width: 50%;
  box-sizing: border-box;
  padding: 60px 60px 30px;
}

.top-zone-01-box figure {
  margin: 0 auto 30px;
}

.top-zone-01-box .top-zone-01-p01 {
  margin: 0 auto 30px;
}

.top-zone-01-box .top-zone-01-p02 {
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  padding-top: 20px;
  text-align: center;
}


.top-zone-recruit {
  background: url(/lib/img/top/bg03.png) center center no-repeat;
  background-size: cover;
  padding: 90px 10px 110px;
  box-sizing: border-box;
}

.top-zone-recruit-inner {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #ddd;
  text-align: center;
}

.top-zone-recruit-box {
  padding: 90px 10px;
  box-sizing: border-box;
  position: relative;
}

.top-zone-recruit-p01 {
  color: #fff;
  margin: 0 auto 20px;
}

.top-zone-recruit-p02 {
  color: #fff;
  margin: 0 auto 20px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0;
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
  min-width: 540px;
  text-align: center;
}

.top-zone-recruit-p03 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}

.top-zone-recruit-p04 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 100%;
  width: 310px;
}

.top-zone-recruit-p04 a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 1.2em 10px;
  text-align: center;
  background-color: #56a549;
}


.top-zone-02-inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 60px 10px;
  display: flex;
  justify-content: space-between;
}

.top-zone-02-box {
  width: 48%;
  max-width: 640px;
}

.top-zone-02-info {
  width: 90%;
  max-width: 510px;
  margin: -80px auto 0;
  background-color: #fff;
  text-align: center;
  padding: 50px 10px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.top-zone-02-info:before {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #E60000;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  left: 50%;
}

.top-zone-02-p01 {
  width: 90%;
  max-width: 400px;
  border-top: 1px solid #ddd;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-zone-news {
  background-color: #eee;
  padding: 80px 10px 80px;
  position: relative;
}

.top-zone-news:after {
  background-color: #fff;
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.top-zone-news-inner {
  max-width: 1200px;
  padding: 0 10px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 3px 7px #bcbcbc;
  position: relative;
  z-index: 2;
}

.top-zone-news-title {
  max-width: 1000px;
  margin: 0 auto 20px;
  position: relative;
}

.top-zone-news-title .top-zone-news-p01 {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.top-zone-news-list {
  max-width: 1000px;
  margin: 0 auto 30px;
  position: relative;
  border-top: 1px solid #ddd;
}

.top-zone-news-list li {
  border-bottom: 1px solid #ddd;
}

.top-zone-news-list li a {
  display: flex;
  box-sizing: border-box;
  padding: 20px 0;
  font-size: 18px;
}

.top-zone-news-list li .is-date {
  width: 180px;
  flex-shrink: 0;
  font-weight: bold;
}

.top-zone-engineering {
  background-color: #222;
  padding: 60px 10px;
}

.top-zone-engineering-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  background-color: #000;
  align-items: center;
}

.top-zone-engineering-left {
  width: 50%;
}

.top-zone-engineering-right {
  width: 50%;
  text-align: center;
}

.top-zone-engineering-p01 {
  color: #DD1700;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 20px;
  letter-spacing: -0.05em;
}

.top-zone-engineering-p02 {
  color: #fff;
  max-width: 334px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #bbb;
}

.top-zone-engineering-p03 {
  text-align: center;
}

.top-zone-engineering-p03 a {
  display: inline-block;
  color: #fff;
  padding-right: 1.2em;
  position: relative;
  line-height: 1.4;
}

.top-zone-engineering-p03 a:after {
  width: 1em;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(/lib/img/common/icon_other02.png) center center no-repeat;
  background-size: 100% auto;
}


/* 詳細 */
.breadBox {
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 0px 10px 5px;
}

.breadBox li {
  display: inline-block;
  line-height: 1 !important;
  margin-right: 30px;
  position: relative;
}

.breadBox li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translate(0, -50%) rotate(-45deg);
  left: calc(100% + 14px);
  top: 50%;
}

.breadBox li:last-child {
  margin-right: 0;
}

.breadBox li:last-child:after {
  display: none;
}

.breadBox li>a,
.breadBox li>span {
  font-size: 12px;
  display: block;
  line-height: 1 !important;
}


.sub-kv {
  width: 100%;
}

.sub-kv img {
  width: 100% !important;
}

.sub-container {
  max-width: 1020px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}

.sub-container:before {
  width: 300%;
  height: 100%;
  z-index: -2;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #fafafa;
}

.sub-container:after {
  width: 300%;
  height: 100%;
  left: 50%;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  background-color: #fff;
}

.sub-container-left {
  width: 21.5%;
  background-color: #fafafa;
  margin-top: 40px;
}

.sub-container-left .side-nav-list>li>a {
  display: block;
  width: 100%;
  padding: 2em 2em;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.sub-container-left .side-nav-list>li>a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-left: 0.45em solid #DD1700;
  border-bottom: 0.35em solid transparent;
  position: absolute;
  left: 1em;
  top: 2.35em;
}

.sub-container-left .side-nav-list>li>a.is-active {
  background-color: #fff;
}

.sub-container-left .side-nav-list>li>a:hover {
  color: #DD1700;
}

.sub-container-left .side-nav-list>li>a.is-extend:after {
  width: 1em;
  height: 0.8em;
  content: "";
  background-color: red;
  display: inline-block;
  margin-left: 0.2em;
  background: url(/lib/img/common/icon_other01.png) center center no-repeat;
  background-size: auto 100%;
}


.side-nav-list-sub-box {
  display: none;
  padding: 0px 0px 20px;
}

.side-nav-list-sub-box.is-active {
  display: block;
  background-color: #fff;
}

.side-nav-list-sub-list {
  box-sizing: border-box;
  padding-left: 30px;
}

.side-nav-list-sub-list li a {
  display: block;
  box-sizing: border-box;
  padding: 0.5em 0 0.5em 1em;
  text-decoration: underline;
  position: relative;
  line-height: 1.2;
}

.side-nav-list-sub-list li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-left: 0.45em solid #333;
  border-bottom: 0.35em solid transparent;
  position: absolute;
  left: 0.1em;
  top: 0.8em;
}

.side-nav-list-sub-list li a.is-active {
  font-weight: bold;
  text-decoration: none;
}


.sub-container-right {
  background-color: #fff;
  width: 78.5%;
  box-sizing: border-box;
  padding: 60px 0 60px 80px;
  min-height: 700px;
  order: 1;
}


.sub-container-is-main {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 80px 80px;
  position: relative;
  z-index: 2;
}

.sub-container-is-main:before {
  position: absolute;
  content: "";
  z-index: -1;
}

.sub-container-is-main.is-wide {
  max-width: 1020px;
  padding: 80px 10px 80px;
}

.anc-link-list {
  margin: 0 auto 60px;
  display: flex;
}

.anc-link-list li {
  margin-right: 20px;
}

.anc-link-list li a {
  display: inline-block;
  padding-right: 20px;
  line-height: 1.4;
  text-decoration: underline;
  position: relative;
}

.anc-link-list li a:after {
  line-height: 0;
  padding: 0;
  margin: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.36em solid transparent;
  border-top: 0.42em solid #333;
  border-right: 0.36em solid transparent;
  position: absolute;
  top: 2.35em;
  right: 0;
  top: 0.55em;
}

.list-num-01 {
  margin: 0 auto 60px;
}

.list-num-01.is-rec {
  background-color: pink;
  background: url(/lib/img/sustainability/sustainability_re.png) center center no-repeat;
  background-size: 35% auto;
}

.list-num-01 li {
  margin: 0 auto 30px;
  font-size: 16px;
  text-indent: -1.2em;
  box-sizing: border-box;
  padding-left: 1.2em;
}

.list-num-01 li .dd {
  display: inline-block;
  font-weight: bold;
  text-indent: 0;
  padding-right: 0.2em;
}


/* table */

.table-sys01 {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin: 0 auto 80px;
}

.table-sys01 th,
.table-sys01 td {
  box-sizing: border-box;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  line-height: 1.5;
  padding: 1em 0.8em;
  text-align: left;
  vertical-align: top;
}

.table-sys01 th {
  font-weight: bold;
  /* width: 22%; */
  background-color: #fafafa;
}


.table-sys02 {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin: 0 auto 80px;
}

.table-sys02 .center {
  text-align: center;
}

.table-sys02 .width15 {
  width: 15%;
}

.table-sys02 .width20 {
  width: 20%;
}

.table-sys02 .width40 {
  width: 40%;
}

.table-sys02 thead th,
.table-sys02 thead td {
  background-color: #000;
  color: #fff;
  font-size: 16px;
}

.table-sys02 th,
.table-sys02 td {
  font-size: 14px;
  box-sizing: border-box;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  line-height: 1.5;
  padding: 1em 0.8em;
  text-align: left;
  vertical-align: top;
}

.table-sys02 th {
  font-weight: bold;
}


.table-sys03 {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin: 0 auto 60px;
}

.table-sys03 th,
.table-sys03 td {
  box-sizing: border-box;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  line-height: 1.5;
  padding: 0.6em 0.4em;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.table-sys03 th {
  font-weight: bold;
  background-color: #fafafa;
}

.table-sys03-wrapper {
  margin-bottom: 60px;
}

.table-sys03-wrapper .table-sys03 {
  min-width: 700px;
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .table-sys03-wrapper {
    overflow: scroll;
  }
  .table-sys03-wrapper:before{
    content: "※横にスクロールできます。→";
    padding: 10px 0;
    display: block;
    font-size: 13px;
  }
}



/* corporate 配下 */
.boss-wrapper {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.boss-left {
  width: 100%;
}

.boss-left .boss-message {
  box-sizing: border-box;
  padding-right: 10%;
  text-align: center;
}

.boss-right {
  width: 180px;
  padding-top: 60px;
  flex-shrink: 0;
}

.font-size16 {
  margin: 0 auto 30px;
}

.font-size16-bold {
  margin: 0 auto 30px;
  font-weight: bold;
}


.font-size18 {
  margin: 0 auto 30px;
}

.is-bold {
  font-weight: bold;
}

.is-red {
  color: #E60000;
}

.red-top-line-box {
  box-sizing: border-box;
  max-width: 700px;
  border: 1px solid #efefef;
  border-top: 2px solid #DD1700;
  padding: 20px 40px 40px;
  margin: 0 auto 80px;
}

.sengen-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  line-height: 1.4;
}

.sengen-txt {
  font-size: 16px;
}

.paragra-wrapper {
  border-left: 1px solid #eee;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 10px;
  box-sizing: border-box;
}

.red-fa-dl {
  margin: 0 auto 30px;
  padding-left: 20px;
  box-sizing: border-box;
}

.red-fa-dl dt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.red-fa-dl dt:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg);
  box-sizing: border-box;
  background-color: #E60000;
  left: -1.1em;
  top: 0.6em;
  position: absolute;
}

.red-fa-dl dd {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}

.red-fa-dl dd:before {
  content: "・";
  position: absolute;
  /* width: 2px;
  height: 2px;
  border-radius: 300px;
  background-color: #333;*/
  left: 0em;
  top: 0em;
}

.data-and-name {
  text-align: right;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.data-and-name span {
  font-size: 1.16em;
}

.address-map {
  margin-bottom: 30px;
  max-width: 498px;
}

.address-google-link {
  margin-bottom: 30px;
}

.address-google-link a {
  display: inline-block;
  padding: 15px 25px;
  padding-right: 40px;
  line-height: 1.4;
  background-color: #E60000;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
}

.address-google-link a:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 20px;
  width: 0.75em;
  height: 100%;
  background: url(/lib/img/common/icon_other03.png) center center no-repeat;
  background-size: 100% auto;
}

.address-access-way-box {
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 30px 30px;
  margin: 0 auto 80px;
}

.address-access-way-box:last-child {
  margin-bottom: 30px;
}

.address-access-way-tit {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin: 0 auto 25px;
  color: #E60000;
  padding-bottom: 10px;
}

.address-access-way-inner {
  display: flex;
  justify-content: space-between;
}

.address-access-way-inner figure {
  width: 37.5%;
}

.address-access-way-inner ul li {
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 auto 15px;
}

.address-access-way-inner ul li.is-note {
  margin: 0 auto;
  text-indent: 0;
}


.privacy-box {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.privacy-box.is-first {
  border-top: 1px solid #dddddd;
}

.privacy-p01 {
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 auto 5px;
}

.privacy-p02 {
  box-sizing: border-box;
  padding-left: 1.4em;
}

.privacy-under-box {
  margin-top: 30px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 20px 30px;
}

.privacy-under-box-p01 {
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  margin: 0 auto 15px;
  padding-bottom: 10px;
}

.privacy-under-box-p02 {
  font-weight: bold;
  margin: 0 auto 10px;
}


/* product info */

.product-index-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-index-list li {
  width: 31%;
  margin-right: 3.5%;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.product-index-list li:nth-child(3n) {
  margin-right: 0;
}

.product-index-list-title {
  margin: 0 auto 20px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 0.6em 14px;
  overflow: hidden;
  position: relative;
}

.product-index-list-title:after {
  position: absolute;
  width: 50%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.1;
  right: -10%;
  top: 0;
  transform: skewX(-60deg)
}

.product-index-list-box {
  display: flex;
}

.product-index-list-box .product-index-list-img {
  width: calc(120 / 300 * 100%);
  margin-right: calc(20 / 300 * 100%);
}

.product-index-list-box .product-index-list-txt {
  width: calc(160 / 300 * 100%);
}

.product-index-list-box .product-index-list-p01 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.product-index-list-box .product-index-list-p02 {
  font-size: 14px;
  line-height: 1.5;
}

.product-index-list-box .product-index-list-p02 a {
  display: inline-block;
  box-sizing: border-box;
  color: #DD1700;
  text-decoration: underline;
  position: relative;
  padding-left: 1.2em;
}

.product-index-list-box .product-index-list-p02 a:before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.32em;
  width: 0;
  height: 0;
  border-top: 0.45em solid transparent;
  border-left: 0.5em solid #DD1700;
  border-bottom: 0.45em solid transparent;
}

.product-detail-intro-section {
  display: flex;
  justify-content: space-between;
  margin: -20px auto 60px;
  padding-top: 40px;
  border-top: 1px solid #efefef;
}

.product-detail-intro-section .product-detail-intro-section-img {
  width: calc(320 / 700 * 100%);
  order: 2;
}

.product-detail-intro-section .product-detail-intro-section-text {
  width: calc(320 / 700 * 100%);
}

.product-detail-intro-section .product-detail-intro-section-text .is-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.product-detail-intro-section .product-detail-intro-section-text .is-description {
  margin-bottom: 0;
}

.product-detail-way-section {
  margin: 0 auto 60px;
}

.product-detail-way-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-detail-way-list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-way-list li:nth-child(2n) {
  margin-right: 0;
}

.product-detail-way-list li figure {
  width: 35%;
  flex-shrink: 0;
  margin-right: 5%;
}


.product-detail-way-list li .product-detail-way-list-text .p01 {
  font-size: 16px;
}

.product-detail-way-list li .product-detail-way-list-text .p01 a {
  font-weight: bold;
  text-decoration: underline;
}

.product-detail-way-list li .product-detail-way-list-text .p02 {
  font-size: 14px;
}

.product-detail-use-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-detail-use-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.product-detail-use-list li:nth-child(3n) {
  margin-right: 0;
}

.product-detail-use-list li figure {
  width: 45%;
  margin-right: 5%;
  flex-shrink: 0;
}


.product-detail-use-list li .product-detail-use-list-text .p01 {
  line-height: 1.4 !important;
}

.product-detail-use-list li .product-detail-use-list-text .p01 a {
  text-decoration: underline;
}

.product-detail-use-list li .product-detail-use-list-text .p01 a:hover {
  text-decoration: none;
}

.product-detail-size-section {
  margin: 0 auto 60px;
}

.product-detail-size-box {
  box-sizing: border-box;
  border: 1px solid #efefef;
  padding: 30px 30px;
}

.product-detail-size-img {
  display: flex;
  align-items: center;
}

.product-detail-size-img figure {
  width: 45%;
  flex-shrink: 0;
}

.product-detail-size-pdf {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.product-detail-size-pdf a {
  display: block;
  max-width: 220px;
  border: 1px solid #efefef;
  background-color: #fafafa;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding: 1em 0;
}

.product-detail-size-pdf a:hover {
  color: #DD1700;
}

.product-detail-size-pdf a span {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
}

.product-detail-size-pdf a span::after {
  width: 1em;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(/lib/img/common/icon_pdf_red.png) center center no-repeat;
  background-size: 100% auto;
}

.product-detail-table-section {
  margin: 0 auto 60px;
}

.product-detail-table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.product-detail-table th,
.product-detail-table td {
  box-sizing: border-box;
  padding: 0.7em 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 14px;
}

.product-detail-table>thead th,
.product-detail-table>thead td {
  text-align: center;
  background-color: #fafafa;
  font-weight: bold;
}

.product-detail-table>tbody th,
.product-detail-table>tbody td {
  text-align: left;
}

.product-detail-table>tbody th {
  background-color: #fafafa;
}

.product-detail-table table {
  width: 100%;
}

.product-detail-table table th,
.product-detail-table table td {
  border: none;
  padding: 0;
}



.product-detail-bottom-link {
  display: none;
}

.product-detail-bottom-link.is-active {
  display: flex;
  margin: 0 auto 60px;
}

.product-detail-bottom-link p {
  width: 48.5%;
  margin-right: 3%;
}

.product-detail-bottom-link p:nth-child(2n) {
  margin-right: 0;
}

.product-detail-bottom-link p a {
  display: block;
  width: 100%;
  font-weight: bold;
  text-decoration: underline;
  padding: 1.2em 1em 1.2em 2em;
  border: 1px solid #ddd;
  background-color: #fafafa;
  box-sizing: border-box;
  position: relative;
}

.product-detail-bottom-link p a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.32em solid transparent;
  border-left: 0.45em solid #DD1700;
  border-bottom: 0.32em solid transparent;
  position: absolute;
  left: 1em;
  top: 1.7em;
}



.product-detail-bottom-contact {
  box-sizing: border-box;
  border: 5px solid #dddddd;
  padding: 30px 30px;
}

.product-detail-bottom-contact-p01 {
  padding-bottom: 0.5em;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  font-weight: bold;
}

.product-detail-bottom-contact-inner {
  display: flex;
  justify-content: space-between;
}

.product-detail-bottom-contact-inner .is-tel {
  width: 220px;
  flex-shrink: 0;
}

.product-detail-bottom-contact-inner .is-tel .s01 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.product-detail-bottom-contact-inner .is-tel .s02 {
  display: block;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

.product-detail-bottom-contact-inner .is-tel .s02 a {
  display: block;
  line-height: 1;
  padding-left: 0.8em;
  position: relative;
  box-sizing: border-box;
}

.product-detail-bottom-contact-inner .is-tel .s02 a::before {
  width: 0.8em;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/lib/img/common/icon_tel_black.png) 15% 60% no-repeat;
  background-size: auto 70%;
}

.product-detail-bottom-contact-inner .product-detail-bottom-contact-list {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 230px);
}

.product-detail-bottom-contact-inner .product-detail-bottom-contact-list li {
  width: 49%;
  height: 100%;
  display: flex;
}

.product-detail-bottom-contact-inner .product-detail-bottom-contact-list li a {
  display: flex;
  width: 100%;
  background-color: red;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
}

.product-detail-bottom-contact-inner .product-detail-bottom-contact-list li a:hover {
  opacity: 0.8;
}

.main-used-additional-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.main-used-additional-list li {
  width: 31.5%;
  margin-right: 2.75%;
}

.main-used-additional-list li+li+li+li {
  margin-top: 20px;
}

.main-used-additional-list li:nth-child(3n) {
  margin-right: 0;
}

.main-used-additional-list .main-used-additional-p01 {
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 5px;
}

.main-used-additional-list .main-used-additional-p02 {
  text-align: center;
}

.main-used-additional-list .main-used-additional-p02 a {
  display: inline;
  color: #E60000;
  text-decoration: underline;
  font-size: 14px;
  margin: 0 3px;
}

.main-used-additional-list .main-used-additional-p02 a:hover {
  text-decoration: none;
}

.main-used-additional-list img {
  border: solid 1px #EEE;
}

.news-detail-section {
  margin: 0 auto 60px;
  border-top: 1px solid #ddd;
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
}

.news-detail-section:last-of-type {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.news-detail-section:before {
  width: 80px;
  height: 5px;
  content: "";
  background-color: #E60000;
  position: absolute;
  left: 0;
  top: -1px;
}

.news-detail-section .news-detail-tit {
  margin: 0 auto 30px;
}

.news-detail-section .news-detail-tit .is-date {
  display: block;
  font-weight: bold;
  color: #DD1700;
  margin: 0 auto 20px;
}

.news-detail-section .news-detail-tit .is-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.news-detail-contents p {
  margin-bottom: 10px;
}

.news-detail-contents p img {
  width: auto;
  max-width: 100%;
}


.form-input-red {
  color: #DD1700;
  margin-bottom: 10px;
}

.is-required {
  color: #DD1700;
  font-style: normal;
}

.form-input-err {
  color: #DD1700;
  font-size: 14px;
  margin-top: 5px;
}

.form-table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.form-table th,
.form-table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 18px 20px;
}

.form-table th {
  background-color: #fafafa;
  width: 270px;
  text-align: left;
}

.form-input-p01 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}


.form-input-p01 .is-note {
  font-size: 14px;
  color: #333;
  flex-shrink: 0;
}

.form-input-p01 input {
  width: 100%;
  padding: 0.4em 0.5em;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}

.form-input-p01 select {
  width: 100%;
  padding: 0.4em 0.5em;
  border: 1px solid #dddddd;
  max-width: 200px;
}

input.input-width-l {
  max-width: 440px;
}

input.input-width-m {
  max-width: 380px;
}

input.input-width-s {
  max-width: 250px;
}

input.input-width-ss {
  max-width: 130px;
}

.form-table textarea {
  width: 100%;
  border-color: #ddd;
  box-sizing: border-box;
  padding: 0.4em 0.5em;
  font-size: 16px;
}

.form-submit-zone {
  text-align: center;
}

.form-submit-p {
  display: inline-block;
  margin: 5px 10px;
}

.form-submit-p button {
  display: block;
  width: 250px;
  box-sizing: border-box;
  padding: 1em 5px;
  background-color: #DD1700;
  color: #ffffff;
  border: 1px solid #DD1700;
  font-size: 14px;
  border-radius: 3px;
}

.form-submit-p button:hover {
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}

.form-submit-p.is-gray button {
  background-color: #ddd;
  border-color: #ddd;
  color: #333;
}

.technology-img-list {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 60px;
  flex-wrap: wrap;
}

.technology-img-list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.technology-img-list li:nth-child(2n) {
  margin-right: 0;
}

.technology-img-list li:nth-last-of-type(1),
.technology-img-list li:nth-last-of-type(2) {
  margin-bottom: 0;
}

.technology-img-list-03 {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 60px;
  flex-wrap: wrap;
}

.technology-img-list-03 li {
  text-align: center;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  font-weight: bold;
}

.technology-img-list-03 li:nth-child(3n) {
  margin-right: 0;
}

.technology-img-list-03 li figure {
  margin: 0 auto 5px;
}

.technology-black-title {
  line-height: 1.4;
  background-color: #333333;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0.8em 10px;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: bold;
}

.technology-narrow-p {
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 0 30px;
}

.technology-img-box {
  box-sizing: border-box;
  padding: 40px 30px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 auto 60px;
}

.sustainability-iso-tit {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin: 20px auto 30px;
}

.sustainability-iso-contents {
  display: flex;
  justify-content: space-between;
}

.sustainability-iso-contents .sustainability-iso-contents-left {
  width: 30%;
  text-align: center;
}

.sustainability-iso-contents .sustainability-iso-contents-right {
  width: 64%;
}

.sustainability-iso-contents .sustainability-iso-contents-left figure {
  border: 1px solid #ddd;
  margin: 0 auto 5px;
}

.sustainability-iso-contents .sustainability-iso-open {
  text-align: center;
  border: 1px solid #ddd;
  padding: 0.4em 10px;
  font-size: 14px;
  font-weight: bold;
  color: #DD1700;
  margin-top: 10px;
  cursor: pointer;
}

.sustainability-iso-open-contents {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: none;
  pointer-events: none;
}

.sustainability-iso-open-contents.is-open {
  display: block;
  pointer-events:auto;
}

.sustainability-iso-open-contents figure {
  max-width: 500px;
  width: 60%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.sdg-img01 {
  text-align: center;
  margin: 0 auto 50px;
}

.sdg-txt01 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 40px;
}

.sdg-colorful-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.sdg-colorful-list li {
  width: 19.5%;
  max-width: 137px;
  text-align: center;
}

.sdg-img02 {
  text-align: center;
  margin: 0 auto 80px;
}

.safe-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}

.safe-list li {
  width: 31%;
}

.safe-list li figure {
  margin: 0 auto 13px;
}

.safe-list li .safe-list-p01 {
  text-align: center;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 12px;
  margin: 0 auto 10px;
  border-bottom: 1px solid #ddd;
}

.safe-list li .safe-list-p01 span {
  color: #DD1700;
}

.discovery-section {
  padding-bottom: 80px;
}

.discovery-section-inner {
  position: relative;
}

.discovery-section-inner .discovery-bg-layer img {
  width: 100%;
}

.discovery-section-inner .discovery-section-title {
  position: absolute;
  right: 30px;
  top: 55px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.discovery-section-inner .discovery-list li {
  position: absolute;
  width: 108px;
  height: 94px;
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
}

.discovery-section-inner .discovery-list li.is-pin-01 {
  left: 68%;
  top: 44%;
}

.discovery-section-inner .discovery-list li.is-pin-02 {
  left: 14%;
  top: 57%;
}

.discovery-section-inner .discovery-list li.is-pin-03 {
  left: 90%;
  top: 57%;
}

.discovery-section-inner .discovery-list li.is-pin-04 {
  left: 74%;
  top: 66%;
}

.discovery-section-inner .discovery-list li.is-pin-05 {
  left: 57%;
  top: 73%;
}

.discovery-section-inner .discovery-list li.is-pin-06 {
  left: 32%;
  top: 76%;
}

.discovery-section-inner .discovery-list li.is-pin-07 {
  left: 73%;
  top: 89%;
}

.discovery-section-inner .discovery-list li a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: url(/lib/img/business/pin_bg.png) center center no-repeat;
  background-size: 100% 100%;
  transition: 0.2s all ease-in-out;
}

.discovery-section-inner .discovery-list li a:hover {
  transform: translate(0, -5px);
}

.discovery-section-inner .discovery-list li a .is-p01,
.discovery-section-inner .discovery-list li a .is-p02 {
  position: absolute;
  color: #fff;
  text-align: center;
}

.discovery-section-inner .discovery-list li a .is-p01 {
  font-size: 17px;
  font-weight: bold;
  top: 14px;
  width: 100%;
}

.discovery-section-inner .discovery-list li a .is-p02 {
  width: 80%;
  left: 10%;
  border-top: 1px solid #ddd;
  bottom: 18px;
  font-size: 12px;
  opacity: 0.8;
  word-break: keep-all;
  letter-spacing: -0.03em;
  text-indent: 0.8em;
}

.discovery-section-inner .discovery-list li a .is-p02:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-left: 0.45em solid #fff;
  border-bottom: 0.3em solid transparent;
  position: absolute;
  left: 0.3em;
  top: 50%;
  transform: translate(0, -50%);
}

.flow-images-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow-images-wrapper {
  border: 1px solid #fdece4;
  background-color: #fdece4;
  box-sizing: border-box;
  overflow-x: scroll;
}

.flow-images-inner {
  width: 170%;
}


@media screen and (max-width: 1160px) {}


@media screen and (max-width: 1020px) {
  .discovery-section-inner .discovery-section-title {
    right: calc(30 / 1020 * 100vw);
    font-size: calc(20 / 1020 * 100vw);
  }

  .discovery-section-inner .discovery-list li {
    width: calc(108 / 1020 * 100vw);
    height: calc(94 / 1020 * 100vw);
  }

  .discovery-section-inner .discovery-list li a .is-p01 {
    top: calc(14/ 1020 * 100vw);
    font-size: calc(17 / 1020 * 100vw);
  }

  .discovery-section-inner .discovery-list li a .is-p02 {
    font-size: calc(12 / 1020 * 100vw);
    bottom: calc(18/ 1020 * 100vw);
  }
}



@media screen and (max-width: 769px) {
  .top-product-zone {
    margin: 0 auto 60px;
    padding-top: 0;
  }

  .top-product-zone-before {
    top: -2%;
    width: 74%;
  }

  .product-intro-wrapper {
    padding: 20px 15px;
    display: block;
  }

  .product-intro-box {
    width: 100%;
    margin: 0 auto 30px;
  }

  .product-intro-box:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .product-intro-box figure {
    margin: 0 auto 20px;
  }

  .product-intro-index-list li {
    width: 50% !important;
    font-size: 14px;
  }

  .product-intro-index-list.is-right li {
    width: 40% !important;
  }

  .product-intro-index-list.is-right li:nth-child(2n) {
    width: 60% !important;
  }

  .top-company-zone {
    height: auto;
    box-sizing: border-box;
    padding: 14% 20px 20px;
  }

  .top-company-inner {
    /* background-color: rgba(255, 255, 255, 0.5); */
    padding: 0;
  }

  .top-company-ul {
    display: block;
  }

  .top-company-ul li {
    width: 100%;
  }

  .top-zone-01 {
    padding: 80px 20px 40px;
  }

  .top-zone-01-contents {
    display: block;
    background-color: transparent;
    box-shadow: none;
  }

  .top-zone-01-contents:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    display: none;
  }

  .top-zone-01-box {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 1px 3px 7px #bcbcbc;
  }

  .top-zone-01-box figure {
    margin: 0 auto 20px;
  }

  .top-zone-01-box .top-zone-01-p01 {
    font-size: 14px;
    margin: 0 auto 20px;
  }

  .top-zone-recruit {
    padding: 30px 20px 60px;
  }

  .top-zone-recruit-box {
    padding: 30px 20px 40px;
  }

  .top-zone-recruit-p01 {
    font-size: 13px;
  }

  .top-zone-recruit-p02 {
    font-size: 24px;
    min-width: 0;
    width: 100%;
    max-width: 380px;
  }

  .top-zone-recruit-p03 {
    font-size: 16px;
  }

  .top-zone-recruit-p04 {
    width: 80%;
    max-width: 310px;
  }

  .top-zone-recruit-p04 a {
    padding: 0.8em 0;
  }

  .top-zone-02-inner {
    display: block;
    padding: 60px 20px;
  }

  .top-zone-02-box {
    width: 100%;
    margin: 0 auto 20px;

  }

  .top-zone-02-box:last-of-type {
    margin-bottom: 0;
  }

  .top-zone-02-info {
    padding: 30px 10px 0px;
    box-shadow: 1px 3px 7px #bcbcbc;
  }

  .top-zone-02-p01 {
    padding: 20px 0 15px;
  }

  .top-zone-news {
    padding: 60px 10px;
  }

  .top-zone-news-title .top-zone-news-p01 {
    bottom: 0;
  }

  .top-zone-news-list li a {
    font-size: 14px;
    display: block;
    padding: 10px 10px;
    box-sizing: border-box;
  }

  .top-zone-news-list li .is-date {
    display: block;
  }

  .top-zone-engineering {
    padding: 40px 20px;
  }

  .top-zone-engineering-inner {
    display: block;
  }

  .top-zone-engineering-left,
  .top-zone-engineering-right {
    width: 100%;
  }

  .top-zone-engineering-info {
    padding: 20px 20px 30px;
  }

  .top-zone-engineering-p01 {
    font-size: 22px;
  }

  .sub-container {
    display: block;
    padding: 0;
  }

  .sub-container-right {
    width: 100%;
    margin: 0 auto !important;
    padding: 60px 15px 50px;
    box-sizing: border-box;
  }

  .sub-container-left {
    width: 100%;
    margin: 0 auto !important;
    border-top: 1px solid #ccc;
  }

  .news-detail-section {
    margin: 0 auto 40px;
  }

  .news-detail-section:last-of-type {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .sub-container-is-main {
    padding: 60px 15px;
    /* overflow: hidden; */
  }

  .sub-container-is-main.is-wide {
    padding: 60px 15px;
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
  }

  .form-table th {
    border-bottom: none;
  }

  .form-input-p01 {
    display: block;
  }

  input.input-width-s {
    max-width: 100%;
  }

  .font-size18 {
    font-size: 14px;
  }

  .product-index-list {
    display: block;
    margin: 0 auto;
  }

  .product-index-list li {
    width: 100%;
    margin: 0 auto 30px !important;
  }

  .product-index-list-title {
    margin: 0 auto 10px;
    font-size: 14px;
  }

  .product-index-list-box .product-index-list-img {
    margin-right: calc(10 / 300 * 100%);
  }

  .product-detail-intro-section {
    padding-top: 30px;
    margin-top: -10px;
    display: block;
  }

  .product-detail-intro-section .product-detail-intro-section-img {
    width: 100%;
    margin: 0 auto 10px;
  }

  .product-detail-intro-section .product-detail-intro-section-text {
    width: 100%;
  }

  .product-detail-intro-section .product-detail-intro-section-text .is-title {
    font-size: 18px;
    margin: 0 auto 10px;
  }

  .product-detail-intro-section .product-detail-intro-section-text .is-description {
    font-size: 14px;
  }

  .product-detail-way-list {
    display: block;
  }

  .product-detail-way-list li {
    width: 100%;
    margin: 0 auto 30px;
  }

  .product-detail-size-box {
    padding: 20px 15px;
  }

  .product-detail-size-img {
    display: block;
  }

  .product-detail-size-img figure {
    width: 100%;
    margin: 0 auto 5px;
  }

  .product-detail-size-pdf a {
    margin: 0 auto;
    max-width: 400px;
  }

  .product-detail-bottom-link.is-active {
    display: block;
  }

  .product-detail-bottom-link p {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px !important;
  }

  .product-detail-bottom-contact {
    padding: 20px 20px;
  }

  .product-detail-bottom-contact-inner {
    display: block;
  }

  .product-detail-bottom-contact-inner .is-tel {
    width: 100%;
    margin: 0 auto 20px;
  }

  .product-detail-bottom-contact-inner .product-detail-bottom-contact-list {
    width: 100%;
    display: block;
  }

  .product-detail-bottom-contact-inner .product-detail-bottom-contact-list li {
    width: 100%;
    margin: 0 auto 10px;
  }

  .product-detail-bottom-contact-inner .product-detail-bottom-contact-list li:last-child {
    margin-bottom: 0;
  }

  .product-detail-bottom-contact-inner .product-detail-bottom-contact-list li a {
    font-size: 14px;
    padding: 10px 10px;
  }

  .sub-container-left .side-nav-list>li>a {
    padding: 1.2em 2em;
  }

  .sub-container-left .side-nav-list>li>a:before {
    top: 1.55em;
  }

  .product-detail-use-list {
    justify-content: space-between;
  }

  .product-detail-use-list li {
    width: 49%;
    margin: 0 0 10px !important;
  }

  .product-detail-use-list li .product-detail-use-list-text .p01 a {
    font-size: 14px;
  }

  .product-detail-table-wrapper .product-detail-table {
    min-width: 580px;
  }

  .product-detail-table-wrapper {
    overflow: scroll;
  }

  .product-detail-table-wrapper:before {
    content: "横にスクロールして、確認してください";
    padding: 10px 0;
    display: block;
    font-size: 13px;
  }


  .main-used-additional-list {
    display: block;
  }

  .main-used-additional-list li {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px !important;
    display: flex;
  }

  .main-used-additional-list li:last-child {
    margin-bottom: 0 !important;
  }

  .main-used-additional-list li figure {
    width: 100px;
    flex-shrink: 0;
  }

  .main-used-additional-list li .is-text {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 10px;
  }

  .main-used-additional-list .main-used-additional-p01 {
    font-size: 15px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0.2em;
  }

  .main-used-additional-list .main-used-additional-p02 {
    text-align: left;
  }

  .main-used-additional-list .main-used-additional-p02 a {
    display: inline-block;
    margin: 0 8px 2px 0;
  }

  .main-used-additional-list .main-used-additional-p02 a:last-child {
    margin-right: 0;
  }

  .boss-wrapper {
    display: block;
  }

  .boss-left .boss-message {
    box-sizing: border-box;
    padding-right: 0;
    margin: 0 auto 30px;
  }

  .boss-right {
    width: 100%;
    max-width: 200px;
    padding-top: 0;
  }

  .table-sys01 th,
  .table-sys01 td,
  .table-sys02 th,
  .table-sys02 td {
    font-size: 13px;
    padding: 0.6em 0.5em;
  }

  .table-sys01 th {
    min-width: 100px;
  }

  .table-sys02 th {
    min-width: 80px;
  }

  .list-num-01 {
    margin: 0 auto 40px;
  }

  .list-num-01.is-rec {
    background-size: 70%;
  }

  .list-num-01 li {
    font-size: 14px;
    margin: 0 auto 20px;
  }

  .red-top-line-box {
    padding: 20px 15px;
    margin: 0 auto 60px;
  }

  .sengen-title {
    margin: 0 auto 20px;
  }

  .sengen-txt {
    font-size: 14px;
  }

  .paragra-wrapper {
    padding-left: 15px;
    margin-bottom: 60px;
  }

  .red-fa-dl {
    margin: 0 auto 20px;
  }

  .red-fa-dl dt {
    font-size: 16px;
  }

  .red-fa-dl dd p {
    font-size: 14px;
  }

  .data-and-name {
    font-size: 14px;
  }

  .address-access-way-box {
    padding: 20px 15px;
  }

  .address-access-way-tit {
    margin: 0 auto 20px;
  }

  .address-access-way-inner {
    display: block;
  }

  .address-access-way-inner ul {
    margin-bottom: 20px;
  }

  .address-access-way-inner ul li {
    font-size: 16px;
    margin: 0 auto 5px;
  }

  .address-access-way-inner figure {
    width: 100%;
  }

  .technology-black-title {
    font-size: 16px;
  }

  .technology-narrow-p {
    padding: 0;
  }

  .technology-img-box {
    padding: 20px 20px;
    margin: 0 auto 40px;
  }

  .technology-img-list {
    margin: 0 auto 40px;
  }

  .technology-img-list-03 {
    margin: 0 auto 20px;
  }

  .technology-img-list-03 li {
    width: 49%;
    font-size: 14px;
    margin-right: 2%;
  }

  .technology-img-list-03 li:nth-child(3n) {
    margin-right: 2%;
  }

  .technology-img-list-03 li:nth-child(2n) {
    margin-right: 0;
  }

  .sustainability-iso-contents .sustainability-iso-contents-left {
    width: 34%;
  }

  .sustainability-iso-contents .sustainability-iso-contents-right {
    width: 63%;
  }

  .sustainability-iso-contents .sustainability-iso-contents-right p {
    font-size: 14px;
  }

  .sustainability-iso-tit {
    margin: 10px auto 20px;
  }

  .sdg-img01 {
    margin: 0 auto 30px;
  }

  .sdg-txt01 {
    font-size: 16px;
    margin: 0 auto 30px;
  }

  .sdg-colorful-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 420px;
    margin: 0 auto 30px;
  }

  .sdg-colorful-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .sdg-colorful-list li:nth-child(3n) {
    margin-right: 0;
  }

  .sdg-img02 {
    margin: 0 auto 60px;
  }

  .safe-list {
    display: block;
    max-width: 400px;
    margin: 0 auto 40px;
  }

  .safe-list li {
    width: 100%;
    margin: 0 auto 30px;
  }

  .discovery-section {
    padding-bottom: 20px;
  }

  .discovery-section-inner .discovery-section-title {
    right: calc(30 / 769 * 100vw);
    top: calc(60 / 769 * 100vw);
    font-size: calc(30 / 769 * 100vw);
    text-shadow: 1px 1px 2px #333;
  }

  .discovery-section-inner .discovery-list li {
    width: calc(112 / 769 * 100vw);
    height: calc(94 / 769 * 100vw);
  }

  .discovery-section-inner .discovery-list li a .is-p01 {
    top: calc(40/ 769 * 100vw);
    font-size: calc(26 / 769 * 100vw);
    transform: translate(0, -50%);
    line-height: 1.2;
  }

  .discovery-section-inner .discovery-list li a .is-p02 {
    /* font-size: calc(12 / 769 * 100vw);
    bottom: calc(18/ 769 * 100vw); */
    display: none;
  }

  .flow-images-inner {
    width: 900px;
  }
}