@charset "UTF-8";
/* CSS Document */

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inherit;
}
.sp {
	display: none;
}
.section {
	padding: 40px 0;
}
.section:nth-child(2n+1) {
	background: #f6f6f6;
}
strong {
	font-weight: bold;
	font-size: 1.1em;
}
.delivery_date {
	padding: 0;
}

.delivery_date h1 {
	margin: 0 auto;
	text-align: center;
}

.delivery_date p span {
	display: inline-block;
	font-size: 2.2rem;
}
.ribbon9 {
	display: block;
	position: relative;
	margin: 0 auto 50px;
	width: 50%;
	position: relative;
	height: 45px;
	text-align: center;
	box-sizing: border-box;
}
.ribbon9:before {
	/*左側のリボン端*/
	content: '';
	position: absolute;
	width: 78px;
	bottom: -10px;
	left: 50px;
	z-index: -2;
	border: 16px solid #e95019;
	border-left-color: transparent;
	/*山形に切り抜き*/
	z-index: 1;
}
.ribbon9:after {
	/*右側のリボン端*/
	content: '';
	position: absolute;
	width: 78px;
	bottom: -10px;
	right: 50px;
	z-index: -2;
	border: 16px solid #e95019;
	border-right-color: transparent;
	/*山形に切り抜き*/
	z-index: 1;
}
.cmn_cont01 .ribbon9 p ,
.cmn_cont01 .ribbon9 h2 {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 40px;
	line-height: 45px;
	font-size: 1.8rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	color: #FFF;
	background: #e95019;
	z-index: 10;
}
.ribbon_blue:before {
	/*左側のリボン端*/
	border: 16px solid #52c0d7;
	border-left-color: transparent;
}
.ribbon_blue:after {
	/*右側のリボン端*/
	border: 16px solid #52c0d7;
	border-right-color: transparent;
}
.cmn_cont01 .ribbon_blue h2 {
	background: #52c0d7;
}
.ribbon_green:before {
	/*左側のリボン端*/
	border: 16px solid #6fbe75;
	border-left-color: transparent;
}
.ribbon_green:after {
	/*右側のリボン端*/
	border: 16px solid #6fbe75;
	border-right-color: transparent;
}
.cmn_cont01 .ribbon_green h2 {
	background: #6fbe75;
}
@media screen and (max-width: 767px) {
	.ribbon9 {
		width: 70%;
		margin: 0 auto40px;
	}

	.ribbon9::before {
		bottom: 0;
		left: -20%;
	}

	.ribbon9::after {
		bottom: 0;
		right: -20%;
	}
	.cmn_cont01 .ribbon9 p ,
	.cmn_cont01 .ribbon9 h2 {
		padding: 2px 35px;
		line-height: 1.8;
		font-size: 1.3rem;
		width: 100%;
	}
}
.cmn_cont01 .originalprint_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    color: #333;
}
@media screen and (max-width: 767px) {
	.cmn_cont01 .originalprint_ttl {
	    font-size: 6.4vw;
	}
}

