body ,body * {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

figure img {
  max-width: 100%;

}
@media screen and (max-width: 767px) {
  .packageBox figure img {
  display: block;
  margin: 10px auto 0;
  }
}

ul,
dd {
  margin-left: 0;
  padding-left: 0;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.leftArea {
  float: left;
}

.rightArea {
  float: right;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

#printing {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#printing .printingSection {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #printing .printingSection {
    padding: 90px 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #printing .printingSection {
    padding: 13.33333vw 20px;
  }
}

#printing .printingSection .contentsWrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px;
}

#printing .printingSection h2 {
  padding: 0;
}

@media screen and (min-width: 768px) {
  #printing .printingSection h2 {
    margin-bottom: 55px;
    font-size: 33px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  #printing .printingSection h2 {
    text-align: left;
    font-size: 22px;
    line-height: 1.45;
  }
}

#printing .printingSection .desc {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  #printing .printingSection .desc {
    font-size: 16px;
    line-height: 1.875;
  }
}

#printing #topSection {
  background-position: left top, center top;
  background-image: url(../images/topimages/pattern.png), url(../images/printing/printing-topimg.jpg);
  background-repeat: repeat, no-repeat;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #printing #topSection {
    padding-top: 165px;
    background-size: 2px 2px, cover;
  }
}

@media screen and (max-width: 767px) {
  #printing #topSection {
    padding-top: 90px;
    background-size: 4px 4px, cover;
  }
}

#printing #topSection h1 {
  margin-left: 1em;
  letter-spacing: 1em;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  #printing #topSection h1 {
    padding: 0;
    margin-bottom: 90px;
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  #printing #topSection h1 {
    text-align: center;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  #printing #topSection p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  #printing #topSection p {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 12.8vw !important;
  }
}

#printing #topSection .printwroks {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(163px, 1fr));
  grid-auto-rows: 58px;
  gap: 5px;
  justify-content: center;
  max-width: 850px;
  margin: 0 auto;
  min-height: 0vw;
}
@media screen and (max-width: 767px) {
  #printing #topSection .printwroks {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: min(15.46667vw,40px);
  }
}

#printing #topSection .printwroks li {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  display: grid;
  place-items: center;
  text-align: center;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  min-height: 0vw;
}

@media screen and (min-width: 768px) {
  #printing #topSection .printwroks li {
    /* -ms-flex-preferred-size: 163px;
        flex-basis: 163px;
    height: 58px;
    margin-bottom: 8px; */
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  #printing #topSection .printwroks li {
    /* -ms-flex-preferred-size: 41.33333vw;
        flex-basis: 41.33333vw;
    height: 15.46667vw;
    margin-bottom: 4vw; */
    font-size: 14px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px) {
  #printing #machineSeciton h2 {
    margin-bottom: 40px;
  }
}

#printing #machineSeciton h3 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #000;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #printing #machineSeciton h3 {
    margin: 70px auto 50px;
    font-size: 26px;
    line-height: 1.15;
  }
}

@media screen and (max-width: 767px) {
  #printing #machineSeciton h3 {
    margin: 13.33333vw auto 8vw;
    text-align: center;
  }
}

#printing #machineSeciton .machineLists {
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #printing #machineSeciton .machineLists {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}

@media screen and (max-width: 767px) {
  #printing #machineSeciton .machineLists + .machineLists {
    margin-top: 2em;
  }
}

#printing #machineSeciton .machineLists dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  #printing #machineSeciton .machineLists dt {
    font-size: 16px;
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  #printing #machineSeciton .machineLists dt {
    font-size: 14px;
    line-height: 2.14;
  }
}

@media screen and (min-width: 768px) {
  #printing #machineSeciton .machineLists dd {
    font-size: 13px;
    line-height: 1.857;
  }
}

@media screen and (max-width: 767px) {
  #printing #machineSeciton .machineLists dd {
    font-size: 12px;
    line-height: 1.83;
  }
}

#printing #machineSeciton .machineLists dd + dt {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  #printing #machineSeciton figure {
    margin: 80px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #printing #machineSeciton figure {
    margin: 2em 0 8vw;
  }
}

