@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* margin: 0; */
	/* padding: 0; */
	list-style: none;
	font-family: serif;
}
text {
	display: none;
}
.iconSvg-map {
	width: 21.27px;
	height: 42px;
	fill: #fff;
}
.iconSvg-catalog,
.iconSvg-request {
	width: 28px;
	height: 28px;
	padding: 2px;
	fill: #fff;
}
.iconSvg-tel {
	width: 38px;
	height: 38px;
	fill: #fff;
}
.featureColor {
	background-color: #7e7f7e;
}
.header {
	/* margin-bottom: 8px; */
	padding-bottom: 129px;
}
.header__logo {
	background-color: #fff;
}
.header__title {
	max-width: 1280px;
	margin: 0 auto;
	line-height: 0;
}
.header__title-img {
	display: inline-block;
	width: 115px;
	padding: 12px 0;
}
.header-detail {
	position: absolute;
	z-index: 9999;
	width: 100%;
	margin: 0 auto;
}
.is-header-fixed {
	position: fixed;
	top: 0;
}
.header-inner {
	background-color: #fff;
}
.header-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 12px 0;
	color: #707070;
}
.header-body__title img {
	/* width: 65%; */
	max-width: 36.25rem;
	width: 70vw;
	vertical-align: middle;
}
.header-body__title a {
	color: #707070;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 2;
	text-decoration: none;
}
h2.header-body__title a {
	color: #111;
	font-weight: 500;
}
.header-nav {
	margin: 0 0 0 auto;
}
.header-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-nav__list .header-nav__item {
	margin-right: 42px;
}
.header-nav__list .header-nav__item:last-of-type {
	margin-right: 0;
}
.header-nav__list .header-nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 0 7px 0;
	color: #707070;
	font-size: 14px;
	text-decoration: none;
}
.header-nav__list .header-nav__link.header-nav__link_arrow {
	padding-right: 20px;
	background: url(../images/icon_arrow-black.png) no-repeat;
	background-position: right;
	background-size: 8px;
}
.header-nav__list .header-nav__link .header-nav__svg {
	margin-right: 5px;
	line-height: 0;
}
.header-nav__item-catalog .header-nav__link::before,
.header-nav__item-request .header-nav__link::before {
	top: 22%;
	left: 14px;
}
.header-nav__item-catalog .header-nav__link::before {
	background-image: url(../images/icon_menu-catalog.png);
}
.header-nav__item-request .header-nav__link::before {
	background-image: url(../images/icon_menu-request.png);
}
.header-nav .header-nav__form_btn {
	margin-right: 14px;
}
.header-nav__form_btn .header-nav__link {
	padding: 8px 20px 8px 12px;
	color: #fff;
}
.header-hamburger {
	display: none;
}
.localnav {
	border-bottom: 1px solid #000;
}
.localnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 80rem;
	margin: auto;
}
.localnav ul li {
	width: 100%;
	border-right: 1px solid #111;
}
.localnav ul li:first-child {
	border-left: 1px solid #111;
}
.localnav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 0.5rem 0;
	-webkit-transition:
		background-color 280ms,
		color 280ms;
	transition:
		background-color 280ms,
		color 280ms;
	color: #111;
}
.localnav a:hover {
	background: #008B50;
	color: #fff;
}
.localnav a[href='#'] {
	color: #b2b2b2;
	pointer-events: none;
}
.localnav__list {
	background: #fff;
}
.localnav__item-onlysp {
	display: none;
}
.footer {
	position: relative;
}
.footer-nav {
	display: none;
}
.footer-topcontrol {
	display: block;
	position: absolute;
	top: -50px;
	right: 80px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.footer-topcontrol::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	margin-left: -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
}
.footer-body {
	margin: 0 auto;
	/* border-bottom: 1px solid #f1eeea; */
	text-align: center;
}
.footer-tel {
	padding: 40px 0 20px;
	border-bottom: 1px solid #f1eeea;
	color: #3c3c3c;
	font-size: 14px;
}
.footer-tel__body {
	display: table;
	margin: 0 auto;
	padding: 8px 0 11px;
	font-family: serif;
}
.footer-tel__body .footer-tel__item {
	display: table-cell;
	padding-right: 10px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	vertical-align: bottom;
}
.footer-tel__body .footer-tel__item-img {
	width: 50px;
}
.footer-tel__body .footer-tel__link {
	display: block;
	color: #3c3c3c;
	font-size: 44px;
	letter-spacing: 0.88px;
	text-decoration: none;
}
.footer-tel__detail {
	margin-bottom: 15px;
}
.footer-tel__detail .footer-tel__detail-text {
	display: inline-block;
}
.footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
	margin: 0 63px 0 0;
}
.footer-company__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1040px;
	margin: 0 auto;
	padding-top: 20px;
}
.footer-company__list .footer-company__item {
	width: 400px;
	margin-bottom: 40px;
}
.footer-company__list .footer-company__img {
	width: 400px;
	vertical-align: bottom;
}
.footer-company__list .footer-company__title {
	display: block;
	margin-bottom: 20px;
	color: #707070;
	font-size: 14px;
}
.footer-menu {
	padding: 12px 0 11px;
	border-bottom: 1px solid #000;
}
.footer-menu__list {
	line-height: 0;
	text-align: center;
}
.footer-menu__list .footer-menu__item {
	display: inline-block;
	line-height: 1;
}

