@charset "UTF-8";

main {
	background: url(../img/main.png) #fff8e5 top center / 100% no-repeat ;
}

@media screen and (max-width: 768px) { 
main { padding:0 10px;}
}

header {
	width:95%;
	margin:0 auto;
	padding:15px 0; 
}

header #pspLogo {
	float:left;
	margin:10px 0 0 0;
}

@media screen and (max-width: 768px) { 
header #pspLogo { float:none; text-align:center;}
header #pspLogo img { width:50%;}
header #seibuLogo { display:none;}
}

header #seibuLogo {
	float:right;
}

#content {
	/*width:1060px;*/
	margin:0 auto;
	padding:0px 0 20px;
	text-align:center;
}

#content h1 img {
	max-width:100%;
	margin:180px 0 50px;
}

@media screen and (max-width: 768px) { 
#content h1 img {
	width:70%;
	margin:30px 0 20px;
}
}
#content ul {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	
}
#content ul li {
	margin:0 15px;
}

#content ul li:last-child {
	/*margin-right:0px;*/
}

@media screen and (max-width: 768px) { 
#content ul li {margin:0 0 20px 0; width:45%}
#content ul li img {width:90%;}
}

footer {
	text-align:center;
	padding:70px 0 30px;
	/*background:linear-gradient(rgba(0,0,0,0),rgba(207,18,27,1));*/
	color:#000;
	/*background: url(../img/footer_bg.png) top center / 100% no-repeat;*/
}
footer p.ftrTxt1 {
	width:1040px;
	margin:0 auto;
	text-align:center;	
	font-size:1.6rem;
}
footer p.ftrTxt2 {
	font-size:2.1rem;
	font-weight:bold;
	color:#000;
}
footer p.ftrTxt3 {
	font-size:1.8rem;
	color:#000;
}
footer div.ftrBox {
	width:1040px;
	margin:0 auto 30px;
	padding:20px 25px;
	text-align:center;
	/*background:#1cb7cc;*/
	border:solid 1px #000;
}

@media screen and (max-width: 768px) { 
footer {padding:0px 10px 30px;}
footer p.ftrTxt1,div.ftrBox p.ftrTxt2,div.ftrBox p.ftrTxt3 {font-size:1.0rem;}
footer p.ftrTxt1 { width:100%;}
footer div.ftrBox { width:100%;}
}

footer ul {
	margin:20px 0;
}
footer ul li {
	display:inline-block;
	margin-right:20px;
}
footer ul li:last-child {
	margin-right:0px;
}

