@charset "UTF-8";
.keyvisual--nobg {
	margin-bottom: 80px;
}
/* list-link */
.listLink {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.listLink__inPage {
	flex: 0 1 25%;
}
.listLink__inPage > a {
	margin-left: 26px;
	display: inline-block;
	position: relative;
	padding-right: 0.5em;
}
.listLink__inPage a:before {
	position: absolute;
	top: 9px;
	left: -26px;
	padding: 0;
}
.listLink__inPage:nth-child(n+5) {
	margin-top: 25px;
}
/* search */
.searchBlock {
	margin-bottom: 80px;
}
.menuTitle {
	max-width: 959px;
	width: 100%;
	margin: 0 0 18px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.gsearchinput {
	height: 38px;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #000;
	border-left: 1px solid #000;
	background: #fff url( /toppage/images/pc_header_icon_seach_bg.png ) right center repeat-y;
	max-width: 100%;
	width: 100%;
	margin: 0 0 45px;
}
.gsearchinput::after {
	content: "";
	width: 9px;
	height: 6px;
	margin-left: -4px;
	position: absolute;
	top: -6px;
	left: 50%;
	background: url( /toppage/images/pc_header_icon_seach_after.png ) center center no-repeat;
}
.gsearchinputInner {
	position: relative;
	border: none;
}
.MF_submit_button {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 38px;
	width: 38px;
	height: 36px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	text-indent: -9999px;
	border: 0;
}
.MF_form_phrase {
	margin: 0;
	padding: 0;
	height: 36px !important;
	line-height: 36px;
	border: none;
	box-shadow: none;
	background: none;
	background-color: transparent !important;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	vertical-align: middle;
	padding-left: 10px;
	width: 100%;
}
/* sitemap */
.block {
	margin-bottom: 100px;
}
.block__title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.block__list {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.block__list__item {
	flex: 0 1 33.3%;
}
.block__list__item a {
	font-weight: normal;
	padding-right: 0.5em;
}
.block__list__item:nth-child(n+4) {
	margin-top: 20px;
}
.block__title--small {
	font-size: 20px;
	font-size: 2rem;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.block__group {
	margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
	.block__list__item a {
		display: inline-block;
		position: relative;
		margin-left: 26px;
	}
	.block__list__item .link--internal:before {
		padding: 0;
		background: url(/element_2017/images/arrow_middle_right_btn2.png) left 5px bottom no-repeat;
		width: 14px;
		height: 12px;
		position: absolute;
		top: 9px;
		left: -26px;
	}
	.block__title--small.link--internal:before {
		margin-bottom: 2px;
	}
}
@media screen and (max-width: 959px) {
	.keyvisual--nobg {
		margin-bottom: 40px;
	}
	/* list-link */
	.listLink {
		margin-bottom: 40px;
	}
	.listLink__inPage:nth-child(n+3) {
		margin-top: 15px;
	}
	.listLink__inPage {
		flex: 0 1 50%;
		padding-right: 10px;
	}
	.listLink__inPage > a {
		margin-left: 14px;
	}
	.listLink__inPage a:before {
		top: 9px;
		left: -14px;
	}
	/* search */
	.menuTitle {
		margin-bottom: 8px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.gsearchinput {
		margin-bottom: 20px;
	}
	.searchBlock {
		margin-bottom: 40px;
	}
	.MF_form_phrase {
		min-width: 38px;
		width: 100%;
		height: auto;
		line-height: 36px;
		margin: 0;
		padding: 0 0 0 11px;
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
		border: none;
		vertical-align: middle;
	}
	/* sitemap */
	.block {
		margin-bottom: 30px;
	}
	.block__title {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.block__title--small {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.block__list__item {
		flex: 0 1 100%;
		padding-right: 0;
	}
	.block__list__item:nth-child(n+2) {
		margin-top: 10px;
	}
	.block__group {
		margin-bottom: 20px;
	}
}
