@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  NEWS PC
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {

/* -- 新着情報TOP -- */
.news_bg {
	background: url(../imgs/news/news_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 330px;
	height: auto;
	width: 100%;
}

article ul li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px dotted #c0c0c0;

}
article ul li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-999px;
}
article ul li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
article ul li .cat {
	margin-left: 10px;
	padding: 0 10px;
	border: 1px solid #c0c0c0;
	width: 100px;
	display: inline-block;
	text-align: center;    
}
article ul li .title {
	font-weight: bold;
	margin-top: 10px;
}

/* -- ページャー -- */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	border: 2px solid #333 !important;
	color: #333;
	background: #f0f0f0;
	font-weight: bold;
	padding: 5px 10px;
}
.wp-pagenavi a,
.wp-pagenavi .pages{
	border: 2px solid #333;
	color: #333;
	font-weight: bold;
	padding: 5px 10px;
}

#content .single_date {
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	display: inline-block;
}
#content .single_cat {
	margin-top: 10px;
}
#content .single_cat:before {
	content: "category - ";
	font-style: italic;
}
#content h3 {
	margin-top: 15px;
	font-size: 18px;
}
#content .content {
	margin-top: 20px;
}
#content .archive_btn a {
	border: 1px solid #999;
	color: #666;
	width: 260px;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
	transition: all .3s ease;
}
#content .archive_btn a:after {
	display: block;
	content: "";
	position: absolute;
	top: 52%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content .archive_btn a:hover {
	color: #fff;
	background: #333333;
	text-decoration: none;
}


}
/*--------------------------------------------------
**************************************************
  SERVICE SP
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {


/* -- 新着情報TOP -- */
.news_bg {
	background: url(../imgs/news/news_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	width: 100%;
}

.page_catch {
	padding-top: 20px;
}

article ul li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px dotted #c0c0c0;

}
article ul li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-999px;
}
article ul li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
article ul li .cat {
	margin-left: 10px;
	padding: 0 10px;
	border: 1px solid #c0c0c0;
	width: 100px;
	display: inline-block;
	text-align: center;    
}
article ul li .title {
	font-weight: bold;
	margin-top: 10px;
}

/* -- ページャー -- */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	border: 2px solid #333 !important;
	color: #333;
	background: #f0f0f0;
	font-weight: bold;
	padding: 5px 10px;
}
.wp-pagenavi a,
.wp-pagenavi .pages{
	border: 2px solid #333;
	color: #333;
	font-weight: bold;
	padding: 5px 10px;
}

#content .single_date {
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	display: inline-block;
}
#content .single_cat {
	margin-top: 10px;
}
#content .single_cat:before {
	content: "category - ";
	font-style: italic;
}
#content h3 {
	margin-top: 15px;
	font-size: 18px;
}
#content .content {
	margin-top: 20px;
}
#content .archive_btn a {
	border: 1px solid #999;
	color: #666;
	width: 260px;
	display: block;
	text-align: center;
	padding: 12px 0;
	margin: 0 auto 50px auto;
	position: relative;
}
#content .archive_btn a:after {
	display: block;
	content: "";
	position: absolute;
	top: 52%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content .archive_btn a:hover {
	background: #f0f0f0;
	text-decoration: none;
}


}
