/*
	copyright (c)2008-2017 Pong! ALL right reserved.
	Create and Design by seiki nishijima

/*===========================================================================

  知しき　一覧　設定　ここから

===========================================================================*/
#background #chishikiArea {
	background: #f2f0e1;
	padding-top: 0px;
}
#background #chishikiArea a:hover{ text-decoration: none;}
#background #chishikiArea section{
	position:relative;
	font-family: 'Noto Sans Japanese', メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	background: #ffffff;
}
#background #chishikiArea .cateList ,
#background #chishikiArea .chishikiList {
	width: 1200px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	padding: 0 50px 0;
}
#background #chishikiArea .chishikiList {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	padding-top: 50px;
}

#background #chishikiArea section:last-of-type {
	margin-bottom: 50px;
}


#background #chishikiArea .cateList.chishiki_top{
	text-align: center;
	padding-top: 360px;
	background: url(./images/back01.svg) no-repeat center 10px;
	background-color: #ffffff;
	background-size: 1180px 390px;
}
#background #chishikiArea .cateList.chishiki_top h2{
	display: block;
	margin-bottom: 0;
	position:absolute;
	top:40px;
	left:240px;
	width:  700px;height: 150px;
	background: url(./images/ck_title.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}
#background #chishikiArea .cateList.chishiki_top p{
	position: absolute;
	top:220px;
	left: 0;
	padding: 0 290px 20px 70px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0;
}
#background #chishikiArea .cateList.chishiki_top p span{
	display: block;
}
#background #chishikiArea .cateList.chishiki_top p em{
	color:#e9545b;
}
#background #chishikiArea .cateList.chishiki_top ul{
	position: relative;
	background: #ffffff;
}


#background #chishikiArea .cateList.chishiki_top:before{
	display: block; content: " ";
	position:absolute;
	top:180px;
	right:40px;
	width: 270px;height: 180px;
	background: url(./images/img01.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}
#background #chishikiArea .cateList.chishiki_top ul:before{
	display: block; content: " ";
	position:absolute;
	top:-20px;
	right:90px;
	width: 150px;height: 30px;
	background: url(./images/img01_2.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}


#background #chishikiArea .cateList.detail{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
#background #chishikiArea .cateList.detail:before{
	display: inline-block; content: " ";
	width:  500px;height: 104px;
	background: url(./images/ck_title.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea {
		padding-top: 0px;
	}
	#background #chishikiArea .cateList,
	#background #chishikiArea .cateList.detail {
		width: 100%;
		margin: 0 auto 20px auto;
		padding: 15px 15px 15px 15px;
	}
	#background #chishikiArea .chishikiList {
		width: 100%;
		display: block;
		margin: 0 auto 0 auto;
		padding: 15px 15px 0 15px;
	}
	#background #chishikiArea section:last-of-type {
		margin-bottom: 20px;
	}

	#background #chishikiArea .cateList.chishiki_top{
		border:15px solid #ffffff;
		padding-top: 20px;
		margin-bottom: 0;
		background: url(./images/back01_sp.svg) no-repeat center top;
		background-size: cover;
	}
	#background #chishikiArea .cateList.chishiki_top p{
		position: relative;
		top:auto;left: auto;
		padding: 20px 5px 0;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.8;
	}
	#background #chishikiArea .cateList.chishiki_top p span{
		display: inline;
	}
	#background #chishikiArea .cateList.chishiki_top:before{content: none; }
	#background #chishikiArea .cateList.chishiki_top ul:before{content: none; }
	#background #chishikiArea .cateList.chishiki_top h2{
		display: block;
		margin-bottom: 0;
		position:relative;
		top:auto;left:auto;
		width:100%;height: auto;
	}


	#background #chishikiArea .cateList.detail:before{
		content: none;
	}
}
/*------------------------------------
  カテゴリー一覧　設定　ここから
-------------------------------------*/
#background #chishikiArea .cateList h3 {
	display: none;
}
#background #chishikiArea .cateList ul {
	background-color: #ede1d5;
	border: 2px solid #1a1a1a;
	margin: 0 0 0 0;
	padding: 15px 10px 0 30px;
}
#background #chishikiArea .cateList ul li {
	float: left;
	display: block;
}
#background #chishikiArea .cateList ul ul {
	background: transparent;
	display: inline;
	border: none;
	padding: 0 0 0 0;
}
#background #chishikiArea .cateList ul li a {
	display: block;
	float: left;
	position: relative;
	margin: 0 20px 15px 0;
	padding: 9px 40px 9px 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	border: 2px solid #1a1a1a;
	border-radius: 20px;
	color: #1a1a1a;
	background-color: #ffffff;
}
#background #chishikiArea .cateList ul ul li a {
	border-color: #999;}
