@charset "UTF-8";

body #wrapper {
	background-color: #eef0f3;
}
body.home #wrapper {
	background-color: #fff;
}

/****************************************

          Icon

*****************************************/
a.link-popup-window {
	background: url('/assets/images/common/icon_blank.png') right center no-repeat;
	padding-right: 14px;
	margin-right: 4px;
}
.icon-note {
	padding: 18px 90px;
}
.icon-note:before {
	content: '';
	width: 37px;
	height: 37px;
	background-image: url('/assets/images/common/icon_note.png');
	background-repeat: no-repeat;
	position: relative;
	left: 75px;
	top: 22px;
}
.btn-submit.icon-note:before {
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
	left: 45px;
	top: 15px;
}

/****************************************

          breadcrumb

*****************************************/
.breadcrumb {
	font-size: 0;
	padding: 15px 0 10px;
}
.breadcrumb>li {
	position: relative;
	/*display: inline-block;*/
	display: inline;
	font-size: 14px;
}
.breadcrumb>li:after {
    display: inline-block;
    padding: 0 15px;
    content: '>';
    color: #9f9f9f;
}
.breadcrumb>li:last-child {
	word-break: break-all;
}
.breadcrumb>li:last-child:after{
	display:none;
}
.breadcrumb>li a {
	color: #0071ce;
	border-bottom: 1px solid #0071ce;
}
.breadcrumb>li a:hover {
	border-bottom: 1px solid transparent;
}

