@charset "UTF-8";
/*
 *
 * Template BASIC form aishipR
 *
 * クラス値命名規則
 * h:ヘッダー用  m:メイン用 s:サイドバー用 f:フッター用 p:汎用
 *
 * Table Of Content
 *
 * 1-0 ALL Setting
 *   1-1 Webkit appearance
 *   1-2 Layout Setting
 * 2-0 Function Parts
 *   2-1 Clearfix
 *   2-2 Holizontal Item Block
 *   2-3 Vertical Item Block
 *   2-4 Facebook
 *   2-5 Button
 *   2-6 機能パーツ：商品カテゴリ
 *   2-7 グリッドナビ（スタイル:gridnav）
 *   2-8 非表示コンテンツ(FB/タグマネージャ等用)
 *   2-9 トグル機能アニメーション
 *   2-10 カテゴリ・商品詳細ページ 見出し部下線
 *   2-11 機能パーツ：テキスト
 *   2-12 見出し
 *   2-13 Bootstrap Buttons UI kit
 *   2-14 Responsive Grid System
 * 3-0 Module
 *   3-1 Header
 *     3-1-1 サイトロゴ
 *     3-1-2 カート・マイページボタン
 *     3-1-3 ドロップダウンメニュー
 *     3-1-4 カート・ログインボタン
 *     3-1-5 メインメニュー
 *     3-1-6 検索フォーム
 *   3-2 Main
 *     3-2-1 Main IMAGE
 *     3-2-2 Half Banner
 *     3-2-3 PICK UP Item
 *     3-2-4 News & SNS
 *     3-2-5 ShopInformation
 *     3-2-6 Notice
 *   3-3 Aside
 *     3-3-1 Aside Check List
 *     3-3-2 Aside Login Form & Search Form
 *     3-3-3 Aside Banner
 *     3-3-4 Aside Login Form
 *   3-4 Footer
 *     3-4-1 Footer Site Map
 *     3-4-2 Page Top Btn
 *     3-4-3 CopyRight
 * 4-0 Page-Content
 *   4-1 Archive Page
 *     4-1-1 Free Area
 *     4-1-2 Pankuzu List
 *     4-1-3 Category View Mode
 *     4-1-4 Item PR Setting
 *     4-1-5 Cart Button
 *     4-1-6  Archive List Item
 *     4-1-7  Archive Thumbnail Item
 *   4-2 Item Page
 *     4-2-1 Item IMAGE
 *     4-2-2 Item Name
 *     4-2-3 Order Area
 *     4-2-4 Item Page Titile
 *     4-2-5 Item Explanation
 *     4-2-6 Item BuyForm
 *     4-2-7 System Button
 *     4-2-8 Item Text
 *     4-2-9 Item Gallary
 *     4-2-10 Review
 *   4-3 Free Page
 *     4-3-1 TOP PAGE
 *   4-4 Form Page
 *     4-4-1 Cart Button Reset
 *     4-4-2 Form Page
 *     4-4-3 Form Confirm Page
 *     4-4-4 Item Search Form
 *   4-5 MyPage
 *     4-5-1 Mypage Index
 *     4-5-2 Member Profile Editor
 *     4-5-3 Special Point
 *   4-6 News
 * 10-0 ALL Setting[ For SmartPhone ]
 *   10-1 Header
 *     10-1-3 ドロップダウンメニュー
 *   12-2 Holizontal Item Block
 *     13-1-5 メインメニュー
 *     13-2-2 Half Banner
 *     13-2-4 News & SNS
 *     13-2-5 ShopInformation
 *     13-4-1 Footer Site Map
 *     13-4-2 Page Top Btn
 *     14-1-2 Category Pankuzu
 *     14-1-7  Archive Thumbnail Item
 *     14-2-3 Order Area
 * 20-0 ALL Setting[ For Tablet ]
 *   20-1 Header
 *     20-1-3 ドロップダウンメニュー
 *     23-3-3 Aside Banner
 *     23-4-2 Page Top Btn
 * 30-0 ALL Setting[ For PC ]
 *   30-1 Header
 *     30-1-3 ドロップダウンメニュー
 *   32-9 トグル機能アニメーション
 *     33-3-1 Aside Check List
 *     34-4-1 Footer Site Map
 *     34-4-2 Page Top Btn
 */
/* 1-0 ALL Setting
 *----------------------------------------------------------------------*/
body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , Osaka, "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-family: "メイリオ";
}

#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}

#sysHeader, #sysMain, #sysAside, #sysFotoer {
  padding: 0 5px;
}

#sysWrap {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#sysMain, #sysAside {
  background-color: #fff;
}

#sysHeader, #sysFooter {
  padding: 0;
  margin: 0;
}

#sysHeader {
  background: #fff;
  margin-bottom: 6%;
}

#sysFooter {
  background-color: #999;
  margin-top: 8%;
  border-top: 2px solid #204A5C;
}

#sysFooter > div {
  margin: 0 auto;
}

#sysMain {
  line-height: 1.5;
}

/* 1-0 Wrapper Setting */
.p-topimg .sysContent,
.h-sitelogo, .h-sitelogo-text, .h-utilitybtn,
.h-siteinfo, .h-siteinfo-sub, .h-subMenu,
.h-mainMenu .sysContent,
.h-search,
.slider .sysContent,
#sysWrap {
  max-width: 950px;
}

/* 1-1 Webkit appearance */
input[type=search],
input[type=submit] {
  -webkit-appearance: none;
}

/* 1-2 input Setting */
input[type=search] {
  border-radius: 0;
  line-height: 2.5;
  padding-left: 5px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  border-radius: 100%;
}

input[type="radio"]:checked {
  background: #666;
}

input[type=search],
input[type=text],
input[type=password],
input[type=email],
textarea {
  -webkit-box-shadow: inset 0 0 4px rgba(8, 1, 3, 0.15);
  box-shadow: inset 0 0 4px rgba(8, 1, 3, 0.15);
  border: 1px solid #CECECE;
  padding: 5px;
}

/* 1-3 Content setting */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  height: 30px;
}

p {
  margin: 10px auto;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

img {
  height: auto;
  vertical-align: top;
}

a img:hover {
  opacity: 0.8;
}

/* 1-2 Layout Setting */
/* Responsive Grid system */
.grid-row:after {
  content: "";
  display: table;
  clear: both;
}

.grid-row {
  padding-bottom: 0em;
}

/* DEFAULT COLUMN STYLES */
.grid-col {
  display: block;
  float: left;
  margin-left: 2%;
}

.grid-col:first-child {
  margin-left: 0;
}

.grid-col.col-span6:nth-child(2n+1) {
  margin-left: 0;
}

.col-span1 {
  width: 8.33333333333%;
}

.col-span2 {
  width: 16.6666666667%;
}

.col-span3 {
  width: 25%;
}

.col-span4 {
  width: 33.3333333333%;
}

.col-span5 {
  width: 41.6666666667%;
}

.col-span6 {
  width: 50%;
}

.col-span7 {
  width: 58.3333333333%;
}

.col-span8 {
  width: 66.6666666667%;
}

.col-span9 {
  width: 75%;
}

.col-span10 {
  width: 83.3333333333%;
}

.col-span11 {
  width: 91.6666666667%;
}

.col-span12 {
  width: 100%;
}

.grid-col.col-span1 {
  width: 6.5%;
}

.grid-col.col-span2 {
  width: 15.0%;
}

.grid-col.col-span3 {
  width: 23.5%;
}

.grid-col.col-span4 {
  width: 32.0%;
}

.grid-col.col-span5 {
  width: 40.5%;
}

.grid-col.col-span6 {
  width: 49.0%;
}

.grid-col.col-span7 {
  width: 57.5%;
}

.grid-col.col-span8 {
  width: 66.0%;
}

.grid-col.col-span9 {
  width: 74.5%;
}

.grid-col.col-span10 {
  width: 83.0%;
}

.grid-col.col-span11 {
  width: 91.5%;
}

.grid-col.col-span12 {
  width: 100%;
}

/* 2-0 Function Parts
 *----------------------------------------------------------------------*/
/* 2-1 Clearfix */
.p-clearfix:after,
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 2-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
  letter-spacing: -.4em;
  text-align: left;
}

.sysContent .sysItemBlock .sysHorizontal li {
  width: 25%;
  float: none;
  display: inline-block;
  letter-spacing: normal;
  margin: 0;
  text-align: left;
  vertical-align: top;
  padding: 10px 4px 15px;
}

.sysItemList li .sysItemName,
.sysContent .sysItemBlock .sysHorizontal li .sysItemName {
  padding-left: 14px;
  line-height: 1.3;
  margin-top: 8px;
  background: url(../img/common/arrow_gray.png) no-repeat 1px 5px;
  background-size: 7px 12px;
}

.sysItemList li .sysItemName a,
.sysContent .sysItemBlock .sysHorizontal li .sysItemName a {
  color: #444;
  font-size: 14px;
  text-decoration: none;
}

.sysItemList li .sysRetailPrice,
.sysContent .sysItemBlock .sysHorizontal li .sysItemPrice {
  color: #7D1813;
  font-size: 12px;
  padding-left: 14px;
  margin-top: 2px;
}

/* 2-3 Vertical Item Block */
/* 2-4 Facebook */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span,
.widget_facebook_likebox iframe {
  width: 100% !important;
}

/* 2-5 Button */
.btn {
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
}

.btn-info {
  background: #666;
  color: #fff;
}

.btn-info:hover {
  background: #999;
}

#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
  background: #90312d;
  background: -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background: linear-gradient(to bottom, #90312d 0%, #7c1712 100%);
  -webkit-box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-shadow: none;
  border-color: transparent;
  border-radius: 3px;
  width: 80%;
  height: 50px;
  margin: 0 auto;
}

.sysBackButton {
  display: inline-block;
  background: #204a5c;
  width: auto;
  height: auto;
}

#sysMypageReminder #sysMain input[type=submit]:hover,
.sysNextSubmit:hover {
  opacity: 0.85;
}

.sysBackButton:hover {
  background: #27596f;
}

/* 2-6 機能パーツ：商品カテゴリ */
.sysFuncItemCategory a {
  /*line-height: 1.75;*/
  border-bottom: 1px dotted #999;
}

.sysFuncItemCategory a:hover {
  background: #eee;
}

/* 2-7 グリッドナビ（スタイル:gridnav） */
.gridnav ul li:last-child {
  border-right: 0;
}

/* 2-8 非表示コンテンツ(FB/タグマネージャ等用) */
.h-code {
  display: none;
}

/* 2-9 トグル機能アニメーション */
.h-subMenu .sysAccordionInitialHide {
  display: block !important;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.h-subMenu .sysAccordionInitialHide.active {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 1;
  z-index: 999;
}

/* 2-10 カテゴリ・商品詳細ページ 見出し部下線 */
/* #sysItemDetail #sysMain .sysItemName,
.sysExplanation > div > span,
.sysRetailPrice,
.sysReview > span
{ border-bottom: 1px dashed lightgray;}
*/
/* 2-11 機能パーツ：テキスト */
/*#sysMain .sysContent h3 { border-bottom: 1px dashed lightgray;}
#sysMain .sysContent h3:before {
    content: "■";
    padding-right: 10px;
}*/
/* トップページ */
.mainCnt {
  margin-bottom: 6%;
}

.mainCnt .sysHeadline {
  padding: 0px 2px 10px;
  position: relative;
  line-height: 1;
}

.mainCnt .sysHeadline:after {
  content: "";
  display: block;
  background: #393939;
  width: 20px;
  height: 1px;
  margin-top: 12px;
}

/* 2-12 見出し */
.headline-1st {
  font-size: x-large;
  font-weight: bold;
  border-bottom: 1px dotted #d4d4d4;
  padding: 5px;
}

.headline-2nd {
  font-size: large;
  font-weight: bold;
  border-bottom: 1px dotted #d4d4d4;
  padding: 5px;
  margin-left: 15px;
}

.headline-3rd {
  font-size: medium;
  font-weight: bold;
  border-bottom: 1px dotted #d4d4d4;
  padding: 5px;
  margin-left: 30px;
}

/* 2-13 Bootstrap Buttons UI kit */
.btn {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

/* 2-14 Responsive Grid System */
/*  12 COLUMN : RESPONSIVE GRID SYSTEM
    DEVELOPER : DENIS LEBLANC
    URL : http://responsive.gs
    VERSION : 3.0
    LICENSE : GPL & MIT */
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0em;
}

/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
}

.span_1 {
  width: 8.33333333333%;
}

.span_2 {
  width: 16.6666666667%;
}

.span_3 {
  width: 25%;
}

.span_4 {
  width: 33.3333333333%;
}

.span_5 {
  width: 41.6666666667%;
}

.span_6 {
  width: 50%;
}

.span_7 {
  width: 58.3333333333%;
}

.span_8 {
  width: 66.6666666667%;
}

.span_9 {
  width: 75%;
}

.span_10 {
  width: 83.3333333333%;
}

.span_11 {
  width: 91.6666666667%;
}

.span_12 {
  width: 100%;
}

.gutters .col {
  margin-left: 2%;
}

.gutters .col:first-child {
  margin-left: 0;
}

.gutters .span_1 {
  width: 6.5%;
}

.gutters .span_2 {
  width: 15.0%;
}

.gutters .span_3 {
  width: 23.5%;
}

.gutters .span_4 {
  width: 32.0%;
}

.gutters .span_5 {
  width: 40.5%;
}

.gutters .span_6 {
  width: 49.0%;
}

.gutters .span_7 {
  width: 57.5%;
}

.gutters .span_8 {
  width: 66.0%;
}

.gutters .span_9 {
  width: 74.5%;
}

.gutters .span_10 {
  width: 83.0%;
}

.gutters .span_11 {
  width: 91.5%;
}

.gutters .span_12 {
  width: 100%;
}

/* 3-0 Module
 *----------------------------------------------------------------------*/
/* 3-1 Header*/
.h-siteinfo,
.h-siteinfo-sub {
  height: 40px;
  padding: 12px 0 0 5px;
}

.h-siteinfo h1,
.h-siteinfo-sub p {
  color: #7b7b7b;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
}

.header-bg {
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image: linear-gradient(#fff, #e6e6e6);
  border-bottom: 1px solid #FFF;
  position: relative;
}

/* 3-1-1 サイトロゴ */
.h-sitelogo {
  margin: 0 auto;
  /* background: #fff; */
  padding-top: 14px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.h-sitelogo-text{
  margin: 0 auto;
  /* background: #fff; */
  padding-top: 14px;
  padding-bottom: 20px;
  padding-left: 10px;

}



.h-sitelogo .sysContent {
  width: 310px;
  max-width: 50%;
}
.h-sitelogo-text .sysContent {
  width: 325px;
  max-width: 50%;
}

/* 3-1-2 カート・マイページボタン */
.h-utilitybtn {
  margin: 0 auto;
}

.h-utilitybtn .sysContent {
  width: 33%;
  float: right;
  position: relative;
  bottom: 42px;
  height: 42px;
}

/* 3-1-3 ドロップダウンメニュー */
.h-subMenu {
  position: relative;
}

.h-subMenu .sysAccordionInitialHide {
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  padding: 9px 10px;
  width: 100%;
}

.h-subMenu ul li {
  margin: 10px auto;
}

.h-subMenu .sysHeadline {
  color: #e5e5e5;
  line-height: 60px;
  text-align: center;
  /*background: #666;*/
}

.h-subMenu .sysAccordion:after {
  content: "";
}

/* 3-1-4 カート・ログインボタン */
.h-utilitybtn ul li {
  margin-right: 0%;
  width: 54% !important;
  height: 42px;
  line-height: 42px;
  margin-bottom: 0;
}

.h-utilitybtn ul li:first-child {
  width: 46% !important;
}

.h-utilitybtn ul li a {
  display: block;
  line-height: 42px;
  height: 42px;
  font-size: small;
  margin-top: 0px;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-right: none;
  background: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background-image: linear-gradient(#ffffff, #f4f4f4);
}

.h-utilitybtn ul li:last-child a {
  border-right: 1px solid #d3d3d3;
}

.h-utilitybtn ul li a:hover {
  opacity: 0.85;
}

.h-utilitybtn ul li a:before {
  content: "";
  width: 24px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.h-utilitybtn ul li:nth-child(1) a:before {
  background: url(../img/common/icon_mypage.png);
  background-size: 100%;
}

.h-utilitybtn ul li:nth-child(2) a:before {
  background: url(../img/common/icon_cart.png);
  background-size: 100%;
}

.h-utilitybtn ul li img {
  vertical-align: middle;
}

/* 3-1-5 メインメニュー*/
.h-mainMenu {
  margin: 0 auto;
  padding: 2% 0;
  border-bottom: 1px solid #000;
  background: url(../img/common/gnavi_bg.png) repeat 0 0 #232221;
  background-size: 6px;
}

.h-mainMenu ul li:last-child a {
  border: 0;
}

.h-mainMenu ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.h-mainMenu ul li {
  display: table-cell;
  float: none;
  text-align: left;
}

.h-mainMenu ul li a {
  line-height: 1;
  border: none;
  white-space: normal;
  padding: 0;
  margin: 0 auto;
}

.h-mainMenu ul li.sysImage a img:hover {
  opacity: 1;
}

.h-mainMenu .sysContent {
  margin: 0 auto;
}

/* 3-1-6 検索フォーム */
.h-search {
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.h-search .sysContent {
  padding: 7px 0 7px 7px;
  background: #062837;
  border: 1px solid #3c4549;
  height: 48px;
}

.h-search .sysItemSearchForm {
  display: table;
  width: 100%;
}

.h-search .sysItemSearchFormWord {
  padding-right: 0;
  width: 100% !important;
  vertical-align: top;
  display: table-cell;
}

.h-search .sysItemSearchFormWord input {
  border: 1px solid #c9c9c9;
  vertical-align: bottom;
  height: 30px;
  padding: 5px;
  line-height: 30px;
}

.h-search .sysSearchButton {
  width: 62px;
  height: 0px;
  padding: 0;
  padding-top: 30px;
  margin: 0 auto;
  background: url(../img/common/txt_search.png) no-repeat center;
  background-size: 34px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  display: block;
}

.h-search .sysSearchButton:hover {
  cursor: pointer;
}

/* 3-1-7 Main Image */
.p-topimg {
  background-color: #353433;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333231), to(#232221));
  background-image: linear-gradient(#333231, #232221);
}

.p-topimg .sysContent {
  margin: 0 auto;
  padding: 3.2% 0;
}

.p-topimg li {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 15px 1px rgba(8, 1, 3, 0.3);
  box-shadow: 0 0 15px 1px rgba(8, 1, 3, 0.3);
  overflow: hidden;
}

.p-topimg li a img:hover {
  opacity: 1;
}


/* 3-1-7(slider) Main Image（スライドバナーバージョン） */
.slider {
  background-color: #353433;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333231), to(#232221));
  background-image: linear-gradient(#333231, #232221);
}

.slider .sysContent {
  margin: 0 auto;
  padding: 3.2% 0;
}

.slider li {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 15px 1px rgba(8, 1, 3, 0.3);
  box-shadow: 0 0 15px 1px rgba(8, 1, 3, 0.3);
  overflow: hidden;
}

.slider li a img:hover {
  opacity: 1;
}

/* 3-2 Main*/
/* 3-2-1  */
/* 3-2-2 Half Banner */
.p-banner ul {
  text-align: center;
  clear: both;
  margin: 10px auto;
}

.p-banner li {
  width: 49%;
  display: inline-block;
}

/* 3-2-3 PICK UP Item */
.p-pickup .sysContent {
  padding: 0;
}

/* .p-pickup .sysContent .sysHorizontal li {
  /*padding: 0 2.5px;
} */

/* 3-2-4 News & SNS */
#newsFeed li {
  border-top: none;
  border-bottom: 1px dotted #7B7B7B;
  padding: 16px 0 8px;
  font-size: 13px;
}

#newsFeed li:first-child {
  padding-top: 10px;
}

#newsFeed li span {
  color: #FFF;
  background: #0D303F;
  font-size: 11px;
  padding: 3px 4px;
  margin-right: 10px;
  float: left;
  line-height: 1;
}

#newsFeed li p {
  overflow: hidden;
  margin: 0;
}

/* 3-2-5 ShopInformation */
.p-shopInfo {
  background: #ebebeb;
  color: #204A5C;
}

.p-shopInfo .sysHeadline {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1;
}

.p-shopInfo .sysContent {
  text-align: center;
  background-color: #F2F4EF;
  border-top: 1px solid #DADADA;
  font-size: 12px;
}

.shopinfo-wrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 45px;
  letter-spacing: -.4em;
}

.shopinfo-inner {
  display: inline-block;
  width: 48%;
  margin: 40px 4% 0 0;
  line-height: 1.5;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
}

.shopinfo-inner:nth-child(2n) {
  margin-right: 0;
}

.shopinfo-inner h3 {
  font-size: 15px;
  border-bottom: 1px dotted #666;
  padding: 0 0 5px 0px;
  margin-bottom: 20px;
}

.shopinfo-inner h3:before {
  content: "";
  margin-right: 7px;
  border-left: 7px solid #204A5C;
}

.shopinfo-inner .card {
  text-align: center;
  margin: 0 0 15px;
}

.shopinfo-inner .shiptime {
  margin: 17px 0 14px;
}

.shopinfo-inner li {
  line-height: 2;
}

.shopinfo-inner .btn {
  background: #212121;
  border: 1px solid #DADADA;
  border-radius: 0;
  color: #FFF;
  display: block;
  margin-top: 20px;
}

.shopinfo-inner .btn:hover {
  background: #444;
}

.shopinfo-inner .btn span {
  padding: 0 13px;
  background: url(../img/common/arrow_white.png) no-repeat left center;
  background-size: 8px 13px;
}

/* 3-2-6 Notice */
.p-notice .sysHeadline {
  background: #e60054;
  border-color: #e60054;
  text-align: center;
  font-weight: bold;
}

/* 3-3 Aside*/
/* 3-3-1 Aside Check List */
.s-checklist li {
  margin: 5px auto;
  padding-bottom: 10px;
}

/* 3-3-2 Aside Login Form & Search Form */
.s-login {
  line-height: 1.75;
  border: 5px solid #E4E4E4;
  text-align: center;
  margin: 20px 0 16px;
}

.s-login .sysHeadline {
  text-align: center;
  padding: 14px 0 12px;
  margin: 0 16px 10px;
  border-bottom: 1px dotted #cfcfcf;
  line-height: 1;
}

.s-login .sysContent {
  background: url(../img/aside/inkan_side.png) no-repeat right bottom;
  padding: 0 19px 19px;
}

.s-login p {
  color: #0d303f;
  margin: 0;
}

.s-login .sysFormLabel {
  display: block;
  text-align: center;
  background: #0d303f;
  color: #FFF;
  margin-top: 10px;
  padding: 2px 0;
}

.s-login input {
  width: 100%;
  margin: 0px auto;
  line-height: 30px;
  height: 30px;
  display: block;
}

.s-login .sysLoginButton {
  background: url(../img/aside/txt_login.png), #90312d;
  background: url(../img/aside/txt_login.png), -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background: url(../img/aside/txt_login.png), linear-gradient(to bottom, #90312d 0%, #7c1712 100%);
  background-size: 64px 14px, contain;
  background-repeat: no-repeat;
  background-position: center center, 0 0;
  -webkit-box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  border: 1px solid #FFF;
  height: 0;
  max-width: 420px;
  padding: 40px 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  margin: 10px auto;
  border-radius: 0;
}

.s-login .sysLoginButton:hover {
  opacity: 0.85;
}

.s-login li {
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
  padding: 2px 0 2px 18px;
  background: url(../img/common/arrow_red.png) no-repeat 5px center;
  background-size: 6px 11px;
}

.s-login li a {
  color: #0d303f;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.s-login a {
  text-decoration: none;
  display: inline-block;
}

.s-login a:hover {
  text-decoration: underline;
}

/* 3-3-3 Aside Banner */
.s-banner {
  margin-bottom: 10px;
}

.s-banner li {
  margin: 10px auto;
  text-align: center;
}

/* 3-3-4 Aside Login Form */
.s-search {
  line-height: 1.75;
}

.s-search ul {
  text-align: center;
}

.s-search input[type=search] {
  width: 95% !important;
  margin: 5px auto;
  line-height: 2.5;
  display: block;
}

.s-search .sysItemSearchAndOr,
.s-search .sysItemSearchFormCategory {
  text-align: center;
}

.sysSearchButton {
  border: none;
  padding: 10px;
  background: #90312d;
  background: -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background: linear-gradient(to bottom, #90312d 0%, #7c1712 100%);
  -webkit-box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  color: #fff;
  width: 95%;
  display: block;
  margin: 10px auto;
}

.sysSearchButton:hover {
  opacity: 0.85;
}

/* 3-3-5 Aside Category */
/*開閉式メニュー*/
.asideCategory {
  margin: 1px 0 0;
}

.asideCategory .sysHeadline {
  font-size: 14px;
  padding: 11px 30px 11px 11px;
}

.asideCategory ul {
  border: 2px solid #dddddd;
  background: #FFF;
  padding: 18px;
}

.asideCategory .sysHeadline:hover {
  background-color: #EBEBEB;
}

.asideCategory ul li.sysText a {
  border-bottom: none;
  font-size: 13px;
  padding: 5px 3px;
}

.asideCategory ul li.sysText a:hover {
  background: #e9eaed;
}

.asideCategory .sysAccordion:after {
  content: url(../img/aside/ac_icon_plus.png);
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -11px;
  font-weight: bold;
  -webkit-transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.asideCategory .sysAccordionHide:after {
  content: url(../img/aside/ac_icon_minus.png);
  -webkit-transform: rotate(0deg);
}

/*開いたままのメニュー*/
.asideCategoryOpen {
  margin: 0;
}

.asideCategoryOpen .sysHeadline,
.asideCnt .sysHeadline {
  font-size: 14px;
  padding: 11px;
  text-align: center;
  line-height: 1;
}

.asideCategoryOpen ul {
  background: #FFF;
}

.asideCategoryOpen ul li.sysText a {
  border-bottom: none;
  background: #DDD;
  font-size: 14px;
  margin: 1px 0 0;
  padding: 11px;
}

.asideCategoryOpen ul li a:hover {
  background: #EBEBEB;
}

.asideCategoryOpen .sysAccordion:after {
  content: url(../img/aside/ac_icon_plus.png);
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -11px;
  font-weight: bold;
  -webkit-transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.asideCategoryOpen .sysAccordionHide:after {
  content: url(../img/aside/ac_icon_minus.png);
  -webkit-transform: rotate(0deg);
}

/*イラスト印鑑、その他２コンテナ用*/
.s-etc2 .sysContent,
.illust_cat .sysContent,
.illust_fuku .sysContent,
.illust_halloween .sysContent  {
    padding: 0px;
  /*   font-size: ;
    color: ; */
}

.s-etc2 ul li a,
.illust_cat ul li a,
.illust_fuku ul li a,
.illust_halloween ul li a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*カテゴリタイトル追加*/
.s-kojin-tanpin,
.s-kaisha-single,
.s-kaisha-jitsuin,
.s-etc,
.s-etc2,
.s-goodpair,
.illust_cat {
  padding-top: 40px;
  background-color: #212121;
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 197px;
}

.s-kojin-tanpin {
  background-image: url(../img/aside/ttl_kojin.png);
}

.s-kaisha-jitsuin {
  background-image: url(../img/aside/ttl_kaisha.png);
}
.s-kaisha-single{
  background-image: url(../img/aside/ttl_kaisha.png);
}

.s-etc,
.s-etc2 {
  background-image: url(../img/aside/ttl_sonota.png);
}

.s-goodpair {
  background-image: url(../img/aside/ttl_goodpair.png);
}

.illust_cat {
  background-image: url(../img/aside/ttl_illust.png);
}

/*お客様サポート*/
.s-support {
  margin-top: 20px;
}

.s-support.asideCategoryOpen .sysHeadline {
  background: #113b4d;
}

/*メディア掲載*/
.s-media {
  margin-top: 20px;
}

.s-media.asideCategoryOpen .sysHeadline {
  background: #113b4d;
}

/* 3-4 Footer*/
/* 3-4-1 Footer Site Map */
.f-sitemap {
  background-color: #EFEFEF !important;
  padding: 3% 0 5%;
}

.f-sitemap .sysContent {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.f-sitemap ul li.sysText a {
  background: #204a5c;
  border: 1px solid #10394b;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  max-width: 310px;
  padding: 0;
  text-align: center;
}

.f-sitemap ul li.sysText a:hover {
  background: #27596f;
}

/* 3-4-2 Page Top Btn */
.p-pagetop {
  background: #E8E8E8;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}

.p-pagetop .sysContent {
  padding: 0;
}

.p-pagetop .btn {
  text-decoration: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 18px;
  border: none;
  border-radius: 0;
}

.p-pagetop .btn:hover,
.p-pagetop .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F6F6F6;
}

/* 3-4-3 CopyRight */
.f-copyright {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 5px;
  background: #212121;
}

.f-copyright .sysContent {
  border-top: 1px solid #666;
  color: #999;
  font-size: 11px;
}

/* 4-0 Page-Content
 *----------------------------------------------------------------------*/
/* 4-1 Archive Page */
/* 4-1-1 Free Area */
/* 4-1-2 Pankuzu List*/
.sysCategoryPankuzu,
.sysItemCategoryPankuzu {
  font-size: 12px;
  margin-bottom: 5px;
  overflow: hidden;
  background: #eff2f4;
  padding: 5px;
}

.sysCategoryPankuzu a,
.sysItemCategoryPankuzu a {
  display: inline-block;
  padding: 1px 4px;
  color: #232221;
  text-decoration: none;
}

.sysCategoryPankuzu a:hover,
.sysItemCategoryPankuzu a:hover {
  text-decoration: underline;
}

.sysCategoryPankuzu br,
.sysItemCategoryPankuzu br {
  display: none;
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 5px;
  padding: 8px 0;
}

.sysItemCategoryCtl a {
  display: inline-block;
  padding: 0px 6px;
  border-left: 1px solid #999;
  text-decoration: none;
  margin: 5px 0;
  line-height: 1.2;
}
.sysItemCategoryCtl a:hover {
  text-decoration: underline;
}

.sysItemListDisp {
  margin-bottom: 20px;
  font-size: 14px;
}

/* 4-1-4 Item PR Setting */
.sysItemPr {
  font-size: small;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
}

/* 4-1-5 Cart Button */
.sysCartButton {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #666;
  color: #fff;
  cursor: pointer;
}

.sysCartButton:hover {
  background: #999;
}

#sysItemDetail .sysCartButton {
  background: url(../img/detail/btn_cart_txt.png), #90312D;
  background: url(../img/detail/btn_cart_txt.png), -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background: url(../img/detail/btn_cart_txt.png), linear-gradient(to bottom, #90312d 0%, #7c1712 100%);
  background-size: 117px, contain;
  background-repeat: no-repeat;
  background-position: center, 0 0;
  border: 2px solid #FFF;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(8, 1, 3, 0.15);
          box-shadow: 0px 2px 5px rgba(8, 1, 3, 0.15);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 0;
  padding: 15% 0 0;
  margin: 5% auto 0;
  width: 100%;
  display: block;
}

#sysItemDetail .sysCartButton:hover {
  opacity: 0.8;
}

/* 4-1-6  Archive List Item */
.sysItemList ul.sysList li .sysThumbnailImage {
  width: 40%;
  max-width: 200px;
}

/* 4-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail {
  letter-spacing: -.4em;
}

.sysItemList ul.sysThumbnail li {
  display: inline-block;
  float: none;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 0 3.8%;
  margin-left: 2.3%;
  width: 31.8%;
}
.sysItemList ul.sysThumbnail li:nth-child(3n+1) {
  margin-left: 0;
}

.sysItemList ul.sysThumbnail input {
  width: 100%;
  padding: 10px 0;
}

/* 4-1-8 Deliveries Table */
ul.SysDeliveriesTable {
  border-style: solid;
  border-width: 0px;
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
}

ul.SysDeliveriesTable > li {
  display: table-row;
}

ul.SysDeliveriesTable > li > div {
  border-style: solid;
  border-width: 1px;
  display: table-cell;
  padding: 10px;
}

/* 4-2 Item Page */
/* 4-2-1 Item IMAGE */
.sysThumbnailImage > span, .sysThumbnailImage > br {
  display: none;
}

.sysItemImages .sysImageList li {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 32%;
  line-height: 1;
  float: none;
  letter-spacing: normal;
  margin: 2% 0 0 2%;
}

/* 追加 */
#sysItemDetail .sysMainImage {
  width: 100%;
}

.sysItemImages .sysMainImage {
  text-align: center;
  padding-bottom: 1px;
}

.sysItemImages .sysImageList {
  letter-spacing: -.4em;
}

.sysItemImages .sysImageList li:hover {
  cursor: pointer;
}

.sysItemImages .sysImageList li img {
  border: 1px solid #cfcfcf;
}

.sysItemImages .sysImageList li.sysCurrent img {
  border: 1px solid #9F9F9F;
}

.sysItemImages .sysImageList li:nth-child(3n+1) {
  margin-left: 0;
}

/* 4-2-2 Item Name */
.sysItemName h1 {
  font-size: 28px;
  color: #7d1914;
  font-weight: normal;
  margin-top: 18px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
}

.sysItemName h1:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #393939;
  margin-top: 12px;
}

/* 4-2-3 Order Area */
.orderArea {
  letter-spacing: -.4em;
  text-align: center;
}

.orderArea > div {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}

.orderArea > .orderArea > div {
  width: 100%;
  display: block;
}

/*追加*/
.orderArea .sysItemImages {
  padding-right: 20px;
}

/* 4-2-4 Item Page Titile */
/*.sysItemName,*/
.sysExplanation > div > span,
.sysReview > span {
  display: block;
  margin-bottom: 10px;
  font-size: large;
}

/* 4-2-5 Item Explanation */
.sysExplanation table {
  width: 100%;
  text-align: center;
  border: 1px solid #999;
  line-height: 2;
}

.sysExplanation thead {
  text-align: center;
  color: #fff;
  background: #999;
}

.sysExplanation td {
  font-size: small;
  text-align: left;
  padding-left: 10px;
}

/* 4-2-6 Item BuyForm */
/* #sysItemDetail .sysRetailPrice { font-weight: bold;} */
#sysItemDetail .sysRetailPrice {
  margin-top: 5px;
  font-size: 16px;
}

/* sysSuggestedRetailPrice（通常価格）300201Ngt追記 */
#sysItemDetail .sysSuggestedRetailPrice {
  margin-top: 0px;
  font-size: 16px;
}

#sysItemDetail .sysRetailPriceValue {
  font-size: 20px;
}

#sysItemDetail .sysPr {
  text-align: left;
}

#sysItemDetail .sysPr > span {
  display: inline-block;
}

#sysItemDetail .sysForm select {
  min-width: 190px;
  width: 60%;
  display: inline-block;
  float: right;
  border: #CBCBCB 1px solid;
}

#sysItemDetail #sysVariation {
  /*margin: 5px auto;*/
  overflow: hidden;
}

/*#sysItemDetail #sysVariation > div {
    margin: 10px auto;
    overflow: hidden;
}*/
#sysItemDetail #sysNumber {
  overflow: hidden;
  margin-top: 24px;
}

#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #666;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  color: #fff;
}

#sysItemDetail .sysNumArea {
  /*padding-top: 5px;
  clear: both;
  text-align: right;*/
  display: none;
}

/*#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 98%;
    margin-left: 2%;
}*/
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
}

#sysCartInForm {
  width: 100%;
}

/*追加*/
#sysSelections > div,
#sysVariation > div {
  clear: both;
  padding-top: 24px;
  overflow: hidden;
}

#sysItemDetail .sysSelectionDescription {
  color: #909090;
  font-size: 13px;
  clear: both;
  padding-top: 5px;
}

/* 4-2-7 System Button */
.sysLoginButton,
.sysButton {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #666;
  color: #fff;
  cursor: pointer;
}

.sysLoginButton {
  border: 1px solid #FFF;
  background: #90312d;
  background: -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background: linear-gradient(to bottom, #90312d 0%, #7c1712 100%);
  -webkit-box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  display: block;
  margin: 10px auto;
  padding: 20px;
  width: 50%;
}

.sysLoginButton:hover {
  opacity: 0.85;
}

.sysButton {
  background: #204A5C;
}

.sysButton:focus,
.sysButton:hover {
  background: #27596F;
  color: #FFF;
}

/* 追加 */
#sysItemDetail .sysExplanation {
  margin-bottom: 20px;
}

#sysItemDetail .sysDescription > p,
#sysItemDetail .sysDescription .intro {
  margin-top: 0;
  line-height: 1.7;
}

#sysItemDetail .sysDescription caption,
#sysItemDetail .sysDescription .address .ttl {
  color: #0D303F;
  font-weight: bold;
  text-align: left;
  margin-bottom: 3px;
  font-size: 15px;
}

#sysItemDetail .sysDescription table {
  margin-top: 7.5%;
  table-layout: fixed;
  font-size: 14px;
  width: 100%;
}

#sysItemDetail .sysDescription table th {
  background: #0D303F;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 10px 8px;
}

/*横方向*/
#sysItemDetail .sysDescription table.yoko th {
  border-top: 1px solid #CECECE;
  width: 86px;
}

#sysItemDetail .sysDescription table.yoko tr:first-child th {
  border-top: 1px solid #0d303f;
}

#sysItemDetail .sysDescription table.yoko tr:last-child th {
  border-bottom: 1px solid #0d303f;
}

#sysItemDetail .sysDescription table.yoko td {
  padding: 10px 8px;
  border-top: 1px solid #CECECE;
  vertical-align: middle;
}

#sysItemDetail .sysDescription table.yoko td:last-child {
  border-right: 1px solid #cecece;
}

#sysItemDetail .sysDescription table.yoko tr:last-child td {
  border-bottom: 1px solid #cecece;
}

/*縦方向*/
#sysItemDetail .sysDescription table.tate th {
  border-left: 1px solid #CECECE;
  width: 86px;
}

#sysItemDetail .sysDescription table.tate th:first-child {
  border-left: 1px solid #0d303f;
}

#sysItemDetail .sysDescription table.tate th:last-child {
  border-right: 1px solid #0d303f;
}

#sysItemDetail .sysDescription table.tate td {
  border-left: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  padding: 10px 8px;
  vertical-align: middle;
}

#sysItemDetail .sysDescription table.tate td:last-child {
  border-right: 1px solid #cecece;
}

/*印影見本*/
#sysItemDetail .sysDescription table.mihon td {
  text-align: center;
}

#sysItemDetail .sysDescription table.yoko.mihon td {
  padding: 3px;
  font-size: 13px;
}

/*ケース*/
#sysItemDetail .sysDescription table.case td {
  text-align: center;
  padding: 2px;
  font-size: 13px;
}

#sysItemDetail .sysDescription table.box-set td {
  padding: 2px;
  text-align: center;
}

#sysItemDetail .sysDescription table.box-set td.t_left {
  text-align: left;
}

/*アドレスゴム印*/
#sysItemDetail .sysDescription .address {
  margin-top: 25px;
}

#sysItemDetail .sysDescription .address p {
  font-size: 14px;
  padding: 2px;
  margin: 0;
}

/*商品閲覧履歴*/
.m-checklist {
  margin-top: 40px;
}

.m-checklist .sysContent {
  padding: 0;
}

.sysPagination {
  margin-top: 20px;
}
.sysPagination a {
  text-decoration: none;
}

/* 4-2-8 Item Text */
/* .sysDescription,.sysImageDescription{ font-size: 0.75rem;} */
/* 4-2-9 Item Gallary */
.sysImageListSimple li {
  margin-bottom: 10px;
}

/* 4-2-10 Review */
.sysReview input {
  background: #666;
  color: #fff;
  text-shadow: none;
  border: 1px solid #999;
  border-radius: 3px;
  display: block;
  padding: 10px;
  margin: 5px auto;
  width: 50%;
}

.sysReview > br {
  display: none;
}

.sysReviewHistoryList {
  padding: 0 10px;
  border: 1px solid lightgray;
}

.sysReviewHistoryList li {
  margin-bottom: 5px;
  border-bottom: 1px dashed lightgray;
  padding: 5px 0;
}

.sysReviewHistoryList li:last-child {
  border: none;
}

.sysNickname,
.sysEvaluation {
  display: inline-block;
  padding: 0 10px 0 0;
}

.sysNickname {
  font-size: large;
  font-weight: bold;
}

.sysReviewDatetime {
  font-size: small;
  text-align: right;
  padding-right: 20px;
}

.sysReviewText {
  font-size: small;
}

.sysReviewImproperForm{
  display: none;
}

/* 4-3 Free Page */
/* 共通要素 */
.txt_red {
  color: #FF0000;
}

.txt_deepred {
  color: #8B2A25;
}

.txt_blue {
  color: #0000FF;
}

.pageCnt {
  font-size: 16px;
}

.pageCnt .sysHeadline {
  padding: 6px 15px;
  margin-bottom: 20px;
  font-weight: normal;
}

.pageCnt p {
  margin: 16px auto;
  line-height: 1.5;
}

/* 見出し */
.subttl_1 {
  font-size: 16px;
  padding: 5px 14px;
  margin: 40px 0 20px;
  background: #113B4D;
  color: #FFF;
  font-weight: normal;
  line-height: 1.5;
}

.subttl_2 {
  font-size: 18px;
  border-bottom: 1px dotted #666;
  margin: 40px 0 15px;
  line-height: 1.5;
  padding: 0 0 5px 14px;
  text-indent: -14px;
}

.subttl_2:before {
  content: "";
  margin-right: 7px;
  border-left: 7px solid #204A5C;
}

.subttl_1.mt0,
.subttl_2.mt0 {
  margin-top: 0;
}

.subttl_1 + .subttl_2 {
  margin-top: 25px;
}

.pageIntroBox {
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
          box-shadow: inset 0 0 0 1px #FFF;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  font-size: 14px;
  text-align: center;
  padding: 4%;
}

/* 番号付きリスト */
.ol_style01 li {
  counter-increment: number;
  position: relative;
  padding-left: 45px;
  margin-top: 30px;
}
.ol_style01 li:first-child {
  margin-top: 0;
}
.ol_style01 li::before {
  content: counter(number);
  background: #7E1A15;
  color: #FFF;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
.ol_style01 li > *:first-child {
  margin-top: 0;
}
.ol_style01 li.center > *:first-child {
  padding-top: 8px;
}

/* 番号なしリスト */
.ul_style01 li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px 2px;
}
.ul_style01 li::before {
  content: "●";
  color: #204A5C;
}

/* よくあるご質問 */
.faq dt {
  display: flex;
  align-items: center; /* 上下中央揃え */
  gap: 8px; /* "Q." と質問文の間に適度な余白を追加 */
  margin: 0px 0 10px;
  border-top: none;
  text-indent: 0px;
  padding: 12px 20px; /* 余白を調整 */
  font-size: 18px;
  font-weight: bold;
  background-color: #f2f7f9; /* 質問の背景色 */
  border-radius: 5px; /* 角を丸くする */
}

.faq h4:before {
  content: "Q. ";
  color: #0D303F;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
}

.faq dt:first-child {
  padding-top: 12px;
  border-top: none;
}

.faq dt:before {
  content: "Q. ";
  color: #0D303F;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0; /* Q. が縮まないように固定 */
}

.faq dd {
  margin-bottom: 25px;
  text-indent: 3px;
  padding-left: 18px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.6; /* 行間を広げて可読性を向上 */
  color: #333; /* 文字色を落ち着いた色に */
}

.faq dd:before {
  content: "A. ";
  color: #A42E2B; /* 赤を少し落ち着いたトーンに */
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0; /* A. も縮まないように */
}

.faq-intro {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #f9f9f9; /* 軽く背景色をつけると見やすい */
  border-left: 5px solid #0D303F; /* 左にラインをつけて強調 */
}

/* はじめての方へ */
.p-first p {
  font-size: 15px;
  margin: 20px 0;
}

.p-first img {
  display: block;
  margin: 15px 0;
}

.p-first .imgFL {
  float: left;
  margin: 10px;
}

.p-first table td {
  padding: 10px;
}

/* 特急仕上げ */
.p-tokkyu {
  line-height: 1.7;
}
.p-tokkyu p {
  margin-top: 25px;
}
.p-tokkyu .pageIntroBox {
  padding: 5% 3% 3%;
}
.p-tokkyu .pageIntroBox img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-tokkyu .pageIntroBox .text_img {
  margin-top: 20px;
  margin-bottom: 10px;
}
.p-tokkyu .pageIntroBox .text {
  font-size: 14px;
  margin-top: 0;
}
.p-tokkyu ul {
  margin-top: 25px;
}
.p-tokkyu ul.mt0 {
  margin-top: 0;
}
.p-tokkyu ul li {
  text-indent: -1em;
  padding-left: 1em;
}

/* 安心の印鑑５年間保証 */
.p-hosho .pageIntroBox {
  padding: 6% 3% 4%;
}
.p-hosho .pageIntroBox .title {
  margin-top: 0;
}
.p-hosho .pageIntroBox .image {
  margin-top: 20px;
}
.p-hosho .menseki {
  position: relative;
}
.p-hosho .menseki .menseki_image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 300px;
  width: 42%;
}

/* 当店の手彫り仕上げ印鑑のこだわり */
.p-kodawari .kodawari_lead {
  color: #0D303F;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
  margin-bottom: 10px;
}
.p-kodawari .kodawari_lead + p {
  margin-top: 10px;
}
.p-kodawari .kodawari_info {
  overflow: hidden;
}
.p-kodawari .kodawari_info .kodawari_info_text {
  float: right;
  width: 315px;
  margin-right: 3px;
}
.p-kodawari .kodawari_info .kodawari_info_text .kodawari_lead {
  margin-top: 3px;
}
.p-kodawari .kodawari_info .kodawari_info_text .kodawari_lead + p {
  margin-top: 10px;
}
.p-kodawari .kodawari_info .kodawari_info_text p {
  margin-top: 20px;
}
.p-kodawari .kodawari_info .kodawari_info_image {
  float: left;
  width: 310px;
}

.hitokoto {
  background: #F2F4EF;
  margin: 25px 0;
  padding: 20px;
}
.hitokoto .hitokoto_title {
  color: #882722;
  font-weight: bold;
  margin-bottom: 2px;
}
.hitokoto p {
  margin: 0;
}

.otherBtn {
  margin-top: 25px;
  overflow: hidden;
}
.otherBtn a {
  display: block;
  float: left;
  width: 48.5%;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0 0 5px rgba(8, 1, 3, 0.2);
          box-shadow: 0 0 5px rgba(8, 1, 3, 0.2);
  background: #666;
  padding: 17px 0;
  text-align: center;
  line-height: 1;
}
.otherBtn a:nth-child(2n+1) {
  margin-right: 3%;
}
.otherBtn a:nth-child(n+3) {
  margin-top: 2%;
}
.otherBtn a.btn_red {
  background: -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background: linear-gradient(to bottom, #90312d 0%, #7c1712 100%);
}
.otherBtn a.btn_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a4862), to(#0d303f));
  background: linear-gradient(to bottom, #0a4862 0%, #0d303f 100%);
}
.otherBtn a:hover {
  opacity: 0.9;
}
.otherBtn a:hover img {
  opacity: 1;
}

/* 印鑑の安心保証サービス */
.p-anshin .pageIntroBox {
  text-align: left;
  padding-top: 6%;
}
.p-anshin .pageIntroBox .title {
  width: 68%;
  max-width: 354px;
}
.p-anshin .pageIntroBox .image {
  float: right;
  margin: -14% 0 3% 3.5%;
  max-width: 218px;
  width: 36.5%;
}
.p-anshin .pageIntroBox p {
  margin: 24px auto 0;
}
.p-anshin .anshin_service {
  overflow: hidden;
}
.p-anshin .anshin_service .image {
  float: left;
  max-width: 256px;
  margin-right: 4%;
  margin-bottom: 3.5%;
  width: 38%;
}
.p-anshin .anshin_service .text {
  padding: 0 5px;
}
.p-anshin .anshin_service .text p:first-child {
  margin-top: 2px;
}

/* TOP追加201708 */
.top_banner_space .pageIntroBoxx {
  background: #ffffff;
  text-align: center;
  padding: 0% 0% 4% 0%;
  font-size: 14px;
  text-align: center;
}

.top_banner_space .anshin_service {
  overflow: hidden;
}
.top_banner_space .anshin_service .image {
  float: left;
  max-width: 450px;
  margin-right: 4%;
  margin-bottom: 3.5%;
  width: 50%;
}
.top_banner_space .anshin_service .text {
  padding: 0 5px;
  font-size:13px;
}
.top_banner_space .anshin_service .text p:first-child {
  margin-top: 2px;
}


/* 4-3-1 TOP PAGE */
/* 4-4 Form Page */
/* 4-4-1 Cart Button Reset */
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
  background: #204a5c;
  color: #fff;
  text-shadow: none;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  background: #90312d;
  background: -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background: linear-gradient(to bottom, #90312d 0%, #7c1712 100%);
  -webkit-box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  box-shadow: 0 0 5px rgba(8, 1, 3, 0.15);
  border: 1px solid #FFF;
  color: #fff;
  text-shadow: none;
}

.sysCartInDone {
  margin: 0;
}

/* 4-4-2 Form Page */
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
  /*border-bottom: 1px solid #999;*/
  background-color: #212121;
  color: #ffffff;
  font-size: large;
  padding: 6px 15px;
}

#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterIndex #sysMain,
#sysFormThanks #sysMain,
#sysFormConfirm #sysMain,
#sysFormIndex #sysMain {
  border-color: #999;
  border-style: solid;
  border-radius: 0px;
  border-width: 1px;
  -webkit-box-shadow: 1px 1px 1px gray;
          box-shadow: 1px 1px 1px gray;
  margin-bottom: 10px;
  padding: 0;
  width: 96%;
}

#sysMemberRegisterConfirm #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form {
  padding: 10px;
}

#sysMypageReminder #sysMain input,
#sysMemberRegisterIndex #sysMain input,
#sysFormIndex #sysMain input {
  line-height: 15px;
  padding: 5px;
  font-size: small;
  margin: 5px auto;
}

#sysMain input[type="email"],
#sysMain input[type="number"],
#sysMain input[type="password"],
#sysMain input[type="tel"],
#sysMain input[type="url"],
#sysMain input[type="text"],
#sysMain textarea {
  width: 100%;
  background: #FFF;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEFEFEF', endColorstr='#FFFFFFFF');*/
  /*border-radius: 5px 5px 5px 5px;*/
  border-radius: 0;
  border: #cbcbcb 1px solid;
  line-height: 2;
}

#sysMain textarea {
  min-height: 75px;
}

.sysZipcode button,
.sysZipcode .sysFormField {
  display: inline-block;
}

.sysZipcode .sysFormLabel {
  display: block;
}

.sysZipcode .sysFormField {
  width: 200px;
}

.sysZipcode br {
  display: none;
}

.sysBirthday input {
  width: auto !important;
}

.sysZipcode button {
  background: #204a5c;
  color: #FFF;
}

.sysZipcode button:active {
  color: #FFF;
}

/* 4-4-3 Form Confirm Page */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
  border: 1px solid #999;
  line-height: 2;
  padding-left: 10px;
  font-size: small;
  border-radius: 3px;
  margin: 5px auto;
  min-height: 20px;
}

/* 4-4-4 Item Search Form */
#sysItemSearch #sysMain h2 {
  background-color: #212121;
  color: #FFF;
  font-size: large;
  padding: 6px 15px;
}

.sysItemSearchForm > div {
  width: 90%;
  text-align: left;
  margin: 10px auto;
}

form.sysItemSearchForm {
  text-align: center;
}

.sysItemSearchForm > div.sysItemSearchFormWord {
  width: 95%;
}

/* 4-5 MyPage */
/* 4-5-1 Mypage Index */
.sysMypage #sysMain {
  border-color: #999;
  border-style: solid;
  border-radius: 0px;
  border-width: 1px;
  -webkit-box-shadow: 1px 1px 1px gray;
          box-shadow: 1px 1px 1px gray;
  margin-bottom: 10px;
  padding: 0;
}

.sysMypage #sysMain h1 {
  /*border-bottom: 1px solid #999;*/
  background-color: #212121;
  color: #ffffff;
  font-size: large;
  padding: 6px 15px;
}

.sysMypage #sysMain > form,
.sysMypage #sysMain > div {
  padding: 5px 10px;
}

/* 購入履歴 */
.sysOrderList {
  border: 1px solid #d4d4d4;
  padding: 10px;
  max-height: 400px;
  overflow-y: scroll;
}

.sysOrderList li {
  border-bottom: 1px dotted #d4d4d4;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* マイページボタン */
.sysMypageNav > form {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.sysMypageNav .sysButton {
  width: 100%;
  display: block;
  line-height: 40px;
  font-size: 1rem;
}

/* 4-5-2 Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form {
  padding: 10px;
}

#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
  line-height: 15px;
  padding: 5px;
  font-size: small;
  margin: 5px auto;
}

#sysMypageEditConfirm #sysMain > form {
  padding: 10px;
}

/* 4-5-3 Special Point */
.sysSpecialPoint {
  overflow: hidden;
  letter-spacing: -.4em;
}

.sysSpecialPoint > div:nth-child(2n) {
  width: 60%;
}

.sysSpecialPoint > div {
  display: inline-block;
  letter-spacing: normal;
  padding: 5px 10px;
  border-bottom: 1px solid #d5d5d5;
}

.sysSpecialPoint > div:nth-child(2n+1) {
  width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
  border: 1px solid #d5d5d5;
  margin: 10px;
}

/* 4-6 News Page */
.news-row {
  border-color: #999;
  border-style: solid;
  border-radius: 0px;
  border-width: 1px;
  -webkit-box-shadow: 1px 1px 1px gray;
          box-shadow: 1px 1px 1px gray;
  margin-bottom: 10px;
}

.news-row > h1 {
  border-bottom: 1px solid #999;
  background-color: #212121;
  color: #ffffff;
  font-size: large;
  padding: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(), to());
}

.sysNewsDetail {
  padding: 10px 20px;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress a {
  display: block;
  text-decoration: none;
  border: 1px solid;
  padding: 10px;
}

.sysSelectAddress {
  margin: 10px 0;
}

.sysSelectAddress a:hover {
  background: #eee;
}

/* 商品一覧テンプレート */
.sysCategoryDescription .subttl_1 {
  margin-top: 50px;
}
.sysCategoryDescription > .subttl_1:first-child {
  margin-top: 30px;
}

#categoryTemplate {
  font-family: "メイリオ";
  font-size: 16px;
  line-height: 1.5;
}
#categoryTemplate p {
  
}
#categoryTemplate .txt-small {
  font-size: 12px;
}
#categoryTemplate .keyVisual {
  margin-top: 30px;
  margin-bottom: 20px;
}
#categoryTemplate .cat_title {
  border-bottom: 9px solid #2B2A28;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 25px;
  padding: 0 3px 14px 3px;
}
#categoryTemplate .cat_intro,
#categoryTemplate .cat_intro_type2,
#categoryTemplate .cat_kodawari,
#categoryTemplate .cat_tebori,
#categoryTemplate .cat_size,
#categoryTemplate .cat_mihon,
#categoryTemplate .cat_osusume,
#categoryTemplate .cat_shuchiku_sakka,
#categoryTemplate .cat_mihon_gomu {
  border-top: 9px solid #2B2A28;
  padding-top: 45px;
}
#categoryTemplate .cat_intro {
  overflow: hidden;
  position: relative;
  border-top: none;
}
#categoryTemplate .cat_intro .midashi {
  padding-left: 220px;
}
#categoryTemplate .cat_intro .main_image {
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#categoryTemplate .cat_intro .text {
  width: 430px;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 30px;
  margin-left: 220px;
}
#categoryTemplate .cat_intro .sub_image {
  width: 430px;
  float: left;
  overflow: hidden;
  margin-top: 30px;
  margin-left: 220px;
}
#categoryTemplate .cat_intro .sub_image img {
  float: left;
  width: 210px;
}
#categoryTemplate .cat_intro .sub_image img:not(:first-child) {
  margin-left: 10px;
}
#categoryTemplate .cat_intro_type2 {
  /* チタン、朱竹印カテゴリー用 */
  overflow: hidden;
  position: relative;
}
#categoryTemplate .cat_intro_type2 .midashi {
  padding: 0 8%;
  margin-bottom: 40px;
  text-align: center;
}
#categoryTemplate .cat_intro_type2 .main_image {
  width: 200px;
  float: left;
}
#categoryTemplate .cat_intro_type2 .text {
  width: 430px;
  font-size: 14px;
  line-height: 1.7;
  margin-left: 220px;
}
#categoryTemplate .cat_intro_type2 .text p:not(:first-child) {
  margin-top: 1.8em;
}
#categoryTemplate .cat_intro_type2 .text .aside_image {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 180px;
}
#categoryTemplate .cat_intro_type2 .text .aside_image:not(:first-child) {
  margin-top: 1.8em;
}
#categoryTemplate .cat_intro_type2 .sub_image {
  overflow: hidden;
  padding-top: 30px;
  clear: both;
}
#categoryTemplate .cat_intro_type2 .sub_image img {
  float: left;
  width: 210px;
}
#categoryTemplate .cat_intro_type2 .sub_image img:not(:first-child) {
  margin-left: 10px;
}
#categoryTemplate .title_box {
  background: #7D1A15;
  color: #FFF;
  text-align: center;
  display: inline-block;
  min-width: 120px;
  padding: 16px 5px;
  font-weight: normal;
  font-size: 14px;
  float: left;
  margin-right: 10px;
}
#categoryTemplate .title_box + p {
  overflow: hidden;
}
#categoryTemplate .cat_zaishitsu {
  /* 材質について */
  border-top: 1px solid #2B2A28;
  margin-top: 14px;
  padding: 10px 0;
  overflow: hidden;
  letter-spacing: -0.4em;
}
#categoryTemplate .cat_zaishitsu .title_box {
  float: none;
  letter-spacing: normal;
  vertical-align: middle;
  width: 120px;
}
#categoryTemplate .cat_zaishitsu p {
  display: inline-block;
  line-height: 1.7;
  letter-spacing: normal;
  vertical-align: middle;
  width: 520px;
}
#categoryTemplate .cat_case {
  /* 付属ケース */
  border-top: 1px solid #2B2A28;
  margin-top: 14px;
  padding: 10px 0;
  overflow: hidden;
}
#categoryTemplate .cat_case p {
  display: inline-block;
  line-height: 1.7;
  letter-spacing: normal;
  vertical-align: middle;
  width: 520px;
  padding-top: 3px;
}
#categoryTemplate .cat_case ul {
  overflow: hidden;
  padding-top: 10px;
}
#categoryTemplate .cat_case ul li {
  width: 248px;
  float: left;
  text-align: center;
}
#categoryTemplate .cat_case ul li:not(:first-child) {
  margin-left: 10px;
}
#categoryTemplate .cat_case ul li p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  width: 260px;
}
/* #categoryTemplate .cat_case.three {
  /* ケース3種 }
 */
#categoryTemplate .cat_case.three ul li {
  width: 165px;
}
#categoryTemplate .cat_case.three ul li:not(:first-child) {
  margin-left: 10px;
}
#categoryTemplate .cat_type {
  /* サイズ・タイプ（朱竹印） */
  border-top: 1px solid #2B2A28;
  padding: 10px 0;
  overflow: hidden;
}
#categoryTemplate .cat_type ul {
  overflow: hidden;
}
#categoryTemplate .cat_type ul li {
  width: 130px;
  float: left;
  text-align: center;
}
#categoryTemplate .cat_type ul li p {
  font-size: 12px;
  margin-top: 3px;
}
#categoryTemplate .cat_sample {
  /* 印影サンプル（朱竹印） */
  border-top: 1px solid #2B2A28;
  padding: 10px 0;
  overflow: hidden;
}
#categoryTemplate .cat_sample .sample_img {
  float: left;
  margin-left: 10px;
  margin-right: 15px;
}
#categoryTemplate .cat_sample p {
  padding: 7px 0px;
  line-height: 1.7;
  overflow: hidden;
}

#categoryTemplate .cat_sample_kaisha {
  /* 会社用・印影サンプル */
  border-top: 1px solid #2B2A28;
  padding: 10px 0;
  overflow: hidden;
}

#categoryTemplate .cat_sample_kaisha ul {
  overflow: hidden;
  margin-left: 140px;
  margin-top: -6px;
}
#categoryTemplate .cat_sample_kaisha ul + * {
  margin-top: 5px;
}
#categoryTemplate .cat_sample_kaisha ul li {
  max-width: 182px;
  width: 48%;
  float: left;
  letter-spacing: -.4em;
}
#categoryTemplate .cat_sample_kaisha ul li:not(:first-child) {
  margin-left: 4%;
}
#categoryTemplate .cat_sample_kaisha ul li .sample {
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  letter-spacing: normal;
  vertical-align: middle;
  width: 74px;
}
#categoryTemplate .cat_sample_kaisha ul li span {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: normal;
  line-height: 1.5;
}
#categoryTemplate .cat_kodawari {
  /* こだわり */
  margin-top: 30px;
}
#categoryTemplate .cat_kodawari .kodawari_title {
  margin-left: 10px;
}
#categoryTemplate .cat_kodawari .kodawari_image {
  float: right;
}
#categoryTemplate .cat_kodawari .kodawari_text {
  max-width: 360px;
  margin-top: 25px;
  margin-left: 10px;
}
#categoryTemplate .cat_kodawari .kodawari_text p:not(:first-child) {
  margin-top: 1.5em;
}
#categoryTemplate .cat_kodawari .kodawari_1 .kodawari_image {
  margin-top: -78px;
}
#categoryTemplate .cat_kodawari .kodawari_2 {
  margin-top: 25px;
}
#categoryTemplate .cat_kodawari .kodawari_2 .kodawari_image {
  margin-top: -25px;
}
#categoryTemplate .cat_tebori {
  /* 手掘り仕上げの魅力 */
  margin-top: 40px;
}
#categoryTemplate .cat_tebori .tebori_title {
  text-align: center;
}
#categoryTemplate .cat_tebori .tebori_intro {
  padding: 0 10px;
  margin-top: 30px;
}
#categoryTemplate .cat_tebori .shokunin {
  margin-top: 20px;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_name {
  width: 350px;
  margin-top: 32px;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_image {
  width: 280px;
}
#categoryTemplate .cat_tebori .shokunin p {
  width: 350px;
  margin-top: 20px;
}
#categoryTemplate .cat_tebori .shokunin.s1 {
  /* 荒木久夫 */
  padding-left: 10px;
}
#categoryTemplate .cat_tebori .shokunin.s1 .shokunin_name {
  float: left;
}
#categoryTemplate .cat_tebori .shokunin.s1 .shokunin_image {
  float: right;
}
#categoryTemplate .cat_tebori .shokunin.s1 p {
  float: left;
}
#categoryTemplate .cat_tebori .shokunin.s2 {
  /* 山崎公詮 */
  margin-top: 30px;
  padding-right: 10px;
}
#categoryTemplate .cat_tebori .shokunin.s2 .shokunin_name {
  float: right;
}
#categoryTemplate .cat_tebori .shokunin.s2 .shokunin_image {
  float: left;
}
#categoryTemplate .cat_tebori .shokunin.s2 p {
  float: right;
}
#categoryTemplate .cat_size {
  /* 個人用印鑑サイズについて */
  margin-top: 40px;
}
#categoryTemplate .cat_size .size_title {
  text-align: center;
}
#categoryTemplate .cat_size .size_intro {
  padding: 0 10px;
  margin-top: 30px;
}
#categoryTemplate .cat_size .size_example {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #2B2A28;
}
#categoryTemplate .cat_size .size_example .size_example_title {
  display: inline-block;
  vertical-align: middle;
  width: 109px;
  margin-right: 11px;
}
#categoryTemplate .cat_size .size_example .size_example_title + p {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 500px;
}
#categoryTemplate .cat_size .size_image {
  margin-top: 16px;
  margin-bottom: 20px;
  padding-left: 35px;
}
#categoryTemplate .cat_size .size_image li {
  display: inline-block;
  margin: 0 10px;
}
#categoryTemplate .cat_size .size_table {
  /* サイズ表 */
  text-align: center;
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
}
#categoryTemplate .cat_size .size_table caption {
  background: #212121;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  padding: 5px;
}
#categoryTemplate .cat_size .size_table thead {
  border-top: 1px solid #FFF;
}
#categoryTemplate .cat_size .size_table tbody {
  border-top: 1px solid #FFF;
}
#categoryTemplate .cat_size .size_table th {
  font-weight: normal;
  color: #FFF;
  padding: 6px 5px;
  font-size: 13px;
}
#categoryTemplate .cat_size .size_table th:not(:first-child) {
  border-left: 1px solid #FFF;
}
#categoryTemplate .cat_size .size_table th.women {
  background: #A3524F;
}
#categoryTemplate .cat_size .size_table th.men {
  background: #3D6879;
}
#categoryTemplate .cat_size .size_table td {
  background: #DDD;
  padding: 7px 5px;
  font-size: 12px;
}
#categoryTemplate .cat_size .size_table td:not(:first-child) {
  border-left: 1px solid #FFF;
}
#categoryTemplate .cat_size .size_table td span {
  display: inline-block;
}
#categoryTemplate .cat_size .size_table.ginkouin th.women {
  width: 266px;
}
#categoryTemplate .cat_size .size_table.mitomein th {
  background: #5E5E5E;
}
#categoryTemplate .cat_size .size_table.mitomein th.becchu {
  background: #414141;
}
#categoryTemplate .cat_mihon {
  /* 井ノ口の手書き印影見本 */
  border-bottom: 1px solid #2b2a28;
  margin-top: 40px;
  padding-bottom: 40px;
  background: url(../img/category/common/mihon_img01.jpg) right 25px top 0 no-repeat;
}
#categoryTemplate .cat_mihon .mihon_title {
  margin-left: 48px;
}
#categoryTemplate .cat_mihon .mihon_button {
  background: #90312d;
  background: -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background: linear-gradient(to bottom, #90312d 0%, #7c1712 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90312d', endColorstr='#7c1712',GradientType=0 );
  color: #FFF;
  font-size: 24px;
  text-align: center;
  width: 87.8%;
  margin: 35px auto 0;
  padding: 12px 0 8px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(8, 1, 3, 0.2);
  box-shadow: 0 0 5px rgba(8, 1, 3, 0.2);
}
#categoryTemplate .cat_mihon .mihon_button:hover {
  opacity: 0.9;
}
#categoryTemplate .cat_mihon_gomu {
  /* アドレスゴム印見本 */
  margin-top: 50px;
}
#categoryTemplate .cat_mihon_gomu .mihon_gomu_title {
  text-align: center;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp {
  overflow: hidden;
  margin-top: 14px;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp,
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  width: 50%;
  padding: 0 18px;
  float: left;
  margin-top: 30px;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 3px 5px 0 18px;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition p {
  text-indent: -1em;
  padding-left: 1em;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition p:not(:first-child) {
  margin-top: 1.5em;
}
#categoryTemplate .cat_mihon_gomu .gomu_size {
  margin-top: 35px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_title {
  margin-left: 18px;
  font-weight: normal;
  text-indent: -0.5em;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box {
  margin-left: 18px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row {
  margin: 30px 0 25px;
  letter-spacing: -0.4em;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:first-child {
  margin-top: 20px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row .image {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 16px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 18px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .addition {
  margin-left: 1.5em;
  text-indent: -1em;
  padding-left: 1px;
}
#categoryTemplate .cat_mihon_gomu .gomu_set {
  margin-top: 30px;
  padding: 0 10px;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box {
  border: 5px solid #DCDCDC;
  padding: 18px;
  margin-top: 5px;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box li {
  text-indent: -1em;
  padding-left: 1em;
}
#categoryTemplate .cat_osusume {
  /* 店長井ノ口がお勧めする理由（朱竹印） */
  margin-top: 20px;
}
#categoryTemplate .cat_osusume .osusume_title {
  text-align: center;
  margin-bottom: 40px;
}
#categoryTemplate .cat_osusume .osusume_img {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
#categoryTemplate .cat_osusume p {
  padding: 0 5px;
}
#categoryTemplate .cat_osusume p:not(:first-child) {
  margin-top: 1.5em;
}
#categoryTemplate .cat_shuchiku_sakka {
  /* 京の朱竹印作家 荒木信明 */
  margin-top: 40px;
  padding-top: 40px;
  overflow: hidden;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_title {
  margin-left: 265px;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_img {
  float: left;
  margin-top: -30px;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_text {
  margin-left: 265px;
  margin-top: 1.5em;
  padding-right: 10px;
}
#categoryTemplate .cat_otherset {
  /* 2本・3本セット */
  margin-top: 40px;
  background: #E6E6E6;
  padding: 10px;
  overflow: hidden;
}
#categoryTemplate .cat_otherset li {
  background: #FFF;
  background: #FFF url(../img/common/arrow_gray.png) no-repeat right 10px center;
  background-size: 7px 12px;
  -webkit-box-shadow: 1px 0px 5px rgba(8, 1, 3, 0.15);
          box-shadow: 1px 0px 5px rgba(8, 1, 3, 0.15);
  width: 49%;
  float: left;
}
#categoryTemplate .cat_otherset li:nth-child(2n+1) {
  margin-right: 2%;
}
#categoryTemplate .cat_otherset li:nth-child(n+3) {
  margin-top: 2%;
}
#categoryTemplate .cat_otherset li a {
  padding: 9px;
  display: block;
  letter-spacing: -0.4em;
}
#categoryTemplate .cat_otherset li a:hover {
  opacity: 0.8;
}
#categoryTemplate .cat_otherset li a img {
  width: 137px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 10px;
}
#categoryTemplate .cat_otherset li a:hover img {
  opacity: 1;
}
#categoryTemplate .cat_otherset li a p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 14px;
}
#categoryTemplate .cat_otherset li a p span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #8C2C28;
  line-height: 1.3;
}
/* #categoryTemplate.goodpair {
  /* いい夫婦の日
} */
#categoryTemplate.goodpair .keyVisual + .cat_title {
  margin-top: 30px;
  margin-bottom: 16px;
}
#categoryTemplate .goodpair_intro {
  overflow: hidden;
}
#categoryTemplate .goodpair_intro .image {
  float: left;
  margin: 0 20px 0 0;
  width: 247px;
}
#categoryTemplate .goodpair_intro p {
  margin-top: 1.5em;
  padding-right: 10px;
}
#categoryTemplate .goodpair_inner {
  margin-top: 45px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#categoryTemplate .goodpair_attention .cat_title {
  margin-top: 45px;
}
#categoryTemplate .goodpair_attention p {
  margin-top: 25px;
}
#categoryTemplate .goodpair_attention p a, #categoryTemplate .goodpair_attention p b {
  display: inline-block;
}
/* #categoryTemplate.cate_box {
  /* 化粧箱
} */
#categoryTemplate.cate_box .keyVisual + .cat_title {
  margin-bottom: 30px;
}
#categoryTemplate.cate_box .cat_otherset {
  margin-top: 50px;
}
#categoryTemplate.cate_box .cat_otherset li a img {
  max-width: 100px;
}
#categoryTemplate .box_intro {
  overflow: hidden;
}
#categoryTemplate .box_intro .image {
  float: left;
  margin: 0 20px 0 0;
  width: 309px;
}
#categoryTemplate .box_intro p {
  padding-right: 10px;
  margin-top: 0.6em;
  overflow: hidden;
}
#categoryTemplate .box_inner {
  margin-top: 45px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#categoryTemplate .box_attention {
  margin-top: 6px;
  line-height: 1.5;
  font-size: 12px;
}

/* 井ノ口の手書き印影見本・モーダルウィンドウ */
/* 開く時の.bodyのアニメーション */
@-webkit-keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.modalwindow {
  /* オーバーレイ＆スクロール領域になるレイヤー */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 101;
  width: 100%;
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 100px solid transparent;
  cursor: pointer;
  opacity: 1;
}

.modalwindow.no_overlay_close {
  cursor: default;
}

.modalwindow .close_modal {
  border: none;
  background: #113B4D;
  color: #FFF;
  padding: 8px 25px;
  font-size: 15px;
  cursor: pointer;
  min-width: 160px;
}

.modalwindow.lock .close_modal {
  background: #ccc;
}

.modalwindow .body {
  position: relative;
  left: 50%;
  top: 0;
  width: 600px;
  margin-left: -300px;
  margin-top: 40px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
  cursor: default;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-animation: 200ms modalwindow_body_out;
          animation: 200ms modalwindow_body_out;
}

.modalwindow .body .modal_content {
  padding: 20px;
}

.modalwindow .body > footer {
  padding: 10px;
  background: #fcfcfc;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.modalwindow.is_visible .body {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: 400ms modalwindow_body_in;
          animation: 400ms modalwindow_body_in;
}

.modalwindow_header_close {
  position: absolute;
  right: 0;
  top: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.modalwindow_header_close:before {
  content: "\D7";
  font-size: 24px;
  font-family: serif;
  color: #ccc;
}

@media screen and (max-width: 800px) {
  .modalwindow .body {
    position: relative;
    width: calc(100% - 30px);
    margin: 15px;
    left: 0;
  }
}


/*追加*/
table.bordernone{
  border: none!important;
}

table table table{
  border: none!important;
}
table table td{
  padding: 5px;
}

/*common*/

@media screen and (max-width:480px){
/*SP*/
/* デバイス別出し分け */
.sp {
  display: block;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysMain, #sysAside {
  width: 100%;
}

#sysAside {
  margin-top: 35px;
}

#sysMain {
  margin-top: 0;
}

.grid-col {
  float: none;
  width: 100% !important;
  margin-left: 0;
}

/* 10-1 Header */
#sysHeader {
  margin-bottom: 6%;
}

.h-siteinfo,
.h-siteinfo-sub {
  height: auto;
  padding-top: 3px;
  padding-left: 5px;
}

.h-siteinfo h1,
.h-siteinfo-sub p {
  font-size: xx-small;
}

.h-sitelogo {
  padding: 8px 0 0 10px;
  height: 54px;
}
.h-sitelogo-text {
 padding: 8px 0 0 10px;
 height: 54px;
}
.h-sitelogo li img {
  width: auto;
  max-height: 35px;
}

.h-sitelogo-text li img {
  width: auto;
  max-height: 35px;
}





.h-utilitybtn {
  position: relative;
}

.h-utilitybtn .sysContent {
  width: 30%;
  float: none;
  position: absolute;
  z-index: 999;
  top: 2px;
  right: 15%;
}

.h-utilitybtn ul li {
  height: 44px;
  width: 50% !important;
}

.h-utilitybtn ul li:first-child {
  width: 50% !important;
}

.h-utilitybtn ul li a {
  line-height: 1.3;
  height: 44px;
  font-size: x-small;
  border-top: 1px solid #d3d3d3;
  padding: 0 2px;
}

.h-utilitybtn ul li a:before {
  content: "";
  width: 20px;
  margin: 5px auto 0;
  height: 18px;
  display: block;
}

/* 10-1-3 ドロップダウンメニュー */
.h-subMenu .sysHeadline {
  line-height: 42px;
  width: 15%;
  float: right;
  position: absolute;
  bottom: 8px;
  right: 0;
  background: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background-image: linear-gradient(#ffffff, #f4f4f4);
  color: #21201F;
  border: 1px solid #d3d3d3;
  border-left: none;
}

.h-subMenu .sysAccordionInitialHide {
  padding: 0 4% 3%;
}

.h-subMenu ul li {
  background: #FFF;
  width: 48.5% !important;
  margin: 3.5% 0 0;
}

.h-subMenu ul li:nth-child(2n) {
  width: 48.5% !important;
  margin-left: 3%;
  margin-bottom: 0;
}

.h-subMenu ul li a {
  text-align: center;
  padding: 8% 15%;
  line-height: 1;
}

/* 12-12 見出し */
.mainCnt .sysHeadline {
  padding-right: 20%;
}

.headline-2nd {
  margin-left: 5px;
}

.headline-3rd {
  margin-left: 10px;
}

/* 12-14 Responsive Grid System */
.col {
  float: none;
}

.gutters .col {
  margin-left: 0;
}

.span_1, .span_2, .span_3, .span_4, .span_5, .span_6,
.span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
  width: 100% !important;
  float: none;
}

/* 12-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
  font-size: small;
}

.sysItemList ul.sysThumbnail li,
.sysContent .sysItemBlock .sysHorizontal li {
  padding-bottom: 20px;
  width: 48.5%;
  margin-left: 3%;
}
.sysItemList ul.sysThumbnail li:nth-child(3n+1),
.sysContent .sysItemBlock .sysHorizontal li:nth-child(3n+1) {
  margin-left: 3%;
}
.sysItemList ul.sysThumbnail li:nth-child(2n+1),
.sysContent .sysItemBlock .sysHorizontal li:nth-child(2n+1) {
  margin-left: 0;
}
.sysItemList ul.sysThumbnail li .sysItemName,
.sysContent .sysItemBlock .sysHorizontal li .sysItemName {
  line-height: 1.4;
}
.sysItemList ul.sysThumbnail li .sysItemName a,
.sysContent .sysItemBlock .sysHorizontal li .sysItemName a {
  font-size: 13px;
}

/* 13-1-5 メインメニュー*/
.h-mainMenu ul li {
  padding: 0 1%;
}

.p-topimg .sysContent {
  padding: 3%;
}

/* 13-2-2 Half Banner */
.p-banner li {
  width: 100%;
  margin-bottom: 5px;
}

/* 13-2-3 PICK UP Item */
.p-pickup .sysContent {
  padding: 0 0 5px;
}

/* 13-2-4 News & SNS */
.p-news, .p-sns {
  width: 100%;
}

#newsFeed li {
  padding: 10px 0 8px;
}

#newsFeed li span {
  float: none;
}

#newsFeed li p {
  margin-top: 6px;
}

/* 13-2-5 ShopInformation */
.p-shopInfo .sysContent,
.shopinfo-inner,
.shopinfo-row {
  display: block;
}

.shopinfo-wrap {
  padding-bottom: 0;
}

.p-shopInfo .sysHeadline {
  padding: 5% 18%;
}

.shopinfo-inner {
  width: 96%;
  margin: 5% auto 10%;
}

.shopinfo-inner:nth-child(2n) {
  margin-right: auto;
}

/* 3-3-3 Aside Banner */
.s-banner li {
  margin: 10px auto;
  width: 98%;
}

/* 13-3-5 Aside Category */
.asideCategory ul {
  padding: 15px 20px;
}

.asideCategory ul li.sysText a {
  font-size: 14px;
  padding: 6px 0;
}

/* 13-4-1 Footer Site Map */
.f-sitemap {
  padding: 1px 0;
}

.f-sitemap li {
  width: 100% !important;
}

.f-sitemap ul li.sysText a {
  padding: 5px 20px;
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-top: 1px;
}

/* 13-4-2 Page Top Btn */
.p-pagetop .btn {
  padding: 10px 0;
}

/* 14-1-2 Category Pankuzu */
.sysItemCategoryPankuzu {
  font-size: 12px;
}

/* 14-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail {
  font-size: small;
}

.sysItemList ul.sysThumbnail input {
  font-size: x-small;
}

/* 14-2-3 Order Area */
.orderArea {
  letter-spacing: normal;
}

.orderArea > div {
  width: 100%;
  padding-right: 0;
  float: none;
}

.orderArea > .orderArea {
  padding: 0 5px;
}

/* 14-3 Free Page */
.subttl_1 {
  font-size: 16px;
  margin-top: 35px;
}

.subttl_2 {
  margin-top: 30px;
}

.ol_style01 li {
  margin-top: 20px;
}

.pageCnt .sysContent > p {
  padding-right: 5px;
  padding-left: 5px;
}

/* 特急仕上げ */
.p-tokkyu p {
  margin-top: 20px;
}
.p-tokkyu .pageIntroBox .icon img {
  width: 60px;
}
.p-tokkyu .pageIntroBox .text_img {
  margin-top: 16px;
}

/* 安心の印鑑５年間保証 */
.p-hosho .pageIntroBox .title {
  width: 50%;
  margin: 0 auto;
}
.p-hosho .pageIntroBox .text {
  margin-top: 10px;
}
.p-hosho .pageIntroBox .image {
  margin-top: 15px;
}
.p-hosho .menseki .menseki_image {
  position: static;
  width: 60%;
  margin: 25px auto 0;
}

/* 当店の手彫り仕上げ印鑑のこだわり */
.p-kodawari .kodawari_info .kodawari_info_text {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}
.p-kodawari .kodawari_info .kodawari_info_image {
  float: none;
  width: 77%;
  margin: 0 auto;
  text-align: center;
}
.p-kodawari .kodawari_shiage_text {
  padding: 0 5px;
}

.otherBtn a {
  padding: 14px;
}

/* 印鑑の安心保証サービス */
.p-anshin .pageIntroBox p {
  margin-top: 20px;
}

/* 14-5-2 MyPage*/
.sysMypageNav .sysButton {
  font-size: 0.75rem;
}

/* 商品詳細 */
.orderArea .sysItemImages {
  padding-right: 0;
}

.sysItemName h1 {
  font-size: 22px;
  padding: 0 5px;
}

#sysItemDetail .sysCartButton {
  max-width: 330px;
}

#sysItemDetail .sysExplanation {
  padding: 0 5px;
  font-size: 15px;
}

#sysItemDetail .sysDescription {
  margin-top: 5%;
  padding: 0 5px;
}
#sysItemDetail .sysDescription .intro {
  font-size: 15px;
}

.orderArea .sysItemImages {
  padding-right: 0;
}

/* 商品一覧テンプレート */
.sysItemCategoryCtl {
  padding: 6px;
  font-size: 12px;
}

.sysItemListDisp {
  margin-bottom: 12px;
  padding: 0 5px;
}

.sysItemList ul {
  padding: 0 5px;
}

.sysCategoryDescription .subttl_1 {
  margin-top: 8%;
}
.sysCategoryDescription > .subttl_1:first-child {
  margin-top: 20px;
}

/* #categoryTemplate {
  /* 個人・会社共通 */
  /* アドレスゴム印見本 */
  /* 個人用印鑑 */
  /* いい夫婦の日 */
  /* 化粧箱 *
} */
#categoryTemplate .keyVisual {
  margin-top: 15px;
}
#categoryTemplate .cat_title {
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom-width: 4px;
}
#categoryTemplate .cat_intro,
#categoryTemplate .cat_intro_type2,
#categoryTemplate .cat_kodawari,
#categoryTemplate .cat_tebori,
#categoryTemplate .cat_size,
#categoryTemplate .cat_mihon,
#categoryTemplate .cat_osusume,
#categoryTemplate .cat_shuchiku_sakka,
#categoryTemplate .cat_mihon_gomu {
  padding-top: 7%;
  border-top-width: 4px;
}
#categoryTemplate .cat_intro .midashi {
  padding: 0 10%;
  margin-bottom: 4%;
  text-align: center;
}
#categoryTemplate .cat_intro .main_image {
  width: 26%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  position: static;
}
#categoryTemplate .cat_intro .text {
  width: 68%;
  line-height: 1.8;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  margin-top: 0;
  margin-left: 0;
}
#categoryTemplate .cat_intro .sub_image {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-top: 5%;
}
#categoryTemplate .cat_intro .sub_image img {
  width: 49%;
}
#categoryTemplate .cat_intro .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_intro_type2 .midashi {
  padding: 0 7%;
  margin-bottom: 5%;
  text-align: center;
}
#categoryTemplate .cat_intro_type2 .main_image {
  width: 28%;
  margin-right: 4%;
  margin-bottom: 4%;
  margin-left: 5px;
}
#categoryTemplate .cat_intro_type2 .text {
  width: auto;
  display: block;
  line-height: 1.8;
  margin-left: 0;
  padding: 0 5px;
}
#categoryTemplate .cat_intro_type2 .text .aside_image {
  width: 35%;
}
#categoryTemplate .cat_intro_type2 .text .aside_image:not(:first-child) {
  margin-top: 1.6em;
}
#categoryTemplate .cat_intro_type2 .sub_image {
  padding-top: 1.8em;
}
#categoryTemplate .cat_intro_type2 .sub_image img {
  width: 32%;
}
#categoryTemplate .cat_intro_type2 .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .title_box {
  font-size: 13px;
  padding: 9px 5px;
  float: none;
}
#categoryTemplate .cat_zaishitsu {
  padding: 10px 5px;
}
#categoryTemplate .cat_zaishitsu p {
  line-height: 1.6;
  width: 100%;
  padding-top: 10px;
}
#categoryTemplate .cat_case {
  padding: 10px 5px;
  /* ケース3種 */
}
#categoryTemplate .cat_case ul {
  width: 100%;
  padding-top: 6px;
}
#categoryTemplate .cat_case ul li {
  width: 49%;
}
#categoryTemplate .cat_case ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_case.three ul li {
  width: 32%;
}
#categoryTemplate .cat_case.three ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_case.three ul li p {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}
#categoryTemplate .cat_type {
  padding: 10px 5px;
}
#categoryTemplate .cat_type ul {
  margin-top: 10px;
}
#categoryTemplate .cat_type ul li {
  width: 25%;
  padding: 0 5px;
}
#categoryTemplate .cat_sample {
  padding: 10px 5px;
}
#categoryTemplate .cat_sample .sample_wrap {
  letter-spacing: -.4em;
  margin-top: 14px;
}
#categoryTemplate .cat_sample .sample_img {
  float: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 20%;
  margin-right: 4%;
  margin-left: 1%;
}
#categoryTemplate .cat_sample p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 74%;
  padding: 0;
}
#categoryTemplate .cat_sample_kaisha {
  padding: 10px 5px;
}
#categoryTemplate .cat_sample_kaisha ul {
  margin-left: 0;
  margin-top: 10px;
}
#categoryTemplate .cat_sample_kaisha ul li {
  width: 49%;
}
#categoryTemplate .cat_sample_kaisha ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_sample_kaisha ul li .sample {
  margin-right: 5px;
}
#categoryTemplate .cat_sample_kaisha ul li span {
  width: calc(100% - 74px - 8px);
}
#categoryTemplate .cat_kodawari {
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_title {
  width: 85%;
  margin-left: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_image {
  float: none;
  text-align: center;
  width: 56%;
  margin-right: auto;
  margin-left: auto;
}
#categoryTemplate .cat_kodawari .kodawari_text {
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  padding: 0 4%;
}
#categoryTemplate .cat_kodawari .kodawari_text p:not(:first-child) {
  margin-top: 0.85em;
}
#categoryTemplate .cat_kodawari .kodawari_1 .kodawari_image {
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_2 {
  margin-top: 9%;
}
#categoryTemplate .cat_kodawari .kodawari_2 .kodawari_image {
  margin-top: 0;
}
#categoryTemplate .cat_tebori {
  margin-top: 7%;
}
#categoryTemplate .cat_tebori .tebori_title {
  padding: 0 3%;
}
#categoryTemplate .cat_tebori .tebori_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_tebori .shokunin {
  margin-top: 8%;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_name {
  margin-top: 15px;
}
#categoryTemplate .cat_tebori .shokunin p {
  width: auto;
  margin-top: 6%;
  padding: 0 4%;
}
#categoryTemplate .cat_tebori .shokunin.s1, #categoryTemplate .cat_tebori .shokunin.s2 {
  padding: 0 10px;
}
#categoryTemplate .cat_tebori .shokunin.s1 .shokunin_image, #categoryTemplate .cat_tebori .shokunin.s2 .shokunin_image {
  float: none;
  width: 68%;
  margin: 0 auto;
}
#categoryTemplate .cat_tebori .shokunin.s1 .shokunin_name, #categoryTemplate .cat_tebori .shokunin.s2 .shokunin_name {
  float: none;
  width: 60%;
  margin-left: 16%;
}
#categoryTemplate .cat_tebori .shokunin.s1 p, #categoryTemplate .cat_tebori .shokunin.s2 p {
  float: none;
}
#categoryTemplate .cat_tebori .shokunin.s2 {
  margin-top: 9%;
}
#categoryTemplate .cat_size {
  margin-top: 6%;
}
#categoryTemplate .cat_size .size_title {
  padding: 0 12%;
}
#categoryTemplate .cat_size .size_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_size .size_example {
  margin-top: 6%;
}
#categoryTemplate .cat_size .size_example .size_example_title {
  margin-left: 10px;
}
#categoryTemplate .cat_size .size_example .size_example_title + p {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
}
#categoryTemplate .cat_size .size_image {
  padding: 0;
  width: 260px;
  margin: 10px auto 20px;
  margin-right: auto;
  margin-left: auto;
}
#categoryTemplate .cat_size .size_image li {
  width: 60px;
}
#categoryTemplate .cat_size .size_table {
  margin: 14px auto 0;
  width: 98%;
}
#categoryTemplate .cat_size .size_table caption {
  font-size: 16px;
}
#categoryTemplate .cat_size .size_table.ginkouin th.women {
  width: auto;
}
#categoryTemplate .cat_mihon {
  margin-top: 8%;
  background-size: 14.2%;
  background-position: right 3% top 0;
  padding-bottom: 7%;
}
#categoryTemplate .cat_mihon .mihon_title {
  margin-left: 5%;
  width: 75%;
}
#categoryTemplate .cat_mihon .mihon_button {
  margin-top: 4%;
  font-size: 18px;
  padding: 8px 0 6px;
}
#categoryTemplate .cat_mihon_gomu .mihon_gomu_title {
  padding: 0 20%;
  line-height: 1;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp {
  margin-top: 1%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp,
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 0;
  margin-top: 6%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp {
  width: 80%;
  text-align: center;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  width: auto;
  padding: 0 5%;
  margin-top: 7%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition p:not(:first-child) {
  margin-top: 1em;
}
#categoryTemplate .cat_mihon_gomu .gomu_size {
  margin-top: 8%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_title {
  font-size: 15px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box {
  margin-left: 0;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row {
  margin: 5% 0;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:first-child {
  margin-top: 4%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:last-child {
  margin-bottom: 7%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row .image {
  padding: 0 10%;
  margin-right: 0;
  width: 100%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row p {
  font-size: 15px;
  width: 100%;
  margin-top: 4px;
  display: table-header-group;
  /* 上下を入れ替え */
}
#categoryTemplate .cat_mihon_gomu .gomu_size .addition {
  margin: 0 7%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set {
  margin-top: 6%;
  padding: 0 3.5%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box {
  padding: 4%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box li {
  margin: 2px 0;
}
#categoryTemplate .cat_osusume {
  margin-top: 4%;
  padding-top: 8%;
}
#categoryTemplate .cat_osusume .osusume_title {
  margin-bottom: 7%;
  padding: 0 10%;
}
#categoryTemplate .cat_osusume .osusume_img {
  max-width: 100%;
  width: 72%;
  text-align: center;
  float: none;
  margin: 0 auto;
}
#categoryTemplate .cat_osusume p {
  padding: 0 4%;
}
#categoryTemplate .cat_shuchiku_sakka {
  margin-top: 7%;
  padding-top: 7%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_img {
  width: 60%;
  margin: 5% auto 0;
  float: none;
  text-align: center;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_text {
  margin-left: 0;
  margin: 6% auto 0;
  padding: 0 4%;
}
#categoryTemplate .cat_otherset {
  margin-top: 6%;
  padding: 0 10px;
}
#categoryTemplate .cat_otherset li {
  width: 100%;
  float: none;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
}
#categoryTemplate .cat_otherset li:nth-child(2n+1) {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
}
#categoryTemplate .cat_otherset li a img {
  width: 110px;
  margin-right: 15px;
}
#categoryTemplate .cat_otherset li a p {
  font-size: 13px;
}
#categoryTemplate .cat_otherset li a p span {
  font-size: 18px;
}
#categoryTemplate .goodpair_intro .image {
  max-width: 247px;
  width: 40%;
  margin: 0 3% 2% 0px;
}
#categoryTemplate .goodpair_intro p {
  padding: 0 3%;
}
#categoryTemplate .goodpair_inner {
  margin-top: 7%;
}
#categoryTemplate .goodpair_attention .cat_title {
  margin-top: 8%;
}
#categoryTemplate .goodpair_attention p {
  margin-top: 20px;
  padding: 0 2%;
}
#categoryTemplate.cate_box .keyVisual + .cat_title {
  margin-bottom: 4.5%;
}
#categoryTemplate.cate_box .cat_otherset {
  margin-top: 8%;
}
#categoryTemplate.cate_box .cat_otherset li a img {
  width: 80px;
}
#categoryTemplate .box_intro .image {
  max-width: 309px;
  width: 44%;
  margin-right: 4%;
  margin-bottom: 1%;
}
#categoryTemplate .box_intro p {
  overflow: visible;
  padding: 0 10px;
}
#categoryTemplate .box_inner {
  margin-top: 7%;
}

/*SP*/
}

@media screen and (min-width:481px) and (max-width:800px){
/* TAB */
/* デバイス別出し分け */
.sp {
  display: none;
}

.tb {
  display: block;
}

.pc {
  display: none;
}

/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
div#sysMain, div#sysAside {
  width: 100%;
  float: none;
}

/* PCレイアウトを維持する場合は削除 */
div#sysAside {
  margin-top: 40px;
}

/* 20-1 Header */
.h-siteinfo h1,
.h-siteinfo-sub p {
  font-size: 11px;
}

.h-utilitybtn {
  margin: 0 5px;
}

.h-siteinfo,
.h-siteinfo-sub {
  padding-top: 10px;
}

.h-siteinfo .sysContent,
.h-siteinfo-sub .sysContent {
  max-width: 66%;
}

.h-sitelogo {
  padding-bottom: 15px;
}
.h-sitelogo-text {
  padding-bottom: 15px;
}
/* 20-1-3 ドロップダウンメニュー */
.h-subMenu .sysHeadline {
  width: 30%;
  float: right;
  position: absolute;
  bottom: 10px;
  right: 5px;
  background-color: #7c1712;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background-image: linear-gradient(#90312d, #7c1712);
  border: 1px solid #8f6161;
  line-height: 45px;
}

.h-subMenu .sysAccordionInitialHide {
  padding: 0 4% 3%;
}

.h-subMenu ul li {
  background: #FFF;
  width: 48.5% !important;
  margin: 3.5% 0 0;
}

.h-subMenu ul li:nth-child(2n) {
  width: 48.5% !important;
  margin-left: 3%;
  margin-bottom: 0;
}

.h-subMenu ul li a {
  text-align: center;
  padding: 8% 15%;
  line-height: 1;
}

/* 23-1-4 カート・ログインボタン */
.h-utilitybtn ul li a {
  padding: 0 5px;
}

.h-utilitybtn ul li a:before {
  display: none;
}

/* 23-1-5 メインメニュー*/
.h-mainMenu {
  border-right: none;
  border-left: none;
}

.h-mainMenu ul li {
  padding: 0 1%;
}

/* 23-1-6 検索フォーム */
.h-search .sysContent {
  padding: 10px;
  height: 54px;
}

/* 23-3-3 Aside Banner */
.s-banner {
  overflow: hidden;
}

.s-banner li {
  width: 98%;
  margin: 2% auto 0;
  float: none;
}

/* LoginForm & Search Form */
.s-login, .s-search, .s-banner {
  width: 49%;
  width: calc( 50% - .2em);
  float: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 6%;
}

.s-login {
  margin: 0;
}

.s-search.asideCnt .sysItemSearchAndOr label {
  display: block;
}

/* 23-4-1 Footer Site Map */
.f-sitemap .sysContent {
  padding: 0 1%;
}

.f-sitemap ul li {
  padding: 0 1px;
}

/* 23-4-2 Page Top Btn */
/* 商品詳細 */
#sysItemDetail .sysExplanation {
  padding: 0 5px;
}

.sysItemName h1 {
  padding: 0 5px;
}

.orderArea .sysItemImages {
  width: 44%;
}
.orderArea > .orderArea {
  width: 56%;
}

/* 商品一覧テンプレート */
.sysItemCategoryCtl {
  padding: 8px;
  font-size: 13px;
}

.sysItemListDisp {
  padding: 0 5px;
  margin-bottom: 15px;
}

.sysItemList ul {
  padding: 0 5px;
}

.sysCategoryDescription .subttl_1 {
  margin-top: 8%;
}

#categoryTemplate {
  max-width: calc(655px + 6%);
  margin-right: auto;
  margin-left: auto;
  padding: 0 3%;
  /* 個人・会社共通 */
  /* アドレスゴム印見本 */
  /* 個人用印鑑 */
  /* いい夫婦の日 */
  /* 化粧箱 */
}
#categoryTemplate .cat_title {
  font-size: 26px;
  padding-bottom: 12px;
  border-bottom-width: 6px;
}
#categoryTemplate .cat_intro,
#categoryTemplate .cat_intro_type2,
#categoryTemplate .cat_kodawari,
#categoryTemplate .cat_tebori,
#categoryTemplate .cat_size,
#categoryTemplate .cat_mihon,
#categoryTemplate .cat_osusume,
#categoryTemplate .cat_shuchiku_sakka,
#categoryTemplate .cat_mihon_gomu {
  padding-top: 7%;
  border-top-width: 6px;
}
#categoryTemplate .cat_intro .midashi {
  padding: 0 10%;
  text-align: center;
}
#categoryTemplate .cat_intro .main_image {
  width: 26%;
}
#categoryTemplate .cat_intro .text {
  width: 68%;
  margin-left: 30%;
}
#categoryTemplate .cat_intro .sub_image {
  width: 68%;
  margin-left: 30%;
}
#categoryTemplate .cat_intro .sub_image img {
  width: 49%;
}
#categoryTemplate .cat_intro .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_intro_type2 .midashi {
  margin-bottom: 6%;
}
#categoryTemplate .cat_intro_type2 .main_image {
  width: 26%;
}
#categoryTemplate .cat_intro_type2 .text {
  width: 68%;
  margin-left: 30%;
}
#categoryTemplate .cat_intro_type2 .text p:not(:first-child) {
  margin-top: 1.6em;
}
#categoryTemplate .cat_intro_type2 .text .aside_image {
  width: 35%;
}
#categoryTemplate .cat_intro_type2 .text .aside_image:not(:first-child) {
  margin-top: 1.6em;
}
#categoryTemplate .cat_intro_type2 .sub_image img {
  width: 32%;
}
#categoryTemplate .cat_intro_type2 .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_zaishitsu p {
  width: calc(100% - 135px);
}
/* #categoryTemplate .cat_case {
  /* ケース3種
} */
#categoryTemplate .cat_case ul li {
  width: 49%;
}
#categoryTemplate .cat_case ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_case.three ul li {
  width: 32%;
}
#categoryTemplate .cat_case.three ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_type ul li {
  width: 25%;
  padding: 0 5px;
}
#categoryTemplate .cat_sample .sample_img {
  width: 16%;
}
#categoryTemplate .cat_sample_kaisha ul {
  margin-left: 130px;
}
#categoryTemplate .cat_sample_kaisha ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_sample_kaisha ul li span {
  width: calc(100% - 74px - 8px);
}
#categoryTemplate .cat_kodawari {
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_title {
  width: 56.5%;
}
#categoryTemplate .cat_kodawari .kodawari_image {
  width: 37%;
}
#categoryTemplate .cat_kodawari .kodawari_text {
  width: 58%;
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_text p:not(:first-child) {
  margin-top: 1.2em;
}
#categoryTemplate .cat_kodawari .kodawari_1 .kodawari_image {
  margin-top: -10%;
}
#categoryTemplate .cat_kodawari .kodawari_2 {
  margin-top: 7%;
  position: relative;
}
#categoryTemplate .cat_kodawari .kodawari_2 .kodawari_image {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
#categoryTemplate .cat_tebori {
  margin-top: 6%;
}
#categoryTemplate .cat_tebori .tebori_title {
  padding: 0 4%;
}
#categoryTemplate .cat_tebori .tebori_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_name {
  width: 54%;
  margin-top: 0%;
  padding-right: 10%;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_image {
  width: 43%;
}
#categoryTemplate .cat_tebori .shokunin p {
  width: 54%;
  margin-top: 4%;
}
#categoryTemplate .cat_tebori .shokunin.s1 {
  margin-top: 6%;
}
#categoryTemplate .cat_tebori .shokunin.s2 {
  margin-top: 6%;
}
#categoryTemplate .cat_size {
  margin-top: 6%;
}
#categoryTemplate .cat_size .size_title {
  padding: 0 15%;
}
#categoryTemplate .cat_size .size_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_size .size_example .size_example_title + p {
  width: calc(100% - 130px);
}
#categoryTemplate .cat_size .size_image {
  padding-left: 5%;
  padding-right: 5%;
}
#categoryTemplate .cat_size .size_table.ginkouin th.women {
  width: auto;
}
#categoryTemplate .cat_mihon {
  background-size: 14.2%;
  background-position: right 3% top 0;
  padding-bottom: 7%;
}
#categoryTemplate .cat_mihon .mihon_title {
  margin-left: 8%;
  width: 73%;
}
#categoryTemplate .cat_mihon .mihon_button {
  margin-top: 5%;
  font-size: 22px;
  padding: 10px 0 7px;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp {
  margin-top: 2%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp,
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 0 2.5%;
  margin-top: 5%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 0 1% 0 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition p:not(:first-child) {
  margin-top: 1.2em;
}
#categoryTemplate .cat_mihon_gomu .gomu_size {
  margin-top: 6%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box {
  margin-left: 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row {
  margin: 4.5% 0;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:first-child {
  margin-top: 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row .image {
  max-width: 327px;
  width: 56%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row p {
  font-size: 16px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .addition {
  margin-left: 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set {
  margin-top: 4.5%;
  padding: 0 1.5%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box {
  padding: 3%;
}
#categoryTemplate .cat_osusume {
  margin-top: 3%;
  padding-top: 7%;
}
#categoryTemplate .cat_osusume .osusume_title {
  margin-bottom: 7%;
}
#categoryTemplate .cat_osusume .osusume_img {
  max-width: 46%;
}
#categoryTemplate .cat_shuchiku_sakka {
  margin-top: 7%;
  padding-top: 7%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_title {
  margin-left: 41%;
  padding-right: 10px;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_img {
  width: 37%;
  margin-top: -4%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_text {
  margin-left: 41%;
  margin-top: 4%;
  padding-right: 10px;
}
#categoryTemplate .cat_otherset {
  margin-top: 6%;
}
/* #categoryTemplate .cat_otherset li {
  /* 600px以下
} */
#categoryTemplate .cat_otherset li a img {
  width: 42%;
}
@media screen and (max-width: 600px) {
  #categoryTemplate .cat_otherset li {
    width: 100%;
    float: none;
  }
  #categoryTemplate .cat_otherset li:nth-child(2n+1) {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #categoryTemplate .cat_otherset li a img {
    width: 137px;
    margin-right: 15px;
  }
}
#categoryTemplate .goodpair_intro .image {
  max-width: 247px;
  width: 40%;
}
#categoryTemplate .goodpair_inner {
  margin-top: 7%;
}
#categoryTemplate .goodpair_attention .cat_title {
  margin-top: 8%;
}
#categoryTemplate .goodpair_attention p {
  margin-top: 20px;
}
#categoryTemplate.cate_box .keyVisual + .cat_title {
  margin-bottom: 4.5%;
}
#categoryTemplate.cate_box .cat_otherset {
  margin-top: 7%;
}
#categoryTemplate.cate_box .cat_otherset li a img {
  width: 35%;
}
#categoryTemplate .box_intro .image {
  max-width: 309px;
  width: 44%;
}
#categoryTemplate .box_inner {
  margin-top: 7%;
}

/* 14-3 Free Page */
.pageCnt .sysContent > p {
  padding-right: 5px;
  padding-left: 5px;
}

/* 当店の手彫り仕上げ印鑑のこだわり */
.p-kodawari .kodawari_info .kodawari_info_text {
  width: 55%;
  margin-right: 1%;
}
.p-kodawari .kodawari_info .kodawari_info_image {
  width: 40%;
}
.p-kodawari .kodawari_shiage_text {
  padding: 0 5px;
}

/* TAB */

}
@media screen and (min-width:801px){
/*pc*/
/* デバイス別出し分け */
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

/* 30-0 Only PC
 *----------------------------------------------------------------------*/
body {
  min-width: 950px;
}

#sysHeader {
  margin-bottom: 40px;
}

div#sysAside {
  width: 258px;
  padding: 0;
  float: left;
}

#sysFooter {
  margin-top: 65px;
}

.mainCnt {
  margin-bottom: 45px;
}

/* 30-1 Header */
.h-siteinfo:after,
.h-siteinfo-sub:after {
  content: url(../img/common/inkan_top.png);
  position: absolute;
  top: 0;
  left: 528px;
}

.h-siteinfo,
.h-siteinfo-sub,
.h-subMenu {
  margin: 0 auto;
  position: relative;
}

.h-siteinfo {
  text-align: left;
}

/* 30-1-3 ドロップダウンメニュー */
.h-subMenu > .sysContent {
  display: block !important;
}

.h-subMenu > .sysHeadline {
  display: none;
}

.h-subMenu .sysAccordionInitialHide {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 999;
  width: 62.5%;
  background: transparent;
  padding: 0;
}

.h-subMenu ul {
  display: table;
  width: 100%;
}

.h-subMenu ul li {
  display: table-cell;
  width: auto !important;
  float: none;
  text-align: center;
  background: none;
  border-right: 1px dotted #7B7B7B;
}

.h-subMenu ul li:first-child {
  border-left: 1px dotted #7B7B7B;
}

.h-subMenu ul li a {
  padding: 10px 0;
  line-height: inherit;
}

.h-subMenu ul li a img {
  width: 112px;
}

.h-mainMenu {
  padding: 17px 0;
}

.h-mainMenu nav {
  width: 74%;
}

.h-search .sysContent {
  width: 25%;
  position: absolute;
  top: -64px;
  right: 0;
}

.p-topimg .sysContent {
  padding: 30px 0;
}

/* 32-9 トグル機能アニメーション */
.h-subMenu .sysAccordionInitialHide {
  opacity: 1;
}

/* 33-3-1 Aside Check List */
.s-checklist li > div {
  width: 90%;
  margin: 0 auto;
}

.s-checklist .sysContent .sysVertical .sysItemImage img {
  width: 100%;
  float: none;
  margin: 5px auto;
}

/* 34-4-1 Footer Site Map */
.f-sitemap {
  padding: 40px 0;
}

.f-sitemap .sysContent {
  width: 95%;
  margin: 0 auto;
}

#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterIndex #sysMain,
#sysFormThanks #sysMain,
#sysFormConfirm #sysMain,
#sysFormIndex #sysMain {
  width: 70%;
}

/*商品閲覧履歴*/
.m-checklist {
  margin-top: 40px;
}

/*pc*/

}

/* ベストトラストさん追記分。今後は各ページ内でやってもらうこと。
 *----------------------------------------------------------------------*/

table.bordernone{
  border: none!important;
}

table table table{
  border: none!important;
}
table table td{
  padding: 5px;
}

.al-c{ text-align:center;}
.al-r{ text-align:right;}
.box{position:relative; float:left; clear:both;width:100%; margin-bottom:30px;}

.borderbox{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
 border:1px solid #888888; position:relative; float:left; clear:both; padding:2%; width:100%; margin-bottom:30px;}
.left{ float:left; margin-right:10px;}
.right{ float:right; margin-left:10px;}
.clear{ clear:both;}
.content_l{ float:left; width:49%; margin-right:2%;}
.content_r{ float:right; width:49%;}
.small{ font-size:80%;}
ul.two{ width:100%; float:left; clear:both; padding-bottom:30px;}
ul.two li{ width:50%; float:left;  text-align:center;}
ul.two2{ width:100%; float:left; clear:both;}
ul.two2 li{ width:50%; float:left;  text-align:center; padding:1%;}
ul.two2 li img{ width:100%;}
ul.three{ width:96%;  margin-left:2%; margin-right:2%; float:left; clear:both; padding-bottom:30px;}
ul.three li{ width:30%; margin-left:1%; margin-right:1%; float:left;  text-align:center;}
.smalls{ font-size:90%;}

.productPrice{ width:100%; float:left; clear:both; font-size:80%;}
.productL{ float:left;font-weight:bold;}
.productR{ float:right;}
.price{ color:#FF0000;font-weight:bold; font-size:120%;}

.midashi_seijin {
border-left: 16px solid #B491A8;
border-bottom: 1px solid #B491A8;
text-align: left;
background-color: #E4D3DE;
font-size: 16px;
color: #000;
margin:30px 0px 15px 0px;
padding: 5px 5px 5px 15px;
}

h3.midashi_seijin {
border: 1px solid #B491A8;
border-left: 14px solid #B491A8;
text-align: left;
background-color: #FFF;
font-size: 14px;
color: #000;
margin:30px 0px 15px 0px;
padding: 5px 5px 5px 15px;
}

table.size {
width:80%;
margin:15px auto;
border-collapse: separate;
border-spacing: 0;
text-align: center;
line-height: 1.5;
border-top: 1px solid #ccc;
}

table.size th {
padding: 5px;
font-weight: normal;
vertical-align: middle;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
}

table.size td {
padding: 5px;
vertical-align: middle;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc; text-align:center;
}

table.size caption {
margin-top:10px;
caption-side: bottom;
text-align: left;
}
.purple{color:#B491A8;}
.purple_bold{color:#B491A8; font-weight:bold;}
.mtb15{ margin-top:15px; margin-bottom:15px;}
.goldface{background: -moz-linear-gradient(top left, #5D3456, #704B69 60%, #3D2839 80%, #000000);background-image:url(http://www.e-nisino.com/images/goldface/bg.gif);
padding:10px; margin:10 0;color: #FACA03;text-shadow: 1px 1px #000000;border: 1px #000000 solid;}
.pt10{ padding-top:10px;}

/* smartPhone */
@media screen and (max-width: 640px) {
.left,.right{ width:100%; margin:0 0 20px 0; text-align:center;}
.left img,.right img{ width:60%;}
.content_l,.content_r{ float:none; width:100%; margin:0 0 20px 0;}
ul.two li img{ width:90%;}
ul.three{ width:99%;  margin-left:0%; margin-right:0%;}
ul.three li{ width:31%; margin-left:1%; margin-right:1%;}
.center_s{ text-align:center;}
.width50{ width:50%;}
.productL{}
.productR{ padding-bottom:10px;}

}
/* 20180731ハンバーガーメニュー追加*/
.h-humbergerMenu {position: relative;}
.h-humbergerMenu .sysAccordionInitialHide {
  display: block !important;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.h-humbergerMenu .sysAccordionInitialHide.active {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 1;
  z-index: 999;
}


.h-humbergerMenu .sysAccordionInitialHide {
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  padding: 0 4% 3%;
  width: 100%;
}

.h-humbergerMenu .sysHeadline {
  color: #e5e5e5;
  line-height: 60px;
  text-align: center;
  /*background: #666;*/
}

.h-humbergerMenu .sysAccordion:after {
  content: "";
}
.h-humbergerMenu .sysHeadline {height: 44px;
  width: 15%;
  float: right;
  position: absolute;
  bottom: 9px;
  right: 0;
  background: #FFF;
  color: #21201F;
  border: 1px solid #d3d3d3;
  border-left: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background: linear-gradient(#ffffff, #f4f4f4); overflow:hidden;
}
.h-humbergerMenu .sysHeadline img{ height:40px;}

/*ハンバーガーメニューテキストモードここから*/
.h-humbergerMenu1 {position: relative;}
.h-humbergerMenu1 .sysAccordionInitialHide {
  display: block !important;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.h-humbergerMenu1 .sysAccordionInitialHide.active {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 1;
  z-index: 999;
}


.h-humbergerMenu1 .sysAccordionInitialHide {
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  padding: 0 4% 3%;
  width: 100%;
}

.h-humbergerMenu1 .sysHeadline {
  color: #e5e5e5;
  line-height: 60px;
  text-align: center;
  /*background: #666;*/
}

.h-humbergerMenu1 .sysAccordion:after {
  content: "";
}
.h-humbergerMenu1 .sysHeadline {height: 44px;
  width: 15%;
  float: right;
  position: absolute;
  bottom: 9px;
  right: 0;
  background: #FFF;
  color: #21201F;
  border: 1px solid #d3d3d3;
  border-left: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background: linear-gradient(#ffffff, #f4f4f4); overflow:hidden;
}
.h-humbergerMenu1 .sysHeadline img{ height:40px;}

/*見出しCSS追記コード*/
.sysTextHeadLine{
 text-align:left;padding: 15px 5%!important;line-height: 1; display:block; text-decoration:none;
 color:#fff;

}
.h-humbergerMenu1 ul .sysTextHeadLine{
 background:#000;
}
/*見出しCSS追記コード*/

/*ハンバーガーモードテキストモードここまで*/



/* smartPhone */
@media screen and (max-width: 360px) {
.h-humbergerMenu .sysHeadline img{ height:37px; padding-top:5px;}
}
.h-humbergerMenu ul{ margin:4% 0 0 0;}
.h-humbergerMenu ul li {background: #EBEBEB;width: 100% !important;margin: 3px 0 0; font-size:90%;}
.h-humbergerMenu ul li a {text-align:left;padding: 15px 5%!important;line-height: 1; display:block; text-decoration:none;}

/*ハンバーガーメニューテキストモード追加ここから*/
.h-humbergerMenu1 .sysHeadline img{ height:37px; padding-top:5px;}

.h-humbergerMenu1 ul{ margin:4% 0 0 0;}
.h-humbergerMenu1 ul li {background: #EBEBEB;width: 100% !important;margin: 3px 0 0; font-size:90%;}
.h-humbergerMenu1 ul li a {text-align:left;padding: 15px 5%!important;line-height: 1; display:block; text-decoration:none;}
/* 追加*/
body.is-fixed .h-humbergerMenu1 .sysAccordionInitialHide { position:fixed; top:44px; width:100%; height:100%; padding-top:-44px;}
body.is-fixed .h-humbergerMenu1 nav{ overflow:scroll;height:100%;}

/*ハンバーガーメニューテキストモードここまで*/

body.is-fixed .Navscroll{height: 44px;
  width: 15%;
  float: right;
  position: absolute;
  bottom: 9px;
  right: 0;top: 0;
  background: #FFF;
  color: #21201F;
  border: 1px solid #d3d3d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background: linear-gradient(#ffffff, #f4f4f4); overflow:hidden;  position: fixed;
  z-index:100;}
body.is-fixed .h-humbergerMenu .sysAccordionInitialHide { position:fixed; top:44px; width:100%; height:100%; padding-top:-44px;}
body.is-fixed .h-humbergerMenu nav{ overflow:scroll;height:100%;}






/*追加*/



/*20190217追加*/
.inkanListTitle{ background-image:url(../images/title_itemlist.jpg); background-repeat:no-repeat; min-height:35px; margin-bottom:20px; text-indent:-9999px;}
.inkanListbox{ position:relative; width:103%; clear:both; margin:0 0 60px 0;}
.inkanList{ float:left; width:50%; box-sizing:border-box; padding:0 3% 10px 0%;}
.inkanList .thumb{ float:left; padding-right:5px;background-color:#ffffff;}
.inkanList .itemtitle{ background-color:#edf1f4; margin:0 0 10px 0; padding:5px; text-indent:10px; font-size:11pt;}
.inkanList ul li{ display:inline-block; font-size:10pt; margin-left:15px;}
.inkanList ul li a{ color:#0900e7;}
.clear{ clear:both;}
@media screen and (max-width:801px){
.inkanListbox{width:100%;margin-bottom:30px;}
.inkanList{width:100%;margin:0 0 10px 0;}
}

.deliverydate{background-color:#FAF7F1;width:100%;padding: 10px 8px 0px 10px;border:1px solid #D5B1AE;margin-bottom:10px;}
.deliverydate_title{font-weight: bold;line-height:15px;font-size:18px; text-align:center;}
.deliverydate_attention{line-height:140%;font-size:12px;margin-top:5px;}
.red{color:#ef0000;}
.bold{ font-weight:bold;}

.order_number{ border:1px solid #909090; max-width:420px; font-size:98%;}
.order_number .order_title{background:#7d1813; color:#fff;}
.order_number span{ padding:10px; line-height:100%; display:inline-block;}
.f16em{ font-size: 1.6em; }
.b{ font-weight: bold!important; }/*太字*/
.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.7em!important; }

/*20200707*/
.Twobox{ display:flex;flex-wrap: wrap; margin:30px 0 10px 0;}
.Twobox .TwoboxItem{ width:50%; padding:0 2% 0 0; margin-bottom:4%;}
.Twobox .TwoboxItem_L{ width:48%;margin-right:4%; position:relative; float:left;}
.Twobox .TwoboxItem_R{ width:48%; position:relative; float:right;}
.Twobox .TwoboxItem_R p{font-size:14px;line-height:140%; margin:0;}
.Twobox .TwoboxItem_R .Itemname{ font-size:17px; margin-bottom:5px;}
.Twobox .TwoboxItem_R .ItemPrice{ font-size:16px; margin-bottom:10px;}
.Twobox .TwoboxItem_R .ItemNetPrice{ font-size:18px; font-weight:bold; color:#7d1813;}
.Twobox .TwoboxItem_R .ItemNetPrice span{ font-size:13px;}
.BtnMore{ font-size:14px; background:#7D1A15; display:block; text-align:center; color:#fff;}
.BtnMore:hover{ opacity:0.8; transition:0.6s;}
.BtnMore a{display:block; color:#fff; text-decoration:none; padding:5px 0;}

.TitleRecommend{font-size: 16px;padding:7px 14px;margin:-5px 0 10px;background: #113B4D;color: #FFF;font-weight: normal;line-height: 1.5;}
.TwoboxTop{ display:flex;flex-wrap: wrap; margin:0 0 10px -2%;}
.TwoboxTop .TwoboxItem{ width:50%; padding:0 0 0 2%; margin-bottom:4%;}
.TwoboxTop .TwoboxItem .ItemnameTop{ font-size:12px; margin-bottom:0px; padding-bottom:0px;}
.TwoboxTop .TwoboxItem .ItemNetPriceTop{ font-size:13px; margin:0 0 -20px 0; text-align:right;}
.TwoboxTop .TwoboxItem .ItemNetPriceTop{ font-size:18px; font-weight:bold; color:#7d1813;}
.TwoboxTop .TwoboxItem .ItemNetPriceTop span{ font-size:13px; color:#000;}

@media screen and (max-width:801px){
.Twobox .TwoboxItem{padding:0 2% 0 2%;}
.Twobox .TwoboxItem_L{ width:100%;margin-right:0%; float:none;}
.Twobox .TwoboxItem_R{ width:100%;float:none;}
.TwoboxTop{ display:flex;flex-wrap: wrap; margin:0 0 10px 0;}
.TwoboxTop .TwoboxItem{ width:100%;padding:0; margin-bottom:8%;}
}

/* ベストトラストさん追記分。ここまで
 *----------------------------------------------------------------------*/


/* Facebookボタン表記用*/
li.sysFacebook {
    width: 67px;
    vertical-align: top;
}

.fb_iframe_widget {
    position: relative;
    bottom: 4px;
}

/* Facebookボタン表記用ここまで*/
/*ページトップボタン*/
.page-top{
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
       }

@media screen and (max-width:480px){
 /*SP*/
/* デバイス別出し分け */
.sp {
  display: block;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysMain, #sysAside {
  width: 100%;
}

#sysAside {
  margin-top: 35px;
}

#sysMain {
  margin-top: 0;
}

.grid-col {
  float: none;
  width: 100% !important;
  margin-left: 0;
}

/* 10-1 Header */
#sysHeader {
  margin-bottom: 6%;
}

.h-siteinfo,
.h-siteinfo-sub {
  height: auto;
  padding-top: 3px;
  padding-left: 5px;
}

.h-siteinfo h1,
.h-siteinfo-sub p {
  font-size: xx-small;
}

.h-sitelogo {
  padding: 8px 0 0 10px;
  height: 54px;
}
.h-sitelogo-text {
 padding: 8px 0 0 10px;
 height: 94px;
}



.h-sitelogo li img {
  width: auto;
  max-height: 35px;
}
.h-sitelogo-text li img {
  width: auto;
  max-height: 35px;
}

.h-utilitybtn {
  position: relative;
}

.h-utilitybtn .sysContent {
  width: 30%;
  float: none;
  position: absolute;
  z-index: 999;
  top: 2px;
  right: 15%;
}

.h-utilitybtn ul li {
  height: 44px;
  width: 50% !important;
}

.h-utilitybtn ul li:first-child {
  width: 50% !important;
}

.h-utilitybtn ul li a {
  line-height: 1.3;
  height: 44px;
  font-size: x-small;
  border-top: 1px solid #d3d3d3;
  padding: 0 2px;
}

.h-utilitybtn ul li a:before {
  content: "";
  width: 20px;
  margin: 5px auto 0;
  height: 18px;
  display: block;
}

/* 10-1-3 ドロップダウンメニュー */
.h-subMenu .sysHeadline {
  line-height: 42px;
  width: 15%;
  float: right;
  position: absolute;
  bottom: 8px;
  right: 0;
  background: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background-image: linear-gradient(#ffffff, #f4f4f4);
  color: #21201F;
  border: 1px solid #d3d3d3;
  border-left: none;
}

.h-subMenu .sysAccordionInitialHide {
  padding: 0 4% 3%;
}

.h-subMenu ul li {
  background: #FFF;
  width: 48.5% !important;
  margin: 3.5% 0 0;
}

.h-subMenu ul li:nth-child(2n) {
  width: 48.5% !important;
  margin-left: 3%;
  margin-bottom: 0;
}

.h-subMenu ul li a {
  text-align: center;
  padding: 8% 15%;
  line-height: 1;
}

/* 12-12 見出し */
.mainCnt .sysHeadline {
  padding-right: 20%;
}

.headline-2nd {
  margin-left: 5px;
}

.headline-3rd {
  margin-left: 10px;
}

/* 12-14 Responsive Grid System */
.col {
  float: none;
}

.gutters .col {
  margin-left: 0;
}

.span_1, .span_2, .span_3, .span_4, .span_5, .span_6,
.span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
  width: 100% !important;
  float: none;
}

/* 12-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
  font-size: small;
}

.sysItemList ul.sysThumbnail li,
.sysContent .sysItemBlock .sysHorizontal li {
  padding-bottom: 20px;
  width: 48.5%;
  margin-left: 3%;
}
.sysItemList ul.sysThumbnail li:nth-child(3n+1),
.sysContent .sysItemBlock .sysHorizontal li:nth-child(3n+1) {
  margin-left: 3%;
}
.sysItemList ul.sysThumbnail li:nth-child(2n+1),
.sysContent .sysItemBlock .sysHorizontal li:nth-child(2n+1) {
  margin-left: 0;
}
.sysItemList ul.sysThumbnail li .sysItemName,
.sysContent .sysItemBlock .sysHorizontal li .sysItemName {
  line-height: 1.4;
}
.sysItemList ul.sysThumbnail li .sysItemName a,
.sysContent .sysItemBlock .sysHorizontal li .sysItemName a {
  font-size: 13px;
}

/* 13-1-5 メインメニュー*/
.h-mainMenu ul li {
  padding: 0 1%;
}

.p-topimg .sysContent {
  padding: 3%;
}

/* 13-2-2 Half Banner */
.p-banner li {
  width: 100%;
  margin-bottom: 5px;
}

/* 13-2-3 PICK UP Item */
.p-pickup .sysContent {
  padding: 0 0 5px;
}

/* 13-2-4 News & SNS */
.p-news, .p-sns {
  width: 100%;
}

#newsFeed li {
  padding: 10px 0 8px;
}

#newsFeed li span {
  float: none;
}

#newsFeed li p {
  margin-top: 6px;
}

/* 13-2-5 ShopInformation */
.p-shopInfo .sysContent,
.shopinfo-inner,
.shopinfo-row {
  display: block;
}

.shopinfo-wrap {
  padding-bottom: 0;
}

.p-shopInfo .sysHeadline {
  padding: 5% 18%;
}

.shopinfo-inner {
  width: 96%;
  margin: 5% auto 10%;
}

.shopinfo-inner:nth-child(2n) {
  margin-right: auto;
}

/* 3-3-3 Aside Banner */
.s-banner li {
  margin: 10px auto;
  width: 98%;
}

/* 13-3-5 Aside Category */
.asideCategory ul {
  padding: 15px 20px;
}

.asideCategory ul li.sysText a {
  font-size: 14px;
  padding: 6px 0;
}

/* 13-4-1 Footer Site Map */
.f-sitemap {
  padding: 1px 0;
}

.f-sitemap li {
  width: 100% !important;
}

.f-sitemap ul li.sysText a {
  padding: 5px 20px;
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-top: 1px;
}

/* 13-4-2 Page Top Btn */
.p-pagetop .btn {
  padding: 10px 0;
}

/* 14-1-2 Category Pankuzu */
.sysItemCategoryPankuzu {
  font-size: 12px;
}

/* 14-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail {
  font-size: small;
}

.sysItemList ul.sysThumbnail input {
  font-size: x-small;
}

/* 14-2-3 Order Area */
.orderArea {
  letter-spacing: normal;
}

.orderArea > div {
  width: 100%;
  padding-right: 0;
  float: none;
}

.orderArea > .orderArea {
  padding: 0 5px;
}

/* 14-3 Free Page */
.subttl_1 {
  font-size: 16px;
  margin-top: 35px;
}

.subttl_2 {
  margin-top: 30px;
}

.ol_style01 li {
  margin-top: 20px;
}

.pageCnt .sysContent > p {
  padding-right: 5px;
  padding-left: 5px;
}

/* 特急仕上げ */
.p-tokkyu p {
  margin-top: 20px;
}
.p-tokkyu .pageIntroBox .icon img {
  width: 60px;
}
.p-tokkyu .pageIntroBox .text_img {
  margin-top: 16px;
}

/* 安心の印鑑５年間保証 */
.p-hosho .pageIntroBox .title {
  width: 50%;
  margin: 0 auto;
}
.p-hosho .pageIntroBox .text {
  margin-top: 10px;
}
.p-hosho .pageIntroBox .image {
  margin-top: 15px;
}
.p-hosho .menseki .menseki_image {
  position: static;
  width: 60%;
  margin: 25px auto 0;
}

/* 当店の手彫り仕上げ印鑑のこだわり */
.p-kodawari .kodawari_info .kodawari_info_text {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}
.p-kodawari .kodawari_info .kodawari_info_image {
  float: none;
  width: 77%;
  margin: 0 auto;
  text-align: center;
}
.p-kodawari .kodawari_shiage_text {
  padding: 0 5px;
}

.otherBtn a {
  padding: 14px;
}

/* 印鑑の安心保証サービス */
.p-anshin .pageIntroBox p {
  margin-top: 20px;
}

/* 14-5-2 MyPage*/
.sysMypageNav .sysButton {
  font-size: 0.75rem;
}

/* 商品詳細 */
.orderArea .sysItemImages {
  padding-right: 0;
}

.sysItemName h1 {
  font-size: 22px;
  padding: 0 5px;
}

#sysItemDetail .sysCartButton {
  max-width: 330px;
}

#sysItemDetail .sysExplanation {
  padding: 0 5px;
  font-size: 15px;
}

#sysItemDetail .sysDescription {
  margin-top: 5%;
  padding: 0 5px;
}
#sysItemDetail .sysDescription .intro {
  font-size: 15px;
}

.orderArea .sysItemImages {
  padding-right: 0;
}

/* 商品一覧テンプレート */
.sysItemCategoryCtl {
  padding: 6px;
  font-size: 12px;
}

.sysItemListDisp {
  margin-bottom: 12px;
  padding: 0 5px;
}

.sysItemList ul {
  padding: 0 5px;
}

.sysCategoryDescription .subttl_1 {
  margin-top: 8%;
}
.sysCategoryDescription > .subttl_1:first-child {
  margin-top: 20px;
}

#categoryTemplate {
  /* 個人・会社共通 */
  /* アドレスゴム印見本 */
  /* 個人用印鑑 */
  /* いい夫婦の日 */
  /* 化粧箱 */
}
#categoryTemplate .keyVisual {
  margin-top: 15px;
}
#categoryTemplate .cat_title {
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom-width: 4px;
}
#categoryTemplate .cat_intro,
#categoryTemplate .cat_intro_type2,
#categoryTemplate .cat_kodawari,
#categoryTemplate .cat_tebori,
#categoryTemplate .cat_size,
#categoryTemplate .cat_mihon,
#categoryTemplate .cat_osusume,
#categoryTemplate .cat_shuchiku_sakka,
#categoryTemplate .cat_mihon_gomu {
  padding-top: 7%;
  border-top-width: 4px;
}
#categoryTemplate .cat_intro .midashi {
  padding: 0 10%;
  margin-bottom: 4%;
  text-align: center;
}
#categoryTemplate .cat_intro .main_image {
  width: 26%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  position: static;
}
#categoryTemplate .cat_intro .text {
  width: 68%;
  line-height: 1.8;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  margin-top: 0;
  margin-left: 0;
}
#categoryTemplate .cat_intro .sub_image {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-top: 5%;
}
#categoryTemplate .cat_intro .sub_image img {
  width: 49%;
}
#categoryTemplate .cat_intro .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_intro_type2 .midashi {
  padding: 0 7%;
  margin-bottom: 5%;
  text-align: center;
}
#categoryTemplate .cat_intro_type2 .main_image {
  width: 28%;
  margin-right: 4%;
  margin-bottom: 4%;
  margin-left: 5px;
}
#categoryTemplate .cat_intro_type2 .text {
  width: auto;
  display: block;
  line-height: 1.8;
  margin-left: 0;
  padding: 0 5px;
}
#categoryTemplate .cat_intro_type2 .text .aside_image {
  width: 35%;
}
#categoryTemplate .cat_intro_type2 .text .aside_image:not(:first-child) {
  margin-top: 1.6em;
}
#categoryTemplate .cat_intro_type2 .sub_image {
  padding-top: 1.8em;
}
#categoryTemplate .cat_intro_type2 .sub_image img {
  width: 32%;
}
#categoryTemplate .cat_intro_type2 .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .title_box {
  font-size: 13px;
  padding: 9px 5px;
  float: none;
}
#categoryTemplate .cat_zaishitsu {
  padding: 10px 5px;
}
#categoryTemplate .cat_zaishitsu p {
  line-height: 1.6;
  width: 100%;
  padding-top: 10px;
}
#categoryTemplate .cat_case {
  padding: 10px 5px;
  /* ケース3種 */
}
#categoryTemplate .cat_case p {
  line-height: 1.6;
  width: 100%;
  padding-top: 10px;
}
#categoryTemplate .cat_case ul {
  width: 100%;
  padding-top: 6px;
}
#categoryTemplate .cat_case ul li {
  width: 49%;
}
#categoryTemplate .cat_case ul li p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0px;
  width: 100%;
}
#categoryTemplate .cat_case ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_case.three ul li {
  width: 32%;
}
#categoryTemplate .cat_case.three ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_case.three ul li p {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
  padding-top: 10px;
}
#categoryTemplate .cat_type {
  padding: 10px 5px;
}
#categoryTemplate .cat_type ul {
  margin-top: 10px;
}
#categoryTemplate .cat_type ul li {
  width: 25%;
  padding: 0 5px;
}
#categoryTemplate .cat_sample {
  padding: 10px 5px;
}
#categoryTemplate .cat_sample .sample_wrap {
  letter-spacing: -.4em;
  margin-top: 14px;
}
#categoryTemplate .cat_sample .sample_img {
  float: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 20%;
  margin-right: 4%;
  margin-left: 1%;
}
#categoryTemplate .cat_sample p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 74%;
  padding: 0;
}
#categoryTemplate .cat_sample_kaisha {
  padding: 10px 5px;
}
#categoryTemplate .cat_sample_kaisha p {
  margin-top: 8px;
}
#categoryTemplate .cat_sample_kaisha ul {
  margin-left: 0;
  margin-top: 10px;
}
#categoryTemplate .cat_sample_kaisha ul li {
  width: 49%;
}
#categoryTemplate .cat_sample_kaisha ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_sample_kaisha ul li .sample {
  margin-right: 5px;
}
#categoryTemplate .cat_sample_kaisha ul li span {
  width: calc(100% - 74px - 8px);
}
#categoryTemplate .cat_kodawari {
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_title {
  width: 85%;
  margin-left: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_image {
  float: none;
  text-align: center;
  width: 56%;
  margin-right: auto;
  margin-left: auto;
}
#categoryTemplate .cat_kodawari .kodawari_text {
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  padding: 0 4%;
}
#categoryTemplate .cat_kodawari .kodawari_text p:not(:first-child) {
  margin-top: 0.85em;
}
#categoryTemplate .cat_kodawari .kodawari_1 .kodawari_image {
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_2 {
  margin-top: 9%;
}
#categoryTemplate .cat_kodawari .kodawari_2 .kodawari_image {
  margin-top: 0;
}
#categoryTemplate .cat_tebori {
  margin-top: 7%;
}
#categoryTemplate .cat_tebori .tebori_title {
  padding: 0 3%;
}
#categoryTemplate .cat_tebori .tebori_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_tebori .shokunin {
  margin-top: 8%;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_name {
  margin-top: 15px;
}
#categoryTemplate .cat_tebori .shokunin p {
  width: auto;
  margin-top: 6%;
  padding: 0 4%;
}
#categoryTemplate .cat_tebori .shokunin.s1, #categoryTemplate .cat_tebori .shokunin.s2 {
  padding: 0 10px;
}
#categoryTemplate .cat_tebori .shokunin.s1 .shokunin_image, #categoryTemplate .cat_tebori .shokunin.s2 .shokunin_image {
  float: none;
  width: 68%;
  margin: 0 auto;
}
#categoryTemplate .cat_tebori .shokunin.s1 .shokunin_name, #categoryTemplate .cat_tebori .shokunin.s2 .shokunin_name {
  float: none;
  width: 60%;
  margin-left: 16%;
}
#categoryTemplate .cat_tebori .shokunin.s1 p, #categoryTemplate .cat_tebori .shokunin.s2 p {
  float: none;
}
#categoryTemplate .cat_tebori .shokunin.s2 {
  margin-top: 9%;
}
#categoryTemplate .cat_size {
  margin-top: 6%;
}
#categoryTemplate .cat_size .size_title {
  padding: 0 12%;
}
#categoryTemplate .cat_size .size_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_size .size_example {
  margin-top: 6%;
}
#categoryTemplate .cat_size .size_example .size_example_title {
  margin-left: 10px;
}
#categoryTemplate .cat_size .size_example .size_example_title + p {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
}
#categoryTemplate .cat_size .size_image {
  padding: 0;
  width: 260px;
  margin: 10px auto 20px;
  margin-right: auto;
  margin-left: auto;
}
#categoryTemplate .cat_size .size_image li {
  width: 60px;
}
#categoryTemplate .cat_size .size_table {
  margin: 14px auto 0;
  width: 98%;
}
#categoryTemplate .cat_size .size_table caption {
  font-size: 16px;
}
#categoryTemplate .cat_size .size_table.ginkouin th.women {
  width: auto;
}
#categoryTemplate .cat_mihon {
  margin-top: 8%;
  background-size: 14.2%;
  background-position: right 3% top 0;
  padding-bottom: 7%;
}
#categoryTemplate .cat_mihon .mihon_title {
  margin-left: 5%;
  width: 75%;
}
#categoryTemplate .cat_mihon .mihon_button {
  margin-top: 4%;
  font-size: 18px;
  padding: 8px 0 6px;
}
#categoryTemplate .cat_mihon_gomu .mihon_gomu_title {
  padding: 0 20%;
  line-height: 1;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp {
  margin-top: 1%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp,
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 0;
  margin-top: 6%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp {
  width: 80%;
  text-align: center;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  width: auto;
  padding: 0 5%;
  margin-top: 7%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition p:not(:first-child) {
  margin-top: 1em;
}
#categoryTemplate .cat_mihon_gomu .gomu_size {
  margin-top: 8%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_title {
  font-size: 15px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box {
  margin-left: 0;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row {
  margin: 5% 0;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:first-child {
  margin-top: 4%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:last-child {
  margin-bottom: 7%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row .image {
  padding: 0 10%;
  margin-right: 0;
  width: 100%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row p {
  font-size: 15px;
  width: 100%;
  margin-top: 4px;
  display: table-header-group;
  /* 上下を入れ替え */
}
#categoryTemplate .cat_mihon_gomu .gomu_size .addition {
  margin: 0 7%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set {
  margin-top: 6%;
  padding: 0 3.5%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box {
  padding: 4%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box li {
  margin: 2px 0;
}
#categoryTemplate .cat_osusume {
  margin-top: 4%;
  padding-top: 8%;
}
#categoryTemplate .cat_osusume .osusume_title {
  margin-bottom: 7%;
  padding: 0 10%;
}
#categoryTemplate .cat_osusume .osusume_img {
  max-width: 100%;
  width: 72%;
  text-align: center;
  float: none;
  margin: 0 auto;
}
#categoryTemplate .cat_osusume p {
  padding: 0 4%;
}
#categoryTemplate .cat_shuchiku_sakka {
  margin-top: 7%;
  padding-top: 7%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_img {
  width: 60%;
  margin: 5% auto 0;
  float: none;
  text-align: center;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_text {
  margin-left: 0;
  margin: 6% auto 0;
  padding: 0 4%;
}
#categoryTemplate .cat_otherset {
  margin-top: 6%;
  padding: 0 10px;
}
#categoryTemplate .cat_otherset li {
  width: 100%;
  float: none;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
}
#categoryTemplate .cat_otherset li:nth-child(2n+1) {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
}
#categoryTemplate .cat_otherset li a img {
  width: 110px;
  margin-right: 15px;
}
#categoryTemplate .cat_otherset li a p {
  font-size: 13px;
}
#categoryTemplate .cat_otherset li a p span {
  font-size: 18px;
}
#categoryTemplate .goodpair_intro .image {
  max-width: 247px;
  width: 40%;
  margin: 0 3% 2% 0px;
}
#categoryTemplate .goodpair_intro p {
  padding: 0 3%;
}
#categoryTemplate .goodpair_inner {
  margin-top: 7%;
}
#categoryTemplate .goodpair_attention .cat_title {
  margin-top: 8%;
}
#categoryTemplate .goodpair_attention p {
  margin-top: 20px;
  padding: 0 2%;
}
#categoryTemplate.cate_box .keyVisual + .cat_title {
  margin-bottom: 4.5%;
}
#categoryTemplate.cate_box .cat_otherset {
  margin-top: 8%;
}
#categoryTemplate.cate_box .cat_otherset li a img {
  width: 80px;
}
#categoryTemplate .box_intro .image {
  max-width: 309px;
  width: 44%;
  margin-right: 4%;
  margin-bottom: 1%;
}
#categoryTemplate .box_intro p {
  overflow: visible;
  padding: 0 10px;
}
#categoryTemplate .box_inner {
  margin-top: 7%;
}

/*SP*/
/*ページトップボタン*/
.page-top img{

        width:60px;
}



}
@media screen and (min-width:481px) and (max-width:800px){
/* TAB */
/* デバイス別出し分け */
.sp {
  display: none;
}

.tb {
  display: block;
}

.pc {
  display: none;
}

/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
div#sysMain, div#sysAside {
  width: 100%;
  float: none;
}

/* PCレイアウトを維持する場合は削除 */
div#sysAside {
  margin-top: 40px;
}

/* 20-1 Header */
.h-siteinfo h1,
.h-siteinfo-sub p {
  font-size: 11px;
}

.h-utilitybtn {
  margin: 0 5px;
}

.h-siteinfo,
.h-siteinfo-sub {
  padding-top: 10px;
}

.h-siteinfo .sysContent,
.h-siteinfo-sub .sysContent {
  max-width: 66%;
}

.h-sitelogo {
  padding-bottom: 15px;
}

/* 20-1-3 ドロップダウンメニュー */
.h-subMenu .sysHeadline {
  width: 30%;
  float: right;
  position: absolute;
  bottom: 10px;
  right: 5px;
  background-color: #7c1712;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background-image: linear-gradient(#90312d, #7c1712);
  border: 1px solid #8f6161;
  line-height: 45px;
}

.h-subMenu .sysAccordionInitialHide {
  padding: 0 4% 3%;
}

.h-subMenu ul li {
  background: #FFF;
  width: 48.5% !important;
  margin: 3.5% 0 0;
}

.h-subMenu ul li:nth-child(2n) {
  width: 48.5% !important;
  margin-left: 3%;
  margin-bottom: 0;
}

.h-subMenu ul li a {
  text-align: center;
  padding: 8% 15%;
  line-height: 1;
}

/* 23-1-4 カート・ログインボタン */
.h-utilitybtn ul li a {
  padding: 0 5px;
}

.h-utilitybtn ul li a:before {
  display: none;
}

/* 23-1-5 メインメニュー*/
.h-mainMenu {
  border-right: none;
  border-left: none;
}

.h-mainMenu ul li {
  padding: 0 1%;
}

/* 23-1-6 検索フォーム */
.h-search .sysContent {
  padding: 10px;
  height: 54px;
}

/* 23-3-3 Aside Banner */
.s-banner {
  overflow: hidden;
}

.s-banner li {
  width: 98%;
  margin: 2% auto 0;
  float: none;
}

/* LoginForm & Search Form */
.s-login, .s-search, .s-banner {
  width: 49%;
  width: calc( 50% - .2em);
  float: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 6%;
}

.s-login {
  margin: 0;
}

.s-search.asideCnt .sysItemSearchAndOr label {
  display: block;
}

/* 23-4-1 Footer Site Map */
.f-sitemap .sysContent {
  padding: 0 1%;
}

.f-sitemap ul li {
  padding: 0 1px;
}

/* 23-4-2 Page Top Btn */
/* 商品詳細 */
#sysItemDetail .sysExplanation {
  padding: 0 5px;
}

.sysItemName h1 {
  padding: 0 5px;
}

.orderArea .sysItemImages {
  width: 44%;
}
.orderArea > .orderArea {
  width: 56%;
}

/* 商品一覧テンプレート */
.sysItemCategoryCtl {
  padding: 8px;
  font-size: 13px;
}

.sysItemListDisp {
  padding: 0 5px;
  margin-bottom: 15px;
}

.sysItemList ul {
  padding: 0 5px;
}

.sysCategoryDescription .subttl_1 {
  margin-top: 8%;
}

#categoryTemplate {
  max-width: calc(655px + 6%);
  margin-right: auto;
  margin-left: auto;
  padding: 0 3%;
  /* 個人・会社共通 */
  /* アドレスゴム印見本 */
  /* 個人用印鑑 */
  /* いい夫婦の日 */
  /* 化粧箱 */
}
#categoryTemplate .cat_title {
  font-size: 26px;
  padding-bottom: 12px;
  border-bottom-width: 6px;
}
#categoryTemplate .cat_intro,
#categoryTemplate .cat_intro_type2,
#categoryTemplate .cat_kodawari,
#categoryTemplate .cat_tebori,
#categoryTemplate .cat_size,
#categoryTemplate .cat_mihon,
#categoryTemplate .cat_osusume,
#categoryTemplate .cat_shuchiku_sakka,
#categoryTemplate .cat_mihon_gomu {
  padding-top: 7%;
  border-top-width: 6px;
}
#categoryTemplate .cat_intro .midashi {
  padding: 0 10%;
  text-align: center;
}
#categoryTemplate .cat_intro .main_image {
  width: 26%;
}
#categoryTemplate .cat_intro .text {
  width: 68%;
  margin-left: 30%;
}
#categoryTemplate .cat_intro .sub_image {
  width: 68%;
  margin-left: 30%;
}
#categoryTemplate .cat_intro .sub_image img {
  width: 49%;
}
#categoryTemplate .cat_intro .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_intro_type2 .midashi {
  margin-bottom: 6%;
}
#categoryTemplate .cat_intro_type2 .main_image {
  width: 26%;
}
#categoryTemplate .cat_intro_type2 .text {
  width: 68%;
  margin-left: 30%;
}
#categoryTemplate .cat_intro_type2 .text p:not(:first-child) {
  margin-top: 1.6em;
}
#categoryTemplate .cat_intro_type2 .text .aside_image {
  width: 35%;
}
#categoryTemplate .cat_intro_type2 .text .aside_image:not(:first-child) {
  margin-top: 1.6em;
}
#categoryTemplate .cat_intro_type2 .sub_image img {
  width: 32%;
}
#categoryTemplate .cat_intro_type2 .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_zaishitsu p {
  width: calc(100% - 135px);
}
#categoryTemplate .cat_case {
  /* ケース3種 */
}
#categoryTemplate .cat_case ul li {
  width: 49%;
}
#categoryTemplate .cat_case ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_case.three ul li {
  width: 32%;
}
#categoryTemplate .cat_case.three ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_type ul li {
  width: 25%;
  padding: 0 5px;
}
#categoryTemplate .cat_sample .sample_img {
  width: 16%;
}
#categoryTemplate .cat_sample_kaisha ul {
  margin-left: 130px;
}
#categoryTemplate .cat_sample_kaisha ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_sample_kaisha ul li span {
  width: calc(100% - 74px - 8px);
}
#categoryTemplate .cat_kodawari {
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_title {
  width: 56.5%;
}
#categoryTemplate .cat_kodawari .kodawari_image {
  width: 37%;
}
#categoryTemplate .cat_kodawari .kodawari_text {
  width: 58%;
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_text p:not(:first-child) {
  margin-top: 1.2em;
}
#categoryTemplate .cat_kodawari .kodawari_1 .kodawari_image {
  margin-top: -10%;
}
#categoryTemplate .cat_kodawari .kodawari_2 {
  margin-top: 7%;
  position: relative;
}
#categoryTemplate .cat_kodawari .kodawari_2 .kodawari_image {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
#categoryTemplate .cat_tebori {
  margin-top: 6%;
}
#categoryTemplate .cat_tebori .tebori_title {
  padding: 0 4%;
}
#categoryTemplate .cat_tebori .tebori_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_name {
  width: 54%;
  margin-top: 0%;
  padding-right: 10%;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_image {
  width: 43%;
}
#categoryTemplate .cat_tebori .shokunin p {
  width: 54%;
  margin-top: 4%;
}
#categoryTemplate .cat_tebori .shokunin.s1 {
  margin-top: 6%;
}
#categoryTemplate .cat_tebori .shokunin.s2 {
  margin-top: 6%;
}
#categoryTemplate .cat_size {
  margin-top: 6%;
}
#categoryTemplate .cat_size .size_title {
  padding: 0 15%;
}
#categoryTemplate .cat_size .size_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_size .size_example .size_example_title + p {
  width: calc(100% - 130px);
}
#categoryTemplate .cat_size .size_image {
  padding-left: 5%;
  padding-right: 5%;
}
#categoryTemplate .cat_size .size_table.ginkouin th.women {
  width: auto;
}
#categoryTemplate .cat_mihon {
  background-size: 14.2%;
  background-position: right 3% top 0;
  padding-bottom: 7%;
}
#categoryTemplate .cat_mihon .mihon_title {
  margin-left: 8%;
  width: 73%;
}
#categoryTemplate .cat_mihon .mihon_button {
  margin-top: 5%;
  font-size: 22px;
  padding: 10px 0 7px;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp {
  margin-top: 2%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp,
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 0 2.5%;
  margin-top: 5%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 0 1% 0 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition p:not(:first-child) {
  margin-top: 1.2em;
}
#categoryTemplate .cat_mihon_gomu .gomu_size {
  margin-top: 6%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box {
  margin-left: 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row {
  margin: 4.5% 0;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:first-child {
  margin-top: 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row .image {
  max-width: 327px;
  width: 56%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row p {
  font-size: 16px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .addition {
  margin-left: 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set {
  margin-top: 4.5%;
  padding: 0 1.5%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box {
  padding: 3%;
}
#categoryTemplate .cat_osusume {
  margin-top: 3%;
  padding-top: 7%;
}
#categoryTemplate .cat_osusume .osusume_title {
  margin-bottom: 7%;
}
#categoryTemplate .cat_osusume .osusume_img {
  max-width: 46%;
}
#categoryTemplate .cat_shuchiku_sakka {
  margin-top: 7%;
  padding-top: 7%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_title {
  margin-left: 41%;
  padding-right: 10px;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_img {
  width: 37%;
  margin-top: -4%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_text {
  margin-left: 41%;
  margin-top: 4%;
  padding-right: 10px;
}
#categoryTemplate .cat_otherset {
  margin-top: 6%;
}
#categoryTemplate .cat_otherset li {
  /* 600px以下 */
}
#categoryTemplate .cat_otherset li a img {
  width: 42%;
}
@media screen and (max-width: 600px) {
  #categoryTemplate .cat_otherset li {
    width: 100%;
    float: none;
  }
  #categoryTemplate .cat_otherset li:nth-child(2n+1) {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #categoryTemplate .cat_otherset li a img {
    width: 137px;
    margin-right: 15px;
  }
}
#categoryTemplate .goodpair_intro .image {
  max-width: 247px;
  width: 40%;
}
#categoryTemplate .goodpair_inner {
  margin-top: 7%;
}
#categoryTemplate .goodpair_attention .cat_title {
  margin-top: 8%;
}
#categoryTemplate .goodpair_attention p {
  margin-top: 20px;
}
#categoryTemplate.cate_box .keyVisual + .cat_title {
  margin-bottom: 4.5%;
}
#categoryTemplate.cate_box .cat_otherset {
  margin-top: 7%;
}
#categoryTemplate.cate_box .cat_otherset li a img {
  width: 35%;
}
#categoryTemplate .box_intro .image {
  max-width: 309px;
  width: 44%;
}
#categoryTemplate .box_inner {
  margin-top: 7%;
}

/* 14-3 Free Page */
.pageCnt .sysContent > p {
  padding-right: 5px;
  padding-left: 5px;
}

/* 当店の手彫り仕上げ印鑑のこだわり */
.p-kodawari .kodawari_info .kodawari_info_text {
  width: 55%;
  margin-right: 1%;
}
.p-kodawari .kodawari_info .kodawari_info_image {
  width: 40%;
}
.p-kodawari .kodawari_shiage_text {
  padding: 0 5px;
}

/* TAB */
/*ページトップボタン*/
.page-top{
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
       }
}
@media screen and (min-width:801px){
/*pc*/
/* デバイス別出し分け */
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

/* 30-0 Only PC
 *----------------------------------------------------------------------*/
body {
  min-width: 950px;
}

#sysHeader {
  margin-bottom: 40px;
}

div#sysAside {
  width: 258px;
  padding: 0;
  float: left;
}

#sysFooter {
  margin-top: 65px;
}

.mainCnt {
  margin-bottom: 45px;
}

/* 30-1 Header */
.h-siteinfo:after,
.h-siteinfo-sub:after {
  content: url(../img/common/inkan_top.png);
  position: absolute;
  top: 0;
  left: 528px;
}

.h-siteinfo,
.h-siteinfo-sub,
.h-subMenu {
  margin: 0 auto;
  position: relative;
}

.h-siteinfo {
  text-align: left;
}

/* 30-1-3 ドロップダウンメニュー */
.h-subMenu > .sysContent {
  display: block !important;
}

.h-subMenu > .sysHeadline {
  display: none;
}

.h-subMenu .sysAccordionInitialHide {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 999;
  width: 62.5%;
  background: transparent;
  padding: 0;
}

.h-subMenu ul {
  display: table;
  width: 100%;
}

.h-subMenu ul li {
  display: table-cell;
  width: auto !important;
  float: none;
  text-align: center;
  background: none;
  border-right: 1px dotted #7B7B7B;
}

.h-subMenu ul li:first-child {
  border-left: 1px dotted #7B7B7B;
}

.h-subMenu ul li a {
  padding: 10px 0;
  line-height: inherit;
}

.h-subMenu ul li a img {
  width: 112px;
}

.h-mainMenu {
  padding: 17px 0;
}

.h-mainMenu nav {
  width: 74%;
}

.h-search .sysContent {
  width: 25%;
  position: absolute;
  top: -64px;
  right: 0;
}

.p-topimg .sysContent {
  padding: 30px 0;
}

/* 32-9 トグル機能アニメーション */
.h-subMenu .sysAccordionInitialHide {
  opacity: 1;
}

/* 33-3-1 Aside Check List */
.s-checklist li > div {
  width: 90%;
  margin: 0 auto;
}

.s-checklist .sysContent .sysVertical .sysItemImage img {
  width: 100%;
  float: none;
  margin: 5px auto;
}

/* 34-4-1 Footer Site Map */
.f-sitemap {
  padding: 40px 0;
}

.f-sitemap .sysContent {
  width: 95%;
  margin: 0 auto;
}

#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterIndex #sysMain,
#sysFormThanks #sysMain,
#sysFormConfirm #sysMain,
#sysFormIndex #sysMain {
  width: 70%;
}

/*商品閲覧履歴*/
.m-checklist {
  margin-top: 40px;
}

/*pc*/
/*ページトップボタン*/
.page-top{
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
       }
}
/* #END_OF_RESOURCE_FILE */

/* 薩摩本柘印鑑一覧 */
 .container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 10px;
      max-width: 600px;
      margin: 0 auto;
margin-top:30px;
    }

    .item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .item img {
      width: 100%;
      height: auto;
    }

    .item p {
      font-weight: bold;
    }

/*見だし(グリーン)*/
.headline-gensen{

color: #143c4c;
    font-size: 19px;
font-weight: bold;
}

/*FAQの質問タブ*/
.tab-002 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 700px;
}

.tab-002 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #800000;
    color: #fff;
    font-size: .9.5em;
    text-align: center;
    cursor: pointer;
}

.tab-002 > label:hover {
    opacity: .8;
}

.tab-002 input {
    display: none;
}

.tab-002 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-002 label:has(:checked) {
    opacity: 1;
}

.tab-002 label:has(:checked) + div {
    display: block;
}


/*Q&A回答*/
.qa-008 dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qa-008 dt::before,
.qa-008 dd::before {
    margin-right: .4em;
}

.qa-008 dt::before {
    content: "Q.";
}

.qa-008 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    color: #333333;
}

.qa-008 dd::before {
    content: "A.";
}


/*カテゴリーページの実印・銀行印・認印質問(クリックで表示)*/
.area01{
    background-color: #fff;
}

.inner {
  width:650px;
  margin: 20px auto;
}

.qa_box{
    margin-bottom: 20px;
}

.qa_box .qa_q {
    background-color: #d9d7d7;
    border: 1px solid #d9d7d7;
    padding: 20px 25px;
    position: relative;
    cursor: pointer;
    color: #030303;
}

.toggle_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -15px;
  font-size: 1.5rem; /* アイコンのサイズを大きく */
  line-height: 1; /* 行間の調整 */
}
.toggle_icon:before{
  position: absolute;
  content: "＋";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.5rem; /* アイコンのサイズを大きく */
}

.qa_q.open .toggle_icon:before {
    position: absolute;
    content: "－";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 1.5rem; /* アイコンのサイズを大きく */
}

.qa_box .qa_a {
    display: none;
    padding: 25px 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}

.q_txt{
    display: block;
    padding-left: 0px;
    position: relative;
    line-height: 1.5;
    font-size: 15px;
}

.a_txt {
    display: block;
    padding-left: 0px;
    position: relative;
    line-height: 1.5;
}

@media screen and (max-width: 650px) { 
    .inner{
        width: auto;
    }
    
    .toggle_icon {
        right: 0.8rem;
    }
    
    .toggle_icon:before {
        width: 15px;
    }
    .toggle_icon:after {
        height: 15px;
        right: 7px;
    }
}

@media screen and (max-width: 480px) { 
    .toggle_icon {
        right: 0.4rem;
    }
}

/*カテゴリーページの比較検討されている印鑑候補のボタン*/
.cp_arrows {
	margin: 1em auto;
}
.cp_arrows span {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.cp_arrows span::after {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 1em;
	height: 1em;
	content: '';
	border: 2px solid #0d303f;
	border-radius: 50%;
}
.cp_arrows [class*='cp_arrow'] {
	position: relative;
	z-index: 99;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: middle;
	color: #0d303f;
}
.cp_arrows [class*='cp_arrow']:after,
.cp_arrows [class*='cp_arrow']:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	content: '';
}
.cp_arrows [class*='cp_arrow'] {
	top: -0.1em;
	width: 0;
	height: 0;
	margin: 1em 0.5em;
	border: 0.25em solid transparent;
	border-top: 0.25em solid;
	border-right: 0.25em solid;
}
.cp_arrows .cp_arrow_left {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.cp_arrows .cp_arrow_right {
	left: -0.3em;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_arrows .cp_arrow_up {
	top: 0;
	left: -0.1em;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.cp_arrows .cp_arrow_down {
	top: -0.25em;
	left: -0.1em;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.cp_arrows .cp_arrow_left_up {
	left: -0.1em;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.cp_arrows .cp_arrow_left_down {
	left: -0.1em;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.cp_arrows .cp_arrow_right_up {
	top: -0.05em;
	left: -0.2em;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.cp_arrows .cp_arrow_right_down {
	left: -0.1em;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}




/*カテゴリーページ3カラム*/
.flex-parent {
  width:100%;
  display:flex;
  flex-wrap:wrap; /*折り返し*/
  justify-content: flex-start;/*左端揃え*/
}
.flex-child {
  width:32%;
  display:flex;
  flex-direction:column;
  border:1px solid #ccc;
  box-sizing:border-box;
  border-radius:16px;
  width: 32%;
  margin-right: 1%;
}
.flex-grandchild-img {
  width:100%;
  height:auto;
  position:relative;
}
.flex-grandchild-img::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-img img {
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
  border-radius:16px 16px 0 0;
}
.flex-grandchild-inner {
  display:flex;
  flex-direction:column;
  flex-grow:1;
  width:100%;
}
.flex-grandchild-inner h3 {
  display:flex;
  align-items:center;
  min-height:56px;
  color:#333;
  font-size:1.0rem;
  line-height:1.6;
  padding:5px 0;
  margin:0 10px;
  box-sizing:border-box;
  border-bottom:1px solid #ccc;
}
.flex-grandchild-inner h3 img {
  display:block;
  width:12.5%;height:auto;
  margin-right:8px;
}
.flex-grandchild-innerText {
  flex-grow:1;
  padding:5px 10px;
  box-sizing:border-box;
}
.flex-grandchild-innerLink {
  width:100%;
  height:auto;
}
.flex-grandchild-innerLink a {
  width:90%;
  height:48px;
  margin:10px auto 20px auto;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  background:#7d1813;
  border-radius:8px;
}
@media screen and (max-width: 1360px) {
  .flex-parent {
    width:90%;
    max-width:initial;
    height:auto;
    margin:0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .flex-child {
    width:49%;
    display:flex;
    flex-direction:column;
    border:1px solid #ccc;
    box-sizing:border-box;
    border-radius:16px;
  }
  .flex-child:nth-of-type(n+3) {
    margin-top:40px;
  }
}
@media screen and (max-width: 896px) {
  .flex-child {
    width:100%;
    display:flex;
    flex-direction:row;
    border:1px solid #ccc;
    box-sizing:border-box;
    border-radius:16px;
  }
  .flex-child:nth-of-type(n+2) {
    margin-top:40px;
  }
  .flex-grandchild-img img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    top:0;left:0;
    border-radius:16px 0 0 16px;/*角丸変更*/
  }
  .flex-grandchild-inner h3 {
    padding:10px 0;
  }
  .flex-grandchild-innerText {
    min-height:120px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;/* 4行以上は省略 */
  }
}
@media screen and (max-width: 786px) {
  .flex-parent {
    width:70%;
    margin:0 auto;
  }
  .flex-child {
    flex-direction:column;
  }
  .flex-grandchild-img img {
    border-radius:16px 16px 0 0;/*角丸変更*/
  }
}
@media screen and (max-width: 480px) {
  .flex-parent {
    width:90%;/*全体の幅を90%に*/
  }
}





/*
 * HPで表示している価格を一括変更
 * 
 * 商品型番で基本的に検索に引っ掛かるようにしています。
 * 2ヵ所表示などで表示スタイルが変わる場合は型番と＋aで対応
 *
 *
 *
 *
 *  1- 0  bro_refillink        補充用インク(0.25cc*6)
 *  1- 1  business_stamp9      浸透ネーム印
 *  1- 1a  business_stamp9-op  浸透ネーム印
 *  1- 2  illust_stamp         イラスト入り浸透ネーム印
 *  1- 3　illust_cat120　　　　猫はんこ 薩摩本柘12.0
 *  1- 4  illust_cat120k　　　 猫はんこ 黒水牛12.0
 *  1- 5  illust_dog9          犬浸透ネーム印
 *  1- 6  illust_dog120        犬はんこ 薩摩本柘12.0
 *  1- 7  illust_dog120k       犬はんこ 黒水牛12.0
 *  1- 8  illust_stamp9        福丸浸透ネーム印
 *  1- 9  illust_tuge12        福丸はんこ 薩摩本柘12.0
 *  1-10  illust_kuro120       福丸はんこ 黒水牛12.0
 *  1-11  illust_hall9         ハロウィン浸透ネーム印
 *  1-12  illust_hall120t      ハロウィン 薩摩本柘12.0 
 *  1-13  illust_hall120k      ハロウィン 芯持ち黒水牛12.0
 *
 *　2- 0  case_0001            牛もみ印鑑ケース10.5
 *  2- 1  otamesi-tuge         お試し 薩摩本柘印鑑 10.5/12.0ミリ
 *　2- 4  zouge_mitome     　　お試し 象牙認印ギフトセット
 *
 * 
 *  3- 1  tuge                 薩摩本柘 単品(10.5)
 *  3- 2  tuge-jg              薩摩本柘 実印・銀行印(13.5+13.5)
 *  3- 3  tuge-gm              薩摩本柘 銀行印・認印(13.5+10.5)
 *  3- 4  tuge-jgm             薩摩本柘 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3- 5  saika             　 彩樺 単品(10.5)
 *  3- 6  saika-jg          　 彩樺 実印・銀行印(13.5+13.5)
 *  3- 7  saika-gm             彩樺 銀行印・認印(13.5+10.5)
 *  3- 8  saika-jgm            彩樺 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3- 9  bs                   黒彩樺 単品(10.5)
 *  3-10  bs-jg                黒彩樺 実印・銀行印(13.5+13.5)
 *  3-11  bs-gm                黒彩樺 銀行印・認印(13.5+10.5)
 *  3-12  bs-jgm               黒彩樺 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-13  aguni                火神 単品(10.5)
 *  3-14  aguni-jg             火神 実印・銀行印(13.5+13.5)
 *  3-15  aguni-gm             火神 銀行印・認印(13.5+10.5)
 *  3-16  aguni-jgm            火神 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-17  yakusugi             屋久杉 単品(10.5)
 *  3-18  yakusugi-jg          屋久杉 実印・銀行印(13.5+13.5)
 *  3-19  yakusugi-gm          屋久杉 銀行印・認印(13.5+10.5)
 *  3-20  yakusugi-jgm         屋久杉 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-21  hinoki               伊勢桧 単品(12.0)
 *  3-22  hinoki-jg            伊勢桧 実印・銀行印(13.5+13.5)
 *  3-23  hinoki-gm            伊勢桧 銀行印・認印(13.5+12.0)
 *  3-24  hinoki-jgm           伊勢桧 実印・銀行印・認印(13.5+13.5+12.0)
 *  3-25  mammoth              マンモス 単品(10.5)
 *  3-26  mammoth-jg           マンモス 実印・銀行印(13.5+13.5)
 *  3-27  mammoth-gm           マンモス 銀行印・認印(13.5+10.5)
 *  3-28  mammoth-jgm          マンモス 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-29  kuro                 芯持ち黒水牛 単品(10.5)
 *  3-30  kuro-jg              芯持ち黒水牛 実印・銀行印(13.5+13.5)
 *  3-31  kuro-gm              芯持ち黒水牛 銀行印・認印(13.5+10.5)
 *  3-32  kuro-jgm             芯持ち黒水牛 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-33  ora-g                芯持ちオランダ水牛(柄) 単品(10.5)
 *  3-34  ora-g-jg             芯持ちオランダ水牛(柄) 実印・銀行印(13.5+13.5)
 *  3-35  ora-g-gm             芯持ちオランダ水牛(柄) 銀行印・認印(13.5+10.5)
 *  3-36  ora-g-jgm            芯持ちオランダ水牛(柄) 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-37  ora-s                芯持ちオランダ水牛(白) 単品(10.5)
 *  3-38  ora-s-jg             芯持ちオランダ水牛(白) 実印・銀行印(13.5+13.5)
 *  3-39  ora-s-gm             芯持ちオランダ水牛(白) 銀行印・認印(13.5+10.5)
 *  3-40  ora-s-jgm            芯持ちオランダ水牛(白) 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-41  zouge-n              象牙(並) 単品(10.5)
 *  3-42  zouge-n-jg           象牙(並) 実印・銀行印(13.5+13.5)
 *  3-43  zouge-n-gm           象牙(並) 銀行印・認印(13.5+10.5)
 *  3-44  zouge-n-jgm          象牙(並) 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-45  zouge-t              象牙(中) 単品(10.5)
 *  3-46  zouge-t-jg           象牙(中) 実印・銀行印(13.5+13.5)
 *  3-47  zouge-t-gm           象牙(中) 銀行印・認印(13.5+10.5)
 *  3-48  zouge-t-jgm          象牙(中) 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-49  zouge-j              象牙(上) 単品(10.5)
 *  3-50  zouge-j-jg           象牙(上) 実印・銀行印(13.5+13.5)
 *  3-51  zouge-j-gm           象牙(上) 銀行印・認印(13.5+10.5)
 *  3-52  zouge-j-jgm          象牙(上) 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-53  zouge-tj             象牙(特上) 単品(10.5)
 *  3-54  zouge-tj-jg          象牙(特上) 実印・銀行印(13.5+13.5)
 *  3-55  zouge-tj-gm          象牙(特上) 銀行印・認印(13.5+10.5)
 *  3-56  zouge-tj-jgm         象牙(特上) 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-57  zouge-gj             象牙(極上芯持ち) 単品(10.5)
 *  3-58  zouge-gj-jg          象牙(極上芯持ち) 実印・銀行印(13.5+13.5)
 *  3-59  zouge-gj-gm          象牙(極上芯持ち) 銀行印・認印(13.5+10.5)
 *  3-60  zouge-gj-jgm         象牙(極上芯持ち) 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-61  s-titan              シルバーチタン 単品(10.5)
 *  3-61-2s-titan12            シルバーチタン 単品(12.0)
 *  3-62  s-titan-jg           シルバーチタン 実印・銀行印(13.5+13.5)
 *  3-63  s-titan-gm           シルバーチタン 銀行印・認印(13.5+10.5)
 *  3-64  s-titan-jgm          シルバーチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-65  g-titan              ゴールドチタン 単品(10.5)
 *  3-66  g-titan-jg           ゴールドチタン 実印・銀行印(13.5+13.5)
 *  3-67  g-titan-gm           ゴールドーチタン 銀行印・認印(13.5+10.5)
 *  3-68  g-titan-jgm          ゴールドチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-69  ms-titan             鏡面シルバーチタン 単品(10.5)
 *  3-70  ms-titan-jg          鏡面シルバーチタン 実印・銀行印(13.5+13.5)
 *  3-71  ms-titan-gm          鏡面シルバーチタン 銀行印・認印(13.5+10.5)
 *  3-72  ms-titan-jgm         鏡面シルバーチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-73  mb-titan             鏡面ブラックチタン 単品(10.5)
 *  3-74  mb-titan-jg          鏡面ブラックチタン 実印・銀行印(13.5+13.5)
 *  3-75  mb-titan-gm          鏡面ブラックチタン 銀行印・認印(13.5+10.5)
 *  3-76  mb-titan-jgm         鏡面ブラックチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-77  mg-titan             鏡面ゴールドチタン 単品(10.5)
 *  3-78  mg-titan-jg          鏡面ゴールドチタン 実印・銀行印(13.5+13.5)
 *  3-79  mg-titan-gm          鏡面ゴールドチタン 銀行印・認印(13.5+10.5)
 *  3-80  mg-titan-jgm         鏡面ゴールドチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0)
 *  3-81  md                   牛角(特上) 単品(10.5)
 *  3-82  md-jg                牛角(特上) 実印・銀行印(13.5+13.5)
 *  3-83  md-gm                牛角(特上) 銀行印・認印(13.5+10.5)
 *  3-84  md-jgm               牛角(特上) 実印・銀行印・認印(13.5+13.5+10.5/12.0)

 *  4-01  yugahu_tuge_135  世果報印鑑-薩摩本柘(13.5mm)
 *  4-02  yugahu_tuge_150  世果報印鑑-薩摩本柘(15.0mm)
 *  4-03  yugahu_tuge_165  世果報印鑑-薩摩本柘(16.5mm)
 *  4-04  yugahu_kuro_135  世果報印鑑-黒水牛(13.5mm)
 *  4-05  yugahu_kuro_150  世果報印鑑-黒水牛(15.0mm)
 *  4-06  yugahu_kuro_165  世果報印鑑-黒水牛(16.5mm)





*/
 /*----------------------------------------------------------------------*/

/* 1- 0  bro_refillink        補充用インク(0.25cc*6) */
.bro_refillink::before {
content: "販売価格：605";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.bro_refillink::after {
content: "円(税込)";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 1- 1  business_stamp9      浸透ネーム印 */
.business_stamp9::before {
content: "販売価格：1,051";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.business_stamp9::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 1- 2  illust_stamp         イラスト入り浸透ネーム印 */
.illust_stamp::before {
content: "販売価格：1,680";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.illust_stamp::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 1- 3　illust_cat120　　　　猫はんこ 薩摩本柘12.0 */
.illust_cat120::before {
content: "2,979";
font-weight: normal;
}

.illust_cat120::after {
content: "円 ～";
font-weight: normal;
}


/* 1- 4  illust_cat120k　　　 猫はんこ 黒水牛12.0 */
.illust_cat120k::before {
content: "3,979";
font-weight: normal;
}

.illust_cat120k::after {
content: "円 ～";
font-weight: normal;
}


/* 1- 5  illust_dog9          犬浸透ネーム印 */
.illust_dog9::before {
content: "1,680";
font-weight: normal;
}

.illust_dog9::after {
content: "円";
font-weight: normal;
}


/* 1- 6  illust_dog120        犬はんこ 薩摩本柘12.0 */
.illust_dog120::before {
content: "2,979";
font-weight: normal;
}

.illust_dog120::after {
content: "円 ～";
font-weight: normal;
}


/* 1- 7  illust_dog120k       犬はんこ 黒水牛12.0 */
.illust_dog120k::before {
content: "3,979";
font-weight: normal;
}

.illust_dog120k::after {
content: "円 ～";
font-weight: normal;
}


/* 1- 8  illust_stamp9        福丸浸透ネーム印 */
.illust_stamp9::before {
content: "1,680";
font-weight: normal;
}

.illust_stamp9::after {
content: "円";
font-weight: normal;
}


/* 1- 9  illust_tuge12        福丸はんこ 薩摩本柘12.0 */
.illust_tuge12::before {
content: "2,979";
font-weight: normal;
}

.illust_tuge12::after {
content: "円 ～";
font-weight: normal;
}


/* 1-10  illust_kuro120       福丸はんこ 黒水牛12.0 */
.illust_kuro120::before {
content: "3,979";
font-weight: normal;
}

.illust_kuro120::after {
content: "円 ～";
font-weight: normal;
}


/* 1-11  illust_hall9         ハロウィン浸透ネーム印 */
.illust_hall9::before {
content: "1,680";
font-weight: normal;
}

.illust_hall9::after {
content: "円";
font-weight: normal;
}


/* 1-12  illust_hall120t      ハロウィン 薩摩本柘12.0 */
.illust_hall120t::before {
content: "2,979";
font-weight: normal;
}

.illust_hall120t::after {
content: "円 ～";
font-weight: normal;
}


/* 1-13  illust_hall120k      ハロウィン 芯持ち黒水牛12.0 */
.illust_hall120k::before {
content: "3,979";
font-weight: normal;
}

.illust_hall120k::after {
content: "円 ～";
font-weight: normal;
}


/* 3-61  business_stamp9pd              浸透ネーム印 */
.business_stamp9pd::before {
content: "販売価格：840";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.business_stamp9pd::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-61  illust_stamp9pd              イラスト浸透ネーム印 */
.illust_stamp9pd::before {
content: "販売価格：1,344";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.illust_stamp9pd::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


 /*----------------------------------------------------------------------*/


/* 2- 0  case_0001            牛もみ印鑑ケース10.5 */
.case_0001::before {
content: "販売価格：968";
font-weight: normal;
}

.case_0001::after {
content: "円 ～";
font-weight: normal;
}

/* 2-1 */
/*otamesi-tuge*/
.otamesi-tuge::before {
content: "販売価格 3,425";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.otamesi-tuge::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/*お試し 芯持ち黒水牛印鑑 10.5/12.0ミリ*/
.otamesi-kuro::before {
content: "販売価格 3,425";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.otamesi-kuro::after {
content: "円";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 2- 4  zouge_mitome     　　お試し 象牙認印ギフトセット */
.zouge_mitome::before {
content: "価格：14,800";
font-weight: normal;
}

.zouge_mitome::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/*お試し シルバーチタン印鑑 10.5/12.0ミリ*/
.otamesi-titan::before {
content: "販売価格 4,462";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.otamesi-titan::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

 /*----------------------------------------------------------------------*/

/* 3- 1a  category-jituin                 実印 */
.category-jituin::before {
content: "販売価格 7,854";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-jituin::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}

/* 3- 1b  category-ginkou                 銀行印 兼 認印 */
.category-ginkou::before {
content: "販売価格 6,640";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-ginkou::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}


/* 3- 1d  category-jitugin                 実印/銀行印 */
.category-jitugin::before {
content: "販売価格 14,137";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-jitugin::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}


/* 3- 1e  category-ginmito                 銀行印/認印 */
.category-ginmito::before {
content: "販売価格 13,046";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-ginmito::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}

/* 3- 1f  category-jituginmito                 実印/銀行印/認印 */
.category-jituginmito::before {
content: "販売価格 18,997";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-jituginmito::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}


/* 3- 1g  category-otamesi                 特価認印 */
.category-otamesi::before {
content: "販売価格 3,425";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-otamesi::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}


/* 3- 1h  category-titan                 チタン */
.category-titan::before {
content: "販売価格 4,462";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-titan::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}


/* 3- 1i  category-21size                 社長の印鑑 */
.category-21size::before {
content: "販売価格 19,057";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-21size::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}


/* 3- 1j  category-yakusugi                 屋久杉印鑑 */
.category-yakusugi::before {
content: "販売価格 23,927";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-yakusugi::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}


/* 3- 1k  category-syutiku                 朱竹印鑑 */
.category-syutiku::before {
content: "販売価格 9,790";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-syutiku::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}

/* 3- 1l  category-yugaho                 世果報印鑑 */
.category-yugaho::before {
content: "販売価格 17,094";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-yugaho::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}

/* 3- 1m  category-case                 ケース */
.category-case::before {
content: "販売価格 968";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-case::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}

/* 3- 1n  category-ink                 朱肉 */
.category-ink::before {
content: "販売価格 605";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-ink::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}

/* 3- 1o  category-box                 化粧箱 */
.category-box::before {
content: "販売価格 1,980";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
  margin-top: 0;
  padding-top: 0;
}

.category-box::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 16px; /* フォントサイズを大きく */
}

 /*----------------------------------------------------------------------*/

/* 3- 1  tuge                 薩摩本柘 単品(10.5) */
.tuge::before {
content: "販売価格 6,640";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.tuge::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3- 2  tuge-jg              薩摩本柘 実印・銀行印(13.5+13.5) */
.tuge-jg::before {
content: "販売価格 14,137";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.tuge-jg::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3- 3  tuge-gm              薩摩本柘 銀行印・認印(13.5+10.5) */
.tuge-gm::before {
content: "販売価格 13,046";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.tuge-gm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3- 4  tuge-jgm             薩摩本柘 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.tuge-jgm::before {
content: "販売価格 18,997";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.tuge-jgm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3- 5  saika               彩樺 単品(10.5) */
.saika::before {
content: "販売価格：8,026";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.saika::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3- 6  saika-jg            彩樺 実印・銀行印(13.5+13.5) */
.saika-jg::before {
content: "販売価格：17,964";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.saika-jg::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3- 7  saika-gm            彩樺 銀行印・認印(13.5+10.5) */
.saika-gm::before {
content: "販売価格：16,206";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.saika-gm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3- 8  saika-jgm            彩樺 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.saika-jgm::before {
content: "販売価格：23,788";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.saika-jgm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3- 9  bs                   黒彩樺 単品(10.5) */
.bs::before {
content: "販売価格：8,026";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.bs::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-10  bs-jg                黒彩樺 実印・銀行印(13.5+13.5) */
.bs-jg::before {
content: "販売価格：17,964";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.bs-jg::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-11  bs-gm                黒彩樺 銀行印・認印(13.5+10.5) */
.bs-gm::before {
content: "販売価格：16,206";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.bs-gm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-12  bs-jgm               黒彩樺 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.bs-jgm::before {
content: "販売価格：23,788";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.bs-jgm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-13  aguni                火神 単品(10.5) */
.aguni::before {
content: "8,026";
font-weight: normal;
}

.aguni::after {
content: "円 ～";
font-weight: normal;
}

/* 3-14  aguni-jg             火神 実印・銀行印(13.5+13.5) */
.aguni-jg::before {
content: "17,964";
font-weight: normal;
}

.aguni-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-15  aguni-gm             火神 銀行印・認印(13.5+10.5) */
.aguni-gm::before {
content: "価格：16,206";
font-weight: normal;
}

.aguni-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-16  aguni-jgm            火神 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.aguni-jgm::before {
content: "価格：23,788";
font-weight: normal;
}

.aguni-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-17  yakusugi             屋久杉 単品(10.5) */
.yakusugi::before {
content: "23,927";
font-weight: normal;
}

.yakusugi::after {
content: "円 ～";
font-weight: normal;
}

/* 3-18  yakusugi-jg          屋久杉 実印・銀行印(13.5+13.5) */
.yakusugi-jg::before {
content: "55,301";
font-weight: normal;
}

.yakusugi-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-19  yakusugi-gm          屋久杉 銀行印・認印(13.5+10.5) */
.yakusugi-gm::before {
content: "価格：49,185";
font-weight: normal;
}

.yakusugi-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-20  yakusugi-jgm         屋久杉 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.yakusugi-jgm::before {
content: "価格：72,567";
font-weight: normal;
}

.yakusugi-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-21  hinoki               伊勢桧 単品(12.0) */
.hinoki::before {
content: "16,377";
font-weight: normal;
}

.hinoki::after {
content: "円 ～";
font-weight: normal;
}

/* 3-22  hinoki-jg            伊勢桧 実印・銀行印(13.5+13.5) */
.hinoki-jg::before {
content: "35,552";
font-weight: normal;
}

.hinoki-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-23  hinoki-gm            伊勢桧 銀行印・認印(13.5+12.0) */
.hinoki-gm::before {
content: "価格：32,516";
font-weight: normal;
}

.hinoki-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-24  hinoki-jgm           伊勢桧 実印・銀行印・認印(13.5+13.5+12.0) */
.hinoki-jgm::before {
content: "価格：47,498";
font-weight: normal;
}

.hinoki-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-25  mammoth              マンモス 単品(10.5) */
.mammoth::before {
content: "価格：34,841";
font-weight: normal;
}

.mammoth::after {
content: "円 ～";
font-weight: normal;
}

/* 3-26  mammoth-jg           マンモス 実印・銀行印(13.5+13.5) */
.mammoth-jg::before {
content: "価格：76,851";
font-weight: normal;
}

.mammoth-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-27  mammoth-gm           マンモス 銀行印・認印(13.5+10.5) */
.mammoth-gm::before {
content: "価格：69,782";
font-weight: normal;
}

.mammoth-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-28  mammoth-jgm          マンモス 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.mammoth-jgm::before {
content: "価格：102,196";
font-weight: normal;
}

.mammoth-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-29  kuro                 芯持ち黒水牛 単品(10.5) */
.kuro::before {
content: "8,026";
font-weight: normal;
}

.kuro::after {
content: "円 ～";
font-weight: normal;
}

/* 3-30  kuro-jg              芯持ち黒水牛 実印・銀行印(13.5+13.5) */
.kuro-jg::before {
content: "17,964";
font-weight: normal;
}

.kuro-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-31  kuro-gm              芯持ち黒水牛 銀行印・認印(13.5+10.5) */
.kuro-gm::before {
content: "価格：16,206";
font-weight: normal;
}

.kuro-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-32  kuro-jgm             芯持ち黒水牛 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.kuro-jgm::before {
content: "価格：23,788";
font-weight: normal;
}

.kuro-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-33  ora-g                芯持ちオランダ水牛(柄) 単品(10.5) */
.ora-g::before {
content: "11,701";
font-weight: normal;
}

.ora-g::after {
content: "円 ～";
font-weight: normal;
}

/* 3-34  ora-g-jg             芯持ちオランダ水牛(柄) 実印・銀行印(13.5+13.5) */
.ora-g-jg::before {
content: "23,850";
font-weight: normal;
}

.ora-g-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-35  ora-g-gm             芯持ちオランダ水牛(柄) 銀行印・認印(13.5+10.5) */
.ora-g-gm::before {
content: "価格：22,456";
font-weight: normal;
}

.ora-g-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-36  ora-g-jgm            芯持ちオランダ水牛(柄) 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.ora-g-jgm::before {
content: "価格：32,472";
font-weight: normal;
}

.ora-g-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-37  ora-s                芯持ちオランダ水牛(白) 単品(10.5) */
.ora-s::before {
content: "価格：13,398";
font-weight: normal;
}

.ora-s::after {
content: "円 ～";
font-weight: normal;
}

/* 3-38  ora-s-jg             芯持ちオランダ水牛(白) 実印・銀行印(13.5+13.5) */
.ora-s-jg::before {
content: "価格：28,690";
font-weight: normal;
}

.ora-s-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-39  ora-s-gm             芯持ちオランダ水牛(白) 銀行印・認印(13.5+10.5) */
.ora-s-gm::before {
content: "価格：26,403";
font-weight: normal;
}

.ora-s-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-40  ora-s-jgm            芯持ちオランダ水牛(白) 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.ora-s-jgm::before {
content: "価格：38,484";
font-weight: normal;
}

.ora-s-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-41  zouge-n              象牙(並) 単品(10.5) */
.zouge-n::before {
content: "販売価格：19,774";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.zouge-n::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-42  zouge-n-jg           象牙(並) 実印・銀行印(13.5+13.5) */
.zouge-n-jg::before {
content: "販売価格：40,305";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.zouge-n-jg::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-43  zouge-n-gm           象牙(並) 銀行印・認印(13.5+10.5) */
.zouge-n-gm::before {
content: "販売価格：37,950";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.zouge-n-gm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-44  zouge-n-jgm          象牙(並) 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.zouge-n-jgm::before {
content: "販売価格：54,874";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.zouge-n-jgm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-45  zouge-t              象牙(中) 単品(10.5) */
.zouge-t::before {
content: "価格：21,751";
font-weight: normal;
}

.zouge-t::after {
content: "円 ～";
font-weight: normal;
}

/* 3-46  zouge-t-jg           象牙(中) 実印・銀行印(13.5+13.5) */
.zouge-t-jg::before {
content: "価格：44,335";
font-weight: normal;
}

.zouge-t-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-47  zouge-t-gm           象牙(中) 銀行印・認印(13.5+10.5) */
.zouge-t-gm::before {
content: "価格：41,743";
font-weight: normal;
}

.zouge-t-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-48  zouge-t-jgm          象牙(中) 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.zouge-t-jgm::before {
content: "価格：60,361";
font-weight: normal;
}

.zouge-t-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-49  zouge-j              象牙(上) 単品(10.5) */
.zouge-j::before {
content: "価格：23,926";
font-weight: normal;
}

.zouge-j::after {
content: "円 ～";
font-weight: normal;
}

/* 3-50  zouge-j-jg           象牙(上) 実印・銀行印(13.5+13.5) */
.zouge-j-jg::before {
content: "価格：55,301";
font-weight: normal;
}

.zouge-j-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-51  zouge-j-gm           象牙(上) 銀行印・認印(13.5+10.5) */
.zouge-j-gm::before {
content: "価格：49,184";
font-weight: normal;
}

.zouge-j-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-52  zouge-j-jgm          象牙(上) 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.zouge-j-jgm::before {
content: "価格：72,567";
font-weight: normal;
}

.zouge-j-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-53  zouge-tj             象牙(特上) 単品(10.5) */
.zouge-tj::before {
content: "価格：37,191";
font-weight: normal;
}

.zouge-tj::after {
content: "円 ～";
font-weight: normal;
}

/* 3-54  zouge-tj-jg          象牙(特上) 実印・銀行印(13.5+13.5) */
.zouge-tj-jg::before {
content: "価格：81,081";
font-weight: normal;
}

.zouge-tj-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-55  zouge-tj-gm          象牙(特上) 銀行印・認印(13.5+10.5) */
.zouge-tj-gm::before {
content: "価格：74,012";
font-weight: normal;
}

.zouge-tj-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-56  zouge-tj-jgm         象牙(特上) 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.zouge-tj-jgm::before {
content: "価格：108,188";
font-weight: normal;
}

.zouge-tj-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-57  zouge-gj             象牙(極上芯持ち) 単品(10.5) */
.zouge-gj::before {
content: "価格：106,920";
font-weight: normal;
}

.zouge-gj::after {
content: "円 ～";
font-weight: normal;
}

/* 3-58  zouge-gj-jg          象牙(極上芯持ち) 実印・銀行印(13.5+13.5) */
.zouge-gj-jg::before {
content: "価格：203,148";
font-weight: normal;
}

.zouge-gj-jg::after {
content: "円 ～";
font-weight: normal;
}

/* 3-59  zouge-gj-gm          象牙(極上芯持ち) 銀行印・認印(13.5+10.5) */
.zouge-gj-gm::before {
content: "価格：197,802";
font-weight: normal;
}

.zouge-gj-gm::after {
content: "円 ～";
font-weight: normal;
}

/* 3-60  zouge-gj-jgm         象牙(極上芯持ち) 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.zouge-gj-jgm::before {
content: "価格：282,744";
font-weight: normal;
}

.zouge-gj-jgm::after {
content: "円 ～";
font-weight: normal;
}


/* 3-61  s-titan              シルバーチタン 単品(10.5) */
.s-titan::before {
content: "販売価格：10,972";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.s-titan::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-61-1s-titan12              シルバーチタン 単品(12.0) */
.s-titan12::before {
content: "販売価格：10,972";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.s-titan12::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-62  s-titan-jg           シルバーチタン 実印・銀行印(13.5+13.5) */
.s-titan-jg::before {
content: "販売価格：22,869";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.s-titan-jg::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-63  s-titan-gm           シルバーチタン 銀行印・認印(13.5+10.5) */
.s-titan-gm::before {
content: "販売価格：21,310";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.s-titan-gm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-64  s-titan-jgm          シルバーチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.s-titan-jgm::before {
content: "販売価格：30,925";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.s-titan-jgm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-65  g-titan              ゴールドチタン 単品(10.5) */
.g-titan::before {
content: "販売価格：12,973";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.g-titan::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-66  g-titan-jg           ゴールドチタン 実印・銀行印(13.5+13.5) */
.g-titan-jg::before {
content: "販売価格：26,469";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.g-titan-jg::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-67  g-titan-gm           ゴールドーチタン 銀行印・認印(13.5+10.5) */
.g-titan-gm::before {
content: "価格：24,910";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.g-titan-gm::after {
content: "円 ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-68  g-titan-jgm          ゴールドチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.g-titan-jgm::before {
content: "販売価格：36,026";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.g-titan-jgm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-69  ms-titan             鏡面シルバーチタン 単品(10.5) */
.ms-titan::before {
content: "販売価格：13,398";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.ms-titan::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-70  ms-titan-jg          鏡面シルバーチタン 実印・銀行印(13.5+13.5) */
.ms-titan-jg::before {
content: "販売価格：28,690";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.ms-titan-jg::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-71  ms-titan-gm          鏡面シルバーチタン 銀行印・認印(13.5+10.5) */
.ms-titan-gm::before {
content: "価格：26,403";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.ms-titan-gm::after {
content: "円 ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-72  ms-titan-jgm         鏡面シルバーチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.ms-titan-jgm::before {
content: "販売価格：38,484";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.ms-titan-jgm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-73  mb-titan             鏡面ブラックチタン 単品(10.5) */
.mb-titan::before {
content: "販売価格：13,398";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.mb-titan::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-74  mb-titan-jg          鏡面ブラックチタン 実印・銀行印(13.5+13.5) */
.mb-titan-jg::before {
content: "販売価格：28,690";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.mb-titan-jg::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-75  mb-titan-gm          鏡面ブラックチタン 銀行印・認印(13.5+10.5) */
.mb-titan-gm::before {
content: "価格：26,403";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.mb-titan-gm::after {
content: "円 ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-76  mb-titan-jgm         鏡面ブラックチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.mb-titan-jgm::before {
content: "販売価格：38,484";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.mb-titan-jgm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-77  mg-titan             鏡面ゴールドチタン 単品(10.5) */
.mg-titan::before {
content: "販売価格：13,398";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.mg-titan::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-78  mg-titan-jg          鏡面ゴールドチタン 実印・銀行印(13.5+13.5) */
.mg-titan-jg::before {
content: "販売価格：28,690";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.mg-titan-jg::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-79  mg-titan-gm          鏡面ゴールドチタン 銀行印・認印(13.5+10.5) */
.mg-titan-gm::before {
content: "価格：26,403";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.mg-titan-gm::after {
content: "円 ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-80  mg-titan-jgm         鏡面ゴールドチタン 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.mg-titan-jgm::before {
content: "販売価格：38,484";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.mg-titan-jgm::after {
content: "円(税込) ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/* 3-81  md                   牛角(特上) 単品(10.5) */
.md::before {
content: "価格：19,774";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.md::after {
content: "円 ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-82  md-jg                牛角(特上) 実印・銀行印(13.5+13.5) */
.md-jg::before {
content: "価格：40,305";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.md-jg::after {
content: "円 ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-83  md-gm                牛角(特上) 銀行印・認印(13.5+10.5) */
.md-gm::before {
content: "価格：37,950";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.md-gm::after {
content: "円 ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

/* 3-84  md-jgm               牛角(特上) 実印・銀行印・認印(13.5+13.5+10.5/12.0) */
.md-jgm::before {
content: "価格：54,874";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}

.md-jgm::after {
content: "円 ～";
font-weight: normal; /* 太さ */
color: #8B2A25; /* フォントの色 */
font-size: 18px; /* フォントサイズを大きく */
}


/*4-01  yugahu_tuge_135  世果報印鑑-薩摩本柘(13.5mm)*/
.yugahu-tuge-135::before {
 content: "販売価格 3,425";
 font-weight: normal;
 color: #8B2A25;
 font-size: 18px;
}

.otamesi-kuro::after {
 content: "円";
 font-weight: normal; /* 太さ */
 color: #8B2A25; /* フォントの色 */
 font-size: 18px; /* フォントサイズを大きく */
}



/*
 * HPで表示している価格を一括変更
 * 
 * 商品型番で基本的に検索に引っ掛かるようにしています。
 * 2ヵ所表示などで表示スタイルが変わる場合は型番と＋aで対応
 *
 *
 *＜最安値記載＞
 *
 *  4- 1  company-jg-one      法人印 実印・銀行印 単品
 *  4- 2  company-kaku-one    法人印 角印 単品
 *  4- 3  company-maru-maru   法人印 丸印 丸品
 *  4- 4  company-maru-kaku   法人印 丸印 角品
 *  4- 5  company-maru-kaku-gom 法人印 丸印 角印 ゴム印
 *  4- 6  company-j-g-kaku    法人印 丸印 丸印 角印  
 *  4- 7  company-j-g-gom     法人印 丸印 丸印 ゴム印    
 *  4- 8  company-j-g-kaku-gom 法人印 丸印 丸印 角印 ゴム印    
 *  4- 9  company-j-g-kaku-gom ゴム印 
 *  4-10  company-case        法人印ケース
 *  
 *  
 *  
 *  
 *  4-15  company-kj_1hon_z-0001a      実印・銀行印 象牙(並)
 *  4-16  company-kj_1hon_z_t-0001      実印・銀行印 象牙(中)　
 *  4-17  company-kj_1hon_z_j-0001      実印・銀行印 象牙(上)
 *  4-18  company-kk_1hon_zn_01a        象牙 角印(並)
 *  4-19  company-kk_1hon_zt_01         象牙 角印(中)
 *  4-20  company-kk_1hon_zj_01         象牙 角印(上) 
 *  4-21  company-k_kuro_k0001          角印 黒水牛 21.0mm
 *  4-22  company-kk_1hon_zn_01          角印 象牙(並) 21.0mm
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
*/
 /*----------------------------------------------------------------------*/






/* 4- 1  company-jg-one      法人印 実印・銀行印 単品 */
.company-jg-one::before {
content: "　　　価格：14,410";
font-weight: normal;
}

.company-jg-one::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/* 4- 2  company-kaku-one    法人印 角印 単品 */
.company-kaku-one::before {
content: "　　　価格：14,410";
font-weight: normal;
}

.company-kaku-one::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/* 4- 3  company-maru-maru   法人印 丸印 丸品 */
.company-maru-maru::before {
content: "　　　価格：25,850";
font-weight: normal;
}

.company-maru-maru::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/* 4- 4  company-maru-kaku   法人印 丸印 角品 */
.company-maru-kaku::before {
content: "　　　価格：25,850";
font-weight: normal;
}

.company-maru-kaku::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/* 4- 5  company-maru-kaku-gom 法人印 丸印 角印 ゴム印 */
.company-maru-kaku-gom::before {
content: "　　　価格：32,010";
font-weight: normal;
}

.company-maru-kaku-gom::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/* 4- 6  company-j-g-kaku    法人印 丸印 丸印 角印 */
.company-j-g-kaku::before {
content: "　　　価格：36,850";
font-weight: normal;
}

.company-j-g-kaku::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/* 4- 7  company-j-g-gom     法人印 丸印 丸印 ゴム印 */
.company-j-g-gom::before {
content: "　　　価格：32,010";
font-weight: normal;
}

.company-j-g-gom::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/* 4- 8  company-j-g-kaku-gom 法人印 丸印 丸印 角印 ゴム印 */
.company-j-g-kaku-gom::before {
content: "　　　価格：42,460";
font-weight: normal;
}

.company-j-g-kaku-gom::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/* 4- 9  company-j-g-kaku-gom ゴム印 */
.company-ad::before {
content: "　　　価格：2,145";
font-weight: normal;
}

.company-ad::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/* 4-10  company-case        法人印ケース */
.company-case::before {
content: "　　　価格：2,150";
font-weight: normal;
}

.company-case::after {
content: "円 ～ (税込)";
font-weight: normal;
}


/*法人実印18.0ミリ芯持ち黒水牛k_kuro_0001*/
.company-k_kuro_0001::before {
content: "18,210";
font-weight: normal;
}

.company-k_kuro_0001::after {
content: "円 (税込)";
font-weight: normal;
}


/*法人実印18.0ミリ象牙(並)kj_1hon_z-0002*/
.company-kj_1hon_z-0002::before {
content: "51,700";
font-weight: normal;
}

.company-kj_1hon_z-0002::after {
content: "円 (税込)";
font-weight: normal;
}


/*法人実印16.5ミリ芯持ち黒水牛k_kuro_0002*/
.company-k_kuro_0002::before {
content: "18,210";
font-weight: normal;
}

.company-k_kuro_0002::after {
content: "円 (税込)";
font-weight: normal;
}


/*法人16.5ミリ象牙(並)kj_1hon_z-0001*/
.company-kj_1hon_z-0001::before {
content: "51,700";
font-weight: normal;
}

.company-kj_1hon_z-0001::after {
content: "円 (税込)";
font-weight: normal;
}

/* 4-15  company-kj_1hon_z-0001a      実印・銀行印 象牙(並) */
.company-kj_1hon_z-0001a::before {
content: "　　　価格：51,700";
font-weight: normal;
}

.company-kj_1hon_z-0001a::after {
content: "円 ～ (税込)";
font-weight: normal;
}



/* 4-16  company-kj_1hon_z_t-0001      実印・銀行印 象牙(中) */
.company-kj_1hon_z_t-0001::before {
content: "　　　価格：67,100";
font-weight: normal;
}

.company-kj_1hon_z_t-0001::after {
content: "円 ～ (税込)";
font-weight: normal;
}


/* 4-17  company-kj_1hon_z_j-0001      実印・銀行印 象牙(上) */
.company-kj_1hon_z_j-0001::before {
content: "　　　価格：90,750";
font-weight: normal;
}

.company-kj_1hon_z_j-0001::after {
content: "円 ～ (税込)";
font-weight: normal;
}


/* 4-18  company-kk_1hon_zn_01a        象牙 角印(並) */
.company-kk_1hon_zn_01a::before {
content: "　　　価格：53,350";
font-weight: normal;
}

.company-kk_1hon_zn_01a::after {
content: "円 ～ (税込)";
font-weight: normal;
}


/* 4-19  company-kk_1hon_zt_01         象牙 角印(中) */
.company-kk_1hon_zt_01::before {
content: "　　　価格：68,750";
font-weight: normal;
}

.company-kk_1hon_zt_01::after {
content: "円 ～ (税込)";
font-weight: normal;
}


/* 4-20  company-kk_1hon_zj_01         象牙 角印(上) */
.company-kk_1hon_zj_01::before {
content: "　　　価格：92,950";
font-weight: normal;
}

.company-kk_1hon_zj_01::after {
content: "円 ～ (税込)";
font-weight: normal;
}


/* 4-21  company-k_kuro_k0001          角印 黒水牛 21.0mm */
.company-k_kuro_k0001::before {
content: "17,710";
font-weight: normal;
}

.company-k_kuro_k0001::after {
content: "円 (税込)";
font-weight: normal;
}


/* 4-22  company-kk_1hon_zn_01          角印 象牙(並) 21.0mm */
.company-kk_1hon_zn_01::before {
content: "53,350";
font-weight: normal;
}

.company-kk_1hon_zn_01::after {
content: "円 (税込)";
font-weight: normal;
}


/*法人象牙(並) 丸印18.0ミリ+丸印16.5ミリkset_2hon_zz*/
.company-kset_2hon_a::before {
content: "　　　価格：92,400";
font-weight: normal;
}

.company-kset_2hon_a::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/*法人象牙(中) 丸印18.0ミリ+丸印16.5ミリkset_2hon_zzc*/
.company-kset_2hon_zzc::before {
content: "　　　価格：120,450";
font-weight: normal;
}

.company-kset_2hon_zzc::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/*法人象牙(上) 丸印18.0ミリ+丸印16.5ミリkset_2hon_zzj*/
.company-kset_2hon_zzj::before {
content: "　　　価格：161,150";
font-weight: normal;
}

.company-kset_2hon_zzj::after {
content: "円 ～ (税込)";
font-weight: normal;
}

/*法人丸印＋丸印黒水牛k-kuro_2_001-a*/
.company-k-kuro_2_001-a::before {
content: "32,450";
font-weight: normal;
}

.company-k-kuro_2_001-a::after {
content: "円 (税込)";
font-weight: normal;
}


/*法人丸印＋丸印象牙(並)kset_2hon_zz-a*/
.company-kset_2hon_zz-a::before {
content: "92,400";
font-weight: normal;
}

.company-kset_2hon_zz-a::after {
content: "円 (税込)";
font-weight: normal;
}



/*
 * HPで表示している価格を一括変更
 * 
 * 商品型番で基本的に検索に引っ掛かるようにしています。
 * 2ヵ所表示などで表示スタイルが変わる場合は型番と＋aで対応
 *
 *
 *＜会社印鑑4点セット最安値記載＞
 *
 *  5- 1  kset_4hon_zz-1      法人印 実印・銀行印・角印・ゴム印 象牙(並)
 *  5- 2  kset_4hon_zzc-1     法人印 実印・銀行印・角印・ゴム印 象牙(中)
 *  5- 3  kset_4hon_zzj-1     法人印 実印・銀行印・角印・ゴム印 象牙(上)  
 *  5- 4  k_kuro_4_002        法人印 実印・銀行印・角印・ゴム印 芯持ち黒水牛
 *  
 *  
 *  
 *     
 *  
 *  
 *  
 *  
 *  
 *  
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
*/
 /*----------------------------------------------------------------------*/


/* 5- 1  kset_4hon_zz-1      法人印 実印・銀行印・角印・ゴム印 象牙(並) */
.kset_4hon_zz-1::before {
content: "販売価格：143,440";
font-weight: normal;
}

.kset_4hon_zz-1::after {
content: "円 (税込) ～";
font-weight: normal;
}

/* 5- 2  kset_4hon_zzc-1     法人印 実印・銀行印・角印・ゴム印 象牙(中) */
.kset_4hon_zzc-1::before {
content: "販売価格：184,690";
font-weight: normal;
}

.kset_4hon_zzc-1::after {
content: "円 (税込) ～";
font-weight: normal;
}

/* 5- 3  kset_4hon_zzj-1     法人印 実印・銀行印・角印・ゴム印 象牙(上) */
.kset_4hon_zzj-1::before {
content: "販売価格：239,690";
font-weight: normal;
}

.kset_4hon_zzj-1::after {
content: "円 (税込) ～";
font-weight: normal;
}

/* 5- 4  k_kuro_4_002        法人印 実印・銀行印・角印・ゴム印 芯持ち黒水牛 */
.k_kuro_4_002::before {
content: "販売価格：51,320";
font-weight: normal;
}

.k_kuro_4_002::after {
content: "円 (税込) ～";
font-weight: normal;
}




/*文字の頭1文字スペース*/
.mgr-10{
    margin-right : 1em;
}


/*彫刻文字に次の部首などが含まれる場合*/
.mgr-11{
    margin-right : 14em;
}


/*文字の頭4文字スペース*/
.mgr-12{
    margin-right : 0.5em;
}


/*おすすめ紹介*/
#column ul {
	width: calc(100 + 0px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

#column li {
	padding: 0 10px 20px;
}

#column li a,
#column li a:visited {
	text-decoration: none;
	color: #111;
}

#column li p {
	font-size: 90%;
	margin-bottom: 3px;
}

#column li span {
	font-size: 100%;
	display: block;
}

.column02 li {
	width: calc(50% - 0px);
}



#column2 ul {
	width: calc(100 + 0px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

#column2 li {
	padding: 0 10px 20px;
}

#column2 li a,
#column2 li a:visited {
	text-decoration: none;
	color: #111;
}

#column2 li p {
	font-size: 90%;
	margin-bottom: 3px;
}

#column2 li span {
	font-size: 100%;
	display: block;
}

.column02 li {
	width: calc(50% - 0px);
}







.toc-001 {
    margin-bottom: 30px;
    padding: 1em 1em 1em 2em;
    border: 1px solid #999;
    background-color: #f7f7f7;
    color: #333333;
}

.toc-001 div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}

.toc-001 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23333'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-001 ol {
    list-style-type: decimal;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.toc-001 ol ol {
    margin-top: 5px;
}

.toc-001 li {
    padding: 5px 0;
}

.toc-001 a {
    color: #166c9d;
}


/* CSSコード */
mark {
  background: linear-gradient(transparent 60%, #FCF16E 50%);
}





h2.txt_subtitle {
    font-family: 'ＭＳ Ｐ明朝', serif;
    font-size: 26px;
    color: #8B2A25;
    font-weight: bold;
    background: linear-gradient(to right, #f8e8e8, #ffffff); /* 淡いグラデーション */
    padding: 10px 15px; /* 内側の余白 */
    border-left: 5px solid #8B2A25; /* 左側に強調線 */
    margin-bottom: 20px; /* 下に余白を追加 */
    line-height: 1.3; /* 行間を少し広めに */
}


.custom-hr {
    border: none;
    border-top: 1px solid #8B2A25; /* 深い赤色で統一感を持たせる */
    margin: 30px 30px; /* 上下の余白を調整 */
}

h3.txt-subheading {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: #8B2A25;
    margin-top: 25px; /* 上部余白を広げてゆとりを持たせる */
    margin-bottom: 15px; /* 下部にも余白を追加 */
    font-size: 20px;
    line-height: 1.5; /* 行間を少し広げて見やすく */
    padding-left: 20px; /* テキストと横線の距離を少し狭める */
    position: relative;
}

h3.txt-subheading::before {
    content: "";
    position: absolute;
    top: 50%; /* 中央揃え */
    left: 0;
    width: 12px; /* 横線を少し短めに調整 */
    height: 2px; /* 横線の太さ */
    background-color: #8B2A25;
    border-radius: 2px; /* 線の端を丸くする */
    transform: translateY(-50%); /* 縦方向の位置調整 */
}


/* history-headingクラスにはFont Awesomeの「book」アイコンを追加 */
h3.history-heading::after {
    content: "\f02d"; /* Unicode for book icon in Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px; /* テキストとアイコンの間にスペースを追加 */
    font-size: 24px;
    color: #8B2A25;
}

/* features-headingクラスにcheck-circleアイコンを後ろに追加 */
h3.features-heading::after {
    content: "\f058"; /* Unicode for check-circle icon in Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px; /* テキストとアイコンの間にスペースを追加 */
    font-size: 24px; /* アイコンのサイズ */
    color: #8B2A25;
}

/* selection-headingクラスにcompassアイコンを後ろに追加 */
h3.selection-heading::after {
    content: "\f14e"; /* Unicode for compass icon in Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px; /* テキストとアイコンの間にスペースを追加 */
    font-size: 24px; /* アイコンのサイズ */
    color: #8B2A25;
}

/* inkan-headingクラスにstampアイコンを後ろに追加 */
h3.inkan-heading::after {
    content: "\f5bf"; /* Unicode for stamp icon in Font Awesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px; /* テキストとアイコンの間にスペースを追加 */
    font-size: 24px; /* アイコンのサイズ */
    color: #8B2A25;
}

.customsub-hr {
    border: none;
    border-top: 1px dashed #999999;
    height: 1px;
    margin: 0;
    padding: 0;
}


.custom-font {
    font-size: 16px; /* size="4" に相当する */
    color: #8B2A25; /* 深い赤色 */
    font-family: 'ＭＳ Ｐ明朝', serif; /* フォントファミリーを指定する場合 */
}


.custom-heading {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
    font-size: 20px; /* 大きさ */
    color: #8b2a25;
    font-weight: bold;
    margin: 0;
    padding: 0;
}



.highlight-box {
    background-color: #0d303f; /* 塗りつぶしの色 */
    color: #ffffff; /* 白抜きの文字色 */
    padding: 10px 15px; /* 内側の余白 */
    border: 2px solid #0d303f; /* 枠線の色と幅 */
    border-radius: 5px; /* 角を少し丸める（必要に応じて） */
    text-align: center; /* 文字を中央揃え */
    font-weight: bold; /* 太字 */
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
    font-size: 20px; /* フォントサイズ */
}


.highlight-box-v2 {
    background-color: #0d303f; /* 塗りつぶしの色 */
    color: #ffffff; /* 白抜きの文字色 */
    padding: 12px 18px; /* 内側の余白 */
    border: none; 
    border-radius: 6px; /* 角を少し丸める（必要に応じて） */
    text-align: left; /* 文字を中央揃え */
    font-weight: 600;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
    font-size: 18px; /* フォントサイズ */
    line-height: 1.6; /* 行間で読みやすく */
    letter-spacing: 0.5px; /* 若干ゆとりで高級感アップ */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* ほんのり立体感 */
    margin-bottom: 20px;
}



.custom-headingsub {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
    font-size: 21px; /* 大きさ */
    color: #0d303f;
    font-weight: bold;
    margin: 0;
    padding: 0;
}


.custom-textlittle {
    font-size: 0.9rem;
    color: #555;
    margin-top: 15px;
}






.button-group {
    display: flex;
    gap: 5px; /* ボタンの間隔を05px */
}

.size-button {
    background-color: #0d303f;
    color: #ffffff;
    padding: 5px 10px; /* ボタンを小さくする */
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px; /* フォントサイズを小さく */
    white-space: nowrap; /* 文字の折り返しを防ぐ */
    text-align: center;
}

@media screen and (max-width: 480px) {
    .button-group {
        flex-wrap: wrap; /* 画面が狭いときに折り返す */
    }
}

.size-button:hover {
    background-color: #00263b; /* ホバー時の色 */
}





.table_list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.table_list th, .table_list td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    white-space: normal; /* 折り返しを有効にする */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media screen and (max-width: 480px) {
    .table_list th, .table_list td {
        display: block;
        width: 100%;
        text-align: left;
    }
}






.user-reviews {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.user-reviews h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.review {
  margin-bottom: 15px;
}

.review-text {
  font-style: italic;
  color: #333;
}

.review-author {
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
}


.review:first-child {
    margin-top: 20px; /* 最初のレビューの上部にも余白を追加 */
}


/* 画像の幅を100%にして親要素に収まるようにする */
/* 縦横比が崩れないように高さは自動調整 */
.img-large {
    max-width: 100%; /* 親要素の幅に応じて画像を縮小 */
    height: auto; /* 縦横比を保ったまま高さを自動調整 */
}

.custom-padding {
    padding-top: 5px;
}

.content p {
  margin-bottom: 30px;
}

.margin-bottom-1em {
    margin-bottom: 1.875em;
}

.margin-1-875em {
      margin-top: 1.875em;
      margin-bottom: 1.875em;
  }

#specific-page .user-reviews h2 {
    margin-top: 1.875em;
}





/* カテゴリーページ下のコンテナ4商品のレイアウト設定 */
.container_list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列表示 */
    gap: 20px;
    padding: 20px;
    max-width: 655px; /* 最大幅を655pxに設定 */
    margin: 0 auto; /* 中央に配置 */
}

/* 商品リストの各項目のスタイル */
.item_list {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: left; /* ここでテキストを左寄せに */
    border: 1px solid #ccc; /* 商品ごとの内枠 */
    border-radius: 10px; /* 角を少し丸める */
}

/* 画像のレスポンシブ対応 */
.item_list img {
    max-width: 100%; /* 画像の幅をレスポンシブに */
    height: auto; /* 高さを自動で調整（アスペクト比を維持） */
}

/* 商品説明のテキストスタイル */
.item_list p {
    min-height: 24px; /* テキストの高さを揃える */
    margin: 10px 0;
}


.custom-table {
    border-collapse: collapse;
    width: 100%;
}

.custom-table th, .custom-table td {
    padding: 10px; /* cellpaddingの代わり */
    border: 1px solid #dddddd;
    text-align: left;
}

.custom-table th {
    background-color: #f2f2f2;
}


.video-container img {
    max-width: 100%;
    width: 655px;
    height: auto; /* アスペクト比を保つ */
    margin-top: 10px;
    }


/* CTAセクションの全体レイアウト */
.cta-container {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* CTAメッセージのスタイル */
.cta-container h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

/* CTAボタンのスタイル */
.cta-button {
    padding: 12px 25px;
    background-color: #28A745; /* ボタンの背景色を赤色に設定 */
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* ホバー時のボタン効果 */
.cta-button:hover {
    background-color: #218838;
    transform: translateY(-2px); /* ボタンが少し上に浮く効果 */
}

/* CTAの補足メッセージ */
.cta-container p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

/* 問い合わせリンクのスタイル */
.cta-container a {
    text-decoration: underline;
}

/* 問い合わせリンクのホバー効果 */
.cta-container a:hover {
    color: #0056b3;
}


/* 用語解説セクションのスタイル */
.glossary-section {
    margin-top: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.glossary-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.glossary-section dt {
    font-weight: bold;
    margin-top: 10px;
}

.glossary-section dd {
    margin-left: 20px;
    margin-bottom: 10px;
}




/* 保証セクション全体のスタイル */
.guarantee {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin: 20px 0;
}

.guarantee h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* 保証内容のリストスタイル */
.guarantee-details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.guarantee-details li {
    flex: 1 1 45%; /* 画面サイズに応じて2列表示 */
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
}

.guarantee-details li i {
    font-size: 30px;
    color: #28A745; /* アイコンのカラー（緑色） */
    margin-right: 15px;
}

.guarantee-details li strong {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.guarantee-details li p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

/* モバイル向け調整 */
@media (max-width: 768px) {
    .guarantee-details li {
        flex: 1 1 100%; /* スマホ画面では1列表示 */
    }
}



.product-spec-title {
    margin-bottom: -22px; /* 商品仕様とテーブルの間の余白を狭める */
}

.yoko.spec {
    margin-top: 0; /* テーブルの上部余白をなくす */
}



.free-shipping {
            border: 2px solid #DC3545;
            background-color: #DC3545;
            padding: 10px;
            display: inline-block;
            color: white;
            font-weight: normal;
            font-size: 18px;
            border-radius: 10px; /* 角を少し丸くする */
            margin: 15px 0; /* 上下の隙間を15px、左右は0px */
}

        .no-fee {
            border: 2px solid #0D303F;
            background-color: #0D303F;
            padding: 10px;
            display: inline-block;
            color: white;
            font-weight: normal;
            font-size: 18px;
            border-radius: 10px; /* 角を少し丸くする */
            margin: 15px 0; /* 上下の隙間を15px、左右は0px */
        }


/* 詳細情報をデフォルトで非表示 */
.additional-info {
    display: none;
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f9f9f9;
}

/* ？マークのスタイル */
.toggle-btn {
    font-size: 20px;
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
}


h2.special-service {
    margin-top: 20px; /* Adjust the value to create more space */
}

.dashed-line {
    border-top: 1px dashed #999999;
    margin-top: 20px;
}



/*「印鑑のこだわり」の表題 西野マーク背景透過*/
.title-with-image {
    position: relative;
    display: inline-block;
    font-family: 'ＭＳ Ｐ明朝', serif; /* フォントファミリー */
    font-size: 26px; /* 大きさ */
    color: #8B2A25; /* 深い赤色 */
    z-index: 10;
}

.title-with-image::after {
    content: "";
    background-image: url('https://inkan-nisino.com/img/head-img.png');
    background-repeat: no-repeat;
    background-position: left center; /* 左寄せに調整 */
    background-size: contain;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 0; /* 左側に配置 */
    transform: translateY(-50%); /* 縦中央揃え */
    width: 65px; /* 必要に応じて調整 */
    height: 65px; /* 必要に応じて調整 */
    z-index: -1;
}

/*「印鑑のこだわり」のボタン*/
/* ボタンコンテナのスタイル */
.button-container {
    max-width: 655px; /* 最大幅を655pxに設定 */
    margin: 0 auto; /* 中央揃え */
    text-align: center; /* ボタンを中央に配置 */
    padding: 10px; /* スマホで左右に余白を追加 */
    font-family: '游明朝体', 'Yu Mincho', serif; /* フォントファミリー */
}

/* ボタンのスタイル */
.custom-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 22px;
    color: #000; /* 通常時のテキスト色 */
    border: 1px solid #000; /* 通常時の枠線の色 */
    border-radius: 20px; /* 角を丸くする */
    text-decoration: none;
    transition: color 0.3s, border-color 0.3s; /* ホバー時のスムーズな変化 */
}

/* ホバー時のスタイル */
.custom-button:hover {
    color: #007bff; /* ホバー時のテキスト色（青色） */
    border-color: #007bff; /* ホバー時の枠線の色（青色） */
}



.image-with-text {
  position: relative;
  width: 100%; /* 親コンテナの幅に応じて調整 */
  max-width: 655px; /* 最大幅を指定 */
  height: auto;
  margin: 0 auto; /* 中央揃え */
}

.image-with-text img {
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 50%; /* 垂直方向の中央 */
  left: 10px;
  transform: translateY(-50%);
  color: 333333; /* 文字色をグレーに変更 */
  font-size: 18px; /* フォントサイズの指定 */
  padding: 10px;
  max-width: 90%; /* テキストの幅を制限し、画面サイズに応じて適応 */
  -webkit-font-smoothing: antialiased; /* WebKitブラウザのフォントスムージング */
  -moz-osx-font-smoothing: grayscale; /* Firefoxでのフォントスムージング */
}

/* スマホ画面用のメディアクエリ */
@media (max-width: 768px) {
  .overlay-text {
    font-size: 14px; /* フォントサイズを小さく調整 */
    padding: 8px; /* テキストのパディングを調整 */
    left: 5px; /* 左側の余白を減らす */
    max-width: 85%; /* スマホ用にテキストの幅を少し狭める */
  }
}



.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 655px;
  margin: 15px auto 0;
}

.content-item {
  width: 50%;
  box-sizing: border-box;
  padding: 5px; /* 隙間を調整 */
}

.header-content {
  text-align: left;
}

.header-content h3 {
  margin: 0;
  font-size: 18px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  border: none;
  margin: 8px 0;
}

.body-content {
  display: flex;
  align-items: flex-start;
}

.body-content img {
  width: 80px;
  height: auto;
  margin-right: 10px;
}

.text-content {
  flex: 1;
}

.price {
  color: red;
  font-weight: bold;
}

@media (max-width: 768px) {
  .content-item {
    width: 100%;
  }
}

.small-text {
  font-size: 0.85em;
}








.icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
    max-width: unset;
}

.icon-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 500px;
}

.icon-container li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 160px;
}

.icon img {
    width: 150px;
    height: 150px;
    max-width: unset;
}

figure {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}







  .cart-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    margin: 20px;
  }

  .image-container {
    flex: 1;
    max-width: 150px;
  }

  .image-container img {
    width: 100%;
    height: auto;
  }

  .product-details {
    flex: 2;
    margin-left: 20px;
    color: black;
  }

  .product-details .title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .product-details .product-name {
    font-size: 18px;
    color: blue;
    text-decoration: underline;
    margin-bottom: 5px;
  }

  .product-details .old-price {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
  }

  .product-details .discount {
    font-size: 18px;
    color: red;
    font-weight: bold;
    margin-top: 5px;
  }

  .product-details .new-price {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
  }



.info {
  display: flex;
  gap: 8px; /* 要素間のスペース */
  font-size: 12px;
  align-items: center; /* ボックス全体を中央に揃える */
  margin-top: -15px; /* 上部の余白を削除 */
  margin-bottom: -20px; /* 商品型番との間に空白を追加 */
}

.free-shipping, .free-fees {
  padding: 4px 6px; /* 上下の余白を増やして左右の余白も指定 */
  border-radius: 4px;
  line-height: 1; /* 文字の高さを統一 */
  display: flex;
  align-items: center; /* 各ボックス内の文字を中央に揃える */
  box-sizing: border-box; /* paddingとborderを含む */
  font-size: 12px; /* 明示的にフォントサイズを統一 */
  font-weight: normal; /* フォントウェイトを統一 */
}

.free-shipping {
  color: white;
  background-color: #8B2A25;
  border: 1px solid #8B2A25;
}

.free-fees {
  color: white;
  background-color: #0D303F;
  border: 1px solid #0D303F;
}


.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease; /* ゆっくり開閉 */
    position: relative;
}

.accordion-content.show {
    max-height: 2000px; /* 必要に応じて調整 */
}

/* ぼかし効果 */
.accordion-content::before {
    content: "";
    position: absolute;
    top: -8px; /* 少し上からぼかしを始める */
    left: 0;
    width: 100%;
    height: 24px; /* ぼかしの範囲 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none; /* クリックイベントを透過させる */
}

.accordion-toggle {
    background-color: #DDDDDD;
    color: #333333;
    padding: 8px 40px;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    font-size: 16px;
    width: 200px;
    text-align: center;
    position: relative; /* ::before要素を相対配置 */
    display: inline-flex; /* 親要素としての表示方式を指定 */
    align-items: center; /* テキストと+マークを垂直に中央揃え */
}

/* 特定のボタンにのみ下に空白を追加 */
.add-margin {
    margin-bottom: 20px; /* 必要な空白量に設定 */
}

.accordion-toggle:hover {
    background-color: #BBBBBB;
}

/* 〇で囲まれた＋マーク */
.accordion-toggle::before {
    content: attr(data-symbol); /* data-symbol属性の内容を表示 */
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #333333;
    border-radius: 50%; /* 円形にする */
    margin-right: 12px; /* テキストとの間に余白 */
    color: #333333;
    background-color: #D9D7D7;
}


.material-card {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.material-card:hover {
    background-color: #e9e9e9;
    border: 1px solid #ccc;
}



h4.txt-subdetail {
    font-size: 1.15em; /* 少しだけ大きく */
    font-weight: bold; /* 強調 */
    font-style: italic; /* 補足見出しに適したスタイル */
    color: #555555; /* ダークグレーで落ち着いた印象 */
    border-left: 3px solid #8B2A25; /* h3と統一した赤色 */
    padding-left: 10px; /* 左の余白を少し広げる */
    margin: 15px 0; /* 上下の余白を広げてゆとりを出す */
    line-height: 1.6; /* 行間を広げて読みやすく */
    letter-spacing: 0.5px; /* 文字間を少し広げて品のある印象に */
}


/*感想内のボタン*/
.cta-button {
    display: inline-block;
    padding: 6px 12px; /* 余白を少し縮小 */
    font-size: 0.85em; /* フォントサイズを小さめに */
    background-color: #8B2A25; /* 色は統一 */
    border-radius: 4px;
    transition: all 0.3s ease;
    line-height: 1.1;
}

.cta-button:hover {
    background-color: #a43d35;
    transform: scale(1.05); /* ホバー時の視覚効果 */
}

.button-container {
    text-align: right; /* 右揃え */
    margin-top: 12px; /* ボタンの上側余白 */
    margin-bottom: 12px; /* ボタンの下側余白 */
}


/* レビュー間のスタイル */
.review {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.review:last-child {
    border-bottom: none; /* 最後のレビューは線を表示しない */
}

/* レビュータイトル */
.review-title {
    font-size: 1.2em; /* タイトルの大きさ */
    font-weight: bold; /* 太字 */
    color: #333; /* 文字の色 */
    display: flex; /* アイコンとテキストを横並びに */
    align-items: center; /* 縦中央揃え */
    margin-bottom: 10px; /* タイトル下に余白を追加 */
    margin-top: 5px; /* タイトル上にも少し余白を追加 */
}

.review-title i {
    margin-right: 8px; /* アイコンとテキストの間隔 */
    font-size: 1.2em; /* アイコンの大きさを調整 */
    color: #8B2A25; /* 吹き出しアイコンの色 */
    margin-right: 10px; /* アイコンと見出しの間隔 */
}

.review-text {
    margin-bottom: 15px; /* 各段落の余白 */
}

.review-rating i {
    font-size: 1rem; /* 星アイコンのサイズ */
    margin-right: 2px; /* 星同士の間隔 */
}

.rating-text {
    font-size: 0.9rem; /* 数字部分のサイズ */
    color: #555; /* 落ち着いたグレー */
    font-weight: bold; /* 数字も強調 */
}

/*感想内の日付*/
.review-date {
    font-size: 0.85rem;
    color: #666; /* 淡いグレー */
    margin-top: 10px; /* 上部の余白を追加 */
}



/* セクション全体の上下余白を追加 */
.feature-list {
    margin: 40px 0; /* 上下に40pxの余白を追加 */
}

/* ボックスのスタイル */
.feature-box {
    background-color: #f8f8f8; /* グレー背景 */
    border-radius: 5px; /* 角丸 */
    padding: 20px; /* 内側の余白 */
    margin: 20px 0; /* 外側の余白 */
}

/* 見出しスタイル */
.feature-box h2 {
    font-size: 1.5rem; /* 見出しサイズ */
    color: #8B2A25; /* 深い赤色 */
    margin-bottom: 15px; /* 下の余白 */
}

/* リスト全体のスタイル */
.styled-list {
    list-style: none; /* デフォルトのリストマーカーを消す */
    padding: 0; /* 内側の余白を消す */
    margin: 0;
}

/* 各リスト項目 */
.styled-list li {
    display: flex; /* アイコンとテキストを横並びに */
    align-items: flex-start; /* アイコンとテキストを揃える */
    margin-bottom: 20px; /* リスト間の余白を統一 */
    font-size: 1rem; /* テキストサイズ */
    color: #333; /* テキストカラー */
    line-height: 1.6; /* 行間 */
    margin-top: 30px; /* 最初のリスト項目の上に20pxの余白を追加 */
}

/* アイコンのスタイル */
.list-icon {
    display: inline-block;
    margin-right: 10px; /* アイコンとテキストの隙間 */
    font-size: 1.2rem; /* アイコンサイズ */
    color: #8B2A25; /* アイコンカラー */
}

/* 強調テキスト */
.styled-list li strong {
    display: block; /* 改行して強調表示 */
    font-weight: bold; /* 太字 */
    margin-bottom: 5px; /* テキストの下の余白 */
}


.section-divider {
    border: none;
    border-top: 2px solid #ccc; /* 区切り線の色と太さ */
    margin: 30px 0; /* 上下の余白 */
}

.section-background {
    background-color: #f9f9f9; /* 背景色（薄いグレー） */
    padding: 20px; /* 内側の余白 */
    border-radius: 8px; /* 角を丸くする */
    margin-bottom: 20px; /* 下部余白 */
}

.section-heading {
    font-size: 1.6em;
    color: #8B2A25; /* 見出しの色 */
    margin-bottom: 15px; /* 見出しと本文の余白 */
}


/* 共通スタイル */
.feature-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #8B2A25;
    display: flex;
    align-items: center;
    gap: 15px; /* アイコンとテキストの隙間 */
    margin-bottom: 10px;
    margin-top: 25px; /* タイトルの上に25pxの余白 */
}

.feature-title::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    color: #8B2A25;
}


.intro-paragraph {
    margin-top: 30px; /* 上部に25pxの余白を追加 */
}


/* h4の新しいスタイル: feature-subtitle */
h4.feature-subtitle {
    font-size: 1rem; /* 適度に小さいサイズ */
    font-weight: 600; /* 通常より少し太字 */
    color: #222; /* 見やすい濃いグレー */
    border-left: 4px solid #9B1C1C; /* 左側に強調ライン（深い赤） */
    padding: 0px 0px 0px 16px; /* 上, 右, 下, 左の余白 (左を16pxに) */
}



.section-title h2 {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.section-title i {
    font-size: 1.2rem;
}




/* 割引バッジのスタイル */
.figcaption-with-badge {
    display: flex;
    align-items: center; /* 縦位置を中央揃え */
    justify-content: flex-start; /* 横位置を中央揃え */
    gap: 10px; /* テキストとバッジの間隔 */
    font-size: 1rem; /* フォントサイズ */
    font-weight: bold; /* 太字 */
    color: #333; /* ダークグレーのテキスト */
}

/* 割引バッジのスタイル */
.badge {
    padding: 5px 10px; /* バッジの内側余白 */
    border-radius: 4px; /* 角を丸く */
    font-size: 0.8rem; /* フォントサイズ */
    font-weight: bold; /* 太字 */
    color: #fff; /* 白文字 */
}

/* 赤色バッジ */
.badge.red {
    background-color: #8B2A25; /* 鮮やかな赤 */
}

.badge.green {
    background-color: #28A745; /* 深い緑 */
}

.badge.blue {
    background-color: #3498DB; /* 青 */
}




/* Table Container */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333;
    border: 1px solid #ddd;
}

/* Table Header */
.comparison-table th {
    background-color: #e6e6e6; /* 単色の背景色 */
    color: #8b2a25;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
}

/* Table Rows */
.comparison-table td {
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd; /* 縦線を追加 */
}

.comparison-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.comparison-table tr:nth-child(odd) {
    background-color: #ffffff;
}

/* Highlight specific differences */
.comparison-table .highlight {
    font-weight: bold;
    color: #8b2a25;
}

/* 特長列の幅を狭くする */
.comparison-table th:first-child,
.comparison-table td:first-child {
    width: 20%; /* 特徴列の幅を全体の20%に固定 */
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
    width: 40%; /* 残りの列を均等に分ける */
}


.related-links {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f8f8f8;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333;
}

.related-links h3 {
    font-size: 18px;
    color: #8b2a25;
    margin-bottom: 10px;
    font-weight: bold;
}

.related-links ul {
    list-style: none;
    padding: 0;
}

.related-links li {
    margin: 10px 0;
}

.related-links a {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}

.related-links a:hover {
    text-decoration: underline;
}


.related-products {
    margin-top: 10px; /* 空白を減らす */
    padding-top: 0; /* 余分なパディングを削除 */
}


/* グラデーション線のスタイル */
.gradient-line {
    width: 100%;
    height: 2px; /* 線の太さ */
    background: linear-gradient(to right, #808080, rgba(128, 128, 128, 0)); /* 左から右へグレーが消える */
    margin: 20px 0; /* 上下の余白 */
    border: none; /* 不要な枠線を削除 */
}



/* 横並びレイアウト */
.custom-header-content {
    display: flex;
    align-items: center; /* 垂直方向の中央揃え */
    justify-content: space-between; /* タイトルとボタンを左右に配置 */
    gap: 15px; /* タイトルとボタン間のスペース */
}

.custom-feature-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #444;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px; /* アイコンとテキスト間のスペース */
}

.custom-cta-button {
    padding: 6px 10px; /* ボタンの基本サイズ */
    background-color: #8b2a25;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; /* 角の丸み */
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block; /* 必須 */
    transition: transform 0.3s ease, background-color 0.3s ease; /* サイズ変更と色変更をアニメーション化 */
}

.custom-cta-button:hover {
    background-color: #a43d35;
    transform: scale(1.05); /* ホバー時の視覚効果 */
}




.custom-size-table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    text-align: center;
    background-color: #fff;
}

.custom-table-header {
    background-color: #0D303F;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
}

.custom-row-header {
    background-color: #0D303F;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
}

.custom-size-circle {
    text-align: center;
    width: 60px; /* 円の幅 */
    height: 60px; /* 円の高さ */
    border-radius: 50%;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border: 1px solid #ccc;
}

.custom-size-15 {
    width: 53px;
    height: 53px;
}

.custom-size-16-5 {
    width: 55px;
    height: 55px;
}

.custom-size-18 {
    width: 58px;
    height: 58px;
}

.custom-table td {
    padding: 8px; /* 高さを調整するためにpaddingを減らしました */
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.circle-symbol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 50%;
    margin: 0 auto;
}

.circle-symbol.filled {
    background-color: #333;
    color: #fff;
}


.highlight-badge {
    display: inline-block;
    background-color: #8b2a25; /* 背景色 */
    color: #fff; /* 文字色 */
    padding: 4px 10px; /* 内側の余白 */
    border-radius: 4px; /* 角の丸み */
    font-size: 0.8rem; /* フォントサイズ */
    font-weight: bold; /* 太字 */
    margin-left: 10px; /* 販売価格との間隔 */
}


.blue-link {
    color: #0056b3; /* リンクの青色 */
    text-decoration: underline; /* 下線を表示 */
    font-weight: bold; /* 太字にして強調 */
    font-size: 1rem; /* フォントサイズ */
    transition: color 0.3s ease; /* ホバー時のアニメーション */
}

.blue-link:hover {
    color: #003580; /* ホバー時に濃い青色に変更 */
    text-decoration: none; /* 下線を削除して動きをつける */
}

/* 外部リンクアイコンのサイズと色を調整 */
.blue-link i {
    font-size: 0.8rem; /* アイコンサイズを小さく */
    color: #555; /* 目立ちすぎない中間色 */
    margin-left: 4px; /* テキストとの間にスペース */
    transition: transform 0.2s;
}





.yoko.spec th {
    width: 25%; /* 種類の枠を全体の1/4に */
    text-align: left;
    background-color: #0D303F; /* 背景色 */
    color: white; /* テキスト色 */
    padding: 10px; /* 内側の余白 */
    vertical-align: top; /* 上部揃え */
    box-sizing: border-box; /* ボックスのサイズ計算を正確に */
}

.yoko.spec td {
    width: 75%; /* 詳細の枠を全体の3/4に */
    text-align: left;
    padding: 10px; /* 内側の余白 */
    background-color: #f9f9f9; /* 背景色 */
    vertical-align: top; /* 上部揃え */
    border-left: 1px solid #ccc; /* 左の区切り線 */
    box-sizing: border-box; /* ボックスのサイズ計算を正確に */
}

.yoko.spec th,
.yoko.spec td {
    border: 1px solid #ddd; /* 枠線 */
}

.yoko.spec {
    width: 100%; /* テーブル全体を幅いっぱいに */
    border-collapse: collapse; /* ボーダーをスムーズに接続 */
}

.yoko.spec caption p {
    margin: 10px 0;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}






/* 新しいスタイルを定義 */
.highlight-title {
    margin-bottom: 20px; /* セクション間の余白 */
}

.highlight-heading {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
    font-size: 23px; /* 見出しサイズ */
    font-weight: bold; /* 太字 */
    color: #8b2a25; /* テキスト色 */
    margin: 0; /* マージンリセット */
    padding: 0; /* パディングリセット */
}



/* タイトルスタイル */
.custom-feature-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #444;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px; /* アイコンとテキスト間のスペース */
}

/* 特定タイトルの色変更 */
.highlight-title {
    color: #8b2a25; /* タイトルの文字色 */
}




.note {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 4px solid #ddd;
}

.important-note {
    font-size: 0.85rem;
    color: #8b2a25;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 4px solid #8b2a25;
    font-weight: bold;
    background-color: #fef0f0;
}


.order-form-heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 28px;
    color: #333; /* 任意の色に変更 */
}









/* テーブルスタイル */
.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.spec-table caption {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: left;
    color: #666;
}

.spec-table th,
.spec-table td {
    background-color: #F9F9F9; /* 背景を薄いグレーに設定 */
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.spec-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.spec-table .column-title {
    width: 25%;
}

.spec-table .column-detail {
    width: 75%;
}



.deal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.deal-list li {
    margin-bottom: 20px; /* 各項目の間隔 */
}







.custom-payment-table {
    width: 328px;
    height: 328px;
    border-collapse: collapse;
    background-color: #ffffff; /* 表の背景は白 */
    margin: 20px auto; /* 中央揃え */
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.header-title {
    background-color: #0D303F;
    color: #ffffff;
    padding: 8px;
    font-weight: bold;
}

.row-title {
    background-color: #0D303F;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}

.custom-payment-table td, .custom-payment-table th {
    border: 1px solid #ccc;
    padding: 8px;
}

.custom-payment-note {
    color: blue;
    font-size: 12px;
    margin-left: 5px;
}

.custom-payment-table td:not(.row-title) {
    color: #666666; /* 配送方法のタイトル以外のセルの文字色を変更 */
}

.new-custom-table {
    margin-left: 0; /* 左寄せ */
    margin-right: auto;
}


.sns-list li {
    margin-bottom: 10px; /* SNSリストだけの行間調整 */
}

.sns-list i {
    margin-right: 8px; /* アイコンとテキストの間隔 */
}


.profile-heading {
    font-size: 1.2em;
    font-weight: bold;
    color: #8b2a25;
}


.feature-icon {
    display: inline-block; /* インライン要素として調整 */
    margin-right: 8px; /* アイコンとテキストの間隔 */
    font-size: 1.2em; /* アイコンのサイズを少し大きめに */
    vertical-align: middle; /* テキストとアイコンの高さを揃える */
    color: #8b2a25; /* アイコンの色（デフォルト: 青） */
}

/* 見出しと同じ色にする場合 */
.feature-icon.inherit {
    color: inherit;
}


ul li i {
    margin-right: 8px; /* アイコンとテキストの間隔 */
}


.feature-h5 {
    font-size: 0.9rem; /* `h4` より少し小さく */
    font-weight: 600; /* 強調しすぎない */
    color: #444; /* 落ち着いたグレー（視認性を確保しつつ目立ちすぎない） */
    margin-top: 20px; /* 上部の余白を調整 */
    margin-bottom: 5px; /* 下部の余白を狭める（コンテンツとの距離を調整） */
    padding-left: 10px; /* 左側に軽く余白を追加 */
    border-left: 2px solid #2A5D9E; /* 視認性を高めるための左ボーダー */
    padding: 2px 0px 2px 20px; /* `h4` より少し控えめ */
}


.image-center {
    display: flex;
    flex-direction: column;
    align-items: center; /* 画像を中央揃え */
    justify-content: center; /* 必要なら縦方向も中央揃え */
    width: 100%; /* 必要に応じて幅を指定 */
}

.image-center img {
    display: block;
    margin: 0 auto; /* 画像の左右中央揃え */
    max-width: 100%; /* 画像が親要素を超えないように調整 */
    height: auto; /* 高さを自動調整 */
}

.image-center figcaption {
    width: 100%; /* 親要素全体の幅を確保 */
    text-align: left; /* テキストを完全に左揃えに */
    padding: 30px 0; /* 上下に10pxの余白を追加 */
    margin: 0; /* 余計な余白を削除 */
}

.image-center figcaption p {
    text-align: left; /* 段落も左揃え */
    margin: 0; /* 余計な余白を削除 */
    padding-left: 0; /* 左の余白を削除 */
}



.ivory-rank-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 1rem;
}

.ivory-rank-table th,
.ivory-rank-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.ivory-rank-table th {
    background-color: #f4f4f4;
    font-weight: bold;
    text-align: center;
}

.ivory-rank-table tr:nth-child(even) {
    background-color: #f9f9f9; /* 偶数行を淡いグレーに */
}

.ivory-rank-table tr:hover {
    background-color: #eef;
}

/* ランクごとの強調 */
.rank-tokujo td {
    background-color: #ffe4b5; /* ベージュ系で最高級を演出 */
    font-weight: bold;
}

.rank-jou td {
    background-color: #f8f0e3;
}

.rank-chuu td {
    background-color: #fff;
}

.rank-nami td {
    background-color: #f0f0f0;
}


.buy-button {
    display: inline-block;
    padding: 12px 20px;
    font-size: 1rem;
    text-align: center;
    background-color: #b22222;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.buy-button:hover {
    background-color: #a52a2a;
}

/* JavaScriptと連動させてHTML内に価格を表示させる */
.price-label {
    font-weight: normal;
    color: #8B2A25;
    font-size: 18px;
}



/* 画像を左寄せし、指定の幅内で均等配置 */
.image-wrapper {
    width: 328px; /* 指定の幅 */
    display: flex;
    justify-content: flex-start; /* 左寄せ */
    align-items: center;
    flex-wrap: wrap; /* 必要に応じて折り返し */
    gap: 2px; /* 画像の間に2pxの空白を追加 */
}

/* 各画像のボックス */
.image-box {
    width: calc(50% - 1px); /* 328px の半分から gap の影響を考慮 */
    text-align: center; /* 文字を中央に */
}

/* 画像のスタイル */
.image-box img {
    width: 100%; /* 各ボックスの幅に合わせる */
    height: 150px;
    object-fit: cover; /* 画像の縦横比を維持しながらサイズ調整 */
}

/* キャプション（画像の下に中央配置） */
.image-caption {
    text-align: center; /* 文字を中央に */
    color: #666;
    font-size: 16px;
    margin-top: 5px;
}


/* 表のコンテナを左寄せし、幅328pxに設定 */
.table-wrapper {
    width: 328px; /* 指定の幅 */
    text-align: left;
}

/* 表のスタイル */
table {
    width: 100%; /* 親要素にフィット */
    border-collapse: collapse; /* セルの枠線を統合 */
    border: 1px solid #ccc; /* 外枠を追加 */
    font-size: 14px; /* 読みやすいサイズ */
}

/* ヘッダーのスタイル */
th {
    background-color: #f8f8f8; /* ヘッダーの背景色 */
    font-weight: bold;
    text-align: left;
    padding: 8px;
    border-bottom: 2px solid #999; /* ヘッダーの下に太線を追加 */
}

/* ヘッダーの間に縦線を追加 */
th + th {
    border-left: 1px solid #ccc; /* 「法人の種類」と「使用する印鑑」の間に縦線 */
}

/* セルのスタイル */
td {
    padding: 6px;
    border-bottom: none; /* 横線を統一 */
    vertical-align: top; /* 内容を上揃え */
}

/* 各列の間に縦線を追加 */
td + td {
    border-left: 1px solid #ccc; /* 「法人の種類」と「使用する印鑑」の間に縦線 */
}

/* 奇数行の背景色 */
tr:nth-child(odd) {
    background-color: #f9f9f9;
}


.step-box {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;

}
.step-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #8B2A25; /* アイコンの色 */
}
.step-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.step-description {
    font-size: 14px;
    color: #555;
}



        .ranking-container {
            width: 100%;
            max-width: 600px;
            padding: 20px;
        }
        .ranking {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .rank-item {
            background-color: #fff;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transition: transform 0.3s;
        }
        .rank-item:hover {
            transform: scale(1.05);
        }
        .rank-number {
            font-size: 1.8em;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .rank-item:nth-child(1) .rank-number { color: #E6B422; } /* 金の落ち着いた色 */
        .rank-item:nth-child(2) .rank-number { color: #C0C0C0; } /* 銀 */
        .rank-item:nth-child(3) .rank-number { color: #CD7F32; } /* 銅 */
        .rank-image {
            width: 150px;
            height: 150px;
            border-radius: 10px;
            object-fit: cover;
            border: 2px solid currentColor;
            margin: 10px 0;
        }
        .rank-content {
            width: 100%;
            padding: 10px;
            text-align: left;
        }
        .rank-content h4 {
            font-size: 1.1em;
            margin: 0 0 10px;
            border-bottom: 2px solid currentColor;
            padding-bottom: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .rank-content p {
            font-size: 1em;
            margin: 10px 0;
        }
        .cart-button {
            background-color: #8B2A25;
            color: #fff;
            border: none;
            padding: 6px 12px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 0.9em;
            transition: background 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            margin-top: 10px;
            width: auto;
            float: right;
        }
        .cart-button i {
            margin-right: 5px;
            text-decoration: none;
        }
        .cart-button:hover {
            background-color: #6e211d;
        }
        .price {
            font-size: 1.1em;
            font-weight: bold;
            color: #8B2A25;
            text-align: right;
            margin-top: 10px;
        }







        .recommend-container {
            width: 100%;
            max-width: 650px;
            margin: 20px auto;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background-color: #f9f9f9;
            text-align: center;
        }
        .title {
            text-align: left;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .product-list {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        .product {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 45%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 8px;
            background: white;
        }
        .product img {
            width: 100px;
            height: auto;
            border-radius: 5px;
        }
        .product-name {
            font-size: 14px;
            text-align: center;
            margin: 5px 0;
        }
        .price {
            font-size: 16px;
            font-weight: normal;
            color: #8B2A25;
        }
        .add-to-cart {
            width: 100%;
            margin-top: 10px;
            background-color: #ffcc00;
            border: none;
            padding: 8px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            border-radius: 5px;
        }
        .add-to-cart:hover {
            background-color: #e6b800;
        }
        .plus {
            font-size: 24px;
            font-weight: bold;
            color: #666;
        }






        .custom-product-section {
            max-width: 700px;
            margin: auto;
            background-color: #f9f9f9;
            padding: 25px;
            border-radius: 10px;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .custom-section-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: left;
            width: 100%;
        }
        .custom-product-container {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            width: 100%;
            flex-wrap: wrap;
        }
        .custom-product {
            background: white;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
            flex: 1;
            min-width: 30%;
            max-width: 32%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }
        .custom-product img {
            width: 100px;
            height: auto;
            border-radius: 5px;
            display: block;
            margin: 0 auto;
        }
        .custom-product-title {
            font-size: 16px;
            font-weight: bold;
            margin: 10px 0;
        }
        .custom-product-description {
            font-size: 14px;
            color: #666;
            margin-bottom: 10px;
        }
        .custom-price {
            font-size: 18px;
            color: #e60000;
            font-weight: normal;
            margin-bottom: 20px; /* ここを調整して間隔を広げる */
            display: block;
        }
        .custom-price-container {
            margin-bottom: 30px; /* 価格の下に余白を追加 */
        }
        .custom-cart-button {
            background-color: #ffcc00;
            border: none;
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            border-radius: 5px;
            width: 100%;
        }
        .custom-cart-button:hover {
            background-color: #e6b800;
        }
        @media screen and (max-width: 768px) {
            .custom-product-container {
                flex-direction: column;
                align-items: center;
            }
            .custom-product {
                width: 100%;
                max-width: 100%;
                align-items: center;
            }
        }





        .content-box {
            max-width: 800px;
            margin: auto;
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h2 {
    border-bottom: none;
    margin-bottom: 10px;
        }
        p {
            margin: 10px 0;
        }
        .notice {
            background: #ffefc4;
            padding: 10px;
            border-left: 5px solid #ffa500;
            margin: 10px 0;
        }




.guarantee-section {
    background-color: #f9f9f9;
    padding: 30px 20px;  /* ここで上部の余白を調整 */
    text-align: center;
    border-radius: 8px;
}

.guarantee-section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px; /* h2とアイコンの距離を確保 */
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
}

.guarantee-box {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 25px; /* グレーの横線（h2）との距離を増やす */
}

.guarantee-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.guarantee-item i {
    font-size: 38px;  /* アイコンを見やすいサイズに */
    color: #8B2A25;  /* ワインレッド */
    margin-bottom: 8px;
}

.guarantee-item p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}






/* 独立した法人印3本セットのセクション */
.product-highlight-section {
    background-color: #f9f9f9;
    padding: 25px;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
}

/* セクションタイトル */
.product-highlight-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

/* カード全体のコンテナ */
.product-highlight-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

/* カードデザイン */
.product-highlight-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 280px;
}

/* 商品画像 */
.product-highlight-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* 商品名 */
.product-highlight-name {
    font-size: 18px;
    margin: 12px 0;
    font-weight: bold;
    color: #222;
}

/* 商品説明 */
.product-highlight-desc {
    font-size: 14px;
    color: #666;
}

/* 価格表記 */
.product-highlight-price {
    font-size: 16px;
    font-weight: bold;
    color: #d32f2f;
    margin-top: 8px;
}

/* CTAボタン */
.product-highlight-cta {
    display: inline-block;
    background: #ffcc00;
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 12px;
    transition: background 0.3s ease;
}

.product-highlight-cta:hover {
    background: #e6b800;
}

/* 他の法人印セットへのリンク */
.product-highlight-other {
    margin-top: 15px;
}

.product-highlight-link {
    font-size: 14px;
    color: #0073aa;
    text-decoration: underline;
}

.product-highlight-link:hover {
    color: #005f8a;
}







/* 枠のデザイン */
.recommended-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    margin-top: 20px;
}

/* 見出し（あわせて読みたい） */
.recommend-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

/* クリック可能にするための設定 */
.product-link {
    text-decoration: none; /* 青色リンクの下線を消す */
    display: block;
    color: initial; /* 見た目の統一 */
}

/* 商品情報のレイアウト */
.product-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    transition: background 0.3s ease;
}

/* ホバー時に色を変更して、クリック可能と視覚的に伝える */
.product-card:hover {
    background: #f5f5f5;
}

/* 画像のサイズ */
.product-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

/* 商品情報のテキスト部分 */
.product-info {
    flex: 1;
}

/* 商品名 */
.product-info h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

/* 商品名（h3）内のリンクを青色にする */
.product-info h3 a {
    color: #0056b3; /* 青色 */
    text-decoration: underline; /* 下線を表示 */
    font-weight: bold; /* 太字にして強調 */
    font-size: 1rem; /* フォントサイズ */
    transition: color 0.3s ease; /* ホバー時のアニメーション */
}

/* ホバー時の動作 */
.product-info h3 a:hover {
    color: #003580; /* 濃い青色に変更 */
    text-decoration: none; /* 下線を削除 */
}

/* 価格のスタイル */
.price {
    font-size: 14px;
    color: #d90000; /* 赤字で目立たせる */
    font-weight: bold;
}

/* 商品の魅力（グレー） */
.product-description {
    font-size: 12px;
    color: #666;
}

/* スマホでは商品の魅力（説明文）を非表示に */
@media (max-width: 768px) {
    .product-description {
        display: none;
    }
}



/* 印影確認サービスの一時休止のお知らせ*/
.stamp-notice-title {
 color: #8B2A25; /* 指定の色 */
 font-size: 24px;
 font-weight: bold;
 text-align: left;
 margin-bottom: 10px;
  }
.stamp-notice-content {
 font-size: 16px;
 color: #333;
  }

/*印影確認のファーストビュー下の料金周り*/
.stamp-product-wrapper {
    text-align: right; /* 右寄せ */
    margin-top: 10px;
}

.stamp-product-info {
    display: flex;
    flex-direction: column; /* 縦並びに変更 */
    align-items: flex-end; /* 右端に揃える */
}

.stamp-product-name {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.stamp-price {
    font-size: 18px;
    color: #8B2A25;
    font-weight: bold;
    margin-bottom: 5px; /* 価格とボタンの間隔 */
}

/* 詳細を見るボタン */
.stamp-detail-button {
    display: inline-block;
    background-color: #FFC107; /* 黄色 */
    color: black;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 5px; /* ボタンと価格の間隔 */
}

.stamp-detail-button:hover {
    background-color: #e0a800; /* ボタンのホバー時の色 */
}
/* 送信日の自動表示のエラー HTML5では非推奨のframeborder="0"を修正*/
.no-border {
    border: none;
}


        .custom-warning-box {
            display: flex;
            align-items: center;
            background-color: #FFF; /* シンプルな白背景 */
            border: 2px solid #333; /* 明確な黒枠 */
            border-radius: 8px; /* 角丸は控えめ */
            padding: 15px 20px;
            font-size: 16px;
            font-family: "Noto Sans JP", sans-serif; /* 視認性の高いゴシック体 */
            color: #333;
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); /* 軽い影で視認性UP */
            max-width: 700px;
            margin: 20px auto;
        }

        .custom-warning-icon {
            font-size: 40px;
            color: #FFC107; /* 明るい警告色（黄色） */
            margin-right: 15px;
        }

        .custom-warning-text {
            line-height: 1.6;
        }

        .custom-highlight-text {
            color: #8B0000; /* 重要部分をダークレッドで強調 */
            font-weight: bold;
        }


.step-number {
    display: inline-block;
    background-color: #8B0000;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    margin-right: 5px;
}


/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説のボタン 開始 */
.cta-container-ivory {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* CTAボタンのデザイン */
.cta-button-ivory {
    padding: 12px 24px;
    background-color: #FFC107; /* ゴールドカラー */
    color: #000; /* 読みやすいブラックテキスト */
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s;
}

/* ホバー時のエフェクト */
.cta-button-ivory:hover {
    background-color: #e0a800; /* 少し濃いゴールド */
    transform: scale(1.05); /* 少し拡大して目立たせる */
}

/* スマホ（幅768px以下）では縦並びに変更 */
@media (max-width: 768px) {
    .cta-container-ivory {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button-ivory {
        width: 80%; /* 幅を調整してスマホで見やすく */
        max-width: 300px;
    }
}
/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説のボタン 終了 */

/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説の目次 開始 */
/* 目次コンテナのスタイル */
.toc-container-ivory {
    position: sticky;
    top: 20px;
    background: #FFF8E1; /* 柔らかい象牙色 */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 300px;
    font-size: 16px;
}

/* 目次タイトル */
.toc-container-ivory h2 {
    font-size: 18px;
    color: #C79100; /* ゴールド系 */
    margin-bottom: 10px;
    text-align: center;
}

/* 目次リスト */
.toc-container-ivory ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 目次リンク */
.toc-container-ivory ul li {
    margin: 8px 0;
}

.toc-container-ivory ul li a {
    display: block;
    padding: 8px 10px;
    background: #FFC107; /* ゴールドカラー */
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    transition: background 0.3s ease, transform 0.2s;
}

/* ホバー時のエフェクト */
.toc-container-ivory ul li a:hover {
    background: #E0A800;
    transform: scale(1.05);
}

/* スマホ対応 */
@media (max-width: 768px) {
    .toc-container-ivory {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 10px;
        text-align: center;
    }
    
    .toc-container-ivory ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .toc-container-ivory ul li {
        flex: 1 1 48%;
        margin: 5px;
    }
}
/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説の目次 終了 */

/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説のCTA 開始 */
/* CTAタイトルのデザイン */
.cta-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff; /* 白文字 */
    background: linear-gradient(45deg, #FFC107, #E0A800); /* ゴールドのグラデーション */
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* スマホ対応 */
@media (max-width: 768px) {
    .cta-title {
        font-size: 18px;
        padding: 10px 15px;
    }
}
/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説のCTA 終了 */

/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説の外部リンクのスタイル開始 */
.info-box {
    background-color: #f9f9f9;
    border-left: 4px solid #8B2D2D;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 4px;
    font-size: 1rem;
}

.info-box p {
    margin: 0;
    color: #333;
}
/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説の外部リンクのスタイル終了 */

/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説の外部リンクのスタイル開始 */
/* 見出しスタイル */
#external-links h2.txt_subtitle {
    color: #8B2D2D; /* ダークレッド */
    border-left: 5px solid #B85C5C;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

/* 外部リンクリストのスタイル */
.external-links-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.external-links-list li {
    margin: 10px 0; /* 各リンクに適度な余白を追加 */
}

/* 外部リンクスタイル */
.external-link {
    display: inline-flex;
    align-items: center;
    color: #0056b3;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1rem;
    transition: color 0.3s ease, transform 0.2s;
}

.external-link i {
    margin-left: 5px;
    font-size: 0.85rem; /* アイコンサイズを少し小さく */
    color: #555;
}

/* ホバー時のアニメーション効果 */
.external-link:hover {
    color: #003580;
    text-decoration: none;
    background-color: #f5f5f5; /* 背景色を追加 */
    border-radius: 4px;
    padding: 4px 8px;
    transform: translateY(-2px); /* 軽く浮き上がる効果 */
}
/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説の外部リンクのスタイル終了 */


/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説の外部リンクのスタイル スクリーンリーダー専用のテキストスタイル開始 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* 象牙とは？本物の見分け方・特徴・品質・種類を徹底解説の外部リンクのスタイル スクリーンリーダー専用のテキストスタイル終了 */


/* 会社概要専用のスタイル 開始*/
/* 全体レイアウト */
.company-info {
    margin-top: 10px; /* 不要な上の余白を最小限に */
    padding-top: 0;
    border-top: none; /* 不自然な線を消す */
    border-radius: 8px;
    border: 1px solid #333; /* 外枠を#333 (黒) に設定 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* 影をつけて立体感を演出 */
    background-color: #fff; /* 背景色を白に設定 */
}

/* 見出し部分 */
.company-header {
    margin: 0; /* 余計な外側の余白を削除 */
    padding: 8px 12px; /* 必要最低限のパディングに設定 */
    border-top: none;
    position: relative;
    top: -1px; /* 微調整で線を消す */
    background-color: #333; /* 背景色を黒に設定 */
    border-top-left-radius: 8px; /* 左上の角を丸くする */
    border-top-right-radius: 8px; /* 右上の角を丸くする */
}

/* 全体の見出しやセクションの余白を統一 */
section, p, h1, h2 {
    margin: 0;
    padding: 0;
    border: none; /* すべての要素のデフォルト枠線を消去 */
}

.company-header h2 {
    font-size: 16px;
    color: white; /* 見出しテキストの色 */
    margin: 0; /* 余計な余白を削除 */
    padding: 0; /* 不要なパディングも削除 */
    line-height: 1.4;
    flex: 1; /* テキスト部分を横にフィット */
}

/* 情報行 (ユニークなクラス名に変更) */
.company-info-row {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 20px;
    align-items: center; /* アイコンとテキストを縦方向に中央揃え */
    border-bottom: 1px solid #ddd;
}

/* 最後の行の仕切り線を非表示 */
.company-info-row:last-child {
    border-bottom: none;
}

.info-label {
    width: 200px; /* アイコンとテキスト部分の幅を固定 */
    font-weight: bold;
    color: #333;
    white-space: nowrap; /* 改行を防止 */
    padding-left: 8px; /* 左側に8pxの余白を追加 */
    margin: 0;
}

/* アイコンの大きさを統一 */
.info-label i {
    font-size: 24px; /* すべてのアイコンのサイズを統一 */
    width: 32px; /* アイコン領域の幅を固定 */
    height: 32px; /* 高さも統一 */
    line-height: 32px; /* アイコンが縦方向に中央に揃う */
    text-align: center;
    color: #555;
    background-color: #ffffff; /* 背景色を統一 */
    border-radius: 8px; /* アイコンの角を丸くする場合 */
    margin-right: 8px; /* アイコンとテキストの間に余白 */
}

.info-value {
    color: #555;
    margin: 0;
}

/* リンクスタイル */
.link-highlight {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

.link-highlight:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    .info-label, .info-value {
        width: 100%;
        margin-top: 5px;
    }
    .info-label i {
        margin-bottom: 4px; /* モバイルでは少しアイコン下に余白をつける */
    }
    .company-header h2 {
        font-size: 14px; /* モバイル時にさらに小さく */
    }
}
/* 会社概要専用のスタイル 終了*/




/* 地図コンテナのスタイル */
.map-container {
    width: 100%;
    max-width: 600px;
    margin: 10px auto; /* 上下に10pxの余白 */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    border: none;
    width: 100%;
    height: 300px;
}




/* 警告セクション */
.warning-section {
    max-width: 800px;
    margin: 30 auto;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* 警告ヘッダー */
.warning-header {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    border-left: 8px solid #8B2A25;
    background-color: #fbeae9;
    border-radius: 4px;
}

.warning-icon {
    color: #8B2A25;
    font-size: 36px;
    margin-right: 10px;
}

.warning-header h1 {
    font-size: 20px;
    color: #8B2A25;
    margin: 0;
    line-height: 1.2;
}

/* メッセージ部分 */
.warning-message,
.note-message {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

/* 正規サイト一覧 */
.official-sites h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    margin-bottom: 10px;
}

.official-sites ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.official-sites li {
    margin-bottom: 10px;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.official-sites span {
    font-weight: bold;
    color: #333;
}

.official-sites a {
    color: #0056b3; /* リンクの青色 */
    text-decoration: underline; /* 下線を表示 */
    font-weight: bold; /* 太字にして強調 */
    font-size: 1rem; /* フォントサイズ */
    transition: color 0.3s ease; /* ホバー時のアニメーション */
    display: block;
    margin-top: 4px;
}

.official-sites a:hover {
    color: #003580; /* ホバー時に濃い青色に変更 */
    text-decoration: none; /* 下線を削除して動きをつける */
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    .warning-header h1 {
        font-size: 20px;
    }
    .official-sites h2 {
        font-size: 18px;
    }
    .warning-message,
    .note-message {
        font-size: 14px;
    }
}


/* SNSリンクのレイアウト */
.social-media-section {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.social-media-section h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    border-left: 4px solid #333;
    padding-left: 8px;
}

.social-media-section p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* SNSリンクのレイアウト */
.social-media-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.follow-text {
    font-size: 14px;
    color: #333;
    margin-right: 8px;
}

/* アイコンスタイル */
.social-media-links i {
    font-size: 24px;
    color: #333;
    vertical-align: middle;
    transition: color 0.3s;
}

.social-media-links a:hover i {
    color: #003580;
}


/* お支払方法セクションのスタイル (競合防止用に専用クラスを設定) */
.payment-method-section {
    margin-top: 10px;
    padding-top: 0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 2px solid #333;
}

/* 見出し部分のスタイル */
.payment-method-header {
    padding: 8px 12px;
    margin: 0;
    background-color: #333;
    border-radius: 8px 8px 0 0;
}

.payment-method-header h2 {
    font-size: 16px;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

/* 支払い方法リストのスタイル */
.payment-method-row {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
}

.payment-label {
    display: flex;
    align-items: center;
    width: 200px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

/* 支払い方法専用アイコンのスタイル */
.payment-icon {
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #555;
    background-color: #ffffff;
    border-radius: 8px;
    margin-right: 8px;
}

.payment-value {
    color: #555;
    margin: 0;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    .payment-label, .payment-value {
        width: 100%;
        margin-top: 5px;
    }
}

/* 特定のテキストを #555555 に設定するクラス */
.text-gray {
    color: #555555;
    font-size: 14px; /* 推奨: サイズを調整する場合 */
    line-height: 1.6; /* 読みやすさを確保 */
    margin-bottom: 10px; /* 下部に少し余白を追加 */
}



        /* 代引手数料テーブル全体のスタイル */
        .fee-table-container {
            width: 100%;
            max-width: 600px;
            margin: 20px auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            overflow: hidden;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        /* テーブルの見出し部分 */
        .fee-table-header {
            background-color: #f1f1f1;
            padding: 10px;
            font-weight: bold;
            font-size: 18px;
            color: #333;
            border-bottom: 2px solid #ddd;
            text-align: center;
        }

        /* テーブル全体のスタイル */
        .fee-table {
            width: 100%;
            border-collapse: collapse;
        }

        /* テーブルのヘッダー */
        .fee-table th {
            background-color: #f9f9f9;
            color: #333;
            padding: 12px 10px;
            font-weight: bold;
            border-bottom: 2px solid #ddd;
        }

        /* テーブルの内容 */
        .fee-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #ddd;
            text-align: center;
            font-size: 14px;
            color: #555;
        }

        /* 交互の背景色 */
        .fee-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        /* 重要な部分の色付け */
        .fee-table-highlight {
            color: #e63946;
            font-weight: bold;
        }

        /* カテゴリセルのスタイル */
        .fee-table-category-cell {
            background-color: #f1f1f1;
            font-weight: bold;
            color: #333;
        }

        /* 強調表示 */
        .fee-table-important {
            color: #e63946;
            font-weight: bold;
        }




/* ご注文ガイド(https://inkan-nisino.com/guide) - 目次のデザイン */
.guide-container {
   max-width: 620px;
   margin: 40px auto;
   padding: 20px;
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   border: 1px solid #333;
}
.icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 8px;
  margin-right: 10px;
  flex-shrink: 0;
}
.step-guide {
   margin: 0;
   padding: 0;
   list-style: none;
}
.guide-step {
   display: flex;
   align-items: center;
   padding: 5px 0;
   border-bottom: 1px dashed #ddd;
}
.guide-step:last-child {
   border-bottom: none;
}
.guide-step-number {
    width: 30px;
    height: 30px;
    background-color: #8B2A25;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    font-size: 16px;
}
.guide-step-text {
   flex: 1; /* 要素が横幅をフルに使う */
   text-align: left; /* テキストを左寄せ */
   margin-left: 10px; /* 番号との間に余白を設ける */
}

        #table-of-contents {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #8B2A25;
        }


/* ご注文ガイド-タイトルの下の大きい文字 */
.guide-highlight-text {
   font-size: 20px;
   font-weight: bold;
   color: #4a3626;
   display: inline-block;
}

/* ご注文ガイド-太字で強調 */
.guide-highlight-important {
   font-size: 20px;
   color: #8B2A25;
   font-weight: bold;
}
.stamp-guide-container {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   margin-top: 40px; /* 上に15pxの余白を設定 */
        }
        .stamp-item {
            background-color: #fff;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            border: 1px solid #333; /* 外枠の設定 */
        }
        .stamp-item img {
            width: 100%;
            max-width: 150px;
            height: auto;
            border-radius: 0;
        }
        .stamp-title {
            font-size: 20px;
            font-weight: bold;
            color: #8B2A25;
            margin: 10px 0;
        }
        .stamp-description {
            font-size: 14px;
            color: #555;
        }

        /* スマホ対応（画面幅600px以下で縦並びに） */
        @media (max-width: 600px) {
            .stamp-guide-container {
                grid-template-columns: 1fr;
            }
        }

/* リンクのアイコンを文章に追加する場合 */
.small-icon {
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    margin-right: 4px;
}


        .stamp-card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
            max-width: 1200px;
            margin: 40px auto;
        }

        .stamp-card {
            background-color: #fff;
            border: 1px solid #333;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 15px;
            width: calc(25% - 20px); /* 4つ横に並べる */
            text-align: center;
            box-sizing: border-box;
        }

        .stamp-card img {
            max-width: 100%;
            border-radius: 8px;
            margin-bottom: 10px;
        }

        .stamp-card-title {
            font-size: 20px;
            font-weight: bold;
            color: #8B2A25;
            margin: 10px 0;
        }

        .stamp-card-description {
            font-size: 14px;
            color: #555;
            margin-bottom: 10px;
        }

        .stamp-card-link {
            display: inline-block;
            margin-top: 10px;
            padding: 8px 12px;
            color: #0056b3;
            text-decoration: none;
            border: none;
            border-radius: 5px;
            font-weight: bold;
   outline: none;
}
.stamp-card-link i {
   margin-left: 5px;
}
.stamp-card-link:hover {
   text-decoration: underline;
   background-color: transparent;
}
@media (max-width: 768px) {
.stamp-card {
   width: 100%;
  }
.stamp-card img {
   max-width: 40%;
   height: auto;
}
}
/* 印材の比較表デザイン */
.material-comparison-table {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-collapse: separate;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #333;
}
.material-comparison-table th, .material-comparison-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}
.material-comparison-table th {
    background-color: #113B4D;
    color: white;
    font-weight: bold;
}
.material-comparison-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.material-comparison-table tr:hover {
    background-color: #f1f1f1;
}
/* スマホ対応: テーブル要素の横スクロール */
.material-comparison-wrapper {
    overflow-x: auto;
}
/* 書体表 */
.seal-design .seal-type {
   display: flex;
   align-items: flex-start;
   background: white;
   padding: 15px;
   margin-bottom: 15px;
   border-radius: 8px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   border: 1px solid #333;
   width: 100%;
   max-width: 600px;
   margin: 0 auto 15px auto;
}
.seal-design .seal-icon {
   width: 80px;
   height: 80px;
   border-radius: 15px;
   margin-right: 15px;
   flex-shrink: 0;
   max-width: 100%;
}
.seal-design .seal-content {
   flex-grow: 1;
   display: flex;
   flex-direction: column;
}
.seal-title-container {
   display: flex;
   align-items: center;
   gap: 10px;
}
.seal-design .seal-title {
   font-size: 22px;
   font-weight: bold;
   padding: 5px 10px;
   display: inline-flex;
   align-items: center;
   color: white;
   border-radius: 5px;
   margin-bottom: 10px;
   max-width: fit-content;
}
.seal-design .seal-A { background-color: #E74C3C; }
.seal-design .seal-B { background-color: #2980B9; }
.seal-design .seal-C { background-color: #27AE60; }
.seal-design .seal-D { background-color: #F39C12; }

.seal-design .seal-description {
   font-size: 14px;
   color: #333;
}

/* ご購入から出荷までの流れの枠 */
.order-process-container {
    max-width: 100%;
    width: 655px;
    background: white;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.order-title {
   background: #333;
   color: white;
   padding: 10px;
   font-size: 18px;
   border-radius: 8px 8px 0 0;
}

.order-image {
   width: 100%;
   max-width: 611px;
   display: block;
   margin: 20px auto;
}

@media screen and (max-width: 680px) {
    .order-process-container {
        width: 95%;
        padding: 15px;
    }

    .order-title {
        font-size: 16px;
        padding: 8px;
    }

    .order-image {
        max-width: 100%;
        margin: 10px auto;
    }
}



.hanko-faq-nav {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #333; /* 外枠を1px #333に */
    margin-bottom: 30px; /
}

.hanko-faq-nav h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hanko-faq-nav ul {
    list-style: none;
    padding: 0;
}

.hanko-faq-nav li {
    margin: 5px 0;
}

.hanko-faq-nav .main {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.hanko-faq-nav .sub {
    margin-left: 20px;
    font-size: 16px;
}

/* ここで blue-link のスタイルを統合 */
.hanko-faq-nav a {
    color: #0056b3; /* 青色を統一 */
    text-decoration: underline; /* 下線を明示的に表示 */
    font-weight: bold; /* 強調 */
    font-size: 1rem;
    transition: color 0.3s ease; /* スムーズな色変化 */
}

/* 訪問済みリンクの色を統一 */
.hanko-faq-nav a:visited {
    color: #0056b3;
    text-decoration: underline;
}

/* ホバー時の色と下線効果 */
.hanko-faq-nav a:hover {
    color: #003580; /* ホバー時に濃い青色 */
    text-decoration: none; /* 下線を消して動きをつける */
}

/* アクティブ（クリック中）のスタイル */
.hanko-faq-nav a:active {
    color: #002244;
}

.triangle {
    font-size: 20px;
    font-weight: bold;
}
 /* 文章の冒頭の・の大きさを制御 */
.fa-circle {
  font-size: 8px;
  color: #333;
  vertical-align: middle;
  margin-right: 5px;
}
 /* 文章の間の線 */
.separator {
  border: none;
  border-top: 1px dotted #ccc;
  margin: 20px 0;
  width: 100%;
}
 /* FAQの領収書についての表 */
        .invoice-table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            overflow: hidden;
            table-layout: fixed;
        }
        .invoice-table th, .invoice-table td {
            border: 1px solid #ddd;
            padding: 15px;
            text-align: left;
            font-size: 16px;
        }
        .invoice-table th {
            background-color: #003366;
            color: white;
            font-weight: bold;
            text-align: center;
        }
        .invoice-table td {
            background-color: #ffffff;
        }
        .invoice-table tr:nth-child(even) td {
            background-color: #f2f2f2;
        }
        .invoice-important {
            color: #8B2A25;
            font-weight: bold;
        }
        .invoice-table .highlight {
            background-color: #003366;
            color: white;
            font-weight: bold;
            text-align: center;
        }
        .invoice-table th:nth-child(1), .invoice-table td:nth-child(1) {
            width: 20%;
        }
        .invoice-table th:nth-child(2), .invoice-table td:nth-child(2),
        .invoice-table th:nth-child(3), .invoice-table td:nth-child(3) {
            width: 40%;
        }

 /* FAQのTOPのボタン */
        .faq-nav-custom {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
    margin-top: 30px; /* 上の余白を増やす */
    margin-bottom: 30px; /* 下の余白を増やす */
        }
        .faq-button-custom {
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            color: white;
            background-color: #8B2A25; /* 通常のボタン */
            border: none;
            border-radius: 10px;
            cursor: pointer;
            transition: 0.3s;
            text-decoration: none;
            display: inline-block;
            min-width: 140px;
            text-align: center;
        }
        .faq-button-custom:hover {
            opacity: 0.8;
        }
        .faq-button-custom.current-page-custom {
            background-color: #0D303F; /* 現在のページ */
    cursor: default;
    pointer-events: none; /* クリックを無効化 */
        }

        /* スマホ対応 */
        @media (max-width: 600px) {
            .faq-nav-custom {
                flex-direction: column;
                align-items: center;
            }
            .faq-button-custom {
                width: 80%;
                max-width: 280px;
        font-size: 18px; /* スマホでは文字を少し大きく */
        padding: 12px 25px;
            }
        }



 /* FAQのTOPデザイン */
.custom-faq-container {
    max-width: 800px;
    margin: auto;
}

.custom-faq-item {
    background: white;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.custom-faq-highlight {
    background: #ffffff;
}

.custom-faq-header {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.custom-faq-arrow {
    font-size: 20px;
    margin-right: 10px;
    color: #555;
}

.custom-faq-title {
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.custom-faq-title:hover {
    text-decoration: underline;
}

.custom-faq-description {
    margin: 5px 0 10px;
    color: #555;
    text-align: left;
}

.custom-faq-link-container {
    text-align: right;
}

.custom-faq-link {
    display: inline-block;
    text-decoration: none;
    color: #003366;
    font-weight: bold;
    margin-top: 10px;
}

.custom-faq-link:hover {
    text-decoration: underline;
}

/* トップページボタン */
.custom-top-button-container {
    text-align: center;
    margin-top: 20px;
}

.custom-top-button {
    display: inline-block;
    background: #ddd;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border-radius: 5px;
}

.custom-top-button:hover {
    background: #bbb;
}

.custom-home-icon {
    margin-right: 5px;
}

/* 文章の上20px空白を作成 */
.top-margin {
  margin-top: 30px;
}
/* 文章の下20px空白を作成 */
.bottom-margin {
   margin-bottom: 30px;
}


/* 個人印鑑(https://inkan-nisino.com/ic/kojin)のデザイン
 * 01-上部の安心ポイント3つ
 * 02-個人印鑑3つの種類
 * 03-左隅黒グレー帯のデザイン
 * 04-文章説明の際のh3として
 * 05-実印書体
 * 06-各印鑑の説明箇所
 * 07-まとめポイント 
 * 08-figcaptionの表示をさせない
 * 09-印鑑の作製はこちらのデザイン
 * 10-書体横4つ並びのデザイン
 * 11-
 */

/* 01-上部の安心ポイント3つ */
.custom-container {
   display: flex;
   gap: 20px;
}
.custom-box {
   background: #fff;
   border: 1px solid #ccc;
   padding: 15px;
   width: 280px;
   text-align: center;
   border-radius: 5px;
   box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
   margin-bottom: 30px;
}
.custom-label {
   background: #8B2A25;
   color: white;
   font-size: 12px;
   font-weight: bold;
   padding: 5px;
   display: inline-block;
   border-radius: 3px;
}
.custom-title {
   font-size: 24px;
   font-weight: bold;
   margin: 10px 0;
}
.custom-title span {
   font-size: 18px;
}
.custom-description {
   font-size: 14px;
   color: #333;
}
.custom-link {
   display: inline-block;
   margin-top: 10px;
   text-decoration: underline;
   color: #0056b3;
   font-size: 14px;
   font-weight: bold;
   transition: color 0.3s ease;
}
.custom-link:hover {
   color: #003580;
   text-decoration: none;
}
.custom-link span {
    font-size: 12px;
}

/* 02-個人印鑑3つの種類 */
.seal-container {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
    justify-content: center;
   max-width: 900px;
   margin: 0 auto;
}
.seal-box {
   width: 100%;
   background: #fff;
   border: 1px solid #ccc;
   border-radius: 8px;
   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
   text-align: center;
   padding: 15px;
   margin-bottom: 15px;
}
.seal-box img {
   width: 80px;
   height: 80px;
   margin-bottom: 15px;
}
.seal-header {
   font-size: 20px;
   font-weight: bold;
   margin: 10px 0;
   text-align: center;
   color: #333;
}
.seal-text {
   font-size: 14px;
   color: #333;
   margin-bottom: 15px;
}
.seal-button {
   display: block;
   text-align: center;
   padding: 10px;
   color: white;
   text-decoration: none;
   border-radius: 5px;
   font-weight: bold;
}
.seal-jitsuin .seal-button {
   background: #333;
}
.seal-ginkoin .seal-button {
   background: #0055a4;
}
.seal-ninshoin .seal-button {
   background: #660000;
}
.seal-heading {
   text-align: center;
   font-size: 24px;
   font-weight: bold;
   border-top: 3px double #333;
   border-bottom: 3px double #333;
   padding: 15px;
   margin-bottom: 35px;
   color: #8B2A25;
}
@media (max-width: 768px) {
.seal-container {
   grid-template-columns: 1fr;
 }
}

/* 03-左隅黒グレー帯のデザイン */
h2.txt_category_title {
   font-family: Arial, sans-serif;
   font-size: 18px;
   color: #333;
   font-weight: bold;
   background: linear-gradient(to right, #e0e0e0, #ffffff);
   padding: 8px 12px;
   border-left: 4px solid #333;
   margin: 30px 0 40px 0;
   line-height: 1.3;
}

/* 04-文章説明の際のh3として */
.definition-box {
   font-size: 18px;
   font-weight: bold;
   color: #333;
   background: linear-gradient(to right, #e0e0e0, #ffffff);
   padding: 10px 15px;
   border-top: 3px double #aaa;
   border-bottom: 3px double #aaa;
   margin-bottom: 20px;
   margin: 25px 0;
}

/* 05-実印書体 */
.hanko-container {
   display: flex;
   justify-content: center;
   gap: 20px;
   padding: 20px;
   flex-wrap: wrap;
   max-width: 100%;
}
.hanko-item {
   text-align: center;
   border: 1px solid #ccc;
   padding: 10px;
   border-radius: 10px;
   background-color: #fff;
   width: 150px;
   box-sizing: border-box;
}
.hanko-circle {
   width: 120px;
   height: 120px;
   border-radius: 50%;
   background-size: cover;
   background-position: center;
}
.hanko1 {
   background-image: url('https://inkan-nisino.com/img/kojin/syotai-a.webp');
}
.hanko2 {
   background-image: url('https://inkan-nisino.com/img/kojin/syotai-b.webp');
}
.hanko3 {
   background-image: url('https://inkan-nisino.com/img/kojin/syotai-d.webp');
}
.hanko4 {
   background-image: url('hanko4.png');
}
.hanko-text {
   font-size: 20px;
   margin-top: 10px;
   word-wrap: break-word;
}
.recommend {
   margin-top: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
   color: #8B2A25;
   font-weight: bold;
}
@media (max-width: 600px) {
.hanko-container {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
   justify-content: center;
}
.hanko-item {
   width: 100%;
   max-width: 100px;
 }
.hanko-circle {
   width: 80px;
   height: 80px;
}
.hanko-text {
   font-size: 14px; /* スマホでは14pxに変更 */
   }
}
/* 06-各印鑑の説明箇所 */
.custom-seal-box {
   display: flex;
   align-items: center;
   max-width: 700px;
   margin: 20px auto;
   border: 1px solid #ddd;
   padding: 15px;
   border-radius: 5px;
   background-color: #fafafa;
   margin-top: 20px;
   margin-bottom: 20px;
}
.custom-seal-image {
   width: 150px;
   margin-right: 15px;
}
.custom-seal-text {
   flex: 1;
}
.custom-seal-highlight {
   background-color: #f4e1a1;
   font-weight: bold;
   padding: 2px 4px;
   border-radius: 3px;
}
.custom-seal-title {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 10px;
}
.custom-seal-paragraph {
   font-size: 14px;
   line-height: 1.6;
}
/* 07-まとめポイント */
.point-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.point-list li {
  background: #e3f2fd;
  margin: 10px 0;
  padding: 12px 16px;
  border-radius: 5px;
  position: relative;
  padding-left: 2.4em; /* ●の分だけ左に余白を確保 */
}

.point-list li::before {
  content: "●";
  color: #666;
  font-size: 1em;
  position: absolute;
  left: 0.9em;
  top: 1.0em; /* 微調整して行頭と揃える */
  line-height: 1;
}
/* 08-figcaptionの表示をさせない */
figcaption {
            display: none;
        }
/* 09-印鑑の作製はこちらのデザイン */
.hanko-shop-container {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   justify-content: center;
   max-width: 1100px;
   margin: 0 auto;
}
.hanko-shop-item {
   background-color: white;
   border: 1px solid #ccc;
   border-radius: 12px;
   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
   text-align: left;
   padding: 15px;
   margin-bottom: 0px;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.hanko-shop-item img {
   width: 120px;
   height: auto;
   margin-bottom: 10px;
}
.hanko-shop-info {
   width: 100%;
}
.hanko-shop-title {
   font-size: 16px;
   font-weight: bold;
   color: #333;
   margin-bottom: 5px;
}
.hanko-shop-price {
   color: #7d1813;
   font-weight: normal;
   font-size: 18px;
}
.hanko-shop-free-shipping {
   color: red;
   font-size: 14px;
   font-weight: bold;
}
.hanko-shop-points {
   color: orange;
   font-size: 14px;
}
.hanko-shop-rating {
   color: #ffcc00;
   font-size: 14px;
}
.hanko-shop-box {
   display: inline-block;
   background-color: #ffffff;
   border: 1px solid #ccc;
   padding: 5px 10px;
   border-radius: 4px;
   font-size: 14px;
   font-weight: bold;
   color: #333;
   margin-top: 5px;
}
.hanko-shop-shipping {
   font-size: 12px;
   color: #666;
   margin-top: 5px;
}
@media (max-width: 768px) {
.hanko-shop-container {
   grid-template-columns: 1fr;
}
.hanko-shop-item {
   flex-direction: row;
   align-items: center;
}
.hanko-shop-item img {
   margin-right: 15px;
   padding-right: 15px;
   flex-shrink: 0;
}
.hanko-shop-info {
   text-align: left;
 }
}
/* 10-書体横4つ並びのデザイン */
.hanko-responsive-container {
   display: grid;
   grid-template-columns: repeat(4, 1fr); /* PCでは4列 */
   gap: 20px;
   padding: 20px;
   max-width: 100%;
   justify-content: center;
}

.hanko-responsive-item {
   text-align: center;
   border: 1px solid #ccc;
   padding: 10px;
   border-radius: 10px;
   background-color: #fff;
   width: 150px;
   box-sizing: border-box;
}



.hanko-responsive-circle {
   width: 120px;
   height: 120px;
   border-radius: 50%;
   background-size: cover;
   background-position: center;
}

.hanko-responsive1 {
   background-image: url('https://inkan-nisino.com/img/kojin/syotai-a.webp');
}
.hanko-responsive2 {
   background-image: url('https://inkan-nisino.com/img/kojin/syotai-b.webp');
}
.hanko-responsive3 {
   background-image: url('https://inkan-nisino.com/img/kojin/syotai-c.webp');
}
.hanko-responsive4 {
   background-image: url('https://inkan-nisino.com/img/kojin/syotai-d.webp');
}

.hanko-responsive-text {
   font-size: 20px;
   margin-top: 10px;
   word-wrap: break-word;
}
.recommend-responsive {
   margin-top: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
   color: #8B2A25;
   font-weight: bold;
}

/* スマホ用（幅600px以下） */
@media (max-width: 600px) {
   .hanko-responsive-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* 2列 × 2行 */
      justify-content: center;
   }
   .hanko-responsive-item {
      width: 100%;
      max-width: 150px;
      margin: 0 auto;
   }
   .hanko-responsive-circle {
      width: 80px;
      height: 80px;
      margin: 0 auto;
   }
}
 /* 11-目立つボタン */
.center-button-wrap {
   display: flex;
   justify-content: center;
   margin: 20px 0;
}
.unique-red-button {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 12px 24px;
   font-size: 18px;
   font-weight: bold;
   color: #fff;
   background: linear-gradient(180deg, #8B2A25, #731F1A);
   border: 2px solid #6A1E19;
   border-radius: 8px;
   text-decoration: none;
   cursor: pointer;
   transition: all 0.3s ease-in-out;
   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
   position: relative;
   margin: 20px auto;
   max-width: 625px; /* PCでは最大650px */
   width: 100%; /* スマホでは横幅いっぱい */
}
.unique-red-button::before {
   content: "►► ";
   font-size: 16px;
   color: #E0C000;
   margin-right: 8px;
}
.unique-red-button::after {
   content: " ◄◄";
   font-size: 16px;
   color: #E0C000;
   margin-left: 8px;
}
.unique-red-button:hover {
   background: linear-gradient(180deg, #9B332D, #81231F);
   border-color: #922D27;
   transform: scale(1.05);
}
.unique-red-button:active {
   background: linear-gradient(180deg, #731F1A, #5E1714);
   transform: scale(1);
}






.hanko-shop-container-v2 {
   display: grid;
   grid-template-columns: repeat(2, 1fr); /* 横2つ並び */
   gap: 20px;
   justify-content: center;
   max-width: 1100px;
   margin: 0 auto;
}
.hanko-shop-item-v2 {
   background-color: white;
   border: 1px solid #ccc;
   border-radius: 12px;
   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
   text-align: left;
   padding: 15px;
   margin-bottom: 0px;
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative; /* スマホ時に枠全体をクリック可能にするため */
}

/* スマホ時に枠全体をリンクにする */
@media (max-width: 768px) {
   .hanko-shop-item-v2::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
   }
   .hanko-shop-item-v2 {
      cursor: pointer;
   }
}

/* PC時は通常通り（画像のみリンク対象） */
@media (min-width: 769px) {
   .hanko-shop-item-v2 {
      cursor: default;
   }
}

.hanko-shop-item-v2 img {
   width: 120px;
   height: auto;
   margin-bottom: 10px;
}
.hanko-shop-info-v2 {
   width: 100%;
}
.hanko-shop-title-v2 {
   font-size: 16px;
   font-weight: bold;
   color: #333;
   margin-bottom: 5px;
}
.hanko-shop-price-v2 {
   color: #bf0000;
   font-weight: normal;
   font-size: 18px;
}
.hanko-shop-free-shipping-v2 {
   color: #bf0000;
   font-size: 16px;
   font-weight: normal;
}
.hanko-shop-points-v2 {
   color: orange;
   font-size: 14px;
}
.hanko-shop-rating-v2 {
   color: #f2ab00;
   font-size: 14px;
}
.hanko-shop-box-v2 {
   display: inline-block;
   background-color: #ffffff;
   border: 1px solid #ccc;
   padding: 5px 10px;
   border-radius: 4px;
   font-size: 14px;
   font-weight: bold;
   color: #333;
   margin-top: 5px;
}
.hanko-shop-box-v2-type-mitome {
   display: inline-block;
   background-color: #FFF3CD; /* ゴールド */
   color: #333;
   border: 1px solid #F0C36D;
   padding: 5px 10px;
   border-radius: 4px;
   font-size: 14px;
   font-weight: bold;
   color: #333;
   margin-top: 5px;
}
.hanko-shop-box-v2-type-ginko {
   display: inline-block;
   background-color: #E3F2E1; /* 緑 */
   color: #333;
   border: 1px solid #A5D6A7;
   padding: 5px 10px;
   border-radius: 4px;
   font-size: 14px;
   font-weight: bold;
   color: #333;
   margin-top: 5px;
}
.hanko-shop-box-v2-type-jituin {
   display: inline-block;
   background-color: #A2C3E0; /* オレンジ */
   color: #333;
   border: 1px solid #6B8EAA;
   padding: 5px 10px;
   border-radius: 4px;
   font-size: 14px;
   font-weight: bold;
   color: #333;
   margin-top: 5px;
}


.hanko-shop-shipping-v2 {
   font-size: 12px;
   color: #666;
   margin-top: 5px;
}







/* 比較表の基本デザイン */
.custom-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #ccc;
}

/* ヘッダーのデザイン（視認性UP） */
.custom-comparison-table thead {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
}

/* 各セルのスタイル */
.custom-comparison-table th,
.custom-comparison-table td {
    padding: 14px;
    border: 1px solid #ccc;
}

/* 偶数行の背景色 */
.custom-comparison-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* ホバー時の強調 */
.custom-comparison-table tbody tr:hover {
    background-color: #e6e6e6;
}

/* 星マークの間隔調整 */
.custom-comparison-table td span.custom-stars {
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    min-width: 65px; /* 価格の星マークエリアを均等化 */
    text-align: right;
}

/* 価格帯のテキストの間隔を調整 */
.custom-comparison-table td span.custom-price {
    display: inline-block;
    margin-left: 8px; /* 星マークと価格帯の間の間隔を適切に */
    font-size: 14px;
    color: #666;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .custom-table-wrapper {
        overflow-x: auto;
    }
    .custom-comparison-table {
        font-size: 14px;
        min-width: 600px;
    }
    .custom-comparison-table th,
    .custom-comparison-table td {
        padding: 10px;
    }
}





/* 実印・銀行印・認印のボタン専用 */
.stamp-button-group {
    display: flex;
    justify-content: space-between; /* 均等配置 */
    gap: 10px; /* ボタン同士の間隔 */
    margin-top: 15px;
    flex-wrap: wrap; /* スマホで折り返し対応 */
}

.stamp-button {
    flex: 1; /* 均等なサイズ */
    text-align: center;
    background: linear-gradient(180deg, #8B2A25, #731F1A); /* 通常時のグラデーション */
    color: #fff;
    padding: 12px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: nowrap; /* 長いテキストでも折り返さない */
    max-width: 200px; /* ボタンが極端に大きくならないよう調整 */
    border: 2px solid #6A1E19; /* ボタンの枠線 */
}

/* ホバー時（マウスを乗せたとき） */
.stamp-button:hover {
    background: linear-gradient(180deg, #9B332D, #81231F); /* ホバー時に明るめの赤に変化 */
    border-color: #922D27; /* ホバー時の枠線 */
}

/* アクティブ時（クリック時） */
.stamp-button:active {
    background: linear-gradient(180deg, #731F1A, #5E1714); /* アクティブ時に暗めの赤 */
    border-color: #5E1714; /* アクティブ時の枠線 */
}

/* スマホ対応 */
@media (max-width: 600px) {
    .stamp-button-group {
        flex-direction: column;
        align-items: center;
    }
    .stamp-button {
        width: 100%; /* スマホではボタンを横いっぱいに */
        max-width: 300px; /* 過剰に大きくならないよう調整 */
    }
}



/* 注文の流れ - 全体ラップ */
.order-flow-wrapper {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
}

/* 各ステップのボックス */
.order-flow-step {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* ステップ番号のデザイン */
.order-flow-step-number {
    background: #d32f2f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

/* ステップのテキスト部分 */
.order-flow-step-text {
    flex: 1;
}

/* 重要な部分を赤くする */
.order-flow-highlight {
    color: #d32f2f;
    font-weight: bold;
}

/* 連絡事項の注意 */
.order-flow-warning {
    background: #ffebee;
    padding: 10px;
    border-left: 4px solid #d32f2f;
    font-size: 14px;
    margin-top: 10px;
}

/* スマホ対応 */
@media (max-width: 600px) {
    .order-flow-wrapper {
        padding: 10px;
    }
    .order-flow-step {
        flex-direction: column;
        text-align: center;
    }
    .order-flow-step-number {
        margin-bottom: 10px;
    }
}







/* 出荷案内のデザイン */
.shipping-notice {
    background: linear-gradient(180deg, #FFEBEE, #FFC6C6);
    border: 1px solid #d32f2f;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto;
}

/* 見出しのデザイン */
.shipping-notice h2 {
    font-size: 20px;
    color: #8B2A25;
    font-weight: bold;
    margin-bottom: 15px;
}

/* アイフレームを囲むコンテナ */
.iframe-container {
    background: #fff;
    border: 1px solid #c62828;
    padding: 10px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    margin: 0 auto 15px;
}

/* アイフレームのデザイン */
.iframe-container iframe {
    width: 100%;
    height: 120px;
    border: none;
    display: block;
}

/* 説明文 */
.shipping-notice p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

/* リンクのデザイン */
.shipping-notice a {
    color: #0056b3; /* リンクの青色 */
    text-decoration: underline; /* 下線を表示 */
    font-weight: bold; /* 太字にして強調 */
    font-size: 1rem; /* フォントサイズ */
    transition: color 0.3s ease; /* ホバー時のアニメーション */
}

.shipping-notice a:hover {
    color: #003580; /* ホバー時に濃い青色に変更 */
    text-decoration: none; /* 下線を削除して動きをつける */
}






/* セットボタン全体のレイアウト */
.multi-set-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 655px;
    margin: 20px auto;
}

/* 2本セット 横並び（幅を均等にする） */
.multi-set-row {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: space-between; /* 均等配置 */
}

/* ボタンデザイン（2行表示を強制） */
.multi-set-button {
    display: flex;
    flex-direction: column; /* 2行レイアウト */
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #D8D8D8, #B0B0B0);
    border: 1px solid #909090;
    color: #333;
    padding: 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    width: calc(50% - 5px); /* 2本セットのボタンを均等幅に */
    text-align: center;
    height: 80px; /* ボタンの高さを統一 */
}

/* 1行目（例: 2本セット 実印・銀行印） */
.multi-set-label {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

/* 2行目（例: 10000円(税込)～） */
.multi-set-price {
    font-size: 18px;
    font-weight: bold;
    color: #FFC107; /* ゴールド系 */
    margin-top: 5px;
    display: block;
}

/* ホバー時 */
.multi-set-button:hover {
    background: linear-gradient(180deg, #E0E0E0, #C0C0C0);
    border-color: #A0A0A0;
}

/* クリック時 */
.multi-set-button:active {
    background: linear-gradient(180deg, #A8A8A8, #888888);
}

/* 3本セットのスタイル（横幅100%） */
.full-width {
    width: 100%;
}

/* スマホ対応（1列表示） */
@media (max-width: 768px) {
    .multi-set-row {
        flex-direction: column;
        align-items: center;
    }
    
    .multi-set-button {
        width: 100%;
    }
}









.trust-button-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.trust-button {
  background-color: #D8D8D8;
  color: #333;
  font-weight: bold;
  padding: 12px 16px;
  border-radius: 6px;
  text-align: center;
  font-size: 15px;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #ccc;
}

.trust-button:hover {
  background-color: #e6e6e6;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.trust-button small {
  display: block;
  font-size: 12px;
  margin-top: 3px;
  color: #666; /* または #ddd や rgba(255,255,255,0.8) */
}









.hanko-2x2-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 20px;
  padding: 20px;
  max-width: 100%;
  justify-content: center;
}

.hanko-2x2-grid-item {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  width: 150px;
  box-sizing: border-box;
  margin: 0 auto;
}

.hanko-2x2-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.hanko-2x2-text {
  font-size: 18px;
  margin-top: 10px;
  word-wrap: break-word;
}

/* 個別背景画像用クラス例 */
.hanko-2x2-a {
  background-image: url('https://inkan-nisino.com/img/kojin/syotai-a.webp');
}
.hanko-2x2-b {
  background-image: url('https://inkan-nisino.com/img/kojin/syotai-b.webp');
}
.hanko-2x2-c {
  background-image: url('https://inkan-nisino.com/img/kojin/syotai-c.webp');
}
.hanko-2x2-d {
  background-image: url('https://inkan-nisino.com/img/kojin/syotai-d.webp');
}



/* リボンを含む親要素 */
.hanko-2x2-with-bottom-ribbon {
  position: relative;
}

/* 左下のリボン */
.hanko-2x2-bottom-ribbon {
  position: absolute;
  bottom: -5px;
  left: -5px;
  background-color: #d75b5b;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  z-index: 5;
}



.hanko-ribbon-wrapper {
  position: relative; /* リボンの位置基準になります！ */
}

.hanko-label-ribbon {
  position: absolute;
  top: -5px;
  left: -5px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 2;
}

/* 色別クラス */
.label-a { background-color: #f2573b; }
.label-b { background-color: #5a92f6; }
.label-c { background-color: #2c7b45; }
.label-d { background-color: #e5a11a; }



.square-grid-2x4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.square-item {
  text-align: center;
}

.square-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.square-item p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #0056b3; /* リンクの青色 */
  text-decoration: underline; /* 下線を表示 */
  transition: color 0.3s ease; /* ホバー時のアニメーション */
}

.square-item:hover {
  color: #003580; /* ホバー時に濃い青色に変更 */
  text-decoration: none; /* 下線を削除して動きをつける */
}

/* モバイルでも2列になるように（不要でもOK、保険） */
@media (max-width: 600px) {
  .square-grid-2x4 {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* 印鑑比較表のセクション全体に名前空間的なクラスを指定 */
.seal-table-section {
  margin-top: 30px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", HiraKakuProN-W3, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  color: #333;
}

.seal-table-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.seal-table-section caption {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-bottom: 12px;
}

.seal-table-section thead th {
  background-color: #f0f0f5;
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}

.seal-table-section td {
  padding: 14px 12px;
  border: 1px solid #ddd;
  line-height: 1.6;
  vertical-align: top;
}

.seal-table-section tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.seal-table-section table caption {
  font-size: 14px;          /* 小さく調整 */
  font-weight: normal;      /* 太字を解除 */
  color: #666;              /* 控えめな文字色 */
  text-align: left;         /* 左寄せ */
  margin-bottom: 10px;      /* 表との間に余白を確保 */
}







  .sub-link-note {
    font-size: 0.9em;
    color: #666; /* 控えめなグレー */
    margin-top: 1.5em;
  }

  .sub-link-note a {
    color: #0056b3; /* 薄めのブルー（目立ちすぎない） */
    text-decoration: underline; /* 下線を表示 */
    font-weight: bold; /* 太字にして強調 */
    font-size: 1rem; /* フォントサイズ */
    transition: color 0.3s ease; /* ホバー時のアニメーション */
  }

  .sub-link-note a:hover {
    color: #003580;
    text-decoration: none;
  }





.seal-document-sample-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.seal-document-item {
  flex: 0 0 32%; /* 常に3列 */
  text-align: center;
  font-size: 0.85rem;
}

.seal-document-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.seal-note {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}




/* 上部の文章と表との間隔を10pxに */
.seal-intro-text {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* 表全体の下に20pxの余白を追加 */
.seal-requirements-table {
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
}





.seal-item-list {
  margin-bottom: 40px;
  border-top: 2px solid #a00;
  padding-top: 10px;
}

.seal-item-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.seal-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}

.seal-item-size {
  font-size: 1rem;
  color: #333;
  flex: 1;
  text-align: left;
}

.seal-item-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
}

.seal-item-price {
  color: #c00;
  font-weight: bold;
  font-size: 1.1rem;
  white-space: nowrap;
}

.seal-link-button {
  background-color: #800;
  color: #fff;
  padding: 8px 14px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}

.seal-link-button:hover {
  background-color: #a00;
}

.size-label {
  display: inline-block;
  font-size: 0.75rem;
  color: #555;
  border: 1px solid #ccc;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

/* モバイル対応 */
@media (max-width: 600px) {
  .seal-item-row {
    flex-direction: column;
    align-items: flex-end;
  }

  .seal-item-size {
    text-align: left;
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .seal-item-price-block {
    text-align: right;
    width: 100%;
  }
}


.material-detail h3 {
  font-size: 1.4rem;       /* 通常1.2〜1.4rem → 大きめに調整 */
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.2em;
  color: #333;             /* お好みで調整可能 */
}



.arch-line-section {
  position: relative;
  margin: 60px 0 110px;
  text-align: center;
  background-color: #fff;
}

.straight-line {
  height: 2px;
  background-color: #a00;
  width: 100%;
  position: relative;
  top: 25px; /* 線の上下位置調整 */
}

.arch-icon-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.arch-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #a00;
  color: #a00;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 48px;
  text-align: center;
  margin: 0 auto 4px;
  z-index: 1;
}

.arch-label {
  color: #a00;
  font-weight: bold;
  font-size: 1.3rem;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  padding: 0 1em; 
}




.page-anchor-nav {
  margin: 2em 0;
  font-size: 1rem;
  text-align: center;
}
.page-anchor-nav ul {
  list-style: none;
  padding: 0;
}
.page-anchor-nav li {
  display: inline-block;
  margin: 0 1em;
}
.page-anchor-nav a {
  color: #bf0000;
  font-weight: bold;
  text-decoration: none;
}
.page-anchor-nav a:hover {
  text-decoration: underline;
}




.material-mini-nav {
  display: flex;
  justify-content: flex-end;
  gap: 1rem; /* ボタン間のスペース */
  margin-top: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
  flex-wrap: wrap;
}

.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  font-size: 1rem;
  font-weight: bold;
  color: #d62c3e;
  text-decoration: none;
  border: 2px solid #d62c3e;
  border-radius: 24px;
  padding: 9px 16px 11px;
  background-color: #fff;
  position: relative;
  transition: background-color 0.2s, color 0.2s;
  line-height: 1;
}

.nav-button::after {
  content: "›";
  font-size: 1.2rem;
  margin-left: 30px;
  transition: transform 0.2s;
}

.nav-button:hover {
  background-color: #d62c3e;
  color: #fff;
}

.nav-button:hover::after {
  transform: translateX(2px);
}




.delivery-info-banner {
  border: 1px solid #d62c3e;
  background-color: #fff8f8;
  padding: 1em;
  margin: 2em 0 1.5em;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.delivery-label {
  font-size: 1rem;
  font-weight: bold;
  color: #b30000;
  margin-bottom: 0.5em;
}

.delivery-iframe {
  border: none;
  width: 100%;
  max-width: 520px;
  height: 120px;
}


.noto-text {
  font-family: 'Noto Sans JP', sans-serif;
}




.entry-button-wrapper {
  text-align: center;
  margin: 1.5em 0;
}
.entry-button {
  display: inline-block;
  background-color: #b60000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: 28px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.entry-button i {
  margin-right: 8px;
}

.entry-button:hover {
  background-color: #990000;
}




.point-note {
  background-color: #fff7e7;
  border-radius: 6px;
  padding: 16px;
  margin-top: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.point-note ul {
  padding-left: 1em;
  margin: 0.5em 0 0 0;
}

.point-note a {
  color: #0055aa;
  text-decoration: underline;
}

.point-note .highlight {
  color: #b30000;
  font-weight: bold;
}




.promo-highlight-block {
  background-color: #fffedc;
  border-top: 2px solid #ef4c59;
  padding: 2rem 1rem;
  text-align: center;
  margin-top: 80px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.promo-badge-wrapper {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 2.5rem;
}

.promo-badge {
  background-color: #ef4c59;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.4em 3.5em;
  border-radius: 6px 6px 6px 6px;
  position: relative;
  display: inline-block;
}

.promo-badge::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ef4c59;
}

.promo-badge span {
  font-size: 1.2em;
}

.promo-highlight-main {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5em;
}

.promo-month {
  background-color: #fff;
  border: 2px solid #ef4c59;
  color: #ef4c59;
  border-radius: 4px;
  font-weight: bold;
  padding: 0.1em 0.4em;
  margin: 0 0.3em;
}

.promo-highlight-sub {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
}

.promo-spacer {
  height: 1.5rem;
}

@media screen and (max-width: 600px) {
  .promo-highlight-block {
    padding: 3.5rem 1rem 2.5rem; /* 上の余白を大きくする */
  }

  .promo-badge {
    font-size: 0.9rem;
    padding: 0.6em 2em;
  }

  .promo-badge-wrapper {
    top: -14px;
  }

  .promo-highlight-main {
    font-size: 1.2rem;
  }

  .promo-highlight-sub {
    font-size: 1rem;
  }
}







.pink-label-decoration {
    display: block;
    width: 100%;
    background-color: #da6865;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.pink-label-decoration::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #da6865; /* ラベルと同じ色 */
}

.arrow-button::before {
  content: "▶";
  font-size: 1rem;
  margin-left: 0.5em;
}



    .kakaku-hikaku-wrapper {
      margin: 10px 0 20px 0; /* 上10px・下20px */
    }
    .kakaku-hikaku-table {
      width: 100%;
      max-width: 800px;
      border-collapse: collapse;
      margin: 0 auto;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .kakaku-hikaku-table th, .kakaku-hikaku-table td {
      border: 1px solid #ddd;
      padding: 16px;
      text-align: center;
      vertical-align: middle;
    }
    .kakaku-hikaku-table th {
      background-color: #f0f0f0;
      font-size: 16px;
    }
    .kakaku-hikaku-table td.kakaku {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: bold;
      color: #444;
    }
    .kakaku-hikaku-table td.per-piece {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      color: #888;
    }
    .kakaku-highlight {
      background-color: #fff7e6;
      border: 2px solid #ffa500;
      font-weight: bold;
      position: relative;
    }
    .kakaku-highlight::after {
      content: "一番お得！";
      position: absolute;
      top: -10px;
      right: -10px;
      background: #ff6347;
      color: white;
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 8px;
      font-weight: bold;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .discount-label {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      min-height: 60px;
    }
    .discount-badge {
      background: #ff6347;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      border-radius: 8px;
      padding: 2px 8px;
      display: inline-block;
    }
    .discount-text {
      font-size: 14px;
      color: #333;
    }

.roboto-font {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.roboto-font-v2 {
  font-family: 'Roboto', sans-serif;
}


        .toggleBtnWrapper {
            text-align: right;
            margin-top: 1em;
        }
        .togglePostpayBtn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 260px;
            font-size: 1rem;
            font-weight: bold;
            color: #d62c3e;
            text-decoration: none;
            border: 2px solid #d62c3e;
            border-radius: 24px;
            padding: 9px 16px 11px;
            background-color: #fff;
            position: relative;
            transition: background-color 0.2s, color 0.2s;
            line-height: 1;
            font-family: 'Noto Sans JP', sans-serif;
        }
        .togglePostpayBtn:focus {
            outline: 2px solid #d62c3e;
            box-shadow: 0 0 0 2px rgba(214, 44, 62, 0.3);
        }
        .togglePostpayBtn::after {
            content: "›";
            font-size: 1.2rem;
            margin-left: 30px;
            transition: transform 0.2s;
        }
        .togglePostpayBtn:hover {
            background-color: #d62c3e;
            color: #fff;
        }
        .togglePostpayBtn:hover::after {
            transform: translateX(2px);
        }


.ivory-usage-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ivory-counter 0;
}

.ivory-usage-list li {
  margin: 10px 0;
}

.value-box {
  background: #e3f2fd;
  padding: 12px 16px;
  border-radius: 5px;
  position: relative;
  padding-left: 2.8em;

  counter-increment: ivory-counter;
}

.value-box::before {
  content: counter(ivory-counter, decimal) ". ";
  color: #666;
  font-size: 1em;
  position: absolute;
  left: 0.9em;
  top: 1.1em;
  line-height: 1;
}




.ivory-thumbnail-table {
  margin: 1rem auto;
  border-spacing: 2rem;
  text-align: center;
}

.ivory-thumbnail-cell {
  vertical-align: top;
}

.ivory-caption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
  font-weight: bold;
}

.ivory-modal-thumb {
  cursor: zoom-in;
  display: inline-block;
  text-align: center;
}

.ivory-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.ivory-modal-overlay img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
  box-shadow: 0 0 12px #111;
}

#ivory-modal-trigger-1:checked ~ #ivory-modal-1,
#ivory-modal-trigger-2:checked ~ #ivory-modal-2 {
  display: flex;
}

.ivory-modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.ivory-law-paragraph {
  margin-bottom: 0.3em;
}

.visually-hidden-v2 {
  margin-bottom: -0.9em;
}

#official-links-title {
  margin-bottom: -0.9em;
}

#ivory-care-method + p,
#ivory-storage-method + p,
#ivory-environment-warning + p {
  margin-top: 0.2em;  /* デフォルトより小さめ（通常は約1em） */
}


.ivory-toc-wrapper {
  background-color: #f9fafc;
  border: 1px solid #dcdfe6;
  padding: 1em 1.5em;
  border-radius: 6px;
  max-width: 680px;
  margin: 2em auto;
  font-family: "Noto Sans JP", sans-serif;
}

.ivory-toc-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.8em;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4em;
}

.ivory-toc-list {
  margin: 0;
  padding: 0;
  text-indent: 1em;
}

.ivory-toc-list li {
  margin: 0.5em 0;
  font-size: 0.95rem;
  list-style: none;
}

/* .ivory-toc-list li a のスタイルを .blue-link に統一 */
.ivory-toc-list li a,
.ivory-toc-list li a.blue-link {
  color: #0056b3;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.ivory-toc-list li a:hover,
.ivory-toc-list li a.blue-link:hover {
  color: #003580;
  text-decoration: none;
}

.ivory-grade-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 0.4em;
}

.ivory-grade-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%; /* 線の長さ */
  height: 2px;
  background: linear-gradient(to right, #bf0000, rgba(191, 0, 0, 0)); /* 左→右へ透明に消える */
}

.first-benefits h3 {
  margin-bottom: 0.3em; /* このセクション内のh3だけ調整 */
}

.first-benefits h3 + p {
  margin-top: 0; /* このセクション内でh3直後のpだけマージンゼロ */
}

.payment-info-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5; /* 24px前後：視認性重視 */
  color: #333333;
  margin-bottom: 1em;
  word-break: break-word;
}


.opcPaymentMethod_paymentMethodLabel_edit {
   font-size: 24px;
}


/*各決済説明の末尾の間隔をあける*/
.opcPaymentMethod_edit {
   margin-bottom: 40px;
}

/*決済名の下の間隔をあける*/
.opcPaymentMethod_paymentMethodDetailGroup_edit {
   margin-top: 10px;
}


.memo-style-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.memo-style-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1px dashed #bbb;
}

.memo-section-title {
  margin-bottom: 1em; /* 見出しとリストの間に余白 */
}

.memo-style-list li:first-child {
  margin-top: 0.5em; /* 最初の項目の上に軽く余白 */
}

.memo-style-list li::before {
  content: "●";
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75em;
}


.top-main-heading {
    font-family: 'Noto Sans JP', sans-serif; /* 指定フォント */
    font-weight: 500; /* フォントの太さを調整（400で標準、500や700でやや太字） */
    font-size: 1.5rem; /* 任意でサイズ調整 */
    color: #703030; /* 文字色は元の色を踏襲 */
    padding-bottom: 8px; /* 下線との間隔調整（任意） */
    border-bottom: 1px solid #333; /* 下線（border-bottom）を追加 */
    margin-bottom: 1rem; /* 下方向の余白（任意で調整） */
}

.top-sub-heading {
    font-family: 'Noto Sans JP', sans-serif; /* 指定フォント */
    font-weight: 400; /* フォントの太さを調整（400で標準、500や700でやや太字） */
    font-size: 1.2rem; /* 任意でサイズ調整 */
    color: #333; /* 文字色は元の色を踏襲 */
    padding-bottom: 8px; /* 下線との間隔調整（任意） */
}


.image-comparison {
  display: flex;
  justify-content: center;         /* 中央寄せ */
  gap: 2rem;                       /* 画像間の余白 */
  margin: 2rem 0;
  flex-wrap: wrap;                /* モバイル対応：折り返し可能に */
}

.image-comparison-item {
  flex: 0 1 300px;                 /* 幅上限：300px程度に制限 */
  text-align: center;
  border: 2px solid #ccc;         /* 枠線 */
  border-radius: 12px;            /* 角丸 */
  padding: 1rem;
  background-color: #f9f9f9;      /* 薄い背景色で浮かせる */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* 軽いシャドウ */
}

.image-comparison-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;             /* 画像自体も角丸にしたい場合 */
}

.image-comparison-item figcaption {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: #333;
}

.shipping-fee-free {
    color: #bf0000;
    font-weight: bold;
    font-size: 16px;
}


.heading-style {
   font-size: 18px;
   font-weight: bold;
   color: #333;
   background: linear-gradient(to right, #e0e0e0, #ffffff);
   padding: 10px 15px;
   border-top: 3px double #aaa;
   border-bottom: 3px double #aaa;
   margin-bottom: 20px;
   margin: 25px 0;
}

.order-form-main-title {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 24px;
}

.highlight-guarantee {
    color: #bf0000;
    font-size: 22px;
}

.heading-tight-bottom {
    margin-bottom: -20px;
}


.table-header-item {
    width: 25%;
    border-bottom: 1px solid #ccc;
}

.table-header-content {
    width: 75%;
    border-bottom: 1px solid #ccc;
}

.no-underline {
    text-decoration: none;
}
@media screen and (max-width:480px){
@charset "UTF-8";
/*SP*/
/* デバイス別出し分け */
.sp {
  display: block;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysMain, #sysAside {
  width: 100%;
}

#sysAside {
  margin-top: 35px;
}

#sysMain {
  margin-top: 0;
}

.grid-col {
  float: none;
  width: 100% !important;
  margin-left: 0;
}

/* 10-1 Header */
#sysHeader {
  margin-bottom: 6%;
}

.h-siteinfo,
.h-siteinfo-sub {
  height: auto;
  padding-top: 3px;
  padding-left: 5px;
}

.h-siteinfo h1,
.h-siteinfo-sub p {
  font-size: xx-small;
}

.h-sitelogo {
  padding: 8px 0 0 10px;
  height: 54px;
}

.h-sitelogo li img {
  width: auto;
  max-height: 35px;
}

.h-utilitybtn {
  position: relative;
}

.h-utilitybtn .sysContent {
  width: 30%;
  float: none;
  position: absolute;
  z-index: 999;
  top: 2px;
  right: 15%;
}

.h-utilitybtn ul li {
  height: 44px;
  width: 50% !important;
}

.h-utilitybtn ul li:first-child {
  width: 50% !important;
}

.h-utilitybtn ul li a {
  line-height: 1.3;
  height: 44px;
  font-size: x-small;
  border-top: 1px solid #d3d3d3;
  padding: 0 2px;
}

.h-utilitybtn ul li a:before {
  content: "";
  width: 20px;
  margin: 5px auto 0;
  height: 18px;
  display: block;
}

/* 10-1-3 ドロップダウンメニュー */
.h-subMenu .sysHeadline {
  line-height: 42px;
  width: 15%;
  float: right;
  position: absolute;
  bottom: 8px;
  right: 0;
  background: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background-image: linear-gradient(#ffffff, #f4f4f4);
  color: #21201F;
  border: 1px solid #d3d3d3;
  border-left: none;
}

.h-subMenu .sysAccordionInitialHide {
  padding: 0 4% 3%;
}

.h-subMenu ul li {
  background: #FFF;
  width: 48.5% !important;
  margin: 3.5% 0 0;
}

.h-subMenu ul li:nth-child(2n) {
  width: 48.5% !important;
  margin-left: 3%;
  margin-bottom: 0;
}

.h-subMenu ul li a {
  text-align: center;
  padding: 8% 15%;
  line-height: 1;
}

/* 12-12 見出し */
.mainCnt .sysHeadline {
  padding-right: 20%;
}

.headline-2nd {
  margin-left: 5px;
}

.headline-3rd {
  margin-left: 10px;
}

/* 12-14 Responsive Grid System */
.col {
  float: none;
}

.gutters .col {
  margin-left: 0;
}

.span_1, .span_2, .span_3, .span_4, .span_5, .span_6,
.span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
  width: 100% !important;
  float: none;
}

/* 12-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
  font-size: small;
}

.sysItemList ul.sysThumbnail li,
.sysContent .sysItemBlock .sysHorizontal li {
  padding-bottom: 20px;
  width: 48.5%;
  margin-left: 3%;
}
.sysItemList ul.sysThumbnail li:nth-child(3n+1),
.sysContent .sysItemBlock .sysHorizontal li:nth-child(3n+1) {
  margin-left: 3%;
}
.sysItemList ul.sysThumbnail li:nth-child(2n+1),
.sysContent .sysItemBlock .sysHorizontal li:nth-child(2n+1) {
  margin-left: 0;
}
.sysItemList ul.sysThumbnail li .sysItemName,
.sysContent .sysItemBlock .sysHorizontal li .sysItemName {
  line-height: 1.4;
}
.sysItemList ul.sysThumbnail li .sysItemName a,
.sysContent .sysItemBlock .sysHorizontal li .sysItemName a {
  font-size: 13px;
}

/* 13-1-5 メインメニュー*/
.h-mainMenu ul li {
  padding: 0 1%;
}

.p-topimg .sysContent {
  padding: 3%;
}

/* 13-2-2 Half Banner */
.p-banner li {
  width: 100%;
  margin-bottom: 5px;
}

/* 13-2-3 PICK UP Item */
.p-pickup .sysContent {
  padding: 0 0 5px;
}

/* 13-2-4 News & SNS */
.p-news, .p-sns {
  width: 100%;
}

#newsFeed li {
  padding: 10px 0 8px;
}

#newsFeed li span {
  float: none;
}

#newsFeed li p {
  margin-top: 6px;
}

/* 13-2-5 ShopInformation */
.p-shopInfo .sysContent,
.shopinfo-inner,
.shopinfo-row {
  display: block;
}

.shopinfo-wrap {
  padding-bottom: 0;
}

.p-shopInfo .sysHeadline {
  padding: 5% 18%;
}

.shopinfo-inner {
  width: 96%;
  margin: 5% auto 10%;
}

.shopinfo-inner:nth-child(2n) {
  margin-right: auto;
}

/* 3-3-3 Aside Banner */
.s-banner li {
  margin: 10px auto;
  width: 98%;
}

/* 13-3-5 Aside Category */
.asideCategory ul {
  padding: 15px 20px;
}

.asideCategory ul li.sysText a {
  font-size: 14px;
  padding: 6px 0;
}

/* 13-4-1 Footer Site Map */
.f-sitemap {
  padding: 1px 0;
}

.f-sitemap li {
  width: 100% !important;
}

.f-sitemap ul li.sysText a {
  padding: 5px 20px;
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-top: 1px;
}

/* 13-4-2 Page Top Btn */
.p-pagetop .btn {
  padding: 10px 0;
}

/* 14-1-2 Category Pankuzu */
.sysItemCategoryPankuzu {
  font-size: 12px;
}

/* 14-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail {
  font-size: small;
}

.sysItemList ul.sysThumbnail input {
  font-size: x-small;
}

/* 14-2-3 Order Area */
.orderArea {
  letter-spacing: normal;
}

.orderArea > div {
  width: 100%;
  padding-right: 0;
  float: none;
}

.orderArea > .orderArea {
  padding: 0 5px;
}

/* 14-3 Free Page */
.subttl_1 {
  font-size: 16px;
  margin-top: 35px;
}

.subttl_2 {
  margin-top: 30px;
}

.ol_style01 li {
  margin-top: 20px;
}

.pageCnt .sysContent > p {
  padding-right: 5px;
  padding-left: 5px;
}

/* 特急仕上げ */
.p-tokkyu p {
  margin-top: 20px;
}
.p-tokkyu .pageIntroBox .icon img {
  width: 60px;
}
.p-tokkyu .pageIntroBox .text_img {
  margin-top: 16px;
}

/* 安心の印鑑５年間保証 */
.p-hosho .pageIntroBox .title {
  width: 50%;
  margin: 0 auto;
}
.p-hosho .pageIntroBox .text {
  margin-top: 10px;
}
.p-hosho .pageIntroBox .image {
  margin-top: 15px;
}
.p-hosho .menseki .menseki_image {
  position: static;
  width: 60%;
  margin: 25px auto 0;
}

/* 当店の手彫り仕上げ印鑑のこだわり */
.p-kodawari .kodawari_info .kodawari_info_text {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}
.p-kodawari .kodawari_info .kodawari_info_image {
  float: none;
  width: 77%;
  margin: 0 auto;
  text-align: center;
}
.p-kodawari .kodawari_shiage_text {
  padding: 0 5px;
}

.otherBtn a {
  padding: 14px;
}

/* 印鑑の安心保証サービス */
.p-anshin .pageIntroBox p {
  margin-top: 20px;
}

/* 14-5-2 MyPage*/
.sysMypageNav .sysButton {
  font-size: 0.75rem;
}

/* 商品詳細 */
.orderArea .sysItemImages {
  padding-right: 0;
}

.sysItemName h1 {
  font-size: 22px;
  padding: 0 5px;
}

#sysItemDetail .sysCartButton {
  max-width: 330px;
}

#sysItemDetail .sysExplanation {
  padding: 0 5px;
  font-size: 15px;
}

#sysItemDetail .sysDescription {
  margin-top: 5%;
  padding: 0 5px;
}
#sysItemDetail .sysDescription .intro {
  font-size: 15px;
}

.orderArea .sysItemImages {
  padding-right: 0;
}

/* 商品一覧テンプレート */
.sysItemCategoryCtl {
  padding: 6px;
  font-size: 12px;
}

.sysItemListDisp {
  margin-bottom: 12px;
  padding: 0 5px;
}

.sysItemList ul {
  padding: 0 5px;
}

.sysCategoryDescription .subttl_1 {
  margin-top: 8%;
}
.sysCategoryDescription > .subttl_1:first-child {
  margin-top: 20px;
}

#categoryTemplate {
  /* 個人・会社共通 */
  /* アドレスゴム印見本 */
  /* 個人用印鑑 */
  /* いい夫婦の日 */
  /* 化粧箱 */
}
#categoryTemplate .keyVisual {
  margin-top: 15px;
}
#categoryTemplate .cat_title {
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom-width: 4px;
}
#categoryTemplate .cat_intro,
#categoryTemplate .cat_intro_type2,
#categoryTemplate .cat_kodawari,
#categoryTemplate .cat_tebori,
#categoryTemplate .cat_size,
#categoryTemplate .cat_mihon,
#categoryTemplate .cat_osusume,
#categoryTemplate .cat_shuchiku_sakka,
#categoryTemplate .cat_mihon_gomu {
  padding-top: 7%;
  border-top-width: 4px;
}
#categoryTemplate .cat_intro .midashi {
  padding: 0 10%;
  margin-bottom: 4%;
  text-align: center;
}
#categoryTemplate .cat_intro .main_image {
  width: 26%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  position: static;
}
#categoryTemplate .cat_intro .text {
  width: 68%;
  line-height: 1.8;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  margin-top: 0;
  margin-left: 0;
}
#categoryTemplate .cat_intro .sub_image {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-top: 5%;
}
#categoryTemplate .cat_intro .sub_image img {
  width: 49%;
}
#categoryTemplate .cat_intro .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_intro_type2 .midashi {
  padding: 0 7%;
  margin-bottom: 5%;
  text-align: center;
}
#categoryTemplate .cat_intro_type2 .main_image {
  width: 28%;
  margin-right: 4%;
  margin-bottom: 4%;
  margin-left: 5px;
}
#categoryTemplate .cat_intro_type2 .text {
  width: auto;
  display: block;
  line-height: 1.8;
  margin-left: 0;
  padding: 0 5px;
}
#categoryTemplate .cat_intro_type2 .text .aside_image {
  width: 35%;
}
#categoryTemplate .cat_intro_type2 .text .aside_image:not(:first-child) {
  margin-top: 1.6em;
}
#categoryTemplate .cat_intro_type2 .sub_image {
  padding-top: 1.8em;
}
#categoryTemplate .cat_intro_type2 .sub_image img {
  width: 32%;
}
#categoryTemplate .cat_intro_type2 .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .title_box {
  font-size: 13px;
  padding: 9px 5px;
  float: none;
}
#categoryTemplate .cat_zaishitsu {
  padding: 10px 5px;
}
#categoryTemplate .cat_zaishitsu p {
  line-height: 1.6;
  width: 100%;
  padding-top: 10px;
}
#categoryTemplate .cat_case {
  padding: 10px 5px;
  /* ケース3種 */
}
#categoryTemplate .cat_case p {
  line-height: 1.6;
  width: 100%;
  padding-top: 10px;
}
#categoryTemplate .cat_case ul {
  width: 100%;
  padding-top: 6px;
}
#categoryTemplate .cat_case ul li {
  width: 49%;
}
#categoryTemplate .cat_case ul li p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0px;
  width: 100%;
}
#categoryTemplate .cat_case ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_case.three ul li {
  width: 32%;
}
#categoryTemplate .cat_case.three ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_case.three ul li p {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
  padding-top: 10px;
}
#categoryTemplate .cat_type {
  padding: 10px 5px;
}
#categoryTemplate .cat_type ul {
  margin-top: 10px;
}
#categoryTemplate .cat_type ul li {
  width: 25%;
  padding: 0 5px;
}
#categoryTemplate .cat_sample {
  padding: 10px 5px;
}
#categoryTemplate .cat_sample .sample_wrap {
  letter-spacing: -.4em;
  margin-top: 14px;
}
#categoryTemplate .cat_sample .sample_img {
  float: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 20%;
  margin-right: 4%;
  margin-left: 1%;
}
#categoryTemplate .cat_sample p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 74%;
  padding: 0;
}
#categoryTemplate .cat_sample_kaisha {
  padding: 10px 5px;
}
#categoryTemplate .cat_sample_kaisha p {
  margin-top: 8px;
}
#categoryTemplate .cat_sample_kaisha ul {
  margin-left: 0;
  margin-top: 10px;
}
#categoryTemplate .cat_sample_kaisha ul li {
  width: 49%;
}
#categoryTemplate .cat_sample_kaisha ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_sample_kaisha ul li .sample {
  margin-right: 5px;
}
#categoryTemplate .cat_sample_kaisha ul li span {
  width: calc(100% - 74px - 8px);
}
#categoryTemplate .cat_kodawari {
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_title {
  width: 85%;
  margin-left: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_image {
  float: none;
  text-align: center;
  width: 56%;
  margin-right: auto;
  margin-left: auto;
}
#categoryTemplate .cat_kodawari .kodawari_text {
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  padding: 0 4%;
}
#categoryTemplate .cat_kodawari .kodawari_text p:not(:first-child) {
  margin-top: 0.85em;
}
#categoryTemplate .cat_kodawari .kodawari_1 .kodawari_image {
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_2 {
  margin-top: 9%;
}
#categoryTemplate .cat_kodawari .kodawari_2 .kodawari_image {
  margin-top: 0;
}
#categoryTemplate .cat_tebori {
  margin-top: 7%;
}
#categoryTemplate .cat_tebori .tebori_title {
  padding: 0 3%;
}
#categoryTemplate .cat_tebori .tebori_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_tebori .shokunin {
  margin-top: 8%;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_name {
  margin-top: 15px;
}
#categoryTemplate .cat_tebori .shokunin p {
  width: auto;
  margin-top: 6%;
  padding: 0 4%;
}
#categoryTemplate .cat_tebori .shokunin.s1, #categoryTemplate .cat_tebori .shokunin.s2 {
  padding: 0 10px;
}
#categoryTemplate .cat_tebori .shokunin.s1 .shokunin_image, #categoryTemplate .cat_tebori .shokunin.s2 .shokunin_image {
  float: none;
  width: 68%;
  margin: 0 auto;
}
#categoryTemplate .cat_tebori .shokunin.s1 .shokunin_name, #categoryTemplate .cat_tebori .shokunin.s2 .shokunin_name {
  float: none;
  width: 60%;
  margin-left: 16%;
}
#categoryTemplate .cat_tebori .shokunin.s1 p, #categoryTemplate .cat_tebori .shokunin.s2 p {
  float: none;
}
#categoryTemplate .cat_tebori .shokunin.s2 {
  margin-top: 9%;
}
#categoryTemplate .cat_size {
  margin-top: 6%;
}
#categoryTemplate .cat_size .size_title {
  padding: 0 12%;
}
#categoryTemplate .cat_size .size_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_size .size_example {
  margin-top: 6%;
}
#categoryTemplate .cat_size .size_example .size_example_title {
  margin-left: 10px;
}
#categoryTemplate .cat_size .size_example .size_example_title + p {
  display: block;
  width: 100%;
  padding: 10px 10px 0;
}
#categoryTemplate .cat_size .size_image {
  padding: 0;
  width: 260px;
  margin: 10px auto 20px;
  margin-right: auto;
  margin-left: auto;
}
#categoryTemplate .cat_size .size_image li {
  width: 60px;
}
#categoryTemplate .cat_size .size_table {
  margin: 14px auto 0;
  width: 98%;
}
#categoryTemplate .cat_size .size_table caption {
  font-size: 16px;
}
#categoryTemplate .cat_size .size_table.ginkouin th.women {
  width: auto;
}
#categoryTemplate .cat_mihon {
  margin-top: 8%;
  background-size: 14.2%;
  background-position: right 3% top 0;
  padding-bottom: 7%;
}
#categoryTemplate .cat_mihon .mihon_title {
  margin-left: 5%;
  width: 75%;
}
#categoryTemplate .cat_mihon .mihon_button {
  margin-top: 4%;
  font-size: 18px;
  padding: 8px 0 6px;
}
#categoryTemplate .cat_mihon_gomu .mihon_gomu_title {
  padding: 0 20%;
  line-height: 1;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp {
  margin-top: 1%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp,
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 0;
  margin-top: 6%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp {
  width: 80%;
  text-align: center;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  width: auto;
  padding: 0 5%;
  margin-top: 7%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition p:not(:first-child) {
  margin-top: 1em;
}
#categoryTemplate .cat_mihon_gomu .gomu_size {
  margin-top: 8%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_title {
  font-size: 15px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box {
  margin-left: 0;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row {
  margin: 5% 0;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:first-child {
  margin-top: 4%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:last-child {
  margin-bottom: 7%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row .image {
  padding: 0 10%;
  margin-right: 0;
  width: 100%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row p {
  font-size: 15px;
  width: 100%;
  margin-top: 4px;
  display: table-header-group;
  /* 上下を入れ替え */
}
#categoryTemplate .cat_mihon_gomu .gomu_size .addition {
  margin: 0 7%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set {
  margin-top: 6%;
  padding: 0 3.5%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box {
  padding: 4%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box li {
  margin: 2px 0;
}
#categoryTemplate .cat_osusume {
  margin-top: 4%;
  padding-top: 8%;
}
#categoryTemplate .cat_osusume .osusume_title {
  margin-bottom: 7%;
  padding: 0 10%;
}
#categoryTemplate .cat_osusume .osusume_img {
  max-width: 100%;
  width: 72%;
  text-align: center;
  float: none;
  margin: 0 auto;
}
#categoryTemplate .cat_osusume p {
  padding: 0 4%;
}
#categoryTemplate .cat_shuchiku_sakka {
  margin-top: 7%;
  padding-top: 7%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_img {
  width: 60%;
  margin: 5% auto 0;
  float: none;
  text-align: center;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_text {
  margin-left: 0;
  margin: 6% auto 0;
  padding: 0 4%;
}
#categoryTemplate .cat_otherset {
  margin-top: 6%;
  padding: 0 10px;
}
#categoryTemplate .cat_otherset li {
  width: 100%;
  float: none;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
}
#categoryTemplate .cat_otherset li:nth-child(2n+1) {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
}
#categoryTemplate .cat_otherset li a img {
  width: 110px;
  margin-right: 15px;
}
#categoryTemplate .cat_otherset li a p {
  font-size: 13px;
}
#categoryTemplate .cat_otherset li a p span {
  font-size: 18px;
}
#categoryTemplate .goodpair_intro .image {
  max-width: 247px;
  width: 40%;
  margin: 0 3% 2% 0px;
}
#categoryTemplate .goodpair_intro p {
  padding: 0 3%;
}
#categoryTemplate .goodpair_inner {
  margin-top: 7%;
}
#categoryTemplate .goodpair_attention .cat_title {
  margin-top: 8%;
}
#categoryTemplate .goodpair_attention p {
  margin-top: 20px;
  padding: 0 2%;
}
#categoryTemplate.cate_box .keyVisual + .cat_title {
  margin-bottom: 4.5%;
}
#categoryTemplate.cate_box .cat_otherset {
  margin-top: 8%;
}
#categoryTemplate.cate_box .cat_otherset li a img {
  width: 80px;
}
#categoryTemplate .box_intro .image {
  max-width: 309px;
  width: 44%;
  margin-right: 4%;
  margin-bottom: 1%;
}
#categoryTemplate .box_intro p {
  overflow: visible;
  padding: 0 10px;
}
#categoryTemplate .box_inner {
  margin-top: 7%;
}

/*SP*/
/*ページトップボタン*/
.page-top img{

        width:60px;
}
}
@media screen and (min-width:481px) and (max-width:800px){
@charset "UTF-8";
/* TAB */
/* デバイス別出し分け */
.sp {
  display: none;
}

.tb {
  display: block;
}

.pc {
  display: none;
}

/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
div#sysMain, div#sysAside {
  width: 100%;
  float: none;
}

/* PCレイアウトを維持する場合は削除 */
div#sysAside {
  margin-top: 40px;
}

/* 20-1 Header */
.h-siteinfo h1,
.h-siteinfo-sub p {
  font-size: 11px;
}

.h-utilitybtn {
  margin: 0 5px;
}

.h-siteinfo,
.h-siteinfo-sub {
  padding-top: 10px;
}

.h-siteinfo .sysContent,
.h-siteinfo-sub .sysContent {
  max-width: 66%;
}

.h-sitelogo {
  padding-bottom: 15px;
}

/* 20-1-3 ドロップダウンメニュー */
.h-subMenu .sysHeadline {
  width: 30%;
  float: right;
  position: absolute;
  bottom: 10px;
  right: 5px;
  background-color: #7c1712;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#90312d), to(#7c1712));
  background-image: linear-gradient(#90312d, #7c1712);
  border: 1px solid #8f6161;
  line-height: 45px;
}

.h-subMenu .sysAccordionInitialHide {
  padding: 0 4% 3%;
}

.h-subMenu ul li {
  background: #FFF;
  width: 48.5% !important;
  margin: 3.5% 0 0;
}

.h-subMenu ul li:nth-child(2n) {
  width: 48.5% !important;
  margin-left: 3%;
  margin-bottom: 0;
}

.h-subMenu ul li a {
  text-align: center;
  padding: 8% 15%;
  line-height: 1;
}

/* 23-1-4 カート・ログインボタン */
.h-utilitybtn ul li a {
  padding: 0 5px;
}

.h-utilitybtn ul li a:before {
  display: none;
}

/* 23-1-5 メインメニュー*/
.h-mainMenu {
  border-right: none;
  border-left: none;
}

.h-mainMenu ul li {
  padding: 0 1%;
}

/* 23-1-6 検索フォーム */
.h-search .sysContent {
  padding: 10px;
  height: 54px;
}

/* 23-3-3 Aside Banner */
.s-banner {
  overflow: hidden;
}

.s-banner li {
  width: 98%;
  margin: 2% auto 0;
  float: none;
}

/* LoginForm & Search Form */
.s-login, .s-search, .s-banner {
  width: 49%;
  width: calc( 50% - .2em);
  float: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 6%;
}

.s-login {
  margin: 0;
}

.s-search.asideCnt .sysItemSearchAndOr label {
  display: block;
}

/* 23-4-1 Footer Site Map */
.f-sitemap .sysContent {
  padding: 0 1%;
}

.f-sitemap ul li {
  padding: 0 1px;
}

/* 23-4-2 Page Top Btn */
/* 商品詳細 */
#sysItemDetail .sysExplanation {
  padding: 0 5px;
}

.sysItemName h1 {
  padding: 0 5px;
}

.orderArea .sysItemImages {
  width: 44%;
}
.orderArea > .orderArea {
  width: 56%;
}

/* 商品一覧テンプレート */
.sysItemCategoryCtl {
  padding: 8px;
  font-size: 13px;
}

.sysItemListDisp {
  padding: 0 5px;
  margin-bottom: 15px;
}

.sysItemList ul {
  padding: 0 5px;
}

.sysCategoryDescription .subttl_1 {
  margin-top: 8%;
}

#categoryTemplate {
  max-width: calc(655px + 6%);
  margin-right: auto;
  margin-left: auto;
  padding: 0 3%;
  /* 個人・会社共通 */
  /* アドレスゴム印見本 */
  /* 個人用印鑑 */
  /* いい夫婦の日 */
  /* 化粧箱 */
}
#categoryTemplate .cat_title {
  font-size: 26px;
  padding-bottom: 12px;
  border-bottom-width: 6px;
}
#categoryTemplate .cat_intro,
#categoryTemplate .cat_intro_type2,
#categoryTemplate .cat_kodawari,
#categoryTemplate .cat_tebori,
#categoryTemplate .cat_size,
#categoryTemplate .cat_mihon,
#categoryTemplate .cat_osusume,
#categoryTemplate .cat_shuchiku_sakka,
#categoryTemplate .cat_mihon_gomu {
  padding-top: 7%;
  border-top-width: 6px;
}
#categoryTemplate .cat_intro .midashi {
  padding: 0 10%;
  text-align: center;
}
#categoryTemplate .cat_intro .main_image {
  width: 26%;
}
#categoryTemplate .cat_intro .text {
  width: 68%;
  margin-left: 30%;
}
#categoryTemplate .cat_intro .sub_image {
  width: 68%;
  margin-left: 30%;
}
#categoryTemplate .cat_intro .sub_image img {
  width: 49%;
}
#categoryTemplate .cat_intro .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_intro_type2 .midashi {
  margin-bottom: 6%;
}
#categoryTemplate .cat_intro_type2 .main_image {
  width: 26%;
}
#categoryTemplate .cat_intro_type2 .text {
  width: 68%;
  margin-left: 30%;
}
#categoryTemplate .cat_intro_type2 .text p:not(:first-child) {
  margin-top: 1.6em;
}
#categoryTemplate .cat_intro_type2 .text .aside_image {
  width: 35%;
}
#categoryTemplate .cat_intro_type2 .text .aside_image:not(:first-child) {
  margin-top: 1.6em;
}
#categoryTemplate .cat_intro_type2 .sub_image img {
  width: 32%;
}
#categoryTemplate .cat_intro_type2 .sub_image img:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_zaishitsu p {
  width: calc(100% - 135px);
}
#categoryTemplate .cat_case {
  /* ケース3種 */
}
#categoryTemplate .cat_case ul li {
  width: 49%;
}
#categoryTemplate .cat_case ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_case.three ul li {
  width: 32%;
}
#categoryTemplate .cat_case.three ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_type ul li {
  width: 25%;
  padding: 0 5px;
}
#categoryTemplate .cat_sample .sample_img {
  width: 16%;
}
#categoryTemplate .cat_sample_kaisha ul {
  margin-left: 130px;
}
#categoryTemplate .cat_sample_kaisha ul li:not(:first-child) {
  margin-left: 2%;
}
#categoryTemplate .cat_sample_kaisha ul li span {
  width: calc(100% - 74px - 8px);
}
#categoryTemplate .cat_kodawari {
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_title {
  width: 56.5%;
}
#categoryTemplate .cat_kodawari .kodawari_image {
  width: 37%;
}
#categoryTemplate .cat_kodawari .kodawari_text {
  width: 58%;
  margin-top: 5%;
}
#categoryTemplate .cat_kodawari .kodawari_text p:not(:first-child) {
  margin-top: 1.2em;
}
#categoryTemplate .cat_kodawari .kodawari_1 .kodawari_image {
  margin-top: -10%;
}
#categoryTemplate .cat_kodawari .kodawari_2 {
  margin-top: 7%;
  position: relative;
}
#categoryTemplate .cat_kodawari .kodawari_2 .kodawari_image {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
#categoryTemplate .cat_tebori {
  margin-top: 6%;
}
#categoryTemplate .cat_tebori .tebori_title {
  padding: 0 4%;
}
#categoryTemplate .cat_tebori .tebori_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_name {
  width: 54%;
  margin-top: 0%;
  padding-right: 10%;
}
#categoryTemplate .cat_tebori .shokunin .shokunin_image {
  width: 43%;
}
#categoryTemplate .cat_tebori .shokunin p {
  width: 54%;
  margin-top: 4%;
}
#categoryTemplate .cat_tebori .shokunin.s1 {
  margin-top: 6%;
}
#categoryTemplate .cat_tebori .shokunin.s2 {
  margin-top: 6%;
}
#categoryTemplate .cat_size {
  margin-top: 6%;
}
#categoryTemplate .cat_size .size_title {
  padding: 0 15%;
}
#categoryTemplate .cat_size .size_intro {
  margin-top: 5%;
}
#categoryTemplate .cat_size .size_example .size_example_title + p {
  width: calc(100% - 130px);
}
#categoryTemplate .cat_size .size_image {
  padding-left: 5%;
  padding-right: 5%;
}
#categoryTemplate .cat_size .size_table.ginkouin th.women {
  width: auto;
}
#categoryTemplate .cat_mihon {
  background-size: 14.2%;
  background-position: right 3% top 0;
  padding-bottom: 7%;
}
#categoryTemplate .cat_mihon .mihon_title {
  margin-left: 8%;
  width: 73%;
}
#categoryTemplate .cat_mihon .mihon_button {
  margin-top: 5%;
  font-size: 22px;
  padding: 10px 0 7px;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp {
  margin-top: 2%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .stamp,
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 0 2.5%;
  margin-top: 5%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition {
  padding: 0 1% 0 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_stamp .addition p:not(:first-child) {
  margin-top: 1.2em;
}
#categoryTemplate .cat_mihon_gomu .gomu_size {
  margin-top: 6%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box {
  margin-left: 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row {
  margin: 4.5% 0;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row:first-child {
  margin-top: 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row .image {
  max-width: 327px;
  width: 56%;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .gomu_size_box .size_row p {
  font-size: 16px;
}
#categoryTemplate .cat_mihon_gomu .gomu_size .addition {
  margin-left: 3%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set {
  margin-top: 4.5%;
  padding: 0 1.5%;
}
#categoryTemplate .cat_mihon_gomu .gomu_set .gomu_set_box {
  padding: 3%;
}
#categoryTemplate .cat_osusume {
  margin-top: 3%;
  padding-top: 7%;
}
#categoryTemplate .cat_osusume .osusume_title {
  margin-bottom: 7%;
}
#categoryTemplate .cat_osusume .osusume_img {
  max-width: 46%;
}
#categoryTemplate .cat_shuchiku_sakka {
  margin-top: 7%;
  padding-top: 7%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_title {
  margin-left: 41%;
  padding-right: 10px;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_img {
  width: 37%;
  margin-top: -4%;
}
#categoryTemplate .cat_shuchiku_sakka .sakka_text {
  margin-left: 41%;
  margin-top: 4%;
  padding-right: 10px;
}
#categoryTemplate .cat_otherset {
  margin-top: 6%;
}
#categoryTemplate .cat_otherset li {
  /* 600px以下 */
}
#categoryTemplate .cat_otherset li a img {
  width: 42%;
}
@media screen and (max-width: 600px) {
  #categoryTemplate .cat_otherset li {
    width: 100%;
    float: none;
  }
  #categoryTemplate .cat_otherset li:nth-child(2n+1) {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #categoryTemplate .cat_otherset li a img {
    width: 137px;
    margin-right: 15px;
  }
}
#categoryTemplate .goodpair_intro .image {
  max-width: 247px;
  width: 40%;
}
#categoryTemplate .goodpair_inner {
  margin-top: 7%;
}
#categoryTemplate .goodpair_attention .cat_title {
  margin-top: 8%;
}
#categoryTemplate .goodpair_attention p {
  margin-top: 20px;
}
#categoryTemplate.cate_box .keyVisual + .cat_title {
  margin-bottom: 4.5%;
}
#categoryTemplate.cate_box .cat_otherset {
  margin-top: 7%;
}
#categoryTemplate.cate_box .cat_otherset li a img {
  width: 35%;
}
#categoryTemplate .box_intro .image {
  max-width: 309px;
  width: 44%;
}
#categoryTemplate .box_inner {
  margin-top: 7%;
}

/* 14-3 Free Page */
.pageCnt .sysContent > p {
  padding-right: 5px;
  padding-left: 5px;
}

/* 当店の手彫り仕上げ印鑑のこだわり */
.p-kodawari .kodawari_info .kodawari_info_text {
  width: 55%;
  margin-right: 1%;
}
.p-kodawari .kodawari_info .kodawari_info_image {
  width: 40%;
}
.p-kodawari .kodawari_shiage_text {
  padding: 0 5px;
}

/* TAB */
/*ページトップボタン*/
.page-top{
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
       }
}
@media screen and (min-width:801px){
@charset "UTF-8";
/*pc*/
/* デバイス別出し分け */
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

/* 30-0 Only PC 
 *----------------------------------------------------------------------*/
body {
  min-width: 950px;
}

#sysHeader {
  margin-bottom: 40px;
}

div#sysAside {
  width: 258px;
  padding: 0;
  float: left;
}

#sysFooter {
  margin-top: 65px;
}

.mainCnt {
  margin-bottom: 45px;
}

/* 30-1 Header */
.h-siteinfo:after,
.h-siteinfo-sub:after {
  content: url(../img/common/inkan_top.png);
  position: absolute;
  top: 0;
  left: 528px;
}

.h-siteinfo,
.h-siteinfo-sub,
.h-subMenu {
  margin: 0 auto;
  position: relative;
}

.h-siteinfo {
  text-align: left;
}

/* 30-1-3 ドロップダウンメニュー */
.h-subMenu > .sysContent {
  display: block !important;
}

.h-subMenu > .sysHeadline {
  display: none;
}

.h-subMenu .sysAccordionInitialHide {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 999;
  width: 62.5%;
  background: transparent;
  padding: 0;
}

.h-subMenu ul {
  display: table;
  width: 100%;
}

.h-subMenu ul li {
  display: table-cell;
  width: auto !important;
  float: none;
  text-align: center;
  background: none;
  border-right: 1px dotted #7B7B7B;
}

.h-subMenu ul li:first-child {
  border-left: 1px dotted #7B7B7B;
}

.h-subMenu ul li a {
  padding: 10px 0;
  line-height: inherit;
}

.h-subMenu ul li a img {
  width: 112px;
}

.h-mainMenu {
  padding: 17px 0;
}

.h-mainMenu nav {
  width: 74%;
}

.h-search .sysContent {
  width: 25%;
  position: absolute;
  top: -64px;
  right: 0;
}

.p-topimg .sysContent {
  padding: 30px 0;
}

/* 32-9 トグル機能アニメーション */
.h-subMenu .sysAccordionInitialHide {
  opacity: 1;
}

/* 33-3-1 Aside Check List */
.s-checklist li > div {
  width: 90%;
  margin: 0 auto;
}

.s-checklist .sysContent .sysVertical .sysItemImage img {
  width: 100%;
  float: none;
  margin: 5px auto;
}

/* 34-4-1 Footer Site Map */
.f-sitemap {
  padding: 40px 0;
}

.f-sitemap .sysContent {
  width: 95%;
  margin: 0 auto;
}

#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterIndex #sysMain,
#sysFormThanks #sysMain,
#sysFormConfirm #sysMain,
#sysFormIndex #sysMain {
  width: 70%;
}

/*商品閲覧履歴*/
.m-checklist {
  margin-top: 40px;
}

/*pc*/
/*ページトップボタン*/
.page-top{
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
       }
}
/* #END_OF_RESOURCE_FILE */
