/*common*/

body main{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	font-weight: normal;
}
*, ::after, ::before {
	box-sizing: border-box;
}
.img-fluid{
	max-width: 100%;
	height: auto;
}
.bold{
	font-weight: bold;
}
.news_flex{
	display: flex;
}
.news_flex_al{
	align-items: center;
}
.news_container {
	max-width: 890px;
	margin: 0 auto;
	padding: 0 20px;
}
.news_container p{
	line-height: 1.6;
}

/*title*/
.news_title{
	margin-top: 80px;
}
.news_title h2{
	margin-bottom: 10px;
	line-height: 1.6;
}
.news_title .sub-title {
	margin-bottom: 10px;
	font-size: 18px;
}
.date {
	margin-bottom: 50px;
	font-size: 14px;
	text-align: right;
}

.news_section,
.news_gist,
.news_voice,
.news_link{
	margin-top: 50px;
}

/*news_list*/
.news_list{
	font-size: 18px;
}
.news_list .news_flex{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e3e5;
}
.news_list .news_flex:first-child{
	margin-top:0;
	padding-top: 20px;
	border-top: 1px solid #e2e3e5;
}
.news_list .news_flex:last-child{
	margin-bottom:0;
}
.news_list .news_flex p:first-child{
	width: 20%;
}
.news_list .news_flex p:last-child{
	width: 80%;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #404040;
}

/*news_gist*/
.news_gist h2{
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.6;
}
.news_gist p{
	margin-bottom: 16px;
}
.news_gist p:last-child{
	margin-bottom: 0;
}

/*news_voice*/
.news_voice h2{
	margin-bottom:20px;
	font-size: 24px;
}
.news_voice .voice_container{
	padding:30px;
	background: #fafafa;
}
.news_voice .voice_list{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e3e5;
}
.news_voice .voice_list:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.news_voice .question{
	margin-bottom: 16px;
}
.news_voice .question h3{
	margin-right: 10px;
	color: #00a0da;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
}
.news_voice .question p{
	padding-top: 8px;
}
.news_voice .answer h3{
	margin-right: 10px;
	color: #e26a44;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
}
.news_voice .answer p{
	padding-top: 5px;
	font-size: 18px;
}

/*news_link*/
.news_section .news_link{
	margin-bottom: 50px;
}
.news_section .news_link a{
	font-size: 14px;
	color: #00a0da;
}

/*banner*/
.banner_copy{
	margin-bottom: 20px;
}
.news_section .banner img{
	border: 1px solid #e2e3e5;
}

body .inner .txt-date {
	margin-bottom: 0;
}
body .inner .txt-date a{
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


@media screen and (max-width: 768px) {
	/*common*/
	.news_container {
		max-width: 510px;
	}
	
	/*title*/
	.news_title{
		margin-top: 40px;
	}
	.news_title h2{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.news_title .sub-title {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.date {
		margin-bottom: 30px;
		font-size: 12px;
	}
	
	.news_section,
	.news_gist,
	.news_voice,
	.news_link{
		margin-top: 30px;
	}

	
	/*news_list*/
	.news_list{
		font-size: 16px;
	}
	.news_list .news_flex{
		flex-direction: column;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e2e3e5;
	}
	.news_list .news_flex:first-child{
		padding-top: 10px;
	}
	.news_list .news_flex p:first-child{
		width:100%;
		margin-bottom: 5px;
	}
	.news_list .news_flex p:last-child{
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	
	/*news_gist*/
	.news_gist h2{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.news_gist p{
		margin-bottom: 10px;
	}
	
	/*news_voice*/
	.news_voice h2{
		margin-bottom:10px;
		font-size: 20px;
	}
	.news_voice .voice_container{
		padding:14px;
	}
	.news_voice .voice_list{
		margin-bottom: 14px;
		padding-bottom: 14px;
	}
	.news_voice .question{
		margin-bottom: 10px;
	}
	.news_voice .question h3{
		margin-right: 10px;
		color: #00a0da;
		font-size: 24px;
		font-weight: normal;
	}
	.news_voice .question p{
		padding-top: 2px;
	}
	.news_voice .answer h3{
		margin-right: 10px;
		color: #e26a44;
		font-size: 25px;
		font-weight: normal;
	}
	.news_voice .answer p{
		padding-top: 0px;
		font-size: 16px;
	}
	
	/*news_link*/
	.news_section .news_link{
		margin-bottom: 30px;
	}
	/*news_banner*/
	.banner_copy{
		margin-bottom: 10px;
	}
	.news_section .banner{
		margin-bottom: 40px;
	}
}
