@charset "utf-8";

html{
	font-family: 'Lato', 'ToppanBunkyuGothicPr6N-Regular', sans-serif;
	font-weight: normal;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .2;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html {
	background: #dfdfdf;
	color: #000;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
	font-weight: 900;
	-webkit-transition: .3s;
	transition: .3s;
}

.header.header-2 {
	position: fixed;
	top: -100px;
	-webkit-transition: .3s;
	transition: .3s;
	background: #000;
}

.header.header-2.fixed.turnout {
	top: -100px;
}

.header.header-2.turnout {
	top: -100px;
}

.header.header-2.fixed {
	top: 0px;
}

.header.header-2 .header-menu-facebook {
	top: 3px;
}

.header.header-2 .header-menu-linkedid {
	top: 3px;
}
.header-logo a {
	position: absolute;
	z-index: 99;
	display: block;
	margin: 0;
	background: url(../img/header-logo.svg) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	background-size: 116px 28px;
}

.header.fixed .header-logo a {
	background-image: url(../img/header-logo_white.svg);
}

.header-language ul {
	font-weight: 600;
	position: absolute;
	z-index: 99;
	display: table;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

.header-language li {
	display: table-cell;
	width: 100%;
}

.header-language li a {
	margin-left: 0;
	overflow: visible;
}

.header-language li.active{
	color: #000;
	display: none;
}

.header.fixed .header-language li.active a {
	color: white;
}

.header-language li:first-child a:after {
	position: absolute;
	right: 0px;
	top: 4px;
	bottom: 4px;
	content: '';
	width: 0px;
	//border-right: solid 1px #000;
	-webkit-transition: .3s;
	transition: .3s;
}

.header.fixed .header-language li:first-child a:after {
	border-color: white;
}

.header-language span {
	display: none;
}

.header-language a {
	position: relative;
	display: block;
	color: #898989;;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.header.fixed .header-language a {
	color: #898989;
}

.header-language a:before {
	position: relative;
	top: -1px;
}

html[lang=ja] .header-language a.qtranxs_text_ja:before {
	content: '日';
}

html[lang=ja] .header-language a.qtranxs_text_en:before {
	content: 'ENGLISH';
}

html[lang=en] .header-language a.qtranxs_text_ja:before {
	content: 'JAPANESE';
}

html[lang=en] .header-language a.qtranxs_text_en:before {
	content: 'EN';
}

.header-menu-facebook {
	position: absolute;
	z-index: 99;
	top: 17px;
	right: 630px;
}
html[lang=ja] .header-menu-facebook {
  right: 630px;
}
html[lang=en] .header-menu-facebook {
  right: 670px;
}
.header-menu-facebook:hover {
	opacity: .5;
}
.header-menu-linkedid {
	position: absolute;
	z-index: 99;
	top: 18px;
	right: 680px;
}
html[lang=ja] .header-menu-linkedid {
  right: 680px;
}
html[lang=en] .header-menu-linkedid {
  right: 720px;
}
.header-menu-linkedid:hover {
	opacity: .5;
}
.header-menu-list {
	position: absolute;
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-menu-list a {
	position: relative;
	color: #000;
	text-decoration: none;
}

.header-menu-list a:before {
	position: absolute;
	left: 0px;
	right: 0px;
	content: '';
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	z-index: 9999;
}

.header-menu-list a:hover:before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	border-color: #000;
}

.hamburger {
	padding: 10px;
}

.hamburger-box {
	width: 28px;
	height: 20px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 28px;
	height: 2px;
	background-color: white;
}

.header.fixed .hamburger-inner {
	background-color: white;
}

.header.fixed .hamburger-inner::before {
	background-color: white;
}

.header.fixed .hamburger-inner::after {
	background-color: white;
}

.header.fixed .hamburger--spring.is-active .hamburger-inner {
	background-color: transparent;
}

.header.fixed .hamburger--spring.is-active .hamburger-inner::before {
	background-color: white;
}

.header.fixed .hamburger--spring.is-active .hamburger-inner::after {
	background-color: white;
}

.footer {
	display: block;
	color: #eaeaea;
	background: #000;
}

.footer a {
	color: #eaeaea;
	text-decoration: none;
}

.footer a.js-hover {
	color: #888;
}

.footer-inner {
	position: relative;
	margin: 0 auto;
	overflow: auto;
}

.footer-contact-caption {
	font-weight: normal;
}

.footer-contact-button a {
	display: inline-block;
	width: 156px;
	height: 40px;
	padding-top: 2px;
	border: solid 1px #eaeaea;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}

.footer-contact-button a.js-hover {
	color: black;
	background: #eaeaea;
}

html[lang=en] .footer-menu {
  height: 130px;
}

.footer-other-list,
.footer-sns,
.footer-menu-list {
	list-style: none;
}

.footer-other-list li,
.footer-sns,
.footer-menu-list li {
	display: inline;
}

.footer-other-list a,
.footer-sns,
.footer-menu-list a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.footer-sns {
	top: 20px;
	left: -40px;
}
.footer-sns li {
	display: inline;
	margin-right: 25px;
}
.footer-sns li:nth-last-child(1) {
	margin-right: 0;
}
.footer-sns a:hover {
	opacity: .5;
}

.footer-other-list a.js-hover:before,
.footer-menu-list a.js-hover:before {
	border-color: #888;
}

.topicpath {
	display: block;
	color: #606060;
	margin: 0 auto;
	padding: 0;
}

.topicpath a {
	color: #606060;
	text-decoration: underline;
}

.topicpath a.js-hover {
	text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: 0;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill,
button:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #dfdfdb inset;
}

.basic-button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: block;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	border: solid 1px #000;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 38px;
	color: white;
	background: #000;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
}

.main .basic-button {
	color: white;
	text-decoration: none;
}

.basic-button.js-hover {
	color: #000;
	background: none;
}

.basic-button-normal {
	color: #000;
	background: none;
}

.main .basic-button-normal {
	color: #000;
}

.basic-button-normal.js-hover {
	color: white;
	background: #000;
}

.basic-button-negative {
	border-color: #606060;
	background: #606060;
}

.main .basic-button-negative {
	color: white;
}

.basic-button-negative.js-hover {
	color: #606060;
}

.basic-table th {
	text-align: left;
}

.basic-form {
	max-width: 780px;
	margin: 0 auto;
}

.basic-form dt {
	font-weight: bold;
}

.basic-form-error-message,
.basic-form-error-message-email,
.basic-form-error-message-phone {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.3em;
	color: #f00;
}

.basic-form-agree {
	text-align: center;
}

.basic-form-agree-inner {
	display: inline-block;
	text-align: left;
	overflow: hidden;
}

.basic-form-agree-inner p {
	margin: 0;
}

.basic-form-agree-radio {
	display: block;
	height: 20px;
	margin-top: -20px;
}

.basic-form-agree-radio:checked ~ label:before {
	background: url(../img/contact/check.png) center center no-repeat;
	background-size: 12px auto;
}

.basic-form-agree-label {
	position: relative;
	padding-left: 25px;
}

.basic-form-agree-label:before {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	box-sizing: border-box;
	border: solid 1px #000;
	box-sizing: border-box;
	vertical-align: middle;
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
}

.basic-form-submit {
	list-style: none;
	padding: 0;
	text-align: center;
}

.basic-form-submit li:empty {
	display: none;
}

.basic-form-submit li:empty + li {
	margin: 0;
}

.basic-form-submit .basic-button {
	margin: 0 auto;
}

.basic-form-type,
.basic-form-select {
	position: relative;
	display: block;
	margin-left: 0;
	/*margin-left: 20px;*/
}

.contact-confirm .basic-form-type,
.basic-form-select,
.recruit-confirm .basic-form-type,
.basic-form-select {
	display: inline;
}

.basic-form-type:before,
.basic-form-select:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	display: block;
	box-shadow: inset 0 0 0 1px #000;
}

.basic-form-type:before:not(:target),
.basic-form-select:before:not(:target) {
	overflow: hidden\9;
}

select[name=select-fix] {
	display: none;
}

input[name=select-fix] ~ .basic-form-type:before,
.basic-form-select:before {
	display: inline;
	box-shadow: none;
}

input[name=select-fix] ~ .basic-form-type:before:before,
.basic-form-select:before:before {
	display: none;
}

.basic-form-type:after,
.basic-form-select:after {
	position: absolute;
	right: 17px;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.basic-form-type select,
.basic-form-select select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	margin: 0;
	text-indent: 17px;
	border: none;
	box-sizing: border-box;
	background: none;
	position: relative;
	z-index: 1;
}

.basic-form-type select::-ms-expand,
.basic-form-select select::-ms-expand {
	display: none;
}

.basic-form-type select:not(:target),
.basic-form-select select:not(:target) {
	width: 265px\9;
}

.basic-form input[type=text],
.basic-form input[type=email] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 100%;
	height: 34px;
	margin: 0;
	padding-left: 5px;
	border: none;
	border-bottom: solid 1px #000;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
}

