/* --------------------------------------------

	FileName	:	common.css
	Generator	:	Sass

-------------------------------------------- */

a {
	color: #e30920;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#footer {
	padding-bottom: 60px;
}

#footer .footer_inner {
	max-width: 1100px;
	margin: 0 auto;
}

#footer_logo {
	margin-bottom: 30px;
	border-bottom: 1px solid #eb5363;
	padding: 0 2.72727% 15px;
}

#footer_logo a {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#footer_logo a:hover {
	opacity: 0.7;
}

#footer_global {
	padding: 60px 2.58621% 50px;
	background: #e30920;
}

#footer_global_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 1.36364%;
	box-sizing: border-box;
}

#footer_global_list .footer_global_inner {
	width: 25%;
	padding: 0 1.36364%;
	box-sizing: border-box;
}

#footer_global_list .footer_global_inner > ul {
	line-height: 1.25;
	margin-bottom: 40px;
}

#footer_global_list .footer_global_inner > ul:last-child {
	margin-bottom: 0;
}

#footer_global_list .footer_global_inner > ul > li {
	margin-bottom: 12px;
}

#footer_global_list .footer_global_inner > ul > li:last-child {
	margin-bottom: 0;
}

#footer_global_list .footer_global_inner > ul > li > a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#footer_global_list .footer_global_inner > ul > li > a:hover {
	opacity: 0.7;
}

#footer_global_list .footer_global_inner > ul > li > ul {
	margin-top: 12px;
}

#footer_global_list .footer_global_inner > ul > li > ul > li {
	margin-bottom: 12px;
}

#footer_global_list .footer_global_inner > ul > li > ul > li:last-child {
	margin-bottom: 0;
}

#footer_global_list .footer_global_inner > ul > li > ul > li > a {
	color: #fff;
	font-size: 0.85714rem;
	font-weight: 300;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	text-decoration: none;
}

#footer_global_list .footer_global_inner > ul > li > ul > li > a:hover {
	opacity: 0.7;
}

#footer_assist {
	padding: 25px 2.58621%;
	background: #cc061b;
}

#footer_assist_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

#footer_assist ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#footer_assist ul li {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #eb9ba4;
}

#footer_assist ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

#footer_assist ul li a {
	font-size: 0.92857rem;
	color: #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	text-decoration: none;
}

#footer_assist ul li a:hover {
	opacity: 0.7;
}

#footer_assist ul li a.blank {
	position: relative;
}

#footer_assist ul li a.blank:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: inline-block;
	font-size: 9px;
	margin-left: 9px;
}

#page2top {
	position: fixed;
	bottom: 30px;
	right: 50%;
	margin-right: -600px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

#page2top a {
	display: block;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #e30920;
	border: 1px solid rgba(255, 255, 255, .5);
	box-sizing: border-box;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#page2top a:hover {
	background-color: #eb5363;
}

#page2top a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: translate(-50%, -55%) rotate(-90deg) scale(0.75, 1);
	-ms-transform: translate(-50%, -55%) rotate(-90deg) scale(0.75, 1);
	transform: translate(-50%, -55%) rotate(-90deg) scale(0.75, 1);
}

#page2top.active {
	opacity: 1;
	visibility: visible;
}

#copyright {
	padding: 25px 2.58621% 0;
}

#copyright small {
	display: block;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 0.78571rem;
	text-align: right;
}

#wrapper {
	position: relative;
	padding-top: 160px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
	background: #fff;
}

#header_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: calc( 1100px + 5.17241%);
	height: 100px;
	margin: 0 auto;
	padding: 20px 2.58621%;
	box-sizing: border-box;
}

#header.fixed {
	position: fixed;
}

#logo {
	position: relative;
	z-index: 100;
	width: 27.27273%;
}

#logo a {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#logo a:hover {
	opacity: 0.7;
}

#logo img {
	width: 100%;
	max-width: 299px;
	height: auto;
	vertical-align: top;
}

#menu {
	height: 60px;
}

#menu_btn {
	display: none;
}

#global {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	background: #e30920;
	z-index: 100;
}

#global > ul {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
}

#global > ul:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 18px;
	border-left: 1px solid #db6f7a;
	margin-top: -9px;
}

#global > ul > li {
	float: left;
	width: 16.666%;
}

#global > ul > li > a {
	position: relative;
	display: block;
	font-size: 1.07143rem;
	color: #fff;
	text-align: center;
	padding: 23px 0 22px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#global > ul > li > a:hover {
	background-color: #eb5363;
}

#global > ul > li > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 18px;
	border-left: 1px solid #db6f7a;
	margin-top: -9px;
}

#global > ul > li.main_current > a {
	background-color: #eb5363;
}

#global .global_second_wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 5px solid #e30920;
	background: #fff;
	padding: 20px 1.81818%;
}

#global .global_second {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1.81818%;
}

#global .global_second li {
	width: 17.8%;
}

#global .global_second li a {
	position: relative;
	display: block;
	padding-top: 86.734%;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#global .global_second li a:before {
	position: absolute;
	top: 33.5%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-shadow: 0 5px 0 #c1081b;
	z-index: 100;
}

#global .global_second li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	margin: 0 auto;
	background-color: #e30920;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#global .global_second li a .label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 55% 0 15.306%;
	text-align: center;
	z-index: 100;
	box-sizing: border-box;
	color: #fff;
}

#global .global_second li a .label .title {
	display: block;
	width: 100%;
	font-size: 0.85714rem;
	margin-bottom: 5px;
}

#global .global_second li a .label .small {
	display: block;
	width: 100%;
	font-size: 0.71429rem;
}

#global .global_second li a .hex {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#global .global_second li a .hex:before,
#global .global_second li a .hex:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-top: 85px solid transparent;
	border-bottom: 85px solid transparent;
}

#global .global_second li a .hex:before {
	right: 0;
	border-left: 49.07px solid #e30920;
	-webkit-transition: border-left-color 0.3s;
	transition: border-left-color 0.3s;
}

#global .global_second li a .hex:after {
	left: 0;
	border-right: 49.07px solid #e30920;
	-webkit-transition: border-right-color 0.3s;
	transition: border-right-color 0.3s;
}

#global .global_second li a:hover {
	opacity: 1;
}

#global .global_second li a.active {
	opacity: 1;
}

#global .global_second li.second1 {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

#global .global_second li.second1 a {
	text-decoration: none;
}

#global .global_second li.second1 a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 30px;
}

#global .global_second li.second2 {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

#global .global_second li.second2 a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 22px;
}

#global .global_second li.second3 {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

#global .global_second li.second3 a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 30px;
}

#global .global_second li.second4 {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

#global .global_second li.second4 a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 35px;
}

#global .global_second li.second5 {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

#global .global_second li.second5 a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 30px;
}

#global .global_second li.second6 {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

#global .global_second li.second6 a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 40px;
}

#global .global_second li.second7 {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

#global .global_second li.second7 a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 35px;
}

#global .global_third {
	display: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -1.5%;
}

#global .global_third.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#global .global_third li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 23.875%;
	line-height: 1.25;
	margin: 0 1.5% 10px 0;
}

#global .global_third li:nth-child(4n) {
	margin-right: 0;
}

#global .global_third li a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.92857rem;
	width: 100%;
	padding: 15px 40px 15px 10px;
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid #e30920;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

#global .global_third li a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 10px;
}

#global .global_third li a:hover {
	color: #fff;
	background-color: #e30920;
}

#widget {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	max-width: calc(1100px + 5.17241%);
	height: 100px;
	margin: 0 auto;
	padding: 30px 2.58621% 30px 28.44828%;
	box-sizing: border-box;
}

#lang {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	margin-right: 10px;
}

#lang li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #d4d4d4;
}

#lang li:last-child {
	border-right: 0;
}

#lang li a {
	display: block;
	font-weight: 600;
	color: #b6b6b6;
	padding: 0 5px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	text-decoration: none;
}

