@charset "UTF-8";


.itemtitle{
	max-width: 1090px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.itemtitle::before,
.itemtitle::after{
	content: "";
	display: block;
	background-position: center center;
	background-size: contain;
	background-repeat:no-repeat;
	height: 180px;
	width: 200px;
}
.itemtitle::before{
	background-image: url(../img/ideaman.png);
}
.itemtitle::after{
	background-image: url(../img/ideawoman.png);
}
.itemtitle .only700{
	display: none;
}

.buttonbox .button{
	width: 280px;
}
.buttonbox .button i{
	margin-right: 15px;
}


.newlinklist .date{width: 6em;}


@media screen and (max-width: 1340px){
	.itemtitle{
		justify-content: center;
	}
	.itemtitle::before,
	.itemtitle::after{
		height: 140px;
	}
}
@media screen and (max-width: 850px){
	.itemtitle,
	.pagetitle .inner{
		position: relative;
	}
	.pagetitle .inner{
		z-index: 4;
	}
	.itemtitle::before,
	.itemtitle::after{
		height:100px;
		width: 130px;
	}
}
@media screen and (max-width: 700px){
	.itemtitle .only700{
		display: block;
	}
}
@media screen and (max-width: 650px){
	.newlinklist .date{width:auto;}
}
@media screen and (max-width: 450px){
	.itemtitle::before,
	.itemtitle::after{
		width: 45px;
	}
	.itemtitle::before{margin-right:13px;}
	.itemtitle::after{margin-left:13px;}
}