@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.4em;
    border-left: 8px solid #133890;
    margin: 24px 0 4px 0;
	padding:10px;
}	
.contents_caption{
	color:#39F;
	font-size:1.6em;
}

.contents_caption_02{
	padding-left:10px;
	color:#0b308e;
	font-size:1.2em;
	border-top:#06C 2px solid;
}
.contents_caption_03{
	margin: 10px 0;
	color: #0066CC;
	font-size: 1.8em;
	font-weight: bold;	

}			
.contents_txt{
	margin:10px 0 20px 0;
	line-height:2.5em;
}		
/*-----［/ サブページ共通］-----*/






/*contents
--------------------*/
.contents{
	margin-bottom: 40px;
}
.sample-photo{
	margin:5px;
	text-align:center;
	border:#999 solid 0.8px;
}
	.sample-photo a:hover{
	 cursor:zoom-in !important;
	}
		.sample-msg{	
			padding:10px;
		}
.msg-bottom{
	margin:20px auto;
}
	.bottom-txt{
		padding:10px;
		font-size:1.2em;
		border-top:solid 2px #0066CC;
		border-bottom:solid 2px #0066CC;
		}
	
/*横幅768px以上の場合発令！＝ＰＣの祭に適用*/
@media screen and (min-width: 768px){
	.mg_10{
		margin-right:10px;
	}
	.sample-box{
		float: left;
		width: 34%;
	}	
	.sample-photo{		
		margin-bottom: 0;
	}
	.sample-msg{
		float: right;
		width: 63%;
	}
}

/*-----［　青のBOX　］-----*/
.icon-list {
	list-style-type: none;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: none;
	border-collapse: collapse;
}
/*clearfix*/
.icon-list:after {
	content: "";
	clear: both;
	display: block;
}
	.icon-list li {
		float: left;
		width:28%;
		margin:10px;	
		padding:5px;
		background-color:#06C;
		text-align: center;/*画像を中央寄せ*/	
		color:#FFF;
		height:90px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
		/* 角を丸く　*/
		border-radius: 10px;        /* CSS3草案 */  
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 10px;   /* Firefox用 */  
	}
		.icon-list li:nth-child(3){
			margin-right: 0;
			}
.Big{
	margin-top:10px;
	font-size:1.5em;
	font-weight:bold;	
	}
.Big02{
	margin-top:10px;
	font-size:1.3em;
	font-weight:bold;	
}
/*-----［　foot 加工事例・動画　］-----*/
.OtherSample{
	margin:20px 0;
	padding:10px 20px 20px 20px;
	text-align:center;
	}
.kakou{
	background-image:url(../image/sample/kakou-bgimg.jpg);
	background-attachment: fixed;
}
.move{
	/*background-image:url(../image/sample/move-bgimg.jpg);
	background-attachment: fixed;*/
	background-color:#E4EEF7;

}
.box-heading{
	padding:10px 5px 5px 5px;
	color: #FFF;
	font-size: 1.5em;	
	}		
.flex-box {
    display: flex;              /* フレックスボックスにする */
    align-items:stretch;        /* 縦の位置指定 */
	justify-content:space-around;
	    flex-wrap: wrap;    
} 
.flex_kakou-item {
    padding: 10px;
    margin:  10px;              /* 外側の余白 */
    width: 20%;                 /* 幅指定 */
	background-color:  #fff; /* 背景色指定 */
	box-shadow: 0 0 5px #999;
}

.flex_move-item {
    width: 23%;                 /* 幅指定 */
	text-align:left;
}
	.move-title{
		color: #0066CC;
		padding-left:20px;
	
		}
	.move-txt{
		font-size:0.8em;
		padding-left:20px;
		}
		.flex_move-item figure {
			position: relative;
			margin:0 auto;
		}
			.flex_move-item figure img {
				box-shadow: 0 0 5px #999;
				width: 100%;
				vertical-align: top;
			}
				.time{
					  position: absolute;/*絶対配置*/
					  width:20%;
					  background-color: rgba(51,51,51,0.5);
					  color: white;/*文字は白に*/
					  font-size:0.8em;
					  bottom:10px;	
					  right:10px;					  	
					}	
				
.flex_test-item a,.flex_move-item a{
	color:  #0066CC;               /* 文字色 */
} 
.now{
	background-color:#66CCFF;
}
/*横幅768p以下の場合発令！＝モバイルの祭に適用*/
@media screen and (max-width:768px) { 
   .flex_kakou-box,.flex_move-item{
        flex-direction: column; /* モバイル時は縦並び */
    }
	.flex_kakou-item,.flex_move-item {
	 	width:90%;
		text-align:center;
	}
	.flex_move-item figure {
		margin-bottom:20px;		
	}
	.move-title{
		margin-top:20px;
		}
}
