/* ---------------------------------------------
*   tec_l-header
--------------------------------------------- */
/* --- reset element style --- */
.tec_l-header > * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	line-height: 1;
}
/* --- end reset element style --- */

.tec_l-header {
	position: relative;
	z-index: 1000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 10px;
	min-width: 1190px;
	background-color: #EFEFEF;
	font-family: "SSTJpPro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

@media screen and (max-width: 640px) {
	.tec_l-header {
		/* position: fixed; */
		/* top: 0; */
		/* left: 0; */
		padding: 2.13333vw 0 2.66667vw;
		min-width: auto;
		width: 100%;
	}
	.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.tec_l-header.fixed {
		z-index: 1000;
	}
}

/*  tec_l-breadcrumb
--------------------------------------------- */
.tec_l-breadcrumb {
	margin: 0 auto;
	width: 1190px;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.tec_l-breadcrumb {
		display: none;
	}
}

.tec_l-breadcrumb__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	margin: 0;
	padding: 0;
	list-style: none;

	-webkit-box-align: center;
	align-items: center;
}

.tec_l-breadcrumb__item {
	position: relative;
}

.tec_l-breadcrumb__item:before {
	margin: 0 .7em;
	padding: 0 0 1px;
	content: ">";
	font-size: 0.625rem;
}

.tec_l-breadcrumb__item:first-of-type:before {
	content: none;
}

.tec_l-breadcrumb__txt {
	color: #656565;
	text-decoration: none;
	font-size: 0.625rem;
}

.tec_l-breadcrumb__txt--link:hover {
	text-decoration: underline;
}

/*  tec_l-header-container
--------------------------------------------- */
.tec_l-header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 6px auto 0;
	width: 1190px;

	-webkit-box-align: center;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.tec_l-header-container {
		margin: 0 auto;
		padding: 0 5.33333vw;
		width: 100%;
	}
}

/*  tec_l-header-ttl
--------------------------------------------- */
.tec_l-header-ttl {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	line-height: 1.6;
}

.tec_l-header-ttl__link {
	display: block;
	color: #656565;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.125rem;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.tec_l-header-ttl__link:hover {
	color: #000;
}

@media screen and (max-width: 640px) {
	.tec_l-header-ttl__link {
		font-size: 4.7vw;
	}
}