.basic-form textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 100%;
	margin: 0;
	padding: 5px;
	border: solid 1px #000;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
	resize: none;
}

.contact-confirm .basic-form-type:before,
.contact-confirm .basic-form-type:after,
.recruit-confirm .basic-form-type:before,
.recruit-confirm .basic-form-type:after {
	display: none;
}

.contact-confirm .basic-form-agree,
.recruit-confirm .basic-form-agree {
	display: none;
}

a {
	-webkit-transition: .3s;
	transition: .3s;
}

.main {
	padding: 1px 0;
}

.main a {
	color: #606060;
	text-decoration: underline;
}

.main a.js-hover {
	text-decoration: none;
}

.main-caption {
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
}

.r-mark {
	display: inline-block;
	margin-left: .1em;
	font-size: .6em;
}

.tm-mark {
	display: inline-block;
	margin-left: .1em;
	font-size: .6em;
}

.bx-wrapper {
	padding: 0;
	border: none;
	box-shadow: none;
	background: none;
}

.bx-wrapper .bx-pager {
	padding-top: 0;
	bottom: 0;
	line-height: 10px;
}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 5px;
	display: none;
	z-index: 9999;
	margin: 0;
}

#page-top a {
	width: 34px;
	height: 34px;
	display: block;
	padding: 10px;
}