#lang li a:hover {
	color: #e30920;
}

#lang li.current a {
	color: #e30920;
}

#search {
	display: none;
}

#search .search_title {
	text-align: center;
	color: #fff;
	font-size: 1.28571rem;
	margin-bottom: 30px;
}

#search .search_inner {
	display: table;
	width: 700px;
}

#search .search_inner form {
	display: table-row;
}

#search .search_text {
	display: table-cell;
	vertical-align: top;
}

#search .search_keywords {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	padding: 5px;
	font-size: 1.14286rem;
	box-sizing: border-box;
	outline: 0;
}

#search .search_btn {
	display: table-cell;
	width: 40px;
	vertical-align: top;
}

#search .search_submit {
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	display: block;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: 40px;
	height: 40px;
	background: #e30920;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#search .search_submit:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 22.857px;
	font-size: 1.42857rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

#search .search_submit:hover {
	background-color: #eb5363;
}

#search_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 40px;
	max-width: 50px;
	min-width: 50px;
	margin-right: 20px;
	padding: 0 10px;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	box-sizing: border-box;
}

#search_btn a {
	display: block;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: 27px;
	height: 27px;
	color: #e30920;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	text-decoration: none;
}

#search_btn a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 27px;
}

#search_btn a:hover {
	color: #eb5363;
}

#assist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

#assist li {
	margin-right: 20px;
}

#assist li:last-child {
	margin-right: 0;
}

#assist li a {
	position: relative;
	display: block;
	padding: 10px 0 10px 40px;
	font-size: 0.85714rem;
	white-space: nowrap;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	text-decoration: none;
	color: #0b0b0b;
}

#assist li a.icon-blank {
	padding-right: 22px;
}

#assist li a.icon-blank:after {
	right: 0;
	margin-top: -3px;
}

#assist li a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 30px;
	background: #e30920;
	margin-top: -15px;
	text-align: center;
	color: #fff;
	border: 1px solid #e30920;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#assist li a:hover {
	color: #e30920;
}

#assist li a:hover:before {
	color: #e30920;
	background-color: #fff;
}

#assist li.download a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 15px;
	line-height: 28px;
}

#assist li.inquiry a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 14px;
	line-height: 28px;
}

#assist li.cica a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 15px;
	line-height: 28px;
}

#assist li.catalog a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 15px;
	line-height: 28px;
}

#content,
#content_full {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1100px;
	padding: 0 2.58621%;
	margin: 50px auto;
}

#content_main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;
}

#content_sub {
	width: 240px;
	padding: 0 0 0 3.63636%;
}

#content_full {
	max-width: none;
	margin: 0;
	padding: 0;
}

.common_ol_01 {
	list-style-type: decimal;
	line-height: 1.5;
	margin-left: 20px;
}

.common_caption_01 {
	text-align: center;
	padding: 13px 5px;
	font-size: 0.92857rem;
}

.common_caption_02 {
	text-align: left;
	padding: 5px 5px 5px 15px;
}

.common_img_01 {
	border: solid 1px #ccc;
}

.common_title_01 {
	overflow: hidden;
	line-height: 1.6;
	margin: 40px 0 25px;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 2rem;
	color: #2f2f2f;
	border-bottom: 3px #dddddd solid;
}

.common_title_01:first-child {
	margin-top: 0;
}

.common_title_02 {
	overflow: hidden;
	position: relative;
	margin: 40px 0 25px;
	padding: 20px;
	line-height: 1.6;
	font-size: 1.42857rem;
	color: #151515;
	background: #f6f8fa;
	border-bottom: 1px #cccccc solid;
}

.common_title_02:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 110px;
	height: 3px;
	background: #e30920;
}

.common_title_02:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #d4d4d4;
}

.common_title_03 {
	overflow: hidden;
	position: relative;
	margin: 35px 0 20px;
	padding: 15px 20px;
	line-height: 1.6;
	font-size: 1.28571rem;
	border-bottom: 1px #cccccc solid;
}

.common_title_03:before,
.common_title_03:after {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	display: block;
	width: 3px;
	height: 30%;
	background: #e30920;
}

.common_title_03:after {
	background: #d4d4d4;
	top: 50%;
}

.common_title_04 {
	overflow: hidden;
	position: relative;
	line-height: 1.6;
	margin: 35px 0 20px;
	padding: 10px 20px;
	font-size: 1.14286rem;
	background: #f6f8fa;
}

.common_title_04:before {
	content: '';
	position: absolute;
	left: 0;
	top: 30%;
	display: block;
	width: 3px;
	height: 40%;
	background: #e30920;
}

.common_title_05 {
	overflow: hidden;
	position: relative;
	line-height: 1.6;
	margin: 30px 0 15px;
	padding: 0 15px;
	font-size: 1.14286rem;
}

.common_title_05:before {
	content: '';
	position: absolute;
	left: 0;
	top: 15%;
	display: block;
	width: 3px;
	height: 70%;
	background: #e30920;
}

.common_title_05:first-child {
	margin-top: 0;
}

.common_float_wrapper_01 {
	overflow: hidden;
	margin: 30px 0;
}

.common_float_left_01 {
	float: left;
	margin: 0 40px 20px 0;
}

.common_float_left_02 {
	float: left;
	margin: 0 40px 20px 0;
}

.common_float_right_01 {
	float: right;
	margin: 0 0 20px 40px;
}

.common_float_right_02 {
	float: right;
	margin: 0 0 20px 40px;
}

.common_btn_wrapper_01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px -10px;
}

.common_btn_wrapper_01 .common_btn_01,
.common_btn_wrapper_01 .common_btn_02 {
	width: 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 10px 0;
}

.common_btn_wrapper_02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px -5px;
}

.common_btn_wrapper_02 .common_btn_04 {
	margin: 0 5px 10px;
}

.common_btn_wrapper_03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.common_btn_wrapper_03 .common_btn_01,
.common_btn_wrapper_03 .common_btn_02 {
	width: 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 10px 0;
}

.common_btn_01 {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.common_btn_01 a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 15px 30px 15px 20px;
	box-sizing: border-box;
	line-height: 1.6;
	border: 1px #e30920 solid;
	color: #e30920;
	text-decoration: none;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
	box-sizing: border-box;
}

.common_btn_01 a:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	font-size: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.common_btn_01 a:hover {
	background: #e30920;
	color: #fff;
}

.common_box_header_01:hover .common_btn_01 a {
	background: #e30920;
	color: #fff;
}

.common_btn_02 a {
	position: relative;
	display: block;
	padding: 15px 50px 15px 25px;
	box-sizing: border-box;
	line-height: 1.6;
	border: 1px #e30920 solid;
	background: #e30920;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
}

.common_btn_02 a:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 20px;
	top: 43%;
	display: inline-block;
	font-size: 9px;
}

.common_btn_02 a.icon-blank:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	padding-top: 0;
	right: 20px;
	top: 43%;
	display: inline-block;
	font-size: 9px;
	color: #fff;
}

.common_btn_02 a:hover {
	background: #fff;
	color: #e30920;
}

.common_btn_02 a:hover:after {
	color: #e30920;
}

.common_box_header_01:hover .common_btn_02 a {
	background: #e30920;
	color: #fff;
}

.common_btn_03 a {
	position: relative;
	display: block;
	padding: 15px 50px 15px 10px;
	box-sizing: border-box;
	line-height: 1.6;
	border-bottom: 1px #e30920 solid;
	color: #e30920;
	text-decoration: none;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
}

.common_btn_03 a:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	font-size: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.common_btn_03 a:hover {
	background: #e30920;
	color: #fff;
}

.common_box_header_01:hover .common_btn_03 a {
	background: #e30920;
	color: #fff;
}

.common_btn_04 a {
	position: relative;
	display: inline-block;
	padding: 7px 30px 7px 20px;
	text-decoration: none;
	border: 1px #e30920 solid;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
}

