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

html {
	background-color: #e6e6e6;
}

/*　hidetxtPlus */
.hidetxtPlus {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*------------------------------------------------
 header
------------------------------------------------*/

#header {
	background: #e1c9a3 url(../img/thought/bg_thought.jpg) 50% 0 no-repeat;
}

#header .mv {
	height: 382px;
}

#header .logo {
	margin-bottom: 31px;
}

#header h1 {
	text-align: center;
}

#header .bg_gnav {
	margin-bottom: 65px;
	background-color: #d2cec6;
}


/*------------------------------------------------
 container
------------------------------------------------*/

#container {
	margin-bottom: 107px;
}
#container .wrap {
	min-height: 632px;
}

/* thought */
#container .thought {
	padding: 0 111px;
}

.thought h2 {
	margin-bottom: 41px;
}

.thought .txt {
	margin-bottom: 47px;
	line-height: 2;
}
.thought .txt .copy {
	font-size: 138.5%;
	color:  #f20303;
}

.thought .sign {
	padding-right: 1em;
	text-align: right;
}