@charset "UTF-8";
/* CSS Document */
#sheetTypeWrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ラベル
---------------------------------------------- */
.labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.labelList .labelListItem {
  min-width: 80px;
  padding: 4px 16px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #FB7C37;
  border-radius: 50px;
}

/* 用紙詳細
---------------------------------------------- */
.paperDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paperDetail dt,
.paperDetail dd {
  padding: 16px 32px 16px 10px;
  border-top: 1px solid #999999;
}
.paperDetail dt:last-of-type,
.paperDetail dd:last-of-type {
  border-bottom: 1px solid #999999;
}
.paperDetail dt {
  position: relative;
  width: 140px;
  background-color: #FDF5E5;
}
.paperDetail dd {
  width: calc(100% - 140px);
}
.paperDetail .openNotesBtn {
  border: unset;
  position: absolute;
  top: 16px;
  right: 10px;
  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;
  width: 16px;
  height: 16px;
  color: #FFFFFF;
  background-color: #999999;
  border-radius: 50%;
}
.paperDetail .openNotesBtn:hover {
  opacity: 0.7;
}
.paperDetail .openNotesBtn span {
  line-height: 1;
}

#notesWrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#notesWrap.show {
  display: block;
}
#notesWrap #notesOverlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
#notesWrap .notes {
  display: none;
  width: calc(100% - 24px);
  max-width: 345px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px 15px;
  background-color: #999999;
  border-radius: 10px;
}
#notesWrap .notes.show {
  display: block;
}
#notesWrap .notes .notesTitle {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
#notesWrap .notes .notesText {
  color: #fff;
  padding-top: 5px;
}

.imageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.imageContainer .imageBox {
  width: calc((100% - 20px) / 2);
}
.imageContainer .imageBox a {
  text-decoration: none;
}
.imageContainer .imageBox a:hover {
  opacity: 0.7;
}
.imageContainer .imageBox a figure {
  margin: unset;
}
.imageContainer .imageBox a figure img {
  margin-bottom: 8px;
}
.imageContainer .imageBox a figure figcaption {
  color: #000;
}

/* 商品の特徴
---------------------------------------------- */
.cautionText {
  position: relative;
  padding-left: 40px;
  line-height: 1.4;
}
.cautionText:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../../images/sheettype_detail/common/icon_attention.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 料金表
-------------------------------------- */
.priceTable {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #707070;
  width: 100%;
}

/* 料金表のヘッダー
-------------------------------------- */
.priceTable thead {
  border: 1px solid #707070;
}

.priceTable thead th,
.priceTable thead td {
  padding: 8px 0 4px;
}

.priceTable thead th {
  text-align: center;
  background-color: #F6F6F6;
  width: 14%;
}

.priceTable thead .printPlace {
  text-align: left;
  padding-left: 10px;
}

.priceTable .printTitle {
  width: 10%;
}

.priceTable .printFaceTitle {
  width: 8%;
}

/* 枠線のカスタム */
.priceTable thead tr th:not(:first-child) {
  border-left: 1px solid #707070;
}

.priceTable thead .printMethod th,
.priceTable thead .printFront th:first-child {
  border-bottom: 1px solid #707070;
}

.priceTable thead .printBack th {
  border-top: 1px dashed #707070;
  border-bottom: 1px solid #707070;
}

.priceTable thead .printBack th:first-child {
  border-left: 1px solid #707070;
}

/* カラー画像 */
.priceTable thead .printFace th:not(.printPlace) {
  padding-bottom: 6px;
  text-align: left;
  padding-left: 20px;
}

.priceTable thead .printFace th:not(.printPlace) span {
  padding-left: 7px;
}

.priceTable thead .printFace th:not(.printPlace):before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.priceTable thead .printColor:before {
  background: url(../../images/price/color.jpg) no-repeat center center/contain;
}

.priceTable thead .printColorNone:before {
  background: url(../../images/price/colorNone.jpg) no-repeat center center/contain;
}

.priceTable thead .printMonochro:before {
  background: url(../../images/price/monochro.jpg) no-repeat center center/contain;
}

/* 料金表の内容
-------------------------------------- */
.priceTable tbody {
  border: 1px solid #707070;
  border-top: none;
}

.priceTable .yellowArea {
  background-color: #FFF8E3;
}

.priceTable tbody th,
.priceTable tbody td {
  padding: 10px 0 6px;
}

.priceTable tbody th {
  padding-left: 10px;
  width: 26%;
  text-align: center;
}

.priceTable tbody td {
  text-align: center;
  width: 14%;
  font-size: 14px;
  border-left: 1px solid #707070;
}

.priceTable tbody .colorcaution {
  vertical-align: 1px;
  color: #DD2900;
}

/* 枠線のカスタム */
.priceTable tbody tr:not(:last-child) th {
  border-bottom: 1px dashed #707070;
}

.priceTable tbody tr:not(:last-child) td {
  border-bottom: 1px dashed #707070;
}

/* 料金表へのリンク
-------------------------------------- */
.priceLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.priceLink a {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #dd0000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px;
}
.priceLink a:hover {
  opacity: 0.6;
}
.priceLink a img {
  width: 9px;
  height: 12px;
}

/* 無料サンプル リンクボタン
-------------------------------------- */
.btn {
  width: 350px;
  margin: 0 auto;
}
.btn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.17em;
  line-height: 1.43em;
  padding: 1.2em 1em 0.8em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background-color: #FB9E25;
}
.btn a:after {
  content: "";
  display: inline-block;
  background: url(../../images/sheettype_detail/common/orderArrow_white.svg) no-repeat center center/contain;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 1.45em;
  right: 1.35em;
}
.btn a:hover {
  opacity: 0.8;
}

/* 同じカテゴリの用紙一覧
-------------------------------------- */
.sheettypeContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 100px;
}
.sheettypeContainer .sheettypeBox {
  width: calc((100% - 48px) / 3);
}
.sheettypeContainer .sheettypeBox .sheettypeImage img {
  width: 100%;
  height: auto;
}
.sheettypeContainer .sheettypeBox .sheettypeTitle {
  padding-left: 1em;
  position: relative;
}
.sheettypeContainer .sheettypeBox .sheettypeTitle:before {
  content: "";
  display: block;
  width: 4px;
  height: 1.5em;
  background-color: #174B82;
  position: absolute;
  top: 0;
  left: 0;
}
.sheettypeContainer .sheettypeBox .sheettypeLink a {
  position: relative;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #174B82;
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px;
  padding-right: 1.5em;
}
.sheettypeContainer .sheettypeBox .sheettypeLink a:after {
  content: "";
  display: inline-block;
  background: url(../../images/sheettype_detail/common/orderArrow_blue.svg) no-repeat center center/contain;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 4px;
}
.sheettypeContainer .sheettypeBox .sheettypeLink a:hover {
  opacity: 0.8;
}
.sheettypeContainer .sheettypeBox .sheettypeLink a .sheettypeImage img {
  width: 9px;
  height: 12px;
}

/* バナー
-------------------------------------- */
.bannerContainer .banner + .banner {
  margin-top: 20px;
}
.bannerContainer .banner img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=sheettype_detail.css.map */