/* CSS Document */
/*-----------------------------------------------------------
            トップ用ヘッダ                                     
-------------------------------------------------------------*/
/*base cssで重複*/
/*header{
	width:100%;
	}

.logo img {
	width:119px;
	height:46px;
}*/

/*-----------------------------------------------------------
            ベース                                     
-------------------------------------------------------------*/
#main-wrap{
	width:100%;
	}
	

	
/*-----------------------------------------------------------
            コンテンツ左                                     
-------------------------------------------------------------*/
/**商品リンク**/

.prodlink{
	margin-bottom: 20px;
	padding: 0 1%;
	}

.prodlink ul {
	clear:both;
	overflow:hidden;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	}

.prodlink ul li {
}


.prodlink ul li:nth-child(n + 2) {
	width: 19%;
	font-size: .85em;
	margin: 0 1% 0 0;
	float: left;
	}
	
.prodlink ul li br {/*br未使用*/
	display: block;
	content: "";
	height: 0;
}

/*ios*/

/*_::-webkit-full-page-media, _:future, :root .prodlink ul li br {
  display: block;
	content: "";
	height: 0 !important;
    }*/

/*ios END*/

.prodlink ul li a {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
	transition: .3s ease-in-out;	
}

/*ios*/

_::-webkit-full-page-media, _:future, :root .prodlink ul li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
	transition: .3s ease-in-out;	
    }

/*ios END*/


.prodlink ul li a:hover {
	opacity: .7;
}
.prodlink ul li .price_list	{
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}		
	
.prodlink ul li:last-child {
	margin-right: 0;
	}
	
.prodlink ul li a img {
	display:block;
	margin: 0 auto 5px;
	box-sizing: border-box;
	transition: .3s ease-in-out;
	width: 100%;
	max-width: 100px;
	height: auto;
	object-fit: cover;
}
.prodlink ul li a img:hover {
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	opacity: .7;
	}

.prodlink ul li span {
	font-size: 1.0em !important;
}

		
		
/*-----------------------*/		
	
.overtable {
	overflow: auto;
	white-space: wrap;
	display:block;
	width:auto;
	margin: 0 0 5px;
	border: 1px solid plum;
}

/*tableにスクロールバーを追加*/
.overtable::-webkit-scrollbar {
	height: 5px;
}

/*tableにスクロールバーを追加*/
.overtable::-webkit-scrollbar-track {
	background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.overtable::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.overtable img {
	min-width: 70px;
}			
		
/*-----------------------*/			
				
.prodsub {
	display:flex;
	justify-content: center;
	aligen-items: center;
	background: rgb(214,236,179);
	background: linear-gradient(0deg, rgba(214,236,179,1) 0%, rgba(252,251,248,1) 100%);
	padding: 10px 0;
	margin: 0 0 20px;
	font-weight:bold;
	box-shadow: 0 1px 1px rgba(0,0,0,0.03), 
              0 2px 2px rgba(0,0,0,0.03), 
              0 4px 4px rgba(0,0,0,0.03), 
              0 6px 8px rgba(0,0,0,0.03),
              0 8px 16px rgba(0,0,0,0.03);
	}
.prodsub a {
	position: relative;
	line-height: 1.8;
	background:url(../img/dotarrow.svg) no-repeat calc(50% - 45px) center;
	padding: 0 0 0 8px;
	margin: 0 2%;
	color: #424d32;
	transition: .3s ease-in-out;
	width: 120px;
	}
.prodsub a:hover {
	background:url(../img/dotarrow_g.svg) no-repeat calc(50% - 45px) center;
	color: #747474 !important;
	opacity: 1 !important;
	}

.prodsub a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  /*background-color: #41b306;*/
  background-color: #747474;
  transition: all .3s ease-in-out;
}
.prodsub a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}			
	
/*---------------------*/	

/*#main-left{
	width:100%;
	margin-bottom:10px;
	}*/
	
	
/*slide*/
/*#bxslid{width:100%;
	overflow:hidden;
	padding:0 1%;
	margin-bottom:10px;
	}

#bxslider{
	width:100%;
	overflow:hidden;
	}
#bx-pager{
	display:none;
	height:0;}*/

/*			
#bxslid{
	margin-bottom:15px;}

#bxslider{
	width:720px;
	height:210px;
	overflow:hidden;
	margin-bottom:30px;}
*/
/*end*/