.common_btn_04 a:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 5px;
	height: 5px;
	border-top: 1px #e30920 solid;
	border-right: 1px #e30920 solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease;
}

.common_btn_04 a:hover {
	background: #e30920;
	color: #fff;
}

.common_btn_04 a:hover:after {
	border-color: #fff;
}

.common_box_header_01:hover .common_btn_04 a {
	background: #e30920;
	color: #fff;
}

.common_btn_05 {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.common_btn_05 a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding: 15px 50px 15px 20px;
	box-sizing: border-box;
	line-height: 1.6;
	border: 1px #e30920 solid;
	color: #e30920;
	text-decoration: none;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
	box-sizing: border-box;
	margin-right: 15px;
}

.common_btn_05 a:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	font-size: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.common_btn_05 a:hover {
	background: #e30920;
	color: #fff;
}

.common_box_header_01:hover .common_btn_05 a {
	background: #e30920;
	color: #fff;
}

.common_btn_06 a {
	position: relative;
	display: block;
	padding: 15px 30px 15px 10px;
	box-sizing: border-box;
	line-height: 1.6;
	border-bottom: 1px #e30920 solid;
	color: #e30920;
	text-decoration: none;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
}

.common_btn_06 a:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	font-size: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.common_btn_06 a:hover {
	background: #e30920;
	color: #fff;
}

.common_box_header_01:hover .common_btn_06 a {
	background: #e30920;
	color: #fff;
}

.common_btn_07 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.common_btn_07 a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 410px;
	padding: 15px 50px 15px 20px;
	box-sizing: border-box;
	line-height: 1.6;
	border: 1px #e30920 solid;
	color: #e30920;
	text-decoration: none;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
	box-sizing: border-box;
	margin-right: 15px;
}

.common_btn_07 a:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	font-size: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.common_btn_07 a:hover {
	background: #e30920;
	color: #fff !important;
}

.common_box_header_01:hover .common_btn_07 a {
	background: #e30920;
	color: #fff;
}

.common_tbl_01 {
	width: 100%;
	line-height: 1.6;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	margin-bottom: 10px;
}

.common_tbl_01 th,
.common_tbl_01 td {
	padding: 15px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.common_tbl_01 th {
	background: #f6f8fa;
	font-weight: bold;
	vertical-align: middle;
}

.common_tbl_01 td > :first-child {
	margin-top: 0;
}

.common_tbl_01 td > :last-child {
	margin-bottom: 0;
}

.common_tbl_cell_20 {
	width: 20%;
}

.common_tbl_cell_25 {
	width: 25%;
}

.common_tbl_cell_40 {
	width: 40%;
}

.common_tbl_wide th,
.common_tbl_wide td {
	padding: 10px;
}

.common_tbl_middle th,
.common_tbl_middle td {
	vertical-align: middle;
}

.common_disc_01 {
	position: relative;
	line-height: 1.6;
	padding-left: 35px;
}

.common_disc_01:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 20px;
	width: 6px;
	height: 6px;
	background: #e30920;
	border-radius: 6px;
}

.common_disc_02 {
	position: relative;
	line-height: 1.6;
	padding-left: 35px;
}

.common_disc_02:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 20px;
	width: 6px;
	height: 6px;
	background: #0b0b0b;
	border-radius: 6px;
}

.common_list_disc_01 {
	margin: 20px 0 30px;
}

.common_list_disc_01 li {
	position: relative;
	line-height: 1.6;
	padding-left: 17px;
}

.common_list_disc_01 li:before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #e30920;
	border-radius: 6px;
}

.common_list_disc_02 {
	margin: 0 0 20px;
}

.common_list_disc_02 li {
	position: relative;
	line-height: 1.6;
	padding-left: 17px;
}

.common_list_disc_02 li:before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #0b0b0b;
	border-radius: 6px;
}

.common_list_inline_01 li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.common_txt_01 {
	line-height: 1.8;
	color: #2f2f2f;
	margin-bottom: 20px;
}

.common_txt_01:last-child {
	margin-bottom: 0;
}

.common_txt_02 {
	line-height: 1.8;
	color: #2f2f2f;
	margin-bottom: 10px;
}

.common_txt_02:last-child {
	margin-bottom: 0;
}

.common_txt_inside_01 {
	padding: 10px 10px 0;
	line-height: 1.8;
}

.common_txt_sm_01 {
	font-size: 0.85714rem;
}

.common_txt_md_01 {
	font-size: 1.14286rem;
}

.common_txt_lg_01 {
	font-size: 1.57143rem;
}

.common_txt_xl_01 {
	font-size: 2.28571rem;
}

.common_txt_align_r_01 {
	text-align: right;
}

.common_txt_align_l_01 {
	text-align: left;
}

.common_txt_align_c_01 {
	text-align: center;
}

.common_txt_italic_01 {
	font-style: italic;
}

.common_txt_bold_01 {
	font-weight: bold;
}

.common_txt_normal_01 {
	font-style: normal;
}

.common_txt_padding_01 {
	line-height: 1.8;
	color: #2f2f2f;
	padding-top: 15px;
}

.common_txt_red_01 {
	color: #e30920;
}

.common_box_header_01 img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.common_box_header_01:hover img {
	opacity: 0.8;
}

.common_box_wrapper_01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px -20px;
}

.common_box_wrapper_01 .common_box_01 {
	padding: 0 20px;
}

.common_box_wrapper_02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px -10px;
}

.common_box_wrapper_02 .common_box_01 {
	padding: 0 20px;
}

.common_box_wrapper_03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px -10px;
}

.common_box_wrapper_03 .common_box_01 {
	padding: 0 20px;
}

.common_box_wrapper_04 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0px;
}

.common_box_wrapper_04 .common_box_01 {
	padding-right: 20px;
}

.common_box_half_01 {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}

.common_box_half_02 {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}

.common_box_half_03 {
	width: 33%;
	padding: 0 10px;
	box-sizing: border-box;
}

.common_box_figure_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	magin: 0 -10px;
}

.common_box_figure_wrapper .common_box_figure_01 {
	text-align: center;
	margin: 0 10px;
}

.common_box_figure_left_01 {
	float: left;
}

.common_box_figure_left_01:before,
.common_box_figure_left_01:after {
	display: table;
	content: '';
}

.common_box_figure_left_01:after {
	clear: both;
}

.common_box_figure_left_caption_01 {
	width: 400px;
	text-align: center;
	line-height: 1.5;
}

.common_box_figcaption_01 {
	text-align: center;
	line-height: 1.5;
}

.common_box_figure_center_01 {
	text-align: center;
}

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

.common_box_figure_fit_01 a img {
	width: 100%;
	height: auto;
}

.common_box_figure_fit_01 a:hover {
	opacity: 0.5;
}

.common_box_figure_caption {
	margin-top: 10px;
	line-height: 1.25;
}

.common_box_figure_caption_title {
	font-weight: bold;
	color: #e30920;
	font-size: 1.14286rem;
	margin-bottom: 15px;
	text-align: left;
}

.common_box_gray {
	padding: 20px;
	margin: 30px 0;
	background: #f6f8fa;
}

.common_box_gray > :first-child {
	margin-top: 0;
}

.common_box_gray_inner {
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
}

.common_box_gray_inner:last-child {
	margin-bottom: 0;
}

.common_box_gray_inner > :first-child {
	margin-top: 0;
}

.common_box_border {
	padding: 20px 25px 25px;
	margin: 30px 0;
	border: 1px solid #d4d4d4;
}

.common_box_border > :first-child {
	margin-top: 0;
}

.common_box_border > :last-child {
	margin-bottom: 0;
}

.common_box_border_inner {
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
}

.common_box_border_inner:last-child {
	margin-bottom: 0;
}

.common_box_border_inner > :first-child {
	margin-top: 0;
}

.common_contact_01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: 1px #e30920 solid;
}

.common_contact_02 {
	padding: 5px;
	background-color: #ccc;
}

.common_contact_03 {
	border: 1px #e30920 solid;
}