.l-header {
	background-color: #fff;
}
.header-inner {
	background-color: #fff;
	height: 100px;
	padding-top: 25px;
}
.l-header a {
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.l-header a:hover {
	opacity: .7;
}

.header-logo {
	float: left;
}
.header-tools {
	float: right;
	margin-top: 3px;
}
.header-search {
	float: left;
	padding-right: 45px;
}
.search-form {
	position: relative;

}
.search-button {
	background: url('/assets/images/common/icon_search.png') center center no-repeat #eef0f3;
	border: none;
	width: 45px;
	height: 45px;
	position: absolute;
	right: -45px;
	top: 0;
	cursor: pointer;
}
.search-input {
	background-color: #eef0f3;
	border: none;
	font-size: 12px;
	outline: none;
	padding: 15px 20px;
	width: 300px;
}
.navigation {
	float: right;
	margin-left: 15px;
}
.navigation-linkList li {
	float: left;
	margin-left: 25px;
	font-size: 10px;
}
.navigation-linkList li a {
	height: 48px;
	display: block;
	padding-top: 30px;
}
.navigation-linkList li .navigation-link--contact_us {
	background: url('/assets/images/common/icon_contact_us.png') center top 3px no-repeat;
}
.navigation-linkList li .navigation-link--global {
	background: url('/assets/images/common/icon_global.png') center top no-repeat;
}
.navigation-linkList li .navigation-link--menu {
	background: url('/assets/images/common/icon_menu.png') center top no-repeat;
}
.navigation-linkList li .navigation-link--global span {
	color: #0071ce;
}


.l-headline {
	height: 60px;
	padding: 20px 0;
}
.l-headline .container {
	position: relative;
}
.l-headline dl {
	margin: 0;
	outline: none;
}
.l-headline dt,
.l-headline dd {
	float: left;
}
.l-headline dt {
	padding-left: 120px;
}


html[lang="en"] .l-headline dl.tag-asset-recovery dt,
html[lang="en"] .l-single-content dl.tag-asset-recovery dt {
	background: url('/assets/images/news/en/tag_asset_recovery.gif') left top no-repeat;
}
html[lang="en"] .l-headline dl.tag-company dt,
html[lang="en"] .l-single-content dl.tag-company dt {
	background: url('/assets/images/news/en/tag_company.gif') left top no-repeat;
}
html[lang="en"] .l-headline dl.tag-hardware dt,
html[lang="en"] .l-single-content dl.tag-hardware dt {
	background: url('/assets/images/news/en/tag_hardware.gif') left top no-repeat;
}
html[lang="en"] .l-headline dl.tag-maintenance dt,
html[lang="en"] .l-single-content dl.tag-maintenance dt {
	background: url('/assets/images/news/en/tag_maintenance.gif') left top no-repeat;
}
html[lang="en"] .l-headline dl.tag-market-trend dt,
html[lang="en"] .l-single-content dl.tag-market-trend dt {
	background: url('/assets/images/news/en/tag_market_trend.gif') left top no-repeat;
}
html[lang="en"] .l-headline dl.tag-rental dt,
html[lang="en"] .l-single-content dl.tag-rental dt {
	background: url('/assets/images/news/en/tag_rental.gif') left top no-repeat;
}


html[lang="zh-cn"] .l-headline dl.tag-asset-recovery dt,
html[lang="zh-cn"] .l-single-content dl.tag-asset-recovery dt {
	background: url('/assets/images/news/en/tag_asset_recovery.gif') left top no-repeat;
}
html[lang="zh-cn"] .l-headline dl.tag-company dt,
html[lang="zh-cn"] .l-single-content dl.tag-company dt {
	background: url('/assets/images/news/en/tag_company.gif') left top no-repeat;
}
html[lang="zh-cn"] .l-headline dl.tag-hardware dt,
html[lang="zh-cn"] .l-single-content dl.tag-hardware dt {
	background: url('/assets/images/news/en/tag_hardware.gif') left top no-repeat;
}
html[lang="zh-cn"] .l-headline dl.tag-maintenance dt,
html[lang="zh-cn"] .l-single-content dl.tag-maintenance dt {
	background: url('/assets/images/news/en/tag_maintenance.gif') left top no-repeat;
}
html[lang="zh-cn"] .l-headline dl.tag-market-trend dt,
html[lang="zh-cn"] .l-single-content dl.tag-market-trend dt {
	background: url('/assets/images/news/en/tag_market_trend.gif') left top no-repeat;
}
html[lang="zh-cn"] .l-headline dl.tag-rental dt,
html[lang="zh-cn"] .l-single-content dl.tag-rental dt {
	background: url('/assets/images/news/en/tag_rental.gif') left top no-repeat;
}


html[lang="zh-tw"] .l-headline dl.tag-asset-recovery dt,
html[lang="zh-tw"] .l-single-content dl.tag-asset-recovery dt {
	background: url('/assets/images/news/en/tag_asset_recovery.gif') left top no-repeat;
}
html[lang="zh-tw"] .l-headline dl.tag-company dt,
html[lang="zh-tw"] .l-single-content dl.tag-company dt {
	background: url('/assets/images/news/en/tag_company.gif') left top no-repeat;
}
html[lang="zh-tw"] .l-headline dl.tag-hardware dt,
html[lang="zh-tw"] .l-single-content dl.tag-hardware dt {
	background: url('/assets/images/news/en/tag_hardware.gif') left top no-repeat;
}
html[lang="zh-tw"] .l-headline dl.tag-maintenance dt,
html[lang="zh-tw"] .l-single-content dl.tag-maintenance dt {
	background: url('/assets/images/news/en/tag_maintenance.gif') left top no-repeat;
}
html[lang="zh-tw"] .l-headline dl.tag-market-trend dt,
html[lang="zh-tw"] .l-single-content dl.tag-market-trend dt {
	background: url('/assets/images/news/en/tag_market_trend.gif') left top no-repeat;
}
html[lang="zh-tw"] .l-headline dl.tag-rental dt,
html[lang="zh-tw"] .l-single-content dl.tag-rental dt {
	background: url('/assets/images/news/en/tag_rental.gif') left top no-repeat;
}


html[lang="ja"] .l-headline dl.tag-asset-recovery dt,
html[lang="ja"] .l-single-content dl.tag-asset-recovery dt {
	background: url('/assets/images/news/ja/tag_asset_recovery.gif') left top no-repeat;
}
html[lang="ja"] .l-headline dl.tag-company dt,
html[lang="ja"] .l-single-content dl.tag-company dt {
	background: url('/assets/images/news/ja/tag_company.gif') left top no-repeat;
}
html[lang="ja"] .l-headline dl.tag-hardware dt,
html[lang="ja"] .l-single-content dl.tag-hardware dt {
	background: url('/assets/images/news/ja/tag_hardware.gif') left top no-repeat;
}
html[lang="ja"] .l-headline dl.tag-maintenance dt,
html[lang="ja"] .l-single-content dl.tag-maintenance dt {
	background: url('/assets/images/news/ja/tag_maintenance.gif') left top no-repeat;
}
html[lang="ja"] .l-headline dl.tag-market-trend dt,
html[lang="ja"] .l-single-content dl.tag-market-trend dt {
	background: url('/assets/images/news/ja/tag_market_trend.gif') left top no-repeat;
}
html[lang="ja"] .l-headline dl.tag-rental dt,
html[lang="ja"] .l-single-content dl.tag-rental dt {
	background: url('/assets/images/news/ja/tag_rental.gif') left top no-repeat;
}

.l-single-content dl dt {
	background-position: left 120px center !important;
}
.l-headline dt,
.l-single-content dl dt {
	background-size: 100px auto !important;
}

.category .l-headline,
.single .l-single-content {
	height: auto;
	padding: 40px;
	background-color: #fff;
}
.category .l-headline dl {
	margin-bottom: 30px;
}
.category .l-headline dl:last-child {
	margin-bottom: 0;
}
.single .l-single-content dl {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 0;
}
.category .l-headline dt,
.category .l-headline dd {
	float: none;
	display: inline-block;
}
.single .l-single-content dt,
.single .l-single-content dd {
	float: none;
	font-size: 16px;
	line-height: 2;
	display: block;
}
.single .l-single-content dd {
	font-size: 20px;
	margin-left: 0;
}
.category .l-headline dd {
	width: 700px;
	float: right;
	margin: 0;
}
.l-the-content {
	font-size: 14px;
}
.l-link {
	text-align: center;
}
.l-link .link-news-list {
	margin-top: 40px;
}
.l-link .link-news-list a {
	font-size: 16px;
	position: relative;
}
.l-link .link-news-list a:after {
	content: '';
	background: url('/assets/images/common/icon_arrow_blue2.png') right center no-repeat;
	background-size: 20px auto;
	width: 30px;
	height: 20px;
	position: absolute;
	right: -30px;
	top: 0;
}
.l-link .link-contact-us {
	margin-top: 60px;
}
.l-link .link-contact-us .btn {
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 20px 70px;
}
.l-link .icon-img {
	width: 30px;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}

.service-linkList li {
	float: left;
	width: 25%;
}
.service-linkList li img {
	width: 100%;
}
.service-linkList li h3 {
	margin: 0;
	padding: 20px;
	line-height: 2;
}
.service-linkList li h3.coming-soon {
	text-align: center;
	color: #666666;
}

.l-mailform {
	background-color: #eef0f3;
}
.mailform-linkList {
	padding: 60px 0 50px;
}
.mailform-linkList li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 20px;
}
.mailform-linkList li:first-child {
	padding-left: 0;
}
.mailform-linkList li:last-child {
	padding-right: 0;
}
.mailform-linkList li .btn {
	width: 100%;
	height: 80px;
	padding: 18px 80px;
	font-size: 24px;
}
.mailform-linkList li .btn .icon-img {
	vertical-align: middle;
	margin: -4px 20px 0 0;
}
.mailform-linkList li p {
	margin-bottom: 0;
}