.icon {
	text-align:center;
	margin: 0;
}
.icon img {
	width: 60%;
}
.icon_2 img {
	width: 92%;
}
.item_sub_ct {
	text-align:center;
	margin: 0;
	color: #ed7224;
	font-weight: 500;
}
.item_box {
	position: relative;
	padding: 1em 1em;
}
.item_box a.boxref{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 8px solid transparent;
	text-indent: -99999px;
}
.item_box a.boxref:hover{
	border: 8px solid #ffcf99;

}
.item_box .item_title {
	text-align:center;
	margin: 0;
	font-size: 1.3em;
	font-weight: 600;
	color: #222;
	border-bottom: 0;
	/*
	padding: 0;
	*/
	line-height: 1;
}
.item_box .item_no {
	text-align: right;
	margin: 0;
	font-size: 0.8em;
	color: #999;
}
.item_box .item_comment {
	margin: 0;
}
.item_box .item_price {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.item_box .item_price .item_price_p {
	display: block;
	margin: 0;
	width: 49%;
	color: #dd5511;
	font-size: 0.9em;
}
.item_box .item_price .item_price_p .price_title {
	font-size: 0.7em;
	color: #222;
	font-weight: bold;
}
.item_box .item_price .item_price_p .price_per {
	font-size: 0.7em;
	color: #fff;
	background-color: #dd5511;
	padding: 1px 2px;
	margin-right: 2px;
	vertical-align: text-top;
}
.item_box .item_price .item_price_p .price {
	font-size: 1.8em;
	font-weight: bold;
}
.price_caution {
	border-top: 1px solid #dd5511;
    border-bottom: 1px solid #dd5511;
    color: #222;
    font-size: 0.9em;
    font-weight: 400;
	width: auto;
    margin: 20px auto;
}
.price_caution p {
	display: block;
    margin: 4px auto;
    width: auto;
    text-align: center;
}

.cmn_pageTtl01 {
	margin-bottom: 0;
}
.cmn_cont01 h2 {
	margin: 1em 0;
	text-align: center;
	border: none;
}
.cmn_cont01 h2 img {
	margin-top: 1.0em;
	width: 460px;
	max-width: 100%;
}
.cmn_cont01 .newinkjet_ttl {
	margin: .2em 0;
	font-size: 2.8rem;
	font-weight: 600;
	/*
	letter-spacing: .05em;
	*/
}
small {
	font-size: 80%;
}
.red {
	color: red;
}
.newinkjet_lst {
	margin: 0 0 1em;
	padding-left: 1.5em;
	list-style-type: disc;
}
.newinkjet_lst ul {
	margin: 0 0 1em;
	padding-left: 1.5em;
	list-style-type: circle;
}
.newinkjet_lst ul ul {
	margin: 0 0 1em;
	padding-left: 1.5em;
	list-style-type: square;
}
.main_img {
	width: 100%;
	margin: 0 auto;
}
.main_img img {
	display: block;
	margin: auto;
	padding: 0px;
	/*
	max-width: 680px;
	*/
}
.flex_lst {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.flex_lst li {
	width: 33%;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.flex_lst li {
		width: 99%;
	}
}
.plan_box {
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #f9f104;
}
.plan_lst li {
	width: 45%;
	margin-bottom: 20px;
}
.plan_lst li img {
	border: 5px solid #ececec;
}
.mb0 li {
	margin-bottom: 0;
}
.speed_ttl {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #f9f104;
}
.speed_mov {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.speed_mov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flow_lst li {
	width: 260px;
}
.flow_lst li.arw {
	position: relative;
	width: 17px;
}
.flow_lst li.arw img {
	position: absolute;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}
.compare_lst li {
	width: 49%;
	margin-bottom: 20px;
	border: 10px solid #ececec;
}
.caution_lst li {
	width: 49%;
}
.recomend_rank {
	display: block;
}
.recomend_rank ul li {
	margin: 0 0 20px;
	padding: 20px;
	background: #fff;
}
.works_lst li {
	width: 49%;
	margin-bottom: 20px;
}
.works_lst li span{
	font-weight: bold;
}
.design_lst li {
	width: 24%;
	margin-bottom: 20px;
}
.link_btn {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 2px solid #24bbb7;
}
.faq_hr {
	margin: 40px 0 80px;
	border-bottom: 1px solid #e6e6e6;
}
p.eco_melit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
p.eco_demelit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
p.pre_melit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
p.pre_demelit{
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}
ul.melit_lst{
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style: disc;
}
ul.demelit_lst{
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0;
	list-style: disc;
}
.demelit_lst img{
	max-width: 30%;
	margin:0 10px 0 10px;
}
.sub-txt {
	text-align: left;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.left,
	.right {
		float: none;
	}
	.main_img img {
		padding: 10px 8px 4vw;
		max-width: 100%;
	}
	.cmn_cont01 .newinkjet_ttl {
		font-size: 4.5vw;
	}
	.plan_lst li {
		/*
		width: 100%;
		*/
	}
	.flow_lst {
		flex-direction: column;
	}
	.flow_lst li {
		width: 100%;
		margin: auto;
	}
	.flow_lst li img {
		display: block;
		margin: auto;
	}
	.flow_lst li.arw {
		width: auto;
	}
	.flow_lst li.arw img {
		position: relative;
		top: 0;
		margin: auto;
		transform: translateY(0) rotate(90deg);
	}
	.design_lst li {
		width: 32%;
		margin-bottom: 20px;
	}
	.caution_lst li {
		width: 100%;
	}
	.faq_hr {
		margin: 20px 0 40px;
		border-bottom: 1px solid #e6e6e6;
	}
	ul.melit_lst{
		margin-top: 0;
		margin-bottom: 30px;
		padding: 0 10px 0 10px;
		list-style: disc;
	}
	ul.demelit_lst{
		margin-top: 0;
		margin-bottom: 50px;
		padding: 0 10px 0 10px;
		list-style: disc;
	}
	.demelit_lst img{
		max-width: 100%;
		margin: 5px;
	}
}


/*
追加分
*/
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 {

}
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;
}

div.top_plan {
    margin: 30px 0 40px;

}
div.top_plan p {
    margin-bottom: 0.5em;
}
div.top_plan ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
div.top_plan ul li{
	width: 33%;
	border: 10px solid #ececec;
	box-sizing: border-box;
}
div.top_plan h5 {
	text-align: center;
	color: #f80;
	font-weight: bold;
    font-size: 1.6em;
    margin: 0 auto;

}
div.top_plan .price {
	text-align: center;
	color: #f00;
	font-weight: bold;
    font-size: 1.3em;
}
div.top_plan .remarks {
    font-size: 0.9em;
    padding: 0 2px;
}
div.top_plan .bold {
	font-weight: bold;
}
br.br-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    div.top_plan ul li{
    	border: 5px solid #ececec;
    }
    div.top_plan {
        font-size: 0.9em;
    }
    div.top_plan h5 {
        font-size: 0.9em;
    }
    div.top_plan .remarks {
        font-size: 0.8em;
    }
    br.br-sp {
        display: block;
    }
}

.section h4.center {
          font-size: 2.8em;
          margin: 1em auto;
}
.section h4 span {
      font-size: 1.3em;
      color: #24bbb7;
}
.section h5 {
          color: #000;
          margin: 25px 0 20px;
}
@media screen and (max-width: 767px) {
	.section h4.center {
	          font-size: 1.6em;
	}
}

ul.comp  {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
ul.comp li{
	width: 48%;
	padding: 0 2%;
	margin-bottom: 20px;
}
ul.comp li img{
	display: block;
	margin: 0 auto;
}
ul.comp li:not(.arw) img{
	border: 10px solid #ececec;
}
ul.comp li.arw {
    position: relative;
    border: 0;
    background-color: transparent;
    width: 17px;
    padding: 0;
}
ul.comp li.arw img {
	position: absolute;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    ul.comp li {
    	width: 100%;
    	margin-bottom: 10px;
    }

	ul.comp li.arw img {
		position: relative;
		top: 0;
		margin: auto;
		transform: translateY(0) rotate(90deg);
	}
}

.newinkjet_ttl span {
     color: #d00;
}

dl.big_faq {
	font-size: 2.0em;
	font-weight: 700;
	color: #000;
	margin-bottom: auto;
}
dl.big_faq  span {
     color: #d00;
     font-size: 1.5em;
     padding-right: 4pt;
}
@media screen and (max-width: 767px) {
	dl.big_faq {
	    font-size: 1.5em;
	}
}
.cmn_cont01 .orange_title {
    border: 0;
    color: #f80;
    font-weight: 700;
    font-size: 2.0em;
    line-height: 2.8rem;
}
.cmn_cont01 .green_title {
    border: 0;
    color: #009f93;
    font-weight: 700;
    font-size: 2.0em;
    line-height: 2.8rem;
    text-align: center;
    margin-top: 5%;
}
@media screen and (max-width: 767px) {
	.cmn_cont01 .green_title {
	    font-size: 1.6em;
	    line-height: 1.4em;
	}
}
.cmn_cont01 .cmn_photo01 {
    margin: 1.5em 0;
    text-align: center;
}
ul.print_colorlist01 li {
	width: 8em;
}
ul.print_colorlist01 li img {
	max-width: 90%;
}
ul.print_colorlist01 li  {
	font-size: 0.8em;;
}

.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;
}
.table th {
  background: #90C31F;
}
.print_name_number2 {
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	border-color:#18B7CD;
	border-width:medium;
	font-size: 100%;
	align-items: center;
	line-height: 1.8;
	}
.print_name_number2 th{
    border-color:#18B7CD;
    color:white;
    background-color:#18B7CD;
    }
.print_name_number2 table{
    margin: 40px;
    padding: 25px;
    text-align: center;
    font-size: 8rem;
    display: inline-block;
    line-height: 1rem;
    align-items: center;
    border-color:#18B7CD;
    border-collapse: collapse;
    }
.print_name_number2 th,table td{
	/*
    border: solid 1px #18B7CD;
    */
    }
.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 24em;
    background:#F5AB18;
    color:#ffffff;
    font-weight: bold;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:78%;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    border: 15px solid transparent;
    border-top: 15px solid #F5AB18;
    width: 0;
    height: 0;
    margin-left:auto;
	margin-right:auto;
	white:78%;
}
.box24 p {
    margin: 0;
    padding: 0;
}
p.sub_copy {
	font-size: 1.4em;
	font-weight: bold;
	color: #222;
	text-align: center;
}
.optionlist{
	list-style: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	flex-wrap: wrap!important;
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
	justify-content: center;
}
.optionlist li {
	margin: 1%;
}
.optionlist li p {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: 1px solid #efefef;
}
.optionlist li span {
	font-size: 0.8em;
}
.text-center{
	text-align: center!important;
}


