@charset "utf-8";

#top_image{
	background: linear-gradient(to right, #cbd0cc 0%, #cbd0cc 50%, #FF212D 50%, #FF212D 100%);
}
#top_image .inner{
	height:460px;
	background: url(../img/new_graduate/top_message.jpg) center top/cover no-repeat;
	display:table;
}
h2{
	font-size:30px;
	display:table-cell;
	vertical-align:middle;
	padding-left:120px;
}
.message_title_shoat{
	background: linear-gradient(to right, #FF212D 30%, #FF212D 30%, #fff 30%, #fff 100%);
	margin-bottom:47px;
}
.message_title{
	background: linear-gradient(to right, #FF212D 0%, #FF212D 50%, #fff 50%, #fff 100%);
	margin-bottom:47px;
}
h3{
	font-size:2.1rem;
}
h3 span{
	display:inline-block;
	color:#fff;
	margin:0 auto;
	background-color:#FF212D;
	padding-right:6px;
}
.message_inner{
	width:950px;
	margin:0 auto;
}
.message_circle{
	margin-top:47px;
}
.emphasis{
	padding-top:40px;
	margin-bottom:57px;
}
.emphasis span{
	font-size:22px;
	border-bottom:2px solid #FF212D;
	color:#FF212D;
	position: relative;
	text-align: center;
	padding: 30px 0 10px;
	margin: 0;
}
.emphasis span:before{
	content: "";
	position: absolute;
	bottom: -44px;
	left: 46%;
	margin-left: -2px;
	border: 22px solid transparent;
	border-top: 22px solid #fff;
	z-index: 2;
}
.emphasis span:after {
	position: absolute;
	border: 24px solid transparent;
	border-top-color: #FF212D;;
	border-bottom-width: 0;
	bottom: -25px;
    content: "";
    left: 45.25%;
	z-index: 1;
}
.signature{
	text-align:right;
	padding-top:40px;
}
.signature span{
	font-size:30px;
}
.signature_foot{
	padding-top:90px;
}
/*------------------------------------
 smartphone 
 ------------------------------------*/
@media screen and (max-width: 750px) {
#top_image{
	background: none;
}
#top_image .inner{
	height:154px;
	width:100%;
}
h2{
	font-size:1.6rem;
	padding-left:0;
}
.message_title{
	background:none;
	margin-bottom:24px;
}
h3{
	font-size:1.6rem;
}
h3 span{
	box-sizing: border-box;
    padding: 6px 10%;
    width: 100%;
}
.message_inner{
	width:100%;
}
.message_circle{
	margin-top:24px;
}
.message_circle img{
	width:90%;
	margin: 0 auto;
}
.emphasis{
	padding-top:32px;
	text-align:left;
}
.emphasis span{
	font-size:1.6rem;
	border-bottom:2px solid #FF212D;
	line-height:40px;
	text-align: center;
    width: 100%;
    display: block;
	font-size: 3.5vw;
	padding: 30px 0 0px;
}
.emphasis span:before{
	border: 0px solid transparent;
	border-top: 0px solid #fff;
}
.emphasis span:after {
	border: 0px solid transparent;
}
.signature{
	text-align:right;
	padding-top:40px;
}
.signature span{
	font-size:1.8rem;
}
.signature_foot{
	padding-top:32px;
}
}