.l-about {
	text-align: center;
	background: url('/assets/images/common/bg_logo.jpg') left center no-repeat;
	padding: 20px 0 60px;
}
.about-title h3 {
	color: #0071ce;
	font-size: 40px;
	line-height: 1;
}
.about-title p {
	line-height: 2;
}
.about-linkList {
	margin: 50px 0;
}
.about-linkList li {
	float: left;
	width: 25%;
	padding: 0 12px;
}
.about-linkList li:first-child {
	padding-left: 0;
}
.about-linkList li:last-child {
	padding-right: 0;
}
.about-linkList li a {
	display: block;
	border: none;
}
.about-linkList li .btn {
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 18px 8px;
	width: 100%;
	height: 120px;
}
.about-linkList li:nth-child(2) .btn {
	padding: 8px 8px 7px;
}
.about-linkList li .btn:before {
	width: 100%;
	height: 49px;
	display: inline-block;
	margin-bottom: 10px;
}
.about-linkList li:nth-child(1) .btn:before {
	content: '';
	background: url('/assets/images/common/icon_eye.png') center center no-repeat;
}
.about-linkList li:nth-child(2) .btn:before {
	content: '';
	background: url('/assets/images/common/icon_building.png') center center no-repeat;
}
.about-linkList li:nth-child(3) .btn:before {
	content: '';
	background: url('/assets/images/common/icon_people.png') center center no-repeat;
}
.about-linkList li:nth-child(4) .btn:before {
	content: '';
	background: url('/assets/images/common/icon_list.png') center center no-repeat;
}
.about-video {
	width: 800px;
	margin: 0 auto;
}
.about-video p {
	font-size: 24px;
	line-height: 1.5;
}
.about-video .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.about-video .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.l-content .container {
	margin: 60px auto;
}

