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

@media screen and (max-width: 767px) and (orientation:portrait) {
	#main{
	line-height:1.2em;
	}
}

/*コンセプト********************/
section#concept{
text-align:center;
margin-top:70px;
}
section#concept h2{
margin:10px;
}

section#concept h2 img{
width:50%;
max-width: 700px;
}

	@media screen and (max-width: 767px) and (orientation:portrait) {
		section#concept h2 img{
		width:90%;
		}
	}


section#concept p{
	margin:10px;
	font-size:87.5%;
}

		@media screen and (max-width: 767px) and (orientation:portrait) {
			section#concept p{
			font-size:80%;
			}
		}


#about_site_name{
	width:600px;
	margin:50px auto 100px;
	padding:16px;
	border:solid 3px #ddd;
	border-radius: 8px;
}

#about_site_name img{
	margin:0 20px 0 0;
	padding:0 16px 0 0;
	float:left;
	border-right:solid 1px #59493f;
	}

#about_site_name p{
	margin:0;
	padding:0 0 0 160px;	/*画像避け*/
	font-size: 75%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	color: #927f65;
}

		@media screen and (max-width: 767px) and (orientation:portrait) {
			#about_site_name{
			width:90%;
			margin:30px auto 50px;
			padding:0.5em;
			}

			#about_site_name img{
			display:block;
			text-align: center;
			margin:0 auto;
			padding:0;
			float:none;
			border-right:none;
			}

			#about_site_name p{
			margin:1em 0 0 0;
			padding:0;
			font-size: 80%;
			}
		}





/*ご提案********************/
section#proposal{
	display: block;
	color:#fff;
	background:#342d14;
	width:100%;
	margin:0 0 100px 0;
	padding:40px 0;
	/*letter-spacing: 0.1em;*/
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			section#proposal{
			margin:0 0 50px 0;
			}
		}

section#proposal h3{
	font-size: 150%;
	font-family: '黎ミン M' , 'Reimin Medium';
	margin:0 auto 30px;
	text-align:center;
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			section#proposal h3{
			line-height: 2em;
			}
		}


section#proposal h3 br{	display: none;	}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			section#proposal h3 br{	display: inline;	}
		}


section#proposal p{
	width:500px;
	line-height: 3em;
	margin:0 auto;
	font-size: 14px;
	color: #d8d1bf;
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			section#proposal p{
			width:80%;
			line-height: 1.7em;
			font-size: 80%;
			}
		}


/*このサイトについて〜共通項目********************/
#introduction{
	text-align: center;
	margin:0 0 10px 0;
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			#introduction{
				width: 80%;
				margin:0 auto 10px auto;
			}
		}


#introduction strong{
	line-height: 3em;
	font-size: 130%;
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			#introduction strong{
			line-height: 1.7em;
			}
		}

section#introduction strong br{	display: none;	}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			section#introduction strong br{	display: inline;	}
		}



.arrow_line{
	display:block;
	margin:0 auto;
	width:4px;
	height:400px;
	background:#000;
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			.arrow_line{
			width:4px;
			height:100px;
			}
		}


.arrows_top{
	display:block;
	margin:0 auto;
	width: 0;
	height: 0;
	border-top: 50px solid #000;
	border-right: 20px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 20px solid transparent;
}

.transparent{
	display:block;
	margin:5px auto 20px;
	width: 0;
	height: 0;
	/*border-top: 50px solid #59493f;*/
	border-top: 50px solid #ddd;
	border-right: 150px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 150px solid transparent;
}

.about_flow{	/*フロー共通*/
	width:800px;
	margin:0 auto 0;
	padding:20px;
	overflow: hidden;
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			.about_flow{
			width:100%;
			}
		}

.about_flow h3{
	font-family: '黎ミン M' , 'Reimin Medium' !important;
	color:#000;
	font-size: 200%;
	line-height:1.4em;
	margin:0;
	padding: 0;
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			.about_flow h3{
			color:#333;
			}
		}

.about_flow > p{
	font-size: 14px;
	line-height: 2.4em;
	margin:0;
	padding:0;
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			.about_flow > p{
				line-height: 1.7em;
			}
		}


.about-flow-wrapper{
	display:table;
	width:800px;
	margin:20px auto 0px;
	border-collapse:collapse;
}
	@media screen and (max-width: 767px) and (orientation:portrait) {
		.about-flow-wrapper{
			display:block;
			width:100%;
			margin:0 auto;
		}
		}


/*アイデアのノコシカタ********************/
#about_flow01{
	background: #d2db00 url(../images/about/flow01.jpg) center center no-repeat; 
	min-height:400px;
	}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			#about_flow01{	
				background-image: none; 
				min-height:none;
			}
		}


#about_flow01 h3{float:left;}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			#about_flow01 h3{
				float:right;
				margin-left:30px;
			}
		}

#about_flow01 p{	padding:10px 260px 0 130px;	}
		@media screen and (max-width: 767px) and (orientation:portrait) {
				#about_flow01 p{
				padding:0 0 0 0;
				}

				#about_flow01:after{
					display:block;
					content:'';
					background: url(../images/about/flow01.jpg) right bottom no-repeat; 
				 	width:100%;
				 	height:200px;
				 	background-size: 100%;
				}
			}

/*慣れの必要********************/
#about_flow02{
	background: url(../images/about/flow02.jpg) center bottom no-repeat; 
	min-height:500px;
	}
			@media screen and (max-width: 767px) and (orientation:portrait) {
				#about_flow02{
				background-image: none; 
				background-color: #f5f5f5 ;
				min-height:none;
			}
			}



#about_flow02 h3{margin:0 0 20px 0;}
#about_flow02 h3 span{	display: inline;	}
#about_flow02 h3 br{	display: none;		}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			#about_flow02 h3 span{	display: none;	}
			#about_flow02 h3 br{	display: inline;	}
			#about_flow02:after{
				display:block;
				content:'';
				background: url(../images/about/flow02.jpg) right bottom no-repeat; 
			 	width:100%;
			 	height:100px;
			 	background-size: 100%;
			}
		}

/*CintiqCompanion********************/
#about_flow03{
	display: table-cell;
	width:400px;
	background-color: #f55500;
}
	@media screen and (max-width: 767px) and (orientation:portrait) {
		#about_flow03{
			display: block;
			width:100%;
		}
	}

#about_flow03 > h3{
	color: #fff;
}
#about_flow03 img{
	display: block;
	margin: 20px auto;
}


/*クロッキー帳********************/
#about_flow04{
	display: table-cell;
	background-color: #52b4c6;
	width:400px;
}
		@media screen and (max-width: 767px) and (orientation:portrait) {
			#about_flow04{
				display: block;
				width:100%;
			}
		}

#about_flow04 > h3{
	color: #fff;
}

#about_flow04 img{
	display: block;
	margin: 20px auto;
}

/*手帳********************/
#about_flow05{
	background-color: #fff;
	color:#333;
	border:1px solid #aaa;
	
}
	@media screen and (max-width: 767px) and (orientation:portrait) {
		#about_flow05{
			width:90%;
		}
	}
#about_flow05 > h3{
	margin-bottom:50px;
	font-size: 42px;
	color: #000;
}
#about_flow05 h3 br{	display: none;		}
	@media screen and (max-width: 767px) and (orientation:portrait) {
		#about_flow05 h3 br{	display:  inline;		}
	}