.common_contact_header_01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.6;
	padding: 30px 30px;
	background: #e30920;
	color: #fff;
	font-size: 1.14286rem;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.common_contact_header_02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.6;
	padding: 30px 40px;
	background: #e30920;
	color: #fff;
	font-size: 1.14286rem;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.common_contact_header_03 {
	line-height: 1.6;
	padding: 15px 30px;
	background: #e30920;
	color: #fff;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.common_contact_body_01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.common_contact_item_01 {
	position: relative;
	width: 50%;
	padding: 30px 5%;
	box-sizing: border-box;
}

.common_contact_item_01:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #e30920;
}

.common_contact_item_01:first-child:after {
	content: none;
}

.common_contact_item_02 {
	position: relative;
	width: 100%;
	padding: 30px 5%;
	box-sizing: border-box;
}

.common_contact_item_02:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #e30920;
}

.common_contact_item_02:first-child:after {
	content: none;
}

.common_contact_item_03 {
	position: relative;
	width: 50%;
	padding: 30px 2%;
	box-sizing: border-box;
}

.common_contact_item_03:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #e30920;
}

.common_contact_item_03:first-child:after {
	content: none;
}

.common_contact_mail_title_01 {
	margin: 0 0 15px 0;
	text-align: center;
}

.common_contact_mail_title_01:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
	color: #e30920;
}

.common_contact_mail_title_02 {
	margin: 0 0 15px 0;
	text-align: center;
	font-size: 0.85714rem;
	line-height: 1.3;
}

.common_contact_phone_title_01 {
	margin: 0 0 25px 0;
	text-align: center;
}

.common_contact_phone_title_01:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
	color: #e30920;
}

.common_contact_phone_num_01 {
	font-size: 2.14286rem;
	font-weight: bold;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.common_contact_phone_num_01 a {
	color: #0b0b0b;
	text-decoration: none;
}

.common_contact_fax_title_01 {
	margin: 0 0 25px 0;
	text-align: center;
}

.common_contact_fax_title_01:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
	color: #e30920;
}

.common_contact_fax_num_01 {
	font-size: 2.14286rem;
	font-weight: bold;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.common_contact_fax_num_01 a {
	color: #0b0b0b;
	text-decoration: none;
}

.common_tab {
	background: #f00;
}

.common_tab_01 {
	position: relative;
}

.common_tab_01 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	border-bottom: 5px #e30920 solid;
}

.common_tab_01 ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 33.333%;
	padding: 0 2px 0 0;
	box-sizing: border-box;
}

.common_tab_01 ul li:last-child {
	padding: 0;
}

.common_tab_01 ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	line-height: 1.6;
	padding: 15px;
	box-sizing: border-box;
	color: #e30920;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
	border-left: 1px #e30920 solid;
	border-right: 1px #e30920 solid;
	border-top: 1px #e30920 solid;
}

.common_tab_01 ul li a.active,
.common_tab_01 ul li a:hover {
	color: #fff;
	background: #e30920;
}

.common_tab_head_01 {
	display: none;
}

.common_tab_head_01 a {
	position: relative;
	display: block;
	border: 2px solid #ddd;
	padding: 12px 40px 12px 10px;
	color: #999;
	font-size: 1.07143rem;
	font-weight: 500;
	-webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
	transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

.common_tab_head_01 a:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	background: #999;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.common_tab_head_01 a:hover {
	background-color: #e30920;
	border-color: #e30920;
	color: #fff;
}

.common_tab_head_01 a:hover:after {
	background-color: #fff;
	color: #e30920;
}

.common_tab_head_01 a.active {
	background-color: #e30920;
	border-color: #e30920;
	color: #fff;
}

.common_tab_head_01 a.active:after {
	content: "";
	background-color: #fff;
	color: #e30920;
}

.common_tab_contents {
	display: none;
}

.common_tab_contents.active {
	display: block;
}

#locator {
	max-width: 1100px;
	padding: 10px 2.58621%;
	margin: 0 auto;
	color: #2f2f2f;
	font-size: 0.85714rem;
}

#locator a {
	color: #0b0b0b;
	text-decoration: none;
}

#locator_area {
	background: #eef1f5;
}

#subnav_title a {
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 1.28571rem;
	background: #e30920;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#subnav_title a:hover {
	opacity: 0.7;
}

#subnav ul li a {
	position: relative;
	display: block;
	line-height: 1.6;
	padding: 15px 15px 15px 30px;
	background: #f6f8fa;
	border-bottom: 1px #fff solid;
	text-decoration: none;
	color: #0b0b0b;
	-webkit-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

#subnav ul li a:hover {
	background: #eaeaea;
}

#subnav ul li a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin: -2px 5px 0 0;
	color: #e30920;
	-webkit-transform: scale(0.4, 0.6) translateY(-50%);
	-ms-transform: scale(0.4, 0.6) translateY(-50%);
	transform: scale(0.4, 0.6) translateY(-50%);
	font-weight: bold;
}

#subnav ul li.current > a {
	background: #eaeaea;
	color: #e30920;
}

#subnav ul li ul li a {
	padding-left: 40px;
	background: #e9edf1;
}

#subnav ul li ul li a:before {
	left: 25px;
}

#subnav ul li ul li.current > a {
	color: #e30920;
	background: #e9edf1;
}

#subnav ul li ul li ul li a {
	font-size: 0.85714rem;
}

#subnav ul li ul li ul li a:before {
	content: none;
}

#subnav ul li ul li ul li.current > a {
	color: #e30920;
	background: #e9edf1;
}

.distributor_map {
	position: relative;
	max-width: 570px;
	margin: 0 auto;
}

.distributor_map_img img {
	width: 100%;
	max-width: 820px;
	height: auto;
}

.distributor_map_txt {
	font-size: 1.28571rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
	color: #e30920;
}

.distributor_map_list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.distributor_map_list img {
	width: 100%;
	max-width: 120px;
	height: auto;
}

.distributor_map_list_item_01 {
	position: absolute;
	top: 10.224%;
	left: 69.268%;
	width: 14.6341%;
}

.distributor_map_list_item_02 {
	position: absolute;
	top: 36.97479%;
	left: 66.21951%;
	width: 14.6341%;
}

.distributor_map_list_item_03 {
	position: absolute;
	top: 48.7395%;
	left: 43.29268%;
	width: 14.6341%;
}

.distributor_map_list_item_04 {
	position: absolute;
	top: 59.2437%;
	left: 56.46341%;
	width: 14.6341%;
}

.distributor_map_list_item_05 {
	position: absolute;
	top: 63.72549%;
	left: 31.21951%;
	width: 14.6341%;
}

.distributor_map_list_item_06 {
	position: absolute;
	top: 72.12885%;
	left: 40%;
	width: 14.6341%;
}

.distributor_map_list_item_07 {
	position: absolute;
	top: 61.20448%;
	left: 14.14634%;
	width: 14.6341%;
}

.distributor_map_list_item_08 {
	position: absolute;
	top: 77.73109%;
	left: 22.31707%;
	width: 14.6341%;
}

.distributor_map_list_item_09 {
	position: absolute;
	top: 73.52941%;
	left: 0;
	width: 14.6341%;
}

.distributor_map_list_item_10 {
	position: absolute;
	top: 82.77311%;
	left: 71.34146%;
	width: 14.6341%;
}

.distributor_map_btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	font-size: 0.92857rem;
	padding: 2% 5% 10px 5%;
	box-sizing: border-box;
	line-height: 1.6;
	border: 1px #e30920 solid;
	color: #e30920;
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
	box-sizing: border-box;
	white-space: nowrap;
}

.distributor_map_btn:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 20%;
	margin: auto 0;
	width: 5px;
	height: 5px;
	border-top: 1px #e30920 solid;
	border-right: 1px #e30920 solid;
	-webkit-transform: translate(-50%, 0) rotate(135deg);
	-ms-transform: translate(-50%, 0) rotate(135deg);
	transform: translate(-50%, 0) rotate(135deg);
	-webkit-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease;
}

