@charset "UTF-8";
/* CSS Document */

/*
品質・環境方針
*/
#qlty-topimage {
  background-image:url(../img/img_main_qlty_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:300px;
  padding-top:40px;
  padding-left:5%;
}
#en-tit-qlty {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 65px;
  line-height: 1;
  color: #036eb8;
  font-weight: 600;
}
#qlty-topimage h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  color:#555;
  font-weight:600;
  margin-top:10px;
}
#qlty-main {
  width:960px;
  margin:40px auto;
}
.qlty-heading {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom:20px;
	padding: 20px 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 35px;
}
.qlty-article {
  padding:0 40px;
  margin-bottom:40px;
}
.qlty-title {
	font-size: 20px;
}
p.qlty-text {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
	width: 100%;
	font-size: 16px;
  letter-spacing:  0.02em;
	line-height:2;
	text-align:justify;
	text-justify:distribute;
}

.qlty-bullets {
  width:100%;
  margin-top:20px;
  padding-left:20px;
  display:flex;
  align-items:center;
}
.qlty-bullets2 {
  width:100%;
  margin-top:20px;
  padding-left:20px;
  display:flex;
}
.qlty-bullets-l {
	font-size: 60px;
	font-family:'Noto Serif JP', serif;
	color: #333;
}
.qlty-bullets-r {
	font-size: 18px;
  margin-left:1em;
	line-height: 1.8;
  letter-spacing:  0.02em;
  text-align: justify;
}
.qlty-bullets-r span {
  font-weight: 700;
}
p.syomei {
	width: 100%;
	font-size: 16px;
	line-height:1.5;
	text-align: right;
  padding-right:40px;
  margin-bottom: 60px;
}
#mark-wrap-qlty {
	margin-top:10px;
	display:flex;
	justify-content:center;
}
#mark-wrap-qlty-l {
	width:70px;
	margin-right:40px;
	font-size: 10px;
	line-height:1.2;
	text-align:center;
}
#iso14001 {
  margin: 20px auto 30px;
  width: 15%;
  display: flex;
  justify-content: space-between;
}
#iso_pdf {
  font-size: 14px;
	text-align:center;
}
#iso14001-l {
  width: 50%;
  text-align: center;
}
#iso14001-r {
  width: 50%;
  text-align: center;
}
#iso14001 a {
  font-size: 16px;
	text-decoration:underline;
}
#fssc {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
#fssc-link {
  margin: 0 auto 30px;
  width: 20%;
  display: flex;
  justify-content: space-between;
}
#fssc-link-l {
  width: 50%;
  text-align: center;
}
#fssc-link-r {
  width: 50%;
  text-align: center;
}
#fssc-logo {
  margin: 0 auto;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fssc-logo-l {
  width: 25%;
}
#fssc-logo-l img {
  width: 100%;
}
#fssc-logo-r {
  width: 60%;
}
#fssc-logo-r img {
  width: 100%;
}
#fssc p {
  margin: 10px 0 20px;
  font-size: 14px;
  line-height: 1.2;
}
#fssc a {
  font-size: 16px;
}
/* ----------960px以下---------- */

@media only screen and (max-width:960px) {
  #qlty-topimage {
  height:31vw;
  padding-top:4vw;
}
#en-tit-qlty {
  font-size: 6.5vw;
}
#qlty-topimage h1 {
  font-size: 3vw;
  margin-top:10px;
}
#qlty-main {
  width:90%;;
  margin:4vw auto;
}
  .qlty-heading {
	margin-bottom:2vw;
	padding: 2vw 4vw;
	font-size: 3.5vw;
}
.qlty-article {
  padding:0 4vw;
  margin-bottom:4vw;
}
.qlty-title {
	font-size: 2vw;
}
p.qlty-text {
	padding-left: 2vw;
	margin-top: 2vw;
	margin-bottom: 5vw;
	width: 100%;
	font-size: 1.8vw;
  letter-spacing:  0.02em;
	line-height:2;
	text-align:justify;
}
  .qlty-bullets {
  margin-top:2vw;
  padding-left:2vw;
}
.qlty-bullets2 {
  margin-top:2vw;
  padding-left:2vw;
}
.qlty-bullets-l {
	font-size: 6vw;
}
.qlty-bullets-r {
	font-size: 2vw;
  margin-left:1em;
}
#iso14001 {
  margin: 2.08vw auto 3.12vw;
  width: 15%;
}
#iso_pdf {
  font-size: 1.45vw;
}
#iso14001 a {
  font-size: 1.66vw;
}
#fssc {
  margin-bottom: 5.2vw;
}
#fssc-link {
  margin: 0 auto 3.12vw;
  width: 20%;
}
#fssc p {
  margin: 1.04vw 0 2.08vw;
  font-size: 1.45vw;
}
#fssc a {
  font-size: 1.66vw;
}
/* ----------END 960px以下---------- */
}
/* ----------770px以下---------- */
@media only screen and (max-width:770px) {
  .pc-mode2 {
    display:none;
  }
  .tab-mode {
    display:flex;
  }
.com-content-l {
  font-size:2vw;
}
.com-content-r {
  font-size:2vw;
}
/* ----------END 770px以下---------- */
}

/* ----------599px以下---------- */
@media only screen and (max-width:599px) {
  #topimage-sp {
    width: 100%;
  }
  #topimage-sp img {
    width: 100%;
  }
#qlty-main {
  width:90%;
  margin:4vw auto;
}
.qlty-heading {
	margin-bottom:20px;
	padding: 2vw 0.5vw;
	font-size: 5vw;
}
.qlty-article {
  padding:0;
  margin-bottom:4vw;
}
.qlty-title {
	font-size: 4vw;
}
p.qlty-text {
	padding-left: 0;
	margin-top: 2vw;
	margin-bottom: 5vw;
	font-size: 3.5vw;
}

.qlty-bullets {
  width:100%;
  margin-top:2vw;
  padding-left:0;
  align-items: flex-start;
}
.qlty-bullets2 {
  margin-top:2vw;
  padding-left:0;
}
.qlty-bullets-l {
	font-size: 10vw;
}
.qlty-bullets-r {
	font-size: 4vw;
  text-align:justify;
}
p.syomei {
	font-size: 3.5vw;
  padding-right:0;
  padding-bottom: 0;
}
#mark-wrap-qlty {
	margin-top:10px;
	display:flex;
	justify-content:center;
}
#mark-wrap-qlty-l {
	width:70px;
	margin-right:20px;
	font-size:1.5vw;
	line-height:1.2;
	text-align:center;
}
#iso_pdf {
  font-size: 3vw;
	text-align:center;
}
#iso14001 {
  width: 40%;
}
#iso14001-l {
  width: 50%;
}
#iso14001-r {
  width: 50%;
}
#iso14001 a {
  font-size: 3.5vw;
}
#fssc-logo {
  width: 65%;
}
#fssc-link {
  width: 40%;
}
#fssc p {
  margin: 1.04vw 0 2.5vw;
  font-size: 3vw;
}
#fssc a {
  margin-top: 2vw;
  font-size: 3.5vw;
}
/* ----------END 599px以下---------- */
}
