@charset "utf-8";

.pc {
	display: none;
}

.tablet {
	display: none;
}

body {
	-webkit-text-size-adjust: 100%;
}

p,
li,
dt,
dd {
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
}


#MvArea {
	background: url(../../img/news/news_mvimg.jpg) no-repeat center;
	background-size: cover
}

.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}

.mvInner {
	color: #ffffff;
	line-height: 1.0;
}

.newsWrap {
	width: 100%;
	margin-bottom: 50px;
}

.sideWrap {
	width: 100%;
}

.newsList {
	margin-bottom: 10px;
	padding: 12px;
	border: 1px solid #000000;
	background: #ffffff;
	position: relative;
}

.newslistCol {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.newslistIimg {
	width: 42%;
	margin-right: 20px;
	display: block;
	/*	position: relative;*/
}

.topnewsImgMask {
	overflow: hidden;
}

.topnewsImgMask img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.newslistInner {
	width: calc(100% - 42% - 20px);
}

.newslistInner p {
	display: none;
}

.newsCat {
	position: absolute;
	top: 10px;
	/*    left: -10px;*/
	left: 0px;
}

.newslistInner p.newsCat {
	display: block;
	margin-bottom: 10px;
}

.newsCatTag {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0px 15px;
	font-size: 1.0rem;
	color: #fff;
	font-weight: 700;
}

.newsCatTag:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	transform: skewX(-30deg);
	background-color: #b10418;
	content: "";
}

.newslistInner p.newsDate {
	display: block;
	font-size: 1.2rem;
	color: #838383;
	line-height: 1.0;
}

.newsTtl {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
}

.newsDate {
	margin-bottom: 5px;
	font-size: 1.2rem;
	color: #838383;
	line-height: 1.0;
}

.newslistInner p.newsTxt {
	line-height: 1.5;
	text-decoration: none;
}

.taxlistTtl {
	font-size: 1.4rem;
	margin-bottom: 10px;
}


.pager {
	margin: 50px 0;
	text-align: center;
}

.pager span,
.pager a {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px 12px 3px;
	border: 2px solid #b10418;
	height: 40px;
	font-size: 1.2rem;
	font-weight: 700;
}

.pager a {
	color: #b10418;
	text-decoration: none;
	background: #fff;
}

.pager span,
.pager a:hover {
	background: #b10418;
	color: #fff;
	text-decoration: none;
}

.pager a.prev {
	margin: 0 15px 0 0;
	background: url(../../img/common/arr_black.png) no-repeat 0 top;
	background-size: 8px auto;
	background-color: transparent;
	border: none;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pager a.next {
	margin: 0 0 0 10px;
	background: url(../../img/common/arr_black.png) no-repeat 0 bottom;
	background-size: 8px auto;
	background-color: transparent;
	border: none;
}

.pager a.prev:hover,
.pager a.next:hover {
	opacity: 0.5;
}

.sideTtl {
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: 700;
}

.sideTtl.anton {
	font-weight: normal;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	background: #f0f0f0 url(../../img/common/arr_black02.png) no-repeat;
	background-size: 10px auto;
	background-position: 93% center;
	border: none;
	font-size: 1.5rem;
}

@-moz-document url-prefix() {

	/* for firefox */
	.news-archive-inner .na-select select {
		background: none;
		background-color: #f0f0f0;
	}
}

.archiveList {
	width: 100%;
	border-top: 5px solid #f0f0f0;
}

.archiveList li {
	border-bottom: 2px solid #f0f0f0;
}

.archiveList li a {
	display: block;
	padding: 16px 30px 15px 0;
	background: url(../../img/common/arr_black.png) no-repeat right center;
	background-size: 6px auto;
	font-size: 1.3rem;
	line-height: 1.5;
	transition: 0.4s;
}

.archiveList li a:hover {
	background: url(../../img/common/arr_red.png) no-repeat right center;
	background-size: 6px auto;
	color: #b10418;
}




/* detail */
#newsInner {
	padding-bottom: 50px;
}

.newsDetail {
	width: 100%;
	padding: 20px;
	border: 1px solid #000000;
	background: #ffffff;
}

.newsDetail .newsCat {
	position: inherit;
	margin-bottom: 20px;
}

.newsdetailTtl {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f0f0f0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}

.newsDetail h2 {
	margin-bottom: 30px;
	padding: 10px;
	background: #000000;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.6;
}

.newsDetail h3 {
	margin-bottom: 30px;
	padding: 10px 0 10px 20px;
	border-left: 5px solid #000000;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.newsDetail iframe {
	max-width: 100%;
}

.newwdetailCont p {
	margin-bottom: 30px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.newwdetailCont p img {
	max-width: 100%;
	height: auto;
}


.newwdetailCont a {
	color: #b10418;
}

.newwdetailCont a:hover {
	text-decoration: underline;
}

.newsListBtn {
	width: 38%;
	margin: -50px auto 0;
	line-height: 1.0;
}

.newsListBtn a {
	display: block;
	width: 100%;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #b10418;
	background: #b10418;
	font-size: 1.2rem;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
	transition: 0.4s;
}

.newsdetailBtn {
	width: 100%;
	line-height: 1.0;
	min-height: 50px;
}

.newsdetailBtn a.prevBtn,
.newsdetailBtn a.nextBtn {
	float: left;
	display: block;
	width: 28.8%;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #b10418;
	background: url(../../img/common/arr_red02.png) no-repeat 5% center #ffffff;
	background-size: 6px auto;
	font-size: 1.2rem;
	color: #b10418;
	text-align: center;
	line-height: 46px;
	transition: 0.4s;
}

.newsdetailBtn a.nextBtn {
	float: right;
	background: url(../../img/common/arr_red.png) no-repeat 95% center #ffffff;
	background-size: 6px auto;
}