.distributor_map_btn:hover {
	background: #e30920;
	color: #fff;
}

.distributor_map_btn:hover:after {
	border-color: #fff;
}

.pdf {
	position: relative;
	padding-left: 23px;
}

.pdf:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	display: inline-block;
	background: url(../image/common/pdf.png) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}

.is_tel_disabled {
	cursor: text;
	text-decoration: none;
	color: #0b0b0b;
}

.biglink {
	cursor: pointer;
}

.icon-blank {
	position: relative;
	padding-right: 22px;
}

.icon-blank:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: inline-block;
	position: absolute;
	right: 5px;
	padding-top: 3px;
	line-height: inherit;
	font-size: 10px;
	color: #e30920;
}

.icon-blank-w {
	position: relative;
	padding-right: 22px;
}

.icon-blank-w:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: inline-block;
	position: absolute;
	right: 5px;
	padding-top: 3px;
	line-height: inherit;
	font-size: 10px;
	color: #fff;
}

#detWrap {
	line-height: 1.8;
}

#detWrap p {
	line-height: 1.8;
	color: #2f2f2f;
	margin-bottom: 20px;
}

#detWrap p:last-child {
	margin-bottom: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-skin-search {
	background: transparent;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-opened .fancybox-skin-search {
	box-shadow: 0 0 0 transparent;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("/dcms_media/image/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("/dcms_media/image/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/dcms_media/image/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/dcms_media/image/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("/dcms_media/image/fancybox/fancybox_sprite@2x.png");
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading div {
	background-image: url("/dcms_media/image/fancybox/fancybox_loading@2x.gif");
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}

}

@media screen and (min-width: 768px), print {

#menu_inner {
	max-height: none !important;
}

.distributor_map_txt {
	display: none;
}

.for-sp {
	display: none !important;
}

}

@media only screen and (min-width: 768px), print {

#menu {
	display: block !important;
}

}

@media only screen and (max-width: 1240px) {

#page2top {
	right: 20px;
	margin-right: 0;
}

}

@media screen and (max-width: 1110px) {

#widget {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
}

#lang {
	height: 20px;
}

#search_btn {
	height: 20px;
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

#assist {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

#assist li {
	margin-right: 1.2987%;
}

#assist li a {
	font-size: 0.78571rem;
	padding-left: 35px;
}

}

@media screen and (max-width: 991px) {

#global .global_second li.second1 a:before {
	font-size: 24px;
}

#global .global_second li.second2 a:before {
	font-size: 17.6px;
}

#global .global_second li.second3 a:before {
	font-size: 21px;
}

#global .global_second li.second4 a:before {
	font-size: 24.5px;
}

#global .global_second li.second5 a:before {
	font-size: 21px;
}

#global .global_second li.second6 a:before {
	font-size: 28px;
}

#global .global_second li.second7 a:before {
	font-size: 24.5px;
}

#search_btn a:before {
	font-size: 20px;
}

.common_contact_01 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.common_contact_03 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.common_contact_header_01 {
	width: 100%;
	padding: 15px;
}

.common_contact_header_02 {
	width: 100%;
	padding: 15px;
}

.common_contact_header_03 {
	padding: 15px;
}

.distributor_map_btn {
	font-size: 0.78571rem;
}

}

@media screen and (max-width: 767px) {

#footer {
	padding-bottom: 18.75%;
}

#footer_logo {
	text-align: center;
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0;
}

#footer_logo img {
	width: 100%;
	max-width: 205px;
	height: auto;
}

#footer_global {
	padding: 6.25% 3.125% 20px;
}

#footer_global_list {
	display: none;
}

#footer_assist {
	padding: 0 3.125% 6.25%;
	background: #e30920;
}

#footer_assist_list {
	display: block;
}

#footer_assist ul {
	display: block;
	margin-bottom: 10px;
}

#footer_assist ul:last-child {
	margin-bottom: 0;
}

#footer_assist ul li {
	margin: 0 0 10px;
	padding: 0;
	border-right: 0;
}

#footer_assist ul li:last-child {
	margin-bottom: 0;
}

#footer_assist ul li a {
	display: block;
	max-width: 270px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 30px;
	border: 1px solid #fff;
	box-sizing: border-box;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#footer_assist ul li a:hover {
	background-color: #fff;
	color: #e30920;
	opacity: 1;
}

#page2top {
	right: 10px;
	bottom: 20px;
}

#page2top a {
	width: 35px;
	height: 35px;
}

#page2top a:before {
	font-size: 14px;
}

#copyright {
	padding: 6.25% 3.125% 0;
}

#copyright small {
	font-size: 0.71429rem;
	text-align: center;
}

#wrapper {
	padding-top: 66px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 2.58621%;
	border-bottom: 1px solid #d4d4d4;
}

#header_inner {
	width: auto;
	height: 65px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0.86207%;
}

#header.fixed {
	position: fixed;
}

#logo {
	width: auto;
}

#logo img {
	max-width: 230px;
}

#menu {
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	background: #e30920;
	min-width: 0;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

#menu_inner {
	overflow: auto;
}

#menu_btn {
	display: block;
}

#menu_btn a {
	display: block;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: 45px;
	height: 45px;
	background: #e30920;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#menu_btn a:before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: 0;
	color: #fff;
	font-size: 12px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#menu_btn a:hover {
	background-color: #eb5363;
}

#global {
	position: static;
}

#global > ul {
	display: block;
	width: auto;
}

#global > ul:before {
	display: none;
}

#global > ul > li {
	float: none;
	width: auto;
	border-bottom: 1px solid #db6f7a;
}

#global > ul > li > a {
	position: relative;
	font-size: 1rem;
	text-align: left;
	padding: 15px 10px;
}

#global > ul > li > a:after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 10px;
	font-weight: bold;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#global > ul > li > a:after {
	display: none;
}

#global .global_second_wrapper {
	display: block !important;
	opacity: 1 !important;
	position: static;
	border: 0;
	background: none;
	padding: 0;
}

#global .global_second {
	display: block;
	margin-bottom: 0;
	border-top: 1px solid #db6f7a;
}

#global .global_second li {
	width: auto;
	border-bottom: 1px solid #db6f7a;
}

#global .global_second li:last-child {
	border-bottom: 0;
}

#global .global_second li a {
	padding-top: 0;
	opacity: 1;
	padding: 10px 10px 10px 15px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background: #e53a4b;
	box-sizing: border-box;
}

#global .global_second li a:hover {
	background-color: #eb5363;
}

#global .global_second li a:before {
	display: none;
}

#global .global_second li a:after {
	display: none;
}

#global .global_second li a .label {
	position: relative;
	display: block;
	height: auto;
	padding: 0;
	text-align: left;
}

#global .global_second li a .label .title {
	display: inline;
	width: auto;
	font-size: 0.92857rem;
	margin-bottom: 0;
}

#global .global_second li a .label .small {
	width: auto;
	display: inline;
}

#global .global_second li a .hex {
	display: none;
}

#global .global_second li.second1 {
	margin: 0 auto;
}

#global .global_second li.second1 a:before {
	font-size: 30px;
}

#global .global_second li.second2 {
	margin: 0 auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

#global .global_second li.second2 a:before {
	font-size: 22px;
}

#global .global_second li.second3 {
	margin: 0 auto;
}

#global .global_second li.second3 a:before {
	font-size: 30px;
}

#global .global_second li.second4 {
	margin: 0 auto;
}

#global .global_second li.second4 a:before {
	font-size: 35px;
}

#global .global_second li.second5 {
	margin: 0 auto;
}

#global .global_second li.second5 a:before {
	font-size: 30px;
}

#global .global_second li.second6 {
	margin: 0 auto;
}

#global .global_second li.second6 a:before {
	font-size: 40px;
}

#global .global_second li.second7 {
	margin: 0 auto;
}

