#about .profile {
	padding-top: 60px;
}
@media screen and (max-width:700px){
	#about .profile {
		padding-top: 140px;
	}
}
/* #sec1*/
@media screen and (max-width:700px){
	#sec1 {
		padding: 60px 10px;
	}
}
#sec1 .cf {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
}
#sec1 .span6 {
	background: #fff;
	float: left;
	margin-bottom: 20px;
	padding: 28px 50px 25px 50px;
	width: 48%;
	
	width : -webkit-calc(50% - 110px) ;
	width : calc(50% - 110px) ;
}
#sec1 .span6:nth-child(1) ,
#sec1 .span6:nth-child(3) ,
#sec1 .span6:nth-child(7) ,
#sec1 .span6:nth-child(9) {
	margin-right: 20px;

}

#sec1 .span6:nth-child(5) ,
#sec1 .span6:nth-child(6) ,
#sec1 .span6:nth-child(11) ,
#sec1 .span6:nth-child(12) {
	clear: both;
	float: none;
	margin-right: 0;
	width : -webkit-calc(100% - 100px) ;
	width : calc(100% - 100px) ;	
}
@media screen and (max-width:700px){
	#sec1 .span6 ,
	#sec1 .span6:nth-child(1) ,
	#sec1 .span6:nth-child(3) ,
	#sec1 .span6:nth-child(7) ,
	#sec1 .span6:nth-child(9) ,
	#sec1 .span6:nth-child(5) ,
	#sec1 .span6:nth-child(6) ,
	#sec1 .span6:nth-child(11) ,
	#sec1 .span6:nth-child(12) {
		clear: both;
		float: none;
		margin: 10px 0;
		padding: 10px;
		width : 100%;	
	}
}


/* deco */
.deco1.n1 {
	right: 2%;
	top: -5%;
}
@media screen and (max-width:700px){
	.deco1.n1 {
		right: -2px;
		top: -12%;
	}
}
.deco1.n2 {
	bottom: 500px;
	right: 2%;
} 
@media screen and (max-width:700px){
	.deco1.n2 {
	bottom: 43%;
	right: 2%;
	margin-left: -90px;
	}
}

/* 応募ボタン */
#entry-Btn {
	background: url(../img/entryBtn.jpg) no-repeat center center;
	display: block;
	height: 49px;
    margin: 0 auto 20px 0;
	text-indent: -9999em;
	width: 190px;
}
@media screen and (max-width:700px){
	#entry-Btn {
		float: none;
		margin: 0 auto 30px auto;
	}
}
#entry-Btn:hover {
    opacity: 0.8;
}
