/* CSS Document */
/* news -------------------------------*/
.news{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 4%;
	padding-right: 4%;
}

.news h1{
	color: #4387B2;
	font-size: 1.8rem;
	text-align: center;
	padding-bottom: 20px;
	line-height: 2;
}

.news ul{
	width: 93%;
	margin: 0 auto 30px auto;
}
.news ul li{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 10px;
	display: block;
}
.news ul li span.news_date{
	display: block;
}
.news ul li span.news_link{
	position: relative;
	border-bottom: #000 1px solid;
	padding-bottom: 2px;
}

.news ul li:first-child{
    text-align: center;
}
.news ul li:first-child svg{
    width: 15px;
    position: relative;
    top: 7px;
    right: 7px;
}
.news ul li:first-child svg path{
    fill: #4387B2;
}

@media screen and (min-width: 768px) {
	.news{
		max-width: 600px;
		margin: 0 auto;
		padding-top: 50px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 100px;
	}
	.news h1{
		font-size: 26px;
	}
	.news ul{
		margin-bottom: 0;
		text-align: center;
		width: auto;
		margin: 0 15%;
	}
	.news ul li{
		font-size: 14px;
		text-align: left;
	}

	.news ul li span.news_date{
		display: inline-block;
		width: 80px;
		text-align: left;
	}
	.news .link_button{
		position: relative;
		top: 10px;
	}
}
/* news End ---------------------------*/



/* news_txt -------------------------------*/
.news ul li{
	padding-bottom: 20px;
	margin: 0;
	}
.news_date{
	font-size: 1.2rem;
}
.news_txt h2{
	font-size: 1.6rem;
	font-weight: normal;
	padding-bottom: 20px;
}
.news_txt p{
	padding-bottom: 20px;
	line-height: 1.8;
}
.news_txt a{
	color: #4387B2;
	border-bottom:  #4387B2 1px solid;
}
.icon_list{
	margin: 0 !important;
	padding-bottom: 20px;
	padding-left: 15px;
}
.icon_list li{
	position: relative;
	padding-left: 15px;
	height: auto !important;
}
.icon_list li:first-child{
    text-align: left !important;
}
.icon_list li::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #4387B2;
	border-radius: 7.5px;
	position: absolute;
	top: 6px;
	left: 0;
}

.icon_maru{
position: relative;
	padding-left: 15px;
	height: auto !important;
}
.icon_maru::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #4387B2;
	border-radius: 7.5px;
	position: absolute;
	top: 6px;
	left: 0;
}
.news_txt .link_button a{
	color: #fff;
}

@media screen and (min-width: 768px) {
	.icon_list li{
		height: auto;
	}
	.news ul li{
		padding-bottom: 10px;	
	}

}



/* news_txt End ---------------------------*/


.post{}
.more{
	margin: 0 35%;
}
.more p{
	margin-top: 30px;
	text-align: center;
	color: #333333;
} 

.more_btn{
	margin: 0 auto;
	width: 25px;
	height: 25px;
	border-top: #707070 1px solid;
	border-right: #707070 1px solid;
	-webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.close{
	margin-top: 40px;
}

.close_btn{
	margin: 0 auto;
	width: 25px;
	height: 25px;
	border-top: #707070 1px solid;
	border-right: #707070 1px solid;
	-webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
		
.more p{
	margin-top: 40px;
} 

}
