@charset "utf-8";

/* =============================== */
/* お知らせ */
/* =============================== */

/* メインビジュアル */
/* -------------------------------------------------- */

#pageTitle {
	background-image: url(../../img/news/head_pc.jpg);
}


/* カテゴリ・月別アーカイブ */
/* -------------------------------------------------- */

#nwsSelect {
	margin-bottom: 40px;
}

#nwsSelect ul {
	text-align: right;
	letter-spacing: -.4em;
	margin-left: -7px;
	margin-right: -7px;
}

#nwsSelect ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin: 0 7px;
}


/* 見出し */
.nwsSelectTit {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1;
	color: #333333;
	margin-bottom: 7px;
	text-align: left;
}

/* プルダウン */
.nwsSelectPulldown {
	width: 100%;
	display: block;
	border-radius: 5px;
	background: #eeeeee;
}

.nwsSelectPulldown select {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: none;
	background-color: #fff;
	background: url(../../img/common/ic_pulldown_pc.png) no-repeat right 15px center;
	background-size: 10px auto;
	font-size: 1.7rem;
	line-height: 1;
	color: #333333;
	padding: 20px;
}
::-ms-expand {
	display: none;
}


/* お知らせ・一覧 */
/* -------------------------------------------------- */

#nwsList {
	margin-bottom: 80px;
}

#nwsList > ul > li {
	border-top: solid 1px #cfcfcf;
}

#nwsList > ul > li:last-child {
	border-bottom: solid 1px #cfcfcf;
}

#nwsList > ul > li a {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.nwsListInner {
	display: table;
	width: 100%;
	padding: 20px;
}

#nwsList > ul > li a:before {
	position: absolute;
	display: block;
	z-index: 2;
	content: "";
	background: url(../../img/common/arrow_gray_r1.png) no-repeat right center;
	background-size: 14px auto;
	width: 14px;
	height: 100%;
	top: 0;
	right: 6px;
}

#nwsList > ul > li a:after {
	position: absolute;
	display: block;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#nwsList > ul > li a:hover:after {
	background-color: #f5f5f2;
	left: 0;
}

.nwsListPh {
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	border: 1px #EFEFEF solid;
}

.nwsListPh img {
	width: 280px;
	height: auto;
}

.nwsListBody {
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
}

.nwsDandC {
	margin-bottom: 6px;
}

.nwsDate {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	border-left: solid 1px #bfbfbf;
	padding-left: 0.5em;
	margin-right: 13px;
	float: left;
	margin-top: 0.5em;
}

.nwsCat {
	display: inline-block;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	background-color: #e5e5e5;
	padding: 0.5em 3em;
	border-radius: 1.5em;
}

.nwsListTit {
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.050em;
	color: #222222;
}

/* お知らせ・一覧：ページネーション */
.pagination {
	margin: 0 auto 80px;
	text-align: center;
	height: 35px;
}

.pagination a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	color: #004098;
	border: solid 1px #004098;
	background-color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.pagination a:hover {
	color: #fff;
	background-color: #004098;
}

.pagination a.prev {
	border: solid 1px #004098;
	background: url(../../img/common/page_prev_blue_pc.png) no-repeat center center;
	background-size: 7px auto;
}

.pagination a.next {
	border: solid 1px #004098;
	background: url(../../img/common/page_next_blue_pc.png) no-repeat center center;
	background-size: 7px auto;
}

.pagination a.prev:hover {
	background: #004098 url(../../img/common/page_prev_white_pc.png) no-repeat center center;
} 
.pagination a.next:hover {
	background: #004098 url(../../img/common/page_next_white_pc.png) no-repeat center center;
}

.pagination span {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	font-size: 1.4rem;
	line-height: 35px;
	text-align: center;
	color: #333333;
}

.pagination span.current {
	color: #FFF;
	background-color: #004098;
	border: solid 1px #004098;
}


/* お知らせ・詳細 */
/* -------------------------------------------------- */

#nwsDetailHead {
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
	padding: 30px 50px;
}

#nwsDetailHead .nwsDandC {
	margin-bottom: 20px;
}

#nwsDetailHead .nwsDate {
	font-size: 1.4rem;
	margin-right: 28px;
	margin-top: 0.25em;
}

#nwsDetailHead .nwsCat {
	font-size: 1.2rem;
 	padding: 0.25em 1.5em;
}

#nwsDetailHeadTit {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.417;
	letter-spacing: 0.020em;
}

#nwsDetaiBody {
	padding: 55px 50px;
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 40px;
}

#nwsDetaiBody img {
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
}

#nwsDetaiBody p {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.100em;
	margin-bottom: 1.5em;
}

#nwsDetaiBody p:last-child {
	margin-bottom: 0;
}

#nwsDetaiBody h2 {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.182;
	letter-spacing: 0.100em;
	color: #fff;
	background-color: #004098;
	padding: 0.64em 1.2em;
	margin: 2em 0 1em;
}

#nwsDetaiBody h3 {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.182;
	letter-spacing: 0.100em;
	padding-bottom: 0.35em;
	border-bottom: solid 3px #004098;
	margin: 2em 0 1em;
}

#nwsDetaiBody a {
	color: #117ff0;
}

#nwsDetaiBody a:hover {
	text-decoration: underline;
}

/* 前後記事へのナビ */
.nwsNavi {
	width: 100%;
	margin-bottom: 80px;
	position: relative;
}

.nwsNaviPrev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.nwsNaviPrev a {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.020em;
	color: #004098;
	background: url(../../img/common/page_prev_blue_pc.png) no-repeat left center;
	background-size: 7px auto;
	padding-left: 1em;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

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

.nwsNaviList {
	text-align: center;
}

.nwsNaviList a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #004098;
	padding: 12px 0;
	width: 230px;
	text-align: center;
	border: solid 1px;
	border-radius: 5px;
	background: #fff url(../../img/common/page_next_blue_pc.png) no-repeat right 20px center;
	background-size: 7px auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nwsNaviList a:hover {
	color: #fff;
	background: #004098 url(../../img/common/page_next_white_pc.png) no-repeat right 20px center;
}

.nwsNaviNext {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	text-align: right;
}

.nwsNaviNext a {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.020em;
	color: #004098;
	background: url(../../img/common/page_next_blue_pc.png) no-repeat right center;
	background-size: 7px auto;
	padding-right: 1em;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

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

#dateTxt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

