@charset "utf-8";
/* CSS Document */



/* ========================================================================== */
/* TOP
   ========================================================================== */


/*タイトル*/
#case_ttl {
	/*position: fixed;*/
	position: relative;
	width: 100%;
	padding: 80px 0 5px;
	margin-top: 110px;
	/*background-size:contain;*/
}
	#case_ttl h1 {
		width: 90%;
		text-align: center;
		margin: 0 auto 30px;
		font-weight: 600;
		line-height: 1.6;
		font-size: 16px;
	}
		#case_ttl h1 span {
			width: 90%;
			text-align: center;
			margin: 0 auto;
			font-size: 48px;
			font-weight: normal;
			line-height: 1.8;
			letter-spacing: .05em;
			display: block;
			font-family: "bebas", sans-serif;
			color: #be0008;
		}
	#case_ttl p {
		max-width: 1000px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		line-height: 1.6;
		letter-spacing: .05em;
		font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
		color: #333333;
		padding-bottom: 40px;
	}

.r_ttl_bk {
	background:url(../img/common/ttl_mark_bk.png) no-repeat center bottom;
	margin-bottom: 40px;
}



/*カテゴリー*/
.case_ct_box {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	padding: 0;
}
	#case_ct_box h2 {
		width: 90%;
		text-align: center;
		margin: 0 auto 30px;
		font-size: 38px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: .1em;
		color: #FFFFFF;
	}
	#case_ct_box h2 span {
		text-align: center;
		font-size: 16px;
		font-family: "bebas", sans-serif;
		font-weight: normal;
		letter-spacing: .05em;
		color: #be0008;
		display: block;
	}
	#case_ct_box p.ts_msg {
		width: 90%;
		margin: 0 auto 40px;
		text-align: center;
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: .05em;
		color: #FFFFFF;
		font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	}
	
	
	#case_in {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto 40px;
		text-align: center;
		font-size: 16px;
		list-style: none;
		
		/*height: 300px;*/
	}
		#case_in div.sl_in {
			position: relative;
			width: 100%;
			margin: 0 auto;
			background: #FFFFFF;
			border: 1px solid #EEEEEE;
			
			/*
			flex-wrap: wrap;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			
			display: flex;
			justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			*/
			
		}
		#case_in div.sl_in figure.tci_img {
			max-width: 499px;
			width: 100%;
			float: left;
		}
			#case_in div.sl_in figure.tci_img img {
				width: 100%;
			}
		#case_in div.sl_in div.tci_box {
			max-width: 499px;
			width: 100%;
			float: left;
			padding: 30px 50px 30px 0;
			text-align: left;
			color: #333333;
		}
		#case_in div.sl_in div.tci_box dl {
			margin: 0 0 15px 0;
			padding: 5px 0 5px 45px;
			background: url(../img/common/ttl_mark01.png) left 3px no-repeat;
			background-size: 7% auto;
		}
			#case_in div.sl_in div.tci_box dl dt {
				color: #be0008;
				font-size: 12px;
				padding: 0 0 5px;
			}
			#case_in div.sl_in div.tci_box dl dd {
				font-size: 15px;
			}
		#case_in div.sl_in div.tci_box p {
			font-size: 22px;
			line-height: 1.4;
			margin: 0 0 20px 0;
			font-weight: 600;
			font-style: italic;
		}
		#case_in div.sl_in div.tci_box ul {
			margin:20px 0 0 0;
			list-style: none;
		}
			#case_in div.sl_in div.tci_box ul li {
				float: left;
				margin: 0 10px 2px 0;
				font-size: 12px;
				padding: 8px 10px;
				background: #EEE;
			}