#global .global_second li.second7 a:before {
	font-size: 35px;
}

#global .global_third {
	display: none;
}

#global .global_third.active {
	display: none;
}

#widget {
	position: relative;
	right: 0;
	margin-right: 0;
	display: block;
	height: auto;
	padding: 0;
}

#lang {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	border-right: 0;
	border-bottom: 1px solid #db6f7a;
	margin-right: 0;
}

#lang li {
	float: left;
	width: 50%;
	padding: 0;
	border-right: 1px solid #db6f7a;
}

#lang li a {
	display: block;
	font-weight: 600;
	color: #e30920;
	text-align: center;
	padding: 10px;
	background: #fff;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

#lang li a:hover {
	color: #fff;
	background: #e30920;
}

#lang li.current a {
	color: #fff;
	background: #e30920;
}

#search {
	display: block !important;
	padding: 5px;
	background: #e30920;
	border-bottom: 1px solid #db6f7a;
}

#search .search_title {
	display: none;
}

#search .search_inner {
	width: 100%;
}

#search .search_keywords {
	border: 0;
	border-radius: 0;
}

#search .search_btn {
	border-left: 1px solid #e30920;
}

#search .search_submit {
	background: #fff;
}

#search .search_submit:before {
	color: #e30920;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#search .search_submit:hover {
	background-color: #eb5363;
}

#search .search_submit:hover:before {
	color: #fff;
}

#search_btn {
	display: none;
}

#assist {
	float: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
}

#assist li {
	width: 50%;
	margin-right: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #db6f7a;
}

#assist li:nth-child(2n) {
	border-left: 1px solid #db6f7a;
}

#assist li a {
	color: #fff;
	padding: 15px 0 15px 45px;
	background: #e30920;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#assist li a.icon-blank:after {
	color: #fff;
	right: 5px;
}

#assist li a:before {
	left: 10px;
	color: #e30920;
	background: #fff;
	border: 1px solid #fff;
}

#assist li a:hover {
	color: #fff;
	background-color: #eb5363;
}

#assist li a:hover:before {
	color: #e30920;
	background-color: #fff;
}

#content,
#content_full {
	display: block;
	padding: 0 20px;
}

#content_main {
	width: auto;
}

#content_sub {
	width: auto;
	margin: 40px 0;
	padding: 0;
}

#content_full {
	padding: 0;
}

.common_title_01 {
	font-size: 1.57143rem;
}

.common_title_02 {
	font-size: 1.28571rem;
	padding: 15px;
}

.common_title_01 + .common_title_02 {
	margin-top: 0;
}

.common_title_03 {
	font-size: 1.14286rem;
}

.common_title_04 {
	font-size: 1rem;
}

.common_title_05 {
	font-size: 1rem;
}

.common_float_left_01 {
	float: none;
	margin: 0 0 20px 0;
}

.common_float_left_01 img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.common_float_left_02 {
	float: none;
	margin: 0 0 20px 0;
}