.page-id-11 #wrapper {
	min-width: 800px;
}
.l-privacy-policy {
	width: 800px;
}
.l-privacy-policy .l-content .container {
	background-color: #fff;
	padding: 50px 60px;
	margin: 0 auto;
	width: 100%;
}
.l-privacy-policy h3 {
	font-size: 13px;
	font-weight: bold;
}
.l-privacy-policy h3 {
	padding-left: 18px;
	position: relative;
}
.l-privacy-policy h3:before {
	content: '';
	width: 6px;
	height: 16px;
	background-color: #0071ce;
	position: absolute;
	top: 2px;
	left: 0;
}
.l-privacy-policy ol {
	list-style-type: decimal;
	padding-left: 3em;
}

.l-asset-recovery {}
.l-asset-recovery .fleft {
	float: left;
	width: 330px;
}
.l-asset-recovery .fright {
	float: right;
	width: 670px;
}
.l-asset-recovery .fright p {
	margin: 0;
}

.l-how-it-works {}
.l-how-it-works .step-list dt,
.l-how-it-works .step-list dd {
	float: left;
	height: 120px;
	margin-bottom: 60px;
}
.l-how-it-works .step-list dt {
	background-color: #0071ce;
	color: #ffffff;
	padding: 25px;
	width: 120px;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
}
.l-how-it-works .step-list dt span {
	font-size: 40px;
	display: block;
}
.l-how-it-works .step-list dd {
	background-color: #ffffff;
	color: #000000;
	margin-left: 0;
	padding: 30px 40px;
	width: 880px;
	position: relative;
}
.l-how-it-works .step-list dd:after {
	content: '';
	display: block;
	background: url('/assets/images/common/icon_down_arrow_blue.png') center center no-repeat;
	width: 64px;
	height: 22px;
	background-size: 64px 22px;
	/*border-style: solid;
	border-width: 25px 36px 0 36px;
	border-color: #0071ce transparent transparent transparent;*/
	position: absolute;
	left: 39.2%;
	bottom: -45px;
}
.l-how-it-works .step-list dd:last-child:after {
	display: none;
}
.l-how-it-works .page-buttons {
	text-align: center;
}
.l-how-it-works .page-buttons .btn {
	padding: 20px 75px 20px 55px;
	letter-spacing: 0.1em;
}
.l-how-it-works .page-buttons .icon-img {
	vertical-align: middle;
	margin: -4px 10px 0 0;
	width: 30px;
	height: 20px;
}

