@charset "UTF-8";
.c_badge,
.c_badge_v2 {
	position: relative;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	background-color: #585858;
	padding: 3px 20px 4px;
	margin-top: 5px;
	margin-right: 10px
}

@media screen and (max-width:819.4px) {
	.c_badge,
	.c_badge_v2 {
		font-size: 14px;
		padding: 3px 0 4px;
		width: 48%;
		margin-right: 2%;
		text-align: center
	}
	.c_badge:last-child,
	.c_badge_v2:last-child {
		margin-right: 0
	}
}

.c_badge_type2 {
	background-color: #7e7e7e
}

.c_badge_type3 {
	background-color: #0a9bcd
}

.c_badge_v2 {
	margin-right: 8px
}

@media screen and (max-width:819.4px) {
	.c_badge_v2 {
		width: initial;
		padding: 3px 20px 4px;
		font-size: 11px
	}
}

.c_badge_v2::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #282828 transparent transparent
}

.c_button {
	position: relative;
	background-color: #0a9bcd;
	font-size: 14px;
	padding: 14px 30px 13px;
	margin-right: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	min-width: 120px;
	text-align: center
}

.c_button_large {
	width: 440px
}

.c_button_medium {
	width: 380px
}

.c_button.c_button_last {
	padding: 14px 65px 14px 16px!important
}

@media screen and (max-width:819.4px) {
	.c_button {
		width: 100%;
		margin: 0 auto 10px
	}
}

.c_button:hover {
	text-decoration: none!important
}