/*-----トップカテゴリー-----*/

.H2-1,
.boxcatalogH2 {
	clear:both;
	width:100%;
	color: #424d32;
	/*color: #5b5b5b;*/
	text-align:center;
	border-bottom: 2px solid #41b306;
	padding-bottom:5px;
	font-size:1.4em;
	}
.catego_wrap {
	margin: 0 0 50px;
}
	
#categoBox{
	width:100%;
	font-size: .8rem;
	}
	
#categoBox h4{
	position:relative;
	cursor: pointer;
}
#categoBox h4 a {
		color:#494229;
		display:block;
		text-decoration:none;
		border-bottom:solid 1px #CCCCCC;
		font-size: 0.8rem;
		padding: 15px 0 15px 40px;
}
#categoBox .cate-thum1 h4 a {
		background: url(../img/cate1.png) no-repeat 1% center;
}
#categoBox .cate-thum2 h4 a{
		background: url(../img/cate2.png) no-repeat 1% center;
		background-color: #f6f4f5;
}
#categoBox .cate-thum3 h4 a{
		background: url(../img/cate3.png) no-repeat 1% center;
}
#categoBox .cate-thum4 h4 a{
		background: url(../img/cate4.png) no-repeat 1% center;
		background-color: #f6f4f5;
}
#categoBox .cate-thum5 h4{
		background: url(../img/cate5.png) no-repeat 1% center;
		color:#494229;
		display:block;
		text-decoration:none;
		border-bottom:solid 1px #CCCCCC;
		font-size: 0.8rem;
		padding: 15px 0 15px 40px;
}
#categoBox .cate-thum5 h4,#categoBox .cate-thum6 h4{
		color:#494229;
		display:block;
		text-decoration:none;
		border-bottom:solid 1px #CCCCCC;
		font-size: 0.8rem;
		padding: 15px 0 15px 40px;
}
#categoBox .cate-thum5 h4 {
		background: url(../img/cate5.png) no-repeat 1% center;
}
#categoBox .cate-thum6 h4{
		background: url(../img/cate6.png) no-repeat 1% center;
		background-color: #f6f4f5;
}
	
		
		#categoBox h4::after{
			position: absolute;
			top: 50%;
			right: 25px;
			display: block;
			content: '';
			width: 8px;
			height: 8px;
			margin-top: -5px;
			border-bottom: 2px solid #333;
			border-right: 2px solid #333;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			}
	
	#categoBox ul li a{
		position:relative;
		display:block;
		text-decoration:none;
		color: #494229;
		padding:15px 0 15px 40px;
		border-bottom: solid 1px #CCCCCC;
		background: #F7F7F7;
		}
		
		#categoBox ul li a::after {
			position: absolute;
			top: 50%;
			left: 15px;
			display: block;
			content: '';
			width: 8px;
			height: 8px;
			margin-top: -4px;
			border-top: 2px solid #999;
			border-right: 2px solid #999;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			}
	
#categoBox a{
	text-decoration:none;
	transition: .3s ease-in-out;
	}
#categoBox a:hover{

	}
	
.cate-thum1,.cate-thum2,.cate-thum3,.cate-thum4,.cate-thum5,.cate-thum6{
	width:100%;
	}

.catBlist{
	display:none;
	}


/*------席別------*/
.scene {
	margin: 0 0 40px;
	}
.scene p {
	padding: 0 2%;
}
.scene p a img {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	transition: .3s ease-in-out;
}
.scene p a img:hover {
	opacity: .7;
}

			
.l1{/*-----h3 未使用-------*/
	
	font-weight: bold;
	color: #5b5b5b;
	background: #f8f8f8;
	text-align: center;
	padding: 10px 0 5px;
	font-size: 1.2em;
	margin: 0 0 20px;
	border-bottom: 2px solid #7eb734;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 5px 5px 0;
	
	}

.sub-textbox{
	clear:both;
	margin: 0 0 40px;
	}
.sub-textbox ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 0 25px;
	padding: 0 2%;
	}
.sub-textbox ul li {
	margin: 0 5px;
	}
	
.sub-textbox p{
	margin: 0 2% 15px;
	font-size: 1.0em;
	line-height:1.6;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	}
		
/*#left-inner{
	width:100%;
	}*/
	
