/*================================================================================

media query mixin

================================================================================*/
.p-suzuhiro .section-lead {
  padding: 53px 0 76px;
}
.p-suzuhiro .section-lead .text {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
.p-suzuhiro-rawmaterials__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-suzuhiro-rawmaterials__blk:nth-of-type(n+2) {
  margin-top: 35px;
}
.p-suzuhiro-rawmaterials__blk--img {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
.p-suzuhiro-rawmaterials__blk--txt--ttl {
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 600;
}
.p-suzuhiro-rawmaterials__blk--txt--body {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-top: 20px;
}
.p-suzuhiro-rawmaterials__blk--txt--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid #e1e1e1;
  letter-spacing: 0.07em;
}
.p-suzuhiro-rawmaterials__blk--txt--list:first-of-type {
  margin-top: 20px;
}
.p-suzuhiro-rawmaterials__blk--txt--list dt {
  font-size: 1.2rem;
  line-height: 1;
  background-color: rgba(46, 47, 51, 0.08);
  width: 87px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 23px;
}
.p-suzuhiro-rawmaterials__blk--txt--list dd {
  font-size: 1.4rem;
  width: calc(100% - 110px);
}
.p-suzuhiro-rawmaterials__blk--txt--list dd .note {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  text-indent: -1em;
  margin-left: 1em;
}
.p-suzuhiro-rawmaterials__blk--txt--btn {
  margin-top: 20px;
  font-size: 1.4rem;
}
.p-suzuhiro-rawmaterials__modal {
  background: #fff;
  width: 90%;
  max-width: 840px;
  height: 90%;
  max-height: 90vh;
}
.p-suzuhiro-rawmaterials__modal h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-suzuhiro-rawmaterials__modal h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 50px auto 15px;
}
.p-suzuhiro-rawmaterials__modal p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.09em;
}
.p-suzuhiro-rawmaterials__modal .document-link {
  margin-top: 20px;
  padding: 20px;
  background: #f2f2f2;
}
.p-suzuhiro-rawmaterials__modal dl:not(:first-of-type) {
  margin-top: 30px;
}
.p-suzuhiro-rawmaterials__modal dt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.09em;
}
.p-suzuhiro-rawmaterials__modal dd {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}
.p-suzuhiro .section-topic {
  padding-bottom: 120px;
}
.p-suzuhiro .section-topic .topicBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-suzuhiro .section-topic .topicBox:nth-of-type(n+2) {
  margin-top: 58px;
}
.p-suzuhiro .section-topic .topicBox__thum {
  width: 670px;
}
.p-suzuhiro .section-topic .topicBox__thum img {
  display: block;
}
.p-suzuhiro .section-topic .topicBox__txt {
  width: 405px;
  margin-left: -115px;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 38px 38px;
  min-height: 285px;
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-suzuhiro .section-topic .topicBox__txt-ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-suzuhiro .section-topic .topicBox__txt-ttl.icon-arw::after, .p-suzuhiro .section-topic .topicBox__txt-ttl.icon-blank::after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background: url(/assets/img/icon_arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-suzuhiro .section-topic .topicBox__txt-ttl.icon-blank::after {
  background: url(/assets/img/icon_other.svg) no-repeat;
  width: 15px;
  height: 13px;
}
.p-suzuhiro .section-topic .topicBox__txt-det {
  margin-top: 20px;
  letter-spacing: 0.08em;
}
.p-suzuhiro-safely .section-column__sub.-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-suzuhiro-safely .section-column__sub.-line::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1em;
  background: #003c78;
  margin-right: 0.35em;
}
.p-suzuhiro-safely .section-column__wrap {
  padding: 0;
  background: none;
}
.p-suzuhiro-safely .section-column__wrap--ttl {
  font-weight: 500;
}
.p-suzuhiro-safely .section-column__wrap--text.-mt50 {
  margin-top: 50px;
}
.p-suzuhiro-safely .section-column__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.p-suzuhiro-safely .section-column__dl .ttl {
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1em;
  width: 210px;
}
.p-suzuhiro-safely .section-column__dl .text {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-suzuhiro .-min span {
    line-height: 1;
  }
  .p-suzuhiro .section-lead {
    padding: 25px 0 52px;
  }
  .p-suzuhiro .section-lead .text {
    text-align: justify;
    font-size: 1.6rem;
  }
  .p-suzuhiro .section-topic {
    padding-bottom: 60px;
  }
  .p-suzuhiro .section-topic .topicBox {
    display: block;
  }
  .p-suzuhiro .section-topic .topicBox:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .p-suzuhiro .section-topic .topicBox__thum {
    width: 100%;
  }
  .p-suzuhiro .section-topic .topicBox__thum img {
    display: block;
    min-height: 282px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-suzuhiro .section-topic .topicBox__txt {
    width: calc(100% - 40px);
    margin: -98px auto 0;
    padding: 14px 19px;
    min-height: unset;
  }
  .p-suzuhiro .section-topic .topicBox__txt-ttl {
    font-size: 2rem;
  }
  .p-suzuhiro .section-topic .topicBox__txt-ttl.icon-arw::after, .p-suzuhiro .section-topic .topicBox__txt-ttl.icon-blank::after {
    width: 8px;
    height: 12px;
    right: -20px;
  }
  .p-suzuhiro .section-topic .topicBox__txt-ttl.icon-blank::after {
    width: 10px;
    height: 9px;
  }
  .p-suzuhiro .section-topic .topicBox__txt-det {
    margin-top: 12px;
    line-height: 1.6;
  }
  .p-suzuhiro-rawmaterials__blk {
    display: block;
  }
  .p-suzuhiro-rawmaterials__blk:nth-of-type(n+2) {
    margin-top: 35px;
  }
  .p-suzuhiro-rawmaterials__blk--img {
    width: 100%;
    margin-right: 0;
  }
  .p-suzuhiro-rawmaterials__blk--txt {
    margin-top: 20px;
  }
  .p-suzuhiro-rawmaterials__blk--txt--ttl {
    font-size: 2.2rem;
  }
  .p-suzuhiro-rawmaterials__blk--txt--body {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .p-suzuhiro-rawmaterials__modal {
    background: #fff;
    width: 90%;
    max-width: 840px;
    height: 90%;
    max-height: 90vh;
  }
  .p-suzuhiro-rawmaterials__modal h2 {
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
  .p-suzuhiro-rawmaterials__modal h3 {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    margin: 25px auto 15px;
  }
  .p-suzuhiro-rawmaterials__modal p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.09em;
  }
  .p-suzuhiro-rawmaterials__modal .document-link {
    margin-top: 20px;
    padding: 20px;
    background: #f2f2f2;
  }
  .p-suzuhiro-rawmaterials__modal dl:not(:first-of-type) {
    margin-top: 30px;
  }
  .p-suzuhiro-rawmaterials__modal dt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.09em;
  }
  .p-suzuhiro-rawmaterials__modal dd {
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
  }
  .p-suzuhiro-safely .section-column__wrap--text.-mt50 {
    margin-top: 25px;
  }
  .p-suzuhiro-safely .section-column__dl {
    display: block;
  }
  .p-suzuhiro-safely .section-column__dl .ttl {
    margin-bottom: 10px;
  }
  .p-suzuhiro-safely .section-column__dl .text {
    margin: 0;
  }
}
/*# sourceMappingURL=suzuhiro.css.map */