#background #chishikiArea .cateList ul li a:before {
	display: block; content: " ";
	width: 16px;height: 16px;
	position: absolute;
	top: 50%; right: 5px;
	margin-top: -8px;
	background: url(./images/icon02.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}
#background #chishikiArea .cateList ul ul li a:before {
	background-image: url(./images/icon04w.svg);}

#background #chishikiArea .cateList ul li a.active,
#background #chishikiArea .cateList ul li.current-cat a{
	background: #e9545b;
	color: #fff;
}
#background #chishikiArea .cateList ul ul li a.active,
#background #chishikiArea .cateList ul ul li.current-cat a {
	background: #999;}
#background #chishikiArea .cateList ul li a.active:before,
#background #chishikiArea .cateList ul li.current-cat a:before {
	background: url(./images/icon4w.svg); right: 10px;}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea .cateList h3 {
		display: block;
		background: #e9545b;
		margin: 0 0 0 0;
		color: #fff;
		padding: 15px 40px 15px 15px;
		text-align: left;
		font-size: 16px;
		position: relative;
	}
	#background #chishikiArea .cateList h3 span {
		display: inline-block;}
	#background #chishikiArea .cateList h3:before {
		display: block; content: " ";
		width: 20px;height: 20px;
		position: absolute;
		top: 50%; right: 10px;
		margin-top: -10px;
		background: url(./images/icon4w.svg) no-repeat 50% 50%;
		background-size: 100% 100%;
		transform: rotate(90deg);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#background #chishikiArea .cateList h3.open:before {
		transform: rotate(-90deg);}
	#background #chishikiArea .cateList ul {
		display: none;
		border-top: none;
		padding: 10px 0px 0 10px;
		font-size: 0;
	}
	#background #chishikiArea .cateList ul ul {
		padding: 0 0 0 0;
		display: block;
	}
	#background #chishikiArea .cateList ul li a {
		display: inline-block;
		float: none;
		margin: 0 10px 10px 0;
		padding: 5px 30px 5px 15px;
		font-size: 14px;
		font-weight: normal;
		line-height: 1em;
		border-radius: 14px;
	}
	#background #chishikiArea .cateList ul li a:before {
		width: 16px; height: 16px;
		background-size: 14px 14px;
		margin-top: -8px;
	}
	#background #chishikiArea .cateList ul li a.active:before,
	#background #chishikiArea .cateList ul li.current-cat a:before {
		right: 5px;}

}
/*------------------------------------
  事例一覧　設定　ここから
-------------------------------------*/
#background #chishikiArea .chishikiList dl {
	width: 530px;
	margin: 0 0 35px 0;
	filter: Alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background #chishikiArea .chishikiList dl:last-child {
	margin-bottom: 0;
}
#background #chishikiArea .chishikiList dl:hover {
	filter: Alpha(opacity=50);
	opacity: 0.5;
}
#background #chishikiArea .chishikiList dl dd {
	position: static;}
#background #chishikiArea .chishikiList dl dd figure {
	position: relative;
	display: block;
	width: 530px;
	margin: 0 0 0 0;
}
#background #chishikiArea .chishikiList dl dd figure p{
	position: absolute;
	right: 0;
	top:0;
	width: 50px;
	height: 50px;
}
#background #chishikiArea .chishikiList dl dd figure p img{width:100%;}
#background #chishikiArea .chishikiList dl dd figure img{width: 100%;}
#background #chishikiArea .chishikiList dl dd figcaption {
	position: absolute;
	display: block;
	padding: 15px 30px 0 40px;
	background: #fff;
	font-size: 22px;
	font-weight:bold;
	line-height: 1.25em;
	color: #e9545b;
	left: 0; bottom: 0;
}
#background #chishikiArea .chishikiList dl dd figcaption:before {
	display: block; content: " ";
	width: 26px;height: 26px;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -5px;
	background: url(./images/icon01.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}
