@charset "UTF-8";

/*========================================================================

  reset

========================================================================*/

* {
	margin: 0;
	padding: 0;
}

.pbNested {
	clear: none;
	overflow: visible;
	min-width: 10px;
	overflow: visible;
}

div.pbFooterArea {
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ ProN',
		'Hiragino Kaku Gothic ProN',
		'メイリオ',
		Meiryo,
		'ＭＳ Ｐゴシック',
		'MS PGothic',
		sans-serif;
	color: #004297;
}

/*========================================================================

  base

========================================================================*/

/*  link
------------------------------------------------*/

.pbFooterArea a {
	text-decoration: none;
}

/*  list
------------------------------------------------*/

.pbFooterArea ul {
	list-style: none;
}

/*========================================================================

  footer

========================================================================*/


.footer {
	background: #f7f7f7;
}

.footer a {
	text-decoration: none;
}

.footer>div {
	padding: 50px 0 0;
	font-size: 90%;
	text-align: center;
}

.footer .copyright {
	margin-top: 100px;
	padding: 10px;
	background: #000;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

div.pbFooterArea .footerInfo {
	color: #fff;
	background: #004297;
	padding: 17px 15px;
}

.footerText01 {
	font-weight: bold;
	margin-bottom: 5px;
}

.footerText02 {
	font-size: 0.75rem;
	margin-bottom: 21px;
}

.copyright {
	color: #fff;
	font-size: 0.625rem;
	opacity: 0.5;
	text-align: center;
}

/* ガイド欄 */
.guideArea {
	background: #f4f6f8;
	padding: 47px 15px 7px;
}

.linkBox {
	width: 100%;
}

.linkBox .linkList {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.linkBox .linkList li {
	padding-left: 0;
	font-size: 0.875rem;
	margin-bottom: 5px;
}

.linkBox .linkList li:before {
	content: none;
}

.linkBox .linkList li a {
	position: relative;
	color: #004297;
	font-size: 0.875rem;
}

.linkBox .linkList li a.pdf-link:after {
	border: none;
	width: 14px;
	height: 18px;
	background-image: url(../images/pdf_ico_01.png);
	transform: none;
	background-size: contain;
	right: -2.3em;
	background-repeat: no-repeat;
}

.linkBox .linkList li a:hover {
	text-decoration: underline;
}

.linkBox .linkList li a:after {
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	border-top: 2px solid #004297;
	border-right: 2px solid #004297;
	transform: rotate(45deg);
	position: absolute;
	right: -.7em;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.linkBox ul li:not(:first-child) {
	margin-top: 2px;
}
.guideAreaInner {
	position: relative;
}

@media screen and (min-width: 768px) {
	.guideArea {
		padding: 77px 0 26px;
	}

	.guideAreaInner {
		width: 1024px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.linkBox .linkList {
		flex-direction: row;
		padding-right: 35px;
	}

}

@media screen and (max-width: 900px) {
	.footer .copyright {
		margin-top: 50px;
	}
}

@media screen and (min-width: 768px) {
	div.pbFooterArea {
		padding: 29px 0 0;
	}

	div.pbFooterArea .footerInfo {
		padding: 36px 15px 39px;
	}

	div.pbFooterArea .footerInfo>div {
		width: 1024px;
		margin: 0 auto;
	}

	div.pbFooterArea .footerText01 {
		font-size: 1.125rem;
		margin-bottom: 10px;
	}

	div.pbFooterArea .footerText02 {
		font-size: 0.75rem;
		margin-bottom: 43px;
	}
}
