@charset "UTF-8";

/*==============================
		content設定
==============================*/


/*-----titleImage-----*/

#contents #titleImg{
	background-image: url(/img/blog/titleimg_pc.jpg);
}

/*-----タイトル-----*/

#blog .blog_title{
	margin-bottom: 30px;
}

#blog .blog_title h3{
	color: #00bfe2;
	border-bottom: 2px solid;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 10px;
}

#blog .blog_title h3 .cate{
	border: 1px solid;
    color: #333;
    font-size: 18px;
    padding: 0 10px;
    float: right;
    line-height: normal;
    font-weight: normal;
}

#blog .blog_title .blog_info{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#blog .blog_title .blog_info p{
	margin-left: 10px;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
}

/*-----カラム-----*/

#blog .column{
	margin-bottom: 80px;
}

#blog .column .img{
	margin-bottom: 20px;
}


#blog .right{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#blog .center{
	flex: 0 0 100%;
}

#blog .center .img{
	flex: 1 1 100%;
	text-align: center;
}

#blog .left .img ,#blog .right .img{
	flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	max-width: 40%;
}

#blog .center .img img, #blog .left .img img ,#blog .right .img img{
	width: auto;
	max-width: 100%;
}


#blog .left p ,#blog .right p{
	flex: 0 0 55%;
	-ms-flex: 0 0 55%;
	max-width: 55%;
}



#blog .btn:before {
    content: '\f104';
    font-family: Fontawesome;
    padding-left: 10px;
    float: left;
    line-height: 1.5em;
}

#blog .btn:after {
   display:none;
}



/*------------------------------
	タブレットの設定
------------------------------*/

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

	
	
}



/*------------------------------
	スマホの設定
------------------------------*/

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

	/*-----titleImage-----*/
	
	#contents #titleImg{
		background-image: url(/img/blog/titleimg_sp.jpg);
	}
	/*-----ブログ-----*/
	#blog .column{
		margin-bottom: 40px;
	}
	
	#blog .blog_title h3 .cate{
		font-size: 14px;
	}
	
	#blog .left .img ,#blog .right .img{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	#blog .left p ,#blog .right p{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;	
		max-width: 100%;
	}

}











