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

/*-----［ サブページ共通］-----*/
h1{
	color:#FFF;
}
h2{
	color:#FFF;}

/* パンくずリスト */
.m-list-topicpath ul li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  color:#999;
}
.m-list-topicpath {
  padding-left:0;
  margin-left:0;
}
.m-list-topicpath ul li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color:#999;
}
.m-list-topicpath ul li:last-child:after {
  content: '';
}
.m-list-topicpath li a {
  text-decoration: none;
	color:#999;
}
.m-list-topicpath li a:hover {
  text-decoration: underline;
}
/*--［/ パンくずリスト］--*/	
.m-box-fixed{
		margin:0 auto;
}	
.m-txt-title{
	background: linear-gradient(-135deg, #0065cb, #212b9e);
	padding:10px;
	margin:2px 0;
	}	
.m-txt-subtitle{
	color:#FFF;
}			
article{
	max-width:960px;	
	margin:0 auto;
}
.contents_title{
	color:#333;
	font-size:1.5em;
    border-left: 8px solid #133890;
    margin: 20px 0;
	padding:10px;

	}	
.contents_caption{
	color:#39F;
	font-size:1.6em;
	}	
	
.contents_txt{
	margin:10px 0 20px 0;
	line-height:2.5em;
	}		
/*-----［/ サブページ共通］-----*/


/*-----［　加工一覧　］-----*/
#case_title{
	margin: 40px 0 20px 0;
	font-size: 2em;
	text-align:center;
	color:#333;
	font-weight: bold;
	border-bottom:#06C 2px solid;	
	}
figcaption{
	text-align:center;
	line-height:40px;
	font-size:1.3em;
}
.case-list {
	list-style-type: none;
}
/*clearfix*/
.case-list:after {
	content: "";
	clear: both;
	display: block;
}
.case-list li {
	float: left;
	width: 100%;
	text-align: center;/*画像を中央寄せ*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.s_box{
		padding:10px;
		}


/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	.case-list{
		overflow: hidden;
		display: table;
		table-layout: fixed;
		width: 100%;
		border-top: none;
		border-collapse: collapse;
		
	}
	.case-list li{
		float: left;
		width: 23%;
		margin-right: 2.12765%;
	}
	.movie-list{
		overflow: hidden;
		display: table;
		table-layout: fixed;
		width: 100%;
		border-top: none;
		border-collapse: collapse;
	}
	.movie-list li{
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	.case-list li:nth-child(4){
		margin-right: 0;
	}
	.case-list li:nth-child(8){
		margin-right: 0;
	}
	.s_box{
    padding: 0.5em 1em;
    margin: 0.4em 0;
    font-weight: bold;
    border: solid 1px #666;

	}
	
		.case-list_topics li{
		float: left;
		width: 23%;
		margin-right: 2.12765%;
	}
}

