@charset "UTF-8";
.news{
	background: url("../../images/news/top_sp.jpg") no-repeat;
	background-size:  100% auto;
}
#news{
	width:86%;
	margin:20px auto;
	font-family: "a-otf-ryumin-pr6n", serif;
	color:#181F6C;
}
#news a{
	color:#181F6C;	
}
.content p{
	font-size:13px!important;
	letter-spacing: 2px!important;
	margin-bottom:48px!important;
	line-height: 28px!important;
}
.kiji_info{
	letter-spacing: 2px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:10px;
}
.kiji_info span.date{
	font-family: 'EB Garamond',serif;
	font-size:13px;
}
h2.line01{
	font-size:18px;
	display: inline-block;
	letter-spacing: 2px;
	margin:21px 0 48px 0;
	border-bottom:1px solid #181F6C;
}
ul.blog_link{
	margin:0 auto 70px auto;
	font-family: "a-otf-ryumin-pr6n", "Cormorant Garamond", sans-serif;
	font-size:15px;
}
ul.blog_link::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
ul.blog_link li{
	position: relative;
	float:left;
	width: calc(100%/3);
	text-align: center;
}

ul.blog_link li:first-child{
	padding-left:10px;
	text-align: left;
}
ul.blog_link li:first-child img{
	position: absolute;
	top:3px;
	left:-10px;
	width: 20px;
	height: auto;
}
ul.blog_link li:last-child{
	float:right;
	text-align: right;
	parring-right:10px;
}
ul.blog_link li:last-child img{
	position: absolute;
	top:3px;
	right:-20px;
	width: 20px;
	height: auto;
}
ul.blog_link li:first-child,ul.blog_link li:last-child{
	font-size:16px;
}
.news_menu{
	border-top:1px solid #D8E0F6;
	border-bottom:1px solid #D8E0F6;
	padding:30px 0 0 0;
}
.news_menu h3{
	line-height: 30px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-size:14px;
	letter-spacing: 4px;
	margin-bottom:5px;
}
.news_menu .news_menu_list{
	line-height: 28px;
	font-size:10px;
	letter-spacing: 2px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-bottom:50px;
}
.news_menu .news_menu_list li{
	display: inline-block;
	margin-right:20px;
}
.news_menu .news_menu_list:last-child{
	margin-bottom:30px;
}
hr#NEWS{
	border:0;
	margin:25px 0;
}
ul.news_nav{

	margin:0 auto 50px auto;
	letter-spacing: 3px;
}
ul.news_nav li{
	width:100%;
	height:40px;
	border-bottom:1px solid #D8E0F6;
}
ul.news_nav li select{
	height: 30px;
	margin-top:10px;
	width:100%;
	outline: none;
	color:#181F6C;
	font-size:17px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	border:0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: transparent;
	background-image: url("../../images/news/select_yajirushi.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size:27px 27px;
}
ul.news_list{
	margin:0 auto 50px auto;
	border-bottom:1px solid #D8E0F6;
}
ul.news_list a{
	display: block;
	color:#181F6C;
	padding:20px 35px 20px 0;
}
ul.news_list li{
	width:100%;
	border-top:1px solid #D8E0F6;
	box-sizing: border-box;
	background: url("../../images/news/news_next.png") no-repeat 98% center;
	background-size:20px 20px;
}
ul.news_list li span.update{
	display: block;
	font-size:13px;
	font-family: 'EB Garamond', "a-otf-ryumin-pr6n", serif;
	letter-spacing: 3px;
	margin:0 0 8px 0;
}
ul.news_list li .news_txt h3{
	letter-spacing: 2px!important;
	line-height: 23px!important;
	font-size:14px!important;
	font-family: 'a-otf-ryumin-pr6n',serif!important;
	margin:0 0 10px 0!important;
	text-align: left!important;
}
ul.news_list li .news_txt span.bunrui{
	display: block;
	font-size:10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.pager{
	float:left;
	width:calc(100% - 60px);
	margin:0 auto;
	font-family: 'EB Garamond',serif;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pager a,.pager span{
	color:#181F6C;
	display: inline-block;
	margin-right:5px;
	margin-bottom:15px;
}
.pager span{
	border-bottom:1px solid #6D8EDD;
}
.next_pager{
	width:55px;
	float:left;
	margin-left:5px;
}
.next_pager a{
	color:#181F6C;
	background: url("../../images/news/page_next.png") no-repeat right center;
	background-size:22px 22px;
	padding-right:20px;
	font-size:15px;
}
p.no_list{
	width:100%!important;
	text-align: left;
}