@charset "UTF-8";
/* CSS Document */

/****************************************************************
トップ memo/brレスポンシブ対応 PCbr<br class="br-pc"> SPbr<br class="br-sp">
****************************************************************/

/*PCCSS*/
.br-sp {
    display: none;
}

.print_name_number1 {
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	color: white;
	border-color:#90C31F;
	border-width:medium;
	font-size: 100%;
	line-height: 1.8;
	}
	
table tr {
    vertical-align:middle;
}

.print_name_number1 table{
	margin: 40px;
	padding: 25px;
	text-align: center;
	font-size: 8rem;
	display: inline-block;
	line-height: 1rem;
	align-items: center;
}
.print_name_number1 th,table td{
  vertical-align:middle;
}
.print_name_number1 td{
	background-color: white;
	color: black;
	border-color:#90C31F;}
.td p {
  white-space: nowrap;
}
.vertical {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  letter-spacing: .2em;
}
.text-center{
  text-align: center;
  font-size:small;
}
ul {
    list-style: inherit;
    /*
    padding: inherit;
    */
}

#originalt .newinkjet_lst a {
    font-weight: unset;
}
.dis span{
    font-weight:bold;
}
p.cmn_photo90 {
    display:inline-block;
    width:32%;
}
p.cmn_photo00 {
    display:inline-block;
    width:49%;
    font-weight: bold;
}
p.cmn_photo00 img {
    max-height: 328px;
}
@media screen and (max-width: 480px) {
  p.cmn_photo90 , p.cmn_photo00 {
    width: 100%;
  }
  .cmn_photo_reg p.cmn_photo90 , .cmn_photo_reg p.cmn_photo00 {
    width: 49%;
  }
}
.pickup02_flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 0;
}
#productsBox ul.pickup02_flex  {
    padding: 0;
}
.pickup01_box {
    width: 100%;
    display: block;
    max-width: 19%;
    position: relative;
    border: 6px solid #eee;
    border-radius: 10px;
    /*
    background: #f9f7f2;
    */
    margin: 10px 1% 10px;
    padding: 1% 1% 0;
}
.pickup01_box img {
	margin: 20px auto 20px;
	display: block;
	max-width: 68%;
}
.pickup01_box p {
    font-size: 0.9em;
    padding: 0 2.5%;
}
.pickup01_box p.pickup01_box-p,
.pickup01_box p.pickup01_box-p02 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 120%;
    background: url(/common/img/pick_arrow.png) no-repeat left 50%;
}
.pickup01_box:hover {
	border: 6px solid #ffcf99;
}
a.boxref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .pickup01_box {
        max-width: 42%;
        border: 5px solid #e2e2e2;
        font-size: 0.9em;
    }
	.pickup01_box:hover {
		border: 5px solid #ffcf99;
	}
	#productsBox ul li, .modal ul li {
	    font-size: 1rem;
	}
	.pickup01_box p.pickup01_box-p,
	.pickup01_box p.pickup01_box-p02 {
	    font-size: 1rem;
	}
}
ul.print_colorlist01 li {
	width: 8em;
}
ul.print_colorlist01 li img {
	max-width: 90%;
}
ul.print_colorlist01 li  {
	font-size: 0.8em;;
}
.center {text-align:center; margin: 0 auto;}
/*
追加分
*/
table.tbl_price {
    width: 100%;
    max-width: 580px;
    background-color: #fff;
    font-size: 1.1em;
    margin: 1.5em auto;
}

table.tbl_price th {

    text-align: center;
    vertical-align: middle;
	background-color: #009f93;
	color: #fff;
}

table.tbl_price tr.trhead th {
    background-color: #333;
    color: #fff;
}

table.tbl_price td {
    text-align: center;
    padding: 8px;
}

table.tbl_price tr.trmain th{
    font-size: 1.2em;
    background-color: #ffffe0;
}

table.tbl_price tr.trmain td{
    font-size: 1.2em;
    background-color: #ffffe0;
    color: #f00;
}

table.tbl_price .br-sp {
  display:none;
}

@media screen and (max-width: 480px) {
	table.tbl_price {
	    font-size: 0.9em;
	}
  table.tbl_price .br-sp {
    display:block;
  }
}

table.tbl_price caption {
    padding: 10px;
    caption-side: bottom;
    font-size: 0.9em;
}

td.price {
	color:#e75a24;
}

/*トップメニュー仕様デザイン変更に伴うCSS*/

ul li {
	list-style: none;
	padding-left: 0;
}

.newinkjet_lst {
	display: flex;
	max-width: 950px;
	margin: 0 auto;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.flex-li {
	width: 31%;
}

.items-img {
	width: 100%;

}

.items-img-a {
	display: block;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	margin: 3% 0 2% 0;
	padding: 0 2%;
	background-color: #24bbb7;
	color: #fff;
}

.top-sub-ttl {
	width: 100%;
	font-size: 15px;
	color: #000;
	font-weight: bolder;
}

.ex-text {
	color: #000;
	margin: 0;
}

.ex-text span {
	color: #ff0000;
	font-weight: bolder;
}

.ex-text spam {
	color: #ff0000;
	
}

.prntcl {
    font-size: 1.5rem !important;

}

.bsccl {
    margin: 1em 0 1em;
    padding-bottom: 0.3em;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid #000;
}

.readmore{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 5%;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 200px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #000;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
}
.readmore-label:before{
    content: 'さらに表示';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}



/*SPCSSここから*/
@media screen and (max-width:767px) {
	
.br-pc {
    display: none !important;
}

.br-sp {
    display: inline-block;
}

ol, ul {
	padding-left: 0;
}

.newinkjet_lst {
	max-width: 100%;
	gap: 20px 20px;
}

.flex-li {
	width: 47%;
}

.items-img-a {
	line-height: 24px;
	padding: 2%;
}

.top-sub-ttl {
	line-height: 24px;
	text-align: center;
}

.ex-text {
	line-height: 24px;
}





}