.bg-logo {
	position: relative;
}
.bg-logo > * {
	position: relative;
	z-index: 2;
}
.bg-logo:before {
	content: '';
	background: url('/assets/images/common/bg_logo_s.jpg') left top no-repeat;
	width: 294px;
	height: 320px;
	position: absolute;
	left: -100px;
	z-index: 1;
}
.bg-logo ul {
	margin-top: 40px;
}
.bg-logo li {
	background-color: rgba(255,255,255,.7);
	width: 320px;
	height: 360px;
	margin-left: 20px;
	padding: 30px;
	float: left;
}
.bg-logo li:first-child {
	margin-left: 0;
}
.bg-logo li h3 {
	color: #0071ce;
	text-align: center;
	font-size: 24px;
	margin: 0 auto 30px;
}
.bg-logo li p {
	line-height: 1.8;
	margin: 0;
}

.l-location {
	padding: 20px 0;
}
.l-location .ttl {
	margin: 0;
	padding: 40px 0;
}
.l-location .fleft,
.l-location .fright {
	width: 50%;
}
.l-location .fleft {
	padding-right: 20px;
}
.l-location .fright {
	padding-left: 20px;
}
.l-location .center {
	width: 50%;
	margin: 0 auto;
}
.l-location h3 {
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin: 0 auto 15px;
}
.l-location .japan-info h3 {
	background: url('/assets/images/common/map_japan.png') center top no-repeat;
	background-size: auto 120px;
	padding-top: 130px;
}
.l-location .australia-info h3 {
	background: url('/assets/images/common/map_australia.png') center top no-repeat;
	background-size: auto 120px;
	padding-top: 130px;
}
.l-location .usa-info h3 {
	background: url('/assets/images/common/map_usa.png') center top no-repeat;
	background-size: auto 120px;
	padding-top: 130px;
}
.l-location th {
	width: 120px;
}
.l-location td {
	width: 380px;
	padding: 20px 45px 20px 25px;
}
.l-career h2 {
	font-size: 16px;
	font-weight: normal;
	/*line-height: 1;*/
	/*border-left: 6px solid #0071ce;*/
	padding-left: 18px;
	margin: 55px auto 15px;
	position: relative;
}
.l-career h2:before {
	content: '';
	width: 6px;
	height: 16px;
	background-color: #0071ce;
	position: absolute;
	top: 3px;
	left: 0;
}
.l-career table {
	width: 100%;
	margin-bottom: 20px;
}
.l-career table:last-child {
	margin-bottom: 0;
}
.l-career th {
	width: 176px;
}
.l-career td {
	width: 824px;
	padding: 20px 45px 20px 25px;
}
.l-career .list-disc {
	margin: 0;
}
.l-career .list-disc li {
	background-color: transparent;
	width: auto;
	height: auto;
	float: none;
	padding: 0;
	margin-left: 20px !important;
	margin-bottom: 1em;
}

.l-career .list-disc li:before {
	content: '● ';
}