.H2-3{
	color: #424d32;
	/*color: #5b5b5b;*/
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 5px 10px;
	margin: 0 0 20px;
	/*border-bottom: 2px solid #5aca23;*/
	border-bottom: 2px solid #41b306;
	box-shadow: 0 1px 1px rgba(0,0,0,0.03), 
              0 2px 2px rgba(0,0,0,0.03), 
              0 4px 4px rgba(0,0,0,0.03), 
              0 6px 8px rgba(0,0,0,0.03),
              0 8px 16px rgba(0,0,0,0.03);
	}
	
.top_price_down {
	background: red;
	padding: 5px 10px;
	color: white;
	font-weight: bold;
	font-size: .9em;
	display: block;
	margin: -10px 0 10px;
	text-align: center;
	letter-spacing: .15em;
	
	/*background-color: #ff4d4d;*/
	background-color: #f81804;
  	/*background-image: radial-gradient(rgba(255, 153, 204, 0.32) 25%, transparent 27%),
					  radial-gradient(rgba(255, 153, 204, 0.32) 25%, transparent 27%);*/
  	background-image: radial-gradient(rgba(255, 153, 204, 0.28) 25%, transparent 27%),
					  radial-gradient(rgba(255, 153, 204, 0.28) 25%, transparent 27%);
 	/*background-position: 0 0, 19px 19px;
  	background-size: 38px 38px;*/
 	background-position: 0 0, 19px 19px;
  	background-size: 34px 34px;
}	
	

#top-picup{
	width:100%;
	margin-bottom: 40px;
	}
	#top-picup ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0 2%;
		
	}
	
	#top-picup ul li{
	width:49%;
	margin: 0 0 10px;
	transition: .3s ease-in-out;
		}
	#top-picup ul li:hover{
		opacity: .7;
		}
	#top-picup ul li img {
		border: 1px solid #ccc;
	}
		
/**納品**/	
#top-nh{
	clear:both;
	width:100%;
	margin-bottom: 40px;
	}
#top-nh	p {
	margin: 0 2% 15px;
	font-size: 1.0em;
	line-height:1.6;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

ul#nouhinThum  + p {
	border: 1px solid #3bbd00;
	box-sizing: border-box;
	font-size: 0;
	padding: 0 !important;
}

#top-nh	p a img {
	transition: .3s ease-in-out;
}
#top-nh	p a img:hover {
	opacity: .7;
}

/*-------モバイル納品例NEW-------*/

.nouhin_no_pc {
	display: inherit;
	padding: 10px 4%;
	background: #f1f1f1;
	margin: 20px 2% 25px;
}
.nouhin_no_pc p {
	color: #3bbd00;
	margin: 0 0 5px !important;
}
.nouhin_no_pc a:not(.nouhin_no_pc a:last-of-type) {
	margin: 0 5px 0 0;
}

.nouhin_no_pc a:hover {
	color: #333 !important;
}
.nouhin_no_pc a {
  position: relative;
  display: inline-block;
  padding: .4em;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.nouhin_no_pc a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #989898;
  transition: all .3s ease-in-out;
}

.nouhin_no_pc a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nouhin_no_pc a:before{
	content: "";
	display: inline-block;
	background: url(../img/dotarrow.svg) no-repeat;
	background-size: contain;
	margin: -2px 2px 0 0;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	
}	
.nouhin_no_pc a:hover:before{
	background:url(../img/dotarrow_g.svg) no-repeat left center;	
}

/*---------------------------*/

/*safari*/
_::-webkit-full-page-media, _:future, :root ul#nouhinThum {
	}
	
ul#nouhinThum {
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 2% 25px;
	background: #f1f1f1;
	padding: 20px 1% 10px;
	border-radius: 6px;
	}
	
ul#nouhinThum li{
	margin:0 0 10px;
	width: 33%;
	text-align:center;
	font-size: .75rem;
	}
ul#nouhinThum + p {
	padding: 0 2%;
	}
ul#nouhinThum li a {
	transition: .3s ease-in-out;
}
ul#nouhinThum li a:hover {
	opacity: .7;
}	
	ul#nouhinThum li img{
		display:block;
		margin:0 auto;
		}
		
	@media screen and (max-width: 574px) {
	ul#nouhinThum li{
	width: 48%;
		
	}
}
	
#news{
	background-color: #f7f7f7;
	height: 500px;
	overflow: auto;
	margin: 0 2% 40px;
	border:solid 1px #CCC;
	font-size: 1.0em;
	padding: 0 4%;
	box-sizing: border-box;
	}
