<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ex-maxWidth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.ex-XYcent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ex-Xcent {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ex-Ycent {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ex-cent-clear {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.ex-clear:after {
  content: "";
  display: block;
  clear: both;
}

.top-page .topPhoto {
  padding-top: 0px;
  margin-bottom: 15px;
}
.top-page .topPhoto .slick-list{
  overflow-x: hidden;
}
.top-page .side_head_news {
  display: none;
}
.top-page .video-sec {
  margin-bottom: 14px;
}
.top-page .video-sec .anchor {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  line-height: 1;
}
.top-page .video-sec .anchor:hover {
  opacity: 0.65;
}
.top-page .video-sec img {
  width: 100%;
}

.quality-page .quality-bnr {
  padding-top: 15px;
}
.quality-page .quality-bnr a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  margin-bottom: 11px;
}
.quality-page .quality-bnr a:hover {
  opacity: 0.6;
}
.quality-page .page-title {
  padding: 0;
  margin-top: 10px;
}
.quality-page img {
  max-width: 100%;
  width: 100%;
}
.quality-page .twis-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quality-page .twis-box__left {
  width: 50%;
}
.quality-page .twis-box__right {
  width: 45%;
}
.quality-page .top-cont {
  padding-bottom: 50px;
}
.quality-page .top-cont .lead {
  padding: 30px 0 40px;
  text-align: center;
}
.quality-page .top-cont .lead .a-img {
  width: 580px;
}
.quality-page .top-cont .lead .k-img {
  width: 345px;
}
.quality-page .top-cont .lead .e-img {
  width: 680px;
}
.quality-page .top-cont .top-l {
  font-size: 16px;
  line-height: 2;
}
.quality-page .top-cont .top-img {
  padding: 30px 0 0;
  text-align: center;
}
.quality-page .top-cont .top-img img {
  width: 72%;
}
.quality-page .top-cont .twis-box__left {
  padding: 0 25px;
}
.quality-page .top-cont .twis-box__left .l {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.quality-page .base-box {
  margin-bottom: 120px;
}
.quality-page .base-box__title {
  padding: 10px 0 8px;
  font-weight: 800;
  text-align: center;
  border-radius: 0;
  font-size: 20px;
}
.quality-page .base-box__title.kaiteki {
  border-top: 2px solid #f28e1e;
  border-bottom: 2px solid #f28e1e;
  color: #f28e1e;
  background: url(../images/quality/back-kaiteki.jpg);
}
.quality-page .base-box__title.anzen {
  border-top: 2px solid #82b843;
  border-bottom: 2px solid #82b843;
  color: #82b843;
  background: url(../images/quality/back-anzen.jpg);
}
.quality-page .base-box__title.eco {
  border-top: 2px solid #ff728d;
  border-bottom: 2px solid #ff728d;
  color: #ff728d;
  background: url(../images/quality/back-eco.jpg);
}
.quality-page .base-box .inr {
  padding: 10px 20px 0;
}
.quality-page .base-box .inr .l {
  margin-bottom: 30px;
}
.quality-page .base-box .border-title {
  margin-bottom: 20px;
  padding: 7px 0 4px;
  border-radius: 40px;
  background: #fdebd7;
  color: #f28e1e;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
}
.quality-page .base-box .twis-photo__inr {
  width: 50%;
}
.quality-page .base-box .twis-photo__inr .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 0 15px;
}
.quality-page .base-box .twis-photo__inr .box .text {
  width: 58%;
  padding-right: 18px;
}
.quality-page .base-box .twis-photo__inr .box .text .t {
  margin: 0;
  padding: 0;
  color: #f28e1e;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.3;
}
.quality-page .base-box .twis-photo__inr .box .text .t span {
  font-weight: 200;
  font-size: 13px;
}
.quality-page .base-box .twis-photo__inr .box .photo {
  width: 42%;
}
.quality-page .base-box .kaniki-left {
  width: 46%;
  padding: 0 30px;
}
.quality-page .base-box .kaniki-right p {
  line-height: 2;
}

.anzen-page .box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.anzen-page .box-1__inr {
  width: 48%;
}
.anzen-page .box-2__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.anzen-page .box-2__inr .box {
  width: 48%;
}
.anzen-page .box-2__inr .box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.anzen-page .box-2__inr .box-2__inr {
  width: 48%;
}
.anzen-page .box-2__inr .box-2__inr-1 {
  width: 57%;
  padding-right: 10px;
}
.anzen-page .box-3__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.anzen-page .box-3__inr .box {
  width: 48%;
}
.anzen-page .box-3__inr .box .first {
  margin-bottom: 135px;
}

.eco-page .box-1 {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eco-page .box-1__inr {
  width: 48%;
}
.eco-page .box-1__title {
  margin-bottom: 25px;
  padding: 4px 0 2px;
  text-align: center;
  font-weight: 800;
  background: rgba(255, 114, 141, 0.2);
  color: #ff728d;
  font-size: 18px;
  letter-spacing: 0.15em;
}
.eco-page .box-2__inr {
  padding: 30px 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eco-page .box-2__inr .box {
  width: 48%;
}

.support-page img {
  max-width: 100%;
}
.support-page .article h2 .small {
  font-size: 0.85em;
  display: inline-block;
  padding-left: 0.5em;
}
.support-page .after-box {
  margin-bottom: 25px;
}
.support-page .after-box__img {
  padding: 40px 0 35px;
  text-align: center;
}
.support-page .after-box__img .img {
  width: 42%;
}
.support-page .after-box__lead {
  padding: 0 40px;
}
.support-page .after-box__lead .bold {
  font-weight: 800;
}
.support-page .after-box__flex {
  padding: 30px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-page .after-box__flex .left {
  width: calc(100% - 320px);
}
.support-page .after-box__flex .right {
  width: 320px;
}
.support-page .after-box__flex .right .img-lead {
  text-align: right;
  line-height: 1;
}
.support-page .after-box__bnr {
  padding-bottom: 65px;
  text-align: center;
}
.support-page .after-box__bnr .bnr {
  width: 70%;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.support-page .after-box__bnr .bnr:hover {
  opacity: 0.7;
}
.support-page .twenty-box {
  padding-bottom: 50px;
}
.support-page .twenty-box__flex {
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-page .twenty-box__flex .left {
  width: calc(100% - 250px);
  padding-right: 40px;
}
.support-page .twenty-box__flex .left .icon-box {
  width: 100%;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.support-page .twenty-box__flex .left .icon-box .icon {
  margin-right: 15px;
  width: 22%;
}
.support-page .twenty-box__flex .right {
  width: 250px;
}

.video-page {
  padding-bottom: 60px;
}
.video-page .title-box {
  margin-bottom: 32px;
  padding: 0.7em 0 0.6em;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.07em;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  color: #000;
}
.video-page .video-box .title {
  padding: 5px 0 3px 14px;
  font-size: 18px;
  border-left: 3px solid #444;
  border-radius: 0;
  line-height: 1;
  text-align: left;
  font-weight: bold;
  color: #444;
}
.video-page .video-box img {
  width: 100%;
  margin-bottom: 10px;
}
.video-page .video-box #my-video {
  width: 100%;
  height: 100%;
}
.video-page .video-box iframe,
.video-page .video-box video {
  width: 100%;
  height: 508px;
  top: auto;
  left: auto;
  position: relative;
}
/*# sourceMappingURL=add.css.map */</pre></body></html>