.l-terms {
	font-size: 13px;
}
.l-terms h1 {
	line-height: 1.3;
}
.l-terms h2,
.l-terms h3 {
	font-size: 13px;
	font-weight: bold;
}
.l-terms h3 {
	padding-left: 18px;
	position: relative;
}
.l-terms h3:before {
	content: '';
	width: 6px;
	height: 16px;
	background-color: #0071ce;
	position: absolute;
	top: 2px;
	left: 0;
}
.l-terms .warning h2,
.l-terms .warning p {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
/*.l-terms .order-payment h3,
.l-terms .order-payment p {
	color: #0071ce;
	text-decoration: underline;
}*/
.l-terms .order-payment p {
	padding-left: 2em;
}
.l-terms .order-payment a {
	text-decoration: none;
	border: none;
}
.l-terms ol {
	list-style-type: decimal;
	list-style-position: outside;
	/*padding-left: 1.5em;*/
	padding-left: 3em;
}
.l-terms ol li ul li {
	text-indent: -2em;
	margin-left: 2em;
}
.l-terms p.note .bold {
	font-weight: bold;
}
.l-terms .page-buttons {
	text-align: center;
	margin-top: 40px;
}
.l-terms .page-buttons .btn {
	padding: 20px 75px 20px 55px;
	letter-spacing: 0.1em;
}
.l-terms .page-buttons .icon-img {
	vertical-align: middle;
	margin: -4px 10px 0 0;
	width: 30px;
	height: 20px;
}

.inventory-search-form {
	border: 2px solid #0071ce;
	width: 600px;
	margin: auto;
}
.search-input-large {
	width: 540px;
	border: none;
	outline: none;
	padding: 15px 20px;
	font-size: 14px;
}
.search-button-blue {
	background: url('/assets/images/common/icon_search_blue.png') center center no-repeat #fff;
	border: none;
	width: 56px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.rfq-description {
	text-align: center;
	line-height: 2;
	margin: 10px auto;
}
.l-inventory-list {
	margin: 40px auto;
}
.l-inventory-list .ttl {
	font-size: 16px;
	line-height: 1;
	border-left: 6px solid #0071ce;
	padding-left: 12px;
	text-align: left;
}
.inventory-table {
	border: solid 1px #e1e1e1;
	border-collapse: collapse;
	color: #000;
	font-size: 14px;
	width: 100%;
}
.inventory-table th,
.inventory-table td {
	padding: 25px 15px;
	border: 1px solid #e1e1e1;
}
.inventory-table th {
	background-color: #58a6e7;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.inventory-table tr:nth-child(2n) td {
	background-color: #ffffff;
}
.inventory-table tr:nth-child(2n+1) td {
	background-color: #e4f4f9;
}
.inventory-table td:nth-child(2)
.inventory-table td:nth-child(7) {
	white-space: nowrap;
}
.inventory-table td:nth-child(6) {
	text-align: right;
}
.inventory-table td:nth-child(7) {
	padding-top: 10px;
	padding-bottom: 10px;
}
a.rfq {
	background: url('/assets/images/common/icon_note_blue.png') center top no-repeat;
	text-align: center;
	padding-top: 25px;
	display: block;
}
.pager {
	text-align: center;
	margin-top: 40px;
}
.pager ul li {
	display: inline-block;
	margin: 0 5px;
}
.pager ul li a {
	border-bottom: 1px solid #000;
	padding: 2px;
	position: relative;
}
.pager ul li a:hover,
.pager ul li.active a,
.pager ul li.disabled a {
	border-bottom: 1px solid transparent;
}
.pager ul li.active a {
	color: #0071ce;
}
.pager ul li.first {
	padding-left: 40px;
}
.pager ul li.last {
	padding-right: 40px;
}
.pager ul li.first a:before {
	content: '';
	background: url('/assets/images/common/first_on.png') left center no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -6px;
	left: -40px;
	padding-right: 40px;
}
.pager ul li.first.disabled a:before {
	background-image: url('/assets/images/common/first_off.png');
}
.pager ul li.last a:before {
	content: '';
	background: url('/assets/images/common/last_on.png') right center no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -6px;
	right: -40px;
	padding-left: 40px;
}
.pager ul li.last.disabled a:before {
	background-image: url('/assets/images/common/last_off.png');
}

.pager ul li.prev {
	padding-left: 28px;
}
.pager ul li.next {
	padding-right: 28px;
}
.pager ul li.prev a:before {
	content: '';
	background: url('/assets/images/common/icon_pager_prev_on.png') left center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -28px;
	padding-right: 28px;
}
.pager ul li.prev.disabled a:before {
	background-image: url('/assets/images/common/icon_pager_prev_off.png');
}
.pager ul li.next a:before {
	content: '';
	background: url('/assets/images/common/icon_pager_next_on.png') right center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -28px;
	padding-left: 28px;
}
.pager ul li.next.disabled a:before {
	background-image: url('/assets/images/common/icon_pager_next_off.png');
}

.l-form {
	margin: 40px 0 60px;
}
.form-description>p:first-child {
	margin-top: 0;
}
.form-description>ul {
	color: #0071ce;
}
.form-wrap {
	background-color: #fff;
	padding: 50px 60px;
	margin-top: 60px;
}
.form-table {
	display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.form-row {
    display: table-row;
}
.form-row>dd, .form-row>dt {
    display: table-cell;
    padding: 13px 0;
    vertical-align: top;
}
.form-row>dt {
    font-size: 16px;
    width: 246px;
}
.form-row>dd {
    font-size: 14px;
    width: 100%;
}
.form-field--input,
.form-field--textarea,
.form-field--select {
    width: 620px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 12px;
    outline: 0;
    cursor: pointer;
}
.form-field--input:focus,
.form-field--textarea:focus {
	background-color: #f3f8ff;
	border: 1px solid #0071ce;
}
.form-field--input {
    height: 34px;
    padding: 0 10px;
}
.form-field--textarea {
    height: 150px;
    padding: 10px;
    resize: vertical;
}
.form-honorific-wrap {
	margin-bottom: 26px;
}
.form-honorific {
	width: 150px;
}
.form-label-dd {
	margin: 0 15px 0 30px;
}
.form-label-dd.first-child {
	margin-left: 0;
}
.form-field--short {
	width: 200px;
}
.form-field--short {
	width: 200px;
}
.form-field--veryshort {
	width: 120px;
}
.form-required {
	color: #c90000;
	font-size: 14px;
	padding-left: 5px;
}
.form-notes {
	margin-top: 0;
}
.form-limit {
	margin-top: 0;
	color: #666666;
}
label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 35px;
	margin-bottom: 10px;
	overflow     : hidden;
	position     : relative;
	padding-left : 30px;
	display      : inline-block;
	box-sizing   : border-box;
	line-height: 24px;
}
label.checkbox_text:before {
	content  : '';
	position : absolute;
	width    : 24px;
	height   : 24px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #cccccc;
	border-radius: 3px;
	z-index  : 3;
}
label.checkbox_text:after {
	content           : '';
	position          : absolute;
	top               : 50%;
	left              : 7px;
	display           : block;
	margin-top        : -10px;
	width             : 10px;
	height            : 16px;
	border-right      : 3px solid #0071ce;
	border-bottom     : 3px solid #0071ce;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label.checkbox_text.focus:before {
	border: 1px solid #0071ce;
}
label.checkbox_text.checked:after {
	z-index: 4;
}
label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 24px;
	height     : 24px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.checkbox_text input[type="checkbox"]:checked {
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #f3f8ff;
	/*opacity    : 0.1;*/
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 0px #f3f8ff;
}

.form-buttons {
	text-align: center;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}
.select2-container--default .select2-selection--single {
	outline: none;
	border: 1px solid #cccccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #666;
}
.select2-container--focus .select2-selection--single {
	background-color: #f3f8ff;
	border: 1px solid #0071ce;
}


.l-footer {
	background-color: #fff;
	padding: 15px 0;
	position: relative;
}
.home .l-footer:before,
.search .l-footer:before {
	content: "";
	width: 100%;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
}
.footer-linkList {
	margin: 0 auto;
	width: 1000px;
}
.footer-linkList li {
	float: left;
	margin-bottom: 15px;
	padding: 0 32px;
	position: relative;
}
.footer-linkList li:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 12px;
	background-color: #a3a3a3;
}
.footer-linkList li:nth-child(1) {
	padding-left: 55px;
}

.footer-linkList li:nth-child(6) {
	clear: both;
	padding-left: 0;
}
.footer-linkList li:nth-child(5),
.footer-linkList li:nth-child(12) {
	padding-right: 0;
}
.footer-linkList li:nth-child(5):after,
.footer-linkList li:nth-child(12):after {
	display: none;
}
.footer-linkList li a {
	padding: 0;
}
.copyright {
	text-align: center;
	color: #999;
}

/****************************************

          accordion menu

*****************************************/
.header-inner {
	position: relative;
	z-index: 16;
}
.accordion-menu {
	position: relative;
	z-index: 15;
}
.nav-content {
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	top: -2000px;
	right: 0;
	/*top: 0;
	right: -500px;*/
	z-index: 15;
	transition: 0.5s top;
	background-color: rgba(255,255,255,.95);
	padding-top: 18px;
	border-top: 1px solid #ababab;
}
.nav-content ul li {
	font-size: 16px;
}
.nav-content ul li a {
	text-align: left;
	display: block;
	padding: 15px 40px;
	color: #0071ce;
}

.navigation-menu-linkList ul li a {
	background-image: url('/assets/images/common/icon_arrow_blue.png');
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.navigation-menu-linkList {
	width: 470px;
}
.navigation-global-linkList {
	width: 270px;
}
.is-open {
	top: 0;
	/*right: 0;*/
}

/****************************************

          slick

*****************************************/
.slick-prev, .slick-next {

}
.slick-prev {

}
.slick-next {

}
.l-headline .slick-prev,
.l-headline .slick-next {
	z-index: 2;
}
.l-headline .slick-prev {
	left: auto;
	right: 25px;
}
.l-headline .slick-next {
	right: 0;
}
/* dummy */
/*.l-headline .slick-prev {
	transform         : rotate(90deg);
	-webkit-transform : rotate(90deg);
	-moz-transform    : rotate(90deg);
}
.l-headline .slick-next {
	transform         : rotate(90deg);
	-webkit-transform : rotate(90deg);
	-moz-transform    : rotate(90deg);
}*/

.l-headline .slick-prev:before,
.l-headline .slick-next:before {
	color: #ccc;
}
.l-headline .slick-prev:before {
	/*content: url('/assets/images/common/icon_up.png');*/
	content: '';
	background: url('/assets/images/common/icon_up.png') center center no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.l-headline .slick-next:before {
	/*content: url('/assets/images/common/icon_down.png');*/
	content: '';
	background: url('/assets/images/common/icon_down.png') center center no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.slick-dots {
	bottom: 30px;
}
.slick-dots li button:before {
	font-size: 12px;
	color: #fff;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #096ec0;
	opacity: 1;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: .7;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/****************************************

          lang

*****************************************/
html[lang="en"] .footer-linkList li:nth-child(1) {

}
html[lang="en"] .footer-linkList li:nth-child(6) {

}

html[lang="zh-cn"] .footer-linkList li:nth-child(1) {
	padding-left: 260px;
}
html[lang="zh-cn"] .footer-linkList li:nth-child(6) {
	padding-left: 128px;
}

html[lang="zh-tw"] .footer-linkList li:nth-child(1) {
	padding-left: 260px;
}
html[lang="zh-tw"] .footer-linkList li:nth-child(6) {
	padding-left: 128px;
}

html[lang="ja"] .footer-linkList li:nth-child(1) {
	padding-left: 202px;
}
html[lang="ja"] .footer-linkList li:nth-child(6) {
	padding-left: 50px;
}


/****************************************

          Media Queries

*****************************************/
@media all and (max-width: 1499px) {
	.pc-show .slick-slide {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 500px;
	}
	.pc-show .slick-slide img {
		position: absolute;
		left: 50%;
		width: 1500px;
		height: 500px;
		margin-left: -750px;
	}
	.service-linkList .service-image {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 320px;
	}
	.service-linkList .service-image img {
		position: absolute;
		left: 50%;
		width: 375px;
		height: 320px;
		margin-left: -188px;
	}
}
@media all and (min-width: 1500px) {
	.pc-show .slick-slide img {
		width: 100%;
	}
	.service-linkList .service-image {
		background-size: 100% !important;
	}
}