#news dt{
	color: #424d32;
	padding: 20px 0 0;
	font-weight: 700;
	}
#news dd{
	border-bottom:dotted 1px #999;
	padding: 10px 0 20px;
	line-height: 1.6;
	color: #737373;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
  text-align-last: left;
	}


.campaign_txt_color {
	color: #d54060;
}
	
/*------------------*/	
	
#sns{
	width: 100%;
	margin: 0 0 20px;
	padding: 0 2%;
	overflow: hidden;
	}
#sns ul li.planBn a img{
	width: 100%;
	max-width: 720px;
	margin-bottom: 30px;
	}
#sns ul li.fbBn a {
	float:left;
	width: 49%;
	max-width: 340px;
	box-sizing: border-box;
	border: 2px solid #3765a3;
	}
#sns ul li.ytBn a {
	float:right;
	width: 49%;
	max-width: 340px;
	box-sizing: border-box;
	border: 2px solid #ef0015;
	}
	
#sns ul li{
	text-align:center;
	display: block;
	margin: 0 auto;
	}
#sns ul li a {
	transition: .3s ease-in-out;
	}
#sns ul li a:hover {
	opacity: .7;
	}

/*--------*/
	
#sns2 {
	width: 100%;
	padding: 0 2%;
	margin-bottom: 20px;
	/*border-bottom: 1px dotted #737373;*/
	}
#sns2 ul {
	display: flex;
	justify-content: space-between;
}
	
#sns2 ul li {
	width: 49%;
	max-width:340px;
	box-sizing: border-box;
	}
#sns2 ul li a {
	transition: .3s ease-in-out;
	}
#sns2 ul li a:hover {
	opacity: .7;

}
#sns2 ul li a img {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

@media screen and (max-width: 574px) {
	
#sns2 ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sns2 ul li {
	max-width: 350px;
	width: 100%;
	box-sizing: border-box;
	}
#sns2 ul li:first-of-type {
	margin: 0 0 15px;
}
	
}

/* Flexコンテナ化 */

#sample-prot{
	display: flex;           
   	flex-direction: column;
	}
#top-picup {
	}
	
.sub-textbox_wrap {
	}
#top-nh {
}
.news_wrap {
}
#sns {
	}
	
/*-----------------------------------------------------------
            コンテンツ右                                     
-------------------------------------------------------------*/
	
#main-right{
	text-align:center;
	}
	
.right-bn1 {
	background-color:#fff;
	padding: 0 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
	}	
.right-bn1 a {
	width: 48.5%;
	margin: 5px 0;
	
}
.right-bn1 a img {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) ;
	transition: .3s ease-in-out;
	
}
.right-bn1 a img:hover {
	opacity: .7;
	
}


.aisatu_wrap {
	padding: 0 2%;
	margin: 0 0 35px;
}
.aisatuBox{
	clear: both;
	width: 100%;
	padding: 15px 5% 5px;
	/*border: 2px solid #3bbd00;*/
	border: 2px solid #41b306;
	/*border: 2px solid #5aca23;*/
	border-radius: 6px;
	text-align: left;
	box-shadow: 0 1px 1px rgba(0,0,0,0.03), 
              0 2px 2px rgba(0,0,0,0.03), 
              0 4px 4px rgba(0,0,0,0.03), 
              0 6px 8px rgba(0,0,0,0.03),
              0 8px 16px rgba(0,0,0,0.03);
	}
.aisatuBox h4 {
	text-align: center;
	color: #41b306;
	margin: 0 0 5px;
}	
.aisatuBox p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
	margin: 0 0 5px;
	font-size: 1.0em;
	}
.aisatuBox p:last-of-type {
	text-align: center;
	color: #41b306;
	font-weight: bold;
	
}
/*------------特集バナー-----------------*/	
#rightBn{
	margin: 0 0 15px;
	padding: 0 1%;
	}
h3.r-tit span {
	display: block;
	/*background: #3bbd00;*/
	background: #41b306;
	/*background: #5aca23;*/
	padding: 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #fbfcf9;
	text-align: center;
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid;
	}