.footer-menu__list .footer-menu__item.privacy p{
	color: #3c3c3c;
	font-size: 14px;
	display: inline-block;
	padding-right: 0.5rem;
	line-height: 1.5;
}
.footer-menu__list .footer-menu__item.privacy .footer-menu__link {
	padding-right: 1rem;
	line-height: 1.5;
}
.footer-menu__list .footer-menu__item:not(:first-of-type) {
	margin-left: 48px;
	padding-left: 48px;
	border-left: 1px solid #999;
}
.footer-menu__list .footer-menu__link {
	padding-right: 48px;
	background: url(../images/icon_arrow-black.png) no-repeat;
	background-position: right;
	background-size: 8px;
	color: #3c3c3c;
	font-size: 14px;
	text-decoration: none;
}
.footer-copy {
	padding: 4px 0;
	background-color: #474545;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
.header--simple {
	padding-bottom: 0;
	border-bottom: 0.5px solid #707070;
}
.important-hidden {
	display: none;
}
.important {
	max-width: 1280px;
	margin: 20px auto;
	border: 3px solid #ed2525;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, verdana, sans-serif;
}
.important__title {
	background-color: #ed2525;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.important-content {
	max-width: 1280px;
	margin: 40px auto 0;
	color: #ed2525;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, verdana, sans-serif;
}
.important-content__title {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.important-content__title::before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 33px;
	margin-right: 12px;
	background: url(../images/icon_important-red.png) no-repeat;
	background-size: contain;
	vertical-align: bottom;
}
.important-info {
	margin: 40px 19px;
	padding: 36px 40px 36px;
	border: 3px solid #ed2525;
	font-size: 16px;
}
.important-info__title {
	font-size: 24px;
	text-align: center;
	text-decoration: underline;
}
.important-head {
	margin: 24px 0 0;
}
.important-head__date {
	display: inline-block;
	margin-right: 3px;
}
.important-head__title {
	display: inline-block;
	font-weight: 500;
}
.important__link {
	color: #fff;
	text-decoration: none;
}
.important__link::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 32px;
	margin-right: 10px;
	background: url(../images/icon_important-white.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.important__link::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 24px;
	margin-left: 10px;
	background: url(../images/icon_arrow-white.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.important-body:not(:last-of-type) {
	padding-bottom: 26px;
	border-bottom: 2px dashed #ed2525;
}
.important-body__text {
	margin-top: 16px;
	font-size: 12px;
}
.important-body__text:not(:first-of-type) {
	margin-top: 24px;
}
.important-content__back {
	margin-bottom: 40px;
}
.important-content__back-link {
	display: block;
	width: 345px;
	margin: 0 auto;
	border: 1px solid #303030;
	background-image: url(../images/icon_important-close.png);
	background-repeat: no-repeat;
	background-position: right 34px center;
	background-size: 16px;
	color: #303030;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
}
.footer-inner {
	border-top: 1px solid #3c3c3c;
}
.footer-copy--white {
	background-color: #fff;
	color: #3c3c3c;
}
.banner-area {
	padding: 1rem 0 4rem;
	background: #e6e6e6;
}
.banner-area .container {
	max-width: 60rem;
	margin: 0 auto;
}
.banner-area .title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	text-align: center;
}
.banner-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.banner-area ul li {
	width: 100%;
	margin-top: 2%;
}
.banner-area ul li a {
	display: block;
	-webkit-transition: opacity 180ms;
	transition: opacity 180ms;
}
.banner-area ul li a:hover {
	opacity: 0.7;
}
.banner-area ul li img {
	display: block;
	width: 100%;
	max-width: 25rem;
	margin: auto;
}
@media screen and (min-width: 36rem) {
	.banner-area ul li {
		width: 49%;
		margin-top: 1%;
		margin-left: 1%;
	}
}
@media screen and (min-width: 48rem) {
	.banner-area ul {
		margin-left: -1%;
	}
	.banner-area ul li {
		width: 32.333%;
	}
	.header-body__title a {
		font-size: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.header {
		margin-bottom: 0;
		padding-bottom: 71px;
	}
	.header__title {
		padding-left: 6px;
	}
	.header-inner {
		border-bottom: 0.5px solid #707070;
	}
	.header-body {
		width: 100%;
		height: 70px;
		padding: 20px 7px;
	}
	.header-body__title img {
		font-size: 18px;
		letter-spacing: -1.48px;
	}
	.header-body__title a {
		width: 80%;
	}
	.header-nav {
		display: none;
	}
	.header-hamburger {
		display: block;
		position: absolute;
		z-index: 9999;
		top: 20px;
		right: 15px;
		width: 35px;
		height: 32px;
		border: none;
	}
	.header-hamburger .header-hamburger__line {
		position: absolute;
		left: 0;
		width: 100%;
		height: 6px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		border-radius: 2px;
		background-color: #7e7e7e;
	}
	.header-hamburger .header-hamburger__line:nth-child(1) {
		top: 0;
	}
	.header-hamburger .header-hamburger__line:nth-child(2) {
		top: 13px;
	}
	.header-hamburger .header-hamburger__line:nth-child(3) {
		bottom: 0;
	}
	.header-hamburger.is-header-active .header-hamburger__line:nth-child(1) {
		-webkit-transform: translateY(13px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}
	.header-hamburger.is-header-active .header-hamburger__line:nth-child(2) {
		opacity: 0;
	}
	.header-hamburger.is-header-active .header-hamburger__line:nth-child(3) {
		-webkit-transform: translateY(-13px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
	}
	.localnav {
		border-bottom: 0;
	}
	.localnav ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.3s ease-in-out;
		transition: max-height 0.3s ease-in-out;
	}
	.localnav ul li {
		width: 50%;
		border-right: 0;
		border-bottom: 1px solid #111;
	}
	.localnav ul li:nth-child(2n + 1) {
		border-right: 1px solid #111;
	}
	.localnav ul li:first-child {
		border-left: 0;
	}
	.localnav a {
		padding: 1.25rem 0;
	}
	.localnav__item-onlysp {
		display: block;
	}
	.localnav-open .localnav__list {
		max-height: 24rem;
		-webkit-transition: max-height 0.3s ease-in;
		transition: max-height 0.3s ease-in;
	}
	.footer {
		padding-bottom: 77px;
	}
	.footer-nav {
		display: block;
		position: fixed;
		z-index: 9999;
		bottom: 0;
		left: 0;
		width: 100%;
		border-top: 1px solid #e6e6e6;
	}
	.footer-nav .footer-nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 12px;
		text-align: center;
	}
	.footer-nav .footer-nav__item {
		width: 100%;
		height: 77px;
		margin: 0;
	}
	.footer-nav .footer-nav__item:not(:last-of-type) {
		border-right: 1px solid #e6e6e6;
	}
	.footer-nav .footer-nav__link {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 52px 0 15px 0;
		background-color: #0e4107;
		background-repeat: no-repeat;
		background-position: center 20px;
		background-size: auto 40px;
		color: #fff;
		text-decoration: none;
	}
	.footer-nav .footer-nav__link .footer-nav__svg {
		position: absolute;
		top: 9px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.footer-nav .footer-nav__link .footer-nav__svg .footer-nav__svg-Map {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.footer-topcontrol {
		right: 12px;
	}
	.footer-tel {
		padding: 20px 0;
		font-size: 14px;
	}
	.footer-tel__body .footer-tel__item {
		padding-right: 16px;
		vertical-align: middle;
	}
	.footer-tel__body .footer-tel__item:nth-child(2) {
		padding-right: 0;
	}
	.footer-tel__body .footer-tel__item-img {
		width: 40px;
	}
	.footer-tel__body .footer-tel__link {
		font-size: 36px;
		letter-spacing: 0.6px;
	}
	.footer-tel__detail {
		margin-bottom: 3px;
	}
	.footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
		margin: 0 10px 0 0;
	}
	.footer-company__list {
		display: block;
	}
	.footer-company__list .footer-company__item {
		max-width: 312px;
		margin: 0 auto 20px auto;
	}
	.footer-company__list .footer-company__img {
		width: 100%;
	}
	.footer-company__list .footer-company__title {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.footer-menu {
		padding: 16px 0 20px;
	}
	.footer-menu__list {
		width: 312px;
		margin: 0 auto;
		text-align: left;
	}
	.footer-menu__list .footer-menu__item:not(:first-of-type) {
		margin: 20px 0 0 0;
		padding-left: 0;
		border-left: 0;
	}
	.footer-menu__list .footer-menu__item {
		display: block;
		position: relative;
	}
	.footer-menu__list .footer-menu__item:last-of-type {
		margin-bottom: 0;
	}
	.footer-menu__list .footer-menu__link {
		display: block;
		padding-right: 0;
		font-size: 14px;
	}
	.footer-copy {
		padding: 5px 0;
	}
	.footer-nav__item-map .footer-nav__link {
		/* background-color: #fff; */
		/* color: #3c3c3c; */
	}
	.footer-nav__item-catalog .footer-nav__link,
	.footer-nav__item-request .footer-nav__link {
		/* background-color: #7c7c7c; */
		/* color: #fff; */
	}
	.footer-nav__item-tel .footer-nav__link {
		/* background-color: #bfbfbf; */
		/* color: #3c3c3c; */
	}
	.important {
		margin: 0;
	}
	.important__title {
		padding: 7px 0 6px;
		font-size: 16px;
	}
	.important-content__title {
		font-size: 24px;
	}
	.important-content__title::before {
		width: 27px;
		height: 24px;
		margin-right: 10px;
	}
	.important-info {
		margin: 24px 0 32px;
		padding: 24px 15px;
	}
	.important-info:last-of-type {
		margin: 0 0 81px;
	}
	.important-info__title {
		font-size: 16px;
	}
	.important-head {
		margin-top: 24px;
		font-size: 12px;
	}
	.important-head__date {
		margin-right: 10px;
	}
	.important__link::before {
		width: 22px;
		height: 23px;
	}
	.important-body:not(:last-of-type) {
		padding-bottom: 16px;
	}
	.important-body__text {
		font-size: 10px;
	}
	.important-body__text:not(:first-of-type) {
		margin-top: 16px;
	}
	.important-content__back {
		margin-bottom: 32px;
	}
}

.new {
	position: relative;
}
.new::before {
	content: 'NEW';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	background: #c90000;
	color: #fff;
	padding: 1px 4px;
}
@media screen and (min-width: 768px) {
	.new::before {
		top: -16px;
	}
}