#background #chishikiArea .chishikiList dl a {
	display: block;
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	overflow: hidden;
	text-indent: -10em;
}
#background #chishikiArea .chishikiList dl a:hover {
}
/*-----------------------------------*/
#background #chishikiArea .chishikiList dl dt {
	background: #fff;
	padding: 16px 0 0 0;
}
#background #chishikiArea .chishikiList dl dt span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 1em;
}
#background #chishikiArea .chishikiList dl dt strong {
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea .chishikiList dl {
		width: 100%;
		margin-bottom: 30px;
	}
	#background #chishikiArea .chishikiList dl dd {

	}
	#background #chishikiArea .chishikiList dl dd figure {
		width: 100%;
	}
	#background #chishikiArea .chishikiList dl dd figure img {

	}

	#background #chishikiArea .chishikiList dl dd figcaption {
		position: relative;
		padding: 15px 30px 0 30px;
		font-size: 18px;
		font-weight:normal;
		line-height: 1.35em;
		left: auto; bottom: auto;
	}
	#background #chishikiArea .chishikiList dl dd figcaption:before {
		width: 22px;height: 22px;
		margin-top: -7px;
	}
	#background #chishikiArea .chishikiList dl a ,
	#background #chishikiArea .chishikiList dl a:hover {

	}
	/*-----------------------------------*/
	#background #chishikiArea .chishikiList dl dt {
		padding:8px 5px 0 5px;
	}
	#background #chishikiArea .chishikiList dl dt span {

	}
	#background #chishikiArea .chishikiList dl dt strong {
		font-weight: normal;
	}
}
/*===========================================================================

  知しき詳細 設定　ここから

===========================================================================*/
#background #chishikiArea .chishikiHeader {
	padding: 20px 50px 16px;
	margin-bottom: 0;
	background: #fff;
	display: flex;
}
#background #chishikiArea .chishikiHeader h2{
	width: 300px;
	margin-bottom: 0;
}

#background #chishikiArea .chishikiHeader div.navi{
	padding: 0;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
}
#background #chishikiArea .chishikiHeader div.navi ul{
	padding: 0 0 0 0;
	margin: 5px 20px 0 0;
}
#background #chishikiArea .chishikiHeader div.navi li{
	display: inline-block;
}
#background #chishikiArea .chishikiHeader div.navi p{
	margin: 0 0 0 0;
}
#background #chishikiArea .chishikiHeader div.navi p a{
	display: block;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 9px 40px 9px 30px;
	font-size: 18px;
	line-height: 1em;
	border: 2px solid #1a1a1a;
	border-radius: 20px;
	color: #1a1a1a;
}
#background #chishikiArea .chishikiHeader div.navi p a:before {
	display: block; content: " ";
	width: 16px;height: 16px;
	position: absolute;
	top: 50%; right: 5px;
	margin-top: -8px;
	background: url(./images/icon02.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea .chishikiHeader{
		padding: 15px 0 0px;
		display: block;
	}
	#background #chishikiArea .chishikiHeader h2{
		width: 75%;
		margin: 0 auto 0;
	}
	#background #chishikiArea .chishikiHeader div.navi{
		margin: 5px 0 0 20px;
		display: block;
		text-align: center;
	}
	#background #chishikiArea .chishikiHeader div.navi ul{
		display: inline-block;
	}
	#background #chishikiArea .chishikiHeader div.navi p{
		display: none;
	}
}


#background #chishikiArea .chishikiTitle {
	margin-bottom: 0;
	background: #fff;
	padding: 0 50px 0 50px;
}
#background #chishikiArea .chishikiTitle h2 {
	position: relative;
	margin: 0 0 0 0;}
	#background #chishikiArea .chishikiTitle h2 img {width: 100%;}
#background #chishikiArea .chishikiTitle h2.nophoto{
	height: 50px;
	border-bottom: 1px solid #ccc;
}
#background #chishikiArea .chishikiTitle h2 span {
	display: block;
	background: #fff;
	padding: 20px 25px 5px 45px;
	margin: 0 0 0 0;
	position: absolute;
	bottom: 0; left: 0;
	color: #e9545b;
	font-weight: bold;
	font-size: 24px;
	line-height: 1em;
}
#background #chishikiArea .chishikiTitle h2 span:before {
	display: block; content: " ";
	width: 30px;height: 30px;
	position: absolute;
	top: 50%; left: 0px;
	margin-top: -8px;
	background: url(./images/icon01.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}