#page-top a img {
	width: 100%;
	height: auto;
}

@media all and (-ms-high-contrast: none) {

.basic-form-type:before:not(:target),
.basic-form-select:before:not(:target) {
	width: visible;
}

.basic-form-type select:not(:target),
.basic-form-select select:not(:target) {
	width: 265px;
	background: none;
}

}

@media (min-width: 641px) {

.header {
	min-width: 960px;
	height: 94px;
}

.header.header-2 {
	height: 70px;
}

.header-logo a {
	top: 29px;
	left: 40px;
	width: 150px;
	height: 36px;
	background-size: 150px 36px;
}

.header.fixed .header-logo a {
	top: 14px;
}

.header-language ul {
	top: 36px;
	right: 40px;
	width: 90px;
	height: 28px;
	border: solid 1px #000;
	border-radius: 14px;
	overflow: hidden;
}

.header.fixed .header-language ul {
	top: 21px;
	border-color: white;
}

.header-language li.active a.js-hover {
	color: white;
}

.header-language a {
	padding-top: 1px;
	font-size: 12px;
	line-height: 25px;
}

.header-language a.js-hover {
	color: white;
	background: rgba(0, 0, 0, .5);
}

.header.fixed .header-language a.js-hover {
	background: rgba(255, 255, 255, .5);
	color: white;
}

.header-menu-list {
	right: 150px;
	top: 40px;
	display: table;
	font-size: 12px;
	line-height: 18px;
}

.header.fixed .header-menu-list {
	top: 26px;
}

.header-menu-list li {
	display: table-cell;
	padding: 0 20px;
}

.header.fixed .header-menu-list a {
	color: white;
}

.header-menu-list a:before {
	bottom: -10px;
	border-bottom: solid 1px transparent;
}

.header.fixed .header-menu-list a:hover:before {
	border-color: white;
}

.header-menu-list-current a:before {
	border-color: #000;
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.header.fixed .header-menu-list-current a:before {
	border-color: white;
}

.header-menu-control {
	display: none;
}

.footer {
	min-width: 960px;
}

.footer-inner {
	width: 960px;
	padding: 42px 0 50px;
	overflow: hidden;
	zoom: 1;
}

.footer-contact {
	float: right;
	width: 450px;
}

.footer-contact-caption {
	margin: 0;
	font-size: 22px;
	line-height: 42px;
}

.footer-contact-caption small {
	display: none;
}

.footer-contact-lead {
	margin: 0;
	font-size: 13px;
	line-height: 22px;
}

.footer-contact-lead-br {
	display: none;
}

html[lang=en] .footer-contact-lead {
	line-height: 20px;
}

.footer-contact-button {
	margin: 14px 0 0;
	text-align: right;
}

.footer-other-list,
.footer-menu-list {
	position: absolute;
	left: 0px;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.footer-other-list a,
.footer-menu-list a {
	padding-left: 10px;
}

.footer-other-list a:before,
.footer-menu-list a:before {
	position: absolute;
	left: -3px;
	top: 50%;
	-ms-transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer-menu-list {
	top: 35px;
	font-size: 13px;
}

.footer-menu-list a {
	width: 111px;
}

.footer-other-list {
	bottom: 72px;
	font-size: 12px;
}

.footer-other-list a {
	padding-top: 1px;
	min-width: 82px;
}

.footer-copyright {
	position: absolute;
	left: 0px;
	bottom: 47px;
	margin: 0;
	padding-left: 9px;
	font-size: 10px;
	line-height: 14px;
}

.topicpath {
	width: 960px;
	margin: 35px auto;
	font-size: 13px;
	line-height: 18px;
}

.basic-button {
	width: 180px;
}

.basic-table {
	table-layout: fixed;
}

.basic-table th,
.basic-table td {
	padding: 17px 0;
	border-bottom: solid 1px #000;
	vertical-align: top;
	line-height: 25px;
}

.basic-table td .aboutus-font-s {
	font-size: 14px;
}

.basic-table th {
	width: 9em;
}

.basic-table .pd-r {
	padding-right: 10px;
}

.main .basic-table th .fs-s {
	font-size: 12px!important;
}

.basic-table td .fs-s02 {
	font-size: 14px;
}

.basic-form dl {
	overflow: hidden;
	zoom: 1;
}

.basic-form dt {
	float: left;
	clear: left;
	width: 200px;
	height: 34px;
	padding: 10px 0;
	line-height: 34px;
}

.basic-form dt.basic-form-comment-margin {
	padding-top: 40px;
}

.contact-confirm .basic-form dt.basic-form-comment-margin,
.recruit-confirm .basic-form dt.basic-form-comment-margin {
	padding-top: 10px;
}

.basic-form dd {
	min-height: 34px;
	margin-left: 200px;
	padding: 10px 0;
}

.basic-form dd.basic-form-comment-margin {
	padding-top: 40px;
}

.contact-confirm .basic-form dd.basic-form-comment-margin,
.recruit-confirm .basic-form dd.basic-form-comment-margin {
	padding-top: 10px;
}

.basic-form-submit {
	margin: 25px 0 0;
}

.basic-form-submit li {
	display: inline-block;
}

.basic-form-submit li + li {
	margin-left: 26px;
}

.basic-form-type,
.basic-form-select {
	width: 315px;
	border-radius: 17px;
}

.basic-form-type:before,
.basic-form-select:before {
	width: 315px;
	height: 34px;
	border-radius: 17px;
}

.basic-form-type:after,
.basic-form-select:after {
	top: 10px;
}

.basic-form-type select,
.basic-form-select select {
	width: 315px;
	height: 34px;
	border-radius: 17px;
}

	@-moz-document url-prefix() {
		.basic-form-type,
		.basic-form-select {
			width: 340px;
			border-radius: 17px;
		}

		.basic-form-type:before,
		.basic-form-select:before {
			width: 340px;
			height: 34px;
			border-radius: 17px;
		}

		.basic-form-type:after,
		.basic-form-select:after {
			top: 10px;
		}

		.basic-form-type select,
		.basic-form-select select {
			width: 340px;
			height: 34px;
			border-radius: 17px;
		}
	}

.basic-form input[type=text].contact-form-organization,
.basic-form input[type=text].contact-form-phone,
.basic-form input[type=email].contact-form-organization,
.basic-form input[type=email].contact-form-phone {
	width: 460px;
}

.basic-form textarea {
	height: 220px;
}

.main {
	width: 960px;
	margin: 96px auto 100px;
}

.main {
	font-size: 15px;
	line-height: 28px;
}

html[lang=en] .main {
	line-height: 26px;
}

.main-caption {
	margin: 48px 0 36px;
	font-size: 48px;
	line-height: 65px;
}

}

@media (max-width: 640px) {

.header {
	height: 58px;
	background: #000;
}

.header.header-2 {
	height: 55px;
}

.header.header-2 .header-menu {
	display: none;
}

.header .header-language li.active a {
	color: white;
}

.header .header-language li:first-child a:after {
	border-color: white;
}

.header-logo a {
	top: 15px;
	left: 15px;
	width: 116px;
	height: 28px;
	color: #fff;
	background: url(../img/header-logo_white.svg) 0 0 no-repeat;
}

.header.fixed .header-logo a {
	top: 13px;
	color: #fff;
}

.header-language ul {
	top: 22px;
	right: 60px;
	width: 66px;
	height: 22px;
}

.header.fixed .header-language ul {
	top: 19px;
}

.header-language a {
	font-size: 11px;
	line-height: 20px;
}

.header-menu-list {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.header-menu-list li {
	text-align: center;
}

.header-menu-list li + li {
	margin-top: 50px;
}

.header.fixed .header-menu-list a {
	color: #000;
}

.header-menu-list a:before {
	bottom: -3px;
	border-bottom: solid 2px transparent;
}

.header.fixed .header-menu-list a:hover:before {
	border-color: black;
}

.header-menu-list-current a:before {
	border-color: #000;
}

.header.fixed .header-menu-list-current a:before {
	border-color: black;
}

.header-menu.js-active {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9;
	background: rgba(255, 255, 255, .7);
}

.header-menu.js-active .header-menu-list {
	display: table;
}

.header-menu.js-active .header-menu-list a {
	opacity: 1;
}

.header-menu-list {
	display: none;
	-webkit-transition: 1s;
	transition: 1s;
}

.header-menu-list a {
	opacity: 0;
}

.header-menu-control {
	position: absolute;
	top: 11px;
	right: 5px;
	z-index: 99;
}

.header.fixed .header-menu-control {
	top: 7px;
}

.js-wrapper {
	-webkit-transition: 1s;
	transition: 1s;
}

.js-wrapper.js-blur {
	-webkit-filter: blur(5px);
	        filter: blur(5px);
}

.footer-contact {
	margin: 0 30px 30px;
	border-bottom: solid 1px #eaeaea;
	text-align: center;
}

.footer-contact-caption {
	margin: 33px 0 23px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: .08em;
}

.footer-contact-caption small {
	display: block;
	margin-top: 1px;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	letter-spacing: 0;
}

.footer-contact-lead {
	margin: 0;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.footer-contact-button {
	margin: 18px 0 38px;
	text-align: center;
}

.footer-other-list,
.footer-menu-list {
	margin: 0 30px;
	padding: 0;
}

.footer-other-list a,
.footer-menu-list a {
	margin: 6px 12px 6px 0;
	padding-right: 13px;
	text-decoration: underline;
}

.footer-other-list a:before,
.footer-menu-list a:before {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	content: '';
	width: 0px;
	height: 11px;
	border-right: solid 1px #eaeaea;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer-menu {
	margin: 30px 0 26px;
}

.footer-menu-list {
	font-size: 15px;
}

.footer-other-list {
	font-size: 14px;
}

.footer-other-list li:last-child a {
	margin-right: 0;
}

.footer-other-list li:last-child a:before {
	display: none;
}

.footer-copyright {
	margin: 26px auto 14px;
	padding: 0 10px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.topicpath {
	margin: 30px 15px 11px;
	font-size: 13px;
	line-height: 22px;
}

.basic-button {
	width: 280px;
}

.basic-table {
	display: block;
}

.basic-table tbody {
	display: inline;
}

.basic-table tr {
	display: block;
	padding: 14px 0;
	border-bottom: solid 1px #000;
}

.basic-table th,
.basic-table td {
	display: block;
}

.basic-table th {
	margin-bottom: 2px;
}

.basic-form dd {
	margin: 0 0 35px;
}

.basic-form-submit {
	margin: 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.basic-form-submit li.basic-form-submit-back {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.basic-form-submit li + li {
	margin-bottom: 20px;
}

.basic-form-submit li.contact-form-submit-continue {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.basic-form-type {
	margin-top: 13px;
}

.basic-form-type,
.basic-form-select {
	width: 280px;
	border-radius: 20px;
}

.basic-form-type:before,
.basic-form-select:before {
	width: 280px;
	height: 40px;
	border-radius: 20px;
}

.basic-form-type:after,
.basic-form-select:after {
	top: 13px;
}

.basic-form-type select,
.basic-form-select select {
	width: 280px;
	height: 40px;
	border-radius: 20px;
}

.basic-form textarea {
	height: 200px;
	margin-top: 10px;
}

.main {
	margin: 58px 0 100px;
	padding: 0 15px;
	overflow: auto;
}

.main {
	font-size: 15px;
	line-height: 26px;
}

html[lang=en] .main {
	line-height: 24px;
}

.main-caption {
	margin: 28px 0 17px;
	font-size: 37px;
	line-height: 48px;
}

.footer-sns {
	top: 5%;
	left: -10px;
}

}

