#page_title{
	/* background:url('../images/recruit2/h2.jpg') no-repeat top center; */
}
#subnav{
	width: 1280px;
	margin:0 auto 60px;
}
#subnav ul{
	display:flex;
}
#subnav li{
	margin:0 5px;
	background: rgb(34,98,171);
    background: -moz-linear-gradient(left, rgba(34,98,171,1) 0%, rgba(51,142,192,1) 100%);
    background: -webkit-linear-gradient(left, rgba(34,98,171,1) 0%,rgba(51,142,192,1) 100%);
    background: linear-gradient(to right, rgba(34,98,171,1) 0%,rgba(51,142,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2262ab', endColorstr='#338ec0',GradientType=1 );
}
#subnav li a{
	display:block;
	line-height:36px;
	padding:0 20px 0 35px;
	box-sizing:border-box;
	color: #fff;
    text-decoration: none;
    text-align: center;
    background: url(../images/common/arrow.png) no-repeat;
    background-size: auto 100%;
	
}
#subnav li:nth-child(3){
	background:transparent !important;
}
#subnav li:nth-child(3) a{
	color:#2160aa;
	border:1px solid #2160aa;
    background: url(../images/common/arrow2.png) no-repeat;
}
main h3{
	width:960px;
	margin:0 auto 30px;
	line-height:40px;
	color:#2161ab;
	border:1px solid #2161ab;
	box-sizing:border-box;
	font-size:18px;
	text-align:center;
}
#voice{
	margin:0 0 100px;
}
.senpai{
	width:940px;
	margin:0 auto 60px;
}
.senpai h4{
	font-size:24px;
	border-bottom:1px solid #ccc;
	margin:0 0 15px;
}
.senpai h4:before{
	width:30px;
	height:30px;
	display:block;
	float:left;
	content:"";
	margin:0 10px 0 0;
	background: rgb(34,98,171);
    background: -moz-linear-gradient(left, rgba(34,98,171,1) 0%, rgba(51,142,192,1) 100%);
    background: -webkit-linear-gradient(left, rgba(34,98,171,1) 0%,rgba(51,142,192,1) 100%);
    background: linear-gradient(to right, rgba(34,98,171,1) 0%,rgba(51,142,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2262ab', endColorstr='#338ec0',GradientType=1 );
}
.senpai h4:after{
	display:block;
	content:"";
	clear:both;
}
.senpai h4 span{
	font-size:15px;
	float:right;
}
.senpai article{
	display:flex;
}
.senpai article .comment{
	width:550px;
	padding:0 0 0 20px;
	box-sizing:border-box;
	flex:none;
	order:1;
}
.senpai article .photo1{
	width:370px;
	padding:0 0 0 50px;
	box-sizing:border-box;
	flex:none;
	position:relative;
	order:2;
}
.senpai article .photo1 img{
	position:relative;
	z-index:2;
}
.senpai article .photo1:after{
	width:320px;
	height:320px;
	position:absolute;
	content:"";
	display:block;
	left:40px;
	top:10px;
	background: rgb(34,98,171);
    background: -moz-linear-gradient(left, rgba(34,98,171,1) 0%, rgba(51,142,192,1) 100%);
    background: -webkit-linear-gradient(left, rgba(34,98,171,1) 0%,rgba(51,142,192,1) 100%);
    background: linear-gradient(to right, rgba(34,98,171,1) 0%,rgba(51,142,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2262ab', endColorstr='#338ec0',GradientType=1 );
	z-index:1;
}
#voice2{
	width:940px;
	margin:0 auto 100px;
}
#flow{
	width:960px;
	margin:0 auto 100px;
}
#flow h4{
	font-size:24px;
	border-bottom:1px solid #ccc;
	margin:15px 0 15px;
}
#flow h4:before{
	width:30px;
	height:30px;
	display:block;
	float:left;
	content:"";
	margin:0 10px 0 0;
	background: rgb(34,98,171);
    background: -moz-linear-gradient(left, rgba(34,98,171,1) 0%, rgba(51,142,192,1) 100%);
    background: -webkit-linear-gradient(left, rgba(34,98,171,1) 0%,rgba(51,142,192,1) 100%);
    background: linear-gradient(to right, rgba(34,98,171,1) 0%,rgba(51,142,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2262ab', endColorstr='#338ec0',GradientType=1 );
}
#flow h4:after{
	display:block;
	content:"";
	clear:both;
}
#flow article{
	padding:0 20px;
	margin:0 auto 40px;
}
#flow article:after{
	display:block;
	content:"";
	clear:both;
}
.arrow{
	text-align:center;
}

#illust{
	float: left;
	margin: 0 15px 30px 0;
}
.more_photo{
	list-style:none;
	display:flex;
	padding:20px 0 0;
	justify-content:space-between;
}
.more_photo li{
	width:48%;
	padding:0 5%;
	box-sizing:border-box;
	flex:none;
}