#background #chishikiArea .chishikiTitle p {
	display: inline-block;
	position: absolute;
	top: 0; right: 0;
	color: #ffffff;
	background-color: #1a1a1a;
	line-height: 1;
	padding: 7px 20px 7px 24px;
	margin-bottom: 0;
}



/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {

	#background #chishikiArea .chishikiTitle {
		padding: 0 0 0 0;
	}
	#background #chishikiArea .chishikiTitle h2 {
		padding: 0 0 0 0;
	}
	#background #chishikiArea .chishikiTitle h2.nophoto {
		height: auto;
	}
	#background #chishikiArea .chishikiTitle h2 span {
		position: relative;
		display: block;
		padding: 15px 20px 0px 40px;
		font-size: 16px;
		line-height: 1.35;
		font-weight: normal;
	}
	#background #chishikiArea .chishikiTitle h2 span:before {
		width: 20px;height: 20px;
		left: 13px; margin-top: -5px;
		background-image: url(./images/icon01.svg);
	}
	#background #chishikiArea .chishikiTitle p {
		position: relative;
		display: block;
		top: 0; right: 0;
		line-height: 1.35;
		padding: 7px 15px 5px 15px;
		font-size: 14px;
		font-weight: normal;
	}
}
/*------------------------------------
  知しき記事　設定　ここから
-------------------------------------*/
#background #chishikiArea .chishikiContents {
	background: #fff;
	padding: 50px 50px 50px 50px;
}
#background #chishikiArea .chishikiContents h3 {
	text-align: center;
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
	padding: 0 36px 0 40px;
	letter-spacing: 0.1em;
}
#background #chishikiArea .chishikiContents h3:before,
#background #chishikiArea .chishikiContents h3:after {
	display: block; content: " ";
	width: 20px;height: 20px;
	position: absolute;
	top: -8px; left: 0px;
	margin-top: 0px;
	background: url(./images/icon03.svg) no-repeat 50% 50%;
	background-size: 100% 100%;

}
#background #chishikiArea .chishikiContents h3:after{
	top: auto; left: auto;
	bottom: -8px; right: 0px;
	transform: rotate(180deg);
}

#background #chishikiArea .chishikiContents p ,
#background #chishikiArea .chishikiContents figure {
	margin: 0 130px 50px 130px;
	font-size: 16px;
	line-height: 1.8;
}
#background #chishikiArea .chishikiContents figure {
	text-align: center;}
#background #chishikiArea .chishikiContents figure img {
	max-width: 100%;
	max-height: 560px;
	height: auto;
	width: auto;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea .chishikiContents {
		background: #fff;
		padding: 30px 20px 30px 20px;
	}
	#background #chishikiArea .chishikiContents h3 {
		text-align: left;
		font-size: 18px;
		margin-bottom: 30px;
		padding: 0 10px 0 10px;
		letter-spacing: 0;
	}
	#background #chishikiArea .chishikiContents h3:before,
	#background #chishikiArea .chishikiContents h3:after {
		width: 14px;height: 14px;
		top: -6px; left: -10px;
	}
	#background #chishikiArea .chishikiContents h3:after{
		top: auto; left: auto;
		bottom: -6px; right: -10px;
	}
	#background #chishikiArea .chishikiContents p ,
	#background #chishikiArea .chishikiContents figure {
		margin: 0 0 30px 0;
		line-height: 1.8;
	}
	#background #chishikiArea .chishikiContents figure {
		text-align: center;}
	#background #chishikiArea .chishikiContents figure img {
		max-width: initial;
		max-width: auto;
		max-height: initial;
		max-height: auto;
		height: auto;
		width: 100%;
	}
}

