@charset "UTF-8";

/* 既存スタイル上書き
------------------------------------------------------- */
.psy-bg{
	background: url( '/psy2/psycholopedia/img/bk_main.png' ) top right no-repeat;
	background-color: #f3f3eb;
}
@media screen and (max-width: 1300px)  {
	.psy-bg{
		background-size: 145%;
	}
}
@media screen and (max-width: 768px) {
	.psy-bg{
		background: url( '/psy2/psycholopedia/img/bk_main.png' ) top 55px right -55px no-repeat;
		background-color: #f3f3eb;
		background-size: 145%;
	}
}
/* #psycholopedia
------------------------------------------------------- */
#psycholopedia .pedia-index{
	max-width: 1000px;
	margin: auto;
}
#psycholopedia .pedia-index h1{
	padding:250px 0 160px;
}
#psycholopedia .pedia-index h2{
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
@media screen and (max-width: 768px) {
	#psycholopedia .pedia-index h1{
		padding:10vw 0;
		width: 30vw;
	}
	#psycholopedia .pedia-index h2{
		margin-bottom: 5vw;
	}
	#psycholopedia .pedia-index h2 img{
		width: 40vw;
	}
}