.h3_ttl01 {
    margin-top: 5rem;
}
.h3_ttl01 h3 {
	border: 0;
	font-size: 1.7rem;
	font-weight: bold;
}


h6 {
	color: #222;
	font-size: 1.2rem;
	font-weight: bold;
}
.reviewCont {
  width:99%; float: left; margin: 0 2px;
}
.reviewCont .smile {
  background-color: #efefef; margin: 10px 0; padding: 8px 10px;
}
.reviewCont .smile img {
    height: 20px;
}
.reviewCont .reviewText {
    font-size: 0.9em;
}
.reviewCont .align-center {
    text-align: center;
}
.reviewCont .reviewExp {
    font-size: 0.8em; margin-bottom: 4px;
}
.reviewCont .product div {
}
.reviewCont .product span img {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    margin: 4px 2px;
}
.reviewCont .product img {
    display: inline-block;
    width: 42%;
    box-sizing: border-box;
    margin: 4px 2px;
}
p.reviewText {
    display: block;
    width: 49%;
    float: right;
}
.reviewCont dl dd dl {
    display: block;
    width: 49%;
    float: left;
}
.float-clear {
    clear: both;
}
@media  screen and (max-width: 767px) {
    .reviewCont .product img {
        display: inline-block;
        width: 49%;
        box-sizing: border-box;
        margin: 4px 2px;
    }
    .reviewCont .reviewText {
        font-size: 0.8em;
    }
}



