a img:hover {
  filter: opacity(40%);
}
/* ==========================================
　ご利用ガイド　カスタマイズ用

　※.guide-section をつけて設定してください。
　他ページのCSSとの干渉を防ぐため

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

　ご利用ガイド　> 刷るボサポート

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

body.guide div#mainContents div.guide-section h5 {
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 20px;
    display: block;
    z-index: 0;
    padding: 18px 10px 10px 0px;
    color: #323232;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: background-color 0.28s;
    transition: background-color 0.28s;
    background-image: url(/styles/img/custom/sidebar/dotted_sidebar2.svg);
    background-size: 8px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
    font-weight: bold;
}
div.guide-section ol li {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 100%;
}
.guide-section ol li {
  font-size: 100%;
}
div.guide-section ul li {
    padding-left: 5px;
    font-size: 97%;
    margin-bottom: 0.7em; /* 各リストアイテムの間隔を広げる */
    line-height: 1.6;
    list-style: disc inside;
}
div.guide-section ul li:last-child {
    margin-bottom: 0; /* 最後の項目の下の余白を削除 */
}
div.guide-section ul {
    margin: 0;
}
div.guide-section ol.sqlist li {
    padding-left: 14px;
    margin-bottom: 0.7em;
    line-height: 1.5;
    font-size: 100%;
    background: url(../img/guide/icon_listImg_arrow-pur1.jpg) 0 3px no-repeat;
    vertical-align: middle;
}
/* 横並び */
.guide-section .contents {
  display: flex;
}
/* 店頭サポートトップ背景 */
.guide-section .sp-top {
  background-image: url(/styles/img/guide/guide_data/images/guide/surubosp/surubosupport_bk1.png);
  background-repeat: no-repeat;
  width: 710px;
  height: 471px;
  display: block
}
/* 店頭サポートbox背景 */
.guide-section .spboxes {
  display: flex;
}
.guide-section .spbox {
  width: 322px;
  height: 320px;
}
.guide-section .sp-l {
  background-image: url(/styles/img/guide/guide_data/images/guide/surubosp/surubosupport_box.png);
  margin-left: 5px;
}
.guide-section .sp-r {
  background-image: url(/styles/img/guide/guide_data/images/guide/surubosp/surubosupport_box.png);
  margin-left: 16px;
}
/* sp-タイトル */
.guide-section .sp-title {
  font-size: 1.9rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 13px;
}
/* sp-テキスト */
.guide-section .sp-text {
  font-size: 1.4rem;
  line-height: 21px;
  color: #323232;
  text-align: justify;
  width: 278px;
  margin: 10px 22px;
}
/* sp-テキスト強調 */
.guide-section .sp-text1 {
  color: #EA6C00;
}
/* アクセスマップ帯 */
.guide-section .bbox {
  width: 200px;
  height: 28px;
  background: #000000;
  border-radius: 0px 14px 14px 0px;
  text-align: center;
  line-height: 29px;
  margin-left: -20px;
  color: #FFFFFF;
  font-size: 1.7rem;
}
/* アクセスマップインフレーム */
.guide-section .accessmapframe {
  width: 710px;
  height: 450px;
  margin-left: -20px;
}
/* バックグランドイエロー */
.guide-section .bc_y {
  background-color: #FFE800;
}
/* 角丸白帯 */
.guide-section .wbox {
  width: 614px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  display: block;
}
/* 角丸白帯大 */
.guide-section .wbbox {
  background: #FFFFFF;
  width: 614px;
  height: 87px;
  border-radius: 50px;
  text-align: center;
  line-height: 100px;
  padding: 12px 0;
  margin: 0 auto;
  display: block;
}
/* 事前入稿ボタン */
.guide-section .button-y {
  display: block;
  color: #323232 !important;
  width: 496px;
  text-align: center;
  background-color: #FEDD32;
  border-radius: 28px;
  font-size: 1.9rem;
  line-height: 54px;
  margin: 0 auto;
  text-decoration: none;
}
.guide-section .button-y:hover {
  background-color: #FEB131;
  text-decoration: none !important;
}
/* 商品ポイントマーカー（Yellow） */
.guide-section .point01 {
  position: relative;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* ==========================================
　ガイド
========================================== */
/* 配送目安テーブル */
.guide-section table.table01c {
  margin: .75em 0;
  border: 1px solid #333;
}
.guide-section th {
  padding: 2px 6px;
  background: #ccc;
  text-align: center;
  border: 1px solid #333;
}
.guide-section table.table01c td {
  padding: 2px 6px;
  border: 1px solid #333;
}
.guide-section table.table01c td.nd_am {
  background: #66CCFF;
}
.guide-section table.table01c td.nd_pm {
  background: #329AFF;
}
.guide-section table.table01c td.nd_18 {
  background: #8DC140;
}
.guide-section table.table01c td.tdl_am {
  background: #FF9999;
}
.guide-section table.table01c tr.even {
  background: #ddd;
}
.guide-section table.table01c caption {
  caption-side: top;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}
/* 箇条書きナンバー */
.guide-section .circle_num ol {
  list-style-type: none;
  counter-reset: step-counter;
  margin-left: 25px;
}
.guide-section .circle_num li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
  line-height: 25px;
  font-size: 100%;	
}
.guide-section .circle_num li:before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: -25px;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #313131;
  color: white;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
}
.guide-section .circle_num img {
  margin-top: 20px;
}
.guide-section .image-with-border {
  border: 1px solid #000;
  display: inline-block;
}
/* 行間 */
.guide-section .lh110 {
  line-height: 110% !important;
}
.guide-section .lh120 {
  line-height: 120% !important;
}
.guide-section .lh150 {
  line-height: 150% !important;
}
.guide-section .lh200 {
  line-height: 200% !important;
}
.guide-section .lh250 {
  line-height: 250% !important;
}
.guide-section .lh300 {
  line-height: 300% !important;
}
/* フォントサイズ指定 */
.guide-section .f12 {
  font-size: 1.2rem;
}
.guide-section .f13 {
  font-size: 1.3rem;
}
.guide-section .f14 {
  font-size: 1.4rem;
}
.guide-section .f15 {
  font-size: 1.5rem;
}
.guide-section .f155 {
  font-size: 1.55rem;
}
.guide-section .f16 {
  font-size: 1.6rem;
}
.guide-section .f17 {
  font-size: 1.7rem;
}
.guide-section .f18 {
  font-size: 1.8rem;
}
.guide-section .f19 {
  font-size: 1.9rem;
}
.guide-section .f20 {
  font-size: 2.0rem;
}
.guide-section .f21 {
  font-size: 2.1rem;
}
.guide-section .f22 {
  font-size: 2.2rem;
}
.guide-section .f30 {
  font-size: 2.5rem;
  line-height: 130%;
}
.guide-section .f31 {
  font-size: 3.1rem;
  line-height: 130%;
}
.guide-section .f32 {
  font-size: 3.2rem;
  line-height: 130%;
}
.guide-section .f33 {
  font-size: 3.3rem;
  line-height: 130%;
}
.guide-section .f34 {
  font-size: 3.4rem;
  line-height: 130%;
}
/* img隙間削除 */
.guide-section div img {
  vertical-align: top;
}
/* テキスト揃え */
.guide-section .just {
  text-align: justify;
}
/* 強調文字赤太 */
.guide-section .fbred {
  font-weight: bold;
  color: #F50000;
}
/* 強調文字赤 */
.guide-section .fred {
  color: #F50000;
}
/* 強調文字 */
.guide-section .fb {
  font-weight: bold;
}
/* Fontsize1.4rem */
.guide-section .fs14 {
  font-size: 1.4rem;
}
/* Fontsize1.5rem */
.guide-section .fs15 {
  font-size: 1.5rem;
}
/* グレー背景ブロック */
.guide-section .bg-gray {
  padding: 1.2em;
  background: #f0f0f0;
  text-align: justify;
  font-size: 97%;
  margin: 15px 0 30px;    
}
.guide-section div.deco_box_txt1 {
    background: #fffef3;
    border: #fff999 1px solid;
    color: #333;
    width: auto;
    height: auto;
    padding: 8px 13px 10px;
    margin: 20px 0;
    line-height: 1.5em;
}
/* 矢印付きテキスト（blue） */
.guide-section .blue-text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #207ce7;
  margin-bottom: 2px;
}
.guide-section .blue-text::before {
  content: '▶︎';
  margin-right: 2px;
}
/* 朱ボックス */
.guide-section .veBox {
  background-color: #FFF9F0;
  padding: 13px;
}
.guide-section .veBoxList li {
  list-style: none;
  font-size: 1.37rem;
  margin-bottom: 14px;
}
.guide-section .veBoxList li:last-child {
  margin-bottom: 0;
}
/* センタリング */
.guide-section .center {
  text-align: center;
  display: block;
  margin: auto;
}

