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

 ■理念ページのCSS

******************************************************************************/


/*ナビゲーションの現在地*/
.nav2 {
	position: relative;
	display: inline-block;
	outline: medium none;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);
	padding-top: 10px;
	font-size:1.05em;
	height: 50px;

}
.underline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D0E08F;
	padding-right: 26px;
	padding-left:26px;
	padding-bottom:3px;

}

/*メインビジュアル　背景画像お知らせ用*/
.main_visual {
    background-image: url("../img/back03_3.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

/*挨拶*/

.content_area1 {
    background-image: url("../img/affiliated_back.jpg");
    background-repeat: repeat;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0px;
    border-bottom: solid 2px #fff;
}

.content_area1_inner{
	width: 1240px;
	height:800px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}


.greeting{
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}

.greeting_title {
    background-image: url("../img/greeting_title.png");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 60px;
    width: 1024px;
    text-indent: -9999px;
    margin: 1.5em auto;
    border-bottom: solid 1px #EEE;
box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.greeting_left {
    height: 400px;
    width: 200px;
    margin-right: 1.5em;
    float: left;
    margin-left: 3em;
}
.greeting_left .name {
	margin-top: 0.5em;
	font-size: 1em;
	padding: 1em;
	background-color:#DDEBAD;
	text-align:center;
}

.greeting_right {
	float: right;
	width: 680px;
	margin-top:0.5em;
	margin-right:2em;
}



/*理念*/


.content_area2 {
    background-image: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0.5em 0px;
    border-top: 1px solid #EEE;
	margin-bottom:3em;
}

.content_area2_inner {
	text-align: left;
    height: 300px;
}


.vision_title {
	background-image: url(../img/vision_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 60px;
	width: 1024px;
	text-indent: -9999px;
	margin: 1.5em auto;
	border-bottom: solid 1px #EEE;
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.vision_text {
    font-size: 16.5px;
    letter-spacing: 0.05em;
    line-height: 3;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: dotted 2px #EEE;
}

.vision_text .fa.fa-spinner {
	color: #1D9D73;
	margin-right: 0.5em;
	font-size:1.5em;
}
