@charset "UTF-8";
/**
 * Fonts
 */
@font-face {
	font-family: 'icomoon';
	font-style: normal; 
	font-weight: normal;

	src: url("../fonts/icomoon.eot?69pk3g");
	src: url("../fonts/icomoon.eot?69pk3g#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?69pk3g") format("truetype"), url("../fonts/icomoon.woff?69pk3g") format("woff"), url("../fonts/icomoon.svg?69pk3g#icomoon") format("svg");
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;

	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
	content: "\e900";
}

.icon-clear:before {
	content: "\eb2f";
}

.icon-facebook:before {
	content: "\ea91";
}

.icon-twitter:before {
	content: "\ea97";
}

/**
 * Reset
 */
/* base */
html {
	height: 100%;
	font-size: 62.5%;
}

body {
	overflow-y: scroll;
	width: 100%;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	color: #202E30;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 1.6rem; 
	-webkit-text-size-adjust: 100%;
	line-height: 1.0;
	background: #FFFFFF;
}
@media screen and (max-width: 48em) {
	body {
		min-width: 320px;
	}
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

div, p, dl, dt, dd, ul, ol, li, th, td, form, fieldset, input, button, textarea, pre, blockquote, address {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style-type: none;
}

table {
	border: 0; 
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

fieldset {
	border: 0;
}

button, input, textarea, label {
	line-height: 1;
	vertical-align: middle;
	cursor: pointer;
}

button, input[type=text], textarea {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

input[type=text], textarea {
	cursor: text;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;

	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

address {
	font-style: normal;
}

small {
	font-size: 100%;
}

header, footer, nav, main, article, aside, section, figure, figcaption, dialog, svg {
	display: block;
}

*, *:after, *:before {
	box-sizing: border-box;
}

/* link, button */
a {
	color: #0046BF;
	text-decoration: none;
	transition: opacity 0.25s linear;
	transition-property: color, background-color, opacity, box-shadow;
}
a:hover, a:focus, a:active {
	opacity: 0.70;
	text-decoration: underline;
}

button {
	transition: opacity 0.25s linear;
	transition-property: color, background-color, opacity, box-shadow;
}
button:hover, button:focus, button:active {
	opacity: 0.70;
}

/**
 * Layout
 */
/* Html Body State */
/* Header */
.l-header {
	position: relative;
	background-color: #FFFFFF;
}
.l-header .header-inner {
	display: -ms-flexbox;
	display: flex;
	max-width: 950px;
	margin: 0 auto; 

	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.l-header .header-logo {
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 60px;
	margin: 0 130px 0 10px; 

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-header .header-logo img {
	width: 100%;
	max-width: 180px;
}
.l-header .header-mail, .l-header .header-registry, .l-header .header-menu {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
}
.l-header .header-mail a, .l-header .header-registry a, .l-header .header-menu a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	height: 100%;

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-header .header-mail, .l-header .header-registry {
	right: 60px;
}
.l-header .header-mail a {
	background-color: #E9A431;
}
.l-header .header-registry a {
	background-color: #80A81B;
}
.l-header .header-mail img, .l-header .header-registry img {
	width: 32px;
	height: auto;
}
.l-header .header-menu {
	right: 0;
}
.l-header .header-menu a {
	color: #FFFFFF;
	font-size: 3rem; 
	background-color: #293233;
}
.l-header .header-menu a:hover, .l-header .header-menu a:focus, .l-header .header-menu a:active {
	text-decoration: none;
}
.l-header .header-menu .icon-clear {
	display: none;
}
.l-header .header-navigation {
	overflow: hidden; 
	width: 100%;
	height: 0;
	z-index: 2;
}
.l-header .header-navigation .navigation-list .list-items {
	border-top: 1px solid #E4E4E4;
}
.l-header .header-navigation .navigation-list .list-item {
	border-bottom: 1px solid #E4E4E4;
}
.l-header .header-navigation .navigation-list a {
	display: block;
	padding: 20px;
	color: inherit;
	font-size: 1.8rem; 
	text-align: center;
	background-color: #F3F3F2;
}
.l-header .header-navigation .navigation-list a:hover, .l-header .header-navigation .navigation-list a:focus, .l-header .header-navigation .navigation-list a:active {
	text-decoration: none;
}
.l-header .header-navigation .navigation-list .btn-icon-self::after {
	right: 24px;
	background-image: url(../img/icon_self_green.png);
}
.l-header .header-navigation .navigation-list .btn-icon-blank::after {
	right: 24px;
	background-image: url(../img/icon_blank_green.png);
}
.l-header .header-navigation .navigation-button {
	padding: 20px;
	background-color: #F3F3F2;
}
.l-header .header-navigation .navigation-button .list-items {
	margin: -10px 0 0 0;
}
.l-header .header-navigation .navigation-button .list-item {
	margin: 10px 0 0 0;
}
.l-header .header-navigation .navigation-button .btn {
	height: 60px;
	font-size: 1.8rem;
}
.is-menu-open .l-header .header-menu .icon-menu {
	display: none;
}
.is-menu-open .l-header .header-menu .icon-clear {
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.is-menu-open .l-header .header-navigation {
	height: auto;
}
@media screen and (min-width: 64em) {
	.l-header .header-inner {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.l-header .header-logo {
		display: block;
		height: auto;
		margin: 20px 0 0 0;
	}
	.l-header .header-logo img {
		width: auto;
		max-width: 100%;
	}
	.l-header .header-navigation {
		display: -ms-flexbox;
		display: flex;
		overflow: visible; 
		width: auto;
		height: auto;

		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.l-header .header-navigation .navigation-list {
		-ms-flex-order: 2;
		order: 2;
	}
	.l-header .header-navigation .navigation-list .list-items {
		border: 0;
	}
	.l-header .header-navigation .navigation-list .list-item {
		display: inline-block;
		margin: 0 0 0 20px;
		padding: 20px 0 20px 0;
		border: 0; 
		vertical-align: top;
	}
	.l-header .header-navigation .navigation-list .list-item:first-child {
		margin: 0;
	}
	.l-header .header-navigation .navigation-list a {
		display: inline-block;
		padding: 0;
		font-size: 1.2rem; 
		vertical-align: middle;
		background-color: transparent;
	}
	.l-header .header-navigation .navigation-list .btn-icon-self::after {
		content: none;
	}
	.l-header .header-navigation .navigation-list .btn-icon-blank::after {
		display: inline-block;
		position: static;
		transform: none;
		margin: 0 0 0 5px; 
		background-image: url(../img/icon_blank_black.png);
	}
	.l-header .header-navigation .navigation-button {
		margin: 17px 0 0 0;
		padding: 0;
		background-color: transparent; 

		-ms-flex-order: 1;
		order: 1;
	}
	.l-header .header-navigation .navigation-button .list-items {
		display: -ms-flexbox;
		display: flex;

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.l-header .header-navigation .navigation-button .btn {
		width: 174px;
		height: 40px;
		margin: 0 0 0 10px;
		font-size: 1.2rem;
	}
	.l-header .header-navigation .navigation-button .btn-icon-self::after {
		content: none;
	}
}

/* Pagetop */
.l-pagetop {
	position: relative;
	max-width: 950px;
	height: 0;
	margin: 0 auto;
}
.l-pagetop .pagetop-link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #293233; 

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-pagetop .pagetop-link img {
	width: 32px;
	height: auto;
}

/* Footer */
.l-footer {
	border-top: 1px solid #E2E2E2;
}
.l-footer .footer-inner {
	display: -ms-flexbox;
	display: flex;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 20px 30px 20px; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.l-footer .footer-col:nth-child(1) {
	-ms-flex-order: 2;
	order: 2;
}
.l-footer .footer-col:nth-child(2) {
	-ms-flex-order: 1;
	order: 1;
}
.l-footer .footer-col:nth-child(3) {
	-ms-flex-order: 3;
	order: 3;
}
.l-footer .footer-navigation {
	margin: 0 -20px 0 -20px;
}
.l-footer .footer-navigation .list-item {
	border-top: 1px solid #464646;
}
.l-footer .footer-navigation .list-item.is-charge {
	border-top: 0;
}
.l-footer .footer-navigation .list-item.is-charge a {
	background-color: #E9A431;
}
.l-footer .footer-navigation a {
	display: block;
	padding: 20px;
	color: #FFFFFF;
	font-size: 1.8rem; 
	text-align: center;
	background-color: #676E6E;
}
.l-footer .footer-navigation a:hover, .l-footer .footer-navigation a:focus, .l-footer .footer-navigation a:active {
	text-decoration: none;
}
.l-footer .footer-navigation .btn-icon-self::after, .l-footer .footer-navigation .btn-icon-blank::after {
	right: 24px;
}
.l-footer .footer-logo {
	margin: 20px 0 0 0;
	text-align: center;
}
.l-footer .footer-logo a {
	display: inline-block;
	vertical-align: top;
}
.l-footer .footer-logo img {
	width: 100%;
	max-width: 180px;
}
.l-footer .footer-copyright {
	margin: 20px 0 0 0;
	font-size: 1rem; 
	text-align: center;
}
@media screen and (min-width: 64em) {
	.l-footer .footer-inner {
		display: -ms-flexbox;
		display: flex;
		padding: 40px 0 20px 0; 

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.l-footer .footer-col:nth-child(n) {
		-ms-flex-order: 0;
		order: 0;
	}
	.l-footer .footer-col:nth-child(2) {
		margin: 0 0 0 80px;
	}
	.l-footer .footer-col:nth-child(3) {
		margin: 0 0 0 auto;
	}
	.l-footer .footer-logo {
		margin: 0;
	}
	.l-footer .footer-logo img {
		width: auto;
		max-width: 100%;
	}
	.l-footer .footer-navigation {
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 0 -65px; 

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.l-footer .footer-navigation .list-items {
		margin: 0 0 0 65px;
	}
	.l-footer .footer-navigation .list-item {
		margin: 0 0 15px 0;
		border: 0;
	}
	.l-footer .footer-navigation a {
		display: inline-block;
		padding: 0;
		color: inherit;
		font-size: 1.2rem; 
		text-align: left;
		vertical-align: middle;
		background-color: transparent;
	}
	.l-footer .footer-navigation .btn-icon-self::after {
		content: none;
	}
	.l-footer .footer-navigation .btn-icon-blank::after {
		display: inline-block;
		position: static;
		transform: none;
		margin: 0 0 0 5px; 
		background-image: url(../img/icon_blank_black.png);
	}
	.l-footer .footer-button {
		width: 446px;
	}
	.l-footer .footer-button .list-items {
		display: -ms-flexbox;
		display: flex;
		margin: 0 -10px 0 -10px; 

		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.l-footer .footer-button .list-item {
		display: -ms-flexbox;
		display: flex;
		width: 50%;
		padding: 0 10px 0 10px; 

		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.l-footer .footer-button a {
		font-size: 1.2rem;
	}
	.l-footer .footer-social {
		margin: 40px 0 0 0;
	}
	.l-footer .footer-social .list-items {
		display: -ms-flexbox;
		display: flex;
		margin: 0 -5px 0 -5px; 

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center;
	}
	.l-footer .footer-social .list-item {
		padding: 0 5px 0 5px;
	}
	.l-footer .footer-social a {
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		color: #FFFFFF; 
		background-color: #202E30;

		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.l-footer .footer-social a:hover, .l-footer .footer-social a:focus, .l-footer .footer-social a:active {
		opacity: 1;
		box-shadow: 1px -1px 0 0 #202E30; 
		color: inherit;
		text-decoration: none;
		background-color: #FFFFFF;
	}
	.l-footer .footer-social .icon-twitter {
		font-size: 2.4rem;
	}
	.l-footer .footer-social .icon-facebook {
		font-size: 2.2rem;
	}
	.l-footer .footer-copyright {
		margin: 40px 0 0 0;
		text-align: right;
	}
}

/* Local Navigation */
.l-navi-local {
	display: none;
	background-color: rgba(128, 163, 27, 0.7);
}
.l-navi-local .list-items {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 950px;
	height: 40px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 0; 

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.l-navi-local .list-item {
	margin: 0 0 0 40px;
}
.l-navi-local .list-item a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	height: 100%;
	color: #FFFFFF;
	font-size: 1.2rem; 
	text-decoration: none;

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-navi-local .list-item.is-current a {
	opacity: 1; 
	cursor: default;
}
.l-navi-local .list-item.is-current a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #80A31B;
}
@media screen and (min-width: 64em) {
	.l-navi-local {
		display: block;
	}
}

/* Main */
.l-main {
	overflow: hidden; 
	min-height: 300px;
	line-height: 1.71429;
}

/* Fixed Footer */
.fixed-footer {
	overflow: hidden;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 0;
	background-color: #F1F1F1;
	transition: opacity 0.25s linear;
}
.fixed-footer .list-items {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 -10px 0 -10px; 

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.fixed-footer .list-item {
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px 0 10px; 

	-ms-flex-align: stretch;
	align-items: stretch;
}
.fixed-footer .list-item .btn {
	width: 190px;
}

@media screen and (min-width: 64em) {
	.is-fixed-footer-open {
		padding-bottom: 1px;
	}
	.is-fixed-footer-open .fixed-footer {
		height: 90px;
	}
	.is-fixed-footer-open .fixed-footer.is-show {
		opacity: 1;
	}
}
/* Modal */
#modal {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 0;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.75);
	transition: opacity 0.25s linear; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
#modal .modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	color: #FFFFFF;
	font-size: 4rem;
}
#modal .modal-close .icon-clear {
	cursor: pointer;
}
#modal .modal-contents {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%; 

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
#modal .contents-image {
	overflow: auto; 
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 950px;
	max-height: 80vh;
}
#modal .contents-video {
	position: relative;
	z-index: 1; 
	width: 100%;
	max-width: 950px;
}
#modal .contents-video::before {
	display: block;
	width: 100%;
	padding-top: 56.25%; 
	content: "";
}
#modal .contents-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen and (min-width: 64em) {
	#modal .modal-close {
		font-size: 6rem;
	}
}

.is-modal-open {
	overflow: hidden;
}
.is-modal-open #modal {
	height: 100%;
}
.is-modal-open #modal.is-show {
	opacity: 1;
}
@media screen and (min-width: 64em) {
	.is-modal-open {
		overflow: auto;
	}
}

/**
 * Module
 */
/* Media Hidden */
.sp-only {
	display: block;
}

.pc-only {
	display: none;
}

@media screen and (min-width: 64em) {
	.sp-only {
		display: none;
	}

	.pc-only {
		display: block;
	}
}
/* Link */
.link-icon-next {
	display: -ms-inline-flexbox;
	display: inline-flex;

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.link-icon-next::after {
	display: block;
	transform: rotate(90deg); 
	width: 16px;
	height: 16px;
	margin: 0 0 0 4px;
	content: "";
	background-image: url(../img/icon_arrow_up_gray.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}

/* Button */
.btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	min-height: 40px;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	color: inherit;
	font-size: 1.2rem; 
	text-align: center;

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn:hover, .btn:focus, .btn:active {
	opacity: 1; 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.btn-medium {
	min-height: 50px;
	font-size: 1.4rem;
}

.btn-large {
	min-height: 75px;
	font-size: 1.6rem;
}

.btn-big {
	min-height: 100px;
	padding: 10px 20px 10px 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-weight: 700;
	font-size: 2.4rem; 
	line-height: 1.5;
}

.btn-normal {
	background-color: #FFFFFF;
}
.btn-normal:hover, .btn-normal:focus, .btn-normal:active {
	color: #FFFFFF; 
	background-color: #80A81B;
}

.btn-ghost {
	border: 3px solid #FFFFFF;
	color: #80A81B; 
	font-weight: 700;
	background-color: #FFFFFF;
}
.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active {
	color: #FFFFFF; 
	background-color: transparent;
}

.btn-registry, .btn-detail {
	color: #FFFFFF; 
	background-color: #80A81B;
}
.btn-registry:hover, .btn-registry:focus, .btn-registry:active, .btn-detail:hover, .btn-detail:focus, .btn-detail:active {
	color: #80A81B; 
	background-color: #FFFFFF;
}

.btn-login, .btn-demo, .btn-view, .btn-request {
	color: #FFFFFF; 
	background-color: #646E6F;
}
.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-demo:hover, .btn-demo:focus, .btn-demo:active, .btn-view:hover, .btn-view:focus, .btn-view:active, .btn-request:hover, .btn-request:focus, .btn-request:active {
	color: #646E6F; 
	background-color: #FFFFFF;
}

.btn-trial, .btn-inquiry {
	color: #FFFFFF; 
	background-color: #FFA81B;
}
.btn-trial:hover, .btn-trial:focus, .btn-trial:active, .btn-inquiry:hover, .btn-inquiry:focus, .btn-inquiry:active {
	color: #FFA81B; 
	background-color: #FFFFFF;
}

.btn-icon-self, .btn-icon-blank {
	position: relative;
}
.btn-icon-self::after, .btn-icon-blank::after {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 1;
	width: 12px;
	height: 12px;
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.btn-icon-blank::after {
	right: 6px;
}

.btn-icon-self::after {
	background-image: url(../img/icon_self_white.png);
}
.btn-icon-self.btn-ghost::after, .btn-icon-self.btn-normal::after {
	background-image: url(../img/icon_self_green.png);
}
.btn-icon-self.btn-ghost:hover::after, .btn-icon-self.btn-ghost:focus::after, .btn-icon-self.btn-ghost:active::after, .btn-icon-self.btn-normal:hover::after, .btn-icon-self.btn-normal:focus::after, .btn-icon-self.btn-normal:active::after {
	background-image: url(../img/icon_self_white.png);
}
.btn-icon-self.btn-registry:hover::after, .btn-icon-self.btn-registry:focus::after, .btn-icon-self.btn-registry:active::after, .btn-icon-self.btn-detail:hover::after, .btn-icon-self.btn-detail:focus::after, .btn-icon-self.btn-detail:active::after {
	background-image: url(../img/icon_self_green.png);
}
.btn-icon-self.btn-trial:hover::after, .btn-icon-self.btn-trial:focus::after, .btn-icon-self.btn-trial:active::after, .btn-icon-self.btn-inquiry:hover::after, .btn-icon-self.btn-inquiry:focus::after, .btn-icon-self.btn-inquiry:active::after {
	background-image: url(../img/icon_self_orange.png);
}
.btn-icon-self.btn-demo:hover::after, .btn-icon-self.btn-demo:focus::after, .btn-icon-self.btn-demo:active::after, .btn-icon-self.btn-view:hover::after, .btn-icon-self.btn-view:focus::after, .btn-icon-self.btn-view:active::after {
	background-image: url(../img/icon_self_gray.png);
}
.btn-icon-self.btn-login:hover::after, .btn-icon-self.btn-login:focus::after, .btn-icon-self.btn-login:active::after {
	background-image: url(../img/icon_self_gray.png);
}

.btn-icon-blank::after {
	background-image: url(../img/icon_blank_white.png);
}
.btn-icon-blank.btn-normal::after,.btn-icon-blank.btn-registry:hover::after, .btn-icon-blank.btn-registry:focus::after, .btn-icon-blank.btn-registry:active::after, .btn-icon-blank.btn-detail:hover::after, .btn-icon-blank.btn-detail:focus::after, .btn-icon-blank.btn-detail:active::after {
	background-image: url(../img/icon_blank_green.png);
}
.btn-icon-blank.btn-normal:hover::after, .btn-icon-blank.btn-normal:focus::after, .btn-icon-blank.btn-normal:active::after {
	background-image: url(../img/icon_blank_white.png);
}
.btn-icon-blank.btn-login:hover::after, .btn-icon-blank.btn-login:focus::after, .btn-icon-blank.btn-login:active::after, .btn-icon-blank.btn-request:hover::after, .btn-icon-blank.btn-request:focus::after, .btn-icon-blank.btn-request:active::after {
	background-image: url(../img/icon_blank_gray.png);
}
.btn-icon-blank.btn-inquiry:hover::after, .btn-icon-blank.btn-inquiry:focus::after, .btn-icon-blank.btn-inquiry:active::after {
	background-image: url(../img/icon_blank_orange.png);
}


.btn-icon-middle:after {
	right: 14px;
	bottom: 50%;
	transform: translate(0, 50%);
}
@media screen and (min-width: 48em) {
	.btn-trial, .btn-inquiry br {
		display:none;
	}
}

/*
face book
*/
.fb-like.fb_iframe_widget > span, .fb-like.fb_iframe_widget > span > iframe {
	width: 165px !important;
	height: 20px !important;
}
/**
 * JavaScript
 */