/*リストを2列*/
.guide-section .two-column-list {
  column-count: 2;
  column-gap: 20px; /* 列間の間隔を調整 */
  list-style-type: disc; /* リストマーカーのスタイル */
  padding-left: 20px; /* リストの左側の余白 */
}

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

　ご利用ガイド　> ウェアプリント

========================================== */
/* ウェアWEBカタログ */
.p-gWearCatalog {
  width: 614px;
  padding-top: 30px;
  margin: 0 auto 40px;
}
.p-gWearCatalogGroup {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 54px;
}
.p-gWearCatalogTtl {
  display: inline-block;
  width: 100%;
  background-color: #323232;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  padding: 2px 5px 0;
}
.p-gWearCatalogLogo1 {
  width: 176px;
}
.p-gWearCatalogLogo2 {
  width: 188px;
}
.p-gWearCatalogMaker {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffdb00;
  border-radius: 10px;
  padding: 10px 30px 10px 24px;
}
.p-gWearCatalogMaker__left {
  width: 248px;
}
.p-gWearCatalogMaker__ttl {
  width: 248px;
  height: auto;
  margin-bottom: 40px;
}
.p-gWearCatalogMaker__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
.p-gWearCatalogMaker__right {
  width: 285px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.p-gWearCatalogMaker__right > a {
  display: inline-block;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: relative;
}
.p-gWearCatalogMaker__right > a:hover {
  opacity: .8;
}
.p-gWearCatalogMaker__right > a::after {
  content: '';
  display: block;
  width: 130px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1 !important;
}
.p-gWearCatalogMaker__right > a::after:hover {
  opacity: 1 !important;
}
.p-gWearCatalogMaker__right > a > img {
  width: 130px;
  height: auto;
  vertical-align: bottom;
}
/* プリント方法 */
.p-gWearPrint {
  margin-bottom: 40px;
}
.p-gWearPrint__desc {
  width: 670px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-top: 10px;
  margin: 0 auto 40px;
}
table.p-gWearPrintTbl {
  width: 580px;
  margin: 0 auto;
}
table.p-gWearPrintTbl tr > th {
  border: solid 1px #ffb300;
  background-color: #fffbf1;
  color: #ff9900;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 10px;
  height: 70px;
}
table.p-gWearPrintTbl tr > td {
  border: solid 1px #ffb300;
  color: #ff9900;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
table.p-gWearPrintTbl tr > td.p-gWearPrintTbl__ttl {
  font-weight: bold;
  line-height: 1.4;
}
table.p-gWearPrintTbl tr > td.p-gWearPrintTbl__ttl > img {
  width: 108px;
  margin-bottom: 5px;
}
table.p-gWearPrintTbl tr > td > span.p-gWearPrintTbl__note {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
}
/* Lightbox */
.p-gWearLboxListWrap {
  background-color: #eaeaea;
  /*margin-bottom: 10px;*/
  padding: 10px 20px;
}
.p-gWearLboxList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.p-gWearLboxList:last-child {
  margin-bottom: 0;
}
.p-gWearLboxList__item {
  list-style-type: none;
  width: 216px;
  background-color: #fff;
  border-radius: 7px;
  text-align: center;
  padding: 10px;
}
.p-gWearLboxList__img > img {
  width: 196px;
  vertical-align: bottom;
}
.p-gWearLboxList__subTtl {
  font-size: 1.4rem;
  line-height: 1.1;
  border-bottom: solid 1px #ffdb00;
  padding: 8px 0 4px;
}
.p-gWearLboxList__mainTtl {
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 10px 0 0;
}
/* シルクスクリーンプリント */
.p-gWearType {
  margin-bottom: 40px;
}
.p-gWearType__lead {
  font-weight: bold;
  font-size: 1.9rem;
  color: #ff9900;
  margin-bottom: 20px;
}
.p-gWearType__desc {
  line-height: 1.4;
  padding-bottom: 15px;
}
.p-gWearTypeRow {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.p-gWearType__l {
  width: 480px;
}
.p-gWearTypePointWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-gWearTypePoint {
  /*margin-bottom: 15px;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}
.p-gWearTypePoint--w170 {
  width: 170px;
}
.p-gWearTypePoint--w300 {
  width: 300px;
}
.p-gWearTypePoint__ttl {
  display: inline-block;
  background-color: #2c2c2c;
  color: #fff;
  line-height: 1.1;
  padding: 4px 8px 2px;
  vertical-align: bottom;
}
.p-gWearTypePoint__cont {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: solid 1px #b0b0b0;
  padding: 10px;
  width: 100%;
}
.p-gWearTypePoint__cont > p {
  line-height: 1.4;
  font-size: 1.3rem;
  text-align: left;
}
.p-gWearTypePoint__cont > p > span {
  color: #ff9900;
}
.p-gWearTypePoint__cont--c {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.p-gWearTypePoint__cont--c > p {
  font-size: 1.3rem;
  text-align: center;
}
.p-gWearTypePoint__note {
  font-size: 1.2rem !important;
  padding-top: 5px;
}
.p-gWearType__r {
  width: 205px;
}
.p-gWearType__r > img {
  width: 205px;
  height: auto;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.p-gWearType__btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ff9900;
  border-radius: 15px;
  color: #fff !important;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  padding: 7px 5px 6px;
  margin: 0 auto 6px;
  text-decoration: none !important;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.p-gWearType__btn:hover {
  background-color: #cc6600;
}
/* ご利用ガイド　> ウェアプリントについての注意点
========================================== */
/* 絵柄まわりのフチについて */
.p-gWearEdge__inner {
  background-color: #ff6666;
  padding: 15px 20px 20px;
  margin-bottom: 20px;
}
.p-gWearEdge__inner--noEdge {
  background-color: #3180de;
}
.p-gWearEdge__ttl {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.p-gWearEdge__ttl > span {
  color: #ffee00;
}
.p-gWearEdge__desc {
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.p-gWearEdge__img {
  position: relative;
  margin-bottom: 20px;
}
.p-gWearEdge__img > a {
  position: absolute;
  top: 3px;
  right: 0;
  width: 256px;
  height: 292px;
  display: block;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background-color: rgba(255, 255, 255, 0);
}
.p-gWearEdge__img > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.p-gWearEdge__img > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-gWearEdge__img > img:last-child {
  margin-bottom: 0;
}
/* カッティング転写 色サンプル */
div.guide-section ul.p-gWearColorSampleList {
  margin: 0;
}
div.guide-section ul.p-gWearColorSampleList li {
  padding-left: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 1.4rem;
  list-style-type: none;
}
.p-gWearColorSample {
  margin-bottom: 40px;
}
.p-gWearColorSample__desc {
  width: 670px;
  margin: 0 auto 20px;
}
.p-gWearColorSampleList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 0;
  list-style-type: none;
}
.p-gWearColorSample ul li {
  width: 120px;
  margin-right: 15px;
}
.p-gWearColorSample ul li:nth-child(5n) {
  margin-right: 0;
}
.p-gWearColorSample ul li > img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.p-gWearColorSample ul li > span {
  display: block;
  line-height: 1.1;
  text-align: center;
}
/* カッティング転写 色サンプル */
.p-gWearPress {
  margin-bottom: 40px;
}
.p-gWearPress__desc {
  width: 670px;
  margin: 0 auto;
}
.p-gWearPress__desc > p {
  margin-bottom: 15px;
  /*&:last-child {
        margin-bottom: 0;
      }*/
}
.p-gWearPress__row {
  width: 620px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.p-gWearPress__col {
  width: 300px;
}
.p-gWearPress__col > img {
  width: 300px;
  height: auto;
  vertical-align: bottom;
}
/* タイトル */
body.guide div#mainContents div.guide-section h4.p-gWearTtlLv1 {
  background-color: #ffdd00;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 20px;
}
body.guide div#mainContents div.guide-section h5.p-gWearTtlLv2 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #ff9900;
  margin-bottom: 5px;
  background-image: none;
  padding: 0;
}
/* ボタン */
.p-gWearBtn {
  display: block;
  width: 280px;
  text-align: center;
  background-color: #f1a433;
  border-radius: 15px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  padding: 8px 5px 7px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.p-gWearBtn:hover {
  background-color: #bf6a27;
  text-decoration: none !important;
}
/* ウェア商品ご注文の流れ */
.p-gWearFlowDiag {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  margin-bottom: 70px;
}
.p-gWearFlowDiag::before {
  content: '';
  display: block;
  width: 38px;
  height: 100%;
  background-color: #ffdb00;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.p-gWearFlowDiag__item {
  display: table;
  border: solid 1px #ff9900;
  border-radius: 7px;
  margin-top: 25px;
}
.p-gWearFlowDiag__item:first-child {
  margin-top: 0;
}
.p-gWearFlowDiag__left {
  display: table-cell;
  width: 225px;
  background-color: #ffffdf;
  padding: 14px 10px;
  border-radius: 7px 0 0 7px;
  text-align: center;
  vertical-align: middle;
}
.p-gWearFlowDiag__left > p {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #ff9900;
  letter-spacing: -1px;
}
.p-gWearFlowDiag__right {
  display: table-cell;
  width: 465px;
  background-color: #fff;
  padding: 14px 10px;
  border-left: solid 1px #ff9900;
  border-radius: 0 7px 7px 0;
  text-align: left;
  vertical-align: middle;
}
.p-gWearFlowDiag__right > p {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-gWearFlowDiag__right span {
  color: #ff9900;
}
.p-gWearFlowDiag__note {
  font-size: 1.3rem !important;
  padding-top: 5px;
}
.p-gWearFlowDiagIcn__group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  justify-content: center;
}
.p-gWearFlowDiagIcn__customer {
  background-color: #66c3ed;
  border: solid 1px #fff;
  border-radius: 13px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 4px 14px 3px;
}
.p-gWearFlowDiagIcn__arw {
  width: 27px;
  padding: 0 6px;
}
.p-gWearFlowDiagIcn__surubo {
  background-color: #ffdd00;
  border-radius: 13px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 4px 14px 3px;
}
.p-gWearFlowDiag__btn {
  padding: 10px 0 0;
}
/* お問い合わせ */
.p-gWearFlowInqWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.p-gWearFlowInq {
  text-align: center;
  padding: 0 0 35px 15px;
}
.p-gWearFlowInqTtl {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  background: -webkit-linear-gradient(transparent 50%, #ffdb00 50%);
  background: linear-gradient(transparent 50%, #ffdb00 50%);
  margin-bottom: 20px;
}
.p-gWearFlowInq__cont {
  width: 470px;
}
.p-gWearFlowInq__cont > p {
  text-align: left;
  line-height: 1.6;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.p-gWearFlowInq__img {
  width: 205px;
}
.p-gWearFlowInq__img > img {
  width: 205px;
  height: auto;
}
body.guide .guide-section a.p-gWearFlowInq__btn {
  display: block;
  width: 455px;
  line-height: 90px;
  background-color: #ff9900;
  border-radius: 20px;
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  margin: 0 auto;
}
body.guide .guide-section a.p-gWearFlowInq__btn:hover {
  background-color: #bf6a27;
  text-decoration: none;
}
/* お見積りについて */
/* ご注意ください */
.p-gWearQuote {
  margin-bottom: 40px;
}
.p-gWearBase {
  padding: 0 20px 20px;
}
.p-gWearBase > p {
  margin-bottom: 20px;
  line-height: 1.4;
}
/* ==========================================
　小カテゴリ概要/詳細　カスタマイズ用

　※.item-section をつけて設定してください。
　他ページのCSSとの干渉を防ぐため
========================================== */
.item-section .texts p {
  text-align: justify;
}
/*ブロック要素に*/
.item-section .block {
  display: block; /*ブロック要素に指定*/
  display: inline-block; /*改行解除*/
}
/*面積計算ボックス体裁*/
.item-section .calcbox {
  width: 709px;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  border-style: Solid;
  border-color: #F7D632;
  border-width: 1px;
}
.item-section .calcbox .box-title {
  font-size: 1.6rem;
  background: #F7D632;
  padding: 4px;
  text-align: center;
  color: #0A0A0A;
  font-weight: bold;
  font: 1.6rem;
  height: 35px;
  border-radius: 10px 10px 0px 0px;
  border-style: Solid;
  border-color: #F7D632;
  border-width: 1px;
}
.item-section .calcbox p {
  font-weight: bold;
  font: 1.6rem;
}
/*面積計算体裁*/
.item-section .calc {
  font-size: 1.6rem;
}
/* type="number"のinput要素にだけスタイル */
.item-section input[type="number"] {
  width: 100px;
  height: 30px;
  text-align: right;
  font-weight: bold;
  text-indent: 10px;
  border: solid 1px #ababab;
  background: #ffffdb;
  border-radius: 5px;
}
.item-section .resultbox {
  display: block; /*ブロック要素に指定*/
  display: inline-block; /*改行解除*/
  width: 100px;
  height: 30px;
  text-align: right;
  font-weight: bold;
  text-indent: 10px;
  border: solid 1px #ababab;
  background: #ffffdb;
  border-radius: 5px;
  padding-right: 11px;
}
/* ==========================================

小カテゴリ/RENEWAL

　※.item-section をつけて設定してください。
　他ページのCSSとの干渉を防ぐため
========================================== */
/* ==========================================

小カテゴリ概要用

======================================== */
/* item-section内のFlexboxコンテナのスタイル */
.item-section .cate-flex {
  display: flex;
  align-items: flex-start;
}
/* item-section内の画像を含む要素のスタイル */
.item-section .cate-img-container {
  margin-right: 30px;
  margin-top: 52px;
}
/* item-section内の画像自体のスタイル */
.item-section .cate-img {
  width: 200px;
}
/* item-section内のバナー画像のスタイル */
.item-section .cate-banner {
  width: 710px;
  height: 200px;
  margin-bottom: 20px;
  display: block;
}
/* item-section内のテキストのマージン調整 */
.item-section .cate-mt15 {
  margin-top: 15px;
}
/* ==========================================

小カテゴリ詳細用

======================================== */
/* -- 1stsection -- */
.item-section .fastsection {
  display: flex;
  text-align: justify;
  position: relative;
}
/* -- 左コンテンツ -- */
.item-section .contentA {
  width: 350px;
  height: auto;
}
/* -- 右コンテンツ -- */
.item-section .contentB {
  width: 322px;
  height: auto;
  margin-left: 38px;
}
/* -- 左コンテンツタイトル -- */
.item-section .contentA .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
/* -- 価格セクションを底辺に調整 -- */
.item-section .sectionprice {
  position: absolute;
  bottom: 0;
}
/* -- 黒帯 -- */
.item-section .BKbox {
  display: inline-block;
  padding: 1px 7px 0px 7px;
  margin-bottom: 10px;
  background-color: #323232;
  color: white;
}
/* -- 商品名 -- */
.item-section .prod-desc {
  font-size: 1.4rem;
  text-align: right;
}
/* -- 部数 -- */
.item-section .quantity {
  font-size: 1.4rem;
  text-align: left;
}
/* -- 価格コンテンツ -- */
.item-section .price1 {
  text-align: right;
}
/* -- 金額 -- */
.item-section .price {
  font-size: 3rem;
  font-weight: bold;
  color: #FB0000;
}
/* -- 消費税 -- */
.item-section .tax {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FB0000;
}
/* -- 価格表遷移ボタン -- */
.item-section .pricing {
  background-color: #FF9600; /* ボタンの背景色 */
  width: 350px;
  height: 50px;
  color: white; /* ボタンの文字色 */
  border: none; /* ボタンのボーダーをなしに */
  padding: 10px 20px; /* ボタンの内側の余白 */
  font-size: 1.8rem; /* ボタンのフォントサイズ */
  cursor: pointer; /* ボタンにカーソルを合わせたときの形状を変更 */
  border-radius: 5px; /* ボタンの角を丸める */
  text-align: center;
  text-decoration: none;
}
.item-section .pricing a {
  text-decoration: none;
}
.item-section .pricing:hover {
  filter: opacity(40%);
}
/* ==========================================
　商品画像
========================================== */
/*親*/
.item-section .product-image {
  display: flex;
  flex-wrap: wrap;
  width: 322px;
  height: auto;
  position: relative;
  padding-top: 260px;
}
/*表示される大きな画像。エフェクト付き*/
.item-section .product-image__img {
  position: absolute;
  width: 320px;
  height: 250px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border: none;
  box-sizing: border-box;
}
/*サムネイル*/
.item-section .product-image__thumb {
  width: 72px;
  height: 80px;
  margin: 0 0 10px 2px;
  display: block;
  cursor: pointer; /* ポインタ形状 */
  box-sizing: border-box;
}
.product-image__thumb img {
  width: 70px;
  height: 78px;
}
.item-section .product-image__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
/*大きな画像は全て透明にしておき、チェックが入ったら表示させる*/
.item-section .product-image__selector:checked + .product-image__img {
  opacity: 1;
}
/*大きな画像は全て透明にしておき、ホバーで表示させる*/
.item-section .product-image__selector:hover + .product-image__img {
  opacity: 1;
}
/*サムネは選択されたら枠が表示されるように*/
.item-section .product-image__selector:checked ~ .product-image__thumb > img {
  box-shadow: 0 0 0 3px #008cd5;
  border: 1px solid #C8C8C8;
}
/*サムネはホバーされたら明度調整されるように*/
.item-section .product-image__selector:hover ~ .product-image__thumb > img {
  filter: opacity(40%);
}
/*キー項目ブロック*/
.item-section .keyitem {
  width: 328px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
/*キー項目ロング*/
.item-section .bnr1 {
  border: Solid 1px #008CD5;
  border-radius: 5px;
  width: 320px;
  height: 34px;
  line-height: 100%;
  color: #008CD5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 6px;
}
/*キー項目ショート*/
.item-section .bnr2 {
  border: Solid 1px #008CD5;
  border-radius: 5px;
  width: 157px;
  height: 34px;
  line-height: 100%;
  margin-right: 6px;
  color: #008CD5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 6px;
}
/*キー項目注釈*/
.item-section .bnr1 .m {
  font-size: 1.3rem;
}
.item-section .bnr2 .m {
  font-size: 1.3rem;
}
/*キー項目テンプレート*/
.item-section .bnr3 {
  border: Solid 1px #008CD5;
  background: #008CD5;
  border-radius: 5px;
  width: 320px;
  height: 34px;
  line-height: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 6px;
}
/*キー項目のaタグ設定*/
.item-section .keyitem a {
  text-decoration: none;
}
.item-section .bnr3:hover {
  filter: opacity(40%);
}
/* ==========================================
　小カテゴリ内アラートセクション
========================================== */
/*アラートセクションブロック*/
.item-section .alerts {
  background: #FFFFFF;
  color: #5E5E5E;
  border: solid 1px #A5A5A5;
  width: 710px;
  height: auto;
  border-radius: 5px;
  font-size: 1.3rem;
  padding: 15px;
  margin: 20px 0 10px 0;
  text-align: justify;
}
/*赤文字*/
.item-section .alerts .rb {
  font-weight: bold;
  color: #FF4432;
}
/*1.3rem文字*/
.item-section .alerts .fs {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 10px;
}
.item-section .alerts .wrapper {
  display: flex;
  align-items: center;
}
.item-section .alerts .left {
  text-align: left; /* 文章を左寄せする(※) */
  float: left; /* 左端に寄せて、後続を右側へ回り込ませる */
  font-weight: bold;
}
.item-section .alerts .right {
  text-align: right; /* 文章を右寄せする */
  margin-right: 250px;
}
/* ==========================================
　商品詳細案内タブ設定
========================================== */
/*商品詳細案内ブロック*/
.item-section .description {
  margin-top: 40px;
  width: 710px;
  font-size: 1.3rem;
}
.item-section .description img {
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*タブ切り替え全体のスタイル*/
.item-section .tabs {
  position: relative; /* ライン位置調整 */
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 710px;
}
/*タブのスタイル*/
.item-section .tab_item {
  position: relative; /* ライン位置調整 */
  z-index: 1; /* ライン位置調整 */
  width: 152px;
  height: 42px;
  border-radius: 5px 5px 0px 0px;
  border-top: 8px solid #008CD5;
  background-color: #008CD5;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.1;
  color: #FFFFFF;
  display: block;
  float: left;
  margin-right: 5px;
  transition: all 0.3s ease; /* フェードインのアニメーションを追加 */
  opacity: 1; /* 初期値を設定 */
  cursor: pointer; /* ポインタ形状 */
}
.item-section .tab_item:hover {
  filter: opacity(40%);
}
/*ラジオボタンを全て消す*/
.item-section input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.item-section .tab_content {
  position: absolute; /* ライン位置調整 */
  top: -1px; /* ライン位置調整 */
  display: none;
  clear: both;
  overflow: hidden;
  border: 1px solid #008CD5;
  width: 710px;
  height: auto;
  opacity: 0; /* 初期値を設定 */
  transition: all 0.3s ease; /* フェードインのアニメーションを追加 */
}
/* 選択されているタブのコンテンツのみを表示 */
.item-section #A:checked ~ #A_content, .item-section #B:checked ~ #B_content, .item-section #C:checked ~ #C_content, .item-section #D:checked ~ #D_content {
  display: block;
  position: relative;
  opacity: 1; /* フェードインのアニメーションのために不透明度を1にする */
  transition: all 0.3s ease; /* フェードインのアニメーションを追加 */
}
/*選択されているタブのスタイルを変える*/
.item-section .tabs input:checked + .tab_item {
  background-color: #FFFFFF;
  color: #0070C8;
  border-left: 1px solid #008CD5;
  border-right: 1px solid #008CD5;
  border-top: 8px solid #0070C8
}
.item-section .content {
  position: relative;
}
/* ==========================================
　タブ内装飾
========================================== */
.item-section .description table {
  width: 708px;
  border-collapse: collapse;
}
.item-section .description th {
  background: #DFF2FC;
  width: 120px;
  text-align: left;
  vertical-align: top;
  padding: 20px 5px;
  border-bottom: 1px solid #C9C9C9; /* 下辺の境界線を1pxの実線で表示 */
}
.item-section .description td {
  width: auto;
  border-bottom: 1px solid #C9C9C9; /* 下辺の境界線を1pxの実線で表示 */
  padding: 20px 20px 20px 20px;
}
.item-section .description tr:last-of-type td {
  border-bottom: none;
}
.item-section .description tr:last-of-type th {
  border-bottom: none;
}
/* ==========================================
　タブ内　文字の装飾
========================================== */
.item-section .description .f12 important {
  font-size: 1.2rem;
}
.item-section .description .f15 important {
  font-size: 1.5rem;
}
.item-section .description .f16 important {
  font-size: 1.6rem;
}
.item-section .description .f17 important {
  font-size: 1.7rem;
}
.item-section .description p {
  font-size: 1.35rem;
  line-height: 1.6em;
  color: #565656;
  text-align: justify;
  margin: 3px 0 10px 0;	
}
.item-section .description .red {
  color: #FB0001;
  font-weight: bold;
  font-size: 1.4rem;
}
.item-section .description .lead {
  color: #008DD6;
  padding: 5px 13px 5px 13px;
  border-radius: 108px;
  border: solid 1px #008DD6;
  margin: 5px 0 15px 0;
  display: inline-block;
  font-weight: bold;
}
.item-section .description .lead_orange {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  background: #FF9500;
  padding: 5px 13px 5px 13px;
  border-radius: 108px;
  margin: 5px 0 10px 0;
  display: inline-block;
}
.item-section .description .lead_black {
  color: #FFFFFF;
  background: #323232;
  font-size: 1.35rem;
  padding: 1px 8px 1px 8px;
  margin: 5px 0 10px 0;
  display: inline-block;
}
.item-section .often {
  background-color: #367CFF;
  color: #FFFFFF;
  width: 48px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  margin-left: 7px;
  line-height: 1.7;
}
.item-section .description li {
  list-style-type: none;
  position: relative;
  padding-left: 1.1em;
  text-align: justify;
  margin-bottom: 0.5em;	
}
.item-section .description li::before {
  content: "●";
  color: #A4DFFF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.8em;
  text-align: center;
  line-height: 1.7em;
}
.item-section .description .red-marker {
  background-color: #FFEEEE;
  display: inline-block;
  padding: 7px 7px;
  margin: 4px 0;
  color: #FF4B4E;
  line-height: 1.3;
}
.item-section .description .red-bordered-box {
  border-style: solid;
  border-color: #FB0001;
  border-width: 2px;
  height: auto;
  border-radius: 10px;
  padding: 15px;
  margin: 10px 10px;
}
.item-section .description .f14 {
  font-size: 1.4rem;
}
.item-section .description .grey-marker {
  background-color: #F1F1F1;
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
  color: #555555;
  font-size: 1.3rem;
  line-height: 1.4em;
  text-align: justify;
}
.item-section .description a {
  color: #0175FF;
  text-decoration: none;
}
.item-section .description a:hover {
  color: #C9E2FE;
  text-decoration: none;
}
.item-section .description .bnr3 {
  border: solid 1px #008CD5;
  background: #008CD5;
  border-radius: 5px;
  padding: 0 30px; /* 横のパディングを追加 */
  height: 45px;
  line-height: 45px; /* テキストを垂直中央揃え */
  color: #FFFFFF;
  display: block; /* ブロック要素として設定 */
  text-align: center;
  font-size: 1.5rem;
  margin: 6px auto; /* 上下のマージンを6px、左右のマージンを自動で中央揃え */
  width: fit-content; /* コンテンツのサイズに合わせて幅を自動調整 */
  text-decoration: none; /* リンクの下線を消す */
}
.item-section .description .bnr4 {
  border: solid 1px #008CD5;
  background: #008CD5;
  border-radius: 5px;
  padding: 10px 30px; /* 上下にも少しパディングを追加 */
  color: #FFFFFF;
  display: block; /* 全体をクリック可能にするためにブロック要素にする */
  text-align: center;
  font-size: 1.5rem;
  margin: 15px auto; /* 上下のマージンを6px、左右のマージンを自動で中央揃え */
  width: 400px; /* 幅を300pxに固定 */
  text-decoration: none; /* デフォルトでアンダーラインを消す */
}
.item-section .description .bnr4 p {
  margin: 0; /* パラグラフのマージンをリセット */
  padding: 0; /* パラグラフのパディングをリセット */
  color: #FFFFFF;
  text-align: center; /* 子要素のテキストを中央揃えにする */
}
.item-section .description .bnr4:hover {
  opacity: 0.5; /* ホバー時に全体の不透明度を70%にする */
}
/* ==========================================
　Q＆Aの装飾
========================================== */
.item-section .description .qa-section {
  padding: 15px 20px;
}
.item-section .description dt {
  margin: 10px 0 5px;
  color: #323232;
  font-size: 1.6rem;
  font-weight: bold;
}
.item-section .description dt::before, .item-section .description dd::before {
  margin-right: .4em;
}
.item-section .description dt::before {
  content: "Q.";
  color: #3587E9;
}
.item-section .description dd {
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  color: #323232;
  text-align: justify;
}
.item-section .description dd::before {
  content: "A.";
  font-size: 1.6rem;
  font-weight: bold;
  color: #EA6162;
}
/* ==========================================
　Lightbox
========================================== */
.item-section .lightbox-img img {
  border: 1px solid #C8C8C8;
  transition: transform 0.3s ease;
}
.item-section .lightbox-img > a {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.item-section .thumb-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 10px;
}
.item-section .thumb-container4 {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 10px;
}
.item-section .thumb-item {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}
.item-section .sample-text {
  text-align: center;
  margin-top: 5px;
}
.item-section .lightbox-img img:hover {
  transform: scale(1.1);
}
/* ==========================================
　Lightbox　タグ付きボックス
========================================== */
.item-section .ct-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 35px 0;
  justify-content: flex-start; /* 左寄せにする */
}
.item-section .ct-item-wrapper {
  position: relative;
  display: inline-block;
}
.item-section .ct-item-g {
  width: 83px;
  height: 83px;
  border: 1px solid #00AA94;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.item-section .ct-item{
  width: 83px;
  height: 83px;
  border: 1px solid #0080CA;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.item-section .ct-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-section .ct-tag-g {
  position: absolute;
  top: -19px; /* 枠の外に配置 */
  left: 0;
  width: 60px;
  height: 19px;
  background-color: #00AA94;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-top-left-radius: 4px; /* 上左角を丸くする */
  border-top-right-radius: 4px; /* 上右角を丸くする */
}
.item-section .ct-tag {
  position: absolute;
  top: -19px; /* 枠の外に配置 */
  left: 0;
  width: 60px;
  height: 19px;
  background-color: #0080CA;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-top-left-radius: 4px; /* 上左角を丸くする */
  border-top-right-radius: 4px; /* 上右角を丸くする */
}
.item-section .ct-text {
  position: absolute;
  bottom: -20px; /* 枠の外に表示 */
  left: 0;
  font-size: 12px;
  margin-bottom: 25px;
}
/* ==========================================
　不定形サイズ 対応サイズ
========================================== */
.item-section .corresponding-size {
  font-size: 1.4rem;
  background: #f0f0f0;
  width: 710px;
  padding: 8px;
  text-align: center;
  margin: 20px 0;
}
/* ==========================================
　おすすめ関連商品
========================================== */
.item-section .relatedtitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 50px 0 5px;
  display: inline-block;
}
.item-section .related-products {
  display: block;
  text-decoration: none;
}
.item-section .related-products .box {
  width: 710px;
  height: 122px;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.3s, filter 0.3s;
  margin-bottom: 15px;
}
.item-section .related-products .box:hover {
  filter: opacity(40%);
}
.item-section .related-products img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  display: block;
}
.item-section .related-products .box .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.item-section .related-products .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.item-section .related-products p {
  font-size: 1.3rem;
  margin: 0;
  text-align: justify;
  line-height: 1.4;
}
/* ==========================================
　おすすめ関連商品　2columns
========================================== */
.item-section .relatedtitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 50px 0 5px;
  display: inline-block;
}
.item-section .related-products-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.item-section .related-products-2 .box {
  width: 347px;
  height: 122px;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.3s, filter 0.3s;
}
.item-section .related-products-2 .box:hover {
  filter: opacity(40%);
}
.item-section .related-products-2 a {
  text-decoration: none;
}
.item-section .related-products-2 img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  display: block;
}
.item-section .related-products-2 .box .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.item-section .related-products-2 .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.item-section .related-products-2 p {
  font-size: 1.3rem;
  margin: 0;
  text-align: justify;
  line-height: 1.4;
}
/* ==========================================
　ご注文・価格表はこちら
========================================== */
.item-section a {
  color: #323232
}
.item-section .price2 a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #585858;
  text-decoration: none;
}
.item-section .price2 a:hover {
  color: #0054B4;
  text-decoration: underline;
}
.item-section .Label-bu { /*青帯*/
  display: block;
  color: #FFFFFF;
  background: #008CD5;
  font-weight: bold;
  border: 1px solid;
  font-size: 1.5rem;
  width: 710px;
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
}
.item-section .Label-o { /*オレンジ帯*/
  display: block;
  color: #FFFFFF;
  background: #FF9600;
  font-weight: bold;
  border: 1px solid;
  font-size: 1.5rem;
  width: 710px;
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
  margin-top: 20px;
}
.item-section .Label-b { /*黒帯*/
  display: block;
  color: #FFFFFF;
  background: #0A0A0A;
  font-weight: bold;
  border: 1px solid;
  font-size: 1.5rem;
  width: 710px;
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
  margin-top: 20px;
  margin-bottom: 2px;
}
.item-section .toggle {
  display: none;
}
.item-section .Label { /*タイトル*/
  display: block;
  color: #FFFFFF;
  background: #0A0A0A;
  font-weight: bold;
  border: 1px solid;
  font-size: 1.5rem;
  width: 710px;
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
  margin-top: 20px;
  margin-bottom: 2px;
}
.item-section .Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.item-section .Label, .item-section .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.item-section .content { /*本文*/
  width: auto;
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.item-section .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  transition: all .3s;
}
.item-section .toggle:checked + .Label::before {
  transform: rotate(-45deg);
}
/* floatLight */
.item-section .float-r {
  float: right;
  padding-left: 10px;
}
/* floatleft */
.item-section .float-l {
  float: left;
  padding-Light: 10px;
}
/* float解除 */
.item-section .float-c {
  clear: right;
}
/* table調整 */
.item-section .table {
  display: table;
  border-collapse: collapse;
}
.item-section .table .tr {
  display: table-row;
}
.item-section .table .tr .td {
  border: 1px solid #2F4F4F;
  display: table-cell;
}
.item-section .table .tr .td .center {
  text-align: center;
  vertical-align: top;
}
/* 説明枠dtブルー */
.item-section .explainBL_dl {
  width: 710px;
  margin-top: 10px;
  background-color: #C3E6FF;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  text-align: center
}
.item-section .explainBL_dt {
  padding: 12px 10px 10px 10px;
  border-top: 1px solid #000000;
  width: 150px;
  float: left;
  font-size: 1.6rem;
}
.item-section .explainBL_dd {
  text-align: justify;
  padding: 12px 10px 10px 10px;
  border-top: 1px solid #000000;
  background: #FFFFFF;
  margin-left: 150px;
  padding-bottom: 15px;
  border-left: 1px solid #000000;
}
.item-section .explainBL_dd::after {
  content: '';
  display: block;
  clear: both;
}
.item-section .explainBL_dt span {
  font-size: 14px;
}
/* フォントサイズ指定 */
.item-section .f12 {
  font-size: 1.2rem;
}
.item-section .f13 {
  font-size: 1.3rem;
}
.item-section .f14 {
  font-size: 1.4rem;
}
.item-section .f15 {
  font-size: 1.5rem;
}
.item-section .f16 {
  font-size: 1.6rem;
}
.item-section .f17 {
  font-size: 1.7rem;
}
.item-section .f18 {
  font-size: 1.8rem;
}
.item-section .f19 {
  font-size: 1.9rem;
}
.item-section .f20 {
  font-size: 2.0rem;
}
.item-section .f21 {
  font-size: 2.1rem;
}
.item-section .f22 {
  font-size: 2.2rem;
}
/* img隙間削除 */
.item-section div img {
  vertical-align: top;
}
/* テキスト揃え */
.item-section .just {
  text-align: justify;
}
/* おすすめマーク */
.item-section .best {
  font-size: 1.2rem;
  color: #FFFFFF;
  background: #FF0000;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle;
  padding: 2px 4px 2px 4px;
  margin: 0 5px 0 5px;
}
/* 用紙のラインナップ用紙名文字 */
.item-section .pname {
  font-size: 1.7rem;
  font-weight: bold;
}
/* 用紙のラインナップテーブル枠 */
.item-section .plineup {
  width: 710px;
  height: 199px;
  box-sizing: border-box;
  margin-top: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  text-align: justify;
}
.item-section .plineup th {
  font-size: 1.3rem;
  vertical-align: middle;
  border: 1px solid;
  border-right: 0px;
  border-bottom: 0px;
  padding-right: 9px;
}
.item-section .plineup td {
  font-size: 1.3rem;
  background: #FFFFFF;
  vertical-align: top;
  padding: 5px 9px 0 0px;
  border: 1px solid;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
}
/* 用紙ラインナップ中の仕様テーブル枠 */
.item-section .spec {
  width: 190px;
  height: 181px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  padding: 0px;
  margin-top: 3px;
  text-align: center;
}
.item-section .spec th {
  font-size: 1.2rem;
  width: 91px;
  background: #C3E6FF;
  height: 35px;
  vertical-align: middle;
  border: 1px solid;
  border-right: 1px solid;
  border-bottom: 0px;
  padding: 0px
}
.item-section .spec td {
  font-size: 1.2rem;
  background: #FFFFFF;
  height: 35px;
  width: 97px;
  vertical-align: middle;
  border: 1px solid;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  padding: 0px
}
/* ラミネートラインナップテーブル枠 */
.item-section .lami table {
  border: 1px solid #000000;
  border-collapse: collapse;
  vertical-align: middle;
}
.item-section .lami td, .item-section .lami th {
  width: 710px;
  border: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
}
.item-section .lami th {
  background: #C3E6FF;
  height: 36px;
}
.item-section .lami td {
  font-size: 1.3rem;
}
.item-section .lamiTable3 {
  height: 36px;
}
/* センタリング */
.item-section .center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* データ作成テンプレート　テキスト＆ボタン　幅470px------ */
.item-section .p-catTempToBtn470 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.item-section .p-catTempToBtn470__text {
  font-size: 1.3rem;
  width: 400px;
}
.item-section .p-catTempToBtn470__link > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 470px;
  min-height: 28px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #323232;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  background: #fd0;
  border-radius: 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.item-section .p-catTempToBtn470__link > a:hover {
  color: #323232;
  background-color: #ffb500;
}
/* 項目タイトル黒帯 */
.item-section .heading-black {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.5rem;
  background: #0A0A0A;
  width: 710px;
  height: 26px;
  line-height: 26px;
  text-indent: 1em;
  margin-top: 40px;
  margin-bottom: 5px;
}
/* 注意グレー帯 */
.item-section .heading-grey {
  background: #DEDEDE;
  width: 710px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3rem;
  text-align: center;
}
/* 注意ピンク角丸枠 */
.item-section .bg-attn {
  color: #FFFFFF;
  background: #FF6666;
  width: 710px;
  height: auto;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: justify;
}
/* 朱ボックス */
.item-section .bg-ve {
  background-color: #FFF7F7;
  padding: 15px;
  border: solid 1px;
  border-color: #FF3333;
  text-align: justify;
}
.item-section .bg-veList li {
  list-style: none;
  margin-bottom: 14px;
}
.item-section .bg-veList li:last-child {
  margin-bottom: 0;
}
/* 強調文字 */
.item-section .fb {
  font-weight: bold;
}
/* 赤文字 */
.item-section .fred {
  color: #F50000;
}
/* 強調文字赤太 */
.item-section .fbred {
  font-weight: bold;
  color: #F50000;
}
/* 強調文字黒太 */
.item-section .fbblack {
  font-weight: bold;
  color: #000000 !important;
}
/* 強調文字 */
.item-section .point0 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fb7446;
}
/* 商品ポイントマーカー（Yellow） */
.item-section .point01 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: inline-block; /* inline-blockに変更して、装飾が文字のみに適用されるようにする */
  padding: 0 0.2em;
  line-height: 1.2;
  background-image: linear-gradient(transparent 60%, #ffff66 60%);
  background-size: 100% 100%;
  background-repeat: repeat;
}
/* オレンジ背景 */
.item-section .point02 {
  background-color: #FFF9EE;
  width: 710px;
  padding: 15px 15px;
}
/* グレー背景ブロック */
.item-section .bg-gray {
  font-size: 1.35rem;
  background: #f0f0f0;
  width: 710px;
  padding: 15px;
  text-align: justify;
}
/* グレー背景ブロック/不定形サイズ */
.item-section .bg-gray1 {
  font-size: 1.4rem;
  background: #f0f0f0;
  width: 710px;
  padding: 8px;
  text-align: center;
}
/* ちょい足しポイント */
.item-section .catBoxPoint__title {
  min-width: 155px;
  display: inline-block;
  height: 25px;
  background-color: #ffb500;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 10px;
  line-height: 25px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.item-section .catBoxPoint__lead {
  color: #FF8900;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.item-section .catBoxPoint__cont {
  border: solid 1px #ffb500;
  background-color: #fff9ee;
  padding: 15px;
  margin-top: -1px;
}
.item-section .catBoxPointList li {
  margin-bottom: 10px;
}
.item-section .catBoxPointList li:last-child {
  margin-bottom: 0;
}
.item-section .catBoxPointList li:before {
  content: '■';
  color: #ffb500;
}
/* 関連商品 */
.item-section .catBoxRel__title {
  min-width: 155px;
  display: inline-block;
  height: 25px;
  background-color: #58c5ef;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 10px;
  line-height: 25px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.item-section .catBoxRel__cont {
  border: solid 1px #58c5ef;
  background-color: #fff;
  padding: 15px;
  margin-top: -1px;
}
.item-section .catBoxRelList li {
  display: flex;
  margin-bottom: 10px;
}
.item-section .catBoxRelList li:last-child {
  margin-bottom: 0;
}
.item-section .catBoxRelList__text {
  width: calc(100% - 220px);
  padding-right: 15px;
}
.item-section .catBoxRelList__text::before {
  content: '■';
  color: #58c5ef;
}
.item-section .catBoxRelList__btn {
  width: 320px;
}
.item-section .catBoxRelList__btn > a {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px 4px;
  background-color: #58c5ef;
  text-align: center;
  text-decoration: none;
  border-radius: 11px;
  transition: all .3s;
}
.item-section .catBoxRelList__btn > a:hover {
  background-color: #3388ef;
  text-decoration: none;
}
/* ご注意ください */
.item-section .catBoxCaution {
  position: relative;
}
.item-section .catBoxCaution__title {
  display: inline-block;
  background-color: #fff;
  color: #ff6666;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 10px;
  margin-left: 13px;
}
.item-section .catBoxCaution__cont {
  border: solid 2px #ff6666;
  border-radius: 7px;
  padding: 15px;
  margin-top: -15px;
}
.item-section .catBoxCautionList li {
  margin-bottom: 10px;
}
.item-section .catBoxCautionList li:last-child {
  margin-bottom: 0;
}
.item-section .catBoxCautionList li:before {
  content: '■';
  color: #ff6666;
}
/* ==========================================
　テキスト、余白　調整用
========================================== */
/* text
========================================== */
.txt_c {
  text-align: center !important;
}
.txt_r {
  text-align: right !important;
}
.txt_l {
  text-align: left !important;
}
/* padding
========================================== */
/* padding-top */
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
/* padding-right */
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
/* padding-bottom */
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
/* padding-left */
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* margin
========================================== */
.ma {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* margin-top */
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt14 {
  margin-top: 14px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
/* margin-right */
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr90 {
  margin-right: 90px !important;
}
/* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
/* margin-left */
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml100 {
  margin-left: 100px !important;
}