@charset "utf-8";

/*=============================================
株式会社シンバス コンテンツマーケティング用CSS
=============================================*/

/*----------------------
Layout
----------------------*/
#snbs-con_list_wapper,
#snbs-con_wapper {
	margin-top: 30px;
	padding-left: 10px;
    padding-right: 10px;
}
/*一覧ページ*/
.snbs-con_list {
	width: 48%;
}
.snbs-con_list ul {
	padding: 0;
}
.snbs-con_list ul li {
	padding: 6px 0;
	list-style: none;
}
.snbs-arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.snbs-arrow::before,
.snbs-arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.snbs-arrow01::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffaf1b;
}
.snbs-arrow01::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}
.snbs-page_back {
	display: block;
	margin-top: 20px;
	text-align: right;
}
/*詳細ページ*/
.snbs-con_box {
	background: #e9eed2;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.snbs-con_box:last-child {
	margin: 0;
}


/*----------------------
Utility
----------------------*/
/*テキスト関連*/
.snbs-text {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 5px;
}
.snbs-text_mb_sml {
	margin-bottom: 10px;
}
.snbs-text_mb {
	margin-bottom: 30px;
}
.snbs-text_mt {
	margin-top: 30px;
}
.snbs-text_accent {
	color: #fd9800;
    font-weight: bold;
}
/*画像*/
.snbs-img_left {
	padding: 10px 0;
	margin-bottom:10px;
}
.snbs-img_right {
	padding: 10px 0;
	margin-bottom:10px;
}
.snbs-main_img {
	margin-bottom: 20px;
}
/*タイトルデザイン*/
.snbs-ttl01 {
	margin-bottom: 20px;
	padding: 12px 0 10px 10px;
	background-color: #6b644a;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.snbs-ttl02 {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 4px solid #ccc;
	font-size: 24px;
	margin-bottom: 10px;
    line-height: 1.3; 
}
.snbs-ttl02::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #ffaf1b;
}
.snbs-ttl03 {
	color: #fd9800;
    border-left: 4px solid #fd9800;
    padding-left: 10px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
    line-height: 1.3; 
}
.snbs-ttl04 {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
    line-height: 1.3; 
}
/*リストデザイン*/
.snbs-list01 {
    margin: 20px 20px 20px 25px;
	padding-left: 20px;
}
.snbs-list01 li {
	text-indent: -5px;
    list-style-type: none;
	line-height: 1.4;
	padding: 3px 0;
}
.snbs-list01 li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #fd9800;
	position: relative;
	left: -15px;
	top: -3px;
}
.snbs-list02 {
    margin: 20px 0 20px 20px;
	padding-left: 20px;
}
.snbs-list02 li {
	line-height: 1.4;
}
/*他*/
.snbs-left {
	float: left;
}
.snbs-right {
	float: right;
}
.snbs-cf {
	display: inline-table;
}
.snbs-cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*------------------------
スマートフォン用 メディアクエリ
------------------------*/
@media (max-width: 420px) {
	/*一覧ページ*/	
	#snbs-con_list_wapper .snbs-con_box {
		margin-bottom: 0;
	}
	.snbs-con_list {
		width: 100%;
		margin-bottom: 30px;
	}
	.snbs-left,.snbs-right {
		float: none;
	}
	.snbs-con_list ul li {
		padding: 6px 0;
	}
	/*詳細ページ*/
	.snbs-img_left,
	.snbs-img_right {
		float: none;
		padding: 5px 0 15px;
	}
	.snbs-img_left img,
	.snbs-img_right img {
		margin: 0 auto;
		display: block;
	}
}