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

/*背景画像固定スクロール*/
.cd-fixed-bg.cd-bg-9 {
	background-image: url("../image/index_background/9_small.jpg");
	background-position: bottom;
}

.contents_title {
	margin-top: 80px;
}

/*コンテンツの本文*/
.sns_list {
	width: 450px;
	margin: 0 auto;
	margin-top: 20px;
	color: #000;
	font-size: 13pt;
	line-height: 1.3em;
	overflow: hidden;
}

.sns_list:last-child {
	margin-bottom: 80px;
}

.sns_icon_big{
	float: left;
}

.sns_icon_big img {
	width: 60px;
}

.sns_text{
	float: left;
	margin-left: 20px;
}


/*===== max-width: 768px ===================================================================*/
@media (max-width: 768px){
	
	/*背景画像固定スクロール スマートフォン用*/
	.cd-fixed-bg.cd-bg-9 {
		background:url(../image/index_background/9_small.jpg) center/cover no-repeat; /*fixedを取る*/
		-webkit-background-size:cover;/*Android4*/
	}
	
	/*コンテンツの説明文*/
	.sns_list {
		width: 450px;
		font-size: 12pt;
	}
}



/*===== max-width: 667px ===================================================================*/
@media (max-width: 667px){

	.contents_title {
		margin-top: 50px;
	}
	
	
	/*コンテンツの説明文*/
	.sns_list {
		width: 400px;
		font-size: 12pt;
	}
}


/*===== max-width: 480px ===================================================================*/
@media (max-width: 480px){


	
	.sns_list {
		width: 330px;
		font-size: 10pt;
	}
	
	.sns_list img {
		width: 50px;
	}
}

/*===== max-width: 375px ===================================================================*/
@media (max-width: 375px){

	.sns_list {
		width: 300px;
	}
}