/*  tec_l-header-btn
--------------------------------------------- */
.tec_l-header-btn {
	position: relative;
	margin-top: 6px;
	margin-left: 33px;
	padding: 0;
	width: 20px;
	height: 11px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.tec_l-header-btn:hover {
	opacity: 0.8;
}

.tec_l-header-btn:focus {
	outline: none;
}

@media screen and (max-width: 640px) {
	.tec_l-header-btn {
		margin-top: 1.6vw;
		margin-left: 5.33333vw;
		width: 5.33333vw;
		height: 2.93333vw;
	}
}

.js-nav-opened .tec_l-header-btn {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tec_l-header-btn:before, .tec_l-header-btn:after {
	position: absolute;
	top: 50%;
	width: 11px;
	height: 2px;
	background-color: #656565;
	content: "";
}

@media screen and (max-width: 640px) {
	.tec_l-header-btn:before, .tec_l-header-btn:after {
		width: 2.93333vw;
		height: 0.53333vw;
	}
}

.tec_l-header-btn:before {
	left: 0;
	-webkit-transform: rotate(40deg) translateY(-50%);
	transform: rotate(40deg) translateY(-50%);
}

.tec_l-header-btn:after {
	right: 0;
	-webkit-transform: rotate(-40deg) translateY(-50%);
	transform: rotate(-40deg) translateY(-50%);
}

/*  tec_l-header-lang
--------------------------------------------- */
.tec_l-header-lang {
	margin-top: 4px;
	margin-left: auto;
}

.tec_l-header-lang__link {
	display: block;
	margin-top: 0;
	padding: 4px 3px;
	border: 1px solid #656565;
	border-radius: 4px;
	color: #656565;
	text-decoration: none;
	font-size: 0.75rem;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.tec_l-header-lang__link:hover {
	color: #000;
}

@media screen and (max-width: 640px) {
	.tec_l-header-lang__link {
		padding: 0.8vw 1.06667vw;
		border-radius: 1.06667vw;
		font-size: 2.66667vw;
	}
}

.ios .tec_l-header-lang__link {
	padding: 1.33333vw 0.8vw 0.8vw;
}

/*  tec_l-header-nav
--------------------------------------------- */
.tec_l-header-nav {
	position: absolute;
	left: 0;
	display: none;
	padding: 35px 0 45px;
	width: 100%;
	border-top: 1px solid #CBCDD3;
	background-color: #EFEFEF;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav {
		top: 11.73333vw;
		padding: 0;
		border-width: 0.26667vw;
		background-color: rgba(239, 239, 239, 0.8);
	}
}

.tec_l-header-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 1190px;
	list-style: none;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__list {
		display: block;
		overflow: scroll;
		width: 100%;
	}
}

.tec_l-header-nav__item {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__item {
		margin-top: 0;
		width: 100%;
		border-bottom: 1px solid #CBCDD3;
	}
}

@media screen and (min-width: 641px) {
	.tec_l-header-nav__list--column4 .tec_l-header-nav__item {
		width: 24.3%;
	}
}

.tec_l-header-nav__list--column4 .tec_l-header-nav__item:nth-of-type(1), .tec_l-header-nav__list--column4 .tec_l-header-nav__item:nth-of-type(2), .tec_l-header-nav__list--column4 .tec_l-header-nav__item:nth-of-type(3), .tec_l-header-nav__list--column4 .tec_l-header-nav__item:nth-of-type(4) {
	margin-top: 0;
}

@media screen and (min-width: 641px) {
	.tec_l-header-nav__list--column3 .tec_l-header-nav__item {
		width: 33.33%;
	}
}

.tec_l-header-nav__list--column3 .tec_l-header-nav__item:nth-of-type(1), .tec_l-header-nav__list--column3 .tec_l-header-nav__item:nth-of-type(2), .tec_l-header-nav__list--column3 .tec_l-header-nav__item:nth-of-type(3) {
	margin-top: 0;
}

.tec_l-header-nav__link {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8125rem;
	-webkit-transition: color .3s;
	transition: color .3s;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__link {
		position: relative;
		display: block;
		padding: 5.33333vw;
		font-weight: normal;
		font-size: 3.6vw;
	}
}

.tec_l-header-nav__link:hover {
	color: #000;
}

.tec_l-header-nav__link:focus {
	outline: -webkit-focus-ring-color auto 1px;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__link:before {
		position: absolute;
		top: 50%;
		right: 9.33333vw;
		width: 2.4vw;
		height: 2.4vw;
		border-top: 0.26667vw solid #5D5D5D;
		border-right: 0.26667vw solid #5D5D5D;
		content: "";
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
	}
}

.tec_l-header-nav__link--trigger {
	cursor: default;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__link--trigger {
		cursor: default;
	}
}

.tec_l-header-nav__link--trigger:hover {
	color: #656565;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__link--trigger:before, .tec_l-header-nav__link--trigger:after {
		position: absolute;
		top: 50%;
		right: 8vw;
		width: 3.46667vw;
		height: 1px;
		border: none;
		background-color: #656565;
		content: "";
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__link--trigger:before {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__link--trigger:after {
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: rotate(90deg) translateY(-50%);
		transform: rotate(90deg) translateY(-50%);
	}
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__link--trigger.js-menu-opened:after {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.tec_l-header-nav__sub-list {
	margin-top: 14px;
	padding: 0;
	list-style: none;
}

@media screen and (min-width: 641px) {
	.tec_l-header-nav__sub-list {
		display: block !important;
	}
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__sub-list {
		display: none;
		margin-top: 0;
	}
}

.tec_l-header-nav__sub-item {
	margin-top: 8px;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__sub-item {
		margin-top: 0;
	}
}

.tec_l-header-nav__sub-item:first-of-type {
	margin-top: 0;
}

.tec_l-header-nav__sub-link {
	display: inline-block;
	color: #656565;
	text-decoration: none;
	font-size: 0.75rem;
	-webkit-transition: color .3s;
	transition: color .3s;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__sub-link {
		position: relative;
		display: block;
		padding: 4.53333vw 5.33333vw;
		background-color: rgba(247, 247, 247, 0.8);
		font-size: 3.2vw;
	}
}

.tec_l-header-nav__sub-link:hover {
	color: #000;
}

@media screen and (max-width: 640px) {
	.tec_l-header-nav__sub-link:before {
		position: absolute;
		top: 50%;
		right: 9.33333vw;
		width: 1.86667vw;
		height: 1.86667vw;
		border-top: 0.26667vw solid #5D5D5D;
		border-right: 0.26667vw solid #5D5D5D;
		content: "";
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
	}
}

/*  tec_l-header-float-nav
--------------------------------------------- */
.tec_l-header-float-nav {
	position: fixed;
	top: 0;
	z-index: 1000;
	padding: 0;
	min-width: 1190px;
	width: 100%;
	background-color: rgba(239, 239, 239, 0.9);
}

@media screen and (max-width: 640px) {
	.tec_l-header-float-nav {
		display: none;
	}
}

.tec_l-header-float-nav__list {
	position: relative;
	top: -1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 1190px;
	height: 0;
	list-style: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top, height;
	transition-property: top, height;

	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.tec_l-header-float-nav__item {
	margin-left: 60px;
}

.tec_l-header-float-nav__item:first-of-type {
	margin-left: 0;
}

.tec_l-header-float-nav__link {
	color: #656565;
	text-decoration: none;
	font-size: 0.8125rem;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.tec_l-header-float-nav__link:hover {
	color: #000;
}

@media screen and (max-width: 640px) {
	body.js-nav-opened {
		overflow: hidden;
	}
}

.tec_l-header{
	display: none;
}

.tec_l-header.show{
	display: block;
}

/***************************************
* footer navigation
**************************************/
.tec_l-footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}

.tec_l-footer {
	background: #efefef;
}

.tec_l-inner {
	position: relative;
}

.tec_l-inner a {
	color: #5d5d5d;
	text-decoration: none;
}

.tec_m-pagetop {
	height: 0;
}

.tec_l-bread ol {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.tec_l-bread li {
	float: left;
}

.tec_l-bread li:before {
	content: ">";
	display: inline-block;
	margin: 0 .7em;
	padding: 0 0 1px;
}

.tec_l-bread li:first-child:before {
	content: "";
	display: none;
}

.tec_l-bread ol:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
}

.tec_m-pagetop img {
	border: none;
	height: 6px;
	left: 12px;
	position: absolute;
	top: 11px;
	width: 16px;
}

.tec_m-pagetop a {
	background: rgba(33, 37, 48, .4);
	border-radius: .125em;
	display: block;
	height: 32px;
	margin: 0 0 0 auto;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	transition: all .2s cubic-bezier(0, 0, .58, 1);
	width: 40px;
}

.tec_m-pagetop a.tec_is-view {
	opacity: 1;
}

.tec_m-foot_menu .tec_l-header-nav__item {
	border: none;
}

.tec_m-foot_menu .tec_l-header-nav__link:before {
	border: none;
}

@media screen and (min-width: 641px) {
	.tec_l-inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 1190px;
	}

	.tec_l-footer .tec_l-bread {
		padding: 16px 0 26px;
	}

	.tec_l-bread {
		font-size: 12px;
		line-height: 1.2;
		padding: 10px 5px 10px 0;
	}

	.tec_m-pagetop {
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 0;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}

	.tec_m-pagetop.tec_is-unfix {
		position: relative;
	}

	.tec_m-pagetop a {
		right: 40px;
		top: -74px;
	}

	.tec_m-menu {
		font-size: 16px;
		padding: 20px 0;
	}

	.tec_m-menu.tec_m-foot_menu {
		margin: 0;
		padding: 0 0 40px;
	}

	.tec_m-menu.tec_m-foot_menu ul {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.tec_m-menu.tec_m-foot_menu ul li {
		margin: 5px 0;
		padding: 12px 0;
		width: 24%;
	}

	.tec_m-footer_trg {
		display: none;
	}

	.tec_m-foot_menu ul > li.tec_l-header-nav__item:first-of-type {
		margin-left: 0;
	}

	.tec_m-foot_menu ul {
		justify-content: center;
	}
	.tec_m-foot_menu.tec_m-menu li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.tec_m-pagetop {
		position: relative;
	}

	.tec_m-pagetop a {
		bottom: 20px;
		right: 20px;
	}

	.tec_l-bread {
		font-size: 75%;
		line-height: 1.4;
		padding: 13px 18px;
	}

	.tec_m-footer_trg {
		background: #000;
		font-size: 11px;
		margin: 0;
	}

	.tec_m-footer_trg a {
		color: #fff;
	}

	.tec_m-menu.tec_m-foot_menu.tec_is-hide {
		display: none;
	}

	.tec_l-header-nav__list {
		display: block;
		overflow: scroll;
		width: 100%;
	}

	.tec_m-menu.tec_m-foot_menu li {
		margin-bottom: 10px;
		overflow: hidden;
	}

	.tec_m-menu.tec_m-foot_menu a {
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
		margin: 15px 18px;
		padding: 5px 0;
	}

	.tec_m-footer_trg a:after {
		background: url(../img/ico-sitemap-open.png) left top no-repeat;
		background-size: 15px 8px;
		content: "";
		display: block;
		height: 8px;
		position: absolute;
		right: 18px;
		top: 17px;
		width: 15px;
	}

	.tec_m-footer_trg a.tec_is-opn:after {
		background-image: url(../img/ico-sitemap-close.png);
	}

	.tec_m-footer_trg a.tec_is-view {
		display: block;
	}

	.tec_m-footer_trg a {
		background: #404043;
		color: #fff;
		display: none;
		letter-spacing: .04em;
		line-height: 42px;
		margin: 0;
		padding: 0 18px;
		position: relative;
	}
}

/***************************************
* Overwrite Content Area
**************************************/
@media screen and (min-width: 641px) {
	#tmpl_main {
		width: unset;
		margin: 0 auto;
	}
}