.common_float_left_02 img {
	max-width: 120px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.common_float_right_01 {
	float: none;
	margin: 0 0 20px 0;
}

.common_float_right_01 img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.common_float_right_01_doc {
	max-width: 230px;
	display: block;
	margin: 0 auto;
}

.common_float_right_02 {
	float: none;
	margin: 0 0 20px 0;
}

.common_float_right_02 img {
	max-width: 230px;
	display: block;
	margin: 0 auto;
}

.common_box_wrapper_01 {
	display: block;
}

.common_box_wrapper_01 .common_box_01 {
	margin: 20px 0;
}

.common_box_wrapper_02 {
	display: block;
}

.common_box_wrapper_02:before,
.common_box_wrapper_02:after {
	display: table;
	content: '';
}

.common_box_wrapper_02:after {
	clear: both;
}

.common_box_wrapper_03 {
	display: table;
}

.common_box_wrapper_04 {
	display: block;
}

.common_box_wrapper_04 .common_box_01 {
	padding-right: 0;
	margin-bottom: 10px;
}

.common_box_wrapper_04 .common_txt_01 {
	margin-bottom: 10px;
}

.common_box_half_01 {
	width: auto;
}

.common_box_half_02 {
	display: table-cell;
	width: auto;
}

.common_box_half_03 {
	display: table-cell;
	width: auto;
}

.common_box_figure_wrapper {
	display: block;
	margin: 0;
}

.common_box_figure_wrapper .common_box_figure_01 {
	margin-bottom: 20px;
}

.common_box_figure_wrapper .common_box_figure_01:last-child {
	margin-bottom: 0;
}

.common_box_figure_01 img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.common_box_figure_01 .common_box_figure_inner_01 {
	text-align: center;
}

.common_box_figure_left_01 {
	float: none;
}

.common_box_figure_left_caption_01 {
	width: auto;
}

.common_box_figure_center_01 img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.common_box_figure_02 img {
	max-width: 230px;
	display: block;
	margin: 0 auto;
}

.common_box_figure_03 {
	text-align: center;
}

.common_box_figure_03 img {
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.common_box_figure_caption {
	text-align: center;
}

.common_box_figure_caption_title {
	font-size: 1rem;
}

.common_box_gray {
	padding: 15px;
}

.common_box_gray_inner {
	padding: 15px;
}

.common_box_border {
	padding: 15px;
}

.common_box_border_inner {
	padding: 15px;
}

.common_contact_body_01 {
	display: block;
	padding: 10px 0;
}

.common_contact_item_01 {
	width: auto;
	padding: 20px 20px;
}

.common_contact_item_01:after {
	content: none;
}

.common_contact_item_02 {
	width: auto;
	padding: 20px 20px;
}

.common_contact_item_02:after {
	content: none;
}

.common_contact_item_03 {
	width: auto;
	padding: 20px 20px;
}

.common_contact_item_03:after {
	content: none;
}

.common_contact_phone_title_01 {
	margin: 0 0 15px 0;
}

.common_contact_fax_title_01 {
	margin: 0 0 15px 0;
}

.common_tab_01 {
	display: none;
}

.common_tab_head_01 {
	display: block;
	margin-top: 10px;
}

.distributor_map_img {
	display: none;
}

.distributor_map_list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2px;
}

.distributor_map_list_item_01 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_list_item_02 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_list_item_03 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_list_item_04 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_list_item_05 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_list_item_06 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_list_item_07 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_list_item_08 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_list_item_09 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_list_item_10 {
	position: static;
	width: 25%;
	padding: 0 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.distributor_map_btn {
	font-size: 0.71429rem;
}

.for-pc {
	display: none !important;
}

}

@media print {

.common_img_nonprint_01 {
	display: none !important;
}

}







/* ### ### ### ### ### ### ### ###PAGESTYLE### ### ### ### ### ###*/
#productWrapper {
	background: url(../image/proBg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  }
  
  .productArea {
	margin: auto;
  }
  
  .productSliderArea .slick-arrow::after {
	border-color: #e30920;
	width: 15px;
	height: 15px;
	border-top-width: 4px;
	border-right-width: 4px;
  }
  
  .productSliderArea .slick-prev::after {
	left: 10px;
  }
  
  .productSliderArea .slick-next::after {
	right: 10px;
  }
  
  .productArea .slick-next {
	right: -20px;
  }
  
  .productArea .slick-prev {
	left: -20px;
  }
  
  @media screen and (max-width: 690px) {
	.productArea .slick-next {
	  right: 0px;
	}
  
	.productArea .slick-prev {
	  left: 0px;
	}
  }
  
  .productSliderArea .slick-dots li button {
	height: 1px;
	width: 1px;
	background: #e30920;
	position: relative;
	padding: 2px;
	transition: 0.5s ease;
  }
  
  .productSliderArea .slick-dots li button::before {
	display: block;
	content: "";
	position: absolute;
	width: 450%;
	height: 450%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	border: 1px solid #e30920;
	border-radius: 100%;
	transition: 0.5s ease;
	opacity: 0;
	z-index: -1;
  }
  
  .productSliderArea .slick-dots li.slick-active button::before {
	opacity: 1;
  }
  
  .productSliderArea .slick-dots li:hover button::before {
	opacity: 1;
	background: #e30920;
  }
  
  .productSliderArea .slick-dots li:hover button {
	background: #fff;
  }
  #cross .topCol2Wrapper section.times{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
  }
  #cross .topCol2Wrapper section#system{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
  }
  .productSlider {
	display: flex !important;
	align-content: center;
	margin: 20px;
	height: 135px !important;
	cursor: pointer;
  }
  
  .productSlider .imgArea,
  .productSlider .txtArea {
	width: calc((100% - 0px)/2);
  }
  
  .productSlider .imgArea {
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  .productSlider .imgArea img {
	width: 100%;
  }
  
  .productSlider .txtArea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
  }
  
  .productSlider .txtArea a {
	color: #666;
	text-decoration: none;
	letter-spacing: 1.5px;
	line-height: 1.5;
  }
  
  /* ### ### ### header ### ### ###*/
  .headerWrapper {
	width: 100%;
	position: relative;
	padding: 0 !important;
  }
  
  .headerArea {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
  }
  
  @media screen and (max-width: 980px) {
	.headerArea {
	  max-width: 100%;
	  padding: 10px;
	}
  }
  
  .headerArea .logoWrapper {
	width: calc(30% - 10px);
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  @media screen and (max-width: 690px) {
	.headerArea .logoWrapper {
	  width: calc(50% - 10px);
	}
  
	.headerArea {
	  box-sizing: border-box;
	}
  }
  
  .headerArea .logoWrapper .logoArea img {
	width: 100%;
  }
  
  .headerArea .logoWrapper .langList {
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
  }
  
  @media screen and (max-width: 690px) {
	.headerArea .logoWrapper .langList {
	  display: none;
	}
  }
  
  .headerArea .logoWrapper .langList li {
	list-style-type: none;
  }
  
  .headerArea .logoWrapper .langList li+li {
	border-left: 2px solid #f5f5f5;
  }
  
  .headerArea .logoWrapper .langList li a {
	display: block;
	padding: 0 8px;
	color: #666;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	line-height: 1;
	transition: 0.5s ease;
  }
  
  .headerArea .logoWrapper .langList li a:hover {
	color: #e30920;
  }
  
  .searchWrapper {
	width: calc(70% - 10px);
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .searchWrapper .searchArea {
	width: calc(80% - 5px);
  }
  
  .searchWrapper .btnArea {
	width: calc(20% - 5px);
  }
  
  @media screen and (max-width: 690px) {
	.searchWrapper {
	  display: none;
	}
  }
  
  .searchArea form#search_form {
	display: flex;
	border: 1px solid #e30920;
	border-radius: 8px;
	justify-content: space-between;
  }
  
  .searchArea form#search_form select,
  .searchArea form#search_form input,
  .searchArea form#search_form a {
	border: none;
  }
  
  .searchArea form#search_form .search_pattern {
	width: calc(25% - 0px);
	padding: 8px;
	border-radius: 6px 0 0 6px;
	font-size: 13px;
	background: #f1f1f1;
	height: 100%;
  }
  
  .searchArea form#search_form .search_keyword {
	width: calc(66% - 0px);
	padding: 8px;
  }
  
  .searchArea form#search_form a.search_btn {
	width: calc(10% - 0px);
	background: #e30920;
	border-radius: 0 8px 8px 0;
	background-image: url(../image/iconImg02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 20px;
	margin-right: 0;
	box-sizing: content-box;
  }
  
  .searchArea form#search_form a.search_btn:hover {
	box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.7) inset;
  }
  
  /* ### ### ###btn### ### ###*/
  .btnStyle01 {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #e30920;
	line-height: 1.5;
	border-radius: 5px;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	transition: 0.5s ease;
  }
  
  .btnStyle01::after {
	/* display: block;
	content: "";
	position: absolute;
	background-image: url(../image/iconImg01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 15px;
	height: 10px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%); */
	position: absolute;
	left: 10px;
	top: 5px;
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 15px;
	line-height: 28px;
  }
  
  .btnStyle01:hover {
	box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.7) inset;
	text-decoration: none;
	color: #fff;
  }
  
  .spBtnWrapper {
	width: 30px;
	height: 20px;
	background: #e30920;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px 7px;
	align-items: center;
	display: none;
  }
  
  .spBtnWrapper .line {
	display: block;
	background: #fff;
	width: 100%;
	height: 2px;
	transition: 0.5s ease;
  }
  
  .spBtnWrapper.is-active .line:nth-child(2) {
	display: none;
  }
  
  .spBtnWrapper.is-active {
	justify-content: center;
  }
  
  .spBtnWrapper.is-active .line:nth-child(1) {
	transform: rotate(45deg);
	position: relative;
	top: 1px;
  }
  
  
  .spBtnWrapper.is-active .line:nth-child(3) {
	transform: rotate(-45deg);
	position: relative;
	top: -1px;
  }
  
  @media screen and (max-width: 690px) {
	.spBtnWrapper {
	  display: flex;
	}
  }
  
  .spMenuListWrapper {
	position: fixed;
	top: 65px;
	left: 0;
	background: #e30920;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease;
	transform: translateY(-20px);
	z-index: 10000;
  }
  
  .spMenuListWrapper.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
  }
  
  .spLangList {
	display: flex;
	border-bottom: 1px solid #db6f7a;
  }
  
  .spLangList li {
	width: calc(50% - 0px);
	list-style-type: none;
  }
  
  .spLangList li a {
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 0;
  }
  
  .spLangList li+li {
	border-left: 1px solid #db6f7a;
  }
  
  .spMenuList {
	border-bottom: 1px solid #db6f7a;
  }
  
  .spMenuList li {
	list-style-type: none;
  }
  
  .spMenuList li a {
	display: block;
	color: #fff;
	padding: 10px;
	text-decoration: none;
  }
  
  .spMenuList li a:hover {
	cursor: pointer;
  }
  
  .spMenuList li+li {
	border-top: 1px solid #db6f7a;
  }
  
  .spSearchArea {
	padding: 20px 10px;
  }
  
  .spSearchArea #search_form {
	display: flex;
	flex-direction: column;
  }
  
  .spSearchArea #search_form .search_pattern {
	border: 1px solid #fff;
	padding: 8px;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #db6f7a;
  }
  
  .spSearchArea #search_form .search_keyword {
	border: 1px solid #fff;
	padding: 8px;
	border-radius: 0 0 5px 5px;
  }
  
  .spBtnArea .btnStyle01 {
	max-width: 85%;
	margin: 0 auto 20px;
	background: #fff;
	color: #e30920;
	border: 2px solid #e30920;
  }
  
  @media screen and (max-width: 1250px) and (min-width:980px) {
	.btnStyle01 {
	  font-size: 12px;
	}
  
	.btnStyle01::after {
	  width: 15px;
	  height: 15px;
  
	}
  
	.searchArea form#search_form .search_pattern {
	  padding: 6px;
	  height: 100%;
	}
  }
  
  @media screen and (max-width: 980px) {
	.headerArea .logoWrapper .langList li a {
	  padding: 0 5px;
	  font-size: 14px;
	}
  
	.headerArea .logoWrapper .langList {
	  margin-left: 10px;
	}
  
	.searchWrapper .searchArea {
	  width: calc(70% - 5px);
	}
  
	.searchWrapper .btnArea {
	  width: calc(30% - 5px);
	}
  
	.searchArea form#search_form .search_pattern {
	  width: calc(45% - 0px);
	  border-radius: 3px 0 0 3px;
	  font-size: 11px;
	  height: 100%;
	}
  
	.searchArea form#search_form .search_keyword {
	  width: calc(55% - 0px);
	  font-size: 11px;
	}
  
	.searchArea form#search_form a.search_btn {
	  border-radius: 0 3px 3px 0;
	  background-size: 14px;
	}
  
	.searchArea form#search_form {
	  border-radius: 4px;
	}
  
	.btnStyle01 {
	  font-size: 12px;
	}
  }
  
  @media screen and (max-width: 690px) {
	.spSearchArea a.search_btn {
	  background: #fff;
	  background-image: url(../image/iconImg02_r.png);
	  background-position: center;
	  background-repeat: no-repeat;
	  display: block !important;
	  max-width: 100%;
	  width: 100%;
	  margin: 5px auto 0;
	  border-radius: 5px;
	  padding: 15px;
	  box-sizing: border-box;
	}
  
	#lang {
	  display: none;
	}
  }
  
  .searchFormWrap {
	background: #e30920;
	padding: 25px;
  }
  
  .searchFormWrap .searchFormTitle {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	border: none;
	margin-bottom: 0;
  }
  
  .searchFormTitleArea {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
  }
  
  .searchFormTitleArea p {
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 0;
  }
  
  #searchKeyword {
	width: calc(100% - 40px);
	padding: 8px;
	border: 1px solid transparent;
  }
  
  #searchFormArea {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  #searchBtn {
	display: block;
	background: #fff;
	width: 40px;
	height: 33px;
	border-left: 4px solid #e30920;
	box-sizing: border-box;
	background-image: url(../image/iconImg02_r.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	transition: 0.5s ease;
  }
  
  #searchBtn:hover {
	box-shadow: 0 0 7px 0 rgba(227, 9, 32, 0.5) inset;
  }
  
  
  
  @media screen and (max-width: 980px) {
  
  
	.topCol2Wrapper .times {
	  padding: 20px !important;
	}
  
	.topCol2Wrapper #system {
	  padding: 20px !important;
  
	}
  }
  
  
  @media screen and (max-width: 690px) {
	.searchFormTitleArea {
	  flex-direction: column;
	}
  
	.searchFormTitleArea p {
	  margin-left: 0px;
	}
  
	.searchFormWrap {
	  padding: 15px;
	}
  
	.productSliderArea .slick-arrow::after {
	  width: 10px;
	  height: 10px;
	}
  
	.topCol2Wrapper .times {
	  width: 100%;
	  box-sizing: border-box;
	}
  
	.topCol2Wrapper #system {
	  width: 100%;
	  box-sizing: border-box;
	}
  }
  
  .mainConArea {
  
	width: 100%;
	display: flex;
	justify-content: space-between;
  }
  
  .btnStyle02 {
	background: #e30920;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px 20px;
	position: relative;
	font-size: 16px;
	text-decoration: none;
	max-width: 215px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	margin: auto;
	position: absolute;
	transition: 0.5s ease;
  }
  
  .btnStyle02:hover {
	background-color: #eb5363;
  }
  
  .btnStyle02::after {
	content: "";
	display: block;
	position: absolute;
	right: 14px;
	width: 18px;
	height: 2px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .btnStyle02::before {
	content: "";
	display: block;
	position: absolute;
	right: 17px;
	width: 8px;
	height: 8px;
	top: 48%;
	transform: rotate(45deg) translateY(-50%);
	border: 2px solid #fff;
	border-width: 2px 2px 0 0;
  }
  
  @media screen and (max-width: 980px) {}
  
  
  .mainConTextArea {
	width: calc((100% - 20px)/2);
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	color: #333;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
  
  }
  
  .mainBtnArea {
	width: calc((100% - 20px)/2);
	height: 250px;
	background: url(../image/mainConBg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
  }
  
  #feature {
	background: url(../image/new_top_main2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 630px;
  }
  
  @media screen and (max-width: 980px) {
	.mainConTextArea {
	  min-width: 310px;
	  min-height: 100px;
	}
	.feature_bg1{
	  background-position: 65% center;
	}
	.feature_bg2{
	  background-position: 65% center;
	}
	.feature_bg3{
	  background-position: 65% center;
	}
	.feature_bg4{
	  background-position: 65% center;
	}
	.feature_bg5{
	  background-position: 65% center;
	}
  }
  
  @media screen and (max-width: 690px) {
	#feature {
	  height: auto;
  }
	#feature {
	  background-position: 65% center;
	}
  
	.mainConArea {
	  flex-direction: column-reverse;
	}
  
	.mainConTextArea {
	  width: 100%
	}
  
	.mainBtnArea {
	  width: 60%;
	  height: 200px;
	  margin-bottom: 20px;
	}
  
	#feature_bg {
	  height: 100%;
	}
  
	#feature_txt {
	  height: auto;
	  margin: 30px auto;
	}
  
	.mainConTextArea {
	  margin-bottom: 20px;
	}
  
	.btnStyle02 {
	  max-width: 55%;
	  padding: 10px 20px;
	  font-size: 12px;
	}
  
	.btnStyle02::after {
	  width: 12px;
	}
  
	.btnStyle02::before {
	  width: 5px;
	  height: 5px;
	}
  }
  
  
  
  input[type="submit"] {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 0;
  }
  
  
  #search_form select {
	width: 100%;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  
  #search_form {
	position: relative;
  }
  
  #search_form::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: calc(25% - 20px);
	margin-top: -6px;
  }
  
  #search_form select::-ms-expand {
	display: none;
  }
  
  @media screen and (max-width: 980px) {
	#search_form::after {
	  left: calc(45% - 40px);
	}
  
	#searchKeyword {
	  border-radius: 0;
	}
  }
  
  @media screen and (max-width: 690px) {
	.spSearchArea #search_form .search_pattern {
	  background: #fff;
	  margin-bottom: 0;
	  border: none;
	  border-radius: 3px 3px 0 0;
	  border-bottom: 1px solid #db6f7a;
	  width: 100%;
	}
  
	.spSearchArea #search_form .search_keyword {
	  background: #fff;
	  margin-bottom: 0;
	  border: none;
	  border-radius: 0 0 0 3px;
	  width: 90%;
	  box-sizing: border-box;
	  margin-top: 0;
	  border-right: 1px solid #db6f7a;
	}
  
	.spSearchArea a.search_btn {
	  width: 10%;
	  border-radius: 0 0 3px 0;
	  position: absolute;
	  right: 0;
	  bottom: 0;
	}
  
	#search_form::after {
	  top: 15px;
	  left: auto;
	  right: 15px;
	  margin-top: 0;
	}
  }

