@charset "utf-8";
.greeting {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.greeting_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 58px 0 70px;
	position: relative;
	z-index: 10;
}
.greeting_main {
	margin: 0 0 20px;
}
.greeting_mes {
	font-size: 18px;
	line-height: 1.9;
}
.sig {
	text-align: right;
}
.sig span {
	display: inline-block;
	margin-top: 1em;
	padding-right: 50px;
	text-align: left;
}
.greeting_bg {
	position: absolute;
	z-index: 1;
}
.greeting_line {
	position: relative;
	z-index: 1;
}
.greeting_line_text {
	position: relative;
	z-index: 10;
	color: #fff;
	text-align: center;
	background: url(../img/about/greeting/line.png) 50% 50% no-repeat;
	font-size: 30px;
	padding: 9px 0;
}
.greeting_line_l {
	background: #00356A;
	position: absolute;
	z-index: 2;
	width: 50%;
	left: 0;
	top: 0;
	bottom: 0;
}
.greeting_line_r {
	background: #2160A5;
	position: absolute;
	z-index: 2;
	width: 50%;
	right: 0;
	top: 0;
	bottom: 0;
}
.prof {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}
.prof_l {
	float: left;
	width: 48.2%;
}
.prof_r {
	float: right;
	width: 48.2%;
}
.prof_name {
	font-size: 18px;
	border-bottom: #3D3938 solid 2px;
	padding: 0 0 5px 34px;
	margin: 0 0 15px;
	background: url(../img/about/greeting/icon.png) 9px 3px no-repeat;
}
.prof_text {
	margin: 0 0 20px;
	font-size: 15px;
	padding: 0 10px;
}
.prof_id {
	font-size: 12px;
	background: url(../img/common/icon_ya8.png) 0 50% no-repeat;
	padding: 0 0 0 29px;
	font-weight: bolder;
}

/* All SP & Tablet */
@media screen and (max-width: 1200px) {

	.greeting {
	}
	.greeting_inner {
	width: auto;
	margin: 0 3%;
	}
	.greeting_main {
	}
	.greeting_mes {
	}
	.sig span {
	padding-right: 30px;
	}
	.greeting_bg {
	}
	.greeting_line {
	}
	.greeting_line_text {
	}
	.greeting_line_l {
	}
	.greeting_line_r {
	}
	.prof {
	width: auto;
	margin: 0 3%;
	}
	.prof_l {
	}
	.prof_r {
	}
	.prof_name {
	}
	.prof_text {
	}
	.prof_id {
	}
}

/* All SP */
@media screen and (max-width: 639px) {

	.greeting {
	}
	.greeting_inner {
	padding: 28px 0;
	}
	.greeting_main {
	}
	.greeting_mes {
	font-size: 15px;
	}
	.sig {
	text-align: left;
	}
	.sig span {
	padding-right: 0;
	}
	.greeting_bg {
	}
	.greeting_line {
	}
	.greeting_line_text {
	font-size: 20px;
	}
	.greeting_line_l {
	}
	.greeting_line_r {
	}
	.prof {
	}
	.prof_l {
	float: none;
	width: auto;
	}
	.prof_r {
	width: auto;
	float: none;
	}
	.prof_name {
	font-size: 15px;
	}
	.prof_text {
	font-size: 14px;
	}
	.prof_id {
	}
}

/* Portrait */
@media screen and (max-width:479px) {
}
