@charset "utf-8";

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

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

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


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

#nwsSelect {
	margin-bottom: 30px;
}

#nwsSelect ul li {
	margin-bottom: 17px;
}

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

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

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


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

#nwsList {
	margin-bottom: 30px;
}

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

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

#nwsList > ul > li a {
	display: table;
	width: 100%;
	position: relative;
}

#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;
	-webkit-background-size: 7px auto;
	background-size: 7px auto;
	width: 7px;
	height: 100%;
	top: 0;
	right: 0;
}

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

.nwsListPh img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

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

.nwsDandC {
}

.nwsDate {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 5px;
	border-left: solid 1px #bfbfbf;
	padding-left: 0.5em;
}

.nwsCat {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.050em;
	background-color: #e5e5e5;
	padding: 0.5em 2em;
	border-radius: 1.5em;
	margin-bottom: 5px;
}

.nwsListTit {
	font-size: 1.4rem;
	line-height: 1.167;
	letter-spacing: 0.010em;
	color: #222222;
	padding-right: 20px;
}

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

.pagination a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: center;
	color: #004098;
	border: solid 1px #004098;
	background-color: #fff;
}

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

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

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

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


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

#nwsDetailHead {
	border-top: solid 1px #cfcfcf;
	padding: 15px 0;
}

#nwsDetailHead .nwsDate {
	font-size: 1.4rem;
	display: block;
}

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

#nwsDetailHeadTit {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.286;
	letter-spacing: 0.075em;
}

#nwsDetaiBody {
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 30px;
	padding-bottom: 25px
}

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

#nwsDetaiBody p {
	font-size: 1.4rem;
	line-height: 1.385;
	letter-spacing: 0.050em;
}

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

#nwsDetaiBody h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.385;
	letter-spacing: 0.100em;
	color: #fff;
	background-color: #004098;
	padding: 0.5em 1em;
	margin: 1.75em 0 1em;
}

#nwsDetaiBody h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.182;
	letter-spacing: 0.100em;
	padding-bottom: 0.35em;
	border-bottom: solid 1.5px #004098;
	margin: 1.75em 0 1em;
}

#nwsDetaiBody a {
	color: #117ff0;
}

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

.nwsNaviPrev {
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	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%);
	text-align: center;
	width: 40px;
	height: 40px;
	border: solid 1px #004098;
	border-radius: 5px;
}

.nwsNaviPrev a{
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	height: 100%;
	width: 100%;
}

.nwsNaviPrev a img {
	width: 5.5px;
	height: auto;
	vertical-align: baseline
}

.nwsNaviList {
	text-align: center;
}

.nwsNaviList a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #004098;
	padding: 12px 0;
	width: 200px;
	text-align: center;
	border: solid 1px;
	border-radius: 5px;
	background: #fff url(../../img/common/page_next_blue_sp.png) no-repeat right 20px center;
	-webkit-background-size: 5.5px auto;
	background-size: 5.5px auto;
}
.nwsNaviNext {
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	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: center;
	width: 40px;
	height: 40px;
	border: solid 1px #004098;
	border-radius: 5px;
}

.nwsNaviNext a{
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	height: 100%;
	width: 100%;
}

.nwsNaviNext a img {
	width: 5.5px;
	height: auto;
	vertical-align: baseline
}