/*------------------------------------
  共通見出し設定　ここから
-------------------------------------*/
#background #chishikiArea .chishikiContents h4 {
	color:#5ea8a6;
	text-align: center;
	display: inline-block;
	margin: 0 auto 0;
	font-size: 24px;
	line-height: 1;
	position: relative;
	padding: 0 30px 0;
	margin-top: 30px;
}
#background #chishikiArea .chishikiContents h4:before,
#background #chishikiArea .chishikiContents h4:after {
	display: block; content: " ";
	width: 16px;height: 16px;
	position: absolute;
	top: -6px; left: 0px;
	margin-top: 0px;
	background: url(./images/icon03b.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}
#background #chishikiArea .chishikiContents h4:after{
	top: auto; left: auto;
	bottom: -6px; right: 0px;
	transform: rotate(180deg);
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea .chishikiContents h4 {
		font-size: 18px;
		padding: 0 20px 0;
		margin-top: 20px;
	}
	#background #chishikiArea .chishikiContents h4:before,
	#background #chishikiArea .chishikiContents h4:after {
		display: block; content: " ";
		width: 14px;height: 14px;
		position: absolute;
		top: -6px; left: 0px;
		margin-top: 0px;
		background: url(./images/icon03b.svg) no-repeat 50% 50%;
		background-size: 100% 100%;
	}
	#background #chishikiArea .chishikiContents h4:after{
		top: auto; left: auto;
		bottom: -6px; right: 0px;
		transform: rotate(180deg);
	}
}

/*------------------------------------
  詳細情報設定　ここから
-------------------------------------*/

#background #chishikiArea .chishikiContents .infomation {
	margin: 30px 130px 0 130px;
	border: 2px solid #1a1a1a;
	background: #fff;
	padding: 30px 30px 30px 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
#background #chishikiArea .chishikiContents .infomation a {
	color: #1a1a1a;}
#background #chishikiArea .chishikiContents .infomation figure {
	width: 180px;
	margin: 0 auto 0 0;
}
#background #chishikiArea .chishikiContents .infomation dl {
	width: 540px;
	margin: 0 0 0 auto;
}
#background #chishikiArea .chishikiContents .infomation dl dt {
	display: block;
	clear: both;
	float: left;
	padding: 10px 10px 10px 0;
	width: 100px;
	color: #999;
}

#background #chishikiArea .chishikiContents .infomation dl dd,
#background #chishikiArea .chishikiContents .infomation dl dt.name {
	display: block;
	float: left;
	padding: 10px 0 10px 0;
	width: 440px;
	position: relative;
}
#background #chishikiArea .chishikiContents .infomation dl dt.name{
	color: #1a1a1a;
	width: 540px;
	font-size: 18px;
	font-weight: bold;
}

#background #chishikiArea .chishikiContents .infomation dl dd:before,
#background #chishikiArea .chishikiContents .infomation dl dt.name:before{
	display: block; content: " ";
	width: 540px; height: 1px;
	position: absolute;
	bottom: 0; left: -100px;
	background: #ccc;
}
#background #chishikiArea .chishikiContents .infomation dl dt.name:before{
	left: 0;
}
#background #chishikiArea .chishikiContents .infomation.noPhoto {
	display: block;}
#background #chishikiArea .chishikiContents .infomation.noPhoto dl {
	width: 100%;}
#background #chishikiArea .chishikiContents .infomation.noPhoto dl dt.name,
#background #chishikiArea .chishikiContents .infomation.noPhoto dl dt.name:before,
#background #chishikiArea .chishikiContents .infomation.noPhoto dl dd:before {
	width: 776px;}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea .chishikiContents .infomation {
		margin: 20px 0 0 0;
		padding: 0 0 0 0;
		border-left: none;
		border-right: none;
	}
	#background #chishikiArea .chishikiContents .infomation figure img {
		width: 100%;
	}
	#background #chishikiArea .chishikiContents .infomation figure{
		width: 30%;
		margin: 0 auto 0 0;
		}
	#background #chishikiArea .chishikiContents .infomation dl {
		width: 65%;
		margin: 0 0 10px auto;
	}
	#background #chishikiArea .chishikiContents .infomation dl dt {
		display: block;
		float: none;
		width: 100%;
		padding: 10px 0 0 0;
	}
	#background #chishikiArea .chishikiContents .infomation dl dd,
	#background #chishikiArea .chishikiContents .infomation dl dt.name {
		display: block;
		float: none;
		width: 100%;
		padding: 0 0 10px 0;
	}
	#background #chishikiArea .chishikiContents .infomation dl dt.name {
		font-size: 16px;
		padding-top: 15px;
	}
	#background #chishikiArea .chishikiContents .infomation dl dd:before,
	#background #chishikiArea .chishikiContents .infomation dl dt.name:before{
		width: 100%;left: 0;}
		#background #chishikiArea .chishikiContents .infomation dl dd:last-child:before{
			background: none;
		}
	#background #chishikiArea .chishikiContents .infomation.noPhoto dl dd ,
	#background #chishikiArea .chishikiContents .infomation.noPhoto dl dd:before {
		width: 100%;}
}
/*------------------------------------
  その他知しき　設定　ここから
-------------------------------------*/
#background #chishikiArea .chishikiOther {
	padding: 50px 50px 50px 50px;
	margin-bottom: 0px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