.c_button:hover::before {
	left: -250%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.c_button_text {
	color: #fff
}

@media screen and (max-width:819.4px) {
	.c_button_text {
		display: block;
		text-align: center
	}
}

.c_button::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: -10%;
	left: 190%;
	height: 120%;
	width: 140%;
	opacity: .15;
	background-color: #000;
	-webkit-transform: skew(-45deg) translateX(20px);
	-ms-transform: skew(-45deg) translateX(20px);
	transform: skew(-45deg) translateX(20px);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.c_button.c_button_icon {
	display: inline-block;
	color: #fff;
	padding: 14px 79px 14px 28px;
	min-width: 170px;
	height: 50px;
	text-align: center
}

@media screen and (max-width:819.4px) {
	.c_button.c_button_icon {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

.c_button.c_button_icon:hover {
	color: #fff
}

.c_button.c_button_icon::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #7e7e7e;
	background-image: url(/common2/images/arrow_r.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50%;
	z-index: 3
}

.c_button.c_button_color2 {
	background-color: #f06400
}

.c_button.c_button_color3 {
	background-color: #0a9bcd;
	padding: 14px 43px 13px
}

.c_button.c_button_type2 {
	position: relative;
	display: block;
	min-width: 0;
	width: 50px;
	height: 50px;
	padding: 0
}

.c_button.c_button_type2:hover::before {
	left: -300%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

@media screen and (max-width:819.4px) {
	.c_button.c_button_type2:hover::before {
		left: -350%;
		-webkit-transition: all 1.5s;
		-o-transition: all 1.5s;
		transition: all 1.5s
	}
}

.c_button.c_button_type2::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px
}

.c_button.c_button_type2.c_button_type2_r {
	background-image: url(/common2/images/arrow_r.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50%
}

.c_button.c_button_type2.c_button_type2_l {
	background-image: url(/common2/images/arrow_l.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50%
}

.c_button.c_button_type2.c_button_type2_eye {
	background-image: url(/common2/images/eye.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50%
}

.c_button.c_button_type2.c_button_type2_glass {
	background-image: url(/common2/images/glass_w.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 45%
}

@media screen and (max-width:819.4px) {
	.c_button.c_button_type2.c_button_type2_glass {
		display: none
	}
}

.c_button.c_button_type2.c_button_type3_glass {
	background-image: url(/common2/images/glass_w.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 45%
}

.c_button.c_button_type2.c_button_type2_plus {
	background-image: url(/common2/images/plus.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50%
}

.c_button.c_button_type3 {
	display: block;
	width: 200px
}

.c_button.c_button_type4 {
	display: block;
	width: 200px;
	padding: 13px 30px 12px;
	border: 1px solid #fff;
	background-color: #282828
}

.c_button_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.l_header {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	color: #282828;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}

@media screen and (min-width:819.5px) {
	.l_header {
		line-height: 1.7
	}
}

@media screen and (max-width:819.4px) {
	.l_header {
		min-width: 0;
		line-height: 1.7
	}
}

.l_header *,
.l_header :after,
.l_header :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l_header img {
	width: 100%;
	height: auto
}

.l_header section {
	margin: 0
}

.l_header li {
	list-style: none
}

.l_header a {
	color: #fff;
	text-decoration: none
}

.l_header a:hover {
	text-decoration: underline
}

.l_header a[href^="mailto:"] {
	color: inherit
}

.l_header a[href^="mailto:"]:hover {
	text-decoration: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.l_header ::i-block-chrome {
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna"
	}
}

.l_header ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l_header ::selection {
	color: #fff;
	background: #0a9bcd
}

.l_header ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l_header {
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	background: #fff
}

@media screen and (max-width:819.4px) {
	.l_header {
		border: none
	}
}

.l_header.is_fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0
}

.l_header_icon {
	cursor: pointer
}

.l_header_icon img {
	width: 13px;
	height: auto;
	vertical-align: middle
}

.l_header_inner {
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 20px 25px
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_inner {
		width: 100%
	}
}

@media screen and (max-width:819.4px) {
	.l_header_inner {
		padding: 5px 10px 5px 10px
	}
}

.l_header_inner::after {
	position: absolute;
	content: "";
	width: 156px;
	height: 10px;
	top: 15px;
	right: 20px;
	background: url(/common2/images/logo_new-value-frontier.png) no-repeat center/contain
}

@media screen and (max-width:819.4px) {
	.l_header_inner::after {
		display: none
	}
}

.l_header_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 11px
}

.l_header_list_contents {
	position: relative;
	padding-right: 13px
}

.l_header_list_contents::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 1px;
	height: 13px;
	background-color: #282828;
	display: block
}

.l_header_list_contents:nth-of-type(n+2) {
	margin-left: 13px
}

@media screen and (max-width:819.4px) {
	.l_header_list_contents:nth-of-type(n+2) {
		margin: 0
	}
}

.l_header_list_contents:last-child {
	padding-right: 0;
	border-right: none
}

.l_header_list_contents:last-child::after {
	display: none
}

.l_header_list a {
	color: #282828
}

.l_header_logo {
	width: 346px
}

@media screen and (max-width:819.4px) {
	.l_header_logo {
		width: 186px
	}
}

.l_header_logo a {
	display: block
}

.l_header_logo a img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: bottom
}

@media screen and (max-width:819.4px) {
	.l_header_logo a img {
		vertical-align: middle
	}
}

.l_header_search {
	position: relative;
	background: #282828;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	width: 100%;
	height: 40px;
	cursor: pointer
}

.l_header_search_wrap {
	position: absolute;
	width: 100%;
	top: 123px;
	left: 0;
	z-index: 2;
	background: #282828;
	display: none
}

@media screen and (max-width:819.4px) {
	.l_header_search_wrap {
		top: 35px
	}
}

.l_header_search_inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 55px 0;
	position: relative
}

@media screen and (max-width:819.4px) {
	.l_header_search_inner {
		padding: 23px 6%
	}
}

.l_header_search_inner form {
	max-width: 855px;
	margin: 0 auto
}

.l_header_search_input {
	border: 0;
	border-bottom: 3px solid #fff;
	color: #fff;
	background: #282828;
	height: 40px;
	width: 100%;
	overflow: hidden;
	padding: 0 80px 0 15px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:819.4px) {
	.l_header_search_input {
		max-width: 100%;
		padding: 0 50px 0 15px
	}
}

.l_header_search_input::-ms-clear {
	visibility: hidden
}

.l_header_search_icon {
	position: absolute;
	color: #fff;
	font-size: 18px;
	top: 50%;
	right: 55px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(/common2/images/icon_search.png) no-repeat;
	background-size: contain
}

@media screen and (max-width:819.4px) {
	.l_header_search_icon {
		right: 15px
	}
}

.l_header_search_btn {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 55px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media screen and (max-width:819.4px) {
	.l_header_search_btn {
		right: 15px
	}
}

.l_header_search .l_header_close_icon {
	position: absolute;
	color: #fff;
	font-size: 18px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(/common2/images/icon_close.png) no-repeat;
	background-size: contain
}

@media screen and (max-width:819.4px) {
	.l_header_search .l_header_close_icon {
		display: none
	}
}

.l_header_nav_wrap {
	position: relative;
	font-size: 13px
}

@media screen and (max-width:819.4px) {
	.l_header_nav_wrap {
		display: none;
		padding: 10px 20px 18px;
		position: absolute;
		top: 35px;
		left: 0;
		width: 100%;
		z-index: 502;
		background: #282828;
		overflow-x: hidden
	}
	.l_header_nav_wrap.is_open {
		display: block
	}
}

.l_header_nav {
	max-width: 1150px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px
}

@media screen and (max-width:819.4px) {
	.l_header_nav {
		display: none;
		padding: 0
	}
}

.l_header_nav_item,
.l_header_nav_item_arrow {
	float: left;
	margin-right: 37px
}

@media screen and (max-width:819.4px) {
	.l_header_nav_item,
	.l_header_nav_item_arrow {
		float: none;
		margin: 0;
		border-bottom: 1px solid #fff
	}
}

.l_header_nav_item:last-child,
.l_header_nav_item_arrow:last-child {
	margin-right: 0
}

@media screen and (max-width:819.4px) {
	.l_header_nav_item:last-child,
	.l_header_nav_item_arrow:last-child {
		border-bottom: none
	}
}

.l_header_nav_item a,
.l_header_nav_item span,
.l_header_nav_item_arrow a,
.l_header_nav_item_arrow span {
	color: #282828;
	cursor: pointer;
	position: relative;
	padding-bottom: 13px;
	display: block
}

@media screen and (min-width:819.5px) {
	.l_header_nav_item a,
	.l_header_nav_item span,
	.l_header_nav_item_arrow a,
	.l_header_nav_item_arrow span {
		font-weight: 700
	}
}

.l_header_nav_item a.is_current,
.l_header_nav_item a:hover,
.l_header_nav_item span.is_current,
.l_header_nav_item span:hover,
.l_header_nav_item_arrow a.is_current,
.l_header_nav_item_arrow a:hover,
.l_header_nav_item_arrow span.is_current,
.l_header_nav_item_arrow span:hover {
	opacity: 1;
	text-decoration: none
}

.l_header_nav_item a.is_current::after,
.l_header_nav_item a:hover::after,
.l_header_nav_item span.is_current::after,
.l_header_nav_item span:hover::after,
.l_header_nav_item_arrow a.is_current::after,
.l_header_nav_item_arrow a:hover::after,
.l_header_nav_item_arrow span.is_current::after,
.l_header_nav_item_arrow span:hover::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #0a9bcd;
	position: absolute;
	bottom: 0;
	left: 0
}

@media screen and (max-width:819.4px) {
	.l_header_nav_item a,
	.l_header_nav_item span,
	.l_header_nav_item_arrow a,
	.l_header_nav_item_arrow span {
		color: #fff;
		padding: 10px 0
	}
	.l_header_nav_item a.is_current,
	.l_header_nav_item a:hover,
	.l_header_nav_item span.is_current,
	.l_header_nav_item span:hover,
	.l_header_nav_item_arrow a.is_current,
	.l_header_nav_item_arrow a:hover,
	.l_header_nav_item_arrow span.is_current,
	.l_header_nav_item_arrow span:hover {
		font-weight: 400
	}
	.l_header_nav_item a.is_current::after,
	.l_header_nav_item a.is_current::before,
	.l_header_nav_item a:hover::after,
	.l_header_nav_item a:hover::before,
	.l_header_nav_item span.is_current::after,
	.l_header_nav_item span.is_current::before,
	.l_header_nav_item span:hover::after,
	.l_header_nav_item span:hover::before,
	.l_header_nav_item_arrow a.is_current::after,
	.l_header_nav_item_arrow a.is_current::before,
	.l_header_nav_item_arrow a:hover::after,
	.l_header_nav_item_arrow a:hover::before,
	.l_header_nav_item_arrow span.is_current::after,
	.l_header_nav_item_arrow span.is_current::before,
	.l_header_nav_item_arrow span:hover::after,
	.l_header_nav_item_arrow span:hover::before {
		content: none
	}
}

.l_header_nav_item_arrow {
	position: relative;
	font-weight: 700
}

.l_header_nav_item_arrow::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #a9a9a9;
	border-right: 2px solid #a9a9a9;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 5px;
	top: 26%
}

@media screen and (max-width:819.4px) {
	.l_header_nav_item_arrow::before {
		content: none
	}
}

.l_header_nav_item_arrow>span {
	position: relative;
	padding-right: 24px
}

.l_header_nav_item_arrow_sd {
	min-width: 164px
}

.l_header_nav_sp {
	display: none
}

@media screen and (max-width:819.4px) {
	.l_header_nav_sp {
		display: block
	}
}

.l_header_nav_sp span,
.l_header_nav_sp.l_header_bd_none>a {
	border-bottom: none
}

@media screen and (max-width:819.4px) {
	.l_header_nav_sp_item_arrow,
	.l_header_nav_sp_item_link>a {
		display: block;
		padding: 14px 0;
		color: #fff;
		font-size: 13px;
		border-bottom: 1px solid #fff
	}
	.l_header_nav_sp_item_arrow:hover,
	.l_header_nav_sp_item_link>a:hover {
		text-decoration: none
	}
}

.l_header_nav_sp_item_arrow {
	position: relative
}

.l_header_nav_sp_item_arrow::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	top: 40%;
	right: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.l_header_nav_sp_item_arrow.is_open::after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.l_header_link_arrow {
	position: relative;
	display: inline-block;
	margin-left: 1.3em;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none
}

.l_header_link_arrow:hover {
	color: #fff;
	text-decoration: underline
}

.l_header_link_arrow::before {
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	top: .4em;
	left: -1.3em;
	background: url(/common2/images/icon_arrow-link-white.svg) no-repeat center/contain
}

.l_header_products {
	display: none
}

.l_header_products .l_header_mega_menu_list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_products .l_header_mega_menu_list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.l_header_products .l_header_mega_menu_list>li:nth-child(1) {
	width: 18.18%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_products .l_header_mega_menu_list>li:nth-child(1) {
		width: 24%
	}
}

.l_header_products .l_header_mega_menu_list>li:nth-child(2) {
	width: 38%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_products .l_header_mega_menu_list>li:nth-child(2) {
		width: 49%;
		margin-left: 2.5%
	}
}

.l_header_products .l_header_mega_menu_list>li:nth-child(3) {
	width: 18.18%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_products .l_header_mega_menu_list>li:nth-child(3) {
		width: 22%;
		margin-left: 2.5%
	}
}

.l_header_products .l_header_mega_menu_list>li:nth-child(4) {
	width: 18.18%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_products .l_header_mega_menu_list>li:nth-child(4) {
		width: 100%;
		margin-top: 30px;
		margin-left: 0
	}
}

.l_header_products .l_header_mega_menu_list .l_header_products_list04:after {
	content: "";
	clear: both;
	display: block
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_products .l_header_mega_menu_list .l_header_products_list04 {
		display: inline-block
	}
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_products .l_header_mega_menu_list .l_header_products_list04>li {
		float: left;
		max-width: 215px;
		min-width: 195px;
		width: calc(25% - 15px)
	}
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_products .l_header_mega_menu_list .l_header_products_list04 .l_header_products_list04_link {
		clear: both;
		float: none;
		max-width: 215px;
		min-width: 195px;
		width: calc(25% - 15px);
		margin-left: auto
	}
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_products .l_header_mega_menu_list .l_header_products_list04 .c_button {
		width: calc(100% - 15px)
	}
}

@media screen and (max-width:819.4px) {
	.l_header_products .l_header_mega_menu_list .l_header_products_list04 .c_button {
		width: 100%;
		margin-bottom: 15px
	}
}

.l_header_company {
	display: none
}

.l_header_company .l_header_mega_menu_list>li:nth-of-type(n+2) {
	margin-left: 25px
}

@media screen and (max-width:819.4px) {
	.l_header_company .l_header_mega_menu_list>li:nth-of-type(n+2) {
		margin-left: 0!important
	}
}

.l_header_company .l_header_mega_menu_list>li:first-of-type {
	width: 366px
}

.l_header_company .l_header_company_list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	height: 85px
}

@media screen and (max-width:819.4px) {
	.l_header_company .l_header_company_list01 {
		display: block;
		height: auto;
		margin-bottom: 10px
	}
}

.l_header_company .l_header_company_list01>li {
	padding-right: 65px
}

.l_header_company .l_header_company_list_img {
	width: 295px
}

@media screen and (max-width:819.4px) {
	.l_header_company .l_header_company_list_img {
		width: 100%
	}
}

.l_header_company .l_header_company_list_img a {
	display: block
}

.l_header_company .l_header_company_list_img img {
	width: 100%;
	height: auto;
	vertical-align: bottom
}

.l_header_support {
	display: none
}

.l_header_support .l_header_mega_menu_list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.l_header_support .l_header_mega_menu_list>li {
	width: calc((100% - 46px)/ 3)
}

.l_header_support_list_img {
	width: 175px;
	height: auto;
	margin-top: 10px
}

.l_header_support_list_img img {
	width: 100%;
	height: auto
}

.l_header_support_list_txt {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5
}

.l_header_support .l_header_support_list01>li {
	font-size: 12px
}

.l_header_solution {
	display: none
}

.l_header_solution .l_header_mega_menu_list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.l_header_solution .l_header_mega_menu_list>li {
	width: calc((100% - 46px)/ 3)
}

.l_header_solution .l_header_mega_menu_list_solution {
	width: calc((100% - 46px)/ 3)
}

.l_header_solution .l_header_mega_menu_list_solution>a:hover .l_header_mega_menu_list_solution_ttl {
	text-decoration: underline
}

.l_header_solution .l_header_mega_menu_list_solution img {
	width: 218px;
	height: auto;
	margin: 15px auto 0;
	display: block;
	vertical-align: bottom
}

.l_header_solution .l_header_mega_menu_list_solution_ttl {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 3px;
	text-align: center;
	line-height: 1.53
}

@media screen and (max-width:819.4px) {
	.l_header_solution .l_header_mega_menu_list_solution_ttl {
		text-align: left
	}
}

.l_header_solution .l_header_mega_menu_list_solution_txt {
	font-size: 12px;
	line-height: 1.66
}

.l_header_solution .l_header_solution_list01 {
	font-size: 12px
}

.l_header_solution .l_header_solution_list01>li {
	font-weight: 700
}

.l_header_solution .l_header_solution_list01>li:not(:last-of-type) {
	padding-bottom: 30px
}

.l_header_solution .l_header_solution_list01_list {
	margin-top: 6px;
	font-weight: 400
}

.l_header_solution .l_header_solution_list02 {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:819.4px) {
	.l_header_solution .l_header_solution_list02 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.l_header_solution .l_header_solution_list02>li {
	font-weight: 700
}

@media screen and (min-width:819.5px) {
	.l_header_solution .l_header_solution_list02>li:not(:last-of-type) {
		padding-bottom: 30px
	}
}

@media screen and (max-width:819.4px) {
	.l_header_solution .l_header_solution_list02>li:nth-child(n+2) {
		padding-top: 30px
	}
}

@media screen and (max-width:819.4px) {
	.l_header_solution .l_header_solution_list02>li:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

@media screen and (max-width:819.4px) {
	.l_header_solution .l_header_solution_list02>li:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.l_header_solution .l_header_solution_list02_list {
	margin-top: 6px;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.l_header_mega_menu {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu {
		padding-bottom: 20px;
		border-bottom: 1px solid #fff
	}
}

.l_header_mega_menu_wrap {
	position: absolute;
	width: 100%;
	top: 35px;
	left: 0;
	z-index: 501;
	background: #282828;
	padding: 0 20px
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_wrap {
		top: 0
	}
}

.l_header_mega_menu_wrap.is_open {
	display: block
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_wrap {
		position: relative;
		padding: 0
	}
}

.l_header_mega_menu_link {
	margin: 15px 0 10px;
	padding-bottom: 14px;
	border-bottom: 2px solid #7e7e7e
}

.l_header_mega_menu_link a {
	display: inline-block;
	position: relative;
	margin-left: 1.2em;
	color: #fff;
	font-weight: 700;
	font-size: 13
}

.l_header_mega_menu_link a::before {
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	top: 4px;
	left: -1.2em;
	background: url(/common2/images/icon_arrow-link-white.svg) no-repeat center/contain
}

.l_header_mega_menu_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_list {
		display: block
	}
}

.l_header_mega_menu_list>li {
	color: #bbb;
	font-size: 13px
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_list>li {
		width: 100%!important;
		margin-bottom: 25px
	}
}

.l_header_mega_menu_list>li>div {
	border-bottom: 2px dotted #bbb;
	padding-bottom: 4px;
	margin-bottom: 18px
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_list>li>div {
		margin-bottom: 15px;
		padding: 5px 0 14px
	}
}

.l_header_mega_menu_list>li>div span.is_small {
	font-size: 10px
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_list>li>div span.is_small {
		display: block
	}
}

.l_header_mega_menu_list>li>div a {
	position: relative;
	margin-left: 1.2em;
	color: #fff
}

.l_header_mega_menu_list>li>div a::before {
	position: absolute;
	content: "→";
	width: 1em;
	height: 1em;
	top: 0;
	left: -1.2em
}

.l_header_mega_menu_list .l_header_products_list01>li a {
	color: #fff;
	font-size: 12px
}

.l_header_mega_menu_list .l_header_products_list01>li a img {
	width: 53px;
	height: auto;
	vertical-align: middle;
	margin: 0 12px 8px 0
}

.l_header_mega_menu_list .l_header_products_list02 {
	margin-bottom: 20px
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_list .l_header_products_list02>li {
		margin-bottom: 25px
	}
}

.l_header_mega_menu_list .l_header_products_list02>li>a {
	display: inline-block
}

@media screen and (min-width:819.5px) {
	.l_header_mega_menu_list .l_header_products_list02>li>a {
		margin-top: 6px
	}
}

.l_header_mega_menu_list .l_header_products_list02>li>a:hover+.l_header_products_definition dt>a {
	text-decoration: underline
}

.l_header_mega_menu_list .l_header_products_list02>li>a img {
	width: 76px;
	height: auto
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition {
	position: relative;
	display: inline-block;
	width: calc(100% - 98px);
	vertical-align: top;
	margin-left: 10px
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition {
		min-height: 120px;
		margin-top: -3px;
		padding-bottom: 36px
	}
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dt {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	word-break: break-word
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dt {
		line-height: 1.4;
		margin-bottom: 6px
	}
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dt>a {
	color: #fff;
	text-decoration: none
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dt>a:hover {
	text-decoration: underline
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dd {
	font-size: 12px;
	color: #bbb
}

@media screen and (max-width:819.4px) {
	.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dd:nth-child(3) {
		position: absolute;
		width: 100%;
		min-width: 320px;
		margin-top: 10px;
		margin-left: -90px;
		bottom: 0
	}
}

@media screen and (min-width:819.5px) {
	.l_header_mega_menu_list .l_header_products_list03>li {
		padding-right: 24px
	}
}

.l_header_mega_menu_list .l_header_products_list03>li:nth-of-type(n+2) {
	margin-top: 10px
}

.l_header_mega_menu_list .l_header_products_list03 .l_header_products_definition dt {
	font-size: 12px;
	font-weight: 700
}

.l_header_mega_menu_list .l_header_products_list04_link a {
	font-size: 12px
}

.l_header_list_wrap {
	margin-left: auto
}

@media screen and (max-width:819.4px) {
	.l_header_list_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 54px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.l_header_open_btn {
	width: 25px;
	height: 25px;
	position: relative
}

.l_header_open_btn span {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: absolute;
	width: 15px;
	height: 2px;
	background: #000;
	display: block;
	left: 5px
}

.l_header_open_btn span:nth-child(1) {
	position: relative;
	top: 7px
}

.l_header_open_btn span:nth-child(1)::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 2px;
	top: -1px;
	right: -1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.l_header_open_btn span:nth-child(2) {
	top: 13px
}

.l_header_open_btn span:nth-child(3) {
	bottom: 4px
}

.l_header_open_btn.is_open span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.l_header_open_btn.is_open span:nth-child(1)::before {
	display: none
}

.l_header_open_btn.is_open span:nth-child(2) {
	opacity: 0
}

.l_header_open_btn.is_open span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.l_header_tabmark {
	position: relative
}

.l_header_tabmark::after {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 8px;
	top: .4em;
	right: -16px;
	background: url(/common2/images/icon_ex_window.png) no-repeat center/contain
}

.l_header_legacy .l_header_inner {
	max-width: 1000px
}

.l_header_legacy .l_header_nav {
	max-width: 1000px
}

.l_header_legacy .l_header_mega_menu {
	max-width: 960px;
	color: #bbb
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_legacy .l_header_products .l_header_mega_menu_list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(1) {
	width: 18.75%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(1) {
		width: 23%
	}
}

.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(2) {
	width: 37.65%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(2) {
		width: 50%;
		margin-left: 2.2%
	}
}

.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(3) {
	width: 18.15%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(3) {
		width: 22%;
		margin-left: 2.2%
	}
}

.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(4) {
	width: 18.75%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
	.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(4) {
		width: 100%;
		margin-top: 30px;
		margin-left: 0
	}
}

.l_header_legacy .l_header_solution .l_header_mega_menu_list_solution:nth-child(1) {
	width: 33%
}

.l_header_legacy .l_header_solution .l_header_mega_menu_list_solution:nth-child(2) {
	width: 28%
}

.l_header_legacy .l_header_solution .l_header_mega_menu_list_solution:nth-child(3) {
	width: 36%
}

.l_header_legacy .c_button.c_button_type3 {
	min-width: initial;
	width: 100%
}

@media screen and (min-width:819.5px) {
	.l_header_legacy .c_button.c_button_type3 {
		max-width: 180px
	}
}

.l_header_legacy .c_badge_v2 {
	margin-right: 6px
}

.l_footer_banner_wrap {
	position: relative;
	background: #f3f3f3;
	overflow: hidden;
	height: 285px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}

@media screen and (max-width:819.4px) {
	.l_footer_banner_wrap {
		min-width: 0;
		height: auto;
		padding: 10% 0;
		background: #f3f3f3
	}
}

.l_footer_banner_wrap *,
.l_footer_banner_wrap :after,
.l_footer_banner_wrap :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l_footer_banner_wrap img {
	width: 100%;
	height: auto
}

.l_footer_banner_wrap section {
	margin: 0
}

.l_footer_banner_wrap li {
	list-style: none
}

.l_footer_banner_wrap a {
	color: #fff;
	text-decoration: none
}

.l_footer_banner_wrap a:hover {
	text-decoration: underline
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.l_footer_banner_wrap ::i-block-chrome {
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna"
	}
}

.l_footer_banner_wrap ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l_footer_banner_wrap ::selection {
	color: #fff;
	background: #0a9bcd
}

.l_footer_banner_wrap ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l_footer_banner {
	position: absolute;
	margin: 0 auto;
	width: 1110px;
	height: 168px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media screen and (max-width:819.4px) {
	.l_footer_banner {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 35%;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.l_footer_banner_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.l_footer_banner img {
	margin: 0;
	width: 100%;
	height: auto
}

.l_footer_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0a9bcd
}

.l_footer_banner .swiper-pagination-bullet {
	width: 50px;
	border-radius: 0;
	height: 6px;
	background: #d4d4d4
}

.l_footer_banner_container {
	height: 100%
}

@media screen and (max-width:819.4px) {
	.l_footer_banner_container {
		position: absolute;
		width: 100%;
		top: 0
	}
}

.l_footer_banner_container .swiper-pagination-switch {
	display: inline-block;
	margin: 0 4px;
	width: 50px;
	height: 6px;
	background-color: #d4d4d4;
	opacity: .2;
	cursor: pointer
}

.l_footer_banner_container .swiper-pagination-switch.swiper-active-switch {
	background-color: #0a9bcd;
	opacity: 1
}

.l_footer_banner_container .swiper-slide {
	padding: 0 10px
}

@media screen and (max-width:819.4px) {
	.l_footer_banner_container .swiper-slide {
		padding: 0 8px
	}
}

.l_footer_banner_pagination {
	position: absolute;
	max-width: 1110px;
	width: 100%;
	height: 17px;
	left: 0;
	bottom: 10px;
	text-align: center;
	z-index: 10
}

.l_footer_contact_wrapper {
	height: 100%;
	background-color: #282828;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (min-width:819.5px) {
	.l_footer_contact_wrapper {
		line-height: 1.7
	}
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_wrapper {
		min-width: 0;
		line-height: 1.7
	}
}

.l_footer_contact_wrapper *,
.l_footer_contact_wrapper :after,
.l_footer_contact_wrapper :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l_footer_contact_wrapper img {
	width: 100%;
	height: auto
}

.l_footer_contact_wrapper section {
	margin: 0
}

.l_footer_contact_wrapper li {
	list-style: none
}

.l_footer_contact_wrapper a {
	color: #fff;
	text-decoration: none
}

.l_footer_contact_wrapper a:hover {
	text-decoration: underline
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.l_footer_contact_wrapper ::i-block-chrome {
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna"
	}
}

.l_footer_contact_wrapper ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l_footer_contact_wrapper ::selection {
	color: #fff;
	background: #0a9bcd
}

.l_footer_contact_wrapper ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_wrapper .c_button {
		margin-bottom: 25px
	}
}

.l_footer_contact_inner {
	max-width: 1110px;
	margin: 0 auto;
	padding: 4% 0 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_inner {
		display: inherit;
		padding: 35px 20px
	}
}

.l_footer_contact_inner_txt {
	padding-left: 7%;
	width: 50%;
	color: #fff
}

.l_footer_contact_inner_txt_ttl {
	font-size: 24px;
	font-weight: 700
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_inner_txt_ttl {
		font-size: 20px
	}
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_inner_txt {
		padding-left: 0;
		width: 100%;
		margin-bottom: 45px
	}
}

.l_footer_contact_inner_link {
	padding-left: 1%;
	width: 53%;
	color: #fff
}

.l_footer_contact_inner_link_ttl {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_inner_link_ttl {
		font-size: 20px
	}
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_inner_link {
		padding-left: 0;
		width: 100%
	}
}

.l_footer_contact_inner_tel {
	line-height: 1;
	font-size: 36px;
	font-weight: 700;
	margin: 15px 0 10px
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_inner_tel {
		font-size: 30px
	}
}

.l_footer_contact_inner_tel_txt {
	font-size: 18px;
	font-weight: 400
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_inner_tel_txt {
		font-size: 15px
	}
}

.l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner {
	max-width: 1000px
}

.l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_txt {
	width: 53%
}

@media screen and (max-width:960px) and (min-width:819.5px) {
	.l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_txt {
		padding-left: 4%
	}
}

@media screen and (max-width:819.4px) {
	.l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_txt {
		width: 100%
	}
}

@media screen and (min-width:819.5px) {
	.l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_link {
		width: 51%;
		padding-left: 3%
	}
}

.l_global_footer {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	width: 100%;
	color: #282828;
	background: #d4d4d4
}

@media screen and (min-width:819.5px) {
	.l_global_footer {
		line-height: 1.7
	}
}

@media screen and (max-width:819.4px) {
	.l_global_footer {
		min-width: 0;
		line-height: 1.7
	}
}

.l_global_footer *,
.l_global_footer :after,
.l_global_footer :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l_global_footer img {
	width: 100%;
	height: auto
}

.l_global_footer section {
	margin: 0
}

.l_global_footer li {
	list-style: none
}

.l_global_footer a {
	color: #282828;
	text-decoration: none
}

.l_global_footer a:hover {
	text-decoration: underline
}

.l_global_footer a[href^="mailto:"] {
	color: inherit
}

.l_global_footer a[href^="mailto:"]:hover {
	text-decoration: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.l_global_footer ::i-block-chrome {
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna"
	}
}

.l_global_footer ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l_global_footer ::selection {
	color: #fff;
	background: #0a9bcd
}

.l_global_footer ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l_global_footer_inner {
	position: relative;
	margin: 0 auto;
	padding: 30px 30px 13px;
	max-width: 1130px
}

@media screen and (max-width:819.4px) {
	.l_global_footer_inner {
		padding: 20px 25px 18px
	}
}

.l_global_footer__btn-top {
	position: fixed;
	right: 50px;
	bottom: 43px;
	width: 50px;
	height: 50px;
	background: url(/common2/images/icon_arrow-up-1.png) 50% 50% no-repeat;
	cursor: pointer;
	-webkit-transition: background-color .2s linear, background-position .05s linear;
	-o-transition: background-color .2s linear, background-position .05s linear;
	transition: background-color .2s linear, background-position .05s linear;
	z-index: 99
}

@media screen and (max-width:819.4px) {
	.l_global_footer__btn-top {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 89px;
	}
}

.l_global_footer_nav::after {
	display: block;
	content: "";
	clear: both;
	height: 0
}

.l_global_footer_nav_col {
	float: left;
	padding-right: .5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	font-size: 11px
}

@media screen and (max-width:819.4px) {
	.l_global_footer_nav_col {
		float: none;
		padding-right: 0;
		width: 100%
	}
}

.l_global_footer_nav_col:nth-child(1) {
	width: 23%
}

@media screen and (max-width:819.4px) {
	.l_global_footer_nav_col:nth-child(1) {
		width: 100%
	}
}

.l_global_footer_nav_col:nth-child(4) {
	width: 27%
}

@media screen and (max-width:819.4px) {
	.l_global_footer_nav_col:nth-child(4) {
		width: 100%
	}
}

.l_global_footer_nav_col_head {
	margin-bottom: .7em;
	font-weight: 700;
	font-size: 15px
}

@media screen and (max-width:819.4px) {
	.l_global_footer_nav_col_head {
		margin-bottom: 0
	}
}

.l_global_footer_nav .l_global_footer_unit {
	margin-bottom: 17px
}

@media screen and (max-width:819.4px) {
	.l_global_footer_nav .l_global_footer_unit {
		margin-bottom: 0
	}
}

.l_global_footer_nav .l_global_footer_unit_item {
	position: relative;
	font-size: 13px;
	line-height: 1.8
}

@media screen and (max-width:819.4px) {
	.l_global_footer_nav .l_global_footer_unit_item {
		display: none
	}
}

.l_global_footer_nav .l_global_footer_unit_item::before {
	position: relative;
	content: "・";
	left: 0
}

.l_global_footer_nav .l_global_footer_unit_item_head {
	margin-left: 0;
	font-weight: 700
}

.l_global_footer_nav .l_global_footer_unit_item_head::before {
	display: none
}

.l_global_footer_bottom {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #282828;
	background: #fff
}

@media screen and (min-width:819.5px) {
	.l_global_footer_bottom {
		line-height: 1.7
	}
}

@media screen and (max-width:819.4px) {
	.l_global_footer_bottom {
		min-width: 0;
		line-height: 1.7
	}
}

.l_global_footer_bottom *,
.l_global_footer_bottom :after,
.l_global_footer_bottom :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l_global_footer_bottom img {
	width: 100%;
	height: auto
}

.l_global_footer_bottom section {
	margin: 0
}

.l_global_footer_bottom li {
	list-style: none
}

.l_global_footer_bottom a {
	color: #282828;
	text-decoration: none
}

.l_global_footer_bottom a:hover {
	text-decoration: underline
}

.l_global_footer_bottom a[href^="mailto:"] {
	color: inherit
}

.l_global_footer_bottom a[href^="mailto:"]:hover {
	text-decoration: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.l_global_footer_bottom ::i-block-chrome {
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna"
	}
}

.l_global_footer_bottom ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l_global_footer_bottom ::selection {
	color: #fff;
	background: #0a9bcd
}

.l_global_footer_bottom ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l_global_footer_bottom_inner {
	margin: 0 auto;
	padding: 12px 30px;
	max-width: 960px
}

@media screen and (max-width:819.4px) {
	.l_global_footer_bottom_inner {
		padding: 12px 6px;
		max-width: none
	}
}

.l_global_footer_bottom_inner::after {
	display: block;
	content: "";
	clear: both;
	height: 0
}

.l_global_footer_bottom_nav {
	float: left;
	font-size: 11px;
	list-style: none
}

@media screen and (max-width:819.4px) {
	.l_global_footer_bottom_nav {
		float: none;
		margin-bottom: 12px;
		text-align: center
	}
}

.l_global_footer_bottom_nav_item {
	float: left;
	margin-left: 2.5em
}

@media screen and (max-width:819.4px) {
	.l_global_footer_bottom_nav_item {
		float: none;
		display: inline-block;
		margin-left: .5em;
		margin-right: .5em
	}
}

.l_global_footer_bottom_nav_item:first-child {
	margin-left: 0
}

@media screen and (max-width:819.4px) {
	.l_global_footer_bottom_nav_item:first-child {
		margin-left: .5em
	}
}

.l_global_footer_bottom_copyright {
	float: right;
	font-size: 11px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: right;
	color: #666
}

@media screen and (max-width:819.4px) {
	.l_global_footer_bottom_copyright {
		float: none;
		font-size: 10px;
		text-align: center
	}
}

.l_global_footer.l_global_footer_legacy .l_global_footer_inner {
	max-width: 960px
}

@media screen and (min-width:819.5px) {
	.l_footer_banner_wrap.l_footer_banner_legacy .l_footer_banner {
		width: 900px;
		height: 148px
	}
}

.l-footer_link_wrap {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background-color: #585858
}

@media screen and (min-width:819.5px) {
	.l-footer_link_wrap {
		line-height: 1.7
	}
}

@media screen and (max-width:819.4px) {
	.l-footer_link_wrap {
		min-width: 0;
		line-height: 1.7
	}
}

.l-footer_link_wrap *,
.l-footer_link_wrap :after,
.l-footer_link_wrap :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.l-footer_link_wrap img {
	width: 100%;
	height: auto
}

.l-footer_link_wrap section {
	margin: 0
}

.l-footer_link_wrap li {
	list-style: none
}

.l-footer_link_wrap a {
	color: #fff;
	text-decoration: none
}

.l-footer_link_wrap a:hover {
	text-decoration: underline
}

.l-footer_link_wrap a[href^="mailto:"] {
	color: inherit
}

.l-footer_link_wrap a[href^="mailto:"]:hover {
	text-decoration: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.l-footer_link_wrap ::i-block-chrome {
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna"
	}
}

.l-footer_link_wrap ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l-footer_link_wrap ::selection {
	color: #fff;
	background: #0a9bcd
}

.l-footer_link_wrap ::-moz-selection {
	color: #fff;
	background: #0a9bcd
}

.l-footer_link_wrap_2,
.l-footer_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #f2f2f2;
	max-width: 960px;
	margin: 0 auto
}

@media screen and (max-width:819.4px) {
	.l-footer_link_wrap_2,
	.l-footer_links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 20px 25px
	}
}

@media screen and (max-width:819.4px) {
	.l-footer_link_wrap_2>.l-footer_link,
	.l-footer_links>.l-footer_link {
		margin-right: 0
	}
}

.l-footer_link_wrap_2>.l-footer_link:first-child,
.l-footer_links>.l-footer_link:first-child {
	margin-bottom: 15px
}

.l-footer_link_wrap_2>.l-footer_link p:last-child,
.l-footer_links>.l-footer_link p:last-child {
	padding-bottom: 45px
}

@media screen and (max-width:819.4px) {
	.l-footer_link_wrap_2>.l-footer_link p:last-child,
	.l-footer_links>.l-footer_link p:last-child {
		padding-bottom: 0
	}
}

.l-footer_link:first-child {
	width: 315px
}

@media screen and (max-width:819.4px) {
	.l-footer_link:first-child {
		width: 100%
	}
}

.l-footer_link:nth-child(2) {
	width: calc(100% - 345px)
}

@media screen and (max-width:819.4px) {
	.l-footer_link:nth-child(2) {
		width: 100%
	}
}

.l-footer_link_ttl {
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 52px 70px 8px 70px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700
}

@media screen and (max-width:819.4px) {
	.l-footer_link_ttl {
		padding: 25px 35px 8px 35px
	}
}

.l-footer_link_item {
	text-align: center
}

.l-footer_link_item a {
	color: #f2f2f2;
	font-size: 13px
}

.l-footer_link_wrap_2 {
	padding: 0 60px;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media screen and (max-width:819.4px) {
	.l-footer_link_wrap_2 {
		width: 100%
	}
}

.l-footer_link_wrap_2>.l-footer_link:not(:last-child) {
	margin-right: 141px
}

@media screen and (max-width:819.4px) {
	.l-footer_link_wrap_2>.l-footer_link:not(:last-child) {
		margin-right: 0
	}
}

.l-footer_link_wrap.l-footer_link_legacy .l-footer_link_wrap_2,
.l-footer_link_wrap.l-footer_link_legacy .l-footer_links {
	max-width: 850px
}

.u_align_left {
	text-align: left
}

.u_align_right {
	text-align: right
}

.u_align_center {
	text-align: center
}

@media screen and (max-width:819.4px) {
	.u_align_left_sp {
		text-align: left
	}
}

@media screen and (min-width:819.5px) {
	.u-sp {
		display: none!important
	}
}

@media screen and (max-width:819.4px) {
	.u-pc {
		display: none!important
	}
}

.u_overflow_auto {
	overflow: auto
}

.u_size_w1per {
	width: 1%!important
}

.u_size_w2per {
	width: 2%!important
}

.u_size_w3per {
	width: 3%!important
}

.u_size_w4per {
	width: 4%!important
}

.u_size_w5per {
	width: 5%!important
}

.u_size_w6per {
	width: 6%!important
}

.u_size_w7per {
	width: 7%!important
}

.u_size_w8per {
	width: 8%!important
}

.u_size_w9per {
	width: 9%!important
}

.u_size_w10per {
	width: 10%!important
}

.u_size_w11per {
	width: 11%!important
}

.u_size_w12per {
	width: 12%!important
}

.u_size_w13per {
	width: 13%!important
}

.u_size_w14per {
	width: 14%!important
}

.u_size_w15per {
	width: 15%!important
}

.u_size_w16per {
	width: 16%!important
}

.u_size_w17per {
	width: 17%!important
}

.u_size_w18per {
	width: 18%!important
}

.u_size_w19per {
	width: 19%!important
}

.u_size_w20per {
	width: 20%!important
}

.u_size_w21per {
	width: 21%!important
}

.u_size_w22per {
	width: 22%!important
}

.u_size_w23per {
	width: 23%!important
}

.u_size_w24per {
	width: 24%!important
}

.u_size_w25per {
	width: 25%!important
}

.u_size_w26per {
	width: 26%!important
}

.u_size_w27per {
	width: 27%!important
}

.u_size_w28per {
	width: 28%!important
}

.u_size_w29per {
	width: 29%!important
}

.u_size_w30per {
	width: 30%!important
}

.u_size_w31per {
	width: 31%!important
}

.u_size_w32per {
	width: 32%!important
}

.u_size_w33per {
	width: 33%!important
}

.u_size_w34per {
	width: 34%!important
}

.u_size_w35per {
	width: 35%!important
}

.u_size_w36per {
	width: 36%!important
}

.u_size_w37per {
	width: 37%!important
}

.u_size_w38per {
	width: 38%!important
}

.u_size_w39per {
	width: 39%!important
}

.u_size_w40per {
	width: 40%!important
}

.u_size_w41per {
	width: 41%!important
}

.u_size_w42per {
	width: 42%!important
}

.u_size_w43per {
	width: 43%!important
}

.u_size_w44per {
	width: 44%!important
}

.u_size_w45per {
	width: 45%!important
}

.u_size_w46per {
	width: 46%!important
}

.u_size_w47per {
	width: 47%!important
}

.u_size_w48per {
	width: 48%!important
}

.u_size_w49per {
	width: 49%!important
}

.u_size_w50per {
	width: 50%!important
}

.u_size_w51per {
	width: 51%!important
}

.u_size_w52per {
	width: 52%!important
}

.u_size_w53per {
	width: 53%!important
}

.u_size_w54per {
	width: 54%!important
}

.u_size_w55per {
	width: 55%!important
}

.u_size_w56per {
	width: 56%!important
}

.u_size_w57per {
	width: 57%!important
}

.u_size_w58per {
	width: 58%!important
}

.u_size_w59per {
	width: 59%!important
}

.u_size_w60per {
	width: 60%!important
}

.u_size_w61per {
	width: 61%!important
}

.u_size_w62per {
	width: 62%!important
}

.u_size_w63per {
	width: 63%!important
}

.u_size_w64per {
	width: 64%!important
}

.u_size_w65per {
	width: 65%!important
}

.u_size_w66per {
	width: 66%!important
}

.u_size_w67per {
	width: 67%!important
}

.u_size_w68per {
	width: 68%!important
}

.u_size_w69per {
	width: 69%!important
}

.u_size_w70per {
	width: 70%!important
}

.u_size_w71per {
	width: 71%!important
}

.u_size_w72per {
	width: 72%!important
}

.u_size_w73per {
	width: 73%!important
}

.u_size_w74per {
	width: 74%!important
}

.u_size_w75per {
	width: 75%!important
}

.u_size_w76per {
	width: 76%!important
}

.u_size_w77per {
	width: 77%!important
}

.u_size_w78per {
	width: 78%!important
}

.u_size_w79per {
	width: 79%!important
}

.u_size_w80per {
	width: 80%!important
}

.u_size_w81per {
	width: 81%!important
}

.u_size_w82per {
	width: 82%!important
}

.u_size_w83per {
	width: 83%!important
}

.u_size_w84per {
	width: 84%!important
}

.u_size_w85per {
	width: 85%!important
}

.u_size_w86per {
	width: 86%!important
}

.u_size_w87per {
	width: 87%!important
}

.u_size_w88per {
	width: 88%!important
}

.u_size_w89per {
	width: 89%!important
}

.u_size_w90per {
	width: 90%!important
}

.u_size_w91per {
	width: 91%!important
}

.u_size_w92per {
	width: 92%!important
}

.u_size_w93per {
	width: 93%!important
}

.u_size_w94per {
	width: 94%!important
}

.u_size_w95per {
	width: 95%!important
}

.u_size_w96per {
	width: 96%!important
}

.u_size_w97per {
	width: 97%!important
}

.u_size_w98per {
	width: 98%!important
}

.u_size_w99per {
	width: 99%!important
}

.u_size_w100per {
	width: 100%!important
}

.u_spacing_pd {
	padding-top: 70px;
	padding-bottom: 70px
}

@media screen and (max-width:819.4px) {
	.u_spacing_pd {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.u_spacing_pd_small {
	margin-top: 25px;
	margin-bottom: 70px
}

@media screen and (max-width:819.4px) {
	.u_spacing_pd_small {
		padding-top: 20px;
		padding-bottom: 35px
	}
}

.u_spacing_pd_title {
	padding: 20px
}

@media screen and (max-width:819.4px) {
	.u_spacing_pd_title {
		background: #f5f5f5
	}
}

.u_spacing_pd_bottom {
	padding-bottom: 70px
}

@media screen and (max-width:819.4px) {
	.u_spacing_pd_bottom {
		padding-bottom: 35px
	}
}

.u_spacing_mt_0 {
	margin-top: 0
}

@media screen and (max-width:819.4px) {
	.u_spacing_mt_0_sp {
		margin-top: 0!important
	}
}

.u_spacing_mt_xsmall {
	margin-top: 10px
}

@media screen and (max-width:819.4px) {
	.u_spacing_mt_xsmall_sp {
		margin-top: 38px!important
	}
}

.u_spacing_mt_small {
	margin-top: 20px
}

@media screen and (max-width:819.4px) {
	.u_spacing_mt_small {
		margin-top: 30px
	}
}

.u_spacing_mt_medium {
	margin-top: 50px
}

@media screen and (max-width:819.4px) {
	.u_spacing_mt_medium {
		margin-top: 40px
	}
}

.u_spacing_mt_large {
	margin-top: 100px
}

@media screen and (max-width:819.4px) {
	.u_spacing_mt_large {
		margin-top: 50px
	}
}

.u_spacing_mb_0 {
	margin-bottom: 0!important
}

.u_spacing_mb_xxsmall {
	margin-bottom: 10px
}

.u_spacing_mb_xsmall {
	margin-bottom: 20px
}

@media screen and (max-width:819.4px) {
	.u_spacing_mb_xsmall_sp {
		margin-bottom: 30px
	}
}

.u_spacing_mb_small {
	margin-bottom: 30px
}

.u_spacing_mb_medium {
	margin-bottom: 50px
}

@media screen and (max-width:819.4px) {
	.u_spacing_mb_medium {
		margin-bottom: 30px
	}
}

.u_spacing_mb_large {
	margin-bottom: 80px
}

@media screen and (max-width:819.4px) {
	.u_spacing_mb_large {
		margin-bottom: 50px
	}
}

.u_spacing_mb_xlarge {
	margin-bottom: 110px
}

@media screen and (max-width:819.4px) {
	.u_spacing_mb_xlarge {
		margin-bottom: 50px
	}
}

.u_spacing_mr_0 {
	margin-right: 0!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr_0 {
		margin-right: 0!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr_0 {
		margin-right: 0!important
	}
}

.u_spacing_mt1em {
	margin-top: 1em
}

.u_spacing_mb1em {
	margin-bottom: 1em
}

.u_spacing_mt2em {
	margin-top: 2em
}

.u_spacing_mb2em {
	margin-bottom: 2em
}

.u_spacing_mt3em {
	margin-top: 3em
}

.u_spacing_mb3em {
	margin-bottom: 3em
}

.u_spacing_mt4em {
	margin-top: 4em
}

.u_spacing_mb4em {
	margin-bottom: 4em
}

.u_spacing_mt5em {
	margin-top: 5em
}

.u_spacing_mb5em {
	margin-bottom: 5em
}

.u_spacing_mr1px {
	margin-right: 1px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr1px {
		margin-right: 1px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr1px {
		margin-right: 1px!important
	}
}

.u_spacing_mr2px {
	margin-right: 2px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr2px {
		margin-right: 2px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr2px {
		margin-right: 2px!important
	}
}

.u_spacing_mr3px {
	margin-right: 3px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr3px {
		margin-right: 3px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr3px {
		margin-right: 3px!important
	}
}

.u_spacing_mr4px {
	margin-right: 4px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr4px {
		margin-right: 4px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr4px {
		margin-right: 4px!important
	}
}

.u_spacing_mr5px {
	margin-right: 5px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr5px {
		margin-right: 5px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr5px {
		margin-right: 5px!important
	}
}

.u_spacing_mr6px {
	margin-right: 6px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr6px {
		margin-right: 6px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr6px {
		margin-right: 6px!important
	}
}

.u_spacing_mr7px {
	margin-right: 7px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr7px {
		margin-right: 7px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr7px {
		margin-right: 7px!important
	}
}

.u_spacing_mr8px {
	margin-right: 8px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr8px {
		margin-right: 8px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr8px {
		margin-right: 8px!important
	}
}

.u_spacing_mr9px {
	margin-right: 9px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr9px {
		margin-right: 9px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr9px {
		margin-right: 9px!important
	}
}

.u_spacing_mr10px {
	margin-right: 10px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr10px {
		margin-right: 10px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr10px {
		margin-right: 10px!important
	}
}

.u_spacing_mr11px {
	margin-right: 11px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr11px {
		margin-right: 11px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr11px {
		margin-right: 11px!important
	}
}

.u_spacing_mr12px {
	margin-right: 12px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr12px {
		margin-right: 12px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr12px {
		margin-right: 12px!important
	}
}

.u_spacing_mr13px {
	margin-right: 13px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr13px {
		margin-right: 13px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr13px {
		margin-right: 13px!important
	}
}

.u_spacing_mr14px {
	margin-right: 14px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr14px {
		margin-right: 14px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr14px {
		margin-right: 14px!important
	}
}

.u_spacing_mr15px {
	margin-right: 15px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr15px {
		margin-right: 15px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr15px {
		margin-right: 15px!important
	}
}

.u_spacing_mr16px {
	margin-right: 16px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr16px {
		margin-right: 16px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr16px {
		margin-right: 16px!important
	}
}

.u_spacing_mr17px {
	margin-right: 17px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr17px {
		margin-right: 17px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr17px {
		margin-right: 17px!important
	}
}

.u_spacing_mr18px {
	margin-right: 18px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr18px {
		margin-right: 18px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr18px {
		margin-right: 18px!important
	}
}

.u_spacing_mr19px {
	margin-right: 19px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr19px {
		margin-right: 19px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr19px {
		margin-right: 19px!important
	}
}

.u_spacing_mr20px {
	margin-right: 20px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr20px {
		margin-right: 20px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr20px {
		margin-right: 20px!important
	}
}

.u_spacing_mr21px {
	margin-right: 21px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr21px {
		margin-right: 21px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr21px {
		margin-right: 21px!important
	}
}

.u_spacing_mr22px {
	margin-right: 22px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr22px {
		margin-right: 22px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr22px {
		margin-right: 22px!important
	}
}

.u_spacing_mr23px {
	margin-right: 23px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr23px {
		margin-right: 23px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr23px {
		margin-right: 23px!important
	}
}

.u_spacing_mr24px {
	margin-right: 24px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr24px {
		margin-right: 24px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr24px {
		margin-right: 24px!important
	}
}

.u_spacing_mr25px {
	margin-right: 25px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr25px {
		margin-right: 25px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr25px {
		margin-right: 25px!important
	}
}

.u_spacing_mr26px {
	margin-right: 26px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr26px {
		margin-right: 26px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr26px {
		margin-right: 26px!important
	}
}

.u_spacing_mr27px {
	margin-right: 27px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr27px {
		margin-right: 27px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr27px {
		margin-right: 27px!important
	}
}

.u_spacing_mr28px {
	margin-right: 28px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr28px {
		margin-right: 28px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr28px {
		margin-right: 28px!important
	}
}

.u_spacing_mr29px {
	margin-right: 29px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr29px {
		margin-right: 29px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr29px {
		margin-right: 29px!important
	}
}

.u_spacing_mr30px {
	margin-right: 30px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr30px {
		margin-right: 30px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr30px {
		margin-right: 30px!important
	}
}

.u_spacing_mr31px {
	margin-right: 31px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr31px {
		margin-right: 31px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr31px {
		margin-right: 31px!important
	}
}

.u_spacing_mr32px {
	margin-right: 32px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr32px {
		margin-right: 32px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr32px {
		margin-right: 32px!important
	}
}

.u_spacing_mr33px {
	margin-right: 33px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr33px {
		margin-right: 33px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr33px {
		margin-right: 33px!important
	}
}

.u_spacing_mr34px {
	margin-right: 34px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr34px {
		margin-right: 34px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr34px {
		margin-right: 34px!important
	}
}

.u_spacing_mr35px {
	margin-right: 35px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr35px {
		margin-right: 35px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr35px {
		margin-right: 35px!important
	}
}

.u_spacing_mr36px {
	margin-right: 36px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr36px {
		margin-right: 36px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr36px {
		margin-right: 36px!important
	}
}

.u_spacing_mr37px {
	margin-right: 37px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr37px {
		margin-right: 37px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr37px {
		margin-right: 37px!important
	}
}

.u_spacing_mr38px {
	margin-right: 38px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr38px {
		margin-right: 38px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr38px {
		margin-right: 38px!important
	}
}

.u_spacing_mr39px {
	margin-right: 39px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr39px {
		margin-right: 39px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr39px {
		margin-right: 39px!important
	}
}

.u_spacing_mr40px {
	margin-right: 40px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr40px {
		margin-right: 40px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr40px {
		margin-right: 40px!important
	}
}

.u_spacing_mr41px {
	margin-right: 41px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr41px {
		margin-right: 41px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr41px {
		margin-right: 41px!important
	}
}

.u_spacing_mr42px {
	margin-right: 42px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr42px {
		margin-right: 42px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr42px {
		margin-right: 42px!important
	}
}

.u_spacing_mr43px {
	margin-right: 43px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr43px {
		margin-right: 43px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr43px {
		margin-right: 43px!important
	}
}

.u_spacing_mr44px {
	margin-right: 44px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr44px {
		margin-right: 44px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr44px {
		margin-right: 44px!important
	}
}

.u_spacing_mr45px {
	margin-right: 45px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr45px {
		margin-right: 45px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr45px {
		margin-right: 45px!important
	}
}

.u_spacing_mr46px {
	margin-right: 46px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr46px {
		margin-right: 46px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr46px {
		margin-right: 46px!important
	}
}

.u_spacing_mr47px {
	margin-right: 47px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr47px {
		margin-right: 47px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr47px {
		margin-right: 47px!important
	}
}

.u_spacing_mr48px {
	margin-right: 48px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr48px {
		margin-right: 48px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr48px {
		margin-right: 48px!important
	}
}

.u_spacing_mr49px {
	margin-right: 49px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr49px {
		margin-right: 49px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr49px {
		margin-right: 49px!important
	}
}

.u_spacing_mr50px {
	margin-right: 50px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr50px {
		margin-right: 50px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr50px {
		margin-right: 50px!important
	}
}

.u_spacing_mr51px {
	margin-right: 51px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr51px {
		margin-right: 51px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr51px {
		margin-right: 51px!important
	}
}

.u_spacing_mr52px {
	margin-right: 52px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr52px {
		margin-right: 52px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr52px {
		margin-right: 52px!important
	}
}

.u_spacing_mr53px {
	margin-right: 53px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr53px {
		margin-right: 53px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr53px {
		margin-right: 53px!important
	}
}

.u_spacing_mr54px {
	margin-right: 54px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr54px {
		margin-right: 54px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr54px {
		margin-right: 54px!important
	}
}

.u_spacing_mr55px {
	margin-right: 55px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr55px {
		margin-right: 55px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr55px {
		margin-right: 55px!important
	}
}

.u_spacing_mr56px {
	margin-right: 56px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr56px {
		margin-right: 56px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr56px {
		margin-right: 56px!important
	}
}

.u_spacing_mr57px {
	margin-right: 57px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr57px {
		margin-right: 57px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr57px {
		margin-right: 57px!important
	}
}

.u_spacing_mr58px {
	margin-right: 58px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr58px {
		margin-right: 58px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr58px {
		margin-right: 58px!important
	}
}

.u_spacing_mr59px {
	margin-right: 59px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr59px {
		margin-right: 59px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr59px {
		margin-right: 59px!important
	}
}

.u_spacing_mr60px {
	margin-right: 60px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr60px {
		margin-right: 60px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr60px {
		margin-right: 60px!important
	}
}

.u_spacing_mr61px {
	margin-right: 61px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr61px {
		margin-right: 61px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr61px {
		margin-right: 61px!important
	}
}

.u_spacing_mr62px {
	margin-right: 62px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr62px {
		margin-right: 62px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr62px {
		margin-right: 62px!important
	}
}

.u_spacing_mr63px {
	margin-right: 63px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr63px {
		margin-right: 63px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr63px {
		margin-right: 63px!important
	}
}

.u_spacing_mr64px {
	margin-right: 64px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr64px {
		margin-right: 64px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr64px {
		margin-right: 64px!important
	}
}

.u_spacing_mr65px {
	margin-right: 65px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr65px {
		margin-right: 65px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr65px {
		margin-right: 65px!important
	}
}

.u_spacing_mr66px {
	margin-right: 66px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr66px {
		margin-right: 66px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr66px {
		margin-right: 66px!important
	}
}

.u_spacing_mr67px {
	margin-right: 67px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr67px {
		margin-right: 67px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr67px {
		margin-right: 67px!important
	}
}

.u_spacing_mr68px {
	margin-right: 68px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr68px {
		margin-right: 68px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr68px {
		margin-right: 68px!important
	}
}

.u_spacing_mr69px {
	margin-right: 69px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr69px {
		margin-right: 69px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr69px {
		margin-right: 69px!important
	}
}

.u_spacing_mr70px {
	margin-right: 70px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr70px {
		margin-right: 70px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr70px {
		margin-right: 70px!important
	}
}

.u_spacing_mr71px {
	margin-right: 71px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr71px {
		margin-right: 71px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr71px {
		margin-right: 71px!important
	}
}

.u_spacing_mr72px {
	margin-right: 72px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr72px {
		margin-right: 72px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr72px {
		margin-right: 72px!important
	}
}

.u_spacing_mr73px {
	margin-right: 73px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr73px {
		margin-right: 73px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr73px {
		margin-right: 73px!important
	}
}

.u_spacing_mr74px {
	margin-right: 74px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr74px {
		margin-right: 74px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr74px {
		margin-right: 74px!important
	}
}

.u_spacing_mr75px {
	margin-right: 75px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr75px {
		margin-right: 75px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr75px {
		margin-right: 75px!important
	}
}

.u_spacing_mr76px {
	margin-right: 76px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr76px {
		margin-right: 76px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr76px {
		margin-right: 76px!important
	}
}

.u_spacing_mr77px {
	margin-right: 77px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr77px {
		margin-right: 77px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr77px {
		margin-right: 77px!important
	}
}

.u_spacing_mr78px {
	margin-right: 78px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr78px {
		margin-right: 78px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr78px {
		margin-right: 78px!important
	}
}

.u_spacing_mr79px {
	margin-right: 79px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr79px {
		margin-right: 79px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr79px {
		margin-right: 79px!important
	}
}

.u_spacing_mr80px {
	margin-right: 80px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr80px {
		margin-right: 80px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr80px {
		margin-right: 80px!important
	}
}

.u_spacing_mr81px {
	margin-right: 81px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr81px {
		margin-right: 81px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr81px {
		margin-right: 81px!important
	}
}

.u_spacing_mr82px {
	margin-right: 82px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr82px {
		margin-right: 82px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr82px {
		margin-right: 82px!important
	}
}

.u_spacing_mr83px {
	margin-right: 83px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr83px {
		margin-right: 83px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr83px {
		margin-right: 83px!important
	}
}

.u_spacing_mr84px {
	margin-right: 84px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr84px {
		margin-right: 84px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr84px {
		margin-right: 84px!important
	}
}

.u_spacing_mr85px {
	margin-right: 85px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr85px {
		margin-right: 85px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr85px {
		margin-right: 85px!important
	}
}

.u_spacing_mr86px {
	margin-right: 86px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr86px {
		margin-right: 86px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr86px {
		margin-right: 86px!important
	}
}

.u_spacing_mr87px {
	margin-right: 87px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr87px {
		margin-right: 87px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr87px {
		margin-right: 87px!important
	}
}

.u_spacing_mr88px {
	margin-right: 88px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr88px {
		margin-right: 88px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr88px {
		margin-right: 88px!important
	}
}

.u_spacing_mr89px {
	margin-right: 89px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr89px {
		margin-right: 89px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr89px {
		margin-right: 89px!important
	}
}

.u_spacing_mr90px {
	margin-right: 90px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr90px {
		margin-right: 90px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr90px {
		margin-right: 90px!important
	}
}

.u_spacing_mr91px {
	margin-right: 91px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr91px {
		margin-right: 91px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr91px {
		margin-right: 91px!important
	}
}

.u_spacing_mr92px {
	margin-right: 92px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr92px {
		margin-right: 92px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr92px {
		margin-right: 92px!important
	}
}

.u_spacing_mr93px {
	margin-right: 93px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr93px {
		margin-right: 93px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr93px {
		margin-right: 93px!important
	}
}

.u_spacing_mr94px {
	margin-right: 94px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr94px {
		margin-right: 94px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr94px {
		margin-right: 94px!important
	}
}

.u_spacing_mr95px {
	margin-right: 95px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr95px {
		margin-right: 95px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr95px {
		margin-right: 95px!important
	}
}

.u_spacing_mr96px {
	margin-right: 96px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr96px {
		margin-right: 96px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr96px {
		margin-right: 96px!important
	}
}

.u_spacing_mr97px {
	margin-right: 97px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr97px {
		margin-right: 97px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr97px {
		margin-right: 97px!important
	}
}

.u_spacing_mr98px {
	margin-right: 98px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr98px {
		margin-right: 98px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr98px {
		margin-right: 98px!important
	}
}

.u_spacing_mr99px {
	margin-right: 99px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr99px {
		margin-right: 99px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr99px {
		margin-right: 99px!important
	}
}

.u_spacing_mr100px {
	margin-right: 100px!important
}

@media screen and (min-width:819.5px) {
	.u_spacing_pc_mr100px {
		margin-right: 100px!important
	}
}

@media screen and (max-width:819.4px) {
	.u_spacing_sp_mr100px {
		margin-right: 100px!important
	}
}

.u_text_small {
	font-size: 1.1rem
}

.u_suq {
	font-size: .8rem;
	vertical-align: top;
	position: relative;
	top: .3rem
}