@media screen and (max-width: 767px) {
  #printing #machineSeciton figure img {
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  #printing #machineSeciton .rows {
    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;
  }
}

#printing #iso9001Seciton {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #printing #iso9001Seciton figure {
    margin: 50px auto 10px;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  #printing #iso9001Seciton figure {
    margin: 10.66667vw auto 2.66667vw;
    width: 65vw;
  }
}

@media screen and (min-width: 768px) {
  #printing #iso9001Seciton .interview {
    display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
       -ms-flex-align: start;
     align-items: flex-start;
    text-align: justify;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #printing #iso9001Seciton .interview {
    display: block;
    margin-top: 10.66667vw;
    text-align: justify;
  }
}

@media screen and (min-width: 768px) {
  #printing #iso9001Seciton .interview figure {
    width: 100%;
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #printing #iso9001Seciton .interview figure {
    width: 100%;
    margin: 0;
  }
}

#printing #iso9001Seciton .interview div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #printing #iso9001Seciton .interview .position {
    margin: 0 0 5px;
  }
}

@media screen and (max-width: 767px) {
  #printing #iso9001Seciton .interview .position {
    margin: 16px 0 10px !important;
  }
}

#printing #iso9001Seciton .interview h3 {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

#printing #iso9001Seciton .interview p {
  font-size: 15px;
  line-height: 1.5;
}

#printing #iso9001Seciton .interview ul {
  font-size: 15px;
  line-height: 1.5;
}

#printing #packageSeciton {
  background-color: #000;
  background-position: left top, center top;
  background-repeat: repeat, no-repeat;
  background-image: url(../images/topimages/pattern.png), url(../images/printing/printing-package-back.jpg);
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  #printing #packageSeciton {
    background-size: 2px 2px, cover;
  }
}

@media screen and (max-width: 767px) {
  #printing #packageSeciton {
    background-size: 4px 4px, cover;
  }
}

#printing #packageSeciton h2 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  #printing #packageSeciton h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  #printing #packageSeciton h2 {
    text-align: center;
    margin: 17.33333vw auto;
    font-size: 28px;
  }
}

#printing #packageSeciton .packageBox {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #printing #packageSeciton .packageBox {
    max-width: 1040px;
    padding: 60px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  #printing #packageSeciton .packageBox {
    /* width: 86%; */
    padding: 8vw 0;
    /* max-width: 90%; */
  }
}

/* @media screen and (max-width: 767px) {
  #printing #packageSeciton .packageBox .contentsWrap {
    width: 88%;
  }
} */

@media screen and (min-width: 768px) {
  #printing #packageSeciton .packageBox .desc {
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  #printing #packageSeciton .packageBox .desc {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 2em;
  }
}

#printing #packageSeciton .packageBox .desc.-mb1em {
  margin-bottom: 1em;
}

#printing #packageSeciton .packageBox figcaption {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  #printing #packageSeciton .packageBox figcaption {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  #printing #packageSeciton .packageBox figcaption {
    font-size: 13px;
    line-height: 1.69;
  }
}

@media screen and (min-width: 768px) {
  #printing .contactWrap {
    padding: 70px 0 20px;
  }
}

#printing footer {
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

#printing .packageBox h3 {
  margin: 0 0 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #printing .packageBox h3 {
    margin: 0 0 15px;
  }
}

#printing .printer-txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #printing .printer-txt {
    font-size: 13px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  #printing .printer-txt {
    padding: 4.5px;
  }
}

#printing .printer-txt em {
  display: block;
  font-style: normal;
}

#printing .printer-txt p {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #printing .printer-txt p {
    font-size: 13px;
  }
}

#printing .printer-txt p, #printing .printer-txt ul {
  margin: 5px 0 20px;
}

#printing .printer-txt ul {
  display: inline-block;
  padding-left: 1em;
  text-indent: -0.5em;
}

#printing .printer-txt li {
  text-align: left;
}

#printing .printer-txt span {
  font-size: 13px;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  #printing .printer-txt span {
    font-size: 11px;
  }
}
/*# sourceMappingURL=printing.css.map */