/*カテゴリー詳細*/
#case_detail_box {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	padding: 0 0 80px 0;
	border-bottom: 1px solid #CCCCCC;
}
	#case_detail_box figure#ci_img {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
		#case_detail_box figure#ci_img img {
			width: 100%;
		}
		
	#case_detail_box dl#cdb_in {
		margin-bottom: 30px;
		text-align: center;
	}
		#case_detail_box dl#cdb_in dt {
			color: #be0008;
			font-size: 18px;
			background: url(../img/common/ttl_mark01.png) left 2px no-repeat;
  			background-size: 30px auto;
			padding: 6px 0 6px 40px;
			display: inline;
		}
		#case_detail_box dl#cdb_in dd {
			color: #333333;
			font-size: 20px;
			font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
			letter-spacing: .1em;
			padding-top: 15px;
		}
	
	#case_detail_box h2 {
		max-width: 800px;
		width: 100%;
		margin: 0 auto 30px;
		font-size: 24px;
		line-height: 1.4;
		background: #EEEEEE;
		text-align: center;
		font-style: italic;
		color: #be0008;
		padding: 20px;
	}
	
	#case_detail_box #rdb_in {
		position: relative;
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
	}
		#case_detail_box #rdb_in ul {
			position: absolute;
			top: 0;
			right: 0;
			list-style: none;	
		}
			#case_detail_box #rdb_in ul li {
				float: left;
				margin-left: 10px;
				font-size: 12px;
				padding: 8px 10px;
				background: #EEE;
			}
		#case_detail_box #rdb_in dl { padding: 0 0 30px 0;}
		#case_detail_box #rdb_in dt {
			/*position: absolute;
			top: 0;
			left: 0;*/
			font-size: 20px;
			margin-bottom: 5px;
		}
		#case_detail_box #rdb_in dt strong { color: #666666;}
		#case_detail_box #rdb_in dd {
			font-size: 14px;
			/*font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;*/
			padding: 3px 0 0 0;
			letter-spacing: .1em;
		}
		#case_detail_box #rdb_in dd a { color: #666666; text-decoration: underline;}
		#case_detail_box #rdb_in dd a:hover { color: #999999; text-decoration: none;}
		
		#case_detail_box #rdb_in p.rdb_link { margin-bottom: 25px;}
		#case_detail_box #rdb_in p { color: #333333; line-height: 1.6;}
		
		

	
@media screen and (max-width: 1024px) {


/*タイトル*/
#case_ttl { padding: 8% 0 10px;}
	#case_ttl h1 span { font-size: 42px; line-height: 1.8;}
	#case_ttl p { font-size: 16px; line-height: 1.8; text-align: left;}


#case_in {
		max-width: none;
		width: 90% !important;
		margin: 0 auto 40px;
	}
		#case_in div.sl_in {
			width: 100%;
			margin: 0 auto;
		}
		#case_in div.sl_in a { text-decoration: none;}
		
		#case_in div.sl_in figure.tci_img {
			max-width: none;
			width: 100%;
			margin: 0 auto;
			float: none;
		}
			#case_in div.sl_in figure.tci_img img {
				width: 100%;
			}
		#case_in div.sl_in div.tci_box {
			max-width: none;
			width: 80%;
			margin: 0 auto;
			padding: 0 0 40px 0;
			float: none;
			
		}
		#case_in div.sl_in div.tci_box dl {
			background: url(../img/common/ttl_mark01.png) left 3px no-repeat;
			background-size: 35px auto;
		}
	

	#case_detail_box #rdb_in {
		width: 94%;
	}


	.pc-only { display: none !important; }
		
}



@media screen and (max-width: 480px) {


/*タイトル*/
#case_ttl { padding: 10% 0 10px;}
	#case_ttl h1 span {
		margin: 0 auto 10px;
		font-size: 36px;
		line-height: 1.4;
		text-align: center;
	}
	#case_ttl p {
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}

	#case_ct_box h2 { font-size: 26px; letter-spacing: 0; margin: 0 auto 15px; line-height: 1.2;}
	#case_ct_box h2 span { font-size: 13px; padding-top: 5px;}
	#case_ct_box p.ts_msg { font-size: 16px; text-align: left;}

		
	#case_detail_box dl#cdb_in {
		width: 90%;
		margin: 0 auto 20px;
		text-align: left;
		line-height: 1.4;
		letter-spacing: .05em;
	}
	#case_detail_box h2 {
		font-size: 22px;
		text-align: left;
		padding: 5%;
	}
	#case_detail_box #rdb_in {
		width: 92%;
	}

		#case_detail_box #rdb_in dl { padding: 0 0 15px 0;}
		#case_detail_box #rdb_in ul {
			position: static;
			/*position: absolute;
			top: 0;
			right: 0;*/
			list-style: none;	
			margin-bottom: 30px;
		}
			#case_detail_box #rdb_in ul li {
				float: left;
				margin: 0 10px 0 0 !important;
				font-size: 12px;
				padding: 8px 10px;
				background: #EEE;
			}




.pc-only { display: none !important; }

}





/* ドット用スタイル */
.slide-dots {
	display: flex;
	justify-content: right;
	margin: 10px 0 0 0;
	padding: 0;
	height: 6px;
}

.slide-dots li {
	list-style-type: none;
	margin: 0 8px 0 0;
}

.slide-dots li button {
	width: 50px;
	height: 6px;
	border: 0;
	/*border: 1px solid #000;
	color: #fff;*/
	background-color: #CCCCCC;
	text-indent: -999999px;
}

.slide-dots li:hover,
.slide-dots li button:hover {
	cursor: pointer;
	background: #C00;
	width: 50px;
	height: 6px;
}
/* ここまで */