/***
追加
***/
.caseBox {
	max-width: 32%;
	/*
	height: 366px;
	*/
	background: #fff;
	border: 8px solid #eee;
}
.caseBox:hover {
	border: 8px solid #ffcf99;
}
.case_box-ttl p {
	vertical-align: middle;
	display: table-cell;
	height: 44px;
}

.case_box-img {
	padding: 30px 10px 0;
}

.case_box-text {
	margin: 20px auto;
	text-align: center;
	font-weight: 600;
	color: #24bbb7;
}
.case_box-ttl {
    padding: 8px;
    background: #eee;
    height: 73px;
    font-weight: 600;
}
.caseBox_link {
    color: #333;
}
@media  screen and (max-width: 767px) {
	.caseBox {
		height: auto;
		min-width: 100%;
		margin: auto;
	}

	.caseBox:nth-child(2) {
		margin: 40px auto;
	}

	.cmn_pagetop {
		bottom: 30px;
	}

	.voiceCont .align-center {
		width: 100%;
	}
}


ul.fbox {
    margin: 0;
    padding: 0;
}
ul.fbox {
    justify-content: center;
    margin-bottom: 20px;
}
.fbox li {
    text-align: center;
}
.fbox>* {
    width: 49%;
    margin: 0 !important;
    list-style: none;
}
.fbox li img {
    display: block;
    max-width: 86%;
    margin: 5px auto;
}
.fbox li p {
    color: #ea5413;
}
@media  screen and (max-width: 767px) {
	.fbox li p {
	    display: none;
	}
}

.item_box .icon-send {
	position: absolute;
	top: 5.5rem;
	left: 1.5rem;
	border-radius: 50%;
	background-image: url(../img/longtee/icon/icon_send3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
	text-align: center !important;
	color: #fff;
	z-index: 99;
}
/****************************************************************
オリジナルバッグを形から探す
****************************************************************/
.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: 23%;
    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: 88%;
}
.pickup01_box p {
    font-size: 0.9em;
    padding: 0 2.5%;
}
.pickup02_box img {
	margin: 10px auto 10px;
	display: block;
	max-width: 68%;
	opacity: 0.8;

}
.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 p.pickup01_box-p.brand {
    background: none;
}
.pickup01_box:hover {
	border: 6px solid #ffcf99;
}

.pickup02_box {
	width: 100%;
	display: block;
	max-width: 23%;
	position: relative;
	border: 10px solid #e2e2e2;
	background: #f9f7f2;
	margin-bottom: 60px;
	margin: 10px 1% 30px;
	padding: 0 1%;
	padding-top: 1%;
}
.pickup02_box:hover {
	border: 10px 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: 48%;
        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;
	}
}
.cat-slider-div {
    margin:0 auto;
    /*
    margin-top: -0.5em;
    */
    margin-bottom: 20px;
    max-width: 1140px;
}
ul.cat-slider li.slick-slide img {
    width: 100%;
}
.size-dis {
	background-color: #24bbb7;
	padding: 1% 3%;
	border-radius: 8px;
	color: #fff;
	margin-top: 1%;
	margin-bottom: 1%;
	font-weight: bold;
	text-align: center;
}
.colo-dis {
	background-color: #24bbb7;
	padding: 1% 3%;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 1%;
}
.scBox {
	margin-top: 2%;
}
@media screen and (max-width: 767px) {
	.cat-slider-div {
		margin-top: -0.5em;
	}
}
.balloon {
  position: relative;
  display: inline-block;
  padding: 8px 13px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  margin: 0 10px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}
@media screen and (max-width: 767px) {
	.balloon  {
		font-size: 0.9em;
	}
}