#top-head {
	background-image: none;
}
#top-head h2 {
	display: none;
}
#main-visual {
	height: 930px;
	margin-bottom: 50px;
	background: url(../images/top/mv3.jpg) no-repeat center center;
	text-align: center;
	width: 100%;
	position: relative;
	background-size: cover;
}
#main-visual h3 {
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 60px;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	top: 55%;
	left: 50%;
	font-weight: 300;
	margin-left: -10px;
	margin-top: -116px;
}
@media screen and (max-width: 1000px) {
	#main-visual {
	}
}
#news {
	max-width: 900px;
	width: 85%;
	margin: 0px auto 60px;
}
#news dl {
	width: 100%;
	display: table;
	border-bottom: #ccc 1px dashed;
	padding: 10px 0;
}
#news dt,
#news dd {
	display: table-cell;
	vertical-align: top;
}
#news dt {
	width: 150px;
	font-size: 80%;
	letter-spacing: 2px;
}
#news dd {
}
#news dd a {
}
.t_txt {
	line-height: 200%;
	max-width: 900px;
	width: 85%;
	margin: 0px auto 50px;
}
.t_txt strong {
	display: block;
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 10px;
}
.txt_info {
	line-height: 200%;
	max-width: 900px;
	width: 85%;
	margin: 0px auto 50px;
}
.txt_info dt {
	display: block;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 20px;
}
.txt_info dd {
}
.txt_info dd p {
	margin-bottom: 15px;
}
.txt_info dd p.waku {
	border: #ccc 1px dashed;
	font-weight: 400;
	padding: 15px;
}
.txt_info dd p.waku a {
	text-decoration: underline;
}
.txt_info dd strong {
}

.ph_list2 {
	list-style: none;
	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;
	max-width: 900px;
	width: 100%;
	margin: 0px auto;
}
.ph_list2 li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.ph_list2 li:last-child {
	margin-right: 0;
}

.banner1 {
	max-width: 500px;
	width: 90%;
	margin: 0px auto 60px;
}
.banner1 li {
	margin-bottom: 10px;
}
.banner1 p {
	font-size: 90%;
	padding-top: 10px;
}
.banner1 a:hover {
	opacity:.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:.7;
    -khtml-opacity:.7;
}





@media screen and (max-width: 680px) {
	#main-visual {
		height: 410px;
		background: url(../images/top/mv3b.jpg) no-repeat center center;
		background-size: cover
	}
	#main-visual h3 {
		font-size: 50px;
		margin-top: -86px;
	}
	#news dt {
		width: 90px;
		font-size: 80%;
	}
}
@media screen and (max-width: 500px) {
	#main-visual {
	}
	#news dl,
	#news dt,
	#news dd {
		display: block;
	}
	#news dd {
		font-size: 90%;
		line-height: 150%;
	}
	.ph_list2 li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
}