/*Cica Web*/
#detWrap table {
	width: 100%;
	line-height: 1.6;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	margin-bottom: 10px;
}

#detWrap table th,
#detWrap table td {
	padding: 15px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

#detWrap table th {
	background: #f6f8fa;
	font-weight: bold;
	vertical-align: middle;
}

#detWrap table td > :first-child {
	margin-top: 0;
}

#detWrap table td > :last-child {
	margin-bottom: 0;
}
#detWrap h3 {
	overflow: hidden;
	position: relative;
	margin: 40px 0 25px;
	padding: 20px;
	line-height: 1.6;
	font-size: 1.42857rem;
	color: #151515;
	background: #f6f8fa;
	border-bottom: 1px #cccccc solid;
}

#detWrap h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 110px;
	height: 3px;
	background: #e30920;
}

#detWrap h3:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #d4d4d4;
}

#detWrap h4 {
	overflow: hidden;
	position: relative;
	margin: 35px 0 20px;
	padding: 15px 20px;
	line-height: 1.6;
	font-size: 1.28571rem;
	border-bottom: 1px #cccccc solid;
}

#detWrap h4:before,
#detWrap h4:after {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	display: block;
	width: 3px;
	height: 30%;
	background: #e30920;
}

#detWrap h4:after {
	background: #d4d4d4;
	top: 50%;
}
@media screen and (max-width: 767px) {
#detWrap h3  {
	font-size: 1.28571rem;
	padding: 15px;
	margin-top: 0;
}
#detWrap h4 {
	font-size: 1.14286rem;
}
}