@charset "UTF-8";
/* CSS Document */

body {
	padding-top: 0;
}
header {
	position: absolute;
	top: 800px;
}
header .container {
	padding-top: 25px;
}
header .logo a.mlogo, header .logo span.mlogo {
	width: 196px;
	height: 47px;
	background-image: url(../img/top_logo.png);
}
header .logo > img {
	display: none;
}

#contents {
	background-image: url(../img/top_mimg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#contents .container {
	height: 800px;
}

.title .logo50 {
	padding-top: 347px;
	font-size: 0;
}
.title .logo50 img {
	width: 136px;
	height: auto;
}
.title .title_text {
	margin-top: 29px;
	font-size: 0;
}
.title .title_text img {
	width: 526px;
	height: auto;
}
.news {
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	color: #999;
	position: absolute;
	bottom: 29px;
	left: 20px;
	width: 610px;
}
.news_line {
	display: flex !important;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.news_line .cate {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	padding-right: 15px;
}
.news_line .date {
	font-size: 17px;
	line-height: 17px;
	padding-right: 15px;
}
.news_line .title {
	font-size: 17px;
	line-height: 17px;
	padding-right: 20px;
}
.news_line .title a {
	text-decoration: none;
	color: #333;
}
.news_line .link {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin-left: auto;
}
.news_line .link a {
	text-decoration: none;
	color: #999;
}
.news_line .link a:hover {
	opacity: 0.7;
	color: #00cccc;
}
.donor {
	background-color: rgba(255,255,255,0.8);
	padding: 15px 20px;
	border-radius: 10px;
	color: #343434;
	position: absolute;
	bottom: 29px;
	right: 20px;
	width: 410px;
}
.donor_head strong {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	color: #5b71c4;
}
.donor_head span {
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	padding-left: 1em;
}
.donor_body {
	line-height: 50px;
	font-weight: bold;
	color: #626262;
	text-align: center;
	padding-top: 10px;
}
.donor_body strong {
	font-size: 50px;
	font-weight: bold;
}
.donor_body span {
	display: inline-block;
	padding-left: 10px;
	font-size: 30px;
}
.donor_body p {
	font-size: 12px;
	line-height: 1.8;
	font-weight: normal;
}
.kifu {
	position: absolute;
	top: 32px;
	right: 0;
	z-index: 1;
}
.kifu img {
	width: 306px;
	height: auto;
}
.kifu a:hover {
	opacity: 0.9;
}

footer {
	display: none;
}

@media screen and (max-width: 1350px) {
	header .container .menu a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1200px) {
	header .container .menu a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1095px) {
	header .container .menu a {
		font-size: 12px;
	}
}
@media screen and (max-width: 790px) {
	body {
		padding-top: 45px;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	header .container {
		padding-top: 5px;
	}
	header .logo a.mlogo, header .logo span.mlogo {
		background-image: url(../img/top_logo.png);
		width: 104px;
		height: 25px;
	}
	header .logo > img {
		display: inline;
	}
	#contents {
		background-image: url(../img/top_mimg_sp.jpg);
	}
	#contents .container {
		height: 495px;
		padding: 0;
	}
	.title .logo50 {
		display: none;
	}
	.title .title_text {
		margin-top: 0;
		font-size: 0;
		padding: 20px 0 0 15px;
	}
	.title .title_text img {
		width: 283px;
		height: auto;
	}
	.news {
		background-color: rgba(0,0,0,0.6);
		border-radius: 0;
		color: #FFF;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	.news_line {
		justify-content: flex-start;
		padding: 0 20px;
	}
	.news_line .cate {
		display: none;
	}
	.news_line .date {
		font-size: 11px;
		line-height: 45px;
		padding-right: 10px;
	}
	.news_line .title {
		font-size: 11px;
		line-height: 45px;
		padding-right: 0;
	}
	.news_line .title a {
		text-decoration: none;
		color: #FFF;
	}
	.news_line .link {
		display: none;
	}
	.news_line .link a {
		text-decoration: none;
		color: #999;
	}
	.donor {
		background-color: rgba(255,255,255,0.85);
		bottom: 55px;
		width: calc(100% - 40px);
		box-sizing: border-box;
		padding: 10px 15px;
	}
	.donor_head strong {
		font-size: 14px;
	}
	.donor_head span {
		font-size: 11px;
	}
	.donor_body {
		line-height: 40px;
		padding-top: 0;
	}
	.donor_body strong {
		font-size: 32px;
	}
	.donor_body span {
		font-size: 20px;
		padding-left: 5px;
	}
	.donor_body p {
		font-size: 11px;
	}
	.kifu {
		display: none;
	}
	footer {
		display: block;
		overflow: hidden;
	}
}