h3.r-tit {
	/*border-top: 2px solid #5aca23;*/
	/*border-top: 2px solid #3bbd00;*/
	border-top: 2px solid #41b306;
	border-bottom: 2px solid #41b306;
	margin: 0 0 20px;
}
.rightBn_txt {
	font-size: 1.2em;
	font-weight: bold;
	background: rgb(214,236,179);
	background: linear-gradient(0deg, rgba(214,236,179,1) 0%, rgba(252,251,248,1) 100%);
	border-top: 1px solid #41b306;
	border-bottom: 1px solid #41b306;
	color: #5b5b5b;
	/*color: #3bbd00;*/
	padding: 5px;
	margin: 0 1% 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.03), 
              0 2px 2px rgba(0,0,0,0.03), 
              0 4px 4px rgba(0,0,0,0.03), 
              0 6px 8px rgba(0,0,0,0.03),
              0 8px 16px rgba(0,0,0,0.03);
}
.right_bn_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 1%;
}
.right_bn_item li {
	width: 48%;
	margin: 5px 0 30px;
	font-size: .95em;
	color: #5b5b5b;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	}

.right_bn_item li a {
	color: #747474;
	
	}
.right_bn_item li img{
	transition: .3s ease-in-out;
	}
.right_bn_item li img:hover {
	opacity: .7;
	}	
		
@media screen and (max-width: 574px) {
.right_bn_item li {
	text-align: left;
	}
}


#rightBn li.pc_c{
	}

/*---------運営サイト----------*/

#siteLink{
	margin: 0 0 40px;
	}
#siteLink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px 2% 0;
	margin: 0 2%;
	background: #f1f1f1;
	}
#siteLink ul li {
	text-align: center;
	margin: 0 0 15px;
	flex: 0 1 32%;
	}

#siteLink ul::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
	}
#siteLink ul::before {
	content: "";
	display: block;
	width: 32%;
	height: 0;
	order: 1;
	}

	
#siteLink a {
	display: block;
	color: #5b5b5b;
	}
#siteLink a img {
	transition: .3s ease-in-out;
	}

#siteLink a img:hover {
	opacity: .7;
	}
#siteLink ul li:last-of-type {
	text-decoration: underline;
}	
		
@media screen and (max-width: 574px) {

#siteLink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 2% 0;
	}	
#siteLink ul li {
	flex: 0 1 48%;
	}
#siteLink ul::after {
	content: "";
	display: block;
	width: 48%;
	height: 0;
	}
}


#siteLink ul li span{
		}

ul#grop{
	}

ul#grop li{
	}

.fbox{
	display:none;
	}

/*-----------お知らせ-------------*/

.info {
	border-bottom: double 3px #81BF6F;
	border-top: double 3px #81BF6F;
	margin: 5px 1% 15px;
	padding: 12px 2%;
	color: #5b5b5b;
	font-size: .9em;
	line-height: 1.8;
	text-align: center;
	background: #f2fde5;
	}

/*-------------------------------------------*/
.advice {
	font-size: 1.1em;
	font-weight: 500;
	margin: 5px 0 0;
	padding: 6px 6%;
	color: #f31e00;
	text-align: center;
	border-top: 1px solid #f31e00;
	border-bottom: 1px solid #f31e00;
	letter-spacing: .1em;
}

.advice::before {
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-size: contain;
	background-image: url(../campaign/image/caution.svg);
	margin: -3px 4px 0 0;
}

@media screen and (max-width: 374px) {
	.no_sp {
	display:none;
	}
}

/*-------------------------------*/

.advice_man {
	margin: 10px 0;
}
.advice_man::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	background-image: url(../planning/img/advice_man.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

/*------------ご注意------------*/

.camp_caution {
	font-size: 1.0em;
	font-weight: 500;
	color: #fff;
	margin: 5px 0 12px;
	padding: 10px 3%;
	text-align: center;
	/*background: #fd2623;*/
	background: #de0a19;
	border-radius: 6px;
}
.camp_caution::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(../campaign/image/caution.svg);
	background-size: cover;
	vertical-align: text-top;
}

/*-------------------------------*/

.br_sp {
	display: inherit;
}
.inline_b {
	display: inline-block;
}
.mb2 {
	margin: 0 0 5px;
}
.no_sp {
	display: none;
}
.no_pc {
}

/*---------------------------*/

.section_title {
	font-size: 1.0em;
	font-weight: bold;
	color: #5b5b5b;
	margin: 10px 0 5px;
	display: inline-block; 
}

.yajisita {
	vertical-align: middle;
	height: 1.0em;
	margin: 0 5px 0 0;
}




