@charset "UTF-8";
/* CSS Document */
#sheetTypeWrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sheetTypeWrap img {
  width: 100%;
  height: auto;
}

/* ラベル
---------------------------------------------- */
.labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.labelList .labelListItem {
  min-width: 80px;
  padding: 4px 16px;
  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;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-shadow: none;
  background-color: #FB7C37;
  border-radius: 50px;
}

/* 用紙詳細
---------------------------------------------- */
.paperDetail dt,
.paperDetail dd {
  padding: 16px 32px 16px 10px;
  border-top: 1px solid #999999;
}
.paperDetail dt {
  position: relative;
  background-color: #FDF5E5;
}
.paperDetail dd:last-of-type {
  border-bottom: 1px solid #999999;
}
.paperDetail .openNotesBtn {
  border: unset;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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: 24px;
  height: 24px;
  color: #FFFFFF;
  text-shadow: none;
  background-color: #999999;
  border-radius: 50%;
}

#notesWrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: unset;
}
#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;
  text-shadow: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
#notesWrap .notes .notesText {
  color: #fff;
  text-shadow: none;
  padding-top: 5px;
}

.imageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.imageContainer figure {
  margin: unset;
}

/* 商品の特徴
---------------------------------------------- */
.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 * {
  line-height: 1.5 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* 料金表のヘッダー
-------------------------------------- */
.priceTable thead th,
.priceTable thead td {
  padding: 6px 0;
}

.priceTable thead th {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  background-color: #F6F6F6;
  width: 15%;
}

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

.priceTable .printTitle {
  width: 13%;
}

.priceTable .printFaceTitle {
  width: 9%;
}

/* 枠線のカスタム */
.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) {
  position: relative;
  height: 44px;
  vertical-align: bottom;
  padding-bottom: 4px;
}

.priceTable thead .printFace th:not(.printPlace):before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 8px;
  left: calc(50% - 6px);
}

.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: 6px 0;
}

.priceTable tbody th {
  text-align: center;
  padding-left: 3px;
  font-size: 11px;
  width: 26%;
  font-weight: normal;
}

.priceTable tbody th .colorcaution {
  font-size: 10px;
  font-weight: normal;
  vertical-align: 0;
}

.priceTable tbody td {
  text-align: center;
  font-size: 12px;
  width: 14%;
}

.priceTable tbody td span {
  font-size: 10px;
}

.priceTable tbody td .taxinc {
  display: inline-block;
}

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

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

.priceTable tbody tr td {
  border-left: 1px solid #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 !important;
  height: 12px !important;
}

/* 無料サンプル リンクボタン
-------------------------------------- */
#sampleLinkBtn {
  margin: 0 auto;
}
#sampleLinkBtn a {
  position: relative;
  display: block;
  color: #fff !important;
  font-size: 1.17em;
  line-height: 1;
  padding: 1.2em 1em 0.8em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  background-color: #FB9E25;
}
#sampleLinkBtn a:visited {
  color: #fff !important;
}
#sampleLinkBtn 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;
}

/* 同じカテゴリの用紙一覧
-------------------------------------- */
#category .sheettypeContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#category .sheettypeContainer .sheettypeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#category .sheettypeContainer .sheettypeBox:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
#category .sheettypeContainer .sheettypeBox:not(:first-of-type) {
  padding-top: 10px;
}
#category .sheettypeContainer .sheettypeBox .sheettypeImageArea {
  width: 36%;
}
#category .sheettypeContainer .sheettypeBox .sheettypeImageArea .sheettypeImage img {
  width: 100%;
  height: auto;
}
#category .sheettypeContainer .sheettypeBox .sheettypeTextArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#category .sheettypeContainer .sheettypeBox .sheettypeTextArea .sheettypeTitle {
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 10px;
}
#category .sheettypeContainer .sheettypeBox .sheettypeTextArea .sheettypeTitle:before {
  content: "";
  display: block;
  width: 4px;
  height: 1.5em;
  background-color: #174B82;
  position: absolute;
  top: 0;
  left: 0;
}
#category .sheettypeContainer .sheettypeBox .sheettypeTextArea .sheettypeLink a {
  position: relative;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #174B82;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
  padding-right: 1.5em;
}
#category .sheettypeContainer .sheettypeBox .sheettypeTextArea .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: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#category .sheettypeContainer .sheettypeBox .sheettypeTextArea .sheettypeLink a:hover {
  opacity: 0.8;
}
#category .sheettypeContainer .sheettypeBox .sheettypeTextArea .sheettypeLink a .sheettypeImage img {
  width: 9px;
  height: 12px;
}

/* バナー
-------------------------------------- */
.bannerContainer {
  margin-top: 50px;
}
.bannerContainer .banner + .banner {
  margin-top: 20px;
}/*# sourceMappingURL=sheettype_detail.css.map */