@charset "UTF-8";
/*news*/
#newsArea {
	background: url(../images/newsBk.png);
	background-size: cover;
}

/*news header*/
header {
	background: rgba(255,255,255,1);
	margin: 40px 0 0;
	border-bottom: #d7d7d7 4px solid;
	border-top: #f2f2f2 1px solid;

}
.headerInnner {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 300px;
	box-sizing: border-box;
}
.headerInnner a,
.headerInnner h1{
	display:block;
}
.headerInnner h1 {
	width: 356px;
	display: block;
}
.headerInnner h1 img {
	width: 100%;
	display: block;
}
.headerLogo {
	width: 100px;
	height: 138px;
	opacity: 0.6;
	position: absolute;
	left: 5%;
	top:50%;
	margin: -69px 0 0 0;
	z-index: 11;
}
.headerLogo img{
	transition: 0.3s;
}
.headerLogo:hover img{
	opacity:0.6;
}
@media screen and (max-width:767px){
	header {
		margin: 25px 0 0;
	}
	.headerInnner {
		height: 105px;
		padding: 34px 0;
	}
	.headerInnner h1 {
		width: 100%;
	}
	.headerInnner h1 img {
		width: 55%;
		margin: 0 auto;
		display: block;
		max-width: 250px;
	}
	.headerLogo {
		width: 50px;
		height: auto;
		margin: -34px 0 0 0;
	}
}

/*main header*/
main {
	background: rgba(200,200,200,0.1);
}
.newsCts {
	width: 820px;
	padding: 70px 0;
	margin: 0 auto;
}
.news_c:not(:last-child){
	margin: 0 0 70px 0
}
.day {
	color: #6e6e6e;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.newsInner {
	margin-bottom: 60px;
	border-bottom: #d7d7d7 4px solid;
	border-top: #f2f2f2 1px solid;
	background: #fff;
}
.news_title {
	color: #6e6e6e;
	font-size: 2.8rem;
	font-weight: bold;
	padding: 30px 55px;
	border-bottom: #7acee4 2px solid;
}
.news_honbun {
	padding: 30px 55px;
	font-size: 1.7rem;
	line-height: 3.2rem;
}
.news_img{
	margin: 20px 0 0 0;
}
.news_img img{
	width: 100%;
}
.news_img img:nth-child(n+2){
	margin: 15px 0 0 0
}
.backArea{
	display: block;
	position: fixed;
	right: 0;
	top: 5px;
	z-index: -1;
	background: rgba(110, 110, 110, 1);
	width: 45px;
	height: 45px;
}
.homeBtn,
.homeBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.homeBtn {
	width: 35px;
	height: 25px;
	display: block;
	position: fixed;
	right: 4px;
	top: 15px;
}
.homeBtn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #6e6e6e;
}
.homeBtn span {
	background-color: #fff;
}
.homeBtn span:nth-of-type(1) {
	top: 0;
}
.homeBtn span:nth-of-type(2) {
	top: 12px;
}
.homeBtn span:nth-of-type(3) {
	bottom: 0;
}
.homeBtn span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #6e6e6e;
	transition: all .4s;
}
.homeBtn span:nth-of-type(1) {
	transform: translate(50%) scale(0);
}
.homeBtn span:nth-of-type(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.homeBtn span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #fff;
}
.homeBtn span:nth-of-type(3) {
	transform: translate(-50%) scale(0);
}

.news_pdf {
	margin: 20px 0 0 0;
}
.news_pdf a {
	color: #7acee4;
	font-weight: bold;
	}
@media screen and (max-width:767px){
	.newsCts {
		width: 100%;
		padding: 18px 15px;
		margin: 0 auto;
	}
	.day {
		font-size: 1.2rem;
		margin: 0 0 8px 0;
	}
	.news_title {
		font-size: 1.7rem;
		padding: 10px 15px;
	}
	.news_honbun {
		font-size: 1.3rem;
		line-height: 2rem;
		padding: 10px 15px;
	}
	.news_c:not(:last-child) {
		margin: 0 0 30px 0;
	}
	.news_img img:nth-child(n+2) {
		margin: 5px 0 0 0;
	}
	.news_pdf {
		margin: 5px 0 0 0;
	}
}


/*link url*/
.news_icon {
	margin: 5px 0 0 0;
	}
.news_icon a {
	color: #7acee4;
	font-weight: bold;
	text-decoration: underline;
	}

p.txtAnnotation {
	font-size: 1.45rem;
	}

.news_txt p a {
	color: #2bbce0;
	}
.news_txt p a:hover {
	text-decoration: underline;
	}
.news_txt p span {
	color:#FB0105;
	}


.news_txt_half {
	width: 50%;
	float: left;
	display: inline-block;
}
.news_txt_half p a {
	color: #2bbce0;
	}
.news_txt_half a {
	color: #7acee4;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.6rem;
	}

.news_img_half {
	width: 46%;
	float: right;
	display: inline-block;
}
.news_img_half img {
	width: 100%;
}
.news_icon.half {
	width: 100%;
	clear: both;
	display: block;
}
@media screen and (max-width:767px){
	.news_txt_half {
	width: auto;
	float: none;
	margin-bottom: 15px;
	}
	.news_img_half {
	width: 80%;
	float: none;
	text-align: center;
	margin: auto 10% 10px 10%;
	}
}