#background #chishikiArea .chishikiOther h3 {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	color: #e9545b;
	margin-bottom: 35px;
}
#background #chishikiArea .chishikiOther h3 span{
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
#background #chishikiArea .chishikiOther h3 span:before{
	display: block; content: " ";
	width: 30px;height: 30px;
	position: absolute;
	top: 50%; left: 0px;
	margin-top: -14px;
	background: url(./images/icon01.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea .chishikiOther {
		padding: 30px 20px 10px 20px;
		margin-bottom: 0;
		display: block;
	}
	#background #chishikiArea .chishikiOther h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#background #chishikiArea .chishikiOther h3 span{
		padding: 0 0 0 30px;
	}
	#background #chishikiArea .chishikiOther h3 span:before{
		width: 24px;height: 24px;
		margin-top: -14px;
	}
}
/*-----------------------------------*/
#background #chishikiArea .chishikiOther dl {
	display: block;
	width: 260px;
	margin: 0 20px 0 0;
}
#background #chishikiArea .chishikiOther dl:nth-of-type(4n) {
	margin-right: 0;}
#background #chishikiArea .chishikiOther dl dt{

}
#background #chishikiArea .chishikiOther dl dt img{
	width: 100%;
}
#background #chishikiArea .chishikiOther dl dd {
	padding-top: 10px;
}
#background #chishikiArea .chishikiOther dl dd span,
#background #chishikiArea .chishikiOther dl dd strong {
	display: block;
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#background #chishikiArea .chishikiOther dl dd span {
	font-size: 14px;
	color: #1a1a1a;
}
#background #chishikiArea .chishikiOther dl dd strong {
	font-weight: normal;
	font-size: 16px;
	color:#e9545b;
	margin-bottom: 5px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea .chishikiOther dl {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 0 0 20px 0;
	}
	#background #chishikiArea .chishikiOther dl dt {
		width: 140px;}
	#background #chishikiArea .chishikiOther dl dt a {
		width: 120px; height: 120px;
		display: block;
		overflow: hidden;
		border-radius: 60px;
	}
	#background #chishikiArea .chishikiOther dl dt a img {
		width: 120px; height: 120px;
	}
	#background #chishikiArea .chishikiOther dl dd {
		padding: 0;
		width: calc(100% - 141px);
	}
	#background #chishikiArea .chishikiOther dl dd strong {
		font-size: 16px;}
}

/*------------------------------------
ページネーション設定　ここから
-------------------------------------*/
#background #chishikiArea #pagination {
	margin: 0 auto 30px auto;
	padding: 20px 0 0 0;
	text-align: center;
}

#background #chishikiArea #pagination a ,
#background #chishikiArea #pagination span {
	display: inline-block;
	padding: 3px 15px 3px 15px;
	border: 2px solid #201915;
	height: 44px;
}
#background #chishikiArea #pagination span {
	background: #e9545b;
	color: #fff;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #chishikiArea #pagination {
		margin: 0 auto 0 auto;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 15px;
		background-color: #ede1d5;
	}
	#background #chishikiArea #pagination li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		float: left;
		display: block;
		width: auto;
		line-height: 0;
		border-right: 2px solid #201915;
	}
	#background #chishikiArea #pagination a ,
	#background #chishikiArea #pagination span {
		margin: 0 10px 0 auto;
		padding: 5px 15px 1px 15px;
		border: none;
		height: 40px;
		line-height: 30px;
	}
}


/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}