@charset "utf-8";

/* News お知らせカバー写真 */
.kv-news .kv_img {
	background:  linear-gradient(to right, #0f3dd7 0%, #06cad1 100%);
}
.news{
	padding-top: 10rem;
}
.news a {
	display: inline-block;
	position: relative;
	line-height: 1;
	font-weight: bold;
	transition: cubic-bezier(0.260, 0.005, 0.000, 1.035) 0.2s;
	margin: 0 0.6rem;
	padding-bottom: 0.5rem;
	color: #64CCBF;
}
.news a:hover {
	color: #64CCBF;
}
.news a::after {
	position: absolute;
	right: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #64CCBF;
	transition: cubic-bezier(0.260, 0.005, 0.000, 1.035) 0.2s;
	content: "";
	z-index: 1;
}
.news a:hover::after {
	width: 0;
	right: 0;
	left: auto;
}
.photo{
	margin-bottom: 10px;
}
.news_color{
	color: red;
}
.news .news_content_title {
	margin-bottom: 16px;
	font-size: 2.6rem;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
}
.news .news_content_date {
	margin-left: 1px;
	color: #666;
	font-family: "droid-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.news .news_content_text {
	margin-bottom: 8rem;
	padding-bottom: 8rem;
	border-bottom: 1px solid #E1EBF3;
}
.news article:last-child .news_content_text {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#nw1,
#nw2,
#nw3,
#nw4,
#nw5,
#nw6,
#nw7,
#nw8{
	padding-top:20rem;
	margin-top:-20rem;
}
.news_bg{
	background-color: #F5F7FA;
}
.news_margin{
	margin:0 auto 0;
}
.news_content img{
	width: 100%;
}
.category_pb{
	margin-bottom: 30px;
}
.return_btn{
	text-align: center;
}
.return_btn a{
	font-size: 1.6rem;
	color: #000;
	border: 1px solid #000;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    padding: 1rem 4rem;
}
.return_btn a:hover{
	color: #fff;
	border: 1px solid #136FFF;
	background-color: #136FFF;
}
.return_btn i{
	padding-right: 5px;
}
.news_article{
	margin-top: 10.0rem;
}

@media screen and (max-width:767px) {
	.return_btn a {
		font-size: 1.2rem;
		padding: 0.6rem 3rem;
	}
	.contents-pd{
		padding-